/*
Theme Name: ダ・ヴィンチニュース
Theme URI: https://ddnavi.com/
Description: ダ・ヴィンチニュース（2017）
Author: Kazumi Chiba
Version: 1.0
*/
@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------------------*/
/*  reset */
/*------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

table {
  width: 100%;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

:root {
  box-sizing: border-box;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

img {
  vertical-align: bottom;
}

/* Font Size --------------------------------- */
li p, dd p, li li, dd li, th p, td p {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

table {
  font-size: inherit;
  font-size: 100%;
}

/* clearfix --------------------------------- */
.clearfix:after,
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix, * html .cf {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix, *:first-child + html .cf {
  zoom: 1;
}

/* IE7 */
/*------------------------------------------------------*/
/* noneImages */
/*------------------------------------------------------*/
.noneImages {
  display: none;
}

.nf-message {
  display: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: 'Noto Sans Japanese', Arial, sans-serif;
  background: #ffffff;
  color: #000000;
}

a {
  color: #000000;
  text-decoration: none;
}

a img {
  opacity: 1;
  filter: alpha(opacity=100);
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

* {
  -webkit-appearance: none;
}

.layout {
  width: 1540px;
  position: absolute;
  left: 50%;
  top: -71px;
  margin-left: -770px;
}

.fw100 {
  font-weight: 100;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
  min-height: 100%;
  overflow: hidden;
}

#contents {
  width: 1150px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.head {
  width: 100%;
  position: relative;
  z-index: 999;
}

.head-inner {
  width: 1150px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.head-title__logo {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  padding-top: 24px;
  margin-right: 21px;
}

.head-title__logo a {
  display: block;
  width: 225px;
  height: 0;
  overflow: hidden;
  padding-top: 42px;
  background: url(/wp-content/themes/ddnavi2017/image/head/logo.png) no-repeat left top;
}

.head-title__copy {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  color: #575757;
  font-size: 14px;
  padding-top: 37px;
}

.head-logo {
  width: 116px;
  float: left;
  margin-left: 25px;
  position: relative;
  top: 20px;
}

.head-search {
  position: relative;
  padding-top: 29px;
  right: -5px;
}

.head-search__btn {
  position: relative;
  top: 4px;
}

.head-search__input {
  border: none;
  padding: 2px 5px;
  width: 64px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.head-search__input:focus {
  outline: 0;
  width: 164px;
  border: 1px solid #cecece;
}

.head-search ::-webkit-input-placeholder {
  font-size: 16px;
  color: #403f3f;
  position: relative;
}

.gnav {
  width: 100%;
  height: 65px;
  background: #ee8219;
}

.gnav-list {
  width: 1150px;
  margin: 0 auto;
  letter-spacing: -.40em;
  text-align: left;
}

.gnav-item {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  padding-top: 13px;
  margin-right: 37px;
}

.gnav-item a {
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 16px;
  line-height: 36px;
}

.gnav-item a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}

.gnav-item__logo {
  padding-top: 18px;
}

.gnav-item__logo a {
  line-height: 0;
}

.foot {
  width: 100%;
  padding-top: 58px;
  position: relative;
}

.foot-ad {
  text-align: center;
  margin: 80px 0 0 0;
}

.foot-archives {
  background: #585757;
  padding-bottom: 30px;
}

.foot-archives__list {
  width: 1150px;
  text-align: left;
  margin: 0 auto 28px auto;
  letter-spacing: -.40em;
}

.foot-archives__list1 {
  width: 236px;
}

.foot-archives__list2 {
  width: 360px;
}

.foot-archives__list2 ul {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 163px;
}

.foot-archives__list3 {
  width: 210px;
}

.foot-archives__list4 {
  width: 208px;
}

.foot-archives__list div {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  padding-top: 39px;
}

.foot-archives__list__title {
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 9px;
  letter-spacing: normal;
}

.foot-archives__list__title a {
  color: #ffffff;
}

.foot-archives__list ul li {
  margin-bottom: 12px;
}

.foot-archives__list ul li a {
  font-weight: 100;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}

.foot-block {
  width: 1150px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
}

.foot-nav__list {
  letter-spacing: -.40em;
}

.foot-nav__item {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
}

.foot-nav__item a {
  font-size: 12px;
  color: #484848;
}

.foot-nav__item2 {
  margin-right: 26px;
}

.foot-nav__item.foot-nav__sns {
  width: 20px;
  margin-right: 12px;
}

.foot-nav__item.foot-nav__sns a {
  font-size: 0;
  line-height: 0;
}

.foot-copy {
  font-size: 12px;
  color: #6f6c6c;
}

.section-title {
  font-size: 24px;
  line-height: 24px;
  border-bottom: 5px solid #000000;
  padding-bottom: 22px;
}

.section-title2 {
  font-size: 24px;
  line-height: 24px;
  border-bottom: 5px solid #443b39;
  padding-bottom: 22px;
}

.section-title3 {
  font-size: 20px;
  line-height: 24px;
  border-bottom: 5px solid #443b39;
  padding-bottom: 12px;
}

.inline-wrap {
  width: 100%;
  letter-spacing: -.40em;
}

.inline-l {
  width: 50%;
  text-align: left;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.inline-r {
  width: 50%;
  text-align: right;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.badge-cate {
  background: #ee8219;
  position: absolute;
  color: #ffffff;
  text-decoration: none;
  left: -2px;
  bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 10px 5px 10px;
  white-space: nowrap;
  min-width: 50px;
  text-align: center;
}

.badge-cate__review:before {
  content: 'レビュー';
}

.badge-cate__news:before {
  content: 'ニュース';
}

.badge-cate__serial:before {
  content: '連載';
}

.badge-cate__interview:before {
  content: 'インタビュー';
}

.hero {
  width: 100%;
  min-width: 1150px;
  max-height: 307px;
  overflow: hidden;
  height: 307px;
  margin-bottom: 40px;
}

.hero_no {
  margin-bottom: 40px;
}

.breadcrumb {
  font-size: 14px;
  line-height: 24px;
  font-weight: 100;
  letter-spacing: -.40em;
}

.breadcrumb li {
  display: inline;
  vertical-align: top;
  letter-spacing: normal;
}

.breadcrumb-arrow {
  margin: 0 10px;
}

.side {
  width: 336px;
}

.side .section-title2 {
  margin-bottom: 20px;
}

.side .section-title2__fs19 {
  font-size: 19px;
}

.side-ad1 {
  padding-top: 5px;
  margin-bottom: 57px;
}

.side-ad2 {
  text-align: center;
  margin-bottom: 15px;
}

.side-ad3 {
  padding-top: 57px;
  text-align: center;
}
.side .ranking {
  margin-bottom: 50px;
}

.side .ranking .section-title2 {
  margin-bottom: 27px;
}

.side .ranking-list {
  border-top: 1px solid #cecece;
}

.side .ranking-item {
  padding: 13px 0 11px 100px;
  border-bottom: 1px solid #cecece;
  position: relative;
}

.side .ranking-no {
  color: #ee8219;
  font-size: 36px;
  position: absolute;
  width: 100px;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -30px;
}

.side .ranking-title {
  font-size: 16px;
  line-height: 24px;
}

.side .ranking .rank_chumoku {
  text-align: left;
  margin-bottom: 10px;
}

li.rank_chumoku:last-child {
  border-top: 1px solid #cecece;
  margin-top: 10px;
  padding-top: 10px;
}

.side-channel {
  margin-bottom: 56px;
}

.side-channel__list {
  border-top: 1px solid #cecece;
}

.side-channel__item {
  border-bottom: 1px solid #cecece;
}

.side-channel__item a {
  display: block;
  position: relative;
  padding: 15px 0 15px 136px;
  min-height: 120px;
}

.side-channel__thumbnail {
  position: absolute;
  left: 0;
  top: 15px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.side-channel__title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 6px;
}

.side-channel__cate {
  font-size: 12px;
}

.side-channel__date {
  font-size: 12px;
}

.side-channel .inline-wrap {
  color: #b0afaf;
}

.side-feature {
  margin-bottom: 56px;
}

.side-feature li {
  margin-bottom: 5px;
}

.side-topics {
  margin-bottom: 70px;
}

.side-topics2 {
  margin-bottom: 30px;
}

.side-topics__list {
  border-top: 1px solid #cecece;
}

.side-topics__item {
  border-bottom: 1px solid #cecece;
}

.side-topics__item a {
  display: block;
  position: relative;
  height: 120px;
  padding-left: 188px;
}

.side-topics__thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 172px;
  text-align: center;
  background: #dad8d7;
}

.side-topics__thumbnail__wrap {
  position: relative;
  width: 172px;
  height: 120px;
  overflow: hidden;
  z-index: 0;
}

.side-topics__thumbnail__wrap:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.side-topics__title {
  font-size: 15px;
  line-height: 18px;
  padding-top: 11px;
  margin-bottom: 6px;
}

.side-topics__cate {
  font-size: 12px;
}

.side-topics__date {
  font-size: 12px;
}

.side-topics .inline-wrap {
  color: #b0afaf;
}

.side .sns {
  width: 325px;
  margin: 0 auto;
}

.side .sns-tw {
  margin-bottom: 30px;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb24 {
  margin-bottom: 24px;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.pt0 {
  padding-top: 0;
}

.pt5 {
  padding-top: 5px;
}

.pb0 {
  padding-bottom: 0;
}

.pb5 {
  padding-bottom: 5px;
}