@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : hulu.css
Description : Huluオリジナルストーリー
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.hulu_about h3, .hulu_cast h3, .hulu_story h3, .hulu_intro h3 {
  margin-bottom: 5.5rem;
  font-family: "Quattrocento", serif;
  font-size: 3.6rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hulu_about h3, .hulu_cast h3, .hulu_story h3, .hulu_intro h3 {
    margin-bottom: 6rem;
    font-size: 2.7rem;
  }
}
/* =====================================================================
*    hulu_movie
* =================================================================== */
.hulu_movie {
  padding-bottom: 10rem;
}
.hulu_movie .hulu_movie_subttl {
  position: relative;
  font-size: 3.6rem;
  text-align: center;
  margin-top: 8rem;
}
.hulu_movie .hulu_movie_box {
  position: relative;
  margin-top: 4rem;
}
.hulu_movie .hulu_movie_box .hulu_movie_photo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.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 {
  margin-top: 4rem;
  line-height: 1.375;
  text-align: center;
}
.hulu_movie p strong {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 3.6rem;
  color: #d91a1d;
}
.hulu_movie .btn1 {
  margin-top: 10rem;
}

@media screen and (min-width: 768px) {
  .hulu_movie {
    padding-bottom: 6rem;
  }
  .hulu_movie .hulu_movie_subttl {
    font-size: 2.7rem;
    margin-top: 7rem;
  }
  .hulu_movie .hulu_movie_box {
    width: calc(880 / 1000 * 100%);
    margin: 6rem auto 0;
  }
  .hulu_movie p {
    font-size: 1.8rem;
  }
  .hulu_movie p strong {
    font-size: 2.7rem;
  }
  .hulu_movie .btn1 {
    margin-top: 3.4rem;
  }
}
/* =====================================================================
*    hulu_intro
* =================================================================== */
.hulu_intro {
  background: rgba(26, 26, 26, 0.8);
  padding: 10rem 0;
}
.hulu_intro p {
  line-height: 1.833;
}
.hulu_intro p span {
  color: #d91a1d;
}

.cast_special_first::after {
  content: "-----------------------------------------------------";
  position: absolute;
  top: -4rem;
  left: 8rem;
  color: #6d0202;
}


@media screen and (min-width: 768px) {
  .hulu_intro {
    padding: 8rem 0;
  }
  .hulu_intro h3 {
    margin-bottom: 4rem;
  }
  .hulu_intro p {
    width: calc(880 / 1000 * 100%);
    margin: 0 auto;
    line-height: 2;
    text-align: center;
  }
  .cast_special_first::after {
    content: "---------------------------------------------------------------";
    left: 32rem;
  }

}
/* =====================================================================
*    hulu_story
* =================================================================== */
.hulu_story {
  padding: 10rem 0 12rem;
}
.hulu_story h3 {
  margin-bottom: 7.5rem;
}
.hulu_story .story_box .story_date_tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.5rem;
}
.hulu_story .story_box .story_date_tab li {
  position: relative;
  display: block;
  width: calc(204 / 640 * 100%);
  text-align: center;
  font-size: 1.8rem;
  padding: 1.5rem 0;
  border: 1px solid #d91a1d;
  transition: 0.3s ease;
}
.hulu_story .story_box .story_date_tab li strong {
  display: block;
  margin-bottom: 0.3em;
  font-size: 2.2rem;
  font-weight: 700;
  color: #d91a1d;
}
.hulu_story .story_box .story_date_tab li.nolink {
  pointer-events: none;
  color: #ccc6c2;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}
.hulu_story .story_box .story_date_tab li.nolink strong {
  color: #ccc6c2;
}
.hulu_story .story_box .story_date_tab li.is-active, .hulu_story .story_box .story_date_tab li:hover {
  background: #d91a1d;
  border-color: #ff4f52;
}
.hulu_story .story_box .story_date_tab li.is-active strong, .hulu_story .story_box .story_date_tab li:hover strong {
  color: #fff;
}
.hulu_story .story_box .story_date_tab li.up::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-right: 5rem solid transparent;
  border-top: 5rem solid #a71417;
}
.hulu_story .story_box .story_date_tab li.up::after {
  content: "UP";
  position: absolute;
  display: block;
  top: 0.4em;
  left: 0.1em;
  z-index: 3;
  font-family: "Quattrocento", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.hulu_story .story_box .story_date_panel > li {
  display: none;
}
.hulu_story .story_box .story_date_panel > li.is-show {
  display: block !important;
}
.hulu_story .story_box .story_date_panel > li .story_photo {
  margin-bottom: 8rem;
}
.hulu_story .story_box .story_date_panel > li .story_photo h4 {
  margin-bottom: 6rem;
  font-size: 3.6rem;
  text-align: center;
  color: #d91a1d;
}
.hulu_story .story_box .story_date_panel > li .story_photo .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: calc(385 / 640 * 100%);
}
.hulu_story .story_box .story_date_panel > li .story_photo .slick-dots li {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 1rem;
}
.hulu_story .story_box .story_date_panel > li .story_photo .slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}
.hulu_story .story_box .story_date_panel > li .story_photo .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  border-radius: 50%;
}
.hulu_story .story_box .story_date_panel > li .story_photo .slick-dots li.slick-active button::before {
  background-color: #d91a1d;
}
.hulu_story .story_box .story_date_panel > li > p {
  line-height: 1.833;
}
.hulu_story .banner_list {
  margin-top: 10rem;
}

@media screen and (min-width: 768px) {
  .hulu_story {
    padding: 9rem 0 8rem;
  }
  .hulu_story .story_box {
    width: calc(880 / 1000 * 100%);
    margin: 0 auto;
  }
  .hulu_story .story_box .story_date_tab {
    margin-bottom: 4rem;
  }
  .hulu_story .story_box .story_date_tab li {
    cursor: pointer;
    width: 32.7272727273%;
    font-size: 1.4rem;
    padding: 1.2rem 0;
  }
  .hulu_story .story_box .story_date_tab li strong {
    font-size: 1.6rem;
  }
  .hulu_story .story_box .story_date_tab li.up::before {
    border-width: 4.1rem;
  }
  .hulu_story .story_box .story_date_tab li.up::after {
    font-size: 1.3rem;
  }
  .hulu_story .story_box .story_date_panel > li .story_photo {
    margin-bottom: 5.5rem;
  }
  .hulu_story .story_box .story_date_panel > li .story_photo h4 {
    margin-bottom: 4rem;
    font-size: 3rem;
  }
  .hulu_story .story_box .story_date_panel > li .story_photo .story_box_photo {
    width: 58.5227272727%;
    margin: 0 auto;
  }
  .hulu_story .story_box .story_date_panel > li .story_photo .slick-dots {
    margin-top: 60%;
  }
  .hulu_story .story_box .story_date_panel > li .story_photo .slick-dots li button::before {
    font-size: 1.8rem;
  }
  .hulu_story .story_box .story_date_panel > li > p {
    line-height: 2;
  }
  .hulu_story .banner_list {
    display: flex;
    justify-content: space-around;
    margin: 9rem auto 0;
  }
  .hulu_story .banner_list li {
    width: calc(332 / 1000 * 100%);
  }
}
/* =====================================================================
*   cast
* =================================================================== */
.hulu_cast {
  background: rgba(26, 26, 26, 0.8);
  padding: 12rem 0;
}
.hulu_cast h3 {
  margin-bottom: 8rem;
}
.hulu_cast .cast_list li {
  position: relative;
  margin-bottom: 8rem;
}
.hulu_cast .cast_list li::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/hulu/img_x.png) no-repeat center/contain;
  width: 3.7rem;
  height: 3.6rem;
}
.hulu_cast .cast_list li dl {
  position: relative;
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
}
.hulu_cast .cast_list li dl dt {
  width: calc(270 / 640 *100%);
  text-align: right;
  color: #d91a1d;
}
.hulu_cast .cast_list li dl dd {
  position: relative;
  top: -0.1em;
  font-size: 2.6rem;
  width: calc(270 / 640 *100%);
}
.hulu_cast .cast_list li dl dd span {
  display: block;
  color: #d91a1d;
  font-size: 2rem;
}
.hulu_cast .cast_list li dl dd small {
  font-size: 2rem;
  line-height: 1.4;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.hulu_cast .cast_list li::before,
.hulu_cast .cast_list li::after {
  left: 48.5% !important;
}

@media screen and (min-width: 768px) {
  .hulu_cast {
    padding: 8rem 0 4rem;
  }
  .hulu_cast .cast_list li {
    margin-bottom: 6rem;
  }
  .hulu_cast .cast_list li::before {
    top: 0.7rem;
    width: 1.9rem;
    height: 1.9rem;
  }
  .hulu_cast .cast_list li dl dt {
    font-size: 1.8rem;
    width: calc(457 / 1000 *100%);
  }
  .hulu_cast .cast_list li dl dd {
    top: -0.1em;
    font-size: 2.1rem;
    width: calc(457 / 1000 *100%);
  }
  .hulu_cast .cast_list li dl dd span,
.hulu_cast .cast_list li dl dd small {
    font-size: 1.5rem;
  }
}
/* =====================================================================
*    about
* =================================================================== */
.hulu_about {
  padding: 12rem 0 0;
}
.hulu_about p {
  line-height: 1.833;
  color: #d91a1d;
}
.hulu_about .btn1 {
  margin-top: 6rem;
}

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