@keyframes loop_obj {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_rotate_obj {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 40px 0 rgba(255, 255, 255, 0.1333333333), -40px 0 #FFF;
  }
  50% {
    background-color: #FFF;
    box-shadow: 40px 0 rgba(255, 255, 255, 0.1333333333), -40px 0 rgba(255, 255, 255, 0.1333333333);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 40px 0 #FFF, -40px 0 rgba(255, 255, 255, 0.1333333333);
  }
}
@keyframes flash_sp {
  0% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 26px 0 rgba(255, 255, 255, 0.1333333333), -26px 0 #FFF;
  }
  50% {
    background-color: #FFF;
    box-shadow: 26px 0 rgba(255, 255, 255, 0.1333333333), -26px 0 rgba(255, 255, 255, 0.1333333333);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 26px 0 #FFF, -26px 0 rgba(255, 255, 255, 0.1333333333);
  }
}
@keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-1%, -1%);
  }
  20% {
    transform: translate(1%, 1%);
  }
  30% {
    transform: translate(-2%, -2%);
  }
  40% {
    transform: translate(3%, 3%);
  }
  50% {
    transform: translate(-3%, -3%);
  }
  60% {
    transform: translate(4%, 4%);
  }
  70% {
    transform: translate(-4%, -4%);
  }
  80% {
    transform: translate(2%, 2%);
  }
  90% {
    transform: translate(-3%, -3%);
  }
}
@keyframes film-scratch {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.5;
  }
  10% {
    transform: translateX(-1%);
  }
  20% {
    transform: translateX(1%);
  }
  30% {
    transform: translateX(-2%);
    opacity: 0.75;
  }
  40% {
    transform: translateX(3%);
  }
  50% {
    transform: translateX(-3%);
    opacity: 0.5;
  }
  60% {
    transform: translateX(8%);
  }
  70% {
    transform: translateX(-3%);
  }
  80% {
    transform: translateX(10%);
    opacity: 0.25;
  }
  90% {
    transform: translateX(-2%);
  }
}
@keyframes effect-scratch {
  0% {
    transform: translateX(0);
    opacity: 0.75;
  }
  10% {
    transform: translateX(-1%);
  }
  20% {
    transform: translateX(1%);
  }
  30% {
    transform: translateX(-2%);
  }
  40% {
    transform: translateX(3%);
  }
  50% {
    transform: translateX(-3%);
    opacity: 0.5;
  }
  60% {
    transform: translateX(8%);
  }
  70% {
    transform: translateX(-3%);
  }
  80% {
    transform: translateX(10%);
    opacity: 0.25;
  }
  90% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(30%);
  }
}
@keyframes noise {
  to {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -10%;
  }
  20% {
    background-position: -15% 5%;
  }
  30% {
    background-position: 7% -25%;
  }
  40% {
    background-position: 20% 25%;
  }
  50% {
    background-position: -25% 10%;
  }
  60% {
    background-position: 15% 5%;
  }
  70% {
    background-position: 0 15%;
  }
  80% {
    background-position: 25% 35%;
  }
  90% {
    background-position: -10% 10%;
  }
}
@keyframes shutter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.l-in__ttl {
  margin-bottom: 77px;
}
@media screen and (max-width: 960px) {
  .l-in__ttl {
    margin-bottom: 44px;
  }
}
.l-in__ttl h2 {
  width: 39rem;
}
@media screen and (max-width: 960px) {
  .l-in__ttl h2 {
    width: 67%;
  }
}

.p-story__content {
  margin: 0 auto;
  width: 80%;
  max-width: 1100px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .p-story__content {
    width: 84.5%;
  }
}
.p-story__head {
  text-align: center;
  position: relative;
  padding: 3rem 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 960px) {
  .p-story__head {
    margin-bottom: 3rem;
  }
}
.p-story__head-num {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 15rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}
@media screen and (max-width: 960px) {
  .p-story__head-num {
    font-size: 9rem;
    width: 100%;
  }
}
.p-story__head-num .p-in_text {
  vertical-align: baseline;
  display: inline-block;
  opacity: 0;
}
.p-story__head-num .p-in_text:nth-child(1) {
  transform: translateX(-2rem);
}
.p-story__head-num .p-in_text:nth-child(2) {
  transform: translateX(2rem);
}
.p-story__head-num .p-in_text:nth-child(3) {
  transform: translateX(2rem);
}
.is-load .p-story__head-num .p-in_text {
  opacity: 1;
  transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
.p-story__head-ttl {
  font-size: 2.7rem;
  letter-spacing: 3px;
  line-height: 1.5;
  position: relative;
  transform: translateY(3rem);
  opacity: 0;
}
.is-load .p-story__head-ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 960px) {
  .p-story__head-ttl {
    letter-spacing: 2px;
    font-size: 1.4rem;
  }
}
.p-story__in-kv {
  margin-bottom: 3.3rem;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-story__in-kv {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
.p-story__in-kv-img {
  width: 100%;
  padding-top: 41.6%;
  position: relative;
  overflow: hidden;
}
.p-story__in-kv-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1);
}
.is-load .p-story__in-kv-img img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
.p-story__in-text {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 1px;
  transform: translateY(35px);
  opacity: 0;
}
.p-story__in-text.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 960px) {
  .p-story__in-text {
    line-height: 1.9;
    font-size: 1.3rem;
  }
}
.p-story__in-thumb1 {
  width: 68%;
  margin-top: 7rem;
  transform: translateY(45px);
  opacity: 0;
}
.p-story__in-thumb1.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 960px) {
  .p-story__in-thumb1 {
    margin-top: 3.3rem;
    width: 100%;
  }
}
.p-story__in-thumb1-img {
  width: 100%;
  padding-top: 41.6%;
  position: relative;
  overflow: hidden;
}
.p-story__in-thumb1-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1);
}
.ep_thumb.is-active .p-story__in-thumb1-img img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-story__in-thumb2 {
  width: 59%;
  margin-left: auto;
  margin-top: 7%;
  transform: translateY(45px);
  opacity: 0;
}
.p-story__in-thumb2.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 960px) {
  .p-story__in-thumb2 {
    margin-top: 9%;
    width: 100%;
  }
}
.p-story__in-thumb2-img {
  width: 100%;
  padding-top: 41.6%;
  position: relative;
  overflow: hidden;
}
.p-story__in-thumb2-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1);
}
.ep_thumb.is-active .p-story__in-thumb2-img img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-story__in-thumb3 {
  width: 59%;
  margin-left: 13%;
  margin-top: 7.4%;
  transform: translateY(45px);
  opacity: 0;
}
.p-story__in-thumb3.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 960px) {
  .p-story__in-thumb3 {
    margin-left: 0;
    margin-top: 9.4%;
    width: 100%;
  }
}
.p-story__in-thumb3-img {
  width: 100%;
  padding-top: 41.6%;
  position: relative;
  overflow: hidden;
}
.p-story__in-thumb3-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1);
}
.ep_thumb.is-active .p-story__in-thumb3-img img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-story__movie {
  padding: 24px 0;
  margin-top: 9.1%;
  position: relative;
  transform: translateY(45px);
  opacity: 0;
}
.p-story__movie.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 960px) {
  .p-story__movie {
    padding: 12px 0;
    margin-top: 12.1%;
  }
}
.p-story__movie::before, .p-story__movie::after {
  content: "";
  width: 100%;
  height: 25px;
  background: url(../img/deco_film.png) repeat-x center center;
  background-size: auto 25px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-story__movie::before, .p-story__movie::after {
    height: 13px;
    background-size: auto 13px;
  }
}
.p-story__movie::before {
  top: 0;
}
.p-story__movie::after {
  bottom: 0;
}
.p-story__movie-inner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.p-story__movie-outer {
  padding: 3% 0;
  background-color: #000;
}
@media screen and (max-width: 960px) {
  .p-story__movie-outer {
    padding: 1% 0;
  }
}
.p-story__movie-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-story__movie-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: background 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-story__movie-thumb:hover {
    transform: scale(1.05);
  }
  .p-story__movie-thumb:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.p-story__movie-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17%;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-story__movie-play {
    width: 22%;
  }
}

.p-story_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 10.5rem;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-story_nav {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-story_nav {
    margin-bottom: 3.8rem;
    display: block;
  }
}
.p-story_nav__list {
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-story_nav__list {
    justify-content: center;
  }
}
.p-story_nav__list-item.is-current {
  pointer-events: none;
}
.p-story_nav__list-item.is-current a::before {
  opacity: 1;
}
.p-story_nav__list-item + .p-story_nav__list-item {
  margin-left: 1.95rem;
}
@media screen and (max-width: 960px) {
  .p-story_nav__list-item + .p-story_nav__list-item {
    margin-left: 1.3rem;
  }
}
.p-story_nav a {
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 8px;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 960px) {
  .p-story_nav a {
    padding-bottom: 7px;
    font-size: 1.15rem;
  }
}
@media (hover: hover) {
  .p-story_nav a:hover {
    opacity: 0.6;
  }
}
.p-story_nav a::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
}
.p-story_nav__intro {
  letter-spacing: 1px;
  margin-right: 4.1rem;
}
@media screen and (max-width: 960px) {
  .p-story_nav__intro {
    letter-spacing: 0.8px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.p-story_nav__intro.is-current {
  pointer-events: none;
}
.p-story_nav__intro.is-current a::before {
  opacity: 1;
}