@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : spinoff.css
Description : Huluオリジナルストーリー
===================================================================== */
/* ========================================================
    originalstory
======================================================== */
.originalstory {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .originalstory {
    padding: 12rem 0;
  }
}
.originalstory::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -3;
}
.originalstory_column {
  position: relative;
  width: 100%;
}
.originalstory_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .originalstory_ttl {
    padding: 7.5rem 0;
  }
}
.originalstory_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .originalstory_ttl::before {
    width: 26.4rem;
  }
}
.originalstory_ttl > em {
  display: block;
  padding-bottom: 0.48rem;
  font-family: "Shippori Mincho", serif;
  font-size: 7.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.16em;
}
@media screen and (min-width: 768px) {
  .originalstory_ttl > em {
    padding-bottom: 0;
    font-size: 6rem;
    letter-spacing: 0;
  }
}
.originalstory_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .originalstory_ttl > span {
    font-size: 3rem;
  }
}
.originalstory_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .originalstory_wrap {
    margin-top: 6rem;
  }
}
.originalstory_tab {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .originalstory_tab {
    width: 74.0740740741%;
  }
}
.originalstory_tab > li {
  width: 48.125%;
  margin: 0 0 0 3.75%;
  padding: 1.2rem;
  background-color: #000000;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li {
    width: 240px;
    margin: 0 0 0 5%;
    padding: 0.9rem;
  }
}
.originalstory_tab > li:first-child {
  margin-left: 0;
}
.originalstory_tab > li:first-child:last-child {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li:hover {
    background-color: #ffb726;
  }
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li:hover > p {
    color: #f90605;
  }
}
.originalstory_tab > li.is-active {
  background-color: #ffb726;
}
.originalstory_tab > li.is-active > p {
  color: #f90605;
}
.originalstory_tab > li.disabled {
  background-color: #b8b8b8;
  pointer-events: none;
}
.originalstory_tab > li > p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  color: #ffffff;
  transition: 0.3s ease;
}
.originalstory_tab > li > p > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li > p > em {
    font-size: 2.6rem;
  }
}
.originalstory_tab > li > p > small {
  display: block;
  margin-top: 0.1em;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li > p > small {
    font-size: 1.4rem;
  }
}
.originalstory_tab > li > p > span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li > p > span {
    font-size: 1.8rem;
  }
}
.originalstory_panelwrap {
  position: relative;
  width: 100%;
  margin: 4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .originalstory_panelwrap {
    width: 74.0740740741%;
    margin: 3rem auto 0 auto;
  }
}
.originalstory_panelbg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.originalstory_panelbg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 137.5%;
  aspect-ratio: 1100/940;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -3;
}
.originalstory_panel {
  position: relative;
  width: 100%;
}
.originalstory_panel > li {
  display: none;
}
.originalstory_panel > li.is-show {
  display: block;
}
.originalstory_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.originalstory_embed * {
  line-height: inherit;
}
.originalstory_embed .video-js {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.originalstory_embed .video-js .vjs-big-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13.75%;
  max-width: 88px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
.originalstory_embed .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  content: none !important;
}
.originalstory_text {
  position: relative;
  width: 100%;
  margin: 2.4rem auto 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .originalstory_text {
    width: 74.0740740741%;
    margin: 1.8rem auto 0 auto;
  }
}
.originalstory_text > p {
  font-family: "Shippori Mincho", serif;
  font-size: 4.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .originalstory_text > p {
    font-size: 3.4rem;
  }
}
.originalstory_text > p > small {
  display: block;
  font-size: 70%;
  line-height: 1.2;
}
.originalstory_btn {
  position: relative;
  width: 85.9375%;
  margin: 12rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .originalstory_btn {
    width: 550px;
    margin: 9rem auto 0 auto;
  }
}
.originalstory_btn > a {
  display: block;
  width: 100%;
  transition: none;
}
@media screen and (min-width: 768px) {
  .originalstory_btn > a:hover {
    transform: rotate(-2deg);
    opacity: 1;
  }
}

/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 12rem 0;
  }
}
.intro_column {
  position: relative;
  width: 100%;
}
.intro_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .intro_ttl {
    padding: 7.5rem 0;
  }
}
.intro_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .intro_ttl::before {
    width: 26.4rem;
  }
}
.intro_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .intro_ttl > em {
    font-size: 6rem;
  }
}
.intro_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .intro_ttl > span {
    font-size: 3rem;
  }
}
.intro_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .intro_wrap {
    margin-top: 6rem;
  }
}
.intro_text {
  position: relative;
  width: 100%;
  text-align: center;
}
.intro_text > p {
  width: 100%;
  margin-top: 6rem;
  font-family: "Shippori Mincho", serif;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .intro_text > p {
    margin-top: 4.5rem;
  }
}
.intro_text > p:first-child {
  margin-top: 0;
}
.intro_text > p .fs_large {
  font-size: 125%;
  font-weight: 700;
}

/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 12rem 0;
  }
}
.story::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 171, 26, 0.65);
  mix-blend-mode: hard-light;
  z-index: -3;
}
.story_column {
  position: relative;
  width: 100%;
}
.story_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_ttl {
    padding: 7.5rem 0;
  }
}
.story_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .story_ttl::before {
    width: 26.4rem;
  }
}
.story_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .story_ttl > em {
    font-size: 6rem;
  }
}
.story_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .story_ttl > span {
    font-size: 3rem;
  }
}
.story_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .story_wrap {
    margin-top: 6rem;
  }
}
.story_tab {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .story_tab {
    width: 74.0740740741%;
  }
}
.story_tab > li {
  width: 48.125%;
  margin: 0 0 0 3.75%;
  padding: 1.2rem;
  background-color: #000000;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .story_tab > li {
    width: 240px;
    margin: 0 0 0 5%;
    padding: 0.9rem;
  }
}
.story_tab > li:first-child {
  margin-left: 0;
}
.story_tab > li:first-child:last-child {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .story_tab > li:hover {
    background-color: #ffb726;
  }
}
@media screen and (min-width: 768px) {
  .story_tab > li:hover > p {
    color: #f90605;
  }
}
.story_tab > li.is-active {
  background-color: #ffb726;
}
.story_tab > li.is-active > p {
  color: #f90605;
}
.story_tab > li.disabled {
  background-color: #b8b8b8;
  pointer-events: none;
}
.story_tab > li > p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  color: #ffffff;
  transition: 0.3s ease;
}
.story_tab > li > p > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_tab > li > p > em {
    font-size: 2.6rem;
  }
}
.story_tab > li > p > small {
  display: block;
  margin-top: 0.1em;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_tab > li > p > small {
    font-size: 1.4rem;
  }
}
.story_tab > li > p > span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_tab > li > p > span {
    font-size: 1.8rem;
  }
}
.story_panelwrap {
  position: relative;
  width: 100%;
  margin: 4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_panelwrap {
    width: 74.0740740741%;
    margin: 3rem auto 0 auto;
  }
}
.story_panelbg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.story_panelbg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 137.5%;
  aspect-ratio: 1100/940;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -3;
}
.story_panel {
  position: relative;
  width: 100%;
}
.story_panel > li {
  display: none;
}
.story_panel > li.is-show {
  display: block;
}
.story_img {
  position: relative;
  width: 100%;
  opacity: 0;
}
.story_img.slick-initialized.slick-slider {
  padding-bottom: 3rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .story_img.slick-initialized.slick-slider {
    padding-bottom: 2rem;
  }
}
.story_img.slick-initialized.slick-slider * {
  line-height: 1;
}
.story_img.slick-initialized.slick-slider .slick-list {
  padding: 0 !important;
}
.story_img.slick-initialized.slick-slider .slick-slide {
  position: relative;
  width: 100%;
}
.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%);
}
.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) {
  .story_img.slick-initialized.slick-slider .slick-dots li {
    width: 0.8rem;
    margin: 0 0.5rem;
  }
}
.story_img.slick-initialized.slick-slider .slick-dots li.slick-active button {
  background-color: #ffb726;
}
.story_img.slick-initialized.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background-color: #b8b8b8;
}
.story_text {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 4.5rem;
  }
}
.story_text > p {
  margin-top: 4rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .story_text > p {
    margin-top: 3rem;
  }
}
.story_text > p:first-child {
  margin-top: 0;
}
.story_cast {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .story_cast {
    margin-top: 4.5rem;
  }
}
.story_cast > dt {
  width: 5.5em;
  font-family: "Shippori Mincho", serif;
  white-space: nowrap;
}
.story_cast > dd {
  width: calc(100% - 5.5em);
  font-family: "Shippori Mincho", serif;
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 12rem 0;
  }
}
.staff_column {
  position: relative;
  width: 100%;
}
.staff_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .staff_ttl {
    padding: 7.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .staff_ttl {
    position: absolute;
    left: calc(-50% + 19.2rem);
    top: 0;
  }
}
.staff_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .staff_ttl::before {
    width: 26.4rem;
  }
}
.staff_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .staff_ttl > em {
    font-size: 6rem;
  }
}
.staff_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .staff_ttl > span {
    font-size: 3rem;
  }
}
.staff_wrap {
  position: relative;
  width: 87.5%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .staff_wrap {
    width: 500px;
    margin: 6rem auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .staff_wrap {
    margin: 0 4rem 0 auto;
  }
}
.staff_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .staff_name {
    margin-top: 3rem;
  }
}
.staff_name:first-child {
  margin-top: 0;
}
.staff_name.line {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .staff_name.line {
    margin-top: 6rem;
  }
}
.staff_name.long > dt {
  width: 35%;
}
.staff_name.long > dd {
  width: 65%;
}
.staff_name > dt {
  width: 50%;
  text-align: left;
}
.staff_name > dt:has(+ dd > span:first-child > .staff_link) > span {
  margin-top: 1.5em;
}
.staff_name > dt > span {
  position: relative;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span {
    font-size: 2.2rem;
  }
}
.staff_name > dt .min {
  letter-spacing: -0.08em;
}
.staff_name > dd {
  width: 50%;
  text-align: right;
}
.staff_name > dd > span {
  position: relative;
  display: block;
  color: #73d2e5;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span {
    font-size: 2.2rem;
  }
}
.staff_name > dd > span:first-letter {
  color: #ff7f00;
}
.staff_name > dd > span:has(.staff_link) {
  margin-top: 1.5em;
}
.staff_name > dd > span > small {
  display: block;
  font-size: 75%;
}
.staff_name > dd .min {
  letter-spacing: -0.08em;
}
.staff_link {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.1em);
  display: inline-block;
  padding: 0 1.6rem;
  color: #f90605;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  line-height: 1.6;
  border-radius: 1em;
  background-color: #ffb726;
  cursor: pointer !important;
}
@media screen and (min-width: 768px) {
  .staff_link {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover {
    transform: translateY(-1rem);
    opacity: 1 !important;
  }
}
.staff_link::before {
  content: "";
  position: absolute;
  left: 48%;
  top: calc(100% - 1px);
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #ffb726;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.staff_comment {
  position: relative;
  width: 100%;
  padding: 8rem 6rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .staff_comment {
    padding: 6rem 8rem;
  }
}
.staff_comment > dt {
  width: 100%;
}
.staff_comment > dt > span {
  display: block;
  color: #804000;
  font-family: "Shippori Mincho", serif;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.4;
}
.staff_comment > dd {
  width: 100%;
}
.staff_comment > dd > p {
  width: 100%;
  margin-top: 4rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .staff_comment > dd > p {
    margin-top: 3rem;
  }
}
.staff_btn {
  position: relative;
  width: 85.9375%;
  margin: 12rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .staff_btn {
    width: 550px;
    margin: 9rem auto 0 auto;
  }
}
.staff_btn > a {
  display: block;
  width: 100%;
  transition: none;
}
@media screen and (min-width: 768px) {
  .staff_btn > a:hover {
    transform: rotate(-2deg);
    opacity: 1;
  }
}/*# sourceMappingURL=spinoff.css.map */