@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : spinoff.css
Description : Huluオリジナルストーリー
===================================================================== */
/* ========================================================
    originalstory
======================================================== */
.originalstory {
  position: relative;
  width: 100%;
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  .originalstory {
    padding: 12rem 0;
  }
}
.originalstory_column {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .originalstory_column {
    width: 95%;
    padding: 6rem 0 7.5rem 0;
  }
}
.originalstory_column::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.originalstory_wrap {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .originalstory_wrap {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
.originalstory_subttl {
  position: relative;
  width: 100%;
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .originalstory_subttl {
    margin-bottom: 4.5rem;
  }
}
.originalstory_subttl > em {
  display: block;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .originalstory_subttl > em {
    font-size: 3rem;
  }
}
.originalstory_subttl > span {
  display: block;
  margin-top: 1rem;
  font-size: 2.8rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .originalstory_subttl > span {
    font-size: 2.1rem;
  }
}
.originalstory_tab {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.originalstory_tab > li {
  position: relative;
  width: 48.2871125612%;
  margin-left: 3.4257748777%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li {
    width: 270px;
    margin-left: 4.7393364929%;
  }
}
.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::before {
    background: linear-gradient(-90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
  }
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li:hover > p {
    color: #ffffff;
  }
}
.originalstory_tab > li.is-active::before {
  background: linear-gradient(-90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
}
.originalstory_tab > li.is-active > p {
  color: #ffffff;
}
.originalstory_tab > li.new::after {
  content: "New";
}
.originalstory_tab > li.disabled {
  pointer-events: none;
  filter: grayscale(100%);
}
.originalstory_tab > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #caebed;
  transition: 0.3s ease;
  z-index: -1;
}
.originalstory_tab > li::after {
  content: none;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  padding: 0 1rem;
  color: #ffffff;
  font-family: "Bona Nova", serif;
  font-size: 2.4rem;
  line-height: 1.2;
  background-color: #e64588;
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li::after {
    font-size: 1.8rem;
  }
}
.originalstory_tab > li > p {
  width: 100%;
  padding: 0.6rem;
  color: transparent;
  text-align: center;
  background: linear-gradient(-90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.originalstory_tab > li > p > em {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li > p > em {
    font-size: 2.6rem;
  }
}
.originalstory_tab > li > p > span {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li > p > span {
    font-size: 2rem;
  }
}
.originalstory_panel {
  position: relative;
  width: 100%;
}
.originalstory_panel > li {
  display: none;
}
.originalstory_panel > li.is-show {
  display: block;
}
.originalstory_embed {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding-top: 56.25%;
}
@media screen and (min-width: 768px) {
  .originalstory_embed {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .originalstory_embed:hover::after {
    opacity: 0.5;
  }
}
.originalstory_embed::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #74957c 30%, #1fa5a4 50%);
  transition: 0.3s ease;
  opacity: 0;
  filter: blur(1rem);
  z-index: -1;
}
.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: 20.6666666667%;
  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%);
}
@media screen and (min-width: 768px) {
  .originalstory_embed .video-js .vjs-big-play-button {
    width: 15.5%;
  }
}
.originalstory_embed .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  content: none !important;
}
.originalstory_text {
  position: relative;
  width: 100%;
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .originalstory_text {
    margin-top: 1.8rem;
  }
}
.originalstory_text > p {
  font-size: 4.4rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .originalstory_text > p {
    font-size: 3.4rem;
  }
}
.originalstory_text > p > small {
  display: block;
  font-size: 75%;
  line-height: 1.2;
}
.originalstory_btn {
  position: relative;
  width: 89.7043832824%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .originalstory_btn {
    width: 65.1315789474%;
    margin: 4.5rem auto 0 auto;
  }
}
.originalstory_btn > a {
  display: block;
  width: 100%;
}
.originalstory .grassUnder {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .originalstory .grassUnder {
    width: 95%;
  }
}

/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 10rem 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-color: rgba(0, 78, 92, 0.8);
  z-index: -2;
}
.intro_column {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .intro_column {
    width: 95%;
  }
}
.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 {
  margin-top: 4rem;
  color: #ffffff;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .intro_text > p {
    margin-top: 3rem;
  }
}
.intro_text > p:first-child {
  margin-top: 0;
}
.intro_text > p .fs_large {
  font-size: 130%;
}

/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 10rem 0 15rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 12rem 0;
  }
}
.story_column {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 6rem 0 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .story_column {
    width: 95%;
    padding: 6rem 0 7.5rem 0;
  }
}
.story_column::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.story_wrap {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_wrap {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
.story_tab {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.story_tab > li {
  position: relative;
  width: 48.2871125612%;
  margin-left: 3.4257748777%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .story_tab > li {
    width: 270px;
    margin-left: 4.7393364929%;
  }
}
.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::before {
    background: linear-gradient(-90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
  }
}
@media screen and (min-width: 768px) {
  .story_tab > li:hover > p {
    color: #ffffff;
  }
}
.story_tab > li.is-active::before {
  background: linear-gradient(-90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
}
.story_tab > li.is-active > p {
  color: #ffffff;
}
.story_tab > li.new::after {
  content: "New";
}
.story_tab > li.disabled {
  pointer-events: none;
  filter: grayscale(100%);
}
.story_tab > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #caebed;
  transition: 0.3s ease;
  z-index: -1;
}
.story_tab > li::after {
  content: none;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  padding: 0 1rem;
  color: #ffffff;
  font-family: "Bona Nova", serif;
  font-size: 2.4rem;
  line-height: 1.2;
  background-color: #e64588;
}
@media screen and (min-width: 768px) {
  .story_tab > li::after {
    font-size: 1.8rem;
  }
}
.story_tab > li > p {
  width: 100%;
  padding: 0.6rem;
  color: transparent;
  text-align: center;
  background: linear-gradient(-90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.story_tab > li > p > em {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .story_tab > li > p > em {
    font-size: 2.6rem;
  }
}
.story_tab > li > p > span {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .story_tab > li > p > span {
    font-size: 2rem;
  }
}
.story_panel {
  position: relative;
  width: 100%;
}
.story_panel > li {
  display: none;
}
.story_panel > li.is-show {
  display: block;
}
.story_img {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .story_img {
    margin-top: 3rem;
  }
}
.story_img.slick-initialized.slick-slider {
  padding-bottom: 3.2rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .story_img.slick-initialized.slick-slider {
    padding-bottom: 2.4rem;
  }
}
.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: #e64588;
}
.story_img.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;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 4.5rem;
  }
}
.story_text > p {
  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;
}
@media screen and (min-width: 768px) {
  .story_cast {
    margin-top: 4.5rem;
  }
}
.story_cast > dt {
  width: 5.5em;
  font-weight: 700;
  white-space: nowrap;
}
.story_cast > dd {
  width: calc(100% - 5.5em);
  font-weight: 700;
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 12rem 0;
  }
}
.staff_column {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .staff_column {
    width: 95%;
    padding: 6rem 0 7.5rem 0;
  }
}
.staff_column::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.staff_wrap {
  position: relative;
  width: 100%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .staff_wrap {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
.staff_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 3rem auto 0 auto;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .staff_name {
    max-width: 800px;
  }
}
.staff_name:first-child {
  margin-top: 0;
}
.staff_name.space {
  padding-bottom: 4rem;
}
.staff_name > dt {
  width: 41.0714285714%;
}
.staff_name > dt.lineS > span {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .staff_name > dt.lineS > span {
    line-height: inherit;
  }
}
.staff_name > dt > span {
  position: relative;
  display: block;
  font-size: 3rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span {
    font-size: 2.2rem;
  }
}
.staff_name > dt > span.min {
  letter-spacing: -0.08em;
}
.staff_name > dt > span::after {
  content: "";
  position: absolute;
  right: -46.4285714286%;
  top: 1rem;
  display: block;
  width: 42.8571428571%;
  height: 3rem;
  background: url(../images/common/img_redink.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span::after {
    top: 0.5rem;
  }
}
.staff_name > dd {
  width: 41.0714285714%;
}
.staff_name > dd > span {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 1rem;
  color: #e64588;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span {
    font-size: 2.2rem;
  }
}
.staff_name > dd > span:has(.staff_link) {
  margin-bottom: 1.7em;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span:has(.staff_link) {
    margin-bottom: 0;
  }
}
.staff_name > dd > span + span {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span + span {
    margin-top: 0.5rem;
  }
}
.staff_name > dd > span > small {
  display: block;
  font-size: 75%;
  transform: translateY(-0.5rem);
}
@media screen and (min-width: 1200px) {
  .staff_name > dd > span > small {
    display: inline-block;
    transform: none;
  }
}
.staff_link {
  position: absolute;
  left: 30%;
  right: inherit;
  top: inherit;
  bottom: -4rem;
  display: block;
  width: auto;
  padding: 0 0.5rem;
  color: #ffffff;
  font-family: "Bona Nova", serif;
  font-size: 70%;
  line-height: 1.6;
  letter-spacing: 0.04em;
  border-radius: 0.5rem;
  background-color: #004e5c;
  transform: translateX(-50%);
  cursor: pointer !important;
}
@media screen and (min-width: 768px) {
  .staff_link {
    left: inherit;
    right: 0;
    top: 0.7rem;
    bottom: inherit;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover {
    background-color: #e64588;
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover::before {
    background-color: #e64588;
  }
}
.staff_link::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.8em;
  display: block;
  width: 0.8em;
  height: 1em;
  background-color: #004e5c;
  transform: translateX(-50%);
  transition: 0.3s ease;
  clip-path: polygon(0 100%, 100% 100%, 50% 0);
}
@media screen and (min-width: 768px) {
  .staff_link::before {
    left: -1rem;
    top: 50%;
    width: 0.8em;
    height: 0.5em;
    transform: translateY(-50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
  }
}
.staff_comment {
  position: relative;
  width: 100%;
  padding: 8rem 3rem;
  background-color: #ffffff;
  box-shadow: 10px 10px 0 #004e5c;
}
@media screen and (min-width: 768px) {
  .staff_comment {
    padding: 6rem 8rem;
  }
}
.staff_comment > dt {
  position: relative;
  width: 100%;
  line-height: 1.2;
}
.staff_comment > dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(-90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
}
.staff_comment > dt > span {
  position: relative;
  display: block;
  padding-left: 10rem;
  color: transparent;
  font-family: "Bona Nova", serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  background: linear-gradient(-100deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .staff_comment > dt > span {
    font-size: 2.8rem;
  }
}
.staff_comment > dt > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  display: block;
  width: 10rem;
  height: 6rem;
  background: url(../images/common/img_redink.png) no-repeat top left/contain;
}
.staff_comment > dt > span > small {
  font-size: 80%;
  font-weight: 400;
}
.staff_comment > dd {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .staff_comment > dd {
    margin-top: 3rem;
  }
}
.staff_comment > dd > p {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .staff_comment > dd > p {
    margin-top: 3rem;
  }
}
.staff_comment > dd > p:first-child {
  margin-top: 0;
}
.staff .grassUnder {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .staff .grassUnder {
    width: 95%;
  }
}

/* ========================================================
    signup
======================================================== */
.signup {
  position: relative;
  width: 100%;
  padding: 0 0 10rem 0;
}
@media screen and (min-width: 768px) {
  .signup {
    padding: 0 0 12rem 0;
  }
}
.signup_column {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .signup_column {
    width: 95%;
  }
}
.signup_wrap {
  position: relative;
  width: 100%;
}
.signup_btn {
  position: relative;
  width: 81.4814814815%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .signup_btn {
    width: 48.2456140351%;
  }
}
.signup_btn > a {
  display: block;
  width: 100%;
}/*# sourceMappingURL=spinoff.css.map */