@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : hulu.css
Description : Huluオリジナルストーリー
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.hulu_about h3, .hulu_cast h3, .hulu_story h3, .hulu_intro h3 {
  text-align: center;
  font-family: YakuHanJP, "Kaisei Opti", serif;
  color: #ee00a8;
  letter-spacing: -0.1em;
  font-size: 5.4rem;
  margin-bottom: 7.8rem;
}

@media screen and (min-width: 768px) {
  .hulu_about h3, .hulu_cast h3, .hulu_story h3, .hulu_intro h3 {
    font-size: 4rem;
  }
}
/* =====================================================================
*    hulu_movie
* =================================================================== */
.hulu_movie {
  position: relative;
  padding: calc(140 / 750 * 100%) 0 calc(120 / 750 * 100%);
}
.hulu_movie .inner {
  position: relative;
}
.hulu_movie .hulu_movie_subttl {
  font-family: YakuHanJP, "Kaisei Opti", serif;
  color: #ee00a8;
  font-size: 3.6rem;
  text-align: center;
  margin-top: 8.5rem;
}
.hulu_movie .hulu_movie_box {
  position: relative;
  margin-top: 6.2rem;
}
.hulu_movie .hulu_movie_box .hulu_movie_photo {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  border-radius: 6rem;
  overflow: hidden;
}
.hulu_movie .hulu_movie_box .hulu_movie_photo img,
.hulu_movie .hulu_movie_box .hulu_movie_photo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hulu_movie p {
  color: #ff6d2d;
  text-align: center;
  margin-top: 4.7rem;
  line-height: 1.375;
}
.hulu_movie p strong {
  display: block;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 2.8rem;
}
.hulu_movie .btn1 a {
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .hulu_movie {
    padding: 10rem 0 12rem;
  }
  .hulu_movie .hulu_movie_subttl {
    font-size: 3.6rem;
    margin-top: 8rem;
  }
  .hulu_movie .hulu_movie_box {
    width: calc(800 / 1024 * 100%);
    margin: 6rem auto 0;
  }
  .hulu_movie p {
    margin-top: 4rem;
  }
  .hulu_movie p strong {
    font-size: 2rem;
  }
}
/* =====================================================================
*    hulu_intro
* =================================================================== */
.hulu_intro {
  background-color: #ffea2d;
  padding: calc(100 / 750 * 100%) 0;
}
.hulu_intro .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: calc(243 / 630 * 100%);
  padding-top: calc(321 / 630 * 100%);
  background: url(../images/hulu/img_illust1.png) no-repeat center/contain;
  margin: calc(-243 / 630 * 100%) 0 0 calc(-145 / 630 * 100%);
}
.hulu_intro p {
  line-height: 2;
  text-align: center;
}
.hulu_intro p mark {
  color: #fff;
  background-color: #ee00a8;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .hulu_intro {
    padding: 8rem 0 12rem;
  }
  .hulu_intro .inner::before {
    width: calc(155 / 1120 * 100%);
    padding-top: calc(203 / 1120 * 100%);
    margin: calc(-186 / 1120 * 100%) 0 0 0;
  }
  .hulu_intro h3 {
    margin-bottom: 6rem;
  }
  .hulu_intro p {
    width: calc(800 / 1024 * 100%);
    margin: 0 auto;
  }
  .hulu_intro p mark {
    top: 1.5em;
  }
}
/* =====================================================================
*    hulu_story
* =================================================================== */
.hulu_story {
  padding: calc(90 / 750 * 100%) 0 calc(120 / 750 * 100%);
}
.hulu_story .story_another {
  margin-bottom: calc(140 / 630 * 100%);
}
.hulu_story .story_box h4 {
  text-align: center;
  color: #ee00a8;
  font-family: YakuHanJP, "Kaisei Opti", serif;
  margin-bottom: 6.3rem;
  font-size: 3.2rem;
}
.hulu_story .story_date_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 auto 2rem;
}
.hulu_story .story_date_tab li {
  display: block;
  color: #ff6d2d;
  width: calc(295 / 630 * 100%);
  margin: 0 calc(40 / 630 * 100%) calc(40 / 630 * 100%) 0;
  text-align: center;
  font-size: 2rem;
  padding: 2.1rem 0;
  -o-border-image: linear-gradient(to right, #ff4e8c 0%, #ffde26 50%, #ff9415 100%) 1/1px 0 1px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(#ff4e8c), color-stop(50%, #ffde26), to(#ff9415)) 1/1px 0 1px 0;
     border-image: linear-gradient(to right, #ff4e8c 0%, #ffde26 50%, #ff9415 100%) 1/1px 0 1px 0;
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .hulu_story .story_date_tab li:nth-child(even), .hulu_story .story_date_tab li:last-child {
    margin-right: 0;
  }
}
.hulu_story .story_date_tab li strong {
  font-weight: 700;
  font-size: 2.4rem;
  margin-right: 0.4em;
}
.hulu_story .story_date_tab li:nth-child(n+3) {
  z-index: 2;
}
.hulu_story .story_date_tab li.nolink {
  pointer-events: none;
  color: #ccc6c2;
  -o-border-image: linear-gradient(to right, #ccc6c2 100%) 1/1px 0 1px 0;
     border-image: -webkit-gradient(linear, left top, right top, to(#ccc6c2)) 1/1px 0 1px 0;
     border-image: linear-gradient(to right, #ccc6c2 100%) 1/1px 0 1px 0;
}
.hulu_story .story_date_tab li.is-active::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.5em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.3rem solid #ee00a8;
  border-right: 0.3rem solid #ee00a8;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.hulu_story .story_date_tab li.up::after {
  content: "UP";
  position: absolute;
  display: block;
  top: -2rem;
  right: 1rem;
  width: 4.4rem;
  padding: 0.2em 0 0.5em;
  text-align: center;
  z-index: 3;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Kaisei Opti", serif;
  color: #fff;
  background: url(../images/hulu/bg_balloon.png) no-repeat center/contain;
}
.hulu_story .story_date_panel > li {
  display: none;
}
.hulu_story .story_date_panel > li.is-show {
  display: block !important;
}
.hulu_story .story_date_panel > li .story_photo {
  margin-bottom: calc(100 / 630 * 100%);
}
.hulu_story .story_date_panel > li .story_photo figure {
  border-radius: 6rem;
  overflow: hidden;
}
.hulu_story .story_date_panel > li .story_photo .slick-dots {
  position: absolute;
  top: 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;
  margin-top: calc(385 / 630 * 100%);
}
.hulu_story .story_date_panel > li .story_photo .slick-dots li {
  display: inline-block;
  width: 1.7rem;
  margin: 0 0.6em;
}
.hulu_story .story_date_panel > li .story_photo .slick-dots li button {
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}
.hulu_story .story_date_panel > li .story_photo .slick-dots li button::before {
  content: "";
  font-family: "Material Icons";
  font-weight: normal;
  color: #cdc7c3;
}
.hulu_story .story_date_panel > li .story_photo .slick-dots li.slick-active button::before {
  color: #ee00a8;
}
.hulu_story .story_date_panel > li > p {
  line-height: 2;
}
.hulu_story .banner_list {
  margin-top: calc(70 / 630 * 100%);
}

@media screen and (min-width: 768px) {
  .hulu_story {
    padding: 8rem 0 12rem;
  }
  .hulu_story .story_box h4 {
    margin-bottom: 4rem;
    font-size: 3rem;
  }
  .hulu_story .story_date_tab {
    margin-bottom: 6.5rem;
  }
  .hulu_story .story_date_tab li {
    cursor: pointer;
    width: calc(200 / 1024 * 100%);
    margin: 0 calc(27 / 1024 * 100%) 0 0;
    font-size: 1.5rem;
    padding: 1.8rem 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .hulu_story .story_date_tab li:last-child {
    margin-right: 0;
  }
  .hulu_story .story_date_tab li strong {
    font-size: 1.8rem;
  }
  .hulu_story .story_date_tab li:not(.nolink):hover {
    color: #ee00a8;
  }
  .hulu_story .story_date_tab li.is-active::before {
    width: 1rem;
    height: 1rem;
  }
  .hulu_story .story_date_tab li.up::after {
    width: 3.7rem;
    font-size: 1.2rem;
    padding: 0.4em 0 0.7em;
  }
  .hulu_story .story_date_panel {
    width: calc(800 / 1024 * 100%);
    margin: 0 auto;
  }
  .hulu_story .story_date_panel > li .story_photo {
    margin-bottom: 8rem;
  }
  .hulu_story .story_date_panel > li .story_photo .slick-dots {
    margin-top: calc(300 / 500 * 100%);
  }
  .hulu_story .story_date_panel > li .story_photo .slick-dots li button::before {
    font-size: 1.8rem;
  }
  .hulu_story .banner_list {
    margin-top: 6rem;
  }
  .hulu_story .banner_list li {
    width: calc(270 / 1024 * 100%);
  }
}
/* =====================================================================
*   cast
* =================================================================== */
.hulu_cast {
  background-color: #ffea2d;
  padding: calc(100 / 750 * 100%) 0 calc(120 / 750 * 100%);
}
.hulu_cast .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: calc(185 / 630 * 100%);
  padding-top: calc(173 / 630 * 100%);
  background: url(../images/hulu/img_illust2.png) no-repeat center/contain;
  margin: calc(-150 / 630 * 100%) calc(-105 / 630 * 100%) 0 0;
}
.hulu_cast .cast_list li:not(:last-child) {
  margin-bottom: 3.5rem;
}
/* .hulu_cast .cast_list li:nth-child(1), .hulu_cast .cast_list li:nth-child(3), .hulu_cast .cast_list li:nth-child(6), .hulu_cast .cast_list li:nth-child(7) {
  margin-bottom: 7rem;
} */
.hulu_cast .cast_list li:nth-child(7)::before, .hulu_cast .cast_list li:nth-child(7)::after {
  content: "";
  font-family: "Material Icons";
  font-weight: normal;
  position: absolute;
  display: block;
  color: #ff6d2d;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1.7rem;
  font-size: 2rem;
}
.hulu_cast .cast_list li:nth-child(7)::before {
  top: -4rem;
}
.hulu_cast .cast_list li:nth-child(7)::after {
  bottom: -4rem;
}
.hulu_cast .cast_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.833;
  color: #ff6d2d;
}
.hulu_cast .cast_list dl::after {
  content: "";
  font-family: "Material Icons";
  font-weight: normal;
  position: absolute;
  display: block;
  color: #ee00a8;
  top: 0.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1.7rem;
  font-size: 2rem;
}
.hulu_cast .cast_list dl dt {
  width: calc(280 / 630 *100%);
  text-align: right;
}
.hulu_cast .cast_list dl dd {
  width: calc(280 / 630 *100%);
}
.hulu_cast .cast_list dl dd small {
  font-size: 2rem;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.cast .cast_list li dl::after {
  left: 48.5%;
}

@media screen and (min-width: 768px) {
  .hulu_cast {
    padding: 8rem 0 12rem;
  }
  .hulu_cast .inner::before {
    width: calc(185 / 1120 * 100%);
    padding-top: calc(173 / 1120 * 100%);
    margin: calc(-140 / 1120 * 100%) calc(-6 / 1120 * 100%) 0 0;
  }
  .hulu_cast h3 {
    margin-bottom: 6rem;
  }
  .hulu_cast .cast_list li:nth-child(7)::before, .hulu_cast .cast_list li:nth-child(7)::after {
    width: 1.3rem;
    font-size: 1.5rem;
  }
  .hulu_cast .cast_list li dl {
    font-size: 1.8rem;
  }
  .hulu_cast .cast_list li dl::after {
    width: 1.3rem;
    top: 0.25em;
    font-size: 1.5rem;
  }
  .hulu_cast .cast_list li dl dt {
    width: calc(480 / 1024 *100%);
  }
  .hulu_cast .cast_list li dl dd {
    width: calc(480 / 1024 *100%);
  }
}
/* =====================================================================
*    about
* =================================================================== */
.hulu_about {
  padding: calc(100 / 750 * 100%) 0 calc(160 / 750 * 100%);
}
.hulu_about h3 {
  letter-spacing: 0;
}
.hulu_about p {
  line-height: 2;
}
.hulu_about .btn1 {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .hulu_about {
    padding: 8rem 0 12rem;
  }
  .hulu_about p {
    width: calc(880 / 1024 * 100%);
    margin: 0 auto;
  }
}
/*# sourceMappingURL=hulu.css.map */