@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : hulu.css
Description : Huluオリジナルストーリー
===================================================================== */
/* =====================================================================
*    hulu_movie
* =================================================================== */
.hulu_movie {
  padding: 19rem 0 12rem;
}
.hulu_movie .sec_ttl.appear .typewriter {
  width: 22ch;
  font-size: 4.6rem;
  -webkit-animation-timing-function: steps(22, end), step-end;
          animation-timing-function: steps(22, end), step-end;
  -webkit-animation-duration: 4s, 1s;
          animation-duration: 4s, 1s;
}
.hulu_movie_subttl {
  margin-bottom: 6rem;
  text-align: center;
  font-size: 114%;
  font-weight: bold;
  text-shadow: 0 0 0.4em rgba(50, 255, 233, 0.5), 0 0 0.3em rgba(50, 255, 233, 0.5), 0 0 0.3em rgba(50, 255, 233, 0.5);
}
.hulu_movie p {
  margin-bottom: 12rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.384;
  letter-spacing: 0.05em;
}
.hulu_movie p strong {
  display: block;
  margin: 0 0 0.5em calc(-20 / 640 * 100%);
  padding: 0.35em 0;
  width: calc(680 / 640 * 100%);
  font-size: 128%;
  background: url(../images/common/bg_subttl.png) no-repeat center/100% 100%;
}
.hulu_movie p span {
  color: #4a9b92;
}

.movie_embed {
  position: relative;
  margin: 0 0 4rem calc(-20 / 640 * 100%);
  width: calc(680 / 640 * 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%;
}

@media screen and (min-width: 768px) {
  .hulu_movie {
    padding: 120px 0 90px;
  }
  .hulu_movie .sec_ttl {
    margin-bottom: 120px;
  }
  .hulu_movie .sec_ttl.appear .typewriter {
    font-size: 277%;
  }
  .hulu_movie_subttl {
    margin-bottom: 48px;
    font-size: 166%;
  }
  .hulu_movie p {
    margin-bottom: 55px;
  }
  .hulu_movie p strong {
    margin: 0 auto 0.5em;
    width: 608px;
    font-size: 144%;
  }
  .movie_embed {
    margin: 0 auto 40px;
    width: calc(800 / 1000 * 100%);
  }
}
/* =====================================================================
*    hulu_intro
* =================================================================== */
.hulu_intro {
  padding: 11rem 0;
  background: #212323;
}
.hulu_intro .inner::before, .hulu_intro .inner::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-top: 1px solid #32ffe9;
  border-left: 1px solid #32ffe9;
}
.hulu_intro .inner::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.hulu_intro_wrap {
  position: relative;
  padding: 10rem calc(30 / 640 * 100%);
}
.hulu_intro_wrap::before, .hulu_intro_wrap::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: 1px solid #32ffe9;
  border-left: 1px solid #32ffe9;
}
.hulu_intro_wrap::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.hulu_intro .sec_ttl {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .hulu_intro .sec_ttl .typewriter {
    font-size: 230%;
  }
}
.hulu_intro .sec_ttl.appear .typewriter {
  width: 15ch;
  -webkit-animation-timing-function: steps(15, end), step-end;
          animation-timing-function: steps(15, end), step-end;
  -webkit-animation-duration: 3s, 1s;
          animation-duration: 3s, 1s;
}

.hulu_into_txt {
  line-height: 2;
}
.hulu_into_txt span {
  color: #32ffe9;
}

@media screen and (min-width: 768px) {
  .hulu_intro {
    padding: 60px 0;
  }
  .hulu_intro .inner::before, .hulu_intro .inner::after {
    width: 20px;
    height: 20px;
  }
  .hulu_intro_wrap {
    padding: 40px calc(55 / 1000 * 100%);
  }
  .hulu_intro_wrap::before, .hulu_intro_wrap::after {
    width: 20px;
    height: 20px;
  }
  .hulu_intro .sec_ttl {
    margin-bottom: 34px;
  }
}
/* =====================================================================
*    hulu_story
* =================================================================== */
.hulu_story {
  padding: 14rem 0 0;
}
.hulu_story .sec_ttl.appear .typewriter {
  width: 8ch;
  -webkit-animation-timing-function: steps(8, end), step-end;
          animation-timing-function: steps(8, end), step-end;
}

.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: 6rem;
}
.story_tab li {
  position: relative;
  display: block;
  margin: 0 calc(10 / 640 * 100%) 0 0;
  width: calc(204 / 640 * 100%);
  text-align: center;
  padding: 3rem 0;
  font-size: 80%;
  font-weight: bold;
  background: url(../images/hulu/bg_tab.png) no-repeat center/100% 100%;
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
}
.story_tab li span {
  display: block;
  margin-bottom: 0.6em;
  font-family: "Share Tech Mono", monospace;
  font-weight: normal;
  font-size: 1.8rem;
  color: #03d160;
  text-shadow: 0 0 0.6em rgba(0, 129, 141, 0.8), 0 0 0.6em rgba(0, 129, 141, 0.8), 0 0 0.5em rgba(0, 129, 141, 0.8), 0 0 0.5em rgba(0, 129, 141, 0.8);
}
.story_tab li span em {
  font-style: normal;
  font-size: 122%;
}
.story_tab li:nth-child(3n), .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 {
  background-image: url(../images/hulu/bg_tab_h.png);
}
.story_tab li.up::after {
  content: "UP";
  position: absolute;
  display: block;
  top: -1.2em;
  left: 0.5em;
  padding: 0.4em 0.6em;
  font-family: "Share Tech Mono", monospace;
  font-weight: normal;
  font-size: 2.2rem;
  background: #d10071;
  border-radius: 1em;
  z-index: 3;
}

.story_panel > li {
  display: none;
}
.story_panel > li.is-show {
  display: block !important;
}
.story_panel_group p {
  line-height: 2;
}
.story_panel_slider {
  margin-bottom: 4rem;
  padding-bottom: 1.2em;
}
.story_panel_slider .slick-list {
  margin-left: calc(-20 / 640 * 100%);
  width: calc(680 / 640 * 100%);
}
.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: #ffffff;
  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: #03d160;
}

@media screen and (min-width: 768px) {
  .hulu_story {
    padding: 100px 0 0;
  }
  .hulu_story .sec_ttl {
    margin-bottom: 50px;
  }
  .story_tab {
    margin-bottom: 40px;
  }
  .story_tab li {
    margin: 0 calc(17 / 1000 * 100%) 0 0;
    padding: 17px 0;
    width: calc(322 / 1000 * 100%);
    font-size: 122%;
    cursor: pointer;
  }
  .story_tab li span {
    font-size: 72%;
  }
  .story_tab li:hover {
    background-image: url(../images/hulu/bg_tab_h.png);
  }
  .story_tab li.up::after {
    font-size: 72%;
  }
  .story_panel_slider {
    margin-bottom: 40px;
  }
  .story_panel_slider .slick-list {
    margin: 0 auto;
    width: calc(800 / 1000 * 100%);
  }
}
/* =====================================================================
    cast
======================================================================*/
.hulu_cast {
  position: relative;
  margin-top: 14rem;
  padding: 16rem 0 24rem;
}
.hulu_cast::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #0e2a32;
  background-image: url(../images/common/bg_spots1.png), url(../images/common/bg_spots1.png);
  background-repeat: no-repeat;
  background-position: top -36rem right -44rem, bottom -55.7rem left -36.8rem;
  background-size: 111.4rem auto;
  z-index: -1;
}
.hulu_cast .sec_ttl.appear .typewriter {
  width: 7ch;
  -webkit-animation-timing-function: steps(7, end), step-end;
          animation-timing-function: steps(7, end), step-end;
}

.cast_list li {
  position: relative;
}
.cast_list li:not(:last-child) {
  margin-bottom: 6rem;
}
.cast_list li.line {
  padding-bottom: 6rem;
}
.cast_list li.line::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17em;
  border-bottom: 1px solid #00c256;
  -webkit-box-shadow: 0 0 0.4em #00c256;
          box-shadow: 0 0 0.4em #00c256;
}
.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: 114%;
  line-height: 1.875;
}
.cast_list li dl dt {
  position: relative;
  text-align: right;
  padding-right: 1.2em;
  width: 50%;
  color: #32ffe9;
}
.cast_list li dl dt::after {
  content: "／";
  position: absolute;
  display: block;
  top: 0;
  right: -0.5em;
  color: #70d8cd;
  text-shadow: 0 0 0.2em rgba(50, 255, 233, 0.6), 0 0 0.2em rgba(50, 255, 233, 0.6), 0 0 0.2em rgba(50, 255, 233, 0.6);
}
@media screen and (max-width: 767px) {
  .cast_list li dl dt.fontSmall-sp {
    font-size: 90%;
    letter-spacing: -0.02em;
  }
}
.cast_list li dl dd {
  padding-left: 1.2em;
  width: 50%;
}
.cast_list li dl dd small {
  font-size: 80%;
}

@media screen and (min-width: 768px) {
  .hulu_cast {
    margin-top: 100px;
    padding: 70px 0 130px;
  }
  .hulu_cast::before {
    background-position: top -60.7rem right -43.7rem, bottom -39.1rem left -53.6rem;
  }
  .cast_list li:not(:last-child) {
    margin-bottom: 40px;
  }
  .cast_list li dl dt {
    padding-right: 2.2em;
  }
  .cast_list li dl dd {
    padding-left: 2.2em;
  }
  .cast_list li dl dd.fontSmall-pc {
    font-size: 90%;
  }
}
/* =====================================================================
*    about
* =================================================================== */
.hulu_about {
  padding: 19rem 0;
  background: url(../images/hulu/bg_about-sp.jpg) no-repeat top center/cover;
}
.hulu_about_ttl {
  text-align: center;
  margin-bottom: 8rem;
}
.hulu_about_ttl strong {
  display: block;
  margin-bottom: 0.5em;
  font-family: "Share Tech Mono", monospace;
  font-weight: normal;
  font-size: 200%;
  color: #03d160;
  letter-spacing: 0.05em;
  text-shadow: 0 0 0.4em rgba(0, 129, 141, 0.3), 0 0 0.4em rgba(0, 129, 141, 0.3), 0 0 0.2em rgba(0, 129, 141, 0.3), 0 0 0.2em rgba(0, 129, 141, 0.3);
}
.hulu_about_ttl span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 40rem;
  letter-spacing: 0.14em;
}
.hulu_about_ttl span::before, .hulu_about_ttl span::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid;
}
.hulu_about_ttl span::before {
  margin-right: 1em;
}
.hulu_about_ttl span::after {
  margin-left: 0.8em;
}
.hulu_about p {
  text-align: center;
  margin-bottom: 13rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.12em;
  text-shadow: 0 0.3em 0.3em rgba(50, 255, 233, 0.5);
}

@media screen and (min-width: 768px) {
  .hulu_about {
    padding: 80px 0;
    background-image: url(../images/hulu/bg_about-pc.jpg);
  }
  .hulu_about_ttl {
    margin-bottom: 48px;
  }
  .hulu_about_ttl strong {
    font-size: 222%;
  }
  .hulu_about_ttl span {
    width: 300px;
  }
  .hulu_about p {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=hulu.css.map */