@keyframes loop_text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes menu-dot-out {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu-dot-in {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(0);
  }
  66% {
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes glitch_bg {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  4% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.p-story_nav {
  margin-bottom: 62px;
}
@media screen and (max-width: 899px) {
  .p-story_nav {
    margin-top: 42px;
    margin-bottom: 40px;
  }
}
.p-story_nav__intro {
  margin-bottom: 21px;
  font-size: 17px;
  letter-spacing: 4px;
  transform: translateX(-15px);
  opacity: 0;
}
.is-active .p-story_nav__intro {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 899px) {
  .p-story_nav__intro {
    margin-bottom: 22px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2.5px;
  }
}
.p-story_nav__intro.is-current {
  pointer-events: none;
}
.p-story_nav__intro.is-current a::before {
  transform: scaleX(1);
}
.p-story_nav__intro a {
  text-decoration: none;
  color: #fff;
  font-family: "Outfit", sans-serif;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-story_nav__intro a:hover::before {
    transform: scaleX(1);
  }
}
.p-story_nav__intro a::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 899px) {
  .p-story_nav__intro a::before {
    bottom: -2px;
  }
}
.p-story_nav__list {
  display: flex;
  flex-wrap: wrap;
  transform: translateX(-15px);
  opacity: 0;
}
.is-active .p-story_nav__list {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.6s;
}
@media screen and (max-width: 899px) {
  .p-story_nav__list {
    justify-content: center;
    margin: 0 auto;
    width: 75%;
  }
}
.p-story_nav__list-item {
  margin: 0 10px;
  margin-bottom: 18px;
  transform: translateX(-9px);
}
@media screen and (max-width: 899px) {
  .p-story_nav__list-item {
    transform: translateX(0);
    margin: 0px 5%;
    margin-bottom: 20px;
  }
}
.p-story_nav__list-item.is-current {
  pointer-events: none;
}
.p-story_nav__list-item.is-current a::before {
  transform: scaleX(1);
}
.p-story_nav__list a {
  min-width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  position: relative;
  letter-spacing: 3.7px;
}
@media screen and (max-width: 899px) {
  .p-story_nav__list a {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .p-story_nav__list a:hover::before {
    transform: scaleX(1);
  }
}
.p-story_nav__list a::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 899px) {
  .p-story_nav__list a::before {
    bottom: -3px;
  }
}

.p-story__in-kv {
  position: relative;
  margin-bottom: 66px;
}
@media screen and (max-width: 899px) {
  .p-story__in-kv {
    margin-bottom: 34px;
  }
}
.p-story__in-kv-img {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 41%;
  overflow: hidden;
  transform: translateY(18px);
  opacity: 0;
}
.is-active .p-story__in-kv-img {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.8s;
}
.p-story__in-kv-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
}
.is-active .p-story__in-kv-img img {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: transform 10s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.75s;
}
.p-story__in-text {
  margin-left: auto;
  width: 84%;
  line-height: 2.5;
  font-size: 16px;
  letter-spacing: 2px;
  transform: translateY(18px);
  opacity: 0;
}
.is-active .p-story__in-text {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1s;
}
@media screen and (max-width: 899px) {
  .p-story__in-text {
    letter-spacing: 3.8px;
    width: 100%;
    font-size: 12px;
    line-height: 2;
  }
}
.p-story__in-thumb1 {
  margin-top: 108px;
  position: relative;
  width: 84%;
}
@media screen and (max-width: 899px) {
  .p-story__in-thumb1 {
    margin-top: 48px;
    width: 100%;
  }
}
.p-story__in-thumb1-img {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 41%;
  overflow: hidden;
}
.p-story__in-thumb1-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-story__in-thumb2 {
  display: flex;
  margin-top: 101px;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .p-story__in-thumb2 {
    margin-top: 60px;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}
.p-story__in-thumb2-item {
  width: 48%;
  height: 100%;
}
.p-story__in-thumb2-item:nth-child(1) {
  margin-top: 140px;
}
@media screen and (max-width: 899px) {
  .p-story__in-thumb2-item:nth-child(1) {
    margin-top: 61px;
    width: 76%;
  }
}
@media screen and (max-width: 899px) {
  .p-story__in-thumb2-item:nth-child(2) {
    margin-left: auto;
  }
}
@media screen and (max-width: 899px) {
  .p-story__in-thumb2-item {
    width: 88%;
  }
}
.p-story__in-thumb2-img {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 41%;
  overflow: hidden;
}
.p-story__in-thumb2-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-story__head {
  display: flex;
  align-items: center;
  margin-bottom: 67px;
  transform: translateY(18px);
  opacity: 0;
}
.is-active .p-story__head {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.6s;
}
@media screen and (max-width: 899px) {
  .p-story__head {
    display: block;
    margin-bottom: 35px;
  }
}
.p-story__head-num {
  font-size: 92px;
  font-size: min(92px, 8vw);
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  letter-spacing: 10px;
}
@media screen and (max-width: 899px) {
  .p-story__head-num {
    font-size: 45px;
    letter-spacing: 7px;
  }
}
.p-story__head-line {
  width: 8%;
  height: 1px;
  background-color: #fff;
  margin: 0px 3%;
}
@media screen and (max-width: 899px) {
  .p-story__head-line {
    display: none;
  }
}
.p-story__head-ttl {
  font-size: 33px;
  font-size: min(33px, 3vw);
  margin-left: 10px;
  letter-spacing: 3px;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-story__head-ttl {
    font-size: 17px;
    margin: 9px 0 0;
    letter-spacing: 2px;
  }
}
.p-story__movie {
  position: relative;
  width: 100%;
  margin-top: 99px;
}
@media screen and (max-width: 899px) {
  .p-story__movie {
    margin-top: 74px;
  }
}
.p-story__movie-inner {
  position: relative;
  width: 100%;
  padding-top: 41%;
  overflow: hidden;
}
.p-story__movie-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 900px) {
  .p-story__movie-thumb:hover {
    transform: scale(1.03);
  }
  .p-story__movie-thumb:hover::before {
    opacity: 0.6;
  }
}
.p-story__movie-thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.35;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-story__movie-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  letter-spacing: 3px;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-story__movie-play {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.p-story__intro {
  margin-top: 89px;
}
@media screen and (max-width: 899px) {
  .p-story__intro {
    margin-top: 50px;
  }
}
.p-story__intro-title {
  font-size: 50px;
  letter-spacing: 10px;
  font-family: "Outfit", sans-serif;
  margin-bottom: 61px;
  transform: translateY(18px);
  opacity: 0;
}
.is-active .p-story__intro-title {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.8s;
}
@media screen and (max-width: 899px) {
  .p-story__intro-title {
    font-size: 23px;
    letter-spacing: 5px;
    margin-bottom: 41px;
  }
}
.p-story__intro-text {
  line-height: 2.7;
  font-size: 15px;
  transform: translateY(18px);
  opacity: 0;
}
.is-active .p-story__intro-text {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1s;
}
@media screen and (max-width: 899px) {
  .p-story__intro-text {
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 1.9px;
  }
}
.p-story__intro-text .p-in_text + .p-in_text {
  margin-top: 39px;
}
@media screen and (max-width: 899px) {
  .p-story__intro-text .p-in_text + .p-in_text {
    margin-top: 26px;
  }
}
.p-story__intro-kv {
  margin-top: 89px;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 22.9%;
  transform: translateY(18px);
  opacity: 0;
}
.p-story__intro-kv.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .p-story__intro-kv {
    margin-top: 55px;
    padding-top: 39.9%;
  }
}
.p-story__intro-kv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}