@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : spinoff.css
Description : Huluオリジナルストーリー
===================================================================== */
/* =====================================================================
    hulu-original
======================================================================*/
.hulu-original {
  padding-bottom: 16rem;
  background: url(../images/common/bg_pattern05.jpg) repeat top center/160rem auto;
}
@media screen and (min-width: 768px) {
  .hulu-original {
    background-size: 100% auto;
  }
}
.hulu-original-ttl {
  position: relative;
  margin: 0 -7.6923076923% 3rem -7.6923076923%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hulu-original-ttl {
    margin: 0 0 3rem 0;
  }
}
.hulu-original-ttl > span {
  display: block;
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .hulu-original-ttl > span {
    font-size: 66px;
  }
}
.hulu-original-subttl {
  position: relative;
  margin: 0 -7.6923076923% 7rem -7.6923076923%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hulu-original-subttl {
    margin: 0 0 5.5rem 0;
  }
}
.hulu-original-subttl > span {
  display: block;
  color: #233581;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: -0.05em;
}
.hulu-original-subttl > span > strong {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  padding: 0.5em 0;
  letter-spacing: -0.05em;
}
.hulu-original-subttl > span > i {
  font-family: "Oswald", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .hulu-original-subttl > span {
    font-size: 34px;
  }
}
.hulu-original-head {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 14.4rem;
}
@media screen and (min-width: 768px) {
  .hulu-original-head {
    margin-bottom: 1rem;
    padding-bottom: 5.7rem;
  }
}
.hulu-original-head::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 49rem;
  background: url(../images/common/bg_fence.png) no-repeat center bottom/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .hulu-original-head::before {
    height: 50rem;
  }
}
.hulu-original-movie {
  position: relative;
  padding: calc(18 / 650 * 100%) calc(23 / 650 * 100%) calc(28 / 650 * 100%) calc(16 / 650 * 100%);
  background: url(../images/common/bg_img_movie.png) no-repeat center/100% 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hulu-original-movie {
    margin: 0 auto;
    width: calc(839 / 1000 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .hulu-original-movie a:hover {
    transform: translateY(0);
  }
}
.hulu-original-movie .yt_popup {
  position: relative;
}
@media screen and (min-width: 768px) {
  .hulu-original-movie .yt_popup:hover::after {
    transform: scale(1.1);
  }
}
.hulu-original-movie .yt_popup::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(110 / 650 * 100%);
  padding-top: calc(110 / 650 * 100%);
  max-width: 110px;
  background: url(../images/common/btn_play.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
.hulu-original-text {
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hulu-original-text {
    width: 80%;
  }
}
.hulu-original-text > p {
  font-size: 4rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hulu-original-text > p {
    font-size: 28px;
  }
}
.hulu-original-text > p > em {
  color: #8e2525;
  font-style: normal;
}
.hulu-original-text > p > span {
  font-size: 80%;
}
.hulu-original-btn {
  position: relative;
  width: 84.6153846154%;
  margin: 5rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .hulu-original-btn {
    width: 55%;
  }
}

/* =====================================================================
    hulu-intro
======================================================================*/
.hulu-intro {
  padding-bottom: 16rem;
  overflow: hidden;
}
.hulu-intro::before {
  content: "";
  position: absolute;
  right: -18rem;
  top: inherit;
  bottom: -8rem;
  display: block;
  width: 60rem;
  aspect-ratio: 601/654;
  background-image: url(../images/common/img_rikka.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .hulu-intro::before {
    right: -4rem;
    top: 13rem;
    bottom: inherit;
  }
}
.hulu-intro-ttl {
  position: relative;
  margin: 0 0 7rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hulu-intro-ttl {
    margin: 0 0 5.5rem 0;
  }
}
.hulu-intro-ttl > span {
  display: block;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .hulu-intro-ttl > span {
    font-size: 66px;
  }
}
.hulu-intro-text {
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hulu-intro-text {
    width: 80%;
  }
}
.hulu-intro-text > p {
  margin-top: 5rem;
  color: #ffffff;
  font-size: 3rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .hulu-intro-text > p {
    font-size: 20px;
  }
}
.hulu-intro-text > p:first-child {
  margin-top: 0;
}
.hulu-intro-text > p .bg-black {
  display: inline-block;
  background: linear-gradient(transparent 50%, #000000 50%);
}
.hulu-intro-text > p .color-yellow {
  display: inline-block;
  color: #fff100;
}

/* =====================================================================
    hulu-story
======================================================================*/
.hulu-story {
  padding-bottom: 16rem;
  background: url(../images/common/bg_pattern05.jpg) repeat top center/160rem auto;
}
@media screen and (min-width: 768px) {
  .hulu-story {
    background-size: 100% auto;
  }
}
.hulu-story-ttl {
  position: relative;
  margin: 0 0 7rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hulu-story-ttl {
    margin: 0 0 5.5rem 0;
  }
}
.hulu-story-ttl > span {
  display: block;
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .hulu-story-ttl > span {
    font-size: 66px;
  }
}
.hulu-story-subttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 86.1538461538%;
  aspect-ratio: 560/152;
  margin: 0 auto;
  background-image: url(../images/spinoff/spinoff_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .hulu-story-subttl {
    width: 64.8%;
    aspect-ratio: 648/122;
    background-image: url(../images/spinoff/spinoff_bg01_pc.png);
  }
}
.hulu-story-subttl > em {
  display: block;
  color: #fff100;
  font-style: normal;
  font-size: 5rem;
}
@media screen and (min-width: 768px) {
  .hulu-story-subttl > em {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1260px) {
  .hulu-story-subttl > em {
    font-size: 42px;
  }
}
.hulu-story-subttl > span {
  display: block;
  margin-top: 1.2rem;
  color: #ffffff;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .hulu-story-subttl > span {
    font-size: 1.9047619048vw;
  }
}
@media screen and (min-width: 1260px) {
  .hulu-story-subttl > span {
    font-size: 24px;
  }
}
.hulu-story-list {
  position: relative;
  width: 100%;
  margin: 3rem auto 0 auto;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .hulu-story-list {
    width: 80%;
  }
}
.hulu-story-list.slick-initialized.slick-slider {
  padding-bottom: 4rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .hulu-story-list.slick-initialized.slick-slider {
    padding-bottom: 2.4rem;
  }
}
.hulu-story-list.slick-initialized.slick-slider .slick-list {
  padding: 0 !important;
}
.hulu-story-list.slick-initialized.slick-slider .slick-slide {
  position: relative;
  width: 100%;
}
.hulu-story-list.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%);
}
.hulu-story-list.slick-initialized.slick-slider .slick-dots li {
  width: 1.2rem;
  aspect-ratio: 1/1;
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  .hulu-story-list.slick-initialized.slick-slider .slick-dots li {
    width: 8px;
    margin: 0 0.5rem;
  }
}
.hulu-story-list.slick-initialized.slick-slider .slick-dots li.slick-active button {
  background-color: #233581;
}
.hulu-story-list.slick-initialized.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background-color: #a3a3a3;
}
.hulu-story-text {
  position: relative;
  width: 100%;
  margin-top: 5rem;
}
.hulu-story-text > p {
  font-size: 2.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .hulu-story-text > p {
    font-size: 18px;
  }
}
.hulu-story-cast {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 5rem;
}
.hulu-story-cast > dt {
  position: relative;
  width: 6em;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .hulu-story-cast > dt {
    font-size: 18px;
  }
}
.hulu-story-cast > dt::before {
  content: "：";
  position: absolute;
  right: 0.5em;
  top: 0;
  display: block;
  font-size: 100%;
}
.hulu-story-cast > dd {
  position: relative;
  width: calc(100% - 6em);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .hulu-story-cast > dd {
    font-size: 18px;
  }
}

/* =====================================================================
    hulu-staff
======================================================================*/
.hulu-staff {
  padding-bottom: 8rem;
}
.hulu-staff-ttl {
  position: relative;
  margin: 0 0 7rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hulu-staff-ttl {
    margin: 0 0 5.5rem 0;
  }
}
.hulu-staff-ttl > span {
  display: block;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .hulu-staff-ttl > span {
    font-size: 66px;
  }
}
.hulu-staff-list {
  position: relative;
  width: 115.3846153846%;
  margin: 0 -7.6923076923%;
}
@media screen and (min-width: 768px) {
  .hulu-staff-list {
    width: 100%;
    margin: 0;
  }
}
.hulu-staff-list > li {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
.hulu-staff-list > li:first-child {
  margin-top: 0;
}
.hulu-staff-list > li > dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.hulu-staff-list > li > dl > dt {
  position: relative;
  width: 50%;
  padding-right: 1em;
  color: #979797;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .hulu-staff-list > li > dl > dt {
    padding-right: 2em;
    font-size: 22px;
  }
}
.hulu-staff-list > li > dl > dd {
  position: relative;
  width: 50%;
  padding-left: 1em;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .hulu-staff-list > li > dl > dd {
    padding-left: 2em;
    font-size: 22px;
  }
}
.hulu-staff-list > li > dl > dd + dd {
  margin: 2rem 0 0 50%;
}
.hulu-staff-list > li > dl > dd::before {
  content: "";
  position: absolute;
  left: -0.275em;
  top: 0.4em;
  display: block;
  width: 0.55em;
  aspect-ratio: 1/1;
  background-image: url(../images/common/img_shape_hexagon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.hulu-staff-list > li > dl > dd > span {
  font-size: 65%;
}
.hulu-staff-btn {
  position: relative;
  width: 84.6153846154%;
  margin: 10rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .hulu-staff-btn {
    width: 55%;
  }
}

/* =====================================================================
    hulu-popup
======================================================================*/
.hulu-popup .popup-bg {
  background-color: rgba(33, 33, 33, 0.94);
}
.hulu-popup .popup-inner {
  width: 86.6666666667%;
}
@media screen and (min-width: 768px) {
  .hulu-popup .popup-inner {
    width: 650px;
  }
}
.hulu-popup-head {
  position: relative;
  width: 100%;
  padding: 6rem 0;
  background-color: #3ce032;
}
@media screen and (min-width: 768px) {
  .hulu-popup-head {
    padding: 60px 0;
  }
}
.hulu-popup-ttl {
  position: relative;
  text-align: center;
}
.hulu-popup-ttl > span {
  display: block;
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-size: 5.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .hulu-popup-ttl > span {
    font-size: 54px;
  }
}
.hulu-popup-subttl {
  position: relative;
  margin-top: 3rem;
  text-align: center;
}
.hulu-popup-subttl > span > strong {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2em;
  padding: 0 0 0.2em;
  letter-spacing: -0.05em;
}
.hulu-popup-subttl > span > i {
  font-family: "Oswald", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .hulu-popup-subttl {
    margin-top: 30px;
  }
}
.hulu-popup-subttl > span {
  display: block;
  color: #000000;
  font-size: 4rem;
  letter-spacing: -0.05em;
  text-shadow: 1px 1px 0 #ffffff;
}
@media screen and (min-width: 768px) {
  .hulu-popup-subttl > span {
    font-size: 40px;
  }
}
.hulu-popup-img {
  position: relative;
  width: 100%;
}
.hulu-popup-img .hulu-popup-btn {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .hulu-popup-img .hulu-popup-btn {
    bottom: 20px;
  }
}
.hulu-popup-btn {
  position: relative;
  width: 70.7692307692%;
  aspect-ratio: 460/80;
  margin: 0 auto;
}
.hulu-popup-btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #233581;
}
@media screen and (min-width: 768px) {
  .hulu-popup-btn > a:hover {
    background-color: #333369;
    transform: translateY(0);
  }
}
.hulu-popup-btn > a::before {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .hulu-popup-btn > a::before {
    right: 40px;
    width: 14px;
    height: 14px;
  }
}
.hulu-popup-btn > a > span {
  color: #ffffff;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .hulu-popup-btn > a > span {
    font-size: 30px;
  }
}
.hulu-popup-trial {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .hulu-popup-trial {
    padding: 40px 0;
  }
}
.hulu-popup-text {
  position: relative;
  width: 58.4615384615%;
  margin: 0 auto 2.5rem auto;
}
@media screen and (min-width: 768px) {
  .hulu-popup-text {
    margin: 0 auto 25px auto;
  }
}
.hulu-popup-check {
  position: relative;
  width: 100%;
  padding: 3rem 0;
  text-align: center;
  background-color: #3ce032;
}
@media screen and (min-width: 768px) {
  .hulu-popup-check {
    padding: 30px 0;
  }
}
.hulu-popup-check label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
}
.hulu-popup-check label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  border: 1px solid #585858;
  background-color: transparent;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .hulu-popup-check label::before {
    width: 24px;
    border: 2px solid #585858;
  }
}
.hulu-popup-check label input[type=checkbox] {
  appearance: auto;
  width: 2.4rem;
  aspect-ratio: 1/1;
  border: none;
  outline: none;
}
@media screen and (min-width: 768px) {
  .hulu-popup-check label input[type=checkbox] {
    width: 24px;
  }
}
.hulu-popup-check label span {
  margin-left: 2rem;
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .hulu-popup-check label span {
    margin-left: 20px;
    font-size: 26px;
  }
}
.hulu-popup-close {
  position: relative;
  margin-top: 4rem;
  color: #ffffff;
  font-size: 3rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .hulu-popup-close {
    margin-top: 40px;
    font-size: 30px;
  }
}
.hulu-popup-close > span {
  display: inline-block;
  margin-right: 1rem;
  transform: scale(1.4);
}
@media screen and (min-width: 768px) {
  .hulu-popup-close > span {
    margin-right: 10px;
  }
}/*# sourceMappingURL=spinoff.css.map */