@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : hulu.css
Description : Huluオリジナルストーリー
===================================================================== */
/* =====================================================================
*    hulu_movie
* =================================================================== */
.hulu > * {
  margin-top: 20rem;
}
.hulu > *:not(.hulu_intro) .inner {
  padding: 10rem 0;
}
.hulu > *:not(.hulu_intro) .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 2px);
  background: #f8f8f8;
  z-index: -1;
}

.hulu_movie_subttl {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 200%;
  font-weight: 600;
}
.hulu_movie_subttl small {
  display: block;
  margin-top: 0.8em;
  font-family: "Cormorant", serif;
  font-size: 50%;
  letter-spacing: 0;
}
.hulu_movie_lead {
  margin-bottom: 6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.384;
}
.hulu_movie_lead strong {
  display: block;
  margin: 0 0 0.5em;
  font-size: 123%;
}

.movie_embed {
  position: relative;
  margin: 0 auto 4rem;
  width: calc(680 / 710 * 100%);
}
.movie_embed .movie_embed_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_embed .movie_embed_inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.btn_trial {
  margin: 0 auto;
  width: 47rem;
}

@media screen and (min-width: 768px) {
  .hulu > * {
    margin: 0;
    padding-top: 20rem;
  }
  .hulu > *:not(.hulu_intro) .inner {
    padding: 10rem 0;
  }
  .hulu > *:not(.hulu_intro) .inner::before {
    margin: 0;
    width: 100%;
  }
  .hulu_movie {
    margin: 0 0 20rem;
  }
  .hulu_movie_subttl {
    font-size: 255%;
  }
  .movie_embed {
    margin: 0 auto 3rem;
    width: calc(800 / 1000 * 100%);
  }
  a.btn_trial {
    width: 290px;
  }
}
/* =====================================================================
*    hulu_intro
* =================================================================== */
.hulu_intro {
  padding: 10rem 0;
  background: #3e4052;
}
.hulu_intro_txt {
  margin: 0 auto;
  width: calc(630 / 710 * 100%);
  font-size: 107%;
  line-height: 2;
  color: #f8f8f8;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .hulu_intro {
    padding: 8rem 0;
  }
  .hulu_intro .sec_ttl {
    position: relative;
    margin: 0 calc(20 / 1000 * 100%) 6rem auto;
  }
  .hulu_intro_txt {
    margin: 0 calc(100 / 1000 * 100%) 0 auto;
    width: calc(800 / 1000 * 100%);
    font-size: 112%;
    line-height: 2.222;
  }
}
/* =====================================================================
*    hulu_story
* =================================================================== */
.story_box {
  margin: 0 auto;
  width: calc(680 / 710 * 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-bottom: 4rem;
}
.story_tab li {
  position: relative;
  display: block;
  margin: 0 5.8823529412% 0 0;
  width: 47.0588235294%;
  text-align: center;
  padding: 3rem 0;
  font-size: 92%;
  font-weight: 600;
  color: #202162;
  letter-spacing: 0.2em;
  border: 1px solid #202162;
  -o-border-image: linear-gradient(to top, #202162 0%, transparent 50%, #202162 100%);
     border-image: -webkit-gradient(linear, left bottom, left top, from(#202162), color-stop(50%, transparent), to(#202162));
     border-image: linear-gradient(to top, #202162 0%, transparent 50%, #202162 100%);
  border-image-slice: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.story_tab li::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #202162;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: -1;
  opacity: 0;
}
.story_tab li span {
  display: block;
  margin-bottom: 0.4em;
  font-size: 125%;
}
.story_tab li:nth-child(2n), .story_tab li:last-child {
  margin-right: 0;
}
.story_tab li.nolink {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  color: #b8b8b8;
}
.story_tab li.is-active {
  color: #f8f8f8;
}
.story_tab li.is-active::before {
  opacity: 1;
}
.story_tab li.up::after {
  content: "UP";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 7rem;
  height: 7rem;
  text-align: left;
  padding: 0.55em;
  font-family: "Cormorant", serif;
  font-size: 1.8rem;
  color: #f8f8f8;
  letter-spacing: 0;
  background: linear-gradient(135deg, #b91e1e 0%, #b91e1e 50%, transparent 50%, transparent 100%);
  z-index: 3;
}

.story_panel > li {
  display: none;
}
.story_panel > li.is-show {
  display: block !important;
}
.story_panel_group p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.692;
}
.story_panel_slider {
  margin-bottom: 7rem;
  padding-bottom: 1.4em;
}
.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: #b6b6b6;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.story_panel_slider .slick-dots li.slick-active button::before {
  background-color: #b91e1e;
}

.hulu_cast {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}
.hulu_cast_ttl {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 3rem;
  padding-right: 3.5rem;
}
.hulu_cast_ttl::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  color: #b91e1e;
}
.hulu_cast_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hulu_cast_list li {
  margin: 0 3rem 1.6rem 0;
}

@media screen and (min-width: 768px) {
  .story_box {
    width: 100%;
  }
  .story_tab {
    margin-bottom: 6rem;
  }
  .story_tab li {
    margin: 0 calc(50 / 1000 * 100%) 0 0;
    padding: 20px 0;
    width: calc(300 / 1000 * 100%);
    font-size: 100%;
    cursor: pointer;
  }
  .story_tab li span {
    font-size: 137%;
  }
  .story_tab li:hover {
    color: #f8f8f8;
  }
  .story_tab li:hover::before {
    opacity: 1;
  }
  .story_tab li.up::after {
    width: 47px;
    height: 47px;
    font-size: 13px;
  }
  .story_panel_slider .slick-list {
    margin: 0 auto;
    width: calc(800 / 1000 * 100%);
  }
  .hulu_cast {
    margin-top: 4rem;
  }
}
/* =====================================================================
    staff
======================================================================*/
.cast_list li {
  position: relative;
}
.cast_list li:not(:last-child) {
  margin-bottom: 6.5rem;
}
.cast_list li.space {
  margin-bottom: 13rem;
}
.cast_list li dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 108%;
  font-weight: 600;
  line-height: 1.875;
}
.cast_list li dl dt {
  position: relative;
  text-align: right;
  padding-right: 1.2em;
  width: 50%;
  color: #b91e1e;
}
.cast_list li dl dt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.45em;
  right: -0.7em;
  width: 1em;
  height: 1em;
  border-left: 1px solid #b91e1e;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.cast_list li dl dd {
  padding-left: 1.2em;
  width: 50%;
}
.cast_list li dl dd small {
  font-size: 80%;
}

.cast_comment ~ dl dt::after {
  display: none !important;
}

.cast_comment {
  margin: 4rem auto;
  padding: 3.6rem 0;
  color: #27242e;
}
.cast_comment::after {
  background-image: url(../images/common/icon_star3.png);
}

@media screen and (min-width: 768px) {
  .cast_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .cast_list li.space {
    margin-bottom: 80px;
  }
  .cast_list li dl {
    font-size: 113%;
    line-height: 1.444;
  }
  .cast_list li dl dt::after {
    top: 0.32em;
  }
  .cast_comment {
    padding: 15px 0;
    max-width: 292px;
  }
}
/* =====================================================================
*    about
* =================================================================== */
.hulu_about p {
  margin: 0 auto 4rem;
  width: calc(650 / 710 * 100%);
  font-weight: 600;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .hulu_about p {
    font-size: 112%;
  }
}/*# sourceMappingURL=hulu.css.map */