@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pukapuka01 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pukapuka02 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes katakata01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(120deg);
  }
}
@keyframes katakata02 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-140deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@media screen and (min-width: 960px) {
  @keyframes tapeLogo {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -260px;
    }
  }
  @keyframes tapeLive {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -610px;
    }
  }
  @keyframes tapeProfile {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -741px;
    }
  }
  @keyframes discoTitle {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -1422.5px;
    }
  }
  @keyframes discoScroll {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: 170px;
    }
  }
}
@media screen and (max-width: 959px) {
  @keyframes tapeLogo {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -130px;
    }
  }
  @keyframes tapeLive {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -305px;
    }
  }
  @keyframes tapeProfile {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -494px;
    }
  }
  @keyframes discoTitle {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -711.25px;
    }
  }
  @keyframes discoScroll {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: 113.3px;
    }
  }
}
.p-hero {
  padding: 60px 0 83px;
  background: url(../img/bg_hdr.jpg) no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-hero {
    padding: 166px 0 80px;
  }
}

.p-hero__line-item {
  position: absolute;
}
.p-hero__line-item .p-in-path {
  fill: none;
  stroke-miterlimit: 10;
}
.p-hero__line-item .p-in-path:nth-of-type(1) {
  stroke: #c41200;
  stroke-width: 10px;
}
.p-hero__line-item .p-in-path:nth-of-type(2) {
  stroke: #c41200;
  stroke-width: 11px;
}
.p-hero__line-item svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke-dashoffset: 3800;
  stroke-dasharray: 3800;
}
.is-kv-load .p-hero__line-item svg {
  animation: lineAnime 1.5s linear forwards 0.7s;
}
.p-hero__line-item:nth-of-type(1) {
  width: 50%;
  right: 0;
  top: 0;
  transform: translate(7.2%, -8.7%);
}
@media screen and (max-width: 959px) {
  .p-hero__line-item:nth-of-type(1) {
    width: 86%;
    right: 0;
    top: 0;
    transform: translate(27.2%, 0.3%) rotate(15deg);
  }
}
.p-hero__line-item:nth-of-type(2) {
  width: 57%;
  left: 0;
  bottom: 0;
  transform: translate(-6.2%, 10.1%);
}
@media screen and (max-width: 959px) {
  .p-hero__line-item:nth-of-type(2) {
    width: 111%;
    transform: translate(-50.2%, -49.6%) rotate(30deg);
  }
}

@keyframes lineAnime {
  0% {
    stroke-dashoffset: 3800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.p-hero__bg-item {
  position: absolute;
}
.p-hero__bg-item img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: transform 0.5s var(--ease-bound) 0.4s, opacity 0.5s var(--ease-out) 0.4s;
  opacity: 0;
}
.is-kv-load .p-hero__bg-item img {
  opacity: 1;
  transform: translateY(0);
}
.p-hero__bg-item:nth-of-type(1) {
  width: 31%;
  top: 0;
  left: 0;
}
.p-hero__bg-item:nth-of-type(1) .p-in-item {
  animation: pukapuka02 2s linear infinite 0.5s;
}
@media screen and (max-width: 959px) {
  .p-hero__bg-item:nth-of-type(1) {
    width: 72%;
    top: 48px;
    left: -3.5%;
  }
}
.p-hero__bg-item:nth-of-type(2) {
  width: 26.6%;
  bottom: 0;
  right: 0;
  transform: translate(0, 34.7%);
}
.p-hero__bg-item:nth-of-type(2) img {
  margin-left: auto;
}
.p-hero__bg-item:nth-of-type(2) .p-in-item {
  animation: pukapuka02 2s linear infinite 0.5s;
}
@media screen and (max-width: 959px) {
  .p-hero__bg-item:nth-of-type(2) {
    width: 49.6%;
    transform: translate(0, 20.7%);
  }
}

.p-hero__deco-item {
  position: absolute;
}
.p-hero__deco-item img {
  transform: translateY(40px);
  transition: transform 0.5s var(--ease-bound) 0.4s, opacity 0.5s var(--ease-out) 0.4s;
  opacity: 0;
}
.is-kv-load .p-hero__deco-item img {
  opacity: 1;
  transform: translateY(0);
}
.p-hero__deco-item:nth-of-type(1) img {
  transition-delay: 0.4s;
}
.p-hero__deco-item:nth-of-type(2) img {
  transition-delay: 0.5s;
}
.p-hero__deco-item:nth-of-type(3) img {
  transition-delay: 0.6s;
}
.p-hero__deco-item:nth-of-type(4) img {
  transition-delay: 0.7s;
}
.p-hero__deco-item:nth-of-type(5) img {
  transition-delay: 0.8s;
}
.p-hero__deco-item:nth-of-type(6) img {
  transition-delay: 0.9s;
}
.p-hero__deco-item:nth-of-type(7) img {
  transition-delay: 1s;
}
.p-hero__deco-item:nth-of-type(8) img {
  transition-delay: 1.1s;
}
.p-hero__deco-item:nth-of-type(9) img {
  transition-delay: 1.2s;
}
.p-hero__deco-item:nth-of-type(10) img {
  transition-delay: 1.3s;
}
.p-hero__deco-item:nth-of-type(1) {
  width: 9.2%;
  transform: rotate(30deg);
  right: 5.7%;
  top: 26.4%;
}
.is-kv-load .p-hero__deco-item:nth-of-type(1) .p-in-image {
  animation: katakata02 1s steps(2) 0.5s infinite;
}
@media screen and (max-width: 959px) {
  .p-hero__deco-item:nth-of-type(1) {
    width: 17.2%;
    transform: rotate(30deg);
    right: 0.7%;
    top: 16%;
  }
}
.p-hero__deco-item:nth-of-type(2) {
  width: 10.9%;
  transform: rotate(-30deg);
  right: 12.4%;
  top: 16.8%;
}
.is-kv-load .p-hero__deco-item:nth-of-type(2) .p-in-image {
  animation: katakata01 1s steps(2) 0.5s infinite;
}
@media screen and (max-width: 959px) {
  .p-hero__deco-item:nth-of-type(2) {
    width: 20%;
    right: 11.1%;
    top: 10.9%;
  }
}
.p-hero__deco-item:nth-of-type(3) {
  width: 8.6%;
  top: 33.8%;
  left: 16.1%;
}
.is-kv-load .p-hero__deco-item:nth-of-type(3) .p-in-image {
  animation: scale 1s steps(2) infinite 1s;
}
@media screen and (max-width: 959px) {
  .p-hero__deco-item:nth-of-type(3) {
    width: 16.4%;
    top: auto;
    left: auto;
    right: 4.1%;
    bottom: 31.4%;
    transform: rotate(-15deg);
  }
}
.p-hero__deco-item:nth-of-type(4) {
  width: 15.1%;
  right: 10.2%;
  bottom: 22.7%;
}
.is-kv-load .p-hero__deco-item:nth-of-type(4) .p-in-image {
  animation: scale 1s steps(2) infinite 1.5s;
}
@media screen and (max-width: 959px) {
  .p-hero__deco-item:nth-of-type(4) {
    width: 28%;
    left: 2.2%;
    top: 23%;
  }
}

.p-hero__sns {
  position: absolute;
  right: 21px;
  top: 20px;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .p-hero__sns {
    width: 100%;
    padding: 15px 24px;
    top: auto;
    right: 0;
    bottom: 0;
    background-color: var(--color-black);
  }
}
.p-hero__sns-inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 18px;
}
@media screen and (max-width: 959px) {
  .p-hero__sns-inner {
    max-width: 420px;
    margin: 0 auto;
    gap: 0 23px;
  }
}
.p-hero__sns-head {
  font-family: var(--font-en);
  font-size: 1.7rem;
  transform: translateX(10px);
  transition: transform 0.5s var(--ease-bound) 0.4s, opacity 0.5s var(--ease-out) 0.4s;
  opacity: 0;
}
.is-kv-load .p-hero__sns-head {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 959px) {
  .p-hero__sns-head {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    color: var(--color-white);
  }
}
.p-hero__sns-list {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
@media screen and (max-width: 959px) {
  .p-hero__sns-list {
    flex: 1;
    gap: 0 9.1%;
  }
}
.p-hero__sns-item {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  transform: scale(0.5);
  transition: transform 0.5s var(--ease-bound) 0.4s, opacity 0.5s var(--ease-out) 0.4s;
  opacity: 0;
}
.is-kv-load .p-hero__sns-item {
  opacity: 1;
  transform: scale(1);
}
.p-hero__sns-item:nth-of-type(1) {
  transition-delay: 0.4s;
}
.p-hero__sns-item:nth-of-type(2) {
  transition-delay: 0.5s;
}
.p-hero__sns-item:nth-of-type(3) {
  transition-delay: 0.6s;
}
.p-hero__sns-item:nth-of-type(4) {
  transition-delay: 0.7s;
}
.p-hero__sns-item:nth-of-type(5) {
  transition-delay: 0.8s;
}
.p-hero__sns-item:nth-of-type(6) {
  transition-delay: 0.9s;
}
.p-hero__sns-item:nth-of-type(7) {
  transition-delay: 1s;
}
.p-hero__sns-item:nth-of-type(8) {
  transition-delay: 1.1s;
}
.p-hero__sns-item:nth-of-type(9) {
  transition-delay: 1.2s;
}
.p-hero__sns-item:nth-of-type(10) {
  transition-delay: 1.3s;
}
@media screen and (max-width: 959px) {
  .p-hero__sns-item {
    width: 9%;
    height: auto;
  }
}
.p-hero__sns a {
  display: grid;
  place-items: center;
  height: 100%;
  background-color: var(--color-black);
  border-radius: 50rem;
  transition: transform 0.6s var(--ease-bound);
}
@media (hover: hover) {
  .p-hero__sns a:hover {
    transform: scale(0.9);
  }
}
.p-hero__sns-icon {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-hero__sns-icon {
    width: 100%;
  }
}
.p-hero__sns-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.p-hero__menu {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.p-hero__menu-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 6px;
  background-color: var(--color-black);
  font-family: var(--font-en-bold);
  font-size: 2rem;
  letter-spacing: 0.03em;
  color: var(--color-white);
  transform: translateX(-10px);
  transition: transform 0.5s var(--ease-bound) 0.4s, opacity 0.5s var(--ease-out) 0.4s, color 0.5s var(--ease-out), background-color 0.5s var(--ease-out);
  opacity: 0;
  cursor: pointer;
}
.is-kv-load .p-hero__menu-item {
  opacity: 1;
  transform: scale(1);
}
@media (hover: hover) {
  .p-hero__menu-item:hover {
    background-color: var(--color-yellow);
    color: var(--color-black);
  }
}
.p-hero__menu-item:nth-of-type(1) {
  transition: transform 0.5s var(--ease-bound) 0.4s, opacity 0.5s var(--ease-out) 0.4s, color 0.5s var(--ease-out), background-color 0.5s var(--ease-out);
}
.p-hero__menu-item:nth-of-type(2) {
  transition: transform 0.5s var(--ease-bound) 0.5s, opacity 0.5s var(--ease-out) 0.5s, color 0.5s var(--ease-out), background-color 0.5s var(--ease-out);
}
.p-hero__menu-item:nth-of-type(3) {
  transition: transform 0.5s var(--ease-bound) 0.6s, opacity 0.5s var(--ease-out) 0.6s, color 0.5s var(--ease-out), background-color 0.5s var(--ease-out);
}
.p-hero__menu-item:nth-of-type(4) {
  transition: transform 0.5s var(--ease-bound) 0.7s, opacity 0.5s var(--ease-out) 0.7s, color 0.5s var(--ease-out), background-color 0.5s var(--ease-out);
}
.p-hero__menu-item:nth-of-type(5) {
  transition: transform 0.5s var(--ease-bound) 0.8s, opacity 0.5s var(--ease-out) 0.8s, color 0.5s var(--ease-out), background-color 0.5s var(--ease-out);
}
.p-hero__menu-item:nth-of-type(6) {
  transition: transform 0.5s var(--ease-bound) 0.9s, opacity 0.5s var(--ease-out) 0.9s, color 0.5s var(--ease-out), background-color 0.5s var(--ease-out);
}
.p-hero__menu-item:nth-of-type(7) {
  transition: transform 0.5s var(--ease-bound) 1s, opacity 0.5s var(--ease-out) 1s, color 0.5s var(--ease-out), background-color 0.5s var(--ease-out);
}
.p-hero__menu-item:nth-of-type(8) {
  transition: transform 0.5s var(--ease-bound) 1.1s, opacity 0.5s var(--ease-out) 1.1s, color 0.5s var(--ease-out), background-color 0.5s var(--ease-out);
}
.p-hero__menu-item:nth-of-type(9) {
  transition: transform 0.5s var(--ease-bound) 1.2s, opacity 0.5s var(--ease-out) 1.2s, color 0.5s var(--ease-out), background-color 0.5s var(--ease-out);
}
.p-hero__menu-item:nth-of-type(10) {
  transition: transform 0.5s var(--ease-bound) 1.3s, opacity 0.5s var(--ease-out) 1.3s, color 0.5s var(--ease-out), background-color 0.5s var(--ease-out);
}
.p-hero__menu-item.is-current {
  color: var(--color-black);
  background-color: var(--color-yellow);
}
.p-hero__menu-item + .p-hero__menu-item {
  margin-top: 6px;
}
.p-hero__menu-text {
  display: block;
}

.p-hero__image {
  width: 42.9%;
  margin: 0 auto;
  padding-top: 64.3%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-hero__image {
    width: 79.5%;
    margin-bottom: 40px;
    padding-top: 119.6%;
  }
}
.p-hero__image::before {
  content: "";
  display: block;
  width: 133%;
  height: 110.4%;
  position: absolute;
  top: 52.6%;
  left: 50%;
  background: url(../img/bg_kv.png) no-repeat center/contain;
  transition: transform 0.5s var(--ease-bound) 0.1s, opacity 0.5s var(--ease-out) 0.1s;
  transform: translate(-50%, -50%) scale(0.5) rotate(5deg);
  opacity: 0;
}
.is-kv-load .p-hero__image::before {
  transform: translate(-50%, -50%) scale(1) rotate(0);
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .p-hero__image::before {
    width: 120%;
    top: 56.3%;
  }
}
.p-hero__image-inner {
  width: 100%;
  height: 100%;
  border-radius: 60px;
  border: 4px solid var(--color-black);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 13px 14px 0 var(--color-orange);
  outline: 10px solid var(--color-white);
  outline-offset: -14px;
  transition: transform 0.5s var(--ease-bound), opacity 0.5s var(--ease-out);
  transform: scale(0.5) rotate(-5deg);
  opacity: 0;
}
.is-kv-load .p-hero__image-inner {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .p-hero__image-inner {
    box-shadow: 8px 6px 0 var(--color-orange);
    border-radius: 27px;
    outline: 5px solid var(--color-white);
    outline-offset: -7px;
  }
}
.p-hero__image-item {
  width: 100%;
  height: 100%;
  background: url(../img/img_kv.jpg) no-repeat center/cover;
}

.p-hero__scroll {
  display: flex;
  flex-direction: column;
  width: 30px;
  height: 270px;
  position: absolute;
  right: 41px;
  top: 50%;
  transform: translateY(calc(-50% - 10px));
  transition: transform 0.5s var(--ease-bound) 0.3s, opacity 0.5s var(--ease-out) 0.3s;
  opacity: 0;
}
.is-kv-load .p-hero__scroll {
  transform: translateY(-50%);
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .p-hero__scroll {
    width: 18px;
    height: 162px;
    right: auto;
    left: 10px;
    top: auto;
    bottom: 31.1%;
    transform: translateY(-10px);
    z-index: 1;
  }
  .is-kv-load .p-hero__scroll {
    transform: translateY(0);
  }
}
.p-hero__scroll-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__scroll-item:nth-of-type(1) {
  animation: scroll01 1s steps(1) infinite 0.5s;
}
.p-hero__scroll-item:nth-of-type(2) {
  animation: scroll02 1s steps(1) infinite 0.5s;
}
.p-hero__scroll-item:nth-of-type(3) {
  animation: scroll03 1s steps(1) infinite 0.5s;
}
.p-hero__scroll-item:nth-of-type(4) {
  animation: scroll04 1s steps(1) infinite 0.5s;
}
.p-hero__scroll-item:nth-of-type(1) {
  position: relative;
}
@keyframes scroll01 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll02 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll03 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll04 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.p-hero__logo {
  width: 81.2%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-76%, -11.5%);
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .p-hero__logo {
    width: 79%;
    transform: translate(-21%, -73.3%);
  }
}
.p-hero__logo-item {
  animation: pukapuka01 2s linear infinite 1s;
}
.p-hero__logo img {
  width: 100%;
  transition: transform 0.5s var(--ease-bound) 0.2s, opacity 0.5s var(--ease-out) 0.2s;
  transform: scale(1.4) rotate(15deg);
  opacity: 0;
}
.is-kv-load .p-hero__logo img {
  transform: translateY(0) rotate(0);
  opacity: 1;
}

.p-hero__banner {
  width: 23%;
  transform: translateY(10px);
  transition: transform 0.5s var(--ease-bound) 0.4s, opacity 0.5s var(--ease-out) 0.4s;
  opacity: 0;
}
.is-kv-load .p-hero__banner {
  opacity: 1;
  transform: scale(1);
}
@media screen and (min-width: 960px) {
  .p-hero__banner {
    position: absolute;
    left: 38px;
    bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .p-hero__banner {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.p-hero__banner-pagination {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .p-hero__banner-pagination {
    margin-bottom: 0;
    margin-top: 10px;
    justify-content: center;
    gap: 0 13px;
  }
}
.p-hero__banner-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 0 !important;
  background: var(--color-black) !important;
  margin: 0 !important;
  opacity: 1;
}
.p-hero__banner-pagination .swiper-pagination-bullet-active {
  background: var(--color-orange) !important;
}
.p-hero__banner-inner {
  width: 100%;
}
.p-hero__banner-item {
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-hero__banner-item {
    width: 58%;
    padding-top: 33%;
  }
}
.p-hero__banner-item a {
  display: block;
}
@media (hover: hover) {
  .p-hero__banner-item a:hover .p-in-image {
    transform: scale(1.05);
  }
}
.p-hero__banner-item .p-in-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.5s var(--ease-bound);
}

.p-news {
  padding: 100px 0 140px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-news {
    padding: 60px 0 73px;
  }
}

.p-news__tape {
  width: 200%;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 66px;
  transform: translateX(-50%) rotate(10deg);
  background: url(../img/deco_tape_logo.png) repeat-x left top/260px 120px;
  animation: tapeLogo 4s linear infinite;
}
@media screen and (max-width: 959px) {
  .p-news__tape {
    width: 200%;
    height: 60px;
    top: 27px;
    background: url(../img/deco_tape_logo.png) repeat-x left top/130px 60px;
  }
}

.p-news__bg-item {
  position: absolute;
}
.p-news__bg-item:nth-of-type(1) {
  width: 34.4%;
  left: 0;
  bottom: 0;
  transform: translateY(14.5%);
}
@media screen and (max-width: 959px) {
  .p-news__bg-item:nth-of-type(1) {
    width: 70.4%;
    transform: translateY(10.5%);
  }
}
.p-news__bg-item:nth-of-type(2) {
  width: 33.6%;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 959px) {
  .p-news__bg-item:nth-of-type(2) {
    width: 68%;
    left: 0;
    bottom: 0px;
    transform: rotate(4deg) rotateX(180deg) rotateY(180deg);
  }
}
.p-news__bg-item:nth-of-type(3) {
  width: 14.3%;
  left: 2.8%;
  bottom: 0;
  transform: translateY(40%);
}
@media screen and (max-width: 959px) {
  .p-news__bg-item:nth-of-type(3) {
    width: 26.3%;
    left: auto;
    right: 0;
  }
}

.p-news__inner {
  width: 87.3%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-news__inner {
    width: 89.3%;
  }
}

.p-news__title {
  width: 418px;
  margin-bottom: 21px;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .p-news__title {
    width: 75%;
    margin: 0 auto 20px;
  }
}

.p-news__contents {
  width: 88.4%;
  margin-left: auto;
  margin-right: 2.6%;
}
@media screen and (max-width: 959px) {
  .p-news__contents {
    width: 100%;
    margin: 0 auto;
  }
}
.p-news__contents-item {
  cursor: pointer;
  opacity: 0;
  transform: translateY(-10px) scale(1.1);
  transition: transform 0.4s var(--ease-bound), opacity 0.5s var(--ease-out);
}
.p-news__contents-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-news__contents-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(10) {
  transition-delay: 1s;
}
.p-scroll.is-active .p-news__contents-item {
  opacity: 1;
  transform: translateY(0);
}
.p-news__contents-item + .p-news__contents-item {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .p-news__contents-item + .p-news__contents-item {
    margin-top: 11px;
  }
}
.p-news__contents-item .p-in-inner {
  transition: transform 0.6s var(--ease-bound);
}
@media (hover: hover) {
  .p-news__contents-item .p-in-inner:hover {
    transform: scale(0.99);
  }
}
@media screen and (min-width: 960px) {
  .p-news__contents-item .p-in-data {
    width: 156px;
  }
}
@media screen and (min-width: 960px) {
  .p-news__link {
    position: absolute;
    top: 186px;
    left: 363px;
    transform: rotate(-4deg);
  }
}
@media screen and (max-width: 959px) {
  .p-news__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 26px;
    margin-right: -10px;
    transform: rotate(-4deg);
  }
}
.p-news__link-main {
  opacity: 0;
  transform: translateX(-200px) rotate(-180deg);
  transition: transform 0.7s var(--ease-bound) 0.2s, opacity 0.5s var(--ease-out) 0.2s, background-color 0.5s var(--ease-out);
}
.p-scroll.is-active .p-news__link-main {
  opacity: 1;
  transform: translateY(0);
}
.p-news_modal {
  padding: 60px 0;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .p-news_modal {
    padding: 20px 0;
  }
}

.p-news_modal__main {
  background-color: var(--color-beige);
}

.p-news_modal__inner {
  display: block;
  width: 100%;
}

.p-news_modal__header {
  padding: 37px 42px 32px;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-news_modal__header {
    padding: 26px 24px 27px;
  }
}
.p-news_modal__header .p-in-data {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 5px;
  padding: 0;
  border-right: 0;
}
@media screen and (max-width: 959px) {
  .p-news_modal__header .p-in-data {
    border-bottom: 0;
    gap: 0 6px;
  }
}
.--live .p-news_modal__header .p-in-data-date {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 959px) {
  .--live .p-news_modal__header .p-in-data-date {
    gap: 0 3px;
  }
}
.--live .p-news_modal__header .p-in-data-date span {
  display: block;
  width: 14px;
  height: 10px;
}
.--live .p-news_modal__header .p-in-data-date span svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-news_modal__header .p-in-title {
  font-size: 1.8rem;
  padding: 0;
}
.p-news_modal__header .p-in-title-text {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .p-news_modal__header .p-in-title-text {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.p-news_modal__detail {
  padding: 56px 42px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-news_modal__detail {
    padding: 36px 24px 40px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.p-news_modal__detail img {
  width: 100%;
  height: auto !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-news_modal__detail iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-news_modal__detail a {
  color: var(--color-blue);
}

.p-live {
  padding: 160px 0 140px;
  position: relative;
  overflow: hidden;
  background: url(../img/bg_live.jpg) repeat left top/40px;
}
@media screen and (max-width: 959px) {
  .p-live {
    padding: 101px 0 74px;
    background: url(../img/bg_live.jpg) repeat left top/20px;
  }
}

.p-live__tape {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/deco_tape_live.jpg) repeat-x left top/610px 60px;
  animation: tapeLive 10s linear infinite;
}
@media screen and (max-width: 959px) {
  .p-live__tape {
    height: 60px;
    background: url(../img/deco_tape_live.jpg) repeat-x left top/305px 40px;
  }
}

.p-live__inner {
  position: relative;
}

.p-live__header {
  width: 87.2%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-live__header {
    width: 89.3%;
  }
}

.p-live__stalker {
  position: fixed;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s var(--ease-out);
}
.p-live__stalker.is-active {
  opacity: 1;
}
.p-live__stalker.is-active .p-live__stalker-icon {
  transform: rotate(0deg);
}
.p-live__stalker.is-active .p-live__stalker-text {
  transform: translate(0);
}
.p-live__stalker-icon {
  width: 36px;
  height: 36px;
  position: relative;
  transform: rotate(180deg);
  transition: transform 0.4s var(--ease-bound);
}
.p-live__stalker-icon::before, .p-live__stalker-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-live__stalker-icon::before, .p-live__stalker-icon::after {
    width: 60%;
    height: 2px;
  }
}
.p-live__stalker-icon::before {
  transform: translate(-50%, -50%);
}
.p-live__stalker-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-live__stalker-text {
  margin-top: 4px;
  text-align: center;
  font-size: 1.5rem;
  font-family: var(--font-en-bold);
  transform: translateY(10px);
  transition: transform 0.4s var(--ease-bound);
}

.p-live__title {
  width: 353px;
  margin-bottom: 18px;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .p-live__title {
    width: 63%;
    margin-bottom: -5px;
  }
}

.p-live__nav {
  display: flex;
  align-items: center;
  gap: 0 30px;
  position: absolute;
  right: 31px;
  top: 136px;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.7s var(--ease-bound) 0.2s, opacity 0.5s var(--ease-out) 0.2s;
}
.p-scroll.is-active .p-live__nav {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 959px) {
  .p-live__nav {
    justify-content: flex-end;
    gap: 0 7.6%;
    top: auto;
    right: 0;
    bottom: 0;
  }
}
.p-live__nav-item {
  width: 48px;
  transition: opacity 0.5s var(--ease-out);
}
@media (hover: hover) {
  .p-live__nav-item:hover svg {
    fill: var(--color-blue);
  }
}
.p-live__nav-item.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .p-live__nav-item {
    width: 12.7%;
  }
}
.p-live__nav-item:nth-of-type(1) {
  transform: rotate(180deg);
}
.p-live__nav-item svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: fill 0.6s var(--ease-bound);
}

.p-live__contents {
  margin-left: 8.5%;
  margin-right: 6%;
}
@media screen and (max-width: 959px) {
  .p-live__contents {
    margin: 0 5.4%;
  }
}
.p-live__contents-inner {
  width: 100%;
  overflow: visible;
}
.p-live__contents-item {
  width: 30.2%;
  opacity: 0;
  transform: translateX(-20px);
  transition: transform 0.4s var(--ease-bound), opacity 0.5s var(--ease-out);
  cursor: pointer;
}
.p-live__contents-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-live__contents-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-live__contents-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-live__contents-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-live__contents-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-live__contents-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-live__contents-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-live__contents-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-live__contents-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-live__contents-item:nth-of-type(10) {
  transition-delay: 1s;
}
.p-scroll.is-active .p-live__contents-item {
  opacity: 1;
  transform: translateY(0);
}
@media (hover: hover) {
  .p-live__contents-item:hover .p-in-image-item {
    transform: rotate(5deg) scale(0.95);
  }
}
@media screen and (min-width: 960px) {
  .p-live__contents-item {
    max-width: 400px;
  }
}
@media screen and (max-width: 959px) {
  .p-live__contents-item {
    width: 59.8%;
  }
}
.p-live__contents-item:nth-of-type(even) {
  margin-top: 6.8%;
}
@media screen and (max-width: 959px) {
  .p-live__contents-item:nth-of-type(even) {
    margin-top: 12.4%;
  }
}
.p-live__contents-item .p-in-num {
  margin-top: 2px;
  margin-bottom: 17px;
  font-family: var(--font-en-bold);
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .p-live__contents-item .p-in-num {
    margin-top: 4px;
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
}
.p-live__contents-item .p-in-image {
  width: 100%;
  padding-top: 133%;
  position: relative;
  cursor: pointer;
}
.p-live__contents-item .p-in-image::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(to right, var(--color-black) 8px, transparent 8px), linear-gradient(to bottom, var(--color-black) 8px, transparent 8px), linear-gradient(to left, var(--color-black) 8px, transparent 8px), linear-gradient(to top, var(--color-black) 8px, transparent 8px);
  background-size: 12px 2px, 2px 12px, 12px 2px, 2px 12px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right top, right bottom, left bottom;
}
.p-live__contents-item .p-in-image-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s var(--ease-bound);
}
.p-live__contents-item .p-in-detail {
  margin-top: 19px;
}
@media screen and (max-width: 959px) {
  .p-live__contents-item .p-in-detail {
    margin-top: 15px;
  }
}
.p-live__contents-item .p-in-detail-date {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-family: var(--font-en);
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 959px) {
  .p-live__contents-item .p-in-detail-date {
    gap: 0 3px;
    font-size: 1.2rem;
  }
}
.p-live__contents-item .p-in-detail-date span {
  display: block;
  width: 14px;
  height: 10px;
}
.p-live__contents-item .p-in-detail-date span svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-live__contents-item .p-in-detail-title {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .p-live__contents-item .p-in-detail-title {
    margin-top: 4px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.p-live__link {
  transform: rotate(-4deg);
}
@media screen and (min-width: 960px) {
  .p-live__link {
    position: absolute;
    top: 97px;
    left: 392px;
  }
}
@media screen and (max-width: 959px) {
  .p-live__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 3%;
    margin-top: 20px;
    margin-left: auto;
  }
}
.p-live__link-main {
  opacity: 0;
  transform: translateX(-200px) rotate(-180deg);
  transition: transform 0.7s var(--ease-bound) 0.2s, opacity 0.5s var(--ease-out) 0.2s, background-color 0.5s var(--ease-out);
}
.p-scroll.is-active .p-live__link-main {
  opacity: 1;
  transform: translateX(0);
}

.p-discography__sticky {
  width: 100%;
  height: 150vh;
  position: relative;
}

.p-discography__main {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: url(../img/bg_disco.png) repeat left top/50px;
}

.p-discography__tape {
  width: 200%;
  height: 120px;
  position: absolute;
  top: 116px;
  left: 0;
  transform: rotate(25deg);
  background: url(../img/deco_tape_logo.png) repeat-x left top/260px 120px;
  animation: tapeLogo 4s linear infinite;
}
@media screen and (max-width: 959px) {
  .p-discography__tape {
    height: 60px;
    top: 86px;
    background: url(../img/deco_tape_logo.png) repeat-x left top/130px 60px;
  }
}

.p-discography__bg-item {
  position: absolute;
}
.p-discography__bg-item:nth-of-type(1) {
  width: 42.4%;
  right: 0;
  bottom: 0;
  transform: rotate(180deg) translateY(-50%);
}
@media screen and (max-width: 959px) {
  .p-discography__bg-item:nth-of-type(1) {
    width: 75.4%;
    transform: rotate(180deg) translateY(-47%);
  }
}
.p-discography__bg-item:nth-of-type(1) img {
  width: 100%;
}
.p-discography__bg-item:nth-of-type(2) {
  width: 33.5%;
  left: 0;
  bottom: 0;
  transform: rotate(180deg) rotateX(180deg);
}
@media screen and (max-width: 959px) {
  .p-discography__bg-item:nth-of-type(2) {
    width: 66%;
    left: 0;
    bottom: 32px;
    transform: translateX(-15%) rotate(209deg) rotateX(180deg);
  }
}
.p-discography__bg-item:nth-of-type(2) img {
  width: 100%;
}

.p-discography__title {
  width: 100%;
  height: 228px;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  background: url(../img/ttl_disco.png) repeat-x left top/1422.5px 228px;
  animation: discoTitle 15s linear infinite;
}
@media screen and (max-width: 959px) {
  .p-discography__title {
    height: 114px;
    background: url(../img/ttl_disco.png) repeat-x left top/711.25px 114px;
  }
}

.p-discography__contents {
  display: flex;
  width: 65.7%;
  max-width: 1000px;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .p-discography__contents {
    display: block;
    width: 78.7%;
    top: 55%;
  }
}
.p-discography__contents-detail {
  display: grid;
  place-items: center;
  width: 45.7%;
  margin: 2.2% 0;
  padding: 4.2%;
  color: var(--color-white);
  background-color: var(--color-black);
  transform: translateX(58%);
  transition: transform 0.8s var(--ease-out);
}
.is-scroll-current .p-discography__contents-detail {
  transform: translateX(0);
}
@media screen and (max-width: 959px) {
  .p-discography__contents-detail {
    width: 86%;
    margin: 0;
    padding: 13.2% 9.7%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .is-scroll-current .p-discography__contents-detail {
    transform: translate(-50%, -49.6%);
  }
}
.p-discography__contents-detail .p-in-inner {
  width: 100%;
}
.p-discography__contents-detail .p-in-head-caption {
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-size: 1.7rem;
}
@media screen and (max-width: 959px) {
  .p-discography__contents-detail .p-in-head-caption {
    margin-bottom: 7px;
    font-size: 1.3rem;
    text-align: center;
  }
}
.p-discography__contents-detail .p-in-head-title {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-discography__contents-detail .p-in-head-title {
    margin-bottom: 15px;
    font-size: 1.9rem;
    text-align: center;
  }
}
.p-discography__contents-detail .p-in-head-date {
  font-family: var(--font-en);
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .p-discography__contents-detail .p-in-head-date {
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
.p-discography__contents-detail .p-in-link {
  margin-top: 45px;
}
@media screen and (max-width: 959px) {
  .p-discography__contents-detail .p-in-link {
    margin-top: 17px;
  }
}
.p-discography__contents-detail .p-in-link-main {
  padding: 0;
  background: transparent;
}
@media screen and (min-width: 960px) {
  .p-discography__contents-detail .p-in-link-main:hover .p-in-text {
    color: var(--color-blue);
  }
  .p-discography__contents-detail .p-in-link-main:hover .p-in-icon svg {
    fill: var(--color-blue);
  }
}
@media screen and (max-width: 959px) {
  .p-discography__contents-detail .p-in-link-main {
    display: flex;
    justify-content: flex-end;
    gap: 0 12%;
    width: auto;
    padding: 10px 14px;
    border: 1px solid var(--color-white);
  }
}
@media screen and (max-width: 959px) {
  .p-discography__contents-detail .p-in-link-main .p-in-text {
    font-size: 1.4rem;
  }
}
.p-discography__contents-image {
  flex: 1;
  position: relative;
  z-index: 1;
  transform: translateX(-42.3%);
  transition: transform 0.8s var(--ease-out);
}
.is-scroll-current .p-discography__contents-image {
  transform: translateX(0);
}
@media screen and (max-width: 959px) {
  .p-discography__contents-image {
    transform: translateY(0);
  }
  .is-scroll-current .p-discography__contents-image {
    transform: translateY(34.6%);
  }
}
.p-discography__contents-image img {
  width: 100%;
}
.p-discography__contents-image .p-in-icon {
  width: 41%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(47.7%, -39.5%);
}
.is-scroll-current .p-discography__contents-image .p-in-icon {
  animation: discoDeco 1.2s var(--ease-bound) forwards;
}
@keyframes discoDeco {
  0% {
    transform: translate(47.7%, -39.5%) scale(1) rotate(0);
  }
  100% {
    transform: translate(47.7%, -39.5%) scale(1) rotate(360deg);
  }
}
@media screen and (max-width: 959px) {
  .p-discography__contents-image .p-in-icon {
    width: 34%;
    right: 0;
    top: 0;
    transform: translate(34.7%, -34.5%);
  }
  @keyframes discoDeco {
    0% {
      transform: translate(34.7%, -34.5%) rotate(0);
    }
    100% {
      transform: translate(34.7%, -34.5%) rotate(360deg);
    }
  }
}
.p-discography__contents-image .p-in-icon img {
  width: 100%;
  position: relative;
}
.p-discography__contents-image .p-in-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/icon_new_bg.png) no-repeat center/contain;
}
.p-discography__contents-image .p-in-item {
  width: 100%;
}

.p-discography__scroll {
  width: 200px;
  height: 40px;
  position: absolute;
  left: 30px;
  bottom: 72px;
  border-radius: 50rem;
  background-color: var(--color-white);
  border: 2px solid var(--color-black);
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-discography__scroll {
    width: 130px;
    height: 26px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    border: 1px solid var(--color-black);
  }
}
.p-discography__scroll-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/txt_scroll.png) repeat-x center left/170px 17.5px;
  animation: discoScroll 6s linear infinite;
}
@media screen and (max-width: 959px) {
  .p-discography__scroll-item {
    background: url(../img/txt_scroll.png) repeat-x center left/113.3px 11.6px;
  }
}

.p-movie {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.p-movie__header {
  position: absolute;
  left: 13px;
  top: 19px;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .p-movie__header {
    left: 10px;
    top: 9px;
  }
}

.p-movie__title {
  width: 450px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-movie__title {
    width: 74%;
  }
}
.p-movie__title img {
  width: 100%;
}

.p-movie__link {
  margin-left: 63px;
  margin-top: -14px;
  transform: rotate(-4deg);
}
@media screen and (max-width: 959px) {
  .p-movie__link {
    margin-left: 34.4%;
    margin-top: -10%;
    transform: rotate(2deg);
  }
}
.p-movie__link-main {
  opacity: 0;
  transform: translateX(-200px) rotate(-180deg);
  transition: transform 0.7s var(--ease-bound) 0.2s, opacity 0.5s var(--ease-out) 0.2s, background-color 0.5s var(--ease-out);
}
.p-scroll.is-active .p-movie__link-main {
  opacity: 1;
  transform: translateX(0);
}
.p-movie__iframe {
  width: 38%;
  max-width: 610px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(15deg) scale(1.5);
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .p-movie__iframe {
    width: 72%;
  }
}
.p-movie__iframe-item {
  display: grid;
  place-items: center;
  width: 98%;
  height: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: min(3vw, 53px);
}
@media screen and (max-width: 959px) {
  .p-movie__iframe-item {
    border-radius: 7vw;
  }
}
.p-movie__iframe #js-movie-videoBg_player_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 48.65%;
  overflow: hidden;
  transition: opacity 0.8s var(--ease-out);
}
.is-movie-hide .p-movie__iframe #js-movie-videoBg_player_wrap {
  opacity: 0;
}
.p-movie__iframe-deco {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-movie__iframe-play {
  width: 35.1%;
  position: absolute;
  bottom: 8%;
  right: 2.7%;
  z-index: 2;
  transform: rotate(-15deg);
}

.p-movie__contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: blur(10px);
  transition: filter 0.8s var(--ease-bound) 0.1s, opacity 0.8s var(--ease-out) 0.1s;
}
.p-scroll.is-active .p-movie__contents {
  opacity: 1;
  filter: blur(0);
}
.p-movie__contents-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie__contents-bg-list {
  position: static;
}
.p-movie__contents-bg-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.8s var(--ease-out);
}
.p-movie__contents-bg-item.is-current {
  opacity: 1;
}
.p-movie__contents-bg-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-movie__contents-title {
  width: 100%;
  position: absolute;
  right: 40px;
  bottom: 67px;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .p-movie__contents-title {
    width: 77%;
    right: 20px;
    bottom: 48px;
  }
}
.p-movie__contents-title-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--color-white);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.7s var(--ease-out);
}
@media screen and (max-width: 959px) {
  .p-movie__contents-title-item {
    font-size: 1.2rem;
  }
}
.p-movie__contents-title-item.is-current {
  opacity: 1;
  position: relative;
}
.p-movie__contents-pagination {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: absolute;
  left: auto !important;
  right: 40px;
  bottom: 38px !important;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .p-movie__contents-pagination {
    margin-bottom: 0;
    justify-content: center;
    gap: 0 13px;
    right: 20px;
    bottom: 20px !important;
  }
}
.p-movie__contents-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 0 !important;
  background: var(--color-white) !important;
  margin: 0 !important;
  opacity: 1;
}
.p-movie__contents-pagination .swiper-pagination-bullet-active {
  background: var(--color-orange) !important;
}
.p-movie__contents-nav {
  display: flex;
  position: absolute;
  gap: 0 30px;
  position: absolute;
  right: 40px;
  bottom: 100px;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .p-movie__contents-nav {
    gap: 0 18px;
    right: 20px;
    bottom: 75px;
  }
}
.p-movie__contents-nav-item {
  width: 40px;
}
@media (hover: hover) {
  .p-movie__contents-nav-item:hover svg {
    fill: var(--color-blue);
  }
}
@media screen and (max-width: 959px) {
  .p-movie__contents-nav-item {
    width: 30px;
  }
}
.p-movie__contents-nav-item:nth-of-type(1) {
  transform: rotate(180deg);
}
.p-movie__contents-nav-item svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-orange);
  transition: fill 0.8s var(--ease-out);
}
.p-movie__contents-inner {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  transform: skewY(-26deg);
  overflow: visible;
}
@media screen and (max-width: 959px) {
  .p-movie__contents-inner {
    transform: skewY(-32deg);
  }
}
.p-movie__contents-list {
  height: auto;
}
.p-movie__contents-item {
  width: 38%;
  max-width: 610px;
  transition: transform 0.8s var(--ease-out);
  transform: skewY(26deg) !important;
  pointer-events: none;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .p-movie__contents-item {
    width: 72%;
    transform: skewY(32deg) !important;
  }
}
.p-movie__contents-item.swiper-slide-active {
  transform: skewY(26deg) scale(1.5) !important;
  pointer-events: auto;
}
@media screen and (max-width: 959px) {
  .p-movie__contents-item.swiper-slide-active {
    transform: skewY(32deg) scale(1.5) !important;
  }
}
.p-movie__contents-item .p-in-image {
  position: relative;
  padding-top: 48.65%;
  transform: rotate(15deg);
}
.p-movie__contents-item .p-in-image-item {
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: min(3vw, 53px);
}
@media screen and (max-width: 959px) {
  .p-movie__contents-item .p-in-image-item {
    border-radius: 7vw;
  }
}
.p-movie__contents-item .p-in-image-frame {
  width: 100%;
  position: relative;
}

.p-profile {
  padding: 179px 0 min(18%, 272px);
  background: url(../img/bg_prof.jpg) repeat left top/50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-profile {
    padding: 90px 0 109px;
  }
}

.p-profile__tape {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/deco_tape_prof.jpg) repeat-x left top/741px 60px;
  z-index: 1;
  animation: tapeProfile 10s linear infinite;
}
@media screen and (max-width: 959px) {
  .p-profile__tape {
    height: 40px;
    background: url(../img/deco_tape_prof.jpg) repeat-x left top/494px 40px;
  }
}

.p-profile__line-item {
  position: absolute;
}
.p-profile__line-item svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-profile__line-item .p-in-path {
  fill: none;
  stroke-miterlimit: 10;
}
.p-profile__line-item .p-in-path:nth-of-type(1) {
  stroke: #c41200;
  stroke-width: 10px;
}
.p-profile__line-item .p-in-path:nth-of-type(2) {
  stroke: #c41200;
  stroke-width: 11px;
}
.p-profile__line-item.--top {
  width: 55%;
  max-width: 700px;
  left: 11%;
  top: -179px;
  transform: rotate(-58deg);
}
@media screen and (max-width: 959px) {
  .p-profile__line-item.--top {
    width: 91%;
    left: -46%;
    top: -60px;
  }
}
.p-profile__line-item.--bottom {
  width: 82.6%;
  max-width: 820px;
  left: 9.3%;
  bottom: max(-31.7vw, -448px);
}
@media screen and (max-width: 959px) {
  .p-profile__line-item.--bottom {
    width: 124%;
    left: 2.2%;
    bottom: -45.3%;
  }
}

.p-profile__bg-item {
  position: absolute;
}
.p-profile__bg-item:nth-of-type(1) {
  width: 34%;
  right: 0;
  top: 56px;
  transform: rotateX(180deg);
}
@media screen and (max-width: 959px) {
  .p-profile__bg-item:nth-of-type(1) {
    width: 46%;
    top: 34px;
  }
}
.p-profile__bg-item:nth-of-type(2) {
  width: 14.3%;
  left: 0;
  top: 110px;
  transform: translateX(-20%);
}
@media screen and (max-width: 959px) {
  .p-profile__bg-item:nth-of-type(2) {
    width: 26.6%;
    top: 15.3%;
    transform: translateX(-20%);
  }
}
.p-profile__bg-item:nth-of-type(3) {
  width: 14.3%;
  right: 0;
  bottom: 31px;
  transform: translateX(16%);
}
@media screen and (max-width: 959px) {
  .p-profile__bg-item:nth-of-type(3) {
    width: 26.6%;
    bottom: 64px;
    transform: translateX(36%);
  }
}

.p-profile__deco-item {
  width: 59.3%;
  max-width: 800px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-19.2%, 25%);
}
.p-profile__deco-item img {
  animation: rotate 40s linear infinite;
}
@media screen and (max-width: 959px) {
  .p-profile__deco-item {
    width: 110%;
    transform: translate(-39.5%, 35%);
  }
}

.p-profile__inner {
  display: grid;
  grid-template-columns: 43% 1fr;
  grid-gap: 0 30px;
  width: 82.8%;
  max-width: 1280px;
  margin: 0 auto 170px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-profile__inner {
    display: block;
    width: 90%;
    margin: 0 auto 55px;
  }
}

.p-profile__title {
  width: 79%;
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 959px) {
  .p-profile__title {
    width: 88%;
    margin: 0 auto 21px;
  }
}

.p-profile__image {
  grid-area: 1/1/3/2;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  opacity: 0;
  transform: scale(1.05);
  transition: transform 0.5s var(--ease-bound) 0.1s, opacity 0.5s var(--ease-out) 0.1s;
}
.p-scroll.is-active .p-profile__image {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 959px) {
  .p-profile__image {
    width: 75.4%;
    padding-top: 75.4%;
    margin: 0 auto 23px;
  }
}
.p-profile__image-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-profile__detail {
  grid-area: 2/2/3/3;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.8;
  margin-left: 1.8%;
  margin-top: -1%;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.5s var(--ease-bound) 0.2s, opacity 0.5s var(--ease-out) 0.2s;
}
.p-scroll.is-active .p-profile__detail {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 959px) {
  .p-profile__detail {
    margin: 0 auto;
    font-size: 1.2rem;
  }
}

.p-profile__person {
  width: 71.4%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-profile__person {
    width: 89.4%;
    margin: 0 auto;
  }
}
.p-profile__person-item {
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.5s var(--ease-bound) 0.5s, opacity 0.5s var(--ease-out) 0.5s;
}
.p-scroll.is-active .p-profile__person-item {
  opacity: 1;
  transform: scale(1);
}
.p-profile__person-item + .p-profile__person-item {
  margin-top: 12%;
}
.p-profile__person-item.--koshi {
  flex-direction: row-reverse;
}
.p-profile__person-icon {
  width: 30%;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .p-profile__person-icon {
    width: 45%;
    position: static;
    margin-left: 6.1%;
    margin-bottom: -7%;
  }
}
.--nouchi .p-profile__person-icon {
  left: 0;
  opacity: 0;
  transform: translate(0, -34.4%) rotate(8deg) scale(1.1);
  transition: transform 0.5s var(--ease-bound) 0.4s, opacity 0.5s var(--ease-out) 0.4s;
}
.p-scroll.is-active .--nouchi .p-profile__person-icon {
  opacity: 1;
  transform: translate(0, -34.4%) rotate(0) scale(1);
}
@media screen and (max-width: 959px) {
  .--nouchi .p-profile__person-icon {
    transform: translate(0) rotate(8deg) scale(1.1);
  }
  .p-scroll.is-active .--nouchi .p-profile__person-icon {
    opacity: 1;
    transform: translate(0) rotate(0) scale(1);
  }
}
.--nouchi .p-profile__person-icon::before {
  background: url(../img/bg_prof_nouchi.png) no-repeat center/contain;
}
.--koshi .p-profile__person-icon {
  right: 0;
  opacity: 0;
  transform: translate(0, 9.4%) rotate(-8deg) scale(1.1);
  transition: transform 0.5s var(--ease-bound) 0.4s, opacity 0.5s var(--ease-out) 0.4s;
}
.p-scroll.is-active .--koshi .p-profile__person-icon {
  opacity: 1;
  transform: translate(0, 9.4%) rotate(0) scale(1);
}
@media screen and (max-width: 959px) {
  .--koshi .p-profile__person-icon {
    transform: translate(0) rotate(-8deg) scale(1.1);
    margin-left: auto;
    margin-right: 6%;
  }
  .p-scroll.is-active .--koshi .p-profile__person-icon {
    opacity: 1;
    transform: translate(0) rotate(0) scale(1);
  }
}
.--koshi .p-profile__person-icon::before {
  background: url(../img/bg_prof_kochi.png) no-repeat center/contain;
}
.p-profile__person-icon::before {
  content: "";
  display: block;
  width: 123%;
  padding-top: 123%;
  position: absolute;
  top: 48.9%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-profile__person-icon img {
  width: 100%;
}
.p-profile__person-icon-item {
  width: 100%;
  padding-top: 102%;
  border-radius: 50rem;
  position: relative;
  overflow: hidden;
  background-color: var(--color-black);
}
.p-profile__person-icon-item .p-in-image {
  width: calc(100% - 10px);
  height: calc(100% - 18px);
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50rem;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-profile__person-icon-item .p-in-image {
    width: calc(100% - 6px);
    height: calc(100% - 9px);
    top: calc(50% - 2px);
  }
}
.p-profile__person-icon-item .p-in-image img {
  width: 100%;
  margin: 0 auto;
}
.p-profile__person-icon-name {
  position: absolute;
  top: 0;
}
.--nouchi .p-profile__person-icon-name {
  width: 51%;
  right: 0;
  transform: translate(37%, 24%) rotate(15deg);
}
@media screen and (max-width: 959px) {
  .--nouchi .p-profile__person-icon-name {
    transform: translate(23%, 6%) rotate(15deg);
  }
}
.--koshi .p-profile__person-icon-name {
  width: 42.4%;
  left: 0;
  transform: translate(-28.3%, 58%) rotate(-15deg);
}
.p-profile__person-detail {
  width: 72%;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .p-profile__person-detail {
    width: 100%;
    border-radius: 10px;
  }
}
.--nouchi .p-profile__person-detail {
  padding: 40px 51px 34px 59px;
  margin-left: auto;
  background-color: var(--color-orange);
}
@media screen and (max-width: 959px) {
  .--nouchi .p-profile__person-detail {
    padding: 36px 20px 20px;
  }
}
.--koshi .p-profile__person-detail {
  padding: 37px 51px 34px 38px;
  margin-right: auto;
  background-color: var(--color-blue);
}
@media screen and (max-width: 959px) {
  .--koshi .p-profile__person-detail {
    padding: 36px 20px 20px;
  }
}
.p-profile__person-detail-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  font-family: var(--font-en);
  font-style: italic;
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  color: var(--color-white);
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-profile__person-detail-head {
    width: 44%;
    margin-bottom: 0;
    font-size: 2.1rem;
    letter-spacing: 0.06em;
    position: absolute;
    top: 10vw;
    right: 0;
    color: var(--color-black);
  }
  .--koshi .p-profile__person-detail-head {
    right: auto;
    left: 5.6%;
  }
}
.p-profile__person-detail-head .u-small {
  font-size: 2rem;
}
.p-profile__person-detail-sns {
  transform: translate(100%, -100%);
  position: absolute;
  right: -40px;
  top: 0;
}
@media screen and (max-width: 959px) {
  .p-profile__person-detail-sns {
    margin-top: 11px;
    transform: translate(0);
    position: static;
  }
}
.p-profile__person-detail-sns-list {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.p-profile__person-detail-sns-item {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.5s var(--ease-bound) 0.5s, opacity 0.5s var(--ease-out) 0.5s;
}
.p-profile__person-detail-sns-item:nth-of-type(1) {
  transition-delay: 0.6s;
}
.p-profile__person-detail-sns-item:nth-of-type(2) {
  transition-delay: 0.7s;
}
.p-scroll.is-active .p-profile__person-detail-sns-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 959px) {
  .p-profile__person-detail-sns-item {
    width: 42px;
    height: 42px;
  }
}
.p-profile__person-detail-sns-item a {
  display: grid;
  place-items: center;
  height: 100%;
  background: url(../img/bg_prof_sns.png) no-repeat center/contain;
  transition: transform 0.4s var(--ease-bound);
}
@media screen and (min-width: 960px) {
  .p-profile__person-detail-sns-item a:hover {
    transform: translateY(-10px);
  }
}
.p-profile__person-detail-sns-item .p-in-icon {
  width: 40%;
  margin: 0 auto;
}
.p-profile__person-detail-sns-item .p-in-icon img {
  width: 100%;
}
.p-profile__person-detail-text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: var(--color-white);
}
@media screen and (max-width: 959px) {
  .p-profile__person-detail-text {
    font-size: 1.1rem;
    letter-spacing: 0.13em;
    line-height: 1.8;
  }
}
.p-profile__person-detail-deco {
  position: absolute;
  bottom: 0;
}
.p-profile__person-detail-deco img {
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.5s var(--ease-bound) 0.6s, opacity 0.5s var(--ease-out) 0.6s;
}
.p-scroll.is-active .p-profile__person-detail-deco img {
  opacity: 1;
  transform: scale(1);
}
.--nouchi .p-profile__person-detail-deco {
  width: 18%;
  right: 0;
  bottom: 0;
  transform: translate(24%, 38%) rotate(76deg);
}
@media screen and (max-width: 959px) {
  .--nouchi .p-profile__person-detail-deco {
    width: 18%;
    transform: translate(33%, 41%) rotate(76deg);
  }
}
.--koshi .p-profile__person-detail-deco {
  width: 29%;
  left: 0;
  bottom: 0;
  transform: translate(-36.5%, 46.6%) rotate(-90deg);
}
@media screen and (max-width: 959px) {
  .--koshi .p-profile__person-detail-deco {
    width: 31%;
    transform: translate(-26%, 47.6%) rotate(-90deg);
  }
}

.a-profileMemberList {
  display: none;
}