@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : hulu.css
Description : Huluオリジナルストーリー
===================================================================== */
/* =====================================================================
*    hulu_movie
* =================================================================== */
.hulu_subttl {
  position: relative;
  margin-bottom: 4rem;
}
.hulu_subttl span {
  display: block;
  font-weight: 700;
  line-height: 1.2;
}
.hulu_subttl .ja {
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 200%;
  color: #e51732;
}
.hulu_subttl .en {
  margin-top: 0.2em;
  font-family: "Antonio", sans-serif;
}

.hulu_slider {
  margin-bottom: 6rem;
  padding-bottom: 2em;
}
.hulu_slider .slick-list {
  -webkit-box-shadow: 0 8rem 16rem 0 rgba(0, 0, 0, 0.75);
          box-shadow: 0 8rem 16rem 0 rgba(0, 0, 0, 0.75);
}
.hulu_slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hulu_slider .slick-dots li {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin: 0 0.4em;
}
.hulu_slider .slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}
.hulu_slider .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bfbfbf;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hulu_slider .slick-dots li.slick-active button::before {
  background-color: #e51732;
}

.hulu_movie {
  padding: 12rem 0 20rem;
}
.hulu_movie p {
  position: relative;
  text-align: center;
  margin-bottom: 9rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 1.384;
}
.hulu_movie p span {
  font-weight: 700;
  font-size: 133%;
}
.hulu_movie .btn_trial a {
  background: #b31227;
}

.btn_trial a {
  padding: 2.8rem 0;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, serif;
}

@media screen and (min-width: 768px) {
  .hulu_subttl {
    margin: 0 auto 4rem;
    width: calc(880 / 1000 * 100%);
    font-size: 137%;
  }
  .hulu_slider {
    margin: 0 auto 4rem;
    width: calc(880 / 1000 * 100%);
  }
  .btn_trial a {
    padding: 2rem 0;
  }
  .hulu_movie p {
    font-size: 137%;
  }
  .hulu_movie .btn_trial a:hover {
    background: #000000;
  }
}
/* =====================================================================
*    hulu_intro
* =================================================================== */
.hulu_intro {
  padding: 20rem 0;
}
.hulu_intro::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  mix-blend-mode: difference;
  z-index: 1;
}
.hulu_intro .sec_ttl .en {
  color: #000000;
}

.hulu_into_txt {
  line-height: 2;
  color: #000000;
}
.hulu_into_txt span {
  color: #b31227;
  background: -webkit-gradient(linear, left top, right top, from(#d9d9d9), to(#ffffff));
  background: linear-gradient(to right, #d9d9d9, #ffffff);
}

@media screen and (min-width: 768px) {
  .intro_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .intro_contents .sec_ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .hulu_into_txt {
    margin-top: -0.5em;
    width: calc(640 / 1000 * 100%);
    font-size: 125%;
  }
}
/* =====================================================================
*    hulu_story
* =================================================================== */
.hulu_story {
  padding: 20rem 0;
}

.story_tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 calc(32 / 640 * 100%);
  margin-bottom: 8rem;
  border-bottom: 2px solid #ffffff;
}
.story_tab li {
  position: relative;
  display: block;
  width: calc(304 / 640 * 100%);
  overflow: visible;
}
.story_tab li a {
  position: relative;
  text-align: center;
  padding: 3rem 0;
  height: 100%;
  font-size: 3rem;
  color: #000000;
  letter-spacing: 0.2em;
  background: #e51732;
  border: 2px solid #e51732;
  border-bottom: 0;
}
.story_tab li a span {
  display: block;
  font-size: 106%;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}
.story_tab li a .en {
  margin-top: 0.5em;
  font-family: "Antonio", sans-serif;
  font-size: 50%;
}
.story_tab li a small {
  display: block;
  margin-top: 0.5em;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
}
.story_tab li.nolink {
  pointer-events: none;
}
.story_tab li.nolink a .en {
  margin: 12% 0;
  font-size: 100%;
}
.story_tab li.is-active a {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.story_tab li.is-active a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #292929;
}
.story_tab li.is-active a .en {
  color: #a6a6a6;
}
.story_tab li.is-active a small {
  color: #e51732;
}
.story_tab li.up::after {
  content: "UP";
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  width: 8rem;
  height: 8rem;
  font-family: "Antonio", sans-serif;
  font-size: 3rem;
  background: linear-gradient(135deg, #e51732 0%, #e51732 50%, transparent 50%, transparent 100%);
  z-index: 3;
}

.story_panel > li {
  display: none;
}
.story_panel > li.is-show {
  display: block !important;
}
.story_panel_group {
  margin-bottom: 6rem;
}
.story_panel_group p {
  position: relative;
  line-height: 1.666;
}

.hulu_story_cast {
  position: relative;
  padding: calc(40 / 640 * 100%);
  border: 1px solid #e51732;
}
.hulu_story_cast h5 {
  position: relative;
  display: inline;
  margin-right: 0.8em;
}
.hulu_story_cast h5::after {
  content: "／";
  display: inline-block;
  color: #e51732;
}
.hulu_story_cast p {
  display: inline;
  line-height: 1.666;
}

@media screen and (min-width: 768px) {
  .story_tab {
    margin-bottom: 5rem;
    gap: 0 calc(40 / 1000 * 100%);
  }
  .story_tab li {
    width: calc(228 / 1000 * 100%);
  }
  .story_tab li a {
    padding: 2rem 0;
    font-size: 2.2rem;
  }
  .story_tab li a:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }
  .story_tab li a:hover .en {
    color: #a6a6a6;
  }
  .story_tab li a:hover small {
    color: #e51732;
  }
  .story_tab li.up::after {
    width: 6rem;
    height: 6rem;
    font-size: 2.2rem;
  }
  .story_panel_group {
    margin-bottom: 5rem;
  }
  .story_panel_group p {
    line-height: 2;
  }
  .hulu_story_cast {
    padding: 3rem;
  }
}
/* =====================================================================
    staff
======================================================================*/
.hulu_staff {
  padding-bottom: 20rem;
}
.hulu_staff .cast_list li dl:not(.comment) dt {
  color: #ffffff;
}
.hulu_staff .cast_list li dl:not(.comment) dt::after {
  color: #e51732;
}

/* =====================================================================
*    about
* =================================================================== */
.hulu_about {
  padding: 20rem 0;
}
.hulu_about::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  mix-blend-mode: difference;
  z-index: 1;
}
.hulu_about .sec_ttl .en {
  color: #000000;
}
.hulu_about p {
  margin-bottom: 6rem;
  color: #000000;
  line-height: 2;
}/*# sourceMappingURL=hulu.css.map */