@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : hulu.css
Description : Huluオリジナルストーリー
===================================================================== */
/* =====================================================================
*    hulu_movie
* =================================================================== */
.hulu .gradeBox {
  top: 60rem;
  left: 0;
  width: 100%;
  height: 48rem;
}
.hulu .sec_ttl {
  margin-bottom: 6rem;
}
.hulu .sec_ttl span {
  color: #c6e7ec;
  background: linear-gradient(90deg, #c6e7ec 0%, #c6e7ec 10%, #d8ddf2 90%, #d8ddf2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hulu_movie {
  padding: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .hulu_movie .sec_ttl {
    margin-bottom: 12rem;
    font-size: 24rem;
  }
  .hulu_movie .sec_ttl::after {
    bottom: 4em;
  }
  .hulu_movie .sec_ttl span {
    display: inline-block;
    padding-bottom: 0.3em;
    line-height: 0.7;
  }
}
.hulu_movie_subttl {
  margin-bottom: 4rem;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.3em;
}
.hulu_movie_subttl span {
  padding: 0 1em;
  background: linear-gradient(114deg, #c6e7ec 0%, #d8ddf2 100%);
}
.hulu_movie_subttl span.subtitle {
  letter-spacing: 0.1em;
}
.hulu_movie p {
  margin-bottom: 4rem;
  line-height: 1.384;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-align: center;
}
.hulu_movie p small {
  font-size: 60%;
}
.hulu_movie .subtitle {
  font-size: 80%;
  background: none;
}

.movie_embed {
  position: relative;
  margin-bottom: 3rem;
}
.movie_embed a {
  position: relative;
}
.movie_embed img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.movie_embed .movie_embed_inner {
  position: relative;
  aspect-ratio: 16/9;
}
.movie_embed .movie_embed_inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .hulu .gradeBox {
    top: 40rem;
    height: 58rem;
  }
  .hulu .sec_ttl {
    margin-bottom: 12rem;
  }
  .hulu_movie {
    padding: 0 0 5rem;
  }
  .hulu_movie .sec_ttl_wrap {
    text-align: center;
    width: 110%;
  }
  .hulu_movie .sec_ttl {
    font-size: 18rem;
  }
  .hulu_movie_subttl {
    text-align: center;
    font-size: max(2.6rem, 22px);
  }
  .hulu_movie p {
    font-size: max(3rem, 26px);
  }
  .movie_embed {
    margin: 0 auto 6.5rem;
    width: calc(880 / 1000 * 100%);
  }
}
/* =====================================================================
*    hulu_intro
* =================================================================== */
.hulu_intro {
  padding: 0 0 5rem;
}

.hulu_into_txt {
  padding: 0 calc(20 / 680 * 100%);
  line-height: 2.071;
}
.hulu_into_txt span {
  display: block;
  margin-bottom: 5rem;
  font-size: 4.8rem;
}
.hulu_into_txt strong {
  color: #ff4070;
}

@media screen and (min-width: 768px) {
  .hulu_intro .sec_ttl_wrap {
    text-align: center;
  }
  .hulu_into_txt {
    padding: 0;
  }
  .hulu_into_txt span {
    margin-bottom: 4rem;
    font-size: 3rem;
    font-size: max(3rem, 26px);
  }
}
/* =====================================================================
*    hulu_story
* =================================================================== */
.hulu_story {
  padding: 0 0 16rem;
}

.story_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 6rem;
}
.story_tab li {
  position: relative;
  display: block;
  margin: 0 calc(40 / 680 * 100%) 0 0;
  width: calc(320 / 680 * 100%);
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .story_tab li:nth-child(2n), .story_tab li:last-child {
    margin-right: 0;
  }
}
.story_tab li a {
  padding: 0.3em 1.5em;
  color: #fff;
  line-height: 1.333;
  letter-spacing: 0.2em;
  background: #424b66;
  border-radius: 3em;
}
.story_tab li a small {
  display: block;
  font-size: 83%;
}
.story_tab li.nolink {
  pointer-events: none;
}
.story_tab li.nolink a {
  filter: grayscale(1);
  color: #b8b8b8;
}
.story_tab li.is-active a {
  background: #34a3ad;
}
.story_tab li.up::after {
  content: "UP";
  position: absolute;
  display: block;
  top: 0;
  right: 2.5em;
  padding: 0.5em;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  background: #ff4070;
  border-radius: 0 0 0.5em 0.5em;
  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 {
  padding: 0 calc(20 / 680 * 100%);
  line-height: 2.071;
}
.story_panel_slider {
  margin-bottom: 4rem;
  padding-bottom: 1.2em;
}
.story_panel_slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
}
.story_panel_slider .slick-dots li {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0 0.4em;
}
.story_panel_slider .slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}
.story_panel_slider .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #424b66;
  border-radius: 50%;
}
.story_panel_slider .slick-dots li.slick-active button::before {
  background-color: #ff4070;
}

.hulu_story_cast {
  padding: 0 calc(20 / 680 * 100%);
}
.hulu_story_cast h5 {
  position: relative;
  display: inline;
}
.hulu_story_cast h5::after {
  content: "／";
  display: inline-block;
  color: #ff4070;
  margin: 0 0.8em;
}
.hulu_story_cast p {
  display: inline;
  line-height: 2.071;
}

@media screen and (min-width: 768px) {
  .hulu_story .sec_ttl_wrap {
    text-align: center;
  }
  .story_box {
    margin: 0 auto;
    width: calc(880 / 1000 * 100%);
  }
  .story_tab {
    margin-bottom: 6rem;
  }
  .story_tab li {
    margin: 0 2.2727272727%;
    width: 31.8181818182%;
    min-width: 225px;
  }
  .story_tab li a {
    font-size: max(2.2rem, 19px);
  }
  .story_tab li a:hover {
    background: #34a3ad;
  }
  .story_tab li.up::after {
    font-size: 1.5rem;
  }
  .story_panel_group {
    margin-bottom: 6rem;
  }
  .story_panel_group p {
    padding: 0;
  }
  .hulu_story_cast {
    padding: 0;
  }
}
/* =====================================================================
*    about
* =================================================================== */
.hulu_about {
  padding: 2rem 0 16rem;
  background: #34a3ad;
}
.hulu_about .sec_ttl::after {
  color: #fff;
}
.hulu_about .sec_ttl span {
  color: #64b9c2;
  background: linear-gradient(90deg, #64b9c2 0%, #64b9c2 10%, #6caec7 90%, #6caec7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hulu_about p {
  margin: 0 auto 7rem;
  width: calc(640 / 680 * 100%);
  color: #fff;
  line-height: 2.071;
}

@media screen and (min-width: 768px) {
  .hulu_about p {
    width: calc(880 / 1000 * 100%);
  }
}
/*# sourceMappingURL=hulu.css.map */
