/*
Theme Name: ダ・ヴィンチニュース
Theme URI: https://ddnavi.com/
Description: ダ・ヴィンチニュース（2017）
Author: Kazumi Chiba
Version: 1.0
*/
@charset "UTF-8";
@import url(./css/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: 200;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 400;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 700;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 700;
}

.fw900 {
  font-weight: 700;
}

#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;
  margin-right: 5px;
}

.head-search__input {
  border: none;
  padding: 2px 5px;
  width: 164px;
  border: 1px solid #b7b7b7;
  outline: 0;
  -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; }

  .head-search__input:focus {
  border: 1px solid #666666; }
  .head-search ::-webkit-input-placeholder {
  font-size: 16px;
  color: #403f3f;
  position: relative; }

.head-sns {
  margin: 28px 30px 0 0;
  display: flex;
  justify-content: space-between;
  width: 200px;
}

.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: 35px;
}
.gnav-item:last-child {
    margin-right:  0;
}
.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, .foot-archives__list2, .foot-archives__list3, .foot-archives__list4, .foot-archives__list5, .foot-archives__list6{
  width: 16.5%;
}

.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: 200;
  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;
}

.pageup {
	position:fixed;
	bottom:15px;
	right:10px;
	z-index:100;
}

.section-title {
  font-size: 24px;
  line-height: 24px;
  border-bottom: 5px solid #000000;
  padding-bottom: 22px;
}
.section-title_sub {
  font-size: 20px;
  font-weight: normal;
  vertical-align: top;
}

.section-title2 {
  font-size: 24px;
  line-height: 24px;
  border-bottom: 5px solid #443b39;
  padding-bottom: 22px;
}
.section-title2_sub {
  font-size: 20px;
  font-weight: normal;
  vertical-align: top;
}

.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;
}

.archives nav {
    margin-bottom: 24px;
}

.breadcrumb {
  font-size: 14px;
  line-height: 24px;
  font-weight: 200;
  letter-spacing: -.40em;
}

.breadcrumb li {
  display: inline;
  vertical-align: top;
  letter-spacing: normal;
}

.breadcrumb li:after {
  content: "＞";
  margin: 0 10px;
}
.breadcrumb li:last-child:after {
  content: "";
  margin: 0;
}

.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;
  text-align: center;
}

.side-ad2 {
  /* text-align: center; */
  /* margin-bottom: 15px; */
}

.side-ad3 {
  padding-bottom: 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-tab_side {
    display: flex;
    text-align: center;
    margin-bottom: 25px;
    justify-content: space-around;
    font-size: 14px;
    align-items: center;
}
.side .ranking-tab_side li.item.current {
  color: #ee8219;
  font-weight: 500;
}
.side .ranking-tab_side li span {
    display:none;
}

.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; */
  padding: 13px 0 11px 100px;
  /*  border-bottom: 1px solid #cecece; */
  position: relative;
}

.side .rank_chumoku span {
    color: #ee8219;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    position: absolute;
    width: 100px;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: -11px;
}

.side .rank_chumoku a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

li.rank_chumoku:last-child {
  border-top: 1px solid #cecece;
  /* margin-top: 10px; */
  /* padding-top: 10px; */
	border-bottom: 0;
}

.side .rank_no1 .ranking-no {
    background-image: url(./image/rank_gold.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 62px;
    width: 50px;
    margin: -20px 25px 0;
}
.side .rank_no2 .ranking-no {
    background-image: url(./image/rank_silver.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 62px;
    width: 50px;
    margin: -20px 25px 0;
}
.side .rank_no3 .ranking-no {
    background-image: url(./image/rank_bronze.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 62px;
    width: 50px;
    margin: -20px 25px 0;
}
.side .rank_no1 .ranking-no span, .side .rank_no2 .ranking-no span, .side .rank_no3 .ranking-no span {
    display: none;
}

.ranking-more {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 46px;
  border: 1px solid #bfbfbf;
  color: #8a8a8a;
  position: relative;
  padding-right: 29px;
  margin-top:20px;
}
.ranking-more::after {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    left: 60%;
    top: 50%;
    margin-top: -9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-top: 2px solid #8a8a8a;
    border-right: 2px solid #8a8a8a;
    margin-left: 16px;
    -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; }
  .ranking-more:hover {
    text-decoration: none; }
    .link-more:hover::after {
      margin-left: 56px; }
  .ranking-more.-gray {
    color: #fff;
    background: #6d6d6d; }
    .ranking-more.-gray::after {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
}
.side .ranking-more {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    border: unset;
    margin-top: 10px;
    color: #8a8a8a;
    margin-right: 3%;
}
.ranking-more::after {
    left: unset;
    color: #8a8a8a;
}

.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;
}

.side-searchbnr {
  margin-bottom: 60px; }
  @media screen and (min-width: 600px) {
    .side-searchbnr {
      max-width: 360px;
      margin: 36px auto;
      } }

.side-pickupauthor {
  max-width: 360px;
    margin: 0 auto 40px; }
  .side-pickupauthor > h2 {
    font-size: 24px;
    line-height: 24px;
    padding-left: 36px;
    color: #686868;
    font-weight: 700;
    position: relative;
    margin-bottom: 32px; }
    .side-pickupauthor > h2 > p {
      position: absolute;
      left: -1px;
      top: -1px; }
    @media screen and (max-width: 599px) {
      .side-pickupauthor > h2 {
        font-size: 18px;
        line-height: 18px; } }
  .side-pickupauthor > .list {
    letter-spacing: -.40em; }
    .side-pickupauthor > .list .item {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 10px 0; }
      .side-pickupauthor > .list .item a {
        display: block;
        padding: 0 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 1px solid #b7b7b7;
        border-radius: 10px 10px;
        -moz-border-radius: 10px 10px;
        -webkit-border-radius: 10px 10px;
        -o-border-radius: 10px 10px;
        -ms-border-radius: 10px 10px;
        font-size: 17px;
        line-height: 34px;
        color: #ee8219; }
        .side-pickupauthor > .list .item a:hover {
          text-decoration: none; }
        @media screen and (max-width: 599px) {
          .side-pickupauthor > .list .item a {
            font-size: 15px; } }
      @media screen and (max-width: 599px) {
        .side-pickupauthor > .list .item {
          margin: 0 10px 10px 0; } }
  .side-pickupauthor > .link-more {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    border: 2px solid #686868;
    color: #686868;
    position: relative;
    padding-right: 29px; }
    .side-pickupauthor > .link-more::after {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -5px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      border-top: 2px solid #686868;
      border-right: 2px solid #686868;
      margin-left: 106px;
      -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; }
    .side-pickupauthor > .link-more:hover {
      text-decoration: none; }
      .side-pickupauthor > .link-more:hover::after {
        margin-left: 116px; }
    @media screen and (max-width: 599px) {
      .side-pickupauthor > .link-more {
        font-size: 18px; } }
    @media screen and (max-width: 374px) {
      .side-pickupauthor > .link-more {
        font-size: 14px !important; } }

.ellipsis{font-family:arial;}

  .foot-totop {
    position: fixed;
    width: 30px;
    height: 30px;
    border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    -o-border-radius: 50% 50%;
    -ms-border-radius: 50% 50%;
    background: #989898;
    right: 5.7%;
    bottom: 55px;
    -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;
    opacity: 0;
    filter: alpha(opacity=0); }
    @media screen and (min-width: 600px) {
      .foot-totop {
        right: 30px;
        bottom: 30px;
        cursor: pointer; } }
    .foot-totop::before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -5px;
      margin-top: -3px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }

.lazyload{
 opacity: 0;
}
.lazyloaded{
  opacity: 1;
  transition: all 0.5s;
}