@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_column {
  position: relative;
  width: 100%;
}
.originalstory_ttl {
  position: relative;
  margin: 0 auto;
  width: 45rem;
}
.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;
}
.originalstory_tab > li {
  position: relative;
  width: 47.6923076923%;
  margin: 0 0 0 4.6153846154%;
  padding: 1.2rem;
  transition: 0.3s ease;
  cursor: pointer;
}
.originalstory_tab > li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/spinoff/btn_bg.jpg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li {
    width: 300px;
    margin: 0 0 0 2.625%;
    padding: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li:hover {
    box-shadow: 0 0 0 2px #87010d;
  }
}
.originalstory_tab > li:first-child {
  margin-left: 0;
}
.originalstory_tab > li:first-child:last-child {
  pointer-events: none;
}
.originalstory_tab > li.is-active {
  box-shadow: 0 0 0 2px #87010d;
}
.originalstory_tab > li.disabled {
  pointer-events: none;
}
.originalstory_tab > li.disabled::before {
  filter: grayscale(1) brightness(1.4) contrast(0.5);
}
.originalstory_tab > li > p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li > p {
    font-size: 2.2rem;
  }
}
.originalstory_tab > li > p > span {
  display: block;
  line-height: 1.4;
  text-align: center;
}
.originalstory_tab > li > p > strong {
  display: block;
  font-size: 138%;
  text-align: center;
}
.originalstory_panel {
  position: relative;
  width: 100%;
  margin: 8rem auto 0;
}
@media screen and (min-width: 768px) {
  .originalstory_panel {
    width: 80%;
    margin-top: 6rem;
  }
}
.originalstory_panel > li {
  display: none;
}
.originalstory_panel > li.is-show {
  display: block;
}
.originalstory_movie {
  position: relative;
  width: 100%;
}
.originalstory_movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.originalstory_movie_embed * {
  line-height: inherit;
}
.originalstory_movie_embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.originalstory_text {
  position: relative;
  width: 100%;
  margin: 4rem auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .originalstory_text {
    margin-top: 5rem;
  }
}
.originalstory_text > p {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .originalstory_text > p {
    font-size: 2.8rem;
  }
}
.originalstory_text > p > small {
  display: block;
  margin-top: 0.3em;
  font-size: 82%;
  line-height: 1.4;
}
.originalstory_btn {
  position: relative;
  width: 84.6153846154%;
  margin: 8rem auto 0;
}
@media screen and (min-width: 768px) {
  .originalstory_btn {
    width: 55%;
  }
}
.originalstory_btn > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .originalstory_btn > a:hover {
    transform: translateY(-0.8rem);
    opacity: 1;
  }
}

/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 16rem 0;
  overflow: hidden;
}
@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-color: #ebfffe;
  z-index: -2;
}
.intro::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg05_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .intro::after {
    background-image: url(../images/common/common_bg05_pc.jpg);
    background-size: auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .intro::after {
    background-size: 100% auto;
  }
}
.intro_column {
  position: relative;
  width: 100%;
}
.intro_ttl {
  position: relative;
  width: 35.3rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .intro_ttl {
    width: 31.77rem;
  }
}
.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: 10rem;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .intro_text > p {
    font-size: 2.6rem;
  }
}
.intro_text > p:first-child {
  margin-top: 0;
}
.intro_text > p > strong {
  color: #87010d;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  -webkit-text-stroke: 2px #ffffff;
  text-stroke: 2px #ffffff;
  paint-order: stroke;
}
@media screen and (min-width: 768px) {
  .intro_text > p > strong {
    font-size: 3.6rem;
  }
}

/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 12rem 0;
  }
}
.story_column {
  position: relative;
  width: 100%;
}
.story_ttl {
  position: relative;
  width: 24.9rem;
  margin: 0 auto;
}
.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;
}
.story_tab > li {
  position: relative;
  width: 47.6923076923%;
  margin: 0 0 0 4.6153846154%;
  padding: 1.2rem;
  transition: 0.3s ease;
  cursor: pointer;
}
.story_tab > li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/spinoff/btn_bg.jpg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .story_tab > li {
    width: 300px;
    margin: 0 0 0 2.625%;
    padding: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .story_tab > li:hover {
    box-shadow: 0 0 0 2px #87010d;
  }
}
.story_tab > li:first-child {
  margin-left: 0;
}
.story_tab > li:first-child:last-child {
  pointer-events: none;
}
.story_tab > li.is-active {
  box-shadow: 0 0 0 2px #87010d;
}
.story_tab > li.disabled {
  pointer-events: none;
}
.story_tab > li.disabled::before {
  filter: grayscale(1) brightness(1.4) contrast(0.5);
}
.story_tab > li > p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .story_tab > li > p {
    font-size: 2.2rem;
  }
}
.story_tab > li > p > span {
  display: block;
  line-height: 1.4;
  text-align: center;
}
.story_tab > li > p > strong {
  display: block;
  font-size: 138%;
  text-align: center;
}
.story_panel {
  position: relative;
  width: 100%;
  margin: 8rem auto 0;
}
@media screen and (min-width: 768px) {
  .story_panel {
    margin-top: 6rem;
  }
}
.story_panel > li {
  display: none;
}
.story_panel > li.is-show {
  display: block;
}
.story_img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .story_img {
    width: 80%;
    font-size: 6px;
  }
}
.story_img.slick-initialized.slick-slider {
  padding-bottom: 3.5em;
  opacity: 1;
}
.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: 1em;
  aspect-ratio: 1/1;
  margin: 0 0.9em;
}
.story_img.slick-initialized.slick-slider .slick-dots li.slick-active button {
  background-color: #87010d;
}
.story_img.slick-initialized.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background-color: #cccccc;
}
.story_text {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 4.5rem;
  }
}
.story_text > p {
  width: 100%;
  margin-top: 4rem;
}
@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;
  font-weight: 600;
  color: #87010d;
}
@media screen and (min-width: 768px) {
  .story_cast {
    margin-top: 4.5rem;
  }
}
.story_cast > dt {
  width: 5.5em;
  white-space: nowrap;
}
.story_cast > dd {
  width: calc(100% - 5.5em);
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 12rem 0 0 0;
  }
}
.staff_column {
  position: relative;
  width: 100%;
}
.staff_ttl {
  position: relative;
  width: 26.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .staff_ttl {
    width: 23.94rem;
  }
}
.staff_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .staff_wrap {
    margin-top: 6rem;
  }
}
.staff_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 115.3846153846%;
  margin: 4rem -7.6923076923% 0 -7.6923076923%;
}
@media screen and (min-width: 768px) {
  .staff_name {
    width: 100%;
    margin: 3rem 0 0 0;
  }
}
.staff_name.line {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .staff_name.line {
    margin-top: 6rem;
  }
}
.staff_name:first-child {
  margin-top: 0;
}
.staff_name > dt {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 50%;
  padding-right: 1em;
}
@media screen and (min-width: 768px) {
  .staff_name > dt {
    padding-right: 2.5em;
  }
}
.staff_name > dt:has(+ dd > span:first-child > .staff_link) {
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dt:has(+ dd > span:first-child > .staff_link) {
    margin-top: 0;
  }
}
.staff_name > dt::before {
  content: "：";
  position: absolute;
  right: -0.5em;
  top: 0;
  display: block;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .staff_name > dt::before {
    font-size: 2.2rem;
  }
}
.staff_name > dt > span {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span {
    font-size: 2.2rem;
  }
}
.staff_name > dt > span.min {
  letter-spacing: 0;
}
.staff_name > dd {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 50%;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .staff_name > dd {
    padding-left: 2.5em;
  }
}
.staff_name > dd > span {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span {
    font-size: 2.2rem;
  }
}
.staff_name > dd > span:has(.staff_link) {
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span:has(.staff_link) {
    margin-top: 0;
  }
}
.staff_name > dd > span:has(+ span) {
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span:has(+ span) {
    padding-bottom: 0.9rem;
  }
}
.staff_name > dd > span.min {
  letter-spacing: 0;
}
.staff_name > dd > span > small {
  display: inline-block;
  font-size: 70%;
}
.staff_name > dd > span > small.min {
  display: block;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span > small.min {
    display: inline-block;
  }
}
.staff_link {
  position: absolute;
  left: inherit;
  right: 0;
  top: inherit;
  bottom: 100%;
  display: inline-block;
  width: auto;
  padding: 0.3em 0.6em 0.45em 2.2em;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 1rem;
  background-color: #100923;
  background-image: url(../images/common/icon_comment.png);
  background-repeat: no-repeat;
  background-position: left 0.6em center;
  background-size: auto 0.9em;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .staff_link {
    left: calc(100% + 1.5rem);
    right: inherit;
    top: 0.2em;
    bottom: inherit;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover {
    background-color: #87010d;
    opacity: 1 !important;
  }
}
.staff_comment {
  position: relative;
  width: 100%;
  padding: 6rem 5rem;
  background-color: #100923;
}
@media screen and (min-width: 768px) {
  .staff_comment {
    padding: 4.5rem 4rem;
  }
}
.staff_comment > dt {
  display: none;
}
.staff_comment > dd {
  width: 100%;
}
.staff_comment > dd > p {
  width: 100%;
  margin-top: 1em;
  color: #ffffff;
}
.staff_comment > dd > p:first-child {
  margin-top: 0;
}/*# sourceMappingURL=spinoff.css.map */