@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : spinoff.css
Description : Huluオリジナルストーリー
===================================================================== */
/* ========================================================
    originalstory
======================================================== */
.originalstory {
  position: relative;
  width: 100%;
  padding: 12rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .originalstory {
    padding: 9rem 0 12rem 0;
  }
}
.originalstory_ttl {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
}
.originalstory_ttl > h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
  margin: 12.8rem 0;
}
@media screen and (min-width: 768px) {
  .originalstory_ttl > h2 {
    margin: 8.8rem 0;
  }
}
.originalstory_ttl > h2::before {
  content: "";
  position: absolute;
  left: calc(50% - 14.85rem);
  top: calc(50% - 18.45rem);
  display: block;
  width: 29.7rem;
  aspect-ratio: 297/369;
  background-image: url(../images/spinoff/spinoff_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .originalstory_ttl > h2::before {
    left: calc(50% - 10.8rem);
    top: calc(50% - 13.4rem);
    width: 21.6rem;
  }
}
.originalstory_ttl > h2 > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .originalstory_ttl > h2 > em {
    font-size: 5rem;
  }
}
.originalstory_ttl > h2 > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .originalstory_ttl > h2 > span {
    font-size: 2rem;
  }
}
.originalstory_ttl > h2 > span > span {
  font-family: "Shippori Mincho", serif;
}
.originalstory_column {
  position: relative;
  width: 90.7692307692%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .originalstory_column {
    width: 100%;
    margin: 6rem auto 0 auto;
  }
}
.originalstory_subttl {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .originalstory_subttl {
    margin-bottom: 2rem;
  }
}
.originalstory_subttl > span {
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .originalstory_subttl > span {
    font-size: 3rem;
  }
}
.originalstory_subttl > span > small {
  display: block;
  margin-top: 0.5rem;
  font-size: 70%;
  line-height: 1.6;
}
.originalstory_embed {
  position: relative;
  width: 116.2711864407%;
  aspect-ratio: 944/594;
  margin: 0 -8.1355932203%;
  padding: 6rem;
  background-image: url(../images/story/story_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .originalstory_embed {
    width: 94.4%;
    margin: 0 auto;
    padding: 7.2%;
  }
}
.originalstory_embed > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .originalstory_embed > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .originalstory_embed > a:hover > figure::before {
    background-image: url(../images/common/icon_play_h.png);
  }
}
.originalstory_embed > a > figure {
  position: relative;
  width: 100%;
}
.originalstory_embed > a > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 15%;
  aspect-ratio: 96/95;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.originalstory_embed > figure {
  position: relative;
  width: 100%;
}
.originalstory_text {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .originalstory_text {
    margin-top: 2rem;
  }
}
.originalstory_text > p {
  color: #cb002e;
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .originalstory_text > p {
    font-size: 2.8rem;
  }
}
.originalstory_text > p > small {
  display: block;
  font-size: 80%;
}
.originalstory_btn {
  position: relative;
  width: 93.2203389831%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .originalstory_btn {
    width: 550px;
    margin: 4.5rem auto 0 auto;
  }
}
.originalstory_btn > a {
  display: block;
  width: 100%;
}

/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 12rem 0;
  }
}
.intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #50636e, #81555f);
  filter: saturate(2) opacity(0.1) brightness(1.4);
}
.intro_ttl {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
}
.intro_ttl > h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
}
.intro_ttl > h2 > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .intro_ttl > h2 > em {
    font-size: 5rem;
  }
}
.intro_ttl > h2 > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .intro_ttl > h2 > span {
    font-size: 2rem;
  }
}
.intro_ttl > h2 > span > span {
  font-family: "Shippori Mincho", serif;
}
.intro_column {
  position: relative;
  width: 90.7692307692%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .intro_column {
    width: 80%;
    margin: 6rem auto 0 auto;
  }
}
.intro_text {
  position: relative;
  width: 100%;
}
.intro_text > p {
  margin-top: 4rem;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .intro_text > p {
    margin-top: 3rem;
    font-size: 2.2rem;
  }
}
.intro_text > p:first-child {
  margin-top: 0;
}
.intro_text > p .font_spm {
  font-family: "Shippori Mincho", serif;
}
.intro_text > p .font_large {
  font-size: 115%;
}

/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 12rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 9rem 0 12rem 0;
  }
}
.story_ttl {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
}
.story_ttl > h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
  margin: 14.8rem 0;
}
@media screen and (min-width: 768px) {
  .story_ttl > h2 {
    margin: 8.5rem 0;
  }
}
.story_ttl > h2::before {
  content: "";
  position: absolute;
  left: calc(50% - 16.45rem);
  top: calc(50% - 21.15rem);
  display: block;
  width: 32.9rem;
  aspect-ratio: 329/423;
  background-image: url(../images/story/story_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_ttl > h2::before {
    left: calc(50% - 10.6rem);
    top: calc(50% - 13.65rem);
    width: 21.2rem;
  }
}
.story_ttl > h2 > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .story_ttl > h2 > em {
    font-size: 6rem;
  }
}
.story_ttl > h2 > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .story_ttl > h2 > span {
    font-size: 2rem;
  }
}
.story_ttl > h2 > span > span {
  font-family: "Shippori Mincho", serif;
}
.story_column {
  position: relative;
  width: 90.7692307692%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_column {
    width: 100%;
    margin: 6rem auto 0 auto;
  }
}
.story_subttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.story_subttl > span {
  color: #cb002e;
  font-family: "Shippori Mincho", serif;
  font-size: 6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .story_subttl > span {
    font-size: 4rem;
  }
}
.story_date {
  position: relative;
  width: 100%;
  text-align: center;
}
.story_date > span {
  position: relative;
  display: inline-block;
  padding: 0.7rem 3rem 1rem 3rem;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .story_date > span {
    font-size: 2.2rem;
  }
}
.story_date > span::before {
  content: "";
  position: absolute;
  right: calc(100% - 1px);
  top: 0;
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 18/66;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(-1, 1);
}
.story_date > span::after {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 18/66;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(1, 1);
}
.story_body {
  position: relative;
  width: 100%;
}
.story_list {
  position: relative;
  width: 100%;
  margin: 4rem auto 0 auto;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .story_list {
    width: 80%;
    margin: 3rem auto 0 auto;
  }
}
.story_list.slick-initialized.slick-slider {
  padding-bottom: 3rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .story_list.slick-initialized.slick-slider {
    padding-bottom: 2rem;
  }
}
.story_list.slick-initialized.slick-slider * {
  line-height: 1;
}
.story_list.slick-initialized.slick-slider .slick-list {
  padding: 0 !important;
}
.story_list.slick-initialized.slick-slider .slick-slide {
  position: relative;
  width: 100%;
}
.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%);
}
.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) {
  .story_list.slick-initialized.slick-slider .slick-dots li {
    width: 0.8rem;
    margin: 0 0.5rem;
  }
}
.story_list.slick-initialized.slick-slider .slick-dots li.slick-active button {
  background-color: #cb002e;
}
.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;
}
.story_text {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 4.5rem;
  }
}
.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;
  padding: 3rem;
}
@media screen and (min-width: 768px) {
  .story_cast {
    margin-top: 4.5rem;
    padding: 2rem 4rem;
  }
}
.story_cast::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #50636e, #81555f);
  filter: saturate(2) opacity(0.1) brightness(1.4);
}
.story_cast > dt {
  width: 5.5em;
  white-space: nowrap;
}
.story_cast > dt > span {
  font-weight: 500;
}
.story_cast > dd {
  width: calc(100% - 5.5em);
}
.story_cast > dd > span {
  font-weight: 500;
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 0 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 0 0 12rem 0;
  }
}
.staff .inner {
  max-width: 900px;
}
.staff_ttl {
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .staff_ttl {
    width: 80%;
  }
}
@media screen and (min-width: 1100px) {
  .staff_ttl {
    position: absolute;
    left: 5rem;
    top: 0;
    width: 100%;
    margin: 0;
  }
}
.staff_ttl > h2 {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
}
.staff_ttl > h2 > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .staff_ttl > h2 > em {
    font-size: 6rem;
  }
}
.staff_ttl > h2 > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .staff_ttl > h2 > span {
    font-size: 2rem;
  }
}
.staff_ttl > h2 > span > span {
  font-family: "Shippori Mincho", serif;
}
.staff_column {
  position: relative;
  width: 109.2307692308%;
  margin: 8rem -4.6153846154% 0 -4.6153846154%;
}
@media screen and (min-width: 768px) {
  .staff_column {
    width: 100%;
    margin: 6rem 0 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .staff_column {
    margin: 0;
  }
}
.staff_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .staff_name {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1100px) {
  .staff_name {
    width: 620px;
    margin-left: auto;
  }
}
.staff_name:first-child {
  margin-top: 0;
}
.staff_name > dt {
  position: relative;
  width: 50%;
  padding-right: 5rem;
  text-align: right;
  transform: translateY(-0.1em);
}
.staff_name > dt::before {
  content: "";
  position: absolute;
  right: -2.5rem;
  top: 50%;
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
  background-image: url(../images/cast/cast_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .staff_name > dt::before {
    right: -1.5rem;
    width: 3rem;
  }
}
.staff_name > dt > span {
  color: #cb002e;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span {
    font-size: 2.2rem;
  }
}
.staff_name > dt > span.min {
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span.min {
    letter-spacing: inherit;
  }
}
.staff_name > dd {
  position: relative;
  width: 50%;
  margin-left: 0;
  padding-left: 5rem;
  text-align: left;
}
.staff_name > dd + dd {
  margin-left: 50%;
}
.staff_name > dd > span {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span {
    font-size: 2.2rem;
  }
}
.staff_name > dd > span > small {
  display: block;
  font-size: 70%;
  transform: translateY(-0.6rem);
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span > small {
    display: inline-block;
    transform: none;
  }
}
.staff_hr {
  position: relative;
  padding-top: calc(6rem + 1px);
}
@media screen and (min-width: 768px) {
  .staff_hr {
    padding-top: calc(5rem + 1px);
  }
}
.staff_hr::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1rem;
  display: block;
  width: 80%;
  height: 1px;
  background-color: #ffffff;
  transform: translateX(-50%);
}
@media screen and (min-width: 1100px) {
  .staff_hr::before {
    width: 100%;
  }
}
.staff_link {
  position: relative;
  display: block;
  transform: translate(0, -0.4em);
}
@media screen and (min-width: 768px) {
  .staff_link {
    display: inline-block;
    transform: translate(1.2rem, -0.1em);
  }
}
.staff_link > a {
  position: relative;
  display: inline-block;
  padding: 0.4rem 0.8rem 0.2rem 0.8rem;
  color: #ffffff;
  font-size: 70%;
  line-height: 1.4;
  border-radius: 0.6rem;
  background-color: #e60033;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .staff_link > a:hover {
    opacity: 1;
  }
}
.staff_link > a::before {
  content: "";
  position: absolute;
  right: 45%;
  top: calc(100% - 1px);
  display: block;
  width: 1em;
  height: 0.5em;
  background-color: #e60033;
  -webkit-clip-path: polygon(10% 0, 0 100%, 100% 0);
          clip-path: polygon(10% 0, 0 100%, 100% 0);
}
.staff_comment {
  position: relative;
  width: 100%;
  padding: 5rem;
  border-radius: 2rem;
  background-color: #d5e4eb;
}
@media screen and (min-width: 768px) {
  .staff_comment {
    padding: 4rem;
  }
}
.staff_comment > dt {
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .staff_comment > dt {
    margin-bottom: 3rem;
  }
}
.staff_comment > dt > span {
  color: #cb002e;
  font-weight: 700;
}
.staff_comment > dd {
  width: 100%;
}
.staff_comment > dd > p {
  font-weight: 500;
}
.staff_comment > dd > p > strong {
  display: block;
  margin-bottom: 1em;
  color: #cb002e;
}
.staff_btn {
  position: relative;
  width: 77.4647887324%;
  margin: 12rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .staff_btn {
    width: 550px;
    margin: 9rem auto 0 auto;
  }
}

.popup_staff .popup_inner {
  max-width: 750px;
}

main:has(+ .footer .pagetop:first-child) section.staff {
  padding-bottom: 34rem;
}
@media screen and (min-width: 768px) {
  main:has(+ .footer .pagetop:first-child) section.staff {
    padding-bottom: 18rem;
  }
}/*# sourceMappingURL=spinoff.css.map */