@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : hulu.css
Description : Huluオリジナルストーリー
===================================================================== */
.btn1 a {
  position: relative;
}

.btn1 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1.5em;
  width: .55em;
  height: .55em;
  margin: auto;
  border-top: 0.15em solid #FFF;
  border-right: 0.15em solid #FFF;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* =====================================================================
*    hulu_movie
* =================================================================== */
.hulu_movie {
  padding-bottom: 11rem;
}

@media screen and (max-width: 767px) {
  .hulu_movie .sec_ttl h2 {
    font-size: 5.2rem;
    letter-spacing: -0.03em;
  }
  .hulu_movie .sec_ttl h2 span {
    letter-spacing: 0.05em;
  }
}

.hulu_movie_subttl {
  position: relative;
  margin-bottom: 5.4rem;
  font-size: 3.6rem;
  font-weight: 700;
  color: #cf0210;
  text-align: center;
}

.hulu_movie_subttl span {
  display: block;
  padding: 2.3rem 0 2.6rem;
  font-size: 2.2rem;
  letter-spacing: 0.17em;
  color: #576881;
  background: url(../images/hulu/bg_deco1.png) no-repeat center/contain;
}

.hulu_movie p {
  margin-bottom: 3rem;
  font-size: 3.6rem;
  text-align: center;
}

.movie_embed {
  position: relative;
  margin: 0 0 9rem calc(-25 / 630 * 100%);
  width: calc(680 / 630 * 100%);
  border: 1px solid #cf0210;
  -o-border-image: linear-gradient(46deg, #cf0210 0%, #ff4d00 15%, #e5e500 29%, #7ce609 43%, #00b951 57%, #00d5ff 71%, #172cff 85%, #6905cf 100%);
     border-image: linear-gradient(46deg, #cf0210 0%, #ff4d00 15%, #e5e500 29%, #7ce609 43%, #00b951 57%, #00d5ff 71%, #172cff 85%, #6905cf 100%);
  border-image-slice: 1;
  -webkit-box-shadow: 0px 3rem 3rem 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3rem 3rem 0px rgba(0, 0, 0, 0.5);
}

.movie_embed_inner {
  position: relative;
  aspect-ratio: 16/9;
}

.movie_embed_inner video,
.movie_embed_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .hulu_movie {
    padding-bottom: 8rem;
  }
  .hulu_movie_subttl {
    margin-bottom: 2.3rem;
    font-size: 3rem;
  }
  .hulu_movie_subttl span {
    font-size: 1.8rem;
  }
  .hulu_movie p {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
  .movie_embed {
    width: calc(880 / 1000 * 100%);
    margin: 0 auto 6rem;
  }
}

/* =====================================================================
*    hulu_intro
* =================================================================== */
.hulu_intro {
  padding: 5.6rem 0;
}

.hulu_intro p {
  line-height: 1.833;
}

.hulu_intro p span {
  font-weight: 700;
  color: #cf0210;
}

@media screen and (min-width: 768px) {
  .hulu_intro {
    padding: 5rem 0;
  }
  .hulu_intro p {
    font-size: 1.8rem;
    line-height: 2;
  }
}

/* =====================================================================
*    hulu_story
* =================================================================== */
.hulu_story {
  padding: 14rem 0 1px;
}

.hulu_story h3 {
  margin-bottom: 5.4rem;
  text-align: center;
  font-size: 5.2rem;
  font-weight: 700;
  color: #cf0210;
}

.story_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 9rem;
}

.story_tab li {
  position: relative;
  display: block;
  margin: 0 calc(10 / 630 * 100%);
  padding: 1.6rem 0;
  width: calc(310 / 630 * 100%);
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background-color: rgba(45, 55, 70, 0.6);
  border: 0.2rem solid transparent;
  -webkit-box-shadow: 0px 1.5rem 3rem 1.5rem rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1.5rem 3rem 1.5rem rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.story_tab li strong {
  display: block;
  margin-bottom: 0.3em;
  font-size: 2.2rem;
  font-weight: 700;
}

.story_tab li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.story_tab li.nolink {
  pointer-events: none;
  color: #ccc6c2;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}

.story_tab li.nolink strong {
  color: #ccc6c2;
}

.story_tab li.is-active {
  background: -webkit-gradient(linear, left top, right top, from(#403131), color-stop(15%, #4b443b), color-stop(29%, #4d513c), color-stop(43%, #495e4e), color-stop(57%, #394b52), color-stop(71%, #393d52), color-stop(85%, #483952), to(#523948));
  background: linear-gradient(90deg, #403131 0%, #4b443b 15%, #4d513c 29%, #495e4e 43%, #394b52 57%, #393d52 71%, #483952 85%, #523948 100%);
  -o-border-image: linear-gradient(90deg, #cf0210 0%, #ff4d00 15%, #e5e500 29%, #7ce609 43%, #00b951 57%, #00d5ff 71%, #172cff 85%, #6905cf 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#cf0210), color-stop(15%, #ff4d00), color-stop(29%, #e5e500), color-stop(43%, #7ce609), color-stop(57%, #00b951), color-stop(71%, #00d5ff), color-stop(85%, #172cff), to(#6905cf));
     border-image: linear-gradient(90deg, #cf0210 0%, #ff4d00 15%, #e5e500 29%, #7ce609 43%, #00b951 57%, #00d5ff 71%, #172cff 85%, #6905cf 100%);
  border-image-slice: 1;
}

.story_tab li:hover {
  background-color: rgba(45, 55, 70, 0.4);
  border-color: #576881;
}

.story_tab li.up::after {
  content: 'UP';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  padding: 0.3em;
  font-family: sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #cf0210;
  border: 1px solid;
  z-index: 3;
}

.story_panel h4 {
  position: relative;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.story_panel h4 span {
  display: block;
  padding: 2.3rem 0 2.6rem;
  font-size: 2.2rem;
  letter-spacing: 0.17em;
  color: #576881;
  background: url(../images/hulu/bg_deco1.png) no-repeat center/contain;
}

.story_panel > li {
  display: none;
}

.story_panel > li.is-show {
  display: block !important;
}

.story_panel_group {
  margin-bottom: 10rem;
}

.story_panel_group p {
  line-height: 1.833;
}

.story_panel_slider {
  margin-bottom: 8rem;
  border: 1px solid #cf0210;
  -o-border-image: linear-gradient(46deg, #cf0210 0%, #ff4d00 15%, #e5e500 29%, #7ce609 43%, #00b951 57%, #00d5ff 71%, #172cff 85%, #6905cf 100%);
     border-image: linear-gradient(46deg, #cf0210 0%, #ff4d00 15%, #e5e500 29%, #7ce609 43%, #00b951 57%, #00d5ff 71%, #172cff 85%, #6905cf 100%);
  border-image-slice: 1;
  -webkit-box-shadow: 0px 3rem 3rem 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3rem 3rem 0px rgba(0, 0, 0, 0.5);
}

.story_panel_slider .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(380 / 630 * 100%);
}

.story_panel_slider .slick-dots li {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 1rem;
}

.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: #bbbbbb;
  border-radius: 50%;
}

.story_panel_slider .slick-dots li.slick-active button::before {
  background-color: #cf0210;
}

@media screen and (min-width: 768px) {
  .hulu_story {
    padding-top: 6rem;
  }
  .hulu_story h3 {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
  .story_tab {
    margin-bottom: 6rem;
  }
  .story_tab li {
    cursor: pointer;
    margin: 0 calc(10 / 1000 * 100%);
    padding: 2rem 0;
    width: calc(406 / 1000 * 100%);
    font-size: 1.4rem;
  }
  .story_tab li strong {
    display: inline-block;
    margin-right: 1em;
    font-size: 1.6rem;
  }
  .story_panel h4 {
    margin-bottom: 1.4rem;
    font-size: 2.6rem;
  }
  .story_panel h4 span {
    font-size: 1.8rem;
  }
  .story_panel_group p {
    line-height: 2;
  }
  .story_panel_slider {
    margin: 0 auto 6rem;
    width: calc(500 / 1000 * 100%);
  }
  .story_panel_slider .slick-dots {
    margin-top: calc(300 / 500 * 100%);
  }
  .story_panel_slider .slick-dots li {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.5rem;
  }
}

/* =====================================================================
*   cast
* =================================================================== */
.hulu_cast {
  padding: 6rem 0;
}

.cast_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cast_list li {
  padding-bottom: 1.5em;
  width: 100%;
}

.cast_list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2.083;
}

.cast_list li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 0.8em;
  width: 55%;
  height: 100%;
}

.cast_list li dl dt:after {
  content: "";
  display: inline-block;
  margin-left: 0.8em;
  width: 2.5em;
  border-top: 1px dotted #7a7f7c;
}

.cast_list li dl dd {
  width: 45%;
}

@media screen and (min-width: 768px) {
  .hulu_cast {
    padding: 5rem 0;
  }
  .cast_list li dl {
    font-size: 1.8rem;
    line-height: 1.666;
  }
  .cast_list li dl dt {
    width: 51%;
  }
}

/* =====================================================================
*    about
* =================================================================== */
.hulu_about .inner {
  padding: 8.7rem 0;
  background-color: rgba(45, 55, 70, 0.6);
  border: 1px solid #576881;
  -webkit-box-shadow: 0px 1.5rem 3rem 1.5rem rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1.5rem 3rem 1.5rem rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .hulu_about {
    margin-left: calc(-20 / 630 * 100%);
    width: calc(670 / 630 * 100%);
  }
}

.hulu_about h3 {
  margin-bottom: 6rem;
  text-align: center;
}

.hulu_about h3 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Satisfy", cursive;
  font-size: 4rem;
}

.hulu_about h3 span::before, .hulu_about h3 span::after {
  content: "";
  width: 8rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px dotted #ff00fd;
}

.hulu_about h3 span::before {
  margin-right: 1.8rem;
}

.hulu_about h3 span::after {
  margin-left: 1.8rem;
}

.hulu_about p {
  margin-bottom: 9rem;
  font-size: 2.6rem;
  line-height: 1.807;
  text-align: center;
}

.hulu_about .btn1 {
  margin: 0 auto;
  width: 54rem;
}

@media screen and (min-width: 768px) {
  .hulu_about {
    padding: 10rem 0;
  }
  .hulu_about .inner {
    padding: 7rem 0;
    width: calc(1000 / 1400 * 100%);
  }
  .hulu_about h3 span {
    font-size: 3.4rem;
  }
  .hulu_about p {
    margin-bottom: 7rem;
    font-size: 1.7rem;
    line-height: 2;
  }
  .hulu_about .btn1 {
    width: 38rem;
  }
}
/*# sourceMappingURL=hulu.css.map */