@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : spinoff.css
Description : Huluオリジナルストーリー
===================================================================== */
/* =====================================================================
    footer
======================================================================*/
.pagetop a {
  color: #fff;
}
.pagetop svg {
  fill: #fff;
}

/* =====================================================================
    hulu
======================================================================*/
.hulu {
  position: relative;
  width: 100%;
  padding: 15rem 0;
  background-color: #000;
}
.hulu .bg_skew {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 57%;
  background-color: #fff;
  transform: skewY(170deg);
  transform-origin: bottom left;
}
@media screen and (min-width: 768px) {
  .hulu .inner {
    width: 75%;
    max-width: 1200px;
  }
}
.hulu_ttl {
  position: relative;
  width: 100%;
  margin-top: -1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hulu_ttl {
    text-align: left;
  }
}
.hulu_ttl > em {
  display: block;
  margin-right: -12rem;
  color: #000;
  font-style: normal;
  font-family: "Geologica", sans-serif;
  font-size: 7.4rem;
  font-weight: 400;
  transform: scale(0.85, 1);
  transform-origin: 0 50% 0;
}
@media screen and (min-width: 768px) {
  .hulu_ttl > em {
    margin-right: 0;
    font-size: 10rem;
  }
}
.hulu_ttl > span {
  display: block;
  margin-top: 0.5rem;
  color: #aea054;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .hulu_ttl > span {
    font-size: 2.6rem;
  }
}
.hulu_column {
  position: relative;
  width: 100%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .hulu_column {
    width: 83.3333333333%;
  }
}
.hulu_subttl {
  position: relative;
  color: #aea054;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hulu_subttl {
    font-size: 4.5rem;
  }
}
.hulu_slider.slick-slider {
  position: relative;
  width: 68rem;
  margin: 4rem auto 0 auto;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .hulu_slider.slick-slider {
    width: 90rem;
  }
}
.hulu_slider.slick-slider:has(.slick-dots) {
  padding-bottom: 4rem;
}
.hulu_slider.slick-slider .slick-slide {
  position: relative;
  width: 68rem;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .hulu_slider.slick-slider .slick-slide {
    width: 90rem;
  }
}
.hulu_slider.slick-slider .slick-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../common/images/bg_pattern4.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 90.4rem 52.6rem;
  opacity: 0.3;
  z-index: -1;
}
.hulu_slider.slick-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 2.4rem;
  width: auto;
  transform: translateX(-50%);
}
.hulu_slider.slick-slider .slick-dots > li {
  width: 1.6rem;
  height: 1.6rem;
}
.hulu_slider.slick-slider .slick-dots > li.slick-active button {
  background-color: #aea054;
}
.hulu_slider.slick-slider .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background-color: #bfbfbf;
}
.hulu_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.hulu_movie > div {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hulu_text {
  position: relative;
  margin-top: 4rem;
  color: #fff;
  font-size: 4.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .hulu_text {
    font-size: 6rem;
  }
}
.hulu_btn {
  position: relative;
  width: 54rem;
  margin: 10rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .hulu_btn {
    width: 60rem;
  }
}
.hulu_btn > a:hover {
  opacity: 0.7;
}

/* =====================================================================
    intro
======================================================================*/
.intro {
  position: relative;
  width: 100%;
  padding: 15rem 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .intro .inner {
    width: 75%;
    max-width: 1200px;
  }
}
.intro_ttl {
  position: relative;
  width: 100%;
  margin-top: -1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .intro_ttl {
    text-align: left;
  }
}
.intro_ttl > em {
  display: block;
  margin-right: -12rem;
  color: #000;
  font-style: normal;
  font-family: "Geologica", sans-serif;
  font-size: 7.4rem;
  font-weight: 400;
  transform: scale(0.85, 1);
  transform-origin: 0 50% 0;
}
@media screen and (min-width: 768px) {
  .intro_ttl > em {
    margin-right: 0;
    font-size: 10rem;
  }
}
.intro_ttl > span {
  display: block;
  margin-top: 0.5rem;
  color: #aea054;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .intro_ttl > span {
    font-size: 2.6rem;
  }
}
.intro_column {
  position: relative;
  width: 100%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .intro_column {
    width: 83.3333333333%;
  }
}
.intro_text {
  position: relative;
  font-weight: 700;
  line-height: 2;
}

/* =====================================================================
    story
======================================================================*/
.story {
  position: relative;
  width: 100%;
  padding: 15rem 0;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .story .inner {
    width: 75%;
    max-width: 1200px;
  }
}
.story_ttl {
  position: relative;
  width: 100%;
  margin-top: -1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_ttl {
    text-align: left;
  }
}
.story_ttl > em {
  display: block;
  margin-right: -12rem;
  color: #fff;
  font-style: normal;
  font-family: "Geologica", sans-serif;
  font-size: 7.4rem;
  font-weight: 400;
  transform: scale(0.85, 1);
  transform-origin: 0 50% 0;
}
@media screen and (min-width: 768px) {
  .story_ttl > em {
    margin-right: 0;
    font-size: 10rem;
  }
}
.story_ttl > span {
  display: block;
  margin-top: 0.5rem;
  color: #aea054;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .story_ttl > span {
    font-size: 2.6rem;
  }
}
.story_column {
  position: relative;
  width: 100%;
  margin: 8rem auto 0 auto;
}
.story_tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .story_tab {
    width: 110%;
    margin: 0 -5%;
  }
}
.story_tab > li {
  width: 22rem;
  aspect-ratio: 420/120;
}
@media screen and (min-width: 768px) {
  .story_tab > li {
    width: 42rem;
  }
}
.story_tab > li.new > a::before {
  content: "New";
}
.story_tab > li.disabled {
  pointer-events: none;
}
.story_tab > li.disabled > a {
  background-color: #aaaaaa;
}
.story_tab > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #aea054;
  overflow: hidden;
}
.story_tab > li > a::before {
  content: none;
  position: absolute;
  left: -7rem;
  top: -2rem;
  display: block;
  width: 16rem;
  padding: 3.2rem 0 0.5rem 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  text-align: center;
  background-color: #e20000;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .story_tab > li > a::before {
    left: -6rem;
    padding: 4rem 0 1rem 0;
    font-size: 2.8rem;
  }
}
.story_tab > li > a:hover {
  opacity: 0.7;
}
.story_tab > li > a > span {
  font-size: 3.6rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .story_tab > li > a > span {
    font-size: 5rem;
  }
}
.story_panel {
  position: relative;
  width: 100%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_panel {
    width: 83.3333333333%;
  }
}
.story_panel > li {
  display: none;
}
.story_panel > li.is-show {
  display: block;
}
.story_cont {
  position: relative;
  width: 100%;
}
.story_slider.slick-slider {
  position: relative;
  width: 68rem;
  margin: 0 auto;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .story_slider.slick-slider {
    width: 90rem;
  }
}
.story_slider.slick-slider:has(.slick-dots) {
  padding-bottom: 4rem;
}
.story_slider.slick-slider .slick-slide {
  position: relative;
  width: 68rem;
}
@media screen and (min-width: 768px) {
  .story_slider.slick-slider .slick-slide {
    width: 90rem;
  }
}
.story_slider.slick-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 2.4rem;
  width: auto;
  transform: translateX(-50%);
}
.story_slider.slick-slider .slick-dots > li {
  width: 1.6rem;
  height: 1.6rem;
}
.story_slider.slick-slider .slick-dots > li.slick-active button {
  background-color: #aea054;
}
.story_slider.slick-slider .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background-color: #bfbfbf;
}
.story_subttl {
  position: relative;
  margin-top: 4rem;
  color: #aea054;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_subttl {
    font-size: 4.5rem;
  }
}
.story_text {
  position: relative;
  margin-top: 4rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
}
.story_text + .story_ttl {
  margin-top: 13.5rem;
}
.story_cast {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 6rem;
}
.story_cast > dt {
  width: 7.5em;
  margin-top: 2rem;
  color: #aea054;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 2;
}
.story_cast > dd {
  width: calc(100% - 7.5em);
  margin-top: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 2;
}
.story_cast > dd > span {
  display: block;
  margin-left: 0;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .story_cast > dd > span {
    display: inline-block;
    margin-left: 2rem;
  }
}
.story_btn {
  position: relative;
  width: 54rem;
  margin: 15rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_btn {
    width: 60rem;
  }
}
.story_btn > a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=spinoff.css.map */