@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : spinoff.css
Description : Huluオリジナルストーリー
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.main > section {
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .main > section {
    padding: 12rem 0;
  }
}
.main > section:last-child {
  padding-bottom: 28rem;
}

/* =====================================================================
    spinoff-original
======================================================================*/
.spinoff-original {
  background: linear-gradient(#f2ff00 0% 55.5rem, transparent 55.5rem);
}
.spinoff-original .sec-ttl {
  width: 109.375%;
  margin: 0 -4.6875% 12rem -4.6875%;
}
@media screen and (min-width: 768px) {
  .spinoff-original .sec-ttl {
    width: 46.1481481481%;
    margin: 0 auto 9rem auto;
  }
}
.spinoff-original-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .spinoff-original-wrap {
    width: 74.0740740741%;
  }
}
.spinoff-original-movie {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  opacity: 0;
}
.spinoff-original-movie.slick-initialized.slick-slider {
  padding-bottom: 3rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .spinoff-original-movie.slick-initialized.slick-slider {
    padding-bottom: 2rem;
  }
}
.spinoff-original-movie.slick-initialized.slick-slider * {
  line-height: 1;
}
.spinoff-original-movie.slick-initialized.slick-slider .slick-list {
  padding: 0 !important;
}
.spinoff-original-movie.slick-initialized.slick-slider .slick-slide {
  position: relative;
  width: 100%;
}
.spinoff-original-movie.slick-initialized.slick-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  transform: translateX(-50%);
}
.spinoff-original-movie.slick-initialized.slick-slider .slick-dots li {
  width: 1.2rem;
  aspect-ratio: 1/1;
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  .spinoff-original-movie.slick-initialized.slick-slider .slick-dots li {
    width: 0.8rem;
    margin: 0 0.5rem;
  }
}
.spinoff-original-movie.slick-initialized.slick-slider .slick-dots li.slick-active button {
  background-color: #3048bf;
}
.spinoff-original-movie.slick-initialized.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background-color: #000000;
  transform: none !important;
}
.spinoff-original-movie:has(.slick-slide:first-child:last-child) {
  padding-bottom: 0 !important;
}
.spinoff-original-movie-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.spinoff-original-movie-embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.spinoff-original-text {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spinoff-original-text {
    margin-top: 3.6rem;
  }
}
.spinoff-original-text > p {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 160%;
  font-weight: 600;
  line-height: 1.2;
}
.spinoff-original-text > p span {
  color: #3048bf;
}
.spinoff-original-text > p small {
  font-size: 70%;
}
.spinoff-original-btn {
  position: relative;
  width: 85.9375%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .spinoff-original-btn {
    width: 68.75%;
    margin: 4.5rem auto 0 auto;
  }
}
.spinoff-original-btn > a {
  display: block;
  width: 100%;
}

/* =====================================================================
    spinoff-intro
======================================================================*/
.spinoff-intro::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 16, 26, 0.8);
  mix-blend-mode: hard-light;
  z-index: -1;
}
.spinoff-intro-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .spinoff-intro-wrap {
    width: 74.0740740741%;
  }
}
.spinoff-intro-text {
  position: relative;
  width: 100%;
}
.spinoff-intro-text > p {
  width: 100%;
  margin-top: 1.5em;
  color: #ffffff;
}
.spinoff-intro-text > p:first-child {
  margin-top: 0;
}
.spinoff-intro-text > p strong {
  color: #f2ff00;
  font-family: "Noto Serif JP", serif;
  font-size: 133.3333333333%;
  font-weight: 500;
}

/* =====================================================================
    spinoff-story
======================================================================*/
.spinoff-story {
  background: linear-gradient(#f2ff00 0% 70rem, transparent 70rem);
}
.spinoff-story-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .spinoff-story-wrap {
    width: 74.0740740741%;
  }
}
.spinoff-story-tab {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .spinoff-story-tab {
    margin-bottom: 2.4rem;
  }
}
.spinoff-story-tab > li {
  width: 48.125%;
  margin: 0 0 0 3.75%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .spinoff-story-tab > li {
    width: 23rem;
    margin: 0 0 0 2.4rem;
  }
}
.spinoff-story-tab > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .spinoff-story-tab > li:hover > p {
    background-color: #3048bf;
  }
}
@media screen and (min-width: 768px) {
  .spinoff-story-tab > li:hover > p > span {
    color: #f2ff00;
  }
}
@media screen and (min-width: 768px) {
  .spinoff-story-tab > li:hover > p > small {
    color: #f2ff00;
  }
}
.spinoff-story-tab > li.is-active > p {
  background-color: #3048bf;
}
.spinoff-story-tab > li.is-active > p > span {
  color: #f2ff00;
}
.spinoff-story-tab > li.is-active > p > small {
  color: #f2ff00;
}
.spinoff-story-tab > li.disabled {
  pointer-events: none;
}
.spinoff-story-tab > li.disabled > p {
  background-color: #aaaaaa;
}
.spinoff-story-tab > li > p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .spinoff-story-tab > li > p {
    padding: 1.5rem;
  }
}
.spinoff-story-tab > li > p > span {
  display: block;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .spinoff-story-tab > li > p > span {
    font-size: 2.2rem;
  }
}
.spinoff-story-tab > li > p > small {
  display: block;
  margin-top: 0.2em;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .spinoff-story-tab > li > p > small {
    font-size: 1.8rem;
  }
}
.spinoff-story-panel {
  position: relative;
  width: 100%;
}
.spinoff-story-panel > li {
  display: none;
}
.spinoff-story-panel > li.is-show {
  display: block;
}
.spinoff-story-img {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  opacity: 0;
}
.spinoff-story-img.slick-initialized.slick-slider {
  padding-bottom: 3rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .spinoff-story-img.slick-initialized.slick-slider {
    padding-bottom: 2rem;
  }
}
.spinoff-story-img.slick-initialized.slick-slider * {
  line-height: 1;
}
.spinoff-story-img.slick-initialized.slick-slider .slick-list {
  padding: 0 !important;
}
.spinoff-story-img.slick-initialized.slick-slider .slick-slide {
  position: relative;
  width: 100%;
}
.spinoff-story-img.slick-initialized.slick-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  transform: translateX(-50%);
}
.spinoff-story-img.slick-initialized.slick-slider .slick-dots li {
  width: 1.2rem;
  aspect-ratio: 1/1;
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  .spinoff-story-img.slick-initialized.slick-slider .slick-dots li {
    width: 0.8rem;
    margin: 0 0.5rem;
  }
}
.spinoff-story-img.slick-initialized.slick-slider .slick-dots li.slick-active button {
  background-color: #3048bf;
}
.spinoff-story-img.slick-initialized.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background-color: #000000;
  transform: none !important;
}
.spinoff-story-img:has(.slick-slide:first-child:last-child) {
  padding-bottom: 0 !important;
}
.spinoff-story-text {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .spinoff-story-text {
    margin-top: 3.6rem;
  }
}
.spinoff-story-text > p {
  width: 100%;
  margin-top: 1.5em;
}
.spinoff-story-text > p:first-child {
  margin-top: 0;
}
.spinoff-story-cast {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 1.5em;
}
.spinoff-story-cast > dt {
  width: 5em;
  font-weight: 400;
  line-height: 1.777;
}
.spinoff-story-cast > dd {
  width: calc(100% - 5em);
  font-weight: 400;
  line-height: 1.777;
}

/* =====================================================================
    spinoff-staff
======================================================================*/
.spinoff-staff::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 16, 26, 0.8);
  mix-blend-mode: hard-light;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .spinoff-staff .sec-ttl {
    margin: 0;
    transform: translateX(-18.6403508772%);
  }
}
@media screen and (min-width: 1600px) {
  .spinoff-staff .sec-ttl {
    transform: translateX(-8.5rem);
  }
}
.spinoff-staff-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .spinoff-staff-wrap {
    width: 92.5925925926%;
  }
}
.spinoff-staff-list {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .spinoff-staff-list {
    width: 60%;
    margin: -8.8% 0 0 auto;
  }
}
.spinoff-staff-list > li {
  width: 100%;
  margin-top: 2em;
}
.spinoff-staff-list > li:first-child {
  margin-top: 0;
}
.spinoff-staff-name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.spinoff-staff-name > dt {
  position: relative;
  width: 50%;
  margin: 0;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 107%;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .spinoff-staff-name > dt {
    font-size: 122%;
  }
}
.spinoff-staff-name > dt:has(+ dd .spinoff-staff-name-comment) {
  margin-top: 24px;
}
.spinoff-staff-name > dd {
  position: relative;
  width: 50%;
  margin: 0;
  padding: 0 0.2em;
  font-size: 107%;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
  background-color: #f2ff00;
}
@media screen and (min-width: 768px) {
  .spinoff-staff-name > dd {
    font-size: 122%;
  }
}
.spinoff-staff-name > dd:has(.spinoff-staff-name-comment) {
  margin-top: 24px;
}
.spinoff-staff-name > dd + dd {
  margin: 0.5em 0 0 50%;
}
.spinoff-staff-name > dd + dd:has(.spinoff-staff-name-comment) {
  margin-top: calc(0.5em + 24px);
}
.spinoff-staff-name-comment {
  position: absolute;
  left: 5%;
  bottom: calc(100% - 0.2em);
  display: block;
  width: 60px;
  aspect-ratio: 94/40;
  background-image: url(../images/spinoff/btn_comment.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;
}
.spinoff-staff-btn {
  position: relative;
  width: 85.9375%;
  margin: 16rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .spinoff-staff-btn {
    width: 55%;
    margin: 12rem auto 0 auto;
  }
}
.spinoff-staff-btn > a {
  display: block;
  width: 100%;
}/*# sourceMappingURL=spinoff.css.map */