@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : story.css
Description : ストーリー
===================================================================== */
/* =====================================================================
    story
======================================================================*/
@media screen and (max-width: 767px) {
  .dots_item {
    display: none;
  }
}
.story .sec_ttl img {
  margin-left: 7.6rem;
  width: 28rem;
}

@media screen and (min-width: 768px) {
  .story .sec_ttl img {
    margin-left: 4rem;
    width: 25rem;
  }
}
/* =====================================================================
    tab
======================================================================*/
.tab_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.tab_list li {
  margin-bottom: 5rem;
  padding: 0.5em;
  text-align: center;
  width: 29.6rem;
  font-size: 2.8rem;
  line-height: 1.1;
  background: #1ab4e7;
  box-shadow: 1rem 1rem 0px 0px #000;
  transition: 0.3s ease;
}
.tab_list li.active {
  color: #fff;
  background: #e4007f;
}
.tab_list li.nolink {
  pointer-events: none;
  filter: grayscale(1);
}
.tab_list li strong {
  font-size: 170%;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .tab_list {
    margin-bottom: 10rem;
  }
  .tab_list li {
    margin-bottom: 0;
    width: calc(240 / 1000 * 100%);
    font-size: 2.2rem;
    box-shadow: 0.5rem 0.5rem 0px 0px #000;
    cursor: pointer;
  }
  .tab_list li:hover {
    color: #fff;
    background: #e4007f;
  }
}
/* =====================================================================
    tab_content（大枠）
======================================================================*/
.tab_content > li {
  position: relative;
  display: none;
}
.tab_content > li.is-show {
  display: block;
}
.tab_content > li::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -3rem;
  left: 0;
  width: 100%;
  height: 11rem;
  background: url(../images/common/img_ttl_wave2.png) repeat-x center/45% 100%;
  z-index: 3;
}

.story_movie {
  position: relative;
  margin: 0 auto 16rem;
  width: calc(650 / 750 * 100%);
}
.story_movie ::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.1rem;
  height: 5.7rem;
  background: url(../images/common/icon_movie.png) no-repeat center/contain;
  transition: 0.3s ease;
}

.story_wrap {
  position: relative;
  padding: 10rem 0 0;
  background-color: #000;
}
.story_wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: -1.75rem;
  left: 0;
  width: 100%;
  height: 1.8rem;
  background: url(../images/common/img_wave1_top.png) repeat-x center bottom/auto 100%;
}

@media screen and (min-width: 768px) {
  .tab_content > li::after {
    bottom: -1.75rem;
    height: 1.8rem;
    background: url(../images/common/img_wave1_bottom.png) repeat-x center top/auto 100%;
  }
  .story_movie {
    margin: 0 auto 9rem;
    width: 67.6rem;
  }
  .story_wrap {
    padding: 12rem 0 36rem;
    background: url(../images/story/bg_pattern.png) repeat-y top center/100% auto;
  }
  .story_wrap .episode:last-of-type::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.8rem;
    background: url(../images/common/img_wave1_top.png) repeat-x center bottom/auto 100%;
  }
}
/* =====================================================================
    story_feature
======================================================================*/
.story_feature {
  padding-bottom: 16rem;
}
.story_feature_ttl {
  margin: 0 auto 6.4rem;
  padding: 1em 0;
  text-align: center;
  width: 46.3rem;
  border-top: 0.4em dotted #fff;
  border-bottom: 0.4em dotted #fff;
}
.story_feature_ttl h3 {
  margin-bottom: 0.6em;
  font-size: 4.2rem;
  font-weight: 700;
  text-shadow: 0.05em 0.05em 0 #fff, -0.05em -0.05em 0 #fff, -0.05em 0.05em 0 #fff, 0.05em -0.05em 0 #fff, 0px 0.05em 0 #fff, 0 -0.05em 0 #fff, -0.05em 0 0 #fff, 0.05em 0 0 #fff;
}
.story_feature_ttl p {
  font-size: 3rem;
  color: #fff;
}
.story_feature_inner figure {
  margin: 0 0 11rem -4.6rem;
  width: 47rem;
  transform: rotate(-10deg);
  transform-origin: top right;
}
.story_feature_inner p {
  padding: 0 calc(35 / 650 * 100%);
  line-height: 2.214;
  color: #fff;
}
.story_feature_inner p a {
  display: inline;
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .story_feature_ttl {
    margin: 0 auto 9.5rem;
    padding: 1.2em 0;
    width: 37.7rem;
  }
  .story_feature_ttl h3 {
    font-size: 3.6rem;
  }
  .story_feature_ttl p {
    font-size: 2.6rem;
  }
  .story_feature_inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .story_feature_inner figure {
    flex-shrink: 0;
    margin: 0 5rem 0 0;
    width: 37rem;
  }
  .story_feature_inner p {
    padding: 0 calc(26 / 1000 * 100%);
    font-size: 2rem;
    line-height: 2.1;
  }
}
/* =====================================================================
    episode
======================================================================*/
.episode {
  position: relative;
  padding: 5rem calc(85 / 650 * 100%) 30rem;
  color: #272500;
  background: linear-gradient(to top, #bdb64e 0%, #bdb64e calc(100% - 5rem), transparent calc(100% - 5rem), transparent 100%);
}
@media screen and (max-width: 767px) {
  .episode {
    margin: -5rem calc(50% - 50vw) 0;
  }
}
.episode h4 {
  position: relative;
  top: -5rem;
  margin: 0 calc(50% - 50vw);
}
.episode > p {
  margin-bottom: 8rem;
  line-height: 1.692;
}

.story_photo {
  margin: 0 0 4rem -3.5rem;
  padding: 1rem;
  width: 65rem;
  border: 1rem solid #9d9301;
  border-radius: 2rem;
}
.story_photo .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5.6rem;
  height: 9.7rem;
  background: url(../images/story/img_arrow.png) no-repeat center/contain;
  z-index: 3;
}
.story_photo .slick-arrow.prev {
  left: 0;
}
.story_photo .slick-arrow.next {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}

.sub_ttl {
  padding: 4% 0;
  text-align: center;
  width: 20rem;
  font-size: 2.8rem;
  font-weight: 700;
  background-size: auto auto;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 0.5rem, #9d9301 0.5rem, #9d9301 1rem);
}

.story_cast_list {
  margin-bottom: 8rem;
}
.story_cast_list li {
  position: relative;
  margin-bottom: 2rem;
  background: #9d9301;
}
.story_cast_list li.shuen dl {
  position: relative;
}
.story_cast_list li.shuen dl::before {
  content: "主演";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  font-size: 1.8rem;
  border: 1px solid;
  border-radius: 50%;
  white-space: nowrap;
}
.story_cast_list li dl {
  display: flex;
  padding: 2rem 0 2rem 9rem;
}
.story_cast_list li dl dt {
  width: 32%;
}
.story_cast_list li dl dd {
  color: #fff;
}
.story_cast_list li .comment {
  position: absolute;
  top: 0.5em;
  right: 3rem;
  width: 10rem;
  height: 4rem;
  border: 0.15em dotted;
  border-radius: 2em;
}
.story_cast_list li .comment::before {
  content: "コメント";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  white-space: nowrap;
  transition: 0.3s ease;
}
.story_cast_list li .comment::after {
  content: "";
  position: absolute;
  display: block;
  top: 42%;
  left: 50%;
  width: 0.7em;
  height: 0.7em;
  border-top: 0.2em solid;
  border-right: 0.2em solid;
  transform: translateX(-50%) rotate(315deg);
  transition: 0.3s ease;
  opacity: 0;
}
.story_cast_list li .comment.active::before {
  opacity: 0;
}
.story_cast_list li .comment.active::after {
  opacity: 1;
}
.story_cast_list li .comment + p {
  padding: 3rem 6rem;
  line-height: 1.692;
}

.story_staff {
  margin-bottom: 1.2rem;
}
.story_staff .sub_ttl {
  margin-bottom: 3rem;
}
.story_staff_list li {
  margin-bottom: 3rem;
}
.story_staff_list li dl {
  display: flex;
  justify-content: center;
}
.story_staff_list li dl dt {
  flex-shrink: 0;
  padding-left: 18%;
  width: 45%;
}
.story_staff_list li dl dd {
  width: 55%;
  color: #fff;
}

.story_cast_img {
  position: relative;
  margin: 0 -5rem 0 auto;
  width: 49rem;
  transform: rotate(346deg);
  transform-origin: top right;
}
.story_cast_img::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 -5% -5% 0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 0.5rem, #9d9301 0.5rem, #9d9301 1rem);
}
.story_cast_img img {
  position: relative;
}

@media screen and (min-width: 768px) {
  .episode {
    margin-top: -5rem;
    padding: 5rem calc(200 / 1000 * 100%) 25rem;
  }
  .episode h4 {
    margin: 0 0 0 -33.3333333333%;
    width: calc(1000 / 600 * 100%);
  }
  .episode > p {
    margin-bottom: 4rem;
    line-height: 2;
  }
  .story_photo {
    margin: 0 0 3rem -1.5rem;
    padding: 0.8rem;
    border-width: 0.8rem;
    width: 63rem;
  }
  .story_photo .slick-arrow {
    width: 4.2rem;
    height: 6.9rem;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .story_photo .slick-arrow.prev {
    left: -8rem;
  }
  .story_photo .slick-arrow.next {
    right: -8rem;
  }
  .story_photo .slick-arrow:hover {
    opacity: 0.7;
  }
  .sub_ttl {
    margin-bottom: 1rem;
    padding: 3% 0;
    width: 14rem;
    font-size: 2.2rem;
  }
  .story_cast_list {
    margin-bottom: 4rem;
  }
  .story_cast_list li {
    margin-bottom: 1rem;
  }
  .story_cast_list li.shuen dl::before {
    left: 4rem;
    width: 4.2rem;
    height: 4.2rem;
    font-size: 1rem;
  }
  .story_cast_list li dl {
    padding: 1.5rem 0 1.5rem 10rem;
    font-size: 2rem;
  }
  .story_cast_list li dl dt {
    width: 28%;
  }
  .story_cast_list li .comment {
    right: 2.5rem;
    min-width: 50px;
    width: 8rem;
    height: 3.2rem;
  }
  .story_cast_list li .comment::before {
    font-size: 1rem;
  }
  .story_cast_list li .comment + p {
    padding: 2rem 7rem;
    line-height: 2;
  }
  .story_staff {
    margin-bottom: -3rem;
  }
  .story_staff_list li dl {
    font-size: 2rem;
  }
  .story_staff_list li dl dt {
    padding-left: 17%;
    width: 40%;
  }
  .story_staff_list li dl dd {
    width: 60%;
  }
  .story_cast_img {
    margin: -8rem -8.5rem 0 auto;
    width: 35rem;
  }
}
/* =====================================================================
    各エピソードの色指定
======================================================================*/
#episode02 {
  color: #e09797;
  background: linear-gradient(to top, #851717 0%, #851717 calc(100% - 5rem), transparent calc(100% - 5rem), transparent 100%);
}
#episode02 > p,
#episode02 .comment + p {
  color: #fff;
}
#episode02 .story_photo {
  border-color: #660202;
}
#episode02 .sub_ttl,
#episode02 .story_cast_img::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 0.5rem, #660202 0.5rem, #660202 1rem);
}
#episode02 .story_cast_list li {
  background: #660202;
}

#episode03 {
  color: #3d2500;
  background: linear-gradient(to top, #eda32e 0%, #eda32e calc(100% - 5rem), transparent calc(100% - 5rem), transparent 100%);
}
#episode03 .story_photo {
  border-color: #de8800;
}
#episode03 .sub_ttl,
#episode03 .story_cast_img::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 0.5rem, #de8800 0.5rem, #de8800 1rem);
}
#episode03 .story_cast_list li {
  background: #de8800;
}

#episode04 {
  color: #79818b;
  background: linear-gradient(to top, #161f2b 0%, #161f2b calc(100% - 5rem), transparent calc(100% - 5rem), transparent 100%);
}
#episode04 > p,
#episode04 .comment + p {
  color: #fff;
}
#episode04 .story_photo {
  border-color: #29323d;
}
#episode04 .sub_ttl,
#episode04 .story_cast_img::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 0.5rem, #29323d 0.5rem, #29323d 1rem);
}
#episode04 .story_cast_list li {
  background: #29323d;
}

#episode06 {
  color: #7399ec;
  background: linear-gradient(to top, #0f2a68 0%, #0f2a68 calc(100% - 5rem), transparent calc(100% - 5rem), transparent 100%);
}
#episode06 > p,
#episode06 .comment + p {
  color: #fff;
}
#episode06 .story_photo {
  border-color: #224491;
}
#episode06 .sub_ttl,
#episode06 .story_cast_img::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 0.5rem, #224491 0.5rem, #224491 1rem);
}
#episode06 .story_cast_list li {
  background: #224491;
}

#episode05 {
  color: #fbb9cd;
  background: linear-gradient(to top, #dc688b 0%, #dc688b calc(100% - 5rem), transparent calc(100% - 5rem), transparent 100%);
}
#episode05 > p,
#episode05 .comment + p {
  color: #fff;
}
#episode05 .story_photo {
  border-color: #d1446f;
}
#episode05 .sub_ttl,
#episode05 .story_cast_img::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 0.5rem, #d1446f 0.5rem, #d1446f 1rem);
}
#episode05 .story_cast_list li {
  background: #d1446f;
}

#episode07 {
  color: #febbbb;
  background: linear-gradient(to top, #dc6868 0%, #dc6868 calc(100% - 5rem), transparent calc(100% - 5rem), transparent 100%);
}
#episode07 > p {
  color: #fff;
}
#episode07 .story_photo {
  border-color: #ca3838;
}
#episode07 .sub_ttl,
#episode07 .story_cast_img::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 0.5rem, #ca3838 0.5rem, #ca3838 1rem);
}
#episode07 .story_cast_list li {
  background: #ca3838;
}

#episode08 {
  color: #8fd0a2;
  background: linear-gradient(to top, #3e794f 0%, #3e794f calc(100% - 5rem), transparent calc(100% - 5rem), transparent 100%);
}
#episode08 > p,
#episode08 .comment + p {
  color: #fff;
}
#episode08 .story_photo {
  border-color: #1d562e;
}
#episode08 .sub_ttl,
#episode08 .story_cast_img::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 0.5rem, #1d562e 0.5rem, #1d562e 1rem);
}
#episode08 .story_cast_list li {
  background: #1d562e;
}
/*# sourceMappingURL=story.css.map */