@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : hulu.css
Description : Huluオリジナルストーリー
===================================================================== */
/* =====================================================================
*    hulu_movie
* =================================================================== */
#hulu {
  padding-bottom: 0;
}

#hulu::after {
  display: none;
}

.hulu_movie {
  padding-bottom: 10rem;
}

.hulu_movie .sec_ttl {
  width: 100%;
  margin-left: 0;
}

.hulu_movie .sec_ttl_inner::before {
  left: 10rem;
}

.hulu_movie .sec_ttl_inner::after {
  left: 0.5rem;
}

.hulu_movie .sec_ttl_inner h2::before {
  right: -4rem;
}

.hulu_movie .sec_ttl_inner h2 img {
  height: 10.6rem !important;
}

.hulu_movie_subttl {
  position: relative;
  margin-bottom: 4rem;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #f03454;
  text-align: center;
}

.hulu_movie p {
  margin-bottom: 3rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #c49440;
  text-align: center;
}

.hulu_movie .btn1 a {
  padding: 2.7rem 0;
}

.hulu_movie .btn1 a span {
  font-size: 2.6rem;
}

.movie_embed {
  position: relative;
  margin-bottom: 6rem;
}

.movie_embed::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -0.8rem;
  right: -0.8rem;
  width: 100%;
  height: 100%;
  -o-border-image: linear-gradient(220deg, #c39222 0%, #c39222 50%, #fad43d 100%) 1/0 0.3rem 0.3rem 0;
     border-image: linear-gradient(220deg, #c39222 0%, #c39222 50%, #fad43d 100%) 1/0 0.3rem 0.3rem 0;
  border-style: solid;
}

.movie_embed_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie_embed_inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .hulu_movie {
    padding-bottom: 12rem;
  }
  .hulu_movie .sec_ttl_inner::before {
    top: 1rem;
    left: 30rem;
  }
  .hulu_movie .sec_ttl_inner::after {
    bottom: 6rem;
    left: 22rem;
  }
  .hulu_movie .sec_ttl_inner h2::before {
    bottom: 5rem;
    right: 16rem;
  }
  .hulu_movie .sec_ttl_inner h2 img {
    height: 11.2rem !important;
  }
  .hulu_movie p {
    margin-bottom: 2.4rem;
  }
  .hulu_movie .btn1 a span {
    font-size: 1.8rem;
  }
  .movie_embed {
    width: calc(800 / 1200 * 100%);
    margin: 0 auto 5rem;
  }
}

/* =====================================================================
*    hulu_intro
* =================================================================== */
.hulu_intro {
  padding: 6.6rem 0;
}

.hulu_intro::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 231, 226, 0.8);
  z-index: 2;
}

.hulu_intro::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -9em;
  left: 0;
  width: 100%;
  height: 56.8rem;
  background: url(../images/common/bg_footprints2-sp.png) no-repeat center/contain;
  z-index: 1;
}

.hulu_intro h3 {
  width: 50.1rem;
  margin: 0 auto 4rem;
}

.hulu_intro p {
  line-height: 1.833;
  text-align: center;
}

.hulu_intro p span {
  color: #f03454;
}

@media screen and (min-width: 768px) {
  .hulu_intro {
    padding: 5rem 0;
  }
  .hulu_intro::after {
    bottom: -5em;
    background-image: url(../images/common/bg_footprints1-pc.png);
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .hulu_intro p {
    width: calc(1000 / 1200 * 100%);
    margin: 0 auto;
    line-height: 2;
  }
}

/* =====================================================================
*    hulu_story
* =================================================================== */
.hulu_story {
  padding: 14rem 0 1px;
}

.hulu_story h3 {
  width: 16.2rem;
  margin: 0 auto 7rem;
}

.hulu_story h4 {
  margin-bottom: 6rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #f03454;
}

.story_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5.5rem;
}

.story_tab li {
  position: relative;
  display: block;
  margin: 0 calc(4 / 630 * 100%);
  padding: 1.6rem 0;
  width: calc(204 / 630 * 100%);
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background-color: #f03454;
  border: 0.2rem solid #f03454;
  -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: #000;
  border-color: #000;
}

.story_tab li:hover {
  background: #000;
  border-color: #c49440;
}

.story_tab li.up::before {
  content: '';
  position: absolute;
  display: block;
  top: -1rem;
  left: 0.6rem;
  width: 5rem;
  height: 2.5rem;
  background: #f03454;
  -webkit-clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
          clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}

.story_tab li.up::after {
  content: 'UP';
  position: absolute;
  display: block;
  top: -0.5rem;
  left: 2.1rem;
  font-family: "Bahnschrift", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  z-index: 3;
}

.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;
}

.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: #f03454;
}

@media screen and (min-width: 768px) {
  .hulu_story {
    padding-top: 8rem;
  }
  .hulu_story h4 {
    margin-bottom: 3rem;
    font-size: 3.2rem;
  }
  .story_box {
    width: calc(1000 / 1200 * 100%);
    margin: 0 auto;
  }
  .story_tab li {
    cursor: pointer;
    margin: 0 calc(4 / 1000 * 100%);
    padding: 1.2rem 0;
    width: calc(288 / 1000 * 100%);
    font-size: 1.4rem;
  }
  .story_tab li strong {
    font-size: 1.6rem;
  }
  .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 {
  background: #eae7e2;
  padding: 14.6rem 0 10rem;
}

.hulu_cast h3 {
  margin-bottom: 7rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c49440;
}

.hulu_cast h3 img {
  width: 12.7rem;
  margin: 0 auto;
}

.cast_list {
  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;
}

.cast_list li {
  position: relative;
  margin: 0 4rem 6.7rem 0;
}

@media screen and (max-width: 767px) {
  .cast_list li:nth-child(2n), .cast_list li:last-child {
    margin-right: 0;
  }
}

.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.7;
}

.cast_list li dl > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cast_list li dl dt {
  position: relative;
  padding-right: 3rem;
}

.cast_list li dl dt::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.5rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  background: #c49440;
}

.cast_list li dl dd {
  padding-left: 3rem;
}

.cast_list li.wide {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.cast_list li.wide dl dt,
.cast_list li.wide dl dd {
  width: 40%;
}

.cast_list li.wide dl dt {
  text-align: right;
}

.cast_list li.dashed {
  padding-top: 7rem;
}

.cast_list li.dashed::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15em;
  border-top: 1px dashed;
}

@media screen and (min-width: 768px) {
  .hulu_cast {
    padding: 10rem 0 6rem;
  }
  .hulu_cast h3 {
    margin: 0 auto 6rem;
    padding-bottom: 1.2rem;
    width: calc(1000 / 1200 * 100%);
  }
  .cast_list {
    margin: 0 auto;
    width: calc(1000 / 1200 * 100%);
  }
  .cast_list li {
    margin: 0 calc(70 / 1000 * 100%) 5rem;
  }
  .cast_list li.dashed {
    padding-top: 5rem;
  }
  .cast_list li dl {
    font-size: 1.8rem;
  }
}

/* =====================================================================
*    about
* =================================================================== */
.hulu_about {
  padding: 11rem 0;
  background: url(../images/common/bg_pattern1-sp.jpg) repeat-y center/100% auto;
}

.hulu_about h3 {
  width: 26.2rem;
  margin: 0 auto 8rem;
}

.hulu_about p {
  margin-bottom: 9rem;
  font-size: 2.6rem;
  line-height: 1.807;
  color: #c49440;
  text-align: center;
}

.hulu_about .btn1 a {
  padding: 2.7rem 0;
}

.hulu_about .btn1 a span {
  font-size: 2.6rem;
}

@media screen and (min-width: 768px) {
  .hulu_about {
    padding: 10rem 0;
    background-image: url(../images/common/bg_pattern1-pc.jpg);
  }
  .hulu_about h3 {
    margin-bottom: 6rem;
  }
  .hulu_about p {
    margin-bottom: 7rem;
    font-size: 1.8rem;
    line-height: 2;
  }
  .hulu_about .btn1 a {
    padding: 2rem 0;
  }
  .hulu_about .btn1 a span {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=hulu.css.map */