/*
Theme Name: ダ・ヴィンチニュース
Theme URI: https://ddnavi.com/
Description: ダ・ヴィンチニュース（2017）
Author: Kazumi Chiba
Version: 1.0
*/
@charset "UTF-8";

/* @import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=optional); */

/* ------------------------------------------------------ */

/*  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 {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

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 {
  font-variant: normal;
  border: 0;
}

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, :focus, :target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !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 {
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
  content: " ";
}

* 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%;

  /* font-family: 'Noto Sans Japanese', Arial, sans-serif; */
  font-family: Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic Medium",Meiryo,sans-serif;
  color: #000;
  text-align: center;
  background: #fff;
}
@media all and (-ms-high-contrast:none)
{
  body
  {
    font-family: Arial, 'メイリオ', Meiryo, sans-serif;
  }
}

a {
  color: #000;
  text-decoration: none;
}

a img {
  filter: alpha(opacity=100);
  opacity: 1;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

* {
  appearance: none;
}

.layout {
  position: absolute;
  top: -71px;
  left: 50%;
  width: 1540px;
  margin-left: -770px;
}

.fw100 {
  font-weight: 300;
}

.fw200 {
  font-weight: 300;
}

.fw300 {
  font-weight: 400;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 700;
}

.fw600 {
  font-weight: 700;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 700;
}

.fw900 {
  font-weight: 700;
}

#wrapper {
  position: relative;
  min-width: 1200px;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#contents {
  position: relative;
  width: 1150px;
  margin: 0 auto;
  text-align: left;
}

.head {
  position: relative;
  z-index: 999;
  width: 100%;
}

.head-inner {
  position: relative;
  width: 1150px;
  height: 87px;
  margin: 0 auto;
  text-align: left;
}

.head-title__logo {
  display: inline-block;
  padding-top: 24px;
  margin-right: 21px;
  letter-spacing: normal;
  vertical-align: top;
}

.head-title__logo a {
  display: block;
  width: 150px;
  height: 0;
  padding-top: 42px;
  overflow: hidden;
  background: url("../image/head/logo_dn.png?202201211400") no-repeat left top;
}

.head-title__copy {
  display: inline-block;
  padding-top: 37px;
  font-family: "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo;
  font-size: 11px;
  color: #000;
  letter-spacing: normal;
  vertical-align: top;
}

.head-logo {
  position: relative;
  top: 20px;
  float: left;
  width: 116px;
  margin-left: 25px;
}

.head-search {
  position: relative;
  right: -5px;
  padding-top: 29px;
}

.head-search__btn {
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.head-search__input {
  width: 164px;
  padding: 2px 5px;
  font-size: 16px;
  border: none;
  border: 1px solid #b7b7b7;
  outline: 0;
  transition: all 0.2s ease-out 0s;
}

.head-search__input:focus {
  border: 1px solid #666;
}

.head-search ::input-placeholder {
  position: relative;
  font-size: 16px;
  color: #403f3f;
}

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

.head-sns span {
  margin:0 7.5px;
}

.head-sns .anime-only {
  display: none;
}

.anime-head .head-sns .anime-only {
  display: block;
}

.anime-head .head-sns .anime-none {
  display: none;
}

.gnav {
  width: 100%;
  height: 54px;
  background: #ee8219;
}

.gnav-list {
  width: 1150px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -.40em;
}

.gnav-item {
  display: inline-block;
  padding-top: 13px;
  margin-right: 35px;
  letter-spacing: normal;
  vertical-align: top;
}

.gnav-item:last-child {
  margin-right:  0;
}

.gnav-item a {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: all 0.2s ease-out 0s;
}

.gnav-item a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.gnav-item__logo {
  padding-top: 18px;
}

.gnav-item__logo a {
  line-height: 0;
}

.foot {
  position: relative;
  width: 100%;
  padding-top: 58px;
  padding-bottom: 220px;
}

.foot-ad {
  margin: 80px 0 0;
  text-align: center;
}

.foot-archives {
  padding-bottom: 30px;
  background: #585757;
}

.foot-archives__list {
  width: 1150px;
  margin: 0 auto 28px;
  text-align: left;
  letter-spacing: -.40em;
}

.foot-archives__list1, .foot-archives__list2, .foot-archives__list3, .foot-archives__list4, .foot-archives__list5, .foot-archives__list6{
  width: 20%;
}

.foot-archives__list div {
  display: inline-block;
  padding-top: 39px;
  letter-spacing: normal;
  vertical-align: top;
}

.foot-archives__list__title {
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  letter-spacing: normal;
}

.foot-archives__list__title a {
  color: #fff;
}

.foot-archives__list ul li {
  margin-bottom: 12px;
}

.foot-archives__list ul li a {
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  color: #fff;
}

.foot-block {
  width: 1150px;
  padding: 30px 0;
  margin: 0 auto;
}

.foot-nav__list {
  letter-spacing: -.40em;
}

.foot-nav__item {
  display: inline-block;
  margin-right: 22px;
  letter-spacing: normal;
  vertical-align: top;
}

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

.p-adFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.p-adFooter__inner {
  max-width: 960px;
  margin: 0 auto;
}

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

.section-title {
  padding-bottom: 22px;
  font-size: 22px;
  line-height: 22px;
  border-bottom: 5px solid #000;
}

.section-title_sub {
  font-size: 20px;
  font-weight: normal;
  vertical-align: top;
}

.section-title2 {
  padding-bottom: 22px;
  font-size: 22px;
  line-height: 22px;
  border-bottom: 5px solid #443b39;
}

.section-title2_sub {
  font-size: 20px;
  font-weight: normal;
  vertical-align: top;
}

.section-title3 {
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 5px solid #443b39;
}

.inline-wrap {
  width: 100%;
  letter-spacing: -.40em;
}

.inline-l {
  display: inline-block;
  width: 50%;
  text-align: left;
  letter-spacing: normal;
  vertical-align: top;
}

.inline-r {
  display: inline-block;
  width: 50%;
  text-align: right;
  letter-spacing: normal;
  vertical-align: top;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.badge-cate {
  position: absolute;
  bottom: 10px;
  left: -2px;
  min-width: 50px;
  padding: 4px 10px 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background: #ee8219;
}

.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;
  height: 307px;
  max-height: 307px;
  margin-bottom: 40px;
  overflow: hidden;
}

.hero_no {
  margin-bottom: 40px;
}

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

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

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

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

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

.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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
  text-align: center;
}

.side .ranking-tab > li {
  width: calc( 86% / 4 );
  height: 36px;
  font-size: 11px;
  font-weight: 700;
  line-height: 36px;
  border: 1px solid #808080;
}

.side .ranking-tab > li:nth-child(-n+4) {
  margin-bottom: 10px;
}

.side .ranking-tab > li.current {
  color: #ee8219;
  border: 1px solid #ee8219;
}

.side .ranking-tab > li.disable {
  background-color: #fff;
  border: 1px solid #fff;
}

.side .ranking-tab > li.disable > p {
  color: #fff;
}

.side .ranking-tab > li a.link-fade {
  position: relative;
  display: block;
  color: #808080;
}

.side .ranking-item {
  position: relative;
  padding: 13px 0 11px 100px;
  border-bottom: 1px solid #cecece;
}

.side .ranking-no {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  margin-top: -30px;
  font-size: 36px;
  color: #ee8219;
  text-align: center;
}

.side .ranking-title {
  display: flex;
  align-items: center;
  min-height: 48px;
  font-size: 16px;
  line-height: 24px;
}

.side .ranking .rank_chumoku {
  /*  border-bottom: 1px solid #cecece; */
  position: relative;

  /* text-align: left; */

  /* margin-bottom: 10px; */
  padding: 13px 0 11px 100px;
}

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

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

li.rank_chumoku:last-child {
  border-top: 1px solid #cecece;

  /* margin-top: 10px; */

  /* padding-top: 10px; */
  border-bottom: 0;
}

.side .rank_no1 .ranking-no {
  width: 50px;
  min-height: 62px;
  margin: -20px 25px 0;
  background-image: url("../image/rank_gold.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.side .rank_no2 .ranking-no {
  width: 50px;
  min-height: 62px;
  margin: -20px 25px 0;
  background-image: url("../image/rank_silver.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.side .rank_no3 .ranking-no {
  width: 50px;
  min-height: 62px;
  margin: -20px 25px 0;
  background-image: url("../image/rank_bronze.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.side .rank_no1 .ranking-no span, .side .rank_no2 .ranking-no span, .side .rank_no3 .ranking-no span {
  display: none;
}

.top .ranking-more {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 460px;
  height: 60px;
  padding-right: 20px;
  margin: 36px auto 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  color: #000;
  text-align: center;
  filter: alpha(opacity=100);
  border: 1px solid #000;
  opacity: 1;
  transition: all 0.2s ease-out 0s;
}

.top .ranking-more::after {
  position: absolute;
  top: 50%;
  left: 60%;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  margin-left: 46px;
  content: '';
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: all 0.2s ease-out 0s;
  transform: rotate(45deg);
}

.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 {
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 50px;
  padding-right: 29px;
  margin-top: 10px;
  margin-right: 3%;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
  color: #000;
  text-align: right;
  border: unset;
}

.side .ranking-more::after {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -7px;
  margin-left: 16px;
  content: '';
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: all 0.2s ease-out 0s;
  transform: rotate(45deg);
}

.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 {
  position: relative;
  display: block;
  min-height: 120px;
  padding: 15px 0 15px 136px;
}

.side-channel__thumbnail {
  position: absolute;
  top: 15px;
  left: 0;
  width: 120px;
  height: 120px;

  /*  overflow: hidden; */
}

.side-channel__title {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 30px;
}

.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 {
  aspect-ratio: 536 / 132;
  margin-bottom: 5px;
  overflow: hidden;
}

.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 {
  position: relative;
  display: block;
  height: 120px;
  padding-left: 188px;
}

.side-topics__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 172px;
  text-align: center;
  background: #dad8d7;
}

.side-topics__thumbnail__wrap {
  position: relative;
  z-index: 0;
  width: 172px;
  height: 120px;
  overflow: hidden;
}

.side-topics__thumbnail__wrap::before {
  position: absolute;
  inset: -5px;
  z-index: -1;
  content: '';
  background: inherit;
  filter: blur(5px);
}

.side-topics__title {
  display: -webkit-box;
  padding-top: 11px;
  margin-bottom: 6px;
  overflow: hidden;
  font-size: 15px;
  line-height: 18px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

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

.snslink {display: flex;justify-content: center;}

.snslink-list {
  display: flex;
  justify-content: space-around;
}

.snslink span {
  display: block;
  margin-right: 16px;
  font-size: 22px;
}

.snslink li {
  margin: 0 7.5px;
}

.snslink-list .anime-only {
  display: none;
}

.side .snslink {
  flex-wrap: wrap;
}

.side .snslink span {
  margin: 0 0 15px;
  font-weight: 700;
}

.side .snkslink-list {
  justify-content: space-between;
  width:100%;
}

.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 (width >= 600px) {
  .side-searchbnr {
    max-width: 360px;
    margin: 36px auto;
  }
}

.side-pickupauthor {
  max-width: 360px;
  margin: 0 auto 40px;
}

.side-pickupauthor > h2 {
  position: relative;
  padding-left: 36px;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #686868
}

.side-pickupauthor > h2 > p {
  position: absolute;
  top: -1px;
  left: -1px;
}
@media screen and (width <= 599px) {
  .side-pickupauthor > h2 {
    font-size: 18px;
    line-height: 18px;
  }
}

.side-pickupauthor > .list {
  letter-spacing: -.40em;
}

.side-pickupauthor > .list .item {
  display: inline-block;
  margin: 0 5px 10px 0;
  letter-spacing: normal;
  vertical-align: top;
}

.side-pickupauthor > .list .item a {
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  font-size: 17px;
  line-height: 34px;
  color: #ee8219;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
}

.side-pickupauthor > .list .item a:hover {
  text-decoration: none;
}
@media screen and (width <= 599px) {
  .side-pickupauthor > .list .item a {
    font-size: 15px;
  }
}
@media screen and (width <= 599px) {
  .side-pickupauthor > .list .item {
    margin: 0 10px 10px 0;
  }
}

.side-pickupauthor > .link-more {
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding-right: 29px;
  font-size: 20px;
  line-height: 36px;
  color: #686868;
  text-align: center;
  border: 2px solid #686868;
}

.side-pickupauthor > .link-more::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: 106px;
  content: '';
  border-top: 2px solid #686868;
  border-right: 2px solid #686868;
  transition: all 0.2s ease-out 0s;
  transform: rotate(45deg);
}

.side-pickupauthor > .link-more:hover {
  text-decoration: none;
}

.side-pickupauthor > .link-more:hover::after {
  margin-left: 116px;
}
@media screen and (width <= 599px) {
  .side-pickupauthor > .link-more {
    font-size: 18px;
  }
}
@media screen and (width <= 374px) {
  .side-pickupauthor > .link-more {
    font-size: 14px !important;
  }
}

.ellipsis{
  font-family:arial;
}

.foot-totop {
  position: fixed;
  right: 5.7%;
  bottom: 55px;
  width: 30px;
  height: 30px;
  background: #989898;
  filter: alpha(opacity=0);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.2s ease-out 0s;
}
@media screen and (width >= 600px) {
  .foot-totop {
    right: 30px;
    bottom: 30px;
    z-index: 200;
    cursor: pointer;
  }
}

.foot-totop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  margin-left: -5px;
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.lazyload{
  opacity: 0;
}

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

#web_plugin_chat_box {
  bottom: 60px !important;
}
