@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : hulu.css
Description : Huluオリジナルストーリー
===================================================================== */
/* ========================================================
    hulu
======================================================== */
.hulu {
  position: relative;
  width: 100%;
  padding: 20rem 0;
}
@media screen and (min-width: 768px) {
  .hulu {
    padding: 15rem 0;
  }
}
.hulu_ttl {
  position: relative;
  margin-top: -1rem;
  padding-top: 7rem;
  filter: contrast(25) blur(0px);
}
@media screen and (min-width: 768px) {
  .hulu_ttl {
    padding-top: 7rem;
  }
}
.hulu_ttl > .morphing {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  color: #202020;
  font-family: "Shippori Mincho", serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .hulu_ttl > .morphing {
    font-size: 7rem;
  }
}
.hulu_ttl > .morphing:nth-child(2) {
  padding-top: 0.7rem;
  font-size: 5.6rem;
}
@media screen and (min-width: 768px) {
  .hulu_ttl > .morphing:nth-child(2) {
    padding-top: 0.7rem;
    font-size: 5.6rem;
  }
}
.hulu_column {
  position: relative;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .hulu_column {
    margin-top: 8rem;
  }
}
.hulu_movie {
  position: relative;
  width: 64rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hulu_movie {
    width: 80%;
  }
}
.hulu_movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.hulu_movie_inner:hover > div .vjs-big-play-button {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .hulu_movie_inner:hover > div .vjs-big-play-button {
    background-image: url(../images/common/icon_play_h.png);
  }
}
.hulu_movie_inner > div {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
.hulu_movie_inner > div .vjs-big-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10.6rem;
  height: 10.6rem;
  margin: 0;
  background-color: transparent;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
.hulu_movie_inner > div .vjs-big-play-button .vjs-icon-placeholder::before {
  content: none !important;
}
.hulu_text {
  position: relative;
  margin-top: 6rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hulu_text {
    font-size: 3rem;
  }
}
.hulu_btn {
  position: relative;
  width: 54rem;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .hulu_btn {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .hulu_btn > a {
    height: 7rem;
    font-size: 2.4rem;
    line-height: 7rem;
    border-radius: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .hulu_btn > a:hover {
    opacity: 0.7;
  }
}

/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 20rem 0;
  background-color: rgba(220, 230, 231, 0.4);
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 15rem 0;
  }
}
.intro_ttl {
  position: relative;
  margin-top: -1rem;
  padding-top: 8rem;
  filter: contrast(25) blur(0px);
}
@media screen and (min-width: 768px) {
  .intro_ttl {
    padding-top: 7rem;
  }
}
.intro_ttl > .morphing {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  color: #202020;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .intro_ttl > .morphing {
    font-size: 7rem;
  }
}
.intro_ttl > .morphing:nth-child(2) {
  padding-top: 0.8rem;
  font-size: 6.4rem;
}
@media screen and (min-width: 768px) {
  .intro_ttl > .morphing:nth-child(2) {
    padding-top: 0.7rem;
    font-size: 5.6rem;
  }
}
.intro_column {
  position: relative;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .intro_column {
    margin-top: 8rem;
  }
}
.intro_text_01 {
  position: relative;
  margin-top: 6rem;
  padding: 0 5rem;
  font-size: 3.2rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .intro_text_01 {
    padding: 0 10%;
    font-size: 2.4rem;
  }
}
.intro_text_02 {
  position: relative;
  margin-top: 6rem;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .intro_text_02 {
    font-size: 2.8rem;
  }
}

/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 20rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 15rem 0;
  }
}
.story_ttl {
  position: relative;
  margin-top: -1rem;
  padding-top: 8rem;
  filter: contrast(25) blur(0px);
}
@media screen and (min-width: 768px) {
  .story_ttl {
    padding-top: 7rem;
  }
}
.story_ttl > .morphing {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  color: #202020;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .story_ttl > .morphing {
    font-size: 7rem;
  }
}
.story_ttl > .morphing:nth-child(2) {
  padding-top: 0.8rem;
  font-size: 6.4rem;
}
@media screen and (min-width: 768px) {
  .story_ttl > .morphing:nth-child(2) {
    padding-top: 0.7rem;
    font-size: 5.6rem;
  }
}
.story_column {
  position: relative;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .story_column {
    margin-top: 8rem;
  }
}
.story_subttl {
  position: relative;
  color: #ff54d5;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_subttl {
    font-size: 2.4rem;
  }
}
.story_subttl > em {
  font-style: normal;
  font-size: 6rem;
}
@media screen and (min-width: 768px) {
  .story_subttl > em {
    font-size: 4.6rem;
  }
}
.story_date {
  position: relative;
  width: 64rem;
  margin: 0 auto;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 6rem;
  text-align: center;
  background-image: url(../images/common/common_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_date {
    width: 70%;
    font-size: 2rem;
    line-height: 4.8rem;
    background-image: url(../images/common/common_bg03_pc.png);
  }
}
.story_list {
  position: relative;
  width: 64rem;
  margin: 6rem auto 0 auto;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .story_list {
    width: 80%;
    margin: 4rem auto 0 auto;
    padding-bottom: 2rem;
  }
}
.story_list.slick-slider * {
  line-height: 1;
}
.story_list.slick-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 2rem;
  list-style-type: none;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .story_list.slick-slider .slick-dots {
    gap: 0 1rem;
  }
}
.story_list.slick-slider .slick-dots > li.slick-active button {
  background-color: #ff54d5;
}
.story_list.slick-slider .slick-dots > li button {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0;
  border-radius: 50%;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .story_list.slick-slider .slick-dots > li button {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.story_text {
  position: relative;
  margin-top: 6rem;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
}
.story_cast {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .story_cast {
    margin-top: 6rem;
  }
}
.story_cast > dt {
  width: auto;
  font-weight: 400;
  white-space: nowrap;
}
.story_cast > dd {
  width: auto;
}

/* ========================================================
    about
======================================================== */
.about {
  position: relative;
  width: 100%;
  padding: 20rem 0;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 15rem 0;
  }
}
.about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1d6659 0%, #797956 50%, #9d794a 100%);
  opacity: 0.6;
  z-index: -1;
}
.about_ttl {
  position: relative;
  margin-top: -1rem;
  padding-top: 0;
  text-align: center;
}
.about_ttl > span {
  position: relative;
  display: block;
  color: #202020;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  filter: contrast(25) blur(0px);
}
@media screen and (min-width: 768px) {
  .about_ttl > span {
    font-size: 7rem;
  }
}
.about_ttl > span:nth-child(2) {
  display: inline-block;
  margin-top: 3rem;
  color: #b20086;
  font-size: 3.6rem;
  font-weight: 800;
  filter: none;
}
@media screen and (min-width: 768px) {
  .about_ttl > span:nth-child(2) {
    font-size: 2.8rem;
  }
}
.about_ttl > span:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: 50%;
  display: block;
  width: 1.8rem;
  height: 3.6rem;
  background-image: url(../images/common/common_bg09.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media screen and (min-width: 768px) {
  .about_ttl > span:nth-child(2)::before {
    width: 1.2rem;
    height: 2.4rem;
  }
}
.about_ttl > span:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: 50%;
  display: block;
  width: 1.8rem;
  height: 3.6rem;
  background-image: url(../images/common/common_bg09.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media screen and (min-width: 768px) {
  .about_ttl > span:nth-child(2)::after {
    width: 1.2rem;
    height: 2.4rem;
  }
}
.about_column {
  position: relative;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .about_column {
    margin-top: 8rem;
  }
}
.about_text {
  position: relative;
  padding: 0 5rem;
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .about_text {
    padding: 0 10%;
    font-size: 2.2rem;
  }
}
.about_btn {
  position: relative;
  width: 54rem;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .about_btn {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .about_btn > a {
    height: 7rem;
    font-size: 2.4rem;
    line-height: 7rem;
    border-radius: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .about_btn > a:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=hulu.css.map */