@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : hulu.css
Description : Huluオリジナルストーリー
===================================================================== */
/* =====================================================================
*    hulu_movie
* =================================================================== */
.btn_trial {
  position: relative;
}
.btn_trial::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 0.55em;
  height: 0.55em;
  margin-right: 3rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.hulu_movie {
  padding: 17rem 0 8rem;
}
.hulu_movie::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 62rem;
  background: #eaeaea;
}
.hulu_movie .scroll_bar {
  position: absolute;
  top: 62rem;
  left: 0;
}
.hulu_movie .sec_ttl {
  margin: 0 auto 8rem;
  width: 48.1rem;
}
.hulu_movie_subttl {
  margin-bottom: 8rem;
  text-align: center;
}
.hulu_movie_subttl span {
  display: inline-block;
  padding: 0 1em;
  padding-right: 0.7em;
  font-size: 3.4rem;
  color: #883131;
  line-height: 1.4;
  letter-spacing: 0.2em;
  background: linear-gradient(114deg, #dad4d4 0%, #d0cfd2 52%, #d2d4d9 100%);
}
.hulu_movie p {
  margin-bottom: 5rem;
  line-height: 1.384;
  font-size: 2.6rem;
  color: #883131;
  letter-spacing: 0.3em;
  text-align: center;
}
.hulu_movie p span {
  font-size: 140%;
}

.movie_embed {
  position: relative;
  margin: 0 0 8.5rem -4rem;
  width: 68rem;
}
.movie_embed::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 -4% -4% 0;
  border: 1px solid #883131;
  border-radius: 10rem 12rem 13rem 0;
}
.movie_embed a {
  position: relative;
}
.movie_embed a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.1rem;
  height: 5.7rem;
  background: url(../images/common/icon_movie.png) no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.movie_embed img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 10rem 0 10rem 0;
}
.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%;
  border-radius: 10rem 0 10rem 0;
}

@media screen and (min-width: 768px) {
  .btn_trial::after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btn_trial:hover::after {
    border-color: #3c465e;
  }
  .hulu_movie {
    padding: 8rem 0 13rem;
  }
  .hulu_movie .sec_ttl {
    margin-bottom: 4.4rem;
    width: 78.6rem;
  }
  .hulu_movie_subttl {
    margin-bottom: 4rem;
  }
  .hulu_movie p {
    font-size: 1.8rem;
  }
  .movie_embed {
    margin: 0 auto 6.5rem;
    width: 90rem;
  }
  .movie_embed::before {
    margin: 0 -2.5% -2.5% 0;
  }
  .movie_embed a:hover::after {
    background-image: url(../images/common/icon_movie_h.png);
  }
}
/* =====================================================================
*    hulu_intro
* =================================================================== */
.hulu_intro {
  padding: 12rem 0;
  background: #8796b2;
  overflow: hidden;
}
.hulu_intro .scroll_bar_v {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hulu_intro .sec_ttl {
  margin-bottom: 14rem;
}
.hulu_intro .sec_ttl img {
  margin-left: -1.3rem;
  width: 63.1rem;
}
.hulu_intro .sec_ttl span {
  top: 0.4em;
  right: -1.5em;
}

.hulu_into_txt {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  text-align: center;
  font-weight: 600;
  line-height: 1.833;
}
.hulu_into_txt span {
  color: #574a4d;
}
.hulu_into_txt strong {
  color: #883131;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .hulu_intro .sec_ttl {
    margin-bottom: 10rem;
  }
  .hulu_intro .sec_ttl img {
    margin: 0 auto;
    width: 76.5rem;
  }
  .hulu_intro .sec_ttl span {
    left: auto;
    right: -2em;
  }
  .hulu_into_txt {
    line-height: 2.25;
  }
}
/* =====================================================================
*    hulu_story
* =================================================================== */
.hulu_story {
  padding: 13rem 0 16rem;
}
.hulu_story .sec_ttl {
  margin-bottom: 12rem;
}
.hulu_story .sec_ttl img {
  margin: 0 auto;
  width: 31.8rem;
}
.hulu_story .sec_ttl span {
  top: 0.5em;
  left: -1em;
}

.story_tab {
  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;
  margin-bottom: 6rem;
}
.story_tab li {
  position: relative;
  display: block;
  margin: 0 calc(78 / 630 * 100%) 0 0;
  width: calc(250 / 630 * 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: 1rem 0;
  text-align: center;
  color: #fff;
  line-height: 1.333;
  letter-spacing: 0.2em;
  background: url(../images/hulu/bg_tab.png) no-repeat center/100% 100%;
}
.story_tab li a small {
  display: block;
  font-size: 83%;
}
.story_tab li.nolink {
  pointer-events: none;
}
.story_tab li.nolink a {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  color: #b8b8b8;
}
.story_tab li.is-active a {
  background-image: url(../images/hulu/bg_tab_h.png);
  color: #3c465e;
}
.story_tab li.up::after {
  content: "UP";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  padding: 0.5em 1em;
  font-size: 1.2rem;
  color: #fff;
  background: #883131;
  border-radius: 0 1em 0 1em;
  z-index: 3;
}

.story_panel > li {
  display: none;
}
.story_panel > li.is-show {
  display: block !important;
}
.story_panel h4 {
  margin-bottom: 3rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.222;
  color: #fff;
}
.story_panel_group {
  margin-bottom: 7rem;
}
.story_panel_group p {
  line-height: 1.833;
}
.story_panel_slider {
  margin-bottom: 4rem;
  padding-bottom: 1.2em;
}
.story_panel_slider .slick-list {
  border-radius: 3rem;
  overflow: hidden;
}
.story_panel_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;
}
.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: #3c465e;
  border-radius: 50%;
}
.story_panel_slider .slick-dots li.slick-active button::before {
  background-color: #883131;
}

.hulu_story_cast h5 {
  position: relative;
  display: inline;
  margin-right: 0.5em;
}
.hulu_story_cast h5::after {
  content: "";
  display: inline-block;
  top: 0;
  margin-top: 0.2em;
  margin-left: 0.5em;
  width: 1.3em;
  height: 0.9em;
  background: url(../images/common/icon_slash.png) no-repeat center/contain;
}
.hulu_story_cast p {
  display: inline;
  line-height: 1.833;
}

@media screen and (min-width: 768px) {
  .hulu_story .sec_ttl {
    margin-bottom: 6.6rem;
  }
  .hulu_story h4 {
    margin-bottom: 3rem;
    font-size: 2.7rem;
    text-align: center;
  }
  .story_box {
    width: calc(900 / 1000 * 100%);
    margin: 0 auto;
  }
  .story_tab {
    margin-bottom: 5rem;
  }
  .story_tab li {
    margin: 0 2.7777777778%;
    width: 28.3333333333%;
  }
  .story_tab li a {
    font-size: 2.2rem;
  }
  .story_tab li a:hover {
    color: #3c465e;
    background-image: url(../images/hulu/bg_tab_h.png);
  }
  .story_panel_group {
    margin-bottom: 5rem;
  }
  .story_panel_group p {
    line-height: 2;
  }
  .story_panel_slider {
    margin-right: auto;
    margin-left: auto;
    width: 86rem;
  }
}
/* =====================================================================
*    about
* =================================================================== */
.hulu_about {
  padding: 17rem 0 12rem;
  background: #eaeaea;
}
.hulu_about .sec_ttl {
  margin: 0 auto 8rem;
  width: 33.1rem;
}
.hulu_about p {
  margin-bottom: 7rem;
  line-height: 1.833;
}

@media screen and (min-width: 768px) {
  .hulu_about {
    padding: 12rem 0;
  }
  .hulu_about .sec_ttl {
    margin-bottom: 6rem;
  }
  .hulu_about p {
    text-align: center;
    line-height: 2.25;
  }
}/*# sourceMappingURL=hulu.css.map */