/**
* Layout
**/

.l-wrapper {
  position: fixed;
  scroll-snap-type: y mandatory;
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
  height: calc(var(--vh, 1vh) * 100);
  scroll-behavior: smooth;
}

.l-wrapper.is-load {
  position: static;
  overflow-y: scroll;
}

/**
* Project
**/

/* .p-mv */

.p-mv {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
}

@media only screen and (max-width: 960px) {
  .p-mv {
  }
}

.p-mv * {
  height: 100%;
}

.p-mv__main {
  display: flex;
}

.p-mv__inner {
  position: relative;
  width: 50%;
  overflow: hidden;
  pointer-events: none;
}

@media only screen and (max-width: 960px) {
  .p-mv__inner {
  }
}

.p-mv__inner .swiper-wrapper {
  /*transition-timing-function: linear;*/
}

@media only screen and (max-width: 960px) {
  .p-mv__inner .swiper-wrapper {
    transition-timing-function: linear;
  }
}

.p-mv__l .swiper-wrapper {
  margin-left: 17%;
}

@media only screen and (max-width: 960px) {
  .p-mv__l .swiper-wrapper {
    margin-left: 0;
  }
}

.p-mv__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}

.p-article {
  display: flex;
  position: relative;
  z-index: 1;
}

.p-aside__l {
  position: absolute;
  top: 0;
  min-width: min(20rem,300px);
  width: min(20rem,300px);
  z-index: 3;
  height: 100%;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-aside__l {
    top: 0;
    left: 0;
    min-width: inherit;
    width: 100%;
    min-width: inherit;
    height: 100%;
    background: inherit;
  }
}

.p-aside__inner {
  position: sticky;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  padding: min(2.8rem,54px) min(2.8rem,50px);
}

@media screen and (max-width: 960px) {
  .p-aside__inner {
    padding: 2.8vw 5vw;
  }
}

.p-aside__sec {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.p-credit,
.p-aside__txt {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition-duration: 0.3s;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-credit,
  .p-aside__txt {
    top: 50%;
    bottom: auto;
    left: 50%;
    opacity: 0;
    width: 100%;
    padding: 0 17vw; 
    transform: translate(-50%,-50%);
  }
}

.p-credit.is-active,
.p-aside__txt.is-active {
  z-index: 1;
  animation-name: txtFade;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  animation-delay: 0.8s;
  animation-iteration-count: initial;
  animation-timing-function: ease;
  animation-direction: normal;
}

@media only screen and (max-width: 960px) {
  .p-credit.is-active {
    animation-name: inherit;
  }
}

@keyframes txtFade {
  0% {
    opacity: 0;
    transform: translate(0,20%);
  }

  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}

@media only screen and (max-width: 960px) {
  @keyframes txtFade {
    0% {
      opacity: 0;
      transform: translate(-50%,-50%);
    }

    100% {
      opacity: 1;
      transform: translate(-50%,-50%);
    }
  }
}

@media only screen and (max-width: 960px) {
  .p-credit.is-active {
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (max-width: 960px) {
  .p-aside__txt.is-active {
    transition-delay: 0s;
  }
}

.p-credit * {
  font-size: 0.625rem;
  line-height: 1.4;
  font-family: "Barlow", sans-serif;
}

@media only screen and (max-width: 960px) {
  .p-credit * {
    font-size: 2.8vw;
  }
}

.p-credit li {
  margin: 0.6rem 0;
}

.p-credit li a {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

@media only screen and (max-width: 960px) {
  .p-credit li a {
    gap: 0.8vw;
  }
}

.p-credit li a:hover {
  font-weight: 600;
}

.p-credit span {
  min-width: 9rem;
  margin-right: 0;
}

@media only screen and (max-width: 960px) {
  .p-credit span {
    min-width: 27vw;
    margin-right: 0;
  }
}

.p-credit small {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  font-size: 0.625rem;
  margin-left: 1px;
}

@media only screen and (max-width: 960px) {
  .p-credit small {
    font-size: 2.4vw;
  }
}

.p-credit small:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  transition-duration: 0.6s;
}

@media only screen and (max-width: 960px) {
  .p-credit small:after {
    bottom: 0.5vw;
  }
}

.p-credit a:hover small:after {
  width: 0;
}

.p-aside__txt {
  font-size: 0.625rem;
  line-height: 1.2;
  font-family: "Barlow", sans-serif;
}

@media only screen and (max-width: 960px) {
  .p-aside__txt {
    font-size: 2.8vw;
  }
}

.p-aside__txt .dbs {
  display: block;
  margin-left: auto;
  margin-top: 12px;
  width: 45px;
  padding: 2px 12px 1px;
  border-radius: 50%;
  border: 1px solid #000;
  font-family: "Crimson Text", serif;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .p-aside__txt .dbs {
    width: 12vw;
    padding: 3px 12px 2px;
    border-radius: 50%;
    font-size: 2.4vw;
  }
}

@media only screen and (max-width: 960px) {
  .l-wrapper[article-active="4"] .p-aside__txt,
  .l-wrapper[article-active="6"] .p-aside__txt,
  .l-wrapper[article-active="8"] .p-aside__txt,
  .l-wrapper[article-active="10"] .p-aside__txt {
    color: #fff;
  }
}

@media only screen and (max-width: 960px) {
  .l-wrapper[article-active="4"] .p-aside__txt .dbs,
  .l-wrapper[article-active="6"] .p-aside__txt .dbs,
  .l-wrapper[article-active="8"] .p-aside__txt .dbs,
  .l-wrapper[article-active="10"] .p-aside__txt .dbs {
    color: #fff;
    border: 1px solid #fff;
  }
}

.p-aside__top {
  position: relative;
}

.p-aside__top p {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  opacity: 0;
  transition-duration: 0.3s;
}

.p-aside__top p.is-active {
  opacity: 1;
}

@media only screen and (max-width: 960px) {
  .l-wrapper[article-active="6"] .p-aside__top p,
  .l-wrapper[article-active="8"] .p-aside__top p,
  .l-wrapper[article-active="10"] .p-aside__top p {
    color: #fff;
  }
}


.p-aside__top span {
  font-family: "Crimson Text", serif;
  font-size: 0.75rem;
  font-weight: 600;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
 .p-aside__top span {
    font-size: 2.6vw;
  }
}

.p-aside__top p.is-active span i {
  display: block;
  animation-name: numFade;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  animation-iteration-count: initial;
  animation-timing-function: ease;
  animation-direction: normal;
}

@keyframes numFade {
  0% {
    transform: translate(0,100%);
  }

  100% {
    transform: translate(0,0);
  }
}

.p-aside__btm {
  position: relative;
}

@media screen and (max-width: 960px) {
 .p-aside__btm {
    position: static;
  }
}

.p-aside__style {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 85px;
  padding: 0 50px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 960px) {
 .p-aside__style {
    top: 2.8vw;
    left: 0;
    height: 8vw;
    width: 100%;
    padding: 0;
    font-size: 8vw;
    text-align: center;
    transform: translate(0,0);
    overflow: hidden;
  }
}

.p-aside__style p {
  position: absolute;
  opacity: 0;
  transition-duration: 0.3s;
}

@media screen and (max-width: 960px) {
 .p-aside__style p {
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
  }
}

.p-aside__style p.is-active {
  animation-name: styleFade;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  animation-delay: 0.7s;
  animation-iteration-count: initial;
  animation-timing-function: ease;
  animation-direction: normal;
}

@keyframes styleFade {
  0% {
    opacity: 0;
    transform: translate(0,20%);
  }

  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}

@media screen and (max-width: 960px) {
  @keyframes styleFade {
    0% {
      opacity: 1;
      transform: translate(-50%,100%);
    }

    100% {
      opacity: 1;
      transform: translate(-50%,0);
    }
  }
}

@media screen and (max-width: 960px) {
  .l-wrapper[article-active="2"] .p-aside__style p,
  .l-wrapper[article-active="4"] .p-aside__style p,
  .l-wrapper[article-active="6"] .p-aside__style p,
  .l-wrapper[article-active="8"] .p-aside__style p,
  .l-wrapper[article-active="10"] .p-aside__style p {
      animation-name: styleHide !important;
      animation-fill-mode: forwards;
      animation-duration: 0.6s;
      animation-iteration-count: initial;
      animation-timing-function: ease;
      animation-direction: normal;
  }
}

@media screen and (max-width: 960px) {
  @keyframes styleHide {
    0% {
      transform: translate(-50%,0);
    }

    100% {
      transform: translate(-50%,-100%);
    }
  }
}
.p-aside__r {
  position: absolute;
  top: 0;
  right: 0;
  width: min(20rem,300px);
  min-width: min(20rem,300px);
  z-index: 1;
  height: 100%;
  transition-duration: 0.3s;
}

@media screen and (max-width: 960px) {
  .p-aside__r {
    width: 100%;
    min-width: inherit;
    opacity: 0;
    height: 100%;
    visibility: hidden;
  }
}

.l-wrapper[data-active="6"] .p-aside__l,
.l-wrapper[data-active="6"] .p-aside__r {
  opacity: 0;
}

.p-aside__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.p-aside_look {
  font-family: "Crimson Text", serif;
  font-size: 0.75rem;
}

.p-aside__nav {
  margin-top: 1rem;
}

.p-aside__nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.p-aside__nav ul li {
  transition-duration: 0.8s;
}

.p-aside__nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.p-aside__nav ul li i {
  min-width: 2rem;
  font-size: 0.75rem;
  line-height: 1.4;
  font-family: "Crimson Text", serif;
  font-weight: 600;
}

.p-aside__nav ul li span {
  display: block;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-family: "Bebas Neue", sans-serif;
  text-align: right;
  line-height: 0;
  overflow: inherit;
}

.p-aside__nav ul li a:hover span {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  position: relative;
  bottom: 0.05rem;
  letter-spacing: -0.02em;
}

.p-aside__nav ul li.is-active {
  transition-duration: 0.8s;
}

.p-aside__nav ul li.is-active span {
  text-align: left;
}

.p-aside__img {
  position: relative;
  width: min(14.5rem, 215px);
  height: min(22rem, 312px);
}

.p-aside__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-aside__img span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  clip-path: inset(100% 0 0 0);
}

.p-aside__img span.is-active {
  animation-name: imgFade;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-iteration-count: initial;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-delay: 0.1s;
}

@keyframes imgFade {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

.p-main {
  width: 100%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.p-main__art {
  display: flex;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-main__art {
    position: relative;
  }
}

.p-main__sec--large .p-main__art {
  height: calc(100vh - var(--footer));
}

@media screen and (max-width: 960px) {
  .p-main__sec--large .p-main__art {
    height: calc(90vh - var(--footer));
  }
}
.p-main__l,
.p-main__r {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-main__l,
  .p-main__r {
    position: relative;
    min-width: 50%;
    left: 0%;
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 960px) and (min-height: 700px) {
  .p-main__l,
  .p-main__r {
    min-width: 84%;
    left: -33%;
  }
}

.p-main__l img,
.p-main__r img {
  position: absolute;
  min-width: auto;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media screen and (max-width: 960px) {
  .p-main__l img,
  .p-main__r img {
    min-width: 100%;
  }
}

.p-main__l img {
  right: 0;
  /*left: -10%;*/
}

@media screen and (max-width: 960px) {
  .p-main__l img {
    left: 0%;
  }
}

.p-main__r img {
  /*right: -10%;*/
}

@media screen and (max-width: 960px) {
  .p-main__r img {
    right: 0%;
  }
}

.p-main__l {
  position: relative;
  background: #fff;
}

.p-main__l:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  width: min(20rem,300px);
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .p-main__l:after {
    display: none;
  }
}

.p-main__sec--large .p-main__l:after {
  display: none;
}

.p-main__sec--large .p-main__r:after {
  display: none;
}

.p-main__sec--large .p-main__l img {
  position: absolute;
  /*width: 100%;
  height: 100%;*/
  min-width: 120%;
  left: -20%;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  .p-main__sec--large .p-main__l img {
    min-width: 100%;
    left: 0%;
  }
}

.p-main__sec--large .p-main__r img {
  position: absolute;
  /*width: 100%;
  height: 100%;*/
  min-width: 120%;
  right: -20%;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  .p-main__sec--large .p-main__r img {
    min-width: 100%;
    right: 0;
  }
}

.p-main__r {
  position: relative;
  background: #fff;
}

.p-main__r:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  width: min(20rem,300px);
}

@media screen and (max-width: 960px) {
  .p-main__r:after {
    display: none;
  }
}

.p-main__art.is-active .p-main__l {
  animation-name: topLeft;
  animation-fill-mode: forwards;
  animation-duration: 1.8s;
  animation-iteration-count: initial;
  animation-timing-function: ease;
  animation-direction: normal;
}

.p-main__art.is-active .p-main__l img {
  animation-name: topLeftImg;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: initial;
  animation-timing-function: ease;
  animation-direction: normal;
}

.p-main__art.is-active .p-main__r {
  animation-name: topRight;
  animation-fill-mode: forwards;
  animation-duration: 1.8s;
  animation-iteration-count: initial;
  animation-timing-function: ease;
  animation-direction: normal;
}

.p-main__art.is-active .p-main__r img {
  animation-name: topRightImg;
  animation-fill-mode: forwards;
  animation-duration: 1.6s;
  animation-iteration-count: initial;
  animation-timing-function: ease;
  animation-direction: normal;
}

@keyframes topLeft {
  0% {
    transform: translate(0,200px);
  }

  100% {
    transform: translate(0,0);
  }
}

@media screen and (max-width: 960px) {
  @keyframes topLeft {
    0% {
      transform: translate(0,200px);
    }

    100% {
      transform: translate(0,0);
    }
  }
}

@keyframes topLeftImg {
  0% {
    transform: translate(0,-100px);
  }

  100% {
    transform: translate(0,0);
  }
}

@media screen and (max-width: 960px) {
  @keyframes topLeftImg {
    0% {
      transform: translate(0,-80px);
    }

    100% {
      transform: translate(0,0);
    }
  }
}

@keyframes topRight {
  0% {
    transform: translate(0,0);
  }

  100% {
    transform: translate(0,0);
  }
}

@media screen and (max-width: 960px) {
  @keyframes topRight {
    0% {
      transform: translate(0,0);
    }

    100% {
      transform: translate(0,0);
    }
  }
}

@keyframes topRightImg {
  0% {
    transform: translate(0,-120px);
  }

  100% {
    transform: translate(0,0);
  }
}

@media screen and (max-width: 960px) {
  @keyframes topRightImg {
    0% {
      transform: translate(0,-60px);
    }

    100% {
      transform: translate(0,0);
    }
  }
}

.p-main__all {
  display: none; 
}

@media only screen and (max-width: 960px) {
  .p-main__all {
    display: block;
    position: absolute;
    bottom: 8vw;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500;
    z-index: 3;
  }
}

@media only screen and (max-width: 960px) {
  .p-main__all h3 {
    margin-bottom: 1.2vw;
    font-size: 12vw;
    line-height: 1;
  }
}

@media only screen and (max-width: 960px) {
  .p-main__allBtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 1.8vw;
    line-height: 1;
    padding-bottom: 0.4vw;
    border-bottom: 1px solid #fff;
    cursor: pointer;
  }
}

@media only screen and (max-width: 960px) {
  .p-main__allBtn span {
    font-size: 6.2vw;
    font-family: "Crimson Text", serif;
  }
}

@media only screen and (max-width: 960px) {
  .p-main__allBtn i {
    display: block;
    width: 3.8vw;
  }
}

.p-footer {
  /*position: absolute;
  bottom: 0;
  left: 0; */
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 34px 30px;
  background: #fff;
  font-family: "Barlow", sans-serif;
  z-index: 3;
}

@media only screen and (max-width: 960px) {
  .p-footer {
    display: block;
    padding: 2vw 5.3vw 5.3vw;
  }
}

.p-footer__nav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.0001em;
}

@media only screen and (max-width: 960px) {
  .p-footer ul {
    margin-bottom: 11vw;
    gap: 8vw;
    font-size: 3.8vw;
  }
}

.p-footer__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .p-footer__logo {
    position: static;
    margin: 4vw 0;
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 960px) {
  .p-footer__logo {
    width: 50vw;
    margin: 2.8vw auto 0;
  }
}

.p-footer__logo span {
  display: block;
  width: 180px;
  margin: 0 auto 6px;
}

@media only screen and (max-width: 960px) {
  .p-footer__logo span {
    width: 34vw;
    margin: 0 auto 5vw;
  }
}

.p-footer__logo small {
  font-size: 0.75rem;
  letter-spacing: -0.001em;
}

@media only screen and (max-width: 960px) {
  .p-footer__logo small {
    font-size: 3.2vw;
  }
}

.p-footer__photo {
  width: 36%;
  display: flex;
  justify-content: flex-end;
  font-size: 0.625rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.0001em;
}

@media only screen and (max-width: 960px) {
  .p-footer__photo {
    display: block;
    width: 100%;
    margin-bottom: 6.3vw;
    font-size: 2.8vw;
    letter-spacing: -0.002em;
    text-align: center;
  }
}

@media only screen and (max-width: 960px) {
  .p-footer__copy {
    font-size: 2.4vw;
    text-align: center;
  }
}

.p-splash {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 4;
    line-height: 1;
}

.p-splash:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translate(-50%, -50%);
}

.l-wrapper.is-load .p-splash {
  animation-name: zindex;
  animation-fill-mode: forwards;
  animation-duration: 0s;
  animation-delay: 2s;
  animation-iteration-count: initial;
  animation-timing-function: ease;
  animation-direction: normal;
}

.l-wrapper.is-load .p-splash:after {
  animation-name: fadeout;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-delay: 2s;
  animation-iteration-count: initial;
  animation-timing-function: ease;
  animation-direction: normal;
}

.p-splash__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    z-index: 1;
    color: #fff;
}

@media only screen and (max-width: 960px) {
    .p-splash__inner { 
        flex-direction: column; 
        gap: 1vw;
    }
}

.p-splash__inner h1 {
    font-size: 7rem;
    line-height: 0.8;
    font-weight: 500;
    font-family: "Bebas Neue", sans-serif;
    overflow: hidden;
}

@media only screen and (max-width: 960px) {
    .p-splash__inner h1 {
        font-size: 14vw;
    }
}

.p-splash__inner small {
    font-size: 2.125rem;
    font-weight: 300;
    font-family: "Crimson Text", serif;
    overflow: hidden;
}

@media only screen and (max-width: 960px) {
    .p-splash__inner small {
        font-size: 4.4vw;
    }
}

.p-splash__inner h1 b,
.p-splash__inner small b {
    display: block;
    transform: translate(0,100%);
    line-height: 1;
}

.l-wrapper.is-load .p-splash__inner h1 b,
.l-wrapper.is-load .p-splash__inner small b {
  animation-name: splash;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-iteration-count: initial;
  animation-timing-function: ease;
  animation-direction: normal;
}

.p-splash__inner h1 b {
    animation-delay: 0.2s;
}

.p-splash__inner small b {
    animation-delay: 0.4s;
}

@keyframes zindex {
  0% {
    z-index: 4;
  }

  100% {
    z-index: 2;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
    width: 100%;
  }

  100% {
    /*opacity: 1;
    visibility: hidden;*/
    width: 0;
  }
}

@keyframes splash {
  0% {
    transform: translate(0, 100%);
  }

  100% {
    transform: translate(0, 0%);
  }
}

.c-all__wrap {
  display: none;
}

@media only screen and (max-width: 960px) {
  .c-all__wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    padding: 10vw 0;
    z-index: 3;
  }
}

.c-all {
  display: none;
}

@media only screen and (max-width: 960px) {
    .c-all {
      position: absolute;
      width: 100%;
      bottom: 0;
      height: auto;
      padding: 1.6vw 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2.8vw;
      background: #000;
      color: #fff;
      text-align: center;
      cursor: pointer;
    }
}

@media only screen and (max-width: 960px) {
    .c-all span {
      font-size: 2.8vw;
    }
}

@media only screen and (max-width: 960px) {
    .c-all span {
      font-size: 2.8vw;
      font-family: "Crimson Text", serif;
    }
}

@media only screen and (max-width: 960px) {
    .c-all i {
      display: block;
      width: 2vw;
    }
}

@media only screen and (max-width: 960px) {
    .c-all i img {
      vertical-align: 0.6vw;
    }
}

.c-credit__btn {
  position: relative;
  display: none;
}

@media only screen and (max-width: 960px) {
    .c-credit__btn {
      display: flex;
      align-items: center;
      gap: 1.2vw;
      position: absolute;
      bottom: 5vw;
      right: 5vw;
      font-size: 3.2vw;
      line-height: 1.2;
      z-index: 4;
      font-family: "Crimson Text", serif;
      border-bottom: 1px solid #000;
      cursor: pointer;
    }
    .c-credit__btn:after {
      position: absolute;
      top: -100%;
      left: -50%;
      content: "";
      width: 200%;
      height: 300%;
    }
}

@media only screen and (max-width: 960px) {
    .c-credit__btn i {
      display: block;
      width: 2.8vw;
      transition-duration: 0.3s;
    }
}

@media only screen and (max-width: 960px) {
    .c-credit__btn.is-active i {
      transform: rotate(45deg);
    }
}

@media only screen and (max-width: 960px) {
    .c-credit__btn i img {
      vertical-align: -0.2vw;
    }
}

.p-modal__credit {
  display: none;
}

@media only screen and (max-width: 960px) {
  .p-modal__credit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 4;
  }
}

@media only screen and (max-width: 960px) {
  .p-modal__credit .p-credit {
    width: auto;
    opacity: 1;
    visibility: initial;
  }
}

@media only screen and (max-width: 960px) {
  .p-modal__credit .p-credit {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate(-50%,-50%);
  }
}

@media only screen and (max-width: 960px) {
  .p-modal__credit .p-credit li {
    margin: 5.4vw 0;
  }
}

@media only screen and (max-width: 960px) {
  .p-modal__credit .p-credit li a {
    display: flex;
    justify-content: space-between;
  }
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

@media only screen and (max-width: 960px) {
    .u-sp {
      display: block;
    }
}

.u-pc {
  display: block;
}

@media only screen and (max-width: 960px) {
    .u-pc {
      display: none;
    }
}

.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  z-index: 4;
}

.p-modal__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16vw;
  overflow: auto;
  height: 100%;
  padding: 16vw 5vw 14vw;
}

.p-modal__close {
  position: fixed;
  top: 2.6vw;
  right: 5vw;
  width: 4.6vw;
  cursor: pointer;
}

.p-modal .p-credit {
  position: static;
  transform: translate(0,0);
  display: flex;
  flex-wrap: wrap;
  width: 88%;
  gap: 0.6vw 8vw;
  margin-top: 3.4vw;
  padding: 0;
  color: #000;
  opacity: 1;
}

.p-modal .p-credit__center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-modal .p-credit li {
  width: calc(50% - 5vw);
}

.p-modal .p-credit span {
  margin-right: 0.6vw;
}

.p-modal .p-credit li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-modal .p-credit li a span {
  min-width: inherit;
}