@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-special_scene__text {
  line-height: 1.8;
  margin-bottom: 1.8rem;
  opacity: 0;
  transform: translateY(18px);
}
@media screen and (max-width: 899px) {
  .p-special_scene__text {
    font-size: 13px;
  }
}
.is-active .p-special_scene__text {
  opacity: 1;
  transform: translateY(0);
  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.25s;
}
.p-special_scene__ttl {
  line-height: 1.5;
  font-size: 27px;
  letter-spacing: 5.5px;
  margin-bottom: 84px;
  transform: translateY(18px);
  opacity: 0;
}
.is-active .p-special_scene__ttl {
  opacity: 1;
  transform: translateY(0);
  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.25s;
}
@media screen and (max-width: 899px) {
  .p-special_scene__ttl {
    margin-top: 54px;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 43px;
  }
}
.p-special_scene__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -19px;
  transform: translateY(18px);
  opacity: 0;
}
@media screen and (max-width: 899px) {
  .p-special_scene__list {
    margin-top: -12px;
  }
}
.p-special_scene__box.is-active .p-special_scene__list {
  opacity: 1;
  transform: translateY(0);
  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;
}
.p-special_scene__list-item {
  width: 32%;
  position: relative;
  margin-bottom: 2%;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-special_scene__list-item {
    margin-right: 2%;
  }
  .p-special_scene__list-item:nth-child(3n) {
    margin-right: 0;
  }
  .p-special_scene__list-item:hover .p-special_scene__list-thumb {
    transform: scale(1.05);
  }
  .p-special_scene__list-item:hover .p-special_scene__list-thumb::before {
    opacity: 0.4;
  }
}
@media screen and (max-width: 899px) {
  .p-special_scene__list-item {
    width: 48%;
    margin-right: 3.8%;
    margin-bottom: 3%;
  }
  .p-special_scene__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-special_scene__list-item a {
  display: block;
}
.p-special_scene__list-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  pointer-events: none;
}
.p-special_scene__list-frame-top {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 7%;
  background-color: #000;
}
.p-special_scene__list-frame-top .p-in_deco {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-special_scene__list-frame-top .p-in_deco.-d1 {
  left: 3%;
  width: 9%;
}
.p-special_scene__list-frame-top .p-in_deco.-d2 {
  left: 78%;
  width: 9%;
}
.p-special_scene__list-frame-top .p-in_deco.-d3 {
  left: 94%;
  width: 3%;
}
.p-special_scene__list-frame-bottom {
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 7%;
  position: relative;
  background-color: #000;
}
.p-special_scene__list-frame-bottom .p-in_deco {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-special_scene__list-frame-bottom .p-in_deco.-d1 {
  left: 3%;
  width: 3%;
}
.p-special_scene__list-frame-bottom .p-in_deco.-d2 {
  left: 89%;
  width: 8%;
}
.p-special_scene__list-thumb {
  position: relative;
  background-color: #252832;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-special_scene__list-thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-special_scene__list-thumb img {
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-special_scene__list-thumb img.lazyloaded {
  opacity: 1;
}
.p-special_scene__head {
  display: flex;
  align-items: center;
  transform: translateY(18px);
  opacity: 0;
}
.p-special_scene__box.is-active .p-special_scene__head {
  opacity: 1;
  transform: translateY(0);
  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.25s;
}
.p-special_scene__head-num {
  font-size: 139px;
  font-size: min(139px, 12.9vw);
  margin-left: -5px;
  letter-spacing: 5.5px;
  font-family: "Outfit", sans-serif;
  flex-shrink: 0;
  width: 280px;
  width: min(280px, 27vw);
}
@media screen and (max-width: 899px) {
  .p-special_scene__head-num {
    margin-left: -2px;
    letter-spacing: 1px;
    font-size: 73px;
    font-size: min(70px, 19vw);
    width: 139px;
    width: min(150px, 42vw);
  }
}
.p-special_scene__head-ttl {
  font-size: 26px;
  font-size: min(26px, 2.4vw);
  letter-spacing: 1px;
}
@media screen and (max-width: 899px) {
  .p-special_scene__head-ttl {
    font-size: 13px;
  }
}
.p-special_scene__box + .p-special_scene__box {
  margin-top: 59px;
}
@media screen and (max-width: 899px) {
  .p-special_scene__box + .p-special_scene__box {
    margin-top: 40px;
  }
}