@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : hulu.css
Description : Huluオリジナルストーリー
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.main > section {
  padding: 10rem 0 12rem;
}

/* =====================================================================
    hulu_original
======================================================================*/
.hulu_original {
  position: relative;
}
.hulu_original .sec_ttl {
  margin-left: 0;
}
.hulu_original_column {
  padding: 0;
}
.hulu_original_tab {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 4rem;
}
.hulu_original_tab > li {
  width: 46.2686567164%;
}
.hulu_original_tab > li:nth-child(1).is-active > a {
  background: linear-gradient(90deg, #093e61 0%, #1b2353 100%);
}
.hulu_original_tab > li:nth-child(1).is-active > a > p > em {
  color: #ffffff;
}
.hulu_original_tab > li:nth-child(1).is-active > a > p > span {
  color: #8c95cb;
}
.hulu_original_tab > li:nth-child(1) > a {
  border-image: linear-gradient(90deg, #093e61 0%, #1b2353 100%) 1;
  background: rgba(22, 48, 90, 0.2);
}
.hulu_original_tab > li:nth-child(2) {
  margin-left: 2.9850746269%;
}
.hulu_original_tab > li:nth-child(2).is-active > a {
  background: linear-gradient(90deg, #1c2353 0%, #693248 100%);
}
.hulu_original_tab > li:nth-child(2).is-active > a > p > em {
  color: #ffffff;
}
.hulu_original_tab > li:nth-child(2).is-active > a > p > span {
  color: #8c95cb;
}
.hulu_original_tab > li:nth-child(2) > a {
  border-image: linear-gradient(90deg, #1c2353 0%, #693248 100%) 1;
  background: rgba(73, 46, 77, 0.2);
}
.hulu_original_tab > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2rem;
  border: 2px solid;
  cursor: pointer;
}
.hulu_original_tab > li > a > p {
  text-align: center;
}
.hulu_original_tab > li > a > p > em {
  display: block;
  color: #1b2453;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.4;
}
.hulu_original_tab > li > a > p > span {
  display: block;
  margin-top: 0.5rem;
  color: #1b2453;
  font-size: 2.6rem;
  line-height: 1.4;
}
.hulu_original_panel > li {
  display: none;
}
.hulu_original_panel > li.is-show {
  display: block;
}
.hulu_original_movie {
  padding: 0;
}
.hulu_original_subttl {
  text-align: center;
}
.hulu_original_subttl > span {
  display: inline-block;
  font-size: 4.4rem;
  line-height: 1.4;
  background: linear-gradient(90deg, #0a3d60 0%, #1b2353 50%, #693248 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hulu_original_subttl > span > small {
  display: block;
  margin-top: 1.5rem;
  font-size: 0.6em;
  line-height: 1.6;
}
.hulu_original_slide.slick-slider {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding-bottom: 0;
}
.hulu_original_slide.slick-slider:has(.slick-dots) {
  padding-bottom: 4rem;
}
.hulu_original_slide.slick-slider .slick-list {
  padding: 0 !important;
}
.hulu_original_slide.slick-slider .slick-slide {
  position: relative;
  width: 100%;
}
.hulu_original_slide.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%);
}
.hulu_original_slide.slick-slider .slick-dots > li {
  width: 1.2rem;
  aspect-ratio: 1/1;
  margin: 0 1rem;
}
.hulu_original_slide.slick-slider .slick-dots > li.slick-active button {
  background-color: #000000;
}
.hulu_original_slide.slick-slider .slick-dots > li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background-color: #a3a3a3;
}
.hulu_original_embed {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding-top: 56.25%;
}
.hulu_original_embed > div {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
.hulu_original_embed > div .vjs-big-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7rem;
  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%);
}
.hulu_original_embed > div .vjs-big-play-button .vjs-icon-placeholder::before {
  content: none !important;
}
.hulu_original_text {
  margin-top: 4rem;
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: center;
}
.hulu_original_text > span {
  color: #77165e;
}
.hulu_original_btn {
  width: 82.0895522388%;
  margin: 4rem auto 0 auto;
}

@media screen and (min-width: 768px) {
  .hulu_original .inner {
    max-width: 1000px;
  }
  .hulu_original .sec_ttl {
    margin-left: 10%;
  }
  .hulu_original_column {
    padding: 0 10%;
  }
  .hulu_original_tab > li {
    width: 37.5%;
  }
  .hulu_original_tab > li:nth-child(1) > a:hover {
    background: linear-gradient(90deg, #093e61 0%, #1b2353 100%);
  }
  .hulu_original_tab > li:nth-child(1) > a:hover > p > em {
    color: #ffffff;
  }
  .hulu_original_tab > li:nth-child(1) > a:hover > p > span {
    color: #8c95cb;
  }
  .hulu_original_tab > li:nth-child(2) {
    margin-left: 2.5%;
  }
  .hulu_original_tab > li:nth-child(2) > a:hover {
    background: linear-gradient(90deg, #1c2353 0%, #693248 100%);
  }
  .hulu_original_tab > li:nth-child(2) > a:hover > p > em {
    color: #ffffff;
  }
  .hulu_original_tab > li:nth-child(2) > a:hover > p > span {
    color: #8c95cb;
  }
  .hulu_original_tab > li > a > p > em {
    font-size: 24px;
  }
  .hulu_original_tab > li > a > p > span {
    font-size: 18px;
  }
  .hulu_original_subttl > span {
    font-size: 34px;
  }
  .hulu_original_slide.slick-slider:has(.slick-dots) {
    padding-bottom: 24px;
  }
  .hulu_original_slide.slick-slider .slick-dots > li {
    width: 6px;
    margin: 0 5px;
  }
  .hulu_original_embed:hover > div .vjs-big-play-button {
    opacity: 0.7;
  }
  .hulu_original_embed > div .vjs-big-play-button {
    width: 8.75%;
  }
  .hulu_original_text {
    font-size: 28px;
  }
  .hulu_original_btn {
    width: 55%;
  }
  .hulu_original_btn a:hover {
    box-shadow: 0 0 1.5rem 0 #ffffff;
  }
}
/* =====================================================================
    hulu_intro
======================================================================*/
.hulu_intro {
  position: relative;
  background: linear-gradient(to right, #060407 0%, #313131 100%);
}
.hulu_intro .sec_ttl {
  margin-left: 0;
}
.hulu_intro_text {
  padding: 0 8.9552238806%;
}
.hulu_intro_text p {
  color: #ffffff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 3rem;
  line-height: 2;
}
.hulu_intro_text .bg01 {
  display: inline-block;
  margin: 0 1rem 0 -1rem;
  padding: 0 0 0 1rem;
  line-height: 1.4;
  background-color: #383838;
}
.hulu_intro_text .color01 {
  color: #b95599;
}
.hulu_intro_text .color02 {
  color: #8250b9;
}

@media screen and (min-width: 768px) {
  .hulu_intro .inner {
    max-width: 1000px;
  }
  .hulu_intro .sec_ttl {
    margin-left: 10%;
  }
  .hulu_intro_text {
    padding: 0 10%;
  }
  .hulu_intro_text p {
    font-size: 20px;
  }
}
/* =====================================================================
    hulu_story
======================================================================*/
.hulu_story {
  position: relative;
}
.hulu_story .sec_ttl {
  margin-left: 0;
}
.hulu_story_column {
  padding: 0;
}
.hulu_story_tab {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 4rem;
}
.hulu_story_tab > li {
  position: relative;
  width: 46.2686567164%;
}
.hulu_story_tab > li:nth-child(1).is-active > a {
  background: linear-gradient(90deg, #093e61 0%, #1b2353 100%);
}
.hulu_story_tab > li:nth-child(1).is-active > a > p > em {
  color: #ffffff;
}
.hulu_story_tab > li:nth-child(1).is-active > a > p > span {
  color: #8c95cb;
}
.hulu_story_tab > li:nth-child(1) > a {
  border-image: linear-gradient(90deg, #093e61 0%, #1b2353 100%) 1;
  background: rgba(22, 48, 90, 0.2);
}
.hulu_story_tab > li:nth-child(2) {
  margin-left: 2.9850746269%;
}
.hulu_story_tab > li:nth-child(2).is-active > a {
  background: linear-gradient(90deg, #1c2353 0%, #693248 100%);
}
.hulu_story_tab > li:nth-child(2).is-active > a > p > em {
  color: #ffffff;
}
.hulu_story_tab > li:nth-child(2).is-active > a > p > span {
  color: #8c95cb;
}
.hulu_story_tab > li:nth-child(2) > a {
  border-image: linear-gradient(90deg, #1c2353 0%, #693248 100%) 1;
  background: rgba(73, 46, 77, 0.2);
}
.hulu_story_tab > li.comingsoon {
  pointer-events: none;
}
.hulu_story_tab > li.comingsoon::before {
  content: "Coming Soon";
  position: absolute;
  left: 50%;
  top: -2rem;
  display: block;
  width: 9em;
  padding: 1rem 0;
  color: #ffffff;
  font-size: 1.9rem;
  text-align: center;
  background-color: #962c88;
  transform: translateX(-50%);
  z-index: 1;
}
.hulu_story_tab > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2rem;
  border: 2px solid;
  cursor: pointer;
}
.hulu_story_tab > li > a > p {
  text-align: center;
}
.hulu_story_tab > li > a > p > em {
  display: block;
  color: #1b2453;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.4;
}
.hulu_story_tab > li > a > p > span {
  display: block;
  margin-top: 0.5rem;
  color: #1b2453;
  font-size: 2.6rem;
  line-height: 1.4;
}
.hulu_story_panel > li {
  display: none;
}
.hulu_story_panel > li.is-show {
  display: block;
}
.hulu_story_detail {
  padding: 0;
}
.hulu_story_list.slick-slider {
  position: relative;
  width: 100%;
  padding-bottom: 0;
}
.hulu_story_list.slick-slider:has(.slick-dots) {
  padding-bottom: 4rem;
}
.hulu_story_list.slick-slider .slick-list {
  padding: 0 !important;
}
.hulu_story_list.slick-slider .slick-slide {
  position: relative;
  width: 100%;
}
.hulu_story_list.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%);
}
.hulu_story_list.slick-slider .slick-dots > li {
  width: 1.2rem;
  aspect-ratio: 1/1;
  margin: 0 1rem;
}
.hulu_story_list.slick-slider .slick-dots > li.slick-active button {
  background-color: #000000;
}
.hulu_story_list.slick-slider .slick-dots > li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background-color: #a3a3a3;
}
.hulu_story_text {
  margin: 4rem 0 0 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  line-height: 1.8;
}
.hulu_story_cast {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  margin: 4rem 0 0 0;
  padding: 1.5rem;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, transparent 100%);
}
.hulu_story_cast > dt {
  position: relative;
  width: auto;
  padding-right: 1em;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.8;
  white-space: nowrap;
}
.hulu_story_cast > dt::after {
  content: "：";
  position: absolute;
  right: 0.25em;
  top: 0;
  display: block;
}
.hulu_story_cast > dd {
  width: auto;
  font-size: 2.8rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .hulu_story .inner {
    max-width: 1000px;
  }
  .hulu_story .sec_ttl {
    margin-left: 10%;
  }
  .hulu_story_column {
    padding: 0 10%;
  }
  .hulu_story_tab > li {
    width: 37.5%;
  }
  .hulu_story_tab > li:nth-child(1) > a:hover {
    background: linear-gradient(90deg, #093e61 0%, #1b2353 100%);
  }
  .hulu_story_tab > li:nth-child(1) > a:hover > p > em {
    color: #ffffff;
  }
  .hulu_story_tab > li:nth-child(1) > a:hover > p > span {
    color: #8c95cb;
  }
  .hulu_story_tab > li:nth-child(2) {
    margin-left: 2.5%;
  }
  .hulu_story_tab > li:nth-child(2) > a:hover {
    background: linear-gradient(90deg, #1c2353 0%, #693248 100%);
  }
  .hulu_story_tab > li:nth-child(2) > a:hover > p > em {
    color: #ffffff;
  }
  .hulu_story_tab > li:nth-child(2) > a:hover > p > span {
    color: #8c95cb;
  }
  .hulu_story_tab > li.comingsoon::before {
    top: -14px;
    padding: 8px 0;
    font-size: 12px;
  }
  .hulu_story_tab > li > a > p > em {
    font-size: 24px;
  }
  .hulu_story_tab > li > a > p > span {
    font-size: 18px;
  }
  .hulu_story_list.slick-slider:has(.slick-dots) {
    padding-bottom: 24px;
  }
  .hulu_story_list.slick-slider .slick-dots > li {
    width: 6px;
    margin: 0 5px;
  }
  .hulu_story_text {
    margin: 4rem -12.5% 0 -12.5%;
    font-size: 18px;
  }
  .hulu_story_cast {
    margin: 4rem -12.5% 0 -12.5%;
    padding: 1rem 1.5rem;
  }
  .hulu_story_cast > dt {
    font-size: 18px;
  }
  .hulu_story_cast > dd {
    font-size: 18px;
  }
}
/* =====================================================================
    hulu_staff
======================================================================*/
.hulu_staff {
  position: relative;
  background: linear-gradient(to right, #060407 0%, #313131 100%);
}
.hulu_staff .sec_ttl {
  margin-left: 0;
}
.hulu_staff_list {
  position: relative;
  margin-top: 0;
}
.hulu_staff_list > li {
  position: relative;
}
.hulu_staff_list > li:not(:last-child) {
  margin-bottom: 1.8em;
}
.hulu_staff_list > li.space {
  margin-bottom: 3.2em;
}
.hulu_staff_list > li dl:not(.comment) {
  position: relative;
  display: flex;
  justify-content: space-between;
  line-height: 2;
}
.hulu_staff_list > li dl:not(.comment) dt {
  position: relative;
  top: 0.1em;
  text-align: right;
  padding-right: 4rem;
  width: 50%;
  color: #696969;
  font-size: 2.6rem;
  font-weight: normal;
}
.hulu_staff_list > li dl:not(.comment) dt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.75em;
  right: -0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #4189ef;
}
.hulu_staff_list > li dl:not(.comment) dd {
  padding-left: 4rem;
  width: 50%;
  color: #ffffff;
  font-size: 2.8rem;
}
.hulu_staff_list > li dl:not(.comment) dd small {
  font-size: 2rem;
}
.hulu_staff_btn {
  width: 82.0895522388%;
  margin: 12rem auto 0 auto;
}

@media screen and (min-width: 768px) {
  .hulu_staff .inner {
    max-width: 1000px;
  }
  .hulu_staff .sec_ttl {
    margin-left: 10%;
  }
  .hulu_staff_list {
    margin-top: -8.5rem;
  }
  .hulu_staff_list > li dl:not(.comment) dt {
    font-size: 18px;
  }
  .hulu_staff_list > li dl:not(.comment) dd {
    font-size: 21px;
  }
  .hulu_staff_list > li dl:not(.comment) dd small {
    font-size: 15px;
  }
  .hulu_staff_btn {
    width: 55%;
  }
  .hulu_staff_btn a:hover {
    box-shadow: 0 0 1.5rem 0 #ffffff;
  }
}/*# sourceMappingURL=hulu.css.map */