@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : hulu.css
Description : Huluオリジナルストーリー
===================================================================== */
/* =====================================================================
*    hulu_movie
* =================================================================== */
.hulu {
  color: #16130c;
}
.hulu > section::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 12rem;
  left: 0;
  border-top: 1px solid #16130c;
  z-index: 1;
}
.hulu h2.ttl span.ja {
  text-orientation: upright;
}

.hulu_movie h2.ttl span.en {
  top: 0.15em;
  left: -0.18em;
}
.hulu_movie .content_inner {
  margin-left: calc(100 / 690 * 100%);
  width: calc(560 / 690 * 100%);
}
.hulu_movie_subttl {
  text-align: center;
  margin-bottom: 1em;
  padding: 0.8em 0;
  font-size: 3.4rem;
  line-height: 1.3;
  background-color: #dad6c9;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.hulu_movie_subttl2 {
  text-align: center;
  margin-bottom: 2em;
  font-size: 2.8rem;
}
.hulu_movie p {
  text-align: center;
  margin-bottom: 6rem;
  font-size: 3.2rem;
  line-height: 1.875;
}
.hulu_movie p span {
  color: #ff8e8b;
}

.movie_embed {
  margin-bottom: 9rem;
}
.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%;
}

.movie_embed,
.story_panel > li figure {
  position: relative;
}
.movie_embed::before,
.story_panel > li figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/top/dec_movie_t.png) no-repeat top left/contain;
  z-index: 100;
}
.movie_embed::after,
.story_panel > li figure::after {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/top/dec_movie_r.png) no-repeat top right/contain;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .btn_trial {
    height: 10rem;
  }
  .btn_trial span {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .hulu_movie .content_inner {
    margin: 0 auto;
    width: calc(880 / 1220 * 100%);
  }
  .hulu_movie_subttl {
    font-size: 2.4rem;
  }
  .hulu_movie_subttl2 {
    font-size: 2.2rem;
  }
  .hulu_movie p {
    font-size: 2.6rem;
  }
  .movie_embed {
    margin-bottom: 6.5rem;
  }
  .btn_trial {
    width: 33rem;
  }
}
/* =====================================================================
*    hulu_intro
* =================================================================== */
.hulu_intro {
  padding: 0 0 8rem;
}
.hulu_intro::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -1rem;
  left: 0;
  z-index: 100;
  background: url(../images/top/dec_kugiri_sp.png) no-repeat bottom left/cover;
  padding-top: 8.8rem;
}
.hulu_intro .bg {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 228, 207, 0)), color-stop(70%, rgba(231, 228, 207, 0.8)), color-stop(90%, rgba(231, 228, 207, 0.8)), to(rgba(231, 228, 207, 0)));
  background: linear-gradient(to bottom, rgba(231, 228, 207, 0) 0%, rgba(231, 228, 207, 0.8) 70%, rgba(231, 228, 207, 0.8) 90%, rgba(231, 228, 207, 0) 100%);
  z-index: 0;
}
.hulu_intro h2.ttl {
  left: auto;
  right: 0;
}
.hulu_intro h2.ttl span.en {
  top: 0.5em;
  left: auto;
  right: -1.5rem;
}
.hulu_intro .hulu_into_txt {
  margin: 0 auto;
  width: calc(630 / 690 * 100%);
  font-size: 2.6rem;
  line-height: 1.785;
}

@media screen and (min-width: 768px) {
  .hulu_intro {
    padding-bottom: 6%;
  }
  .hulu_intro::after {
    height: auto;
    bottom: -4rem;
    left: 0;
    background: url(../images/top/dec_kugiri.png) no-repeat top left/cover;
    padding-top: 10%;
  }
  .hulu_intro .inner_head {
    padding-top: 12rem;
  }
  .hulu_intro h2.ttl {
    right: 3.5rem;
  }
  .hulu_intro .hulu_into_txt {
    width: calc(880 / 1220 * 100%);
    font-size: 1.8rem;
  }
}
/* =====================================================================
*    hulu_story
* =================================================================== */
.hulu_story {
  padding: 0 0 8rem;
  background: url(../images/common/bg_paper_white.jpg) repeat top center/50%;
}
.hulu_story::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -1rem;
  left: 0;
  z-index: 100;
  background: url(../images/top/dec_kugiri_sp.png) no-repeat top left/cover;
  padding-top: 8.8rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.hulu_story .bg {
  width: 100%;
  height: 20rem;
  position: absolute;
  top: -8rem;
  left: 0;
  -webkit-transform: skewY(-0.5deg);
          transform: skewY(-0.5deg);
  background: url(../images/common/bg_paper_white.jpg) repeat top center/50%;
  z-index: 0;
}
.hulu_story .bg.bottom {
  display: none;
}
.hulu_story .wrapper_head {
  margin-top: 4rem;
}

.story_box {
  margin: 0 auto;
  width: calc(630 / 690 * 100%);
}

.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: 0 0 4rem auto;
  width: 88.8888888889%;
}
.story_tab li {
  position: relative;
  display: block;
  margin: 0 5.3571428571% 0 0;
  width: 47.3214285714%;
  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 {
  text-align: center;
  padding: 0.5em 0;
  font-size: 3rem;
  color: #fff;
  line-height: 1.5;
  background: url(../images/common/bg_green.png) repeat;
}
.story_tab li a small {
  display: block;
  font-size: 80%;
}
.story_tab li.nolink {
  pointer-events: none;
}
.story_tab li.nolink a {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  color: #dcdcdc;
}
.story_tab li.is-active a {
  background-image: url(../images/common/bg_pink.png);
}
.story_tab li.up::after {
  content: "UP";
  position: absolute;
  display: block;
  top: 0;
  left: 0.5em;
  padding: 0.2em 0.5em;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  background: red;
  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-left: auto;
  width: 88.8888888889%;
}
.story_panel_slider {
  margin: 0 0 8rem;
  padding-bottom: 2.4em;
}
.story_panel_slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  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.9em;
  height: 0.9em;
  margin: 0 0.9em;
}
.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: #b0ac9e;
  border-radius: 50%;
}
.story_panel_slider .slick-dots li.slick-active button::before {
  background-color: #ff8e8b;
}
.story_panel p {
  line-height: 1.642;
}

.hulu_story_cast {
  margin-top: 6rem;
  font-size: 2.8rem;
  line-height: 1.642;
}

@media screen and (min-width: 768px) {
  .hulu_story::after {
    height: auto;
    bottom: -11rem;
    left: 0;
    background: url(../images/top/dec_kugiri.png) no-repeat bottom left/cover;
    padding-top: 10%;
  }
  .hulu_story .bg {
    top: -6rem;
    -webkit-transform: skewY(-3.2deg);
            transform: skewY(-3.2deg);
  }
  .hulu_story .bg.bottom {
    display: block;
    top: auto;
    bottom: -3rem;
    -webkit-transform: skewY(2.45deg);
            transform: skewY(2.45deg);
  }
  .story_box {
    width: calc(880 / 1220 * 100%);
  }
  .story_tab {
    margin-bottom: 5rem;
    width: 100%;
  }
  .story_tab li {
    margin: 0 2.8409090909%;
    width: 28.9772727273%;
  }
  .story_tab li a {
    font-size: 2.2rem;
  }
  .story_tab li a:hover {
    background-image: url(../images/common/bg_pink.png);
  }
  .story_tab li.up::after {
    font-size: 1.2rem;
  }
  .story_panel_group {
    width: 100%;
  }
  .story_panel_slider {
    margin-bottom: 6rem;
  }
  .story_panel p {
    line-height: 2;
  }
  .hulu_story_cast {
    font-size: 1.8rem;
    line-height: 2;
  }
}
/* =====================================================================
*    about
* =================================================================== */
.hulu_about {
  padding: 0 0 12rem;
}
.hulu_about .wrapper_head {
  margin-top: 4rem;
}
.hulu_about .content_inner {
  margin: 0 auto;
  width: calc(630 / 690 * 100%);
}
.hulu_about h2.ttl {
  left: auto;
  right: 0;
}
.hulu_about h2.ttl span.en {
  top: 0.15em;
  left: auto;
  right: -1.5rem;
}
.hulu_about p {
  margin: 0 0 12rem 0;
  width: 87.3015873016%;
  line-height: 1.642;
}

@media screen and (min-width: 768px) {
  .hulu_about {
    padding-bottom: 18rem;
  }
  .hulu_about .wrapper_head {
    margin-top: 6%;
  }
  .hulu_about .content_inner {
    width: calc(880 / 1220 * 100%);
  }
  .hulu_about h2.ttl {
    right: 3.5rem;
  }
  .hulu_about p {
    margin-bottom: 5rem;
    width: 100%;
    line-height: 2;
  }
}/*# sourceMappingURL=hulu.css.map */