@charset "UTF-8";
.story__cnt--storyArea--linkArea .flex {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.story__cnt--storyArea--linkArea .flex__link {
  border-radius: 999px;
  padding: 10px 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(3.125vw, 60px);
  height: min(3.125vw, 60px);
  margin-right: min(1.5625vw, 30px);
  font-size: min(1.3541666667vw, 26px);
  letter-spacing: 0em;
  line-height: min(3.125vw, 60px);
  border: 1px solid var(--color-text);
  font-family: "Kaisei Opti", serif;
}
.story__cnt--storyArea--linkArea .flex__link:last-of-type {
  margin-right: 0;
}
.story__cnt--storyArea--linkArea .flex__link.current {
  border-color: #3056c7;
  color: var(--color-main);
}
.story__cnt--storyArea--linkArea .flex__link:last-of-type.currentLast {
  border-color: #3056c7;
  color: var(--color-main);
}
.story__cnt--storyArea .sliderArea {
  margin-top: min(1.0416666667vw, 20px);
  width: 65%;
}
.story__cnt--storyArea .sliderArea img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100% !important;
  -o-object-position: center center;
     object-position: center center;
}
.story__cnt--storyArea .sliderArea .swiper-slide {
  height: 100% !important;
}
.story__cnt--storyArea .sliderArea .swiper-wrapper {
  position: relative;
  height: min(33.8541666667vw, 650px) !important;
  max-height: 650px !important;
}
.story__cnt--storyArea .sliderArea .swiper-button-next,
.story__cnt--storyArea .sliderArea .swiper-button-prev {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
  margin-top: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: min(4.4791666667vw, 86px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.story__cnt--storyArea .sliderArea .swiper-button-next:hover,
.story__cnt--storyArea .sliderArea .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.story__cnt--storyArea .sliderArea .swiper-button-prev {
  left: 0;
}
.story__cnt--storyArea .sliderArea .swiper-button-next {
  right: 0;
}
.story__cnt--storyArea .sliderArea .swiper-button-next:after,
.story__cnt--storyArea .sliderArea .swiper-button-prev:after {
  font-size: min(1.40625vw, 27px);
  background-image: url(../images/story/angle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: min(1.5625vw, 30px);
  margin: auto;
  width: min(1.0416666667vw, 20px);
}
.story__cnt--storyArea .sliderArea .swiper-button-next:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.story__cnt--storyArea .sliderArea .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: min(1.3020833333vw, 25px);
}
.story__cnt--storyArea .sliderArea .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent; /* 背景色を透明に */
  background-image: url(../images/story/pagination_bullet.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: min(1.5104166667vw, 29px);
  height: min(1.5104166667vw, 29px);
  opacity: 1; /* 画像の透過を無くす */
  border-radius: unset; /* これがないと画像が欠ける */
  margin-right: min(1.5625vw, 30px);
  margin-left: 0;
}
.story__cnt--storyArea .sliderArea .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.story__cnt--storyArea .sliderArea .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent; /* 背景色を透明に */
  background-image: url(../images/story/pagination_active.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: min(1.5104166667vw, 29px);
  height: min(1.5104166667vw, 29px);
  opacity: 1; /* 画像の透過を無くす */
  border-radius: unset; /* これがないと画像が欠ける */
}
.story__cnt--storyArea--txtArea {
  margin-top: min(2.6041666667vw, 50px);
}
.story__cnt--storyArea--txtArea .box__cnt--ttlArea--episode {
  margin-bottom: 0;
}
.story__cnt--storyArea--txtArea .box__cnt--ttlArea--ttl {
  margin-top: min(0.1041666667vw, 2px);
  font-family: "Kaisei Opti", serif;
}
.story__cnt--storyArea--txtArea .box__cnt--synopsis {
  font-size: min(0.8333333333vw, 16px);
  letter-spacing: 0.16em;
  line-height: 2;
  margin-top: min(1.09375vw, 21px);
  text-align: justify;
}
.story__cnt--storyArea--movieArea {
  margin-top: min(5.7291666667vw, 110px);
  margin-top: 110px;
  width: 70%;
}
.story__cnt--storyArea--movieArea .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: min(2.34375vw, 45px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.story__cnt--storyArea--movieArea .flex__item {
  width: calc(50% - min(1.6666666667vw, 32px) * 1 / 2);
  margin-right: min(1.6666666667vw, 32px);
}
@-moz-document url-prefix() {
  .story__cnt--storyArea--movieArea .flex__item {
    margin-right: min(1.0416666667vw, 20px);
  }
}
.story__cnt--storyArea--movieArea .flex__item:nth-of-type(2n) {
  margin-right: 0;
}
.story__cnt--storyArea--movieArea .flex__item:nth-of-type(n + 3) {
  margin-top: min(4.1666666667vw, 80px);
}
.story__cnt--storyArea--movieArea .flex__item a {
  height: min(16.9270833333vw, 325px) !important;
  max-height: 325px !important;
  display: block;
}
.story__cnt--storyArea--movieArea .flex__item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.story__cnt--storyArea--movieArea .flex__item .pv-slider-caption {
  font-size: min(1.1458333333vw, 22px);
  margin-top: min(0.5208333333vw, 10px);
}

@media screen and (max-width: 768px) {
  .story__cnt--storyArea--linkArea .flex {
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
  }
  .story__cnt--storyArea--linkArea .flex__link {
    width: 31.4px;
    max-width: 31.4px;
    width: calc(16.6666666667% - 13.0833333333px);
    height: 31.4px;
    line-height: 31.4px;
    font-size: 1.4rem;
    margin-right: 15.7px;
  }
  .story__cnt--storyArea--linkArea .flex__link:nth-of-type(6n) {
    margin-right: 0;
  }
  .story__cnt--storyArea--linkArea .flex__link:nth-of-type(n + 7) {
    margin-top: 9.7px;
  }
  .story__cnt--storyArea .sliderArea {
    margin-top: 14px;
    width: calc(100% - 30px);
  }
  .story__cnt--storyArea .sliderArea .swiper-wrapper {
    height: 49.2426666667vw !important;
  }
  .story__cnt--storyArea .sliderArea .swiper-button-next,
.story__cnt--storyArea .sliderArea .swiper-button-prev {
    width: 24.51px;
  }
  .story__cnt--storyArea .sliderArea .swiper-button-next:after,
.story__cnt--storyArea .sliderArea .swiper-button-prev:after {
    font-size: 10px;
    background-image: url(../images/story/angle_sp.svg);
    height: 10px;
    margin: auto;
    width: 7px;
  }
  .story__cnt--storyArea .sliderArea .swiper-pagination {
    margin-top: 11px;
  }
  .story__cnt--storyArea .sliderArea .swiper-pagination .swiper-pagination-bullet {
    width: 17.51px;
    height: 17.51px;
    margin-right: 18.1px;
  }
  .story__cnt--storyArea--txtArea {
    margin-top: 70px;
  }
  .story__cnt--storyArea--txtArea .box__cnt--ttlArea--ttl {
    font-size: 15px;
    margin-top: 11px;
  }
  .story__cnt--storyArea--txtArea .box__cnt--synopsis {
    font-size: 1.2rem;
    letter-spacing: 0.11em;
    line-height: 2.25;
    margin-top: 21px;
  }
  .story__cnt--storyArea--movieArea {
    margin-top: 92px;
    width: calc(100% - 30px);
  }
  .story__cnt--storyArea--movieArea .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 14px;
  }
  .story__cnt--storyArea--movieArea .flex__item {
    width: 100%;
    margin-right: 0;
  }
  .story__cnt--storyArea--movieArea .flex__item:nth-of-type(n + 2) {
    margin-top: 45px;
  }
  .story__cnt--storyArea--movieArea .flex__item a {
    height: 46.9333333333vw !important;
  }
  .story__cnt--storyArea--movieArea .flex__item .pv-slider-caption {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}
/*# sourceMappingURL=story.css.map */