@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : subpage.css
Description : 下層
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.main > section {
  padding: 16rem 0;
}

/*  slider button
-----------------------------------------*/
.btn-prev,
.btn-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 7.2rem;
  width: 1em;
  height: 1em;
  background-color: #3e3a39;
  border-radius: 0.2em;
  cursor: pointer;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .btn-prev,
  .btn-next {
    font-size: 10rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btn-prev:hover,
  .btn-next:hover {
    opacity: 1;
  }
}
.btn-prev::after,
.btn-next::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 5%;
  right: 0;
  margin: auto;
  width: 38%;
  height: 38%;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffffff;
}
.btn-prev.is-disable, .btn-prev.slick-disabled,
.btn-next.is-disable,
.btn-next.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.btn-prev {
  left: -0.55em;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .btn-prev:hover {
    margin-left: -0.2em;
  }
}

.btn-next {
  right: -0.55em;
}
@media screen and (min-width: 768px) {
  .btn-next:hover {
    margin-right: -0.2em;
  }
}

/* =====================================================================
    news
======================================================================*/
@media screen and (min-width: 768px) {
  .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news-list li {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #d9d8d4;
}
@media screen and (min-width: 768px) {
  .news-list li {
    margin: 0 calc(40 / 1280 * 100%) 7rem 0;
    padding-bottom: 0;
    width: calc(400 / 1280 * 100%);
    border-bottom: 0;
  }
  .news-list li:nth-child(3n) {
    margin-right: 0;
  }
}
.news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .news-list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-list figure {
  width: calc(280 / 640 * 100%);
  background-color: #f7f6f2;
}
@media screen and (min-width: 768px) {
  .news-list figure {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.news-list figure img {
  aspect-ratio: 210/140;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-list h3 {
  width: calc(315 / 640 * 100%);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .news-list h3 {
    margin-bottom: 2rem;
    width: 100%;
    font-size: 111%;
    -webkit-line-clamp: 2;
  }
}
.news-list .article-date {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .news-list .article-date {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

/* =====================================================================
    article
======================================================================*/
@media screen and (min-width: 768px) {
  .article {
    margin: 0 auto;
    max-width: 800px;
  }
}
.article-header {
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .article-header {
    margin-bottom: 5rem;
  }
}
.article-header h1 {
  margin-bottom: 5rem;
  font-size: 146%;
}
@media screen and (min-width: 768px) {
  .article-header h1 {
    margin-bottom: 3rem;
  }
}
.article-header h1 span {
  font-weight: 600;
}
.article-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.article-date time {
  font-family: "EB Garamond", serif;
  font-size: 110%;
  font-weight: 600;
  letter-spacing: 0;
}
.article-date .category {
  padding: 0.35em 1.2em;
  font-size: 73%;
  background-color: #f7f6f2;
  border-radius: 3em;
}
.article-content > *:not(:last-child) {
  margin-bottom: 3rem;
}
.article-content h2 {
  padding: 0.5em 0 0.5em 0.8em;
  font-weight: 700;
  font-size: 113%;
  line-height: 1.5;
  border-left: 4px solid #b60005;
}
.article-content figure img {
  margin: auto;
  width: auto;
  max-width: 100%;
  max-height: 66rem;
}
@media screen and (min-width: 768px) {
  .article-content figure img {
    max-width: 80%;
    max-height: 55rem;
  }
}
.article + .btn01 a {
  background-color: #3e3a39;
}
@media screen and (min-width: 768px) {
  .article + .btn01 a::before {
    background-color: #b60005;
  }
}

/* =====================================================================
    contents-list
======================================================================*/
.contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .contents-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.contents-list li {
  position: relative;
  margin: 7rem 0 0;
  padding-top: 3.25em;
  width: calc(280 / 640 * 100%);
}
@media screen and (max-width: 767px) {
  .contents-list li {
    font-size: 2.6rem;
    font-size: clamp(2.6rem, 2vw, 12px);
    letter-spacing: 0.025em;
  }
  .contents-list li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .contents-list li {
    margin: 8rem calc(53 / 1280 * 100%) 0 0;
    width: calc(280 / 1280 * 100%);
  }
  .contents-list li:nth-child(-n+4) {
    margin-top: 0;
  }
  .contents-list li:nth-child(4n) {
    margin-right: 0;
  }
}
.contents-list li figure {
  background-color: #f7f6f2;
}
.contents-list li figure img {
  aspect-ratio: 280/398;
  -o-object-fit: contain;
     object-fit: contain;
}
.contents-list li h3 {
  margin-top: 0.6em;
  font-weight: 600;
  font-size: 115%;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.contents-list-flag {
  position: absolute;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  margin-left: -3%;
  padding: 0.3em 0.5em 2em;
  width: 106%;
  height: 5em;
  text-align: center;
  font-weight: 600;
  line-height: 1.23;
  color: #ffffff;
  background-color: #f20008;
  z-index: -1;
}

.post-type-archive-youtube .contents-list li {
  padding-top: 0;
  font-size: 100%;
}
.post-type-archive-youtube .contents-list li figure img {
  aspect-ratio: 16/9;
}

/* =====================================================================
    contents-article
======================================================================*/
.contents-article .sec-ttl {
  font-size: 4.4rem;
  font-size: clamp(4.4rem, 3vw, 30px);
}
.contents-article-table {
  margin-left: -1em;
  width: calc(100% + 2em);
}
@media screen and (min-width: 768px) {
  .contents-article-table {
    margin-left: -2.8em;
    width: calc(100% + 5.6em);
  }
}
.contents-article-table table {
  table-layout: auto;
  margin: -3rem 0 !important;
  border-collapse: separate;
  border-spacing: 1em 3rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .contents-article-table table {
    border-spacing: 2.8em 3rem;
  }
}
.contents-article-table table tr > *:first-child {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: normal;
  white-space: nowrap;
}
.contents-article-feature {
  padding: 8rem 0 16rem;
}
@media screen and (min-width: 768px) {
  .contents-article-feature > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1080px;
  }
}
.contents-article-img {
  margin: 0 auto 8rem;
  width: calc(520 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .contents-article-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 calc(80 / 1080 * 100%) 0 0;
    width: calc(480 / 1080 * 100%);
  }
}
.contents-article-img-thumb {
  margin-top: 1.2rem;
}
.contents-article-img-thumb .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
.contents-article-img-thumb .slick-track::before, .contents-article-img-thumb .slick-track::after {
  display: none;
}
.contents-article-img-thumb .slick-slide {
  margin-right: 1.2rem;
}
.contents-article-img-thumb li {
  position: relative;
  padding: 0.4rem;
  cursor: pointer;
}
.contents-article-img-thumb li::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.4rem solid #b60005;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contents-article-img-thumb .slick-current li::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .contents-article-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(520 / 1080 * 100%);
  }
}
.contents-article-content > * h2 {
  font-size: 106%;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .contents-article-content > * h2 {
    font-size: 120%;
  }
}
.contents-article-content > *:not(:last-child) {
  margin-bottom: 8rem;
}
.contents-article-content > * > *:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .contents-article-content > * > *:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.contents-article-content-header h1 {
  font-size: 186%;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .contents-article-content-header h1 {
    font-size: 244%;
  }
}
.contents-article-content-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.contents-article-content-tag span {
  padding: 0.5em 1em;
  font-size: 73%;
  letter-spacing: 0.1em;
  background-color: #d9d8d4;
}
.contents-article-content-text {
  -webkit-text-decoration: underline #b60005;
          text-decoration: underline #b60005;
}
.contents-article-content-text a {
  position: relative;
  display: inline-block !important;
  padding-right: 1.7em;
  max-width: 100%;
  text-decoration-color: #b60005 !important;
}
.contents-article-content-text a .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  background-color: #b60005;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.contents-article-content-text a .arrow::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 42%;
  height: 42%;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .contents-article-content-text a:hover {
    opacity: 1;
  }
  .contents-article-content-text a:hover .arrow {
    right: -0.3em;
  }
}
.contents-article-content-editor > *:not(:last-child) {
  margin-bottom: 2rem;
}
.contents-article-content-editor img {
  margin: 0 auto;
  width: auto;
  max-width: 80%;
}
.contents-article-content-editor b {
  font-weight: 600;
}
.contents-article-content-streaming ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4rem;
  background-color: #f7f6f2;
}
@media screen and (min-width: 768px) {
  .contents-article-content-streaming ul {
    max-width: 570px;
    padding: 4rem 4.6153846154%;
  }
}
.contents-article-content-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contents-article-content-nav {
    margin: 0 calc(50% - 50vw);
  }
}
.contents-article-content-nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0 !important;
}
.contents-article-content-nav li:not(:last-child) {
  border-right: 1px solid currentColor;
}
.contents-article-content-nav li a {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  text-align: center;
  font-size: 3rem;
  font-size: clamp(3rem, 1.8vw, 18px);
}
@media screen and (min-width: 768px) {
  .contents-article-content-nav li a {
    font-size: 2.2rem;
    font-size: clamp(2.2rem, 1.6vw, 16px);
  }
}
.contents-article-content-nav li a span {
  display: block;
  letter-spacing: 0;
}
.contents-article-content-nav li a .ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.contents-article-content-nav li a .en {
  margin-top: 1em;
  font-family: "EB Garamond", serif;
  font-size: 57%;
}
.contents-article-sub {
  position: relative;
  padding-bottom: 16rem;
  background-color: #f7f6f2;
}
@media screen and (min-width: 768px) {
  .contents-article-sub > .inner {
    max-width: 1080px;
  }
}
.contents-article-sub > .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 28.5rem;
  background-color: #ffffff;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .contents-article-sub > .inner::before {
    height: 25rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-article-sub-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: calc(880 / 1080 * 100%);
  }
}
.contents-article-sub-img {
  margin: 0 auto 5rem;
  width: calc(320 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .contents-article-sub-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 9.0909090909% 0 0;
    width: 31.8181818182%;
  }
  .contents-article-sub-img + .contents-article-sub-content h3::before {
    margin-right: -19.2307692308%;
    width: calc(1080 / 520 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .contents-article-sub-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.contents-article-sub-content > *:not(:last-child) {
  margin-bottom: 5rem;
}
.contents-article-sub-content h3 {
  font-size: 146%;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .contents-article-sub-content h3 {
    position: relative;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    font-size: 200%;
  }
  .contents-article-sub-content h3::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    margin-right: -11.3636363636%;
    width: calc(1080 / 880 * 100%);
    height: calc(100% + 6rem);
    background-color: #ffffff;
    z-index: -1;
  }
}
.contents-article-sub-content .btn01 {
  margin-top: 0;
}
.contents-article-sub-content .btn01 a {
  background-color: #3e3a39;
}
@media screen and (min-width: 768px) {
  .contents-article-sub-content .btn01 a::before {
    background-color: #b60005;
  }
}

/* =====================================================================
    contents-bottom
======================================================================*/
.contents-bottom {
  position: relative;
  padding: 16rem 0;
  background-color: #3e3a39;
}
@media screen and (min-width: 768px) {
  .contents-bottom {
    padding: 12rem 0;
  }
}
.contents-bottom .anime-loop {
  position: absolute;
  top: 1rem;
  width: 100%;
  height: 50%;
}
@media screen and (min-width: 768px) {
  .contents-bottom .anime-loop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    height: 100%;
  }
}
.contents-bottom .anime-loop.reverse {
  top: auto;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contents-bottom p {
  text-align: center;
  color: #ffffff;
}
.contents-bottom p em {
  font-style: normal;
  font-size: 122%;
  line-height: 1.8;
}
.contents-bottom .btn01 {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .contents-bottom .btn01 {
    margin-top: 4rem;
  }
  .contents-bottom .btn01 a::before {
    background-color: #706967;
  }
}

/* =====================================================================
    comic
======================================================================*/
.comic {
  padding-bottom: 0 !important;
}
.comic-sample {
  padding: 8rem 0 0;
  background-color: #f7f6f2;
}
@media screen and (max-width: 767px) {
  .comic-sample > .inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .comic-sample-img {
    margin: 0 auto;
    max-width: 800px;
  }
}
.comic-sample-img .slick-list {
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and (max-width: 767px) {
  .comic-sample-img .slick-list {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .comic-sample-img .slick-slide {
    margin: 0 3rem;
  }
}
@media screen and (min-width: 768px) {
  .comic-sample-img .slick-arrow {
    font-size: 267%;
  }
}
.comic-sample-img .btn-prev {
  left: auto;
  right: 1.2em;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (min-width: 768px) {
  .comic-sample-img .btn-prev {
    right: -1.5em;
  }
}
.comic-sample-img .btn-next {
  right: auto;
  left: 1.2em;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .comic-sample-img .btn-next {
    left: -1.5em;
  }
}
.comic-sample-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .comic-sample-text {
    font-size: 80%;
  }
}
.comic-sample-text::before, .comic-sample-text::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background: url(../images/common/icon_arrow01.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .comic-sample-text::before, .comic-sample-text::after {
    width: 3.5em;
    background-image: url(../images/common/icon_arrow02.svg);
  }
}
.comic-sample-text::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.comic-sample-text span {
  margin: 0 1em;
}
.comic .contents-article-content-streaming ul li {
  margin: 5% 5% 0 0;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .comic .contents-article-content-streaming ul li {
    margin: 1.6949152542% 1.6949152542% 0 0;
    width: 18.6440677966%;
  }
}
@media screen and (max-width: 767px) {
  .comic .contents-article-content-streaming ul li:nth-child(3n) {
    margin-right: 0;
  }
  .comic .contents-article-content-streaming ul li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .comic .contents-article-content-streaming ul li:nth-child(5n) {
    margin-right: 0;
  }
  .comic .contents-article-content-streaming ul li:nth-child(-n+5) {
    margin-top: 0;
  }
}

/* =====================================================================
    drama
======================================================================*/
.drama {
  padding: 4rem 0 0 !important;
}
.drama-onair {
  padding: 4.5rem 0;
}
@media screen and (min-width: 768px) {
  .drama-onair {
    padding: 3rem 0;
  }
}
.drama-onair p {
  text-align: center;
  line-height: 1.3 !important;
}
.drama-onair p:not(:last-child) {
  margin-bottom: 1rem;
}
.drama-onair-network {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 1.5vw, 15px);
  letter-spacing: 0;
}
.drama-onair-date {
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-size: clamp(5rem, 3vw, 30px);
  letter-spacing: 0;
}
.drama-onair-note {
  font-size: 66%;
  color: #999796;
}
@media screen and (min-width: 768px) {
  .drama-onair-note {
    font-size: 80%;
  }
}
@media screen and (min-width: 768px) {
  .drama .contents-article-content {
    width: 100%;
  }
}
.drama .contents-article-content-streaming {
  position: relative;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .drama .contents-article-content-streaming {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.drama .contents-article-content-streaming::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  border-top: 1px solid;
}
.drama .contents-article-content-streaming h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .drama .contents-article-content-streaming h2 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 calc(60 / 1280 * 100%) 0 0;
  }
}
.drama .contents-article-content-streaming ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .drama .contents-article-content-streaming ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.drama .contents-article-content-streaming ul li {
  margin: calc(24 / 640 * 100%) calc(24 / 640 * 100%) 0 0;
  width: calc(192 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .drama .contents-article-content-streaming ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 2.3076923077%;
    width: 14.4rem;
  }
}
@media screen and (max-width: 767px) {
  .drama .contents-article-content-streaming ul li:nth-child(3) {
    margin-right: 0;
  }
  .drama .contents-article-content-streaming ul li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.drama .contents-article-content-streaming ul li a {
  border: 1px solid #e5e5e1;
}
.drama-movie {
  position: relative;
  padding: 8rem 0;
}
.drama-movie::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f7f6f2;
}
.drama-intro {
  padding: 16rem 0;
}
.drama-intro .contents-article-content-editor {
  margin: 0 auto;
  max-width: 880px;
}
.drama-intro .contents-article-content-editor > *:not(:last-child) {
  margin-bottom: 6rem;
}
.drama-story {
  padding: 16rem 0;
  background-color: #f7f6f2;
}
@media screen and (min-width: 768px) {
  .drama-story p {
    margin: 0 auto;
    max-width: 880px;
  }
}
.drama-staff {
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .drama-staff .contents-article-table {
    margin: 0 auto;
    max-width: 640px;
  }
}
.drama-staff .contents-article-table table {
  margin: 0 auto !important;
}
.drama-staff .contents-article-table table tr > *:first-child {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.drama-cast {
  padding: 16rem 0;
}
.drama-cast-list {
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (min-width: 768px) {
  .drama-cast-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.drama-cast-list li:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .drama-cast-list li figure {
    position: relative;
    margin-bottom: 4rem;
  }
  .drama-cast-list li figure::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 8rem;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-top: 1px solid;
    z-index: -1;
  }
  .drama-cast-list li figure + .drama-cast-list-right .drama-cast-list-name {
    padding-bottom: 0;
  }
  .drama-cast-list li figure + .drama-cast-list-right .drama-cast-list-name::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .drama-cast-list li figure {
    margin-right: calc(60 / 1080 * 100%);
    width: calc(400 / 1080 * 100%);
  }
  .drama-cast-list li figure + .drama-cast-list-right .drama-cast-list-name::before {
    width: 150%;
  }
}
@media screen and (min-width: 768px) {
  .drama-cast-list-right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(600 / 1080 * 100%);
  }
}
.drama-cast-list-name {
  position: relative;
  text-align: center;
  margin-bottom: 8rem;
  padding-bottom: 4rem;
  font-size: 133%;
}
@media screen and (min-width: 768px) {
  .drama-cast-list-name {
    text-align: left;
    margin-bottom: 4rem;
    padding-top: 4rem;
    font-size: 166%;
  }
}
.drama-cast-list-name::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  border-top: 1px solid;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .drama-cast-list-name::before {
    margin: 0;
    width: 100%;
  }
}
.drama-cast-list-name > * {
  line-height: 1.4 !important;
  letter-spacing: 0.1em;
}
.drama-cast-list-name dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.drama-cast-list-name dd {
  margin-top: 0.3em;
  font-size: 70%;
}
.drama .contents-article-sub {
  margin-top: 16rem;
}

/* =====================================================================
    shortdrama
======================================================================*/
.shortdrama {
  padding-bottom: 0 !important;
}
.shortdrama .contents-article-feature .contents-article-content-editor > * {
  line-height: 1.5;
}
.shortdrama .drama-movie {
  padding: 0;
}
.shortdrama .contents-article-content-streaming ul li {
  margin: 5.7142857143% 5.7142857143% 0 0;
  width: 47.1428571429%;
}
@media screen and (min-width: 768px) {
  .shortdrama .contents-article-content-streaming ul li {
    margin: 3.813559322% 3.813559322% 0 0;
    width: 22.0338983051%;
  }
}
@media screen and (max-width: 767px) {
  .shortdrama .contents-article-content-streaming ul li:nth-child(2) {
    margin-right: 0;
  }
  .shortdrama .contents-article-content-streaming ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .shortdrama .contents-article-content-streaming ul li:nth-child(4n) {
    margin-right: 0;
  }
  .shortdrama .contents-article-content-streaming ul li:nth-child(-n+4) {
    margin-top: 0;
  }
}/*# sourceMappingURL=subpage.css.map */