:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

.l-content {
  width: 100%;
  max-width: none;
}

.p-story {
  position: relative;
  padding-top: 12px;
  line-height: 2.1;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 899px) {
  .p-story {
    margin-top: -8px;
    padding-top: 0;
    line-height: 2;
  }
}
@media screen and (max-width: 899px) and (max-width: 899px) {
  .p-story {
    font-size: 1.3rem;
  }
}
.p-story__head {
  text-align: center;
  transform: translateY(25px);
  opacity: 0;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}
.is-load .p-story__head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 899px) {
  .p-story__head {
    text-align: left;
  }
}
.p-story__slider {
  position: relative;
  width: 91.5%;
  overflow: hidden;
  display: flex;
  margin-top: 60px;
  margin-bottom: 70px;
}
@media screen and (max-width: 899px) {
  .p-story__slider {
    width: 95%;
    margin-top: 33px;
    margin-bottom: 33px;
  }
}
.p-story__slider-list {
  display: flex;
}
.is-load .p-story__slider-list {
  animation: loop_text 80s linear infinite forwards;
}
.p-story__slider-list-item {
  width: 710px;
}
@media screen and (max-width: 899px) {
  .p-story__slider-list-item {
    width: 355px;
  }
}
.p-story__content {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}
.p-story__textbox {
  transform: translateX(-30px);
  opacity: 0;
}
.p-story__textbox.is-active {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-story__flexbox {
  margin: 71px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .p-story__flexbox {
    display: block;
    margin: 32px 0;
  }
}
.p-story__flexbox-thumb {
  flex-shrink: 0;
  width: 39.6%;
  margin-right: 8.5%;
  transform: translateY(25px);
  overflow: hidden;
  opacity: 0;
}
.p-story__flexbox.is-active .p-story__flexbox-thumb {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-story__flexbox.is-active .p-story__flexbox-thumb img {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .p-story__flexbox-thumb {
    margin-right: 0;
    width: 100%;
  }
}
.p-story__flexbox-thumb img {
  transform: scale(1.15);
}
.p-story__flexbox-text {
  transform: translateY(25px);
  opacity: 0;
}
.p-story__flexbox.is-active .p-story__flexbox-text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 899px) {
  .p-story__flexbox-text {
    margin-top: 35px;
  }
}
.p-story__flexbox-text-item + .p-story__flexbox-text-item {
  margin-top: 24px;
}
@media screen and (max-width: 899px) {
  .p-story__flexbox-text-item + .p-story__flexbox-text-item {
    margin-top: 17px;
  }
}
@media screen and (max-width: 899px) {
  .p-story__flexbox-text-item:nth-child(2) {
    padding-left: 12%;
  }
}
@media screen and (min-width: 900px) {
  .p-story__foot {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding: 0 5%;
  }
}
@media screen and (max-width: 899px) {
  .p-story__foot {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-story__foot-text {
  text-align: center;
  font-size: 24px;
  line-height: 1.7;
  transform: translateY(25px);
  opacity: 0;
}
.p-story__foot.is-active .p-story__foot-text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-story__foot-text {
    font-size: 1.4rem;
    margin-top: 38px;
  }
}
@media screen and (min-width: 900px) {
  .p-story__foot-thumb {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20.7%;
    max-width: 290px;
    transform: translateY(47%);
  }
}
@media screen and (max-width: 899px) {
  .p-story__foot-thumb {
    width: 62%;
    padding-right: 6%;
    margin-left: auto;
  }
}
.p-story__foot-thumb .p-in_thumb {
  transform: translateY(25px);
  opacity: 0;
  overflow: hidden;
}
.p-story__foot.is-active .p-story__foot-thumb .p-in_thumb {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-story__foot.is-active .p-story__foot-thumb .p-in_thumb img {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-story__foot-thumb .p-in_thumb img {
  transform: scale(1.15);
}