.l-wrap {
  overflow: hidden;
}

.l-main {
  overflow: visible !important;
}

@media screen and (max-width: 767px) {
  .l-in {
    width: 89%;
  }
}

.p-story {
  position: relative;
  z-index: 1;
}
.p-story__nav {
  margin-bottom: 33px;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-story__nav {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-story__nav {
    margin-bottom: 33px;
  }
}
.p-story__nav-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
  max-width: 930px;
}
@media screen and (max-width: 767px) {
  .p-story__nav-list {
    width: 84.5%;
  }
}
.p-story__nav-list-item {
  border: 1px solid #000000;
  width: 15%;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 1.9%;
  transition: border 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (max-width: 767px) {
  .p-story__nav-list-item {
    width: 23.6%;
    margin-right: 1.85%;
  }
  .p-story__nav-list-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (hover: hover) {
  .p-story__nav-list-item:hover {
    border-color: #ff2566;
  }
  .p-story__nav-list-item:hover .p-story__nav-text {
    color: #ff2566;
  }
}
.p-story__nav-list-item.is-current {
  pointer-events: none;
  border-color: #ff2566;
}
@media screen and (min-width: 768px) {
  .p-story__nav-list-item:nth-child(6n) {
    margin-right: 0;
  }
}
.p-story__nav-list-item a {
  display: block;
  padding: 10px 0 12px;
  text-decoration: none;
}
.p-story__nav-text {
  color: #000000;
  letter-spacing: 1.5px;
  transition: color 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (max-width: 767px) {
  .p-story__nav-text {
    font-size: 12px;
  }
}
.is-current .p-story__nav-text {
  color: #ff2566;
}
.p-story__head {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  max-width: 930px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-story__head {
    margin-bottom: 20px;
  }
}
.p-story__head-num {
  line-height: 1;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .p-story__head-num {
    margin-bottom: 9px;
  }
}
.p-story__head-num span {
  background-color: #000000;
  vertical-align: baseline;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding: 4px 22px 6px;
}
@media screen and (max-width: 767px) {
  .p-story__head-num span {
    font-size: 11px;
    padding: 4px 20px 5px;
  }
}
.p-story__head-ttl {
  color: #ff2566;
  font-size: 35px;
  line-height: 1.3;
  letter-spacing: 8px;
}
@media screen and (max-width: 767px) {
  .p-story__head-ttl {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
.p-story__slider {
  width: 100vw;
  margin-left: -60px;
  padding-left: 60px;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .p-story__slider {
    margin-left: -40px;
    padding-left: 40px;
    margin-bottom: 22px;
  }
}
.p-story__content {
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-story__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.p-story__content-inner {
  margin: 0 auto;
  width: 61%;
  line-height: 2;
  letter-spacing: 1px;
  font-family: YakuHanMP, "Zen Old Mincho", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-story__content-inner {
    width: 85%;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-story__textcap {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }
  .p-story__textcap::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #000000;
    position: relative;
    display: block;
    top: 5px;
  }
  .p-story__textcap-text {
    font-family: YakuHanMP, "fot-tsukuaoldmin-pr6n", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
    font-weight: 300;
    font-feature-settings: "palt";
    font-size: 20px;
    letter-spacing: 2.5px;
    flex-shrink: 0;
    margin-right: 10px;
  }
}
.p-story__credit {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-story__credit {
    margin-top: 60px;
  }
}
.p-story__movie {
  margin: 0 auto;
  margin-top: 54px;
  width: 71%;
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-story__movie {
    margin-top: 33px;
    width: 100%;
  }
}
@media (hover: hover) {
  .p-story__movie:hover .p-story__movie-thumb img {
    filter: blur(4px);
    transform: scale(1.01);
  }
}
.p-story__movie-thumb {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.p-story__movie-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-story__movie::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/movie/movie_overlay.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  mix-blend-mode: screen;
}
.p-story__movie-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 18.5%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-story__movie-play {
    width: 17%;
  }
}
.p-story__movie-play img {
  width: 100%;
}
.is-load .p-story__movie-play-base {
  animation: rotateLoop 10s linear infinite forwards;
}
.p-story__movie-play-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.story_swiper .swiper-slide {
  margin: 0 auto;
  width: 60%;
}
.story_swiper .swiper-slide img {
  width: 100%;
}

.pager_swiper {
  margin: 0 auto;
  margin-top: 20px;
  width: 61.5%;
}
@media screen and (max-width: 767px) {
  .pager_swiper {
    margin-top: 20px;
    width: 85%;
  }
}
.pager_swiper .swiper-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pager_swiper .swiper-slide {
  width: 15.2%;
  padding-top: 8.5%;
  margin-right: 1.7%;
  margin-bottom: 1.7%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (hover: hover) {
  .pager_swiper .swiper-slide:hover img {
    transform: scale(1.05);
  }
}
.pager_swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #000000;
  z-index: 1;
  background-color: rgba(255, 37, 102, 0.5);
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.pager_swiper .swiper-slide::after {
  content: "Select";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  font-size: 18px;
  letter-spacing: 3px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 767px) {
  .pager_swiper .swiper-slide::after {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.pager_swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .pager_swiper .swiper-slide:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pager_swiper .swiper-slide {
    width: 23.7%;
    margin-right: 1.7%;
    padding-top: 13.5%;
  }
  .pager_swiper .swiper-slide:nth-child(4n) {
    margin-right: 0;
  }
}
.pager_swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.pager_swiper .swiper-slide-thumb-active {
  pointer-events: none;
}
.pager_swiper .swiper-slide-thumb-active::before, .pager_swiper .swiper-slide-thumb-active::after {
  opacity: 1;
  pointer-events: auto;
}