.p-hero {
  height: 100vh;
}
.p-hero__visual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.p-visual {
  filter: blur(0px);
  transform: scale(1);
}
.p-visual__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/pc_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 750px) {
  .p-visual__bg {
    background-image: url(../img/sp_bg.jpg);
  }
}
.p-visual__wrapper {
  width: 100%;
  height: 100vh;
}
.p-visual__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  .p-visual__inner {
    height: var(--vh);
  }
}
.p-visual__content {
  max-height: 281.0332103321vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .p-visual__content {
    max-width: 32.18125vh !important;
  }
}
.p-visual__jk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: soft-light;
}
.p-visual__jk-img {
  position: absolute;
  top: 0;
  height: 100%;
}
.p-visual__jk-img:nth-child(1) {
  left: -5%;
  width: 21vw;
}
@media screen and (max-width: 750px) {
  .p-visual__jk-img:nth-child(1) {
    left: -20%;
    width: 35vw;
  }
}
.p-visual__jk-img:nth-child(2) {
  left: 16.7%;
  width: 22.8vw;
}
@media screen and (max-width: 750px) {
  .p-visual__jk-img:nth-child(2) {
    left: 12%;
    width: 38vw;
  }
}
.p-visual__jk-img:nth-child(3) {
  left: 62.8%;
  width: 18vw;
}
@media screen and (max-width: 750px) {
  .p-visual__jk-img:nth-child(3) {
    left: 60%;
    width: 38vw;
  }
}
.p-visual__jk-img:nth-child(4) {
  left: 77.4%;
  width: 25vw;
}
@media screen and (max-width: 750px) {
  .p-visual__jk-img:nth-child(4) {
    left: 85%;
    width: 42vw;
  }
}
.p-visual__jk-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 200%;
  min-height: 344.8rem;
}
.p-visual__jk-img:nth-child(1)::before {
  bottom: 0;
  background: url(../img/main_jk01.jpg) repeat-y center top/100% auto;
}
@media screen and (min-width: 751px) {
  .p-visual__jk-img:nth-child(1)::before {
    animation: HeroBgLoop1Pc 100s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .p-visual__jk-img:nth-child(1)::before {
    animation: HeroBgLoop1Sp 100s linear infinite;
  }
}

.p-visual__jk-img:nth-child(2)::before {
  top: 0;
  background: url(../img/main_jk02.jpg) repeat-y center top/100% auto;
}
@media screen and (min-width: 751px) {
  .p-visual__jk-img:nth-child(2)::before {
    animation: HeroBgLoop2Pc 100s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .p-visual__jk-img:nth-child(2)::before {
    animation: HeroBgLoop2Sp 100s linear infinite;
  }
}

.p-visual__jk-img:nth-child(3)::before {
  bottom: 0;
  background: url(../img/main_jk03.jpg) repeat-y center top/100% auto;
}
@media screen and (min-width: 751px) {
  .p-visual__jk-img:nth-child(3)::before {
    animation: HeroBgLoop3Pc 100s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .p-visual__jk-img:nth-child(3)::before {
    animation: HeroBgLoop3Sp 100s linear infinite;
  }
}

.p-visual__jk-img:nth-child(4)::before {
  top: 0;
  background: url(../img/main_jk01.jpg) repeat-y center top/100% auto;
}
@media screen and (min-width: 751px) {
  .p-visual__jk-img:nth-child(4)::before {
    animation: HeroBgLoop4Pc 100s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .p-visual__jk-img:nth-child(4)::before {
    animation: HeroBgLoop4Sp 100s linear infinite;
  }
}

.p-visual__name {
  position: absolute;
  top: 0;
  right: 3.5%;
  width: 20.8%;
}
@media screen and (max-width: 750px) {
  .p-visual__name {
    right: 2.3%;
    width: 39%;
  }
}
.p-visual__group {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.89%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 750px) {
  .p-visual__group {
    top: 0;
    transform: translateY(0);
    width: 7.3%;
    height: var(--vh);
    max-height: 100vh;
  }
}
@media screen and (max-width: 750px) {
  .p-visual__group img {
    position: absolute;
    bottom: 4.8rem;
    left: 0;
    width: 100%;
  }
}
.p-visual__title {
  position: absolute;
  top: 50%;
  right: 7.2%;
  transform: translateY(-50%);
  width: 21.9%;
}
@media screen and (max-width: 750px) {
  .p-visual__title {
    top: 25%;
    right: 5%;
    transform: translateY(0);
    width: 45%;
  }
}
.p-visual__title-artist {
  width: 67.4%;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .p-visual__title-artist {
    width: 72.5%;
  }
}
.p-visual__title-anniv {
  margin-top: 8.5%;
}
@media screen and (max-width: 750px) {
  .p-visual__title-anniv {
    margin-top: 8%;
  }
}
.p-visual__scroll {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: var(--color-white);
  font-family: var(--font-eng);
  mix-blend-mode: difference;
}
@media screen and (max-width: 750px) {
  .p-visual__scroll {
    font-size: 0.9rem;
  }
}

.p-release_info__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-gray);
  opacity: 0;
  pointer-events: none;
}
.p-release_info__inner {
  max-width: 110rem;
  margin: 0 auto;
  padding-top: 19.1rem;
  padding-bottom: 20.4rem;
}
@media screen and (max-width: 750px) {
  .p-release_info__inner {
    padding-top: 12.4rem;
    padding-bottom: 12.4rem;
  }
}
.p-release_info__head {
  position: absolute;
  top: 0;
  left: 0;
  width: 37%;
  height: 100%;
  transform: translateX(2rem);
  opacity: 0;
  transition: transform 0.8s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-release_info__head {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
}
.p-release_info.is-active .p-release_info__head {
  transform: translateX(0);
  opacity: 1;
}
.p-release_info__head-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 19.1rem;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-release_info__head-inner {
    position: relative;
    top: 0;
  }
}
.p-release_info__body {
  width: 55%;
  margin-top: 0.2rem;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .p-release_info__body {
    width: 90%;
    margin: 0 auto;
    margin-top: 4.4rem;
  }
}
.p-release_info__title {
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 3.9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 750px) {
  .p-release_info__title {
    text-align: center;
    font-size: 2rem;
  }
}
.p-release_info__intro {
  margin-top: 8.3rem;
}
@media screen and (max-width: 750px) {
  .p-release_info__intro {
    margin-top: 2.5rem;
    transform: translateX(1.5rem);
    opacity: 0;
    transition: transform 0.8s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
  }
  .p-release_info__intro.is-active {
    transform: translateX(0);
    opacity: 1;
  }
}
.p-release_info__subtitle {
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 2.5rem;
  line-height: 1.42;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-release_info__subtitle {
    text-align: center;
    font-size: 1.5rem;
  }
}
.p-release_info__date {
  margin-top: 2rem;
  color: var(--color-white);
  font-family: var(--font-jp);
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 750px) {
  .p-release_info__date {
    margin-top: 1.3rem;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
}
.p-release_info__text {
  margin-top: 4rem;
  color: var(--color-white);
  font-family: var(--font-jp);
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 750px) {
  .p-release_info__text {
    margin-top: 2rem;
    font-size: 1.1rem;
    line-height: 1.9;
  }
}
.p-release_info__visual {
  transform: scale(1.06);
  opacity: 0;
  transition: transform 0.8s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-release_info__visual {
    width: 66.8%;
    margin: 0 auto;
  }
}
.p-release_info.is-active .p-release_info__visual {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.3s, 0.3s;
}
.p-release_info__detail {
  margin-top: 9.5rem;
  transform: translateX(1.5rem);
  opacity: 0;
  transition: transform 0.8s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-release_info__detail {
    margin-top: 6.8rem;
  }
}
.p-release_info__detail.is-active {
  transform: translateX(0);
  opacity: 1;
}
.p-release_info__detail-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-release_info__detail-body {
  margin-top: 2.8rem;
}
@media screen and (max-width: 750px) {
  .p-release_info__detail-body {
    margin-top: 1.7rem;
  }
}
.p-release_info__detail-title {
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 1.9rem;
}
@media screen and (max-width: 750px) {
  .p-release_info__detail-title {
    font-size: 1.3rem;
    margin-left: 0.2rem;
  }
}
.p-release_info__detail-subtitle {
  color: var(--color-white);
}
@media screen and (max-width: 750px) {
  .p-release_info__detail-subtitle {
    font-size: 1rem;
  }
}
.p-release_info__package {
  margin-top: 11rem;
  transform: translateX(1.5rem);
  opacity: 0;
  transition: transform 0.8s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-release_info__package {
    margin-top: 4.8rem;
  }
}
.p-release_info__package.is-active {
  transform: translateX(0);
  opacity: 1;
}
.p-release_info__package-list-item:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .p-release_info__package-list-item:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.p-release_info_detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 2.4rem;
  border-top: 1px solid var(--color-white-translucent);
}
@media screen and (max-width: 750px) {
  .p-release_info_detail {
    padding-top: 1.7rem;
    padding-bottom: 1.5rem;
  }
}
.p-release_info__detail-list-item:last-child .p-release_info_detail {
  border-bottom: 1px solid var(--color-white-translucent);
}
.p-release_info_detail__head {
  width: 13.8rem;
}
@media screen and (max-width: 750px) {
  .p-release_info_detail__head {
    width: 7.5rem;
  }
}
.p-release_info_detail__body {
  flex-basis: 0;
  flex-grow: 1;
}
.p-release_info_detail__label {
  color: var(--color-white);
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  .p-release_info_detail__label {
    letter-spacing: 0.04em;
  }
}
.p-release_info_detail__description {
  color: var(--color-white);
  letter-spacing: 0.04em;
}
.p-release_info_detail__step-list-item:nth-child(n+2) {
  margin-top: 1.1rem;
}

.p-release_info_step {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.p-release_info_step__num {
  width: 3.8rem;
  color: var(--color-white);
  font-family: var(--font-eng);
}
@media screen and (max-width: 750px) {
  .p-release_info_step__num {
    width: 2.5rem;
  }
}
.p-release_info_step__description {
  flex-basis: 0;
  flex-grow: 1;
  color: var(--color-white);
}
@media screen and (max-width: 750px) {
  .p-release_info_step__description {
    letter-spacing: -0.04em;
  }
}

.p-release_info_package {
  background: var(--color-white);
}
.p-release_info_package__inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2.1rem;
}
@media screen and (max-width: 750px) {
  .p-release_info_package__inner {
    width: calc(100% - 2.5rem);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.p-release_info_package__body {
  flex-basis: 0;
  flex-grow: 1;
  padding-top: 0.5rem;
  margin-left: 0.9rem;
}
@media screen and (max-width: 750px) {
  .p-release_info_package__body {
    margin-left: 0.4rem;
    padding-top: 0.2rem;
  }
}
.p-release_info_package__foot {
  width: 23.2%;
  margin-left: 5%;
}
@media screen and (max-width: 750px) {
  .p-release_info_package__foot {
    width: 24.2%;
    margin-left: 6%;
  }
}
.p-release_info_package__label {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .p-release_info_package__label {
    font-size: 0.9rem;
  }
}
.p-release_info_package__detail {
  margin-top: 1rem;
}
.p-release_info_package__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0.4rem 1rem 0.9rem;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 750px) {
  .p-release_info_package__title {
    padding: 0.2rem 0.4rem 0.4rem;
    font-size: 3.2rem;
    letter-spacing: -0.07em;
  }
}
.p-release_info_package__lead {
  margin-top: 0.8rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .p-release_info_package__lead {
    margin-top: 0.6rem;
    font-size: 1.2rem;
  }
}
.p-release_info_package__num {
  position: absolute;
  top: 0.7rem;
  right: 0;
  font-family: var(--font-eng);
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 750px) {
  .p-release_info_package__num {
    top: 0.2rem;
    font-size: 0.9rem;
  }
}
.p-release_info_package__description {
  margin-top: 2rem;
  font-family: var(--font-eng);
}
@media screen and (max-width: 750px) {
  .p-release_info_package__description {
    margin-top: 1.1rem;
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
.p-release_info_package__vote {
  width: 100%;
  height: 100%;
  border-left: 1px solid var(--color-black);
}
.p-release_info_package__vote-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--color-black);
}
.p-release_info_package__vote-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 21%;
  padding-top: 21%;
  background: url(../img/arrow_l.svg) no-repeat center center/100% auto;
}
@media (hover: hover) {
  .p-release_info_package__vote-link:hover::after {
    animation: MoveArrow 1s var(--ease-out-cubic);
  }
}

.p-release_info_package__vote-link-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-release_info_package__vote-link-text {
    left: 55%;
    font-size: 0.9rem;
    line-height: 1.2;
  }
}
.p-release_info_package__vote-link-text .--eng {
  font-family: var(--font-eng);
  font-size: 2.1rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .p-release_info_package__vote-link-text .--eng {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.p-release_song__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-white);
  opacity: 0;
  pointer-events: none;
}
.p-release_song__inner {
  width: 90%;
  max-width: 110rem;
  margin: 0 auto;
  padding-top: 18.1rem;
  padding-bottom: 19.4rem;
}
@media screen and (max-width: 750px) {
  .p-release_song__inner {
    padding-top: 11.8rem;
    padding-bottom: 10.8rem;
  }
}
.p-release_song__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .p-release_song__head {
    display: block;
  }
}
.p-release_song__title {
  font-family: var(--font-eng);
  font-size: 4rem;
  letter-spacing: 0.01em;
  transform: translateX(1.5rem);
  opacity: 0;
  transition: transform 0.8s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-release_song__title {
    font-size: 2rem;
  }
}
.p-release_song.is-active .p-release_song__title {
  transform: translateX(0);
  opacity: 1;
}
.p-release_song__vote {
  margin-top: 1.3rem;
  transform: translateX(1.5rem);
  opacity: 0;
  transition: transform 0.8s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-release_song__vote {
    width: 87.5%;
    margin: 0 auto;
    margin-top: 3.3rem;
  }
}
.p-release_song.is-active .p-release_song__vote {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.2s, 0.2s;
}
.p-release_song__vote-list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .p-release_song__vote-list {
    justify-content: flex-start;
  }
}
.p-release_song__vote-list-item {
  margin-left: 10rem;
}
@media screen and (max-width: 750px) {
  .p-release_song__vote-list-item {
    width: 43%;
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-release_song__vote-list-item:nth-child(even) {
    margin-left: 14%;
  }
}
.p-release_song__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 16.4rem;
  transform: translateX(2rem);
  opacity: 0;
  transition: transform 0.8s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-release_song__list {
    width: 87.5%;
    margin: 0 auto;
    margin-top: 5.4rem;
  }
}
.p-release_song.is-active .p-release_song__list {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.4s, 0.4s;
}
.p-release_song__list-item {
  width: 20%;
  margin-left: 6.6666666667%;
}
@media screen and (max-width: 750px) {
  .p-release_song__list-item {
    width: 43%;
    margin-left: 0;
  }
}
.p-release_song__list-item:nth-child(4n-3) {
  margin-left: 0;
}
.p-release_song__list-item:nth-child(n+5) {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .p-release_song__list-item:nth-child(even) {
    margin-left: 14%;
  }
}
@media screen and (max-width: 750px) {
  .p-release_song__list-item:nth-child(n+3) {
    margin-top: 4.3rem;
  }
}

.p-release_song_vote__title {
  font-size: 2.1rem;
}
@media screen and (max-width: 750px) {
  .p-release_song_vote__title {
    font-size: 1.3rem;
    letter-spacing: -0.025em;
  }
}
.p-release_song_vote__title.--eng {
  margin-top: 0.6rem;
  font-family: var(--font-eng);
  font-size: 2.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .p-release_song_vote__title.--eng {
    margin-top: 0.4rem;
    font-size: 1.4rem;
  }
}
.p-release_song_vote__more {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-release_song_vote__more {
    margin-top: 0.5rem;
  }
}
.p-release_song_vote__more-link {
  display: block;
  position: relative;
  width: 18rem;
  text-decoration: none;
  color: var(--color-black);
  font-family: var(--font-eng);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .p-release_song_vote__more-link {
    width: 11rem;
    font-size: 1rem;
  }
}
.p-release_song_vote__more-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-black);
}
@media screen and (max-width: 750px) {
  .p-release_song_vote__more-link::before {
    bottom: -0.6rem;
  }
}
.p-release_song_vote__more-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  right: 0;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/arrow_s_black.svg) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-release_song_vote__more-link::after {
    top: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (hover: hover) {
  .p-release_song_vote__more-link:hover::after {
    animation: MoveArrowSmall 1s var(--ease-out-cubic);
  }
}

.p-release_song__list-item:nth-child(even) .p-release_song_item {
  margin-top: 5.9rem;
}
@media screen and (max-width: 750px) {
  .p-release_song__list-item:nth-child(even) .p-release_song_item {
    margin-top: 0rem;
  }
}
.p-release_song_item__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.8rem;
}
@media screen and (max-width: 750px) {
  .p-release_song_item__info {
    margin-top: 0.9rem;
  }
}
.p-release_song_item__info-date {
  font-family: var(--font-eng);
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  .p-release_song_item__info-date {
    font-size: 0.9rem;
  }
}
.p-release_song_item__info-num {
  margin-top: 0.1rem;
  color: var(--color-black-translucent);
  font-family: var(--font-eng);
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-release_song_item__info-num {
    margin-top: 0;
    font-size: 0.9rem;
  }
}
.p-release_song_item__name {
  margin-top: 0.2rem;
  line-height: 1.35;
}
@media screen and (max-width: 750px) {
  .p-release_song_item__name {
    margin-top: -0.2rem;
    font-size: 1.2rem;
  }
}

.p-live {
  padding-top: 11.9rem;
  padding-bottom: 6.3rem;
}
.p-live__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-live__bg-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-gray);
}
.p-live__bg-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.8s var(--ease-out-cubic) 0.4s;
}
.p-live__bg-item.is-active {
  opacity: 1;
}
.p-live__bg-item-wrap {
  width: 100%;
  height: 100%;
  transition: transform 1.6s var(--ease-out-cubic);
  transform: rotate(-30deg) skewX(-30deg);
}
.p-live__bg-item.is-active .p-live__bg-item-wrap {
  transform: none;
  transition-delay: 0.4s;
}
.p-live__bg-item.is-scrolled .p-live__bg-item-wrap {
  transform: rotate(30deg) skewX(30deg);
}
.p-live__bg-item-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 130%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate(-50%, -50%) scale(1.22);
  transition: transform 3s var(--ease-out-sine);
}
.--world .p-live__bg-item-img {
  background-image: url(../img/tour_base01_pc.jpg);
}
.--america .p-live__bg-item-img {
  background-image: url(../img/tour_base02_pc.jpg);
}
.--asia .p-live__bg-item-img {
  background-image: url(../img/tour_base03_pc.jpg);
}
.--japan .p-live__bg-item-img {
  background-image: url(../img/tour_base04_pc.jpg);
}
.--budokan .p-live__bg-item-img {
  background-image: url(../img/tour_base05_pc.jpg);
}
.p-live__bg-item.is-active .p-live__bg-item-img {
  transform: translate(-50%, -50%) scale(1);
}
.p-live__bg_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-gray);
  opacity: 0;
  pointer-events: none;
}
.p-live__head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .p-live__head {
    position: relative;
    width: 100%;
  }
}
.p-live__head-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 3.5%;
  width: 38.9rem;
  max-width: 56vh;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-live__head-inner {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    max-width: none;
  }
}
.p-live__head-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding-top: 125%;
  color: var(--color-white);
}
@media screen and (max-width: 750px) {
  .p-live__head-content {
    position: relative;
    top: 0;
    transform: none;
    padding-top: 0;
  }
}
.p-live__title {
  position: absolute;
  top: 1.7rem;
  left: 0;
  font-family: var(--font-eng);
  font-size: 4rem;
  transform: translateX(1.5rem);
  opacity: 0;
  transition: transform 0.8s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-live__title {
    position: relative;
    top: 0;
    width: 89.2%;
    margin: 0 auto;
    font-size: 2rem;
  }
}
.p-live.is-active .p-live__title {
  transform: translateX(0);
  opacity: 1;
}
.p-live__nav {
  position: absolute;
  top: calc(50% - 0.3rem);
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .p-live__nav {
    position: relative;
    top: 0;
    transform: none;
    margin-top: 3.9rem;
  }
}
.p-live__nav-list {
  transform: translateX(1.5rem);
  opacity: 0;
  transition: transform 0.8s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
.p-live.is-active .p-live__nav-list {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.2s, 0.2s;
}
.p-live__nav-list-item:nth-child(n+2) {
  margin-top: 0.9rem;
}
@media screen and (max-width: 750px) {
  .p-live__nav-list-item:nth-child(n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-live__nav-list-item:last-child {
    border-bottom: 1px solid var(--color-white-translucent);
  }
}
.p-live__nav-link {
  display: flex;
  justify-self: flex-start;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--color-white-translucent);
}
@media screen and (max-width: 750px) {
  .p-live__nav-link {
    justify-content: flex-end;
    gap: 0.5em;
    width: 100%;
    height: 3.5rem;
    padding: 0 5.3%;
    border-top: 1px solid var(--color-white-translucent);
    color: var(--color-white);
  }
}
.p-live__nav-list-item.is-active .p-live__nav-link {
  color: var(--color-white);
  pointer-events: none;
}
.p-live__nav-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scaleX(0);
  transform-origin: right center;
  width: 100%;
  height: 1px;
  background: var(--color-white-translucent);
  transition: transform 0.8s var(--ease-inout-quart);
}
@media screen and (max-width: 750px) {
  .p-live__nav-link::after {
    content: none;
  }
}
@media (hover: hover) {
  .p-live__nav-link:hover::after {
    transform: translateY(-50%) scaleX(1);
    transform-origin: left center;
  }
}

.p-live__nav-num {
  font-family: var(--font-eng);
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-live__nav-num {
    margin-top: 0.3rem;
    font-size: 0.9rem;
  }
}
.p-live__nav-title {
  font-size: 1.4rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-live__nav-title {
    font-size: 1.15rem;
    line-height: 1.2;
  }
}
.p-live__nav-title:first-child {
  margin-left: 0 !important;
}
.p-live__nav-title .--eng {
  font-family: var(--font-eng);
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .p-live__nav-title .--eng {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.p-live__num {
  position: absolute;
  bottom: 4.3vh;
  left: 0;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 6.5rem;
  line-height: 1;
  letter-spacing: 0.03em;
  overflow: hidden;
}
.p-live__num-wrapper {
  transform: translateY(100%);
  transition: transform 1.1s var(--ease-inout-quart);
}
.p-live.is-active .p-live__num-wrapper {
  transform: translateY(0);
}
.p-live__num .num {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  transition: transform 1.1s var(--ease-inout-quint);
}
.p-live__num .num-index {
  display: inline-block;
  vertical-align: baseline;
}
.p-live__num .num-index:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
.p-live__num .num-index:nth-child(2) {
  top: 100%;
}
.p-live__num .num-index:nth-child(3) {
  top: 200%;
}
.p-live__num .num-index:nth-child(4) {
  top: 300%;
}
.p-live__num .num-index:nth-child(5) {
  top: 400%;
}
.p-live__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .p-live__body {
    position: relative;
    width: 89.5%;
    height: auto;
    margin: 0 auto;
    margin-top: 5.1rem;
  }
}
.p-live__body-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-live__body-inner {
    position: relative;
    height: auto;
  }
}
.p-live__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .p-live__block {
    position: relative;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .p-live__block:nth-child(n+2) {
    margin-top: 6.1rem;
  }
}
.p-live__block.is-active {
  pointer-events: auto;
}
.p-live__scroll_block {
  pointer-events: none;
}
.p-live__scroll_block-item {
  width: 100%;
  height: 150vh;
}

.p-live_block {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .p-live_block {
    height: auto;
    opacity: 0;
    transition: opacity 0.5s var(--ease-out-cubic);
  }
}
@media screen and (max-width: 750px) {
  .p-live__block.is-active .p-live_block {
    opacity: 1;
  }
}
.p-live_block__inner {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .p-live_block__inner {
    height: auto;
  }
}
.p-live_block__content {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .p-live_block__content {
    height: auto;
  }
}
.p-live_block__visual {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50rem;
  max-width: 56vh;
  max-height: 81.25vw;
}
@media screen and (max-width: 750px) {
  .p-live_block__visual {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: none;
    max-height: none;
    margin: 0 auto;
    padding: 14.3% 21%;
    overflow: hidden;
  }
}
.p-live_block__visual::before {
  content: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1.4) rotate(-10deg);
  transition: transform 2s var(--ease-out-sine);
}
@media screen and (max-width: 750px) {
  .p-live_block__visual::before {
    content: "";
  }
}
.p-live__block.is-active .p-live_block__visual::before {
  transform: scale(1);
}
.--world .p-live_block__visual::before {
  background-image: url(../img/tour_base01_pc.jpg);
}
.--america .p-live_block__visual::before {
  background-image: url(../img/tour_base02_pc.jpg);
}
.--asia .p-live_block__visual::before {
  background-image: url(../img/tour_base03_pc.jpg);
}
.--japan .p-live_block__visual::before {
  background-image: url(../img/tour_base04_pc.jpg);
}
.--budokan .p-live_block__visual::before {
  background-image: url(../img/tour_base05_pc.jpg);
}
.p-live_block__visual-wrapper {
  width: 100%;
  height: 100%;
  padding: 2rem;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition: -webkit-clip-path 1s var(--ease-inout-quint);
  transition: clip-path 1s var(--ease-inout-quint);
  transition: clip-path 1s var(--ease-inout-quint), -webkit-clip-path 1s var(--ease-inout-quint);
}
@media screen and (max-width: 750px) {
  .p-live_block__visual-wrapper {
    height: auto;
    padding: 1rem;
  }
}
.p-live__block.is-active .p-live_block__visual-wrapper {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.p-live__block.is-scrolled .p-live_block__visual-wrapper {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.p-live_block__visual-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.--world .p-live_block__visual-wrapper::before {
  background-image: url(../img/tour_base01_pc.jpg);
}
.--america .p-live_block__visual-wrapper::before {
  background-image: url(../img/tour_base02_pc.jpg);
}
.--asia .p-live_block__visual-wrapper::before {
  background-image: url(../img/tour_base03_pc.jpg);
}
.--japan .p-live_block__visual-wrapper::before {
  background-image: url(../img/tour_base04_pc.jpg);
}
.--budokan .p-live_block__visual-wrapper::before {
  background-image: url(../img/tour_base05_pc.jpg);
}
.p-live_block__visual-wrapper img {
  position: relative;
  max-height: 100%;
}
.p-live_block__info {
  position: absolute;
  top: 50%;
  left: calc(50% + 30rem);
  transform: translateY(-50%);
  color: var(--color-white);
  transform: translate(1.5rem, -50%);
  opacity: 0;
  transition: transform 0.8s var(--ease-out-cubic) 0.4s, opacity 0.5s var(--ease-out-cubic) 0.4s;
}
@media screen and (max-width: 750px) {
  .p-live_block__info {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(3rem);
  }
}
.p-live__block.is-active .p-live_block__info {
  transform: translate(0, -50%);
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .p-live__block.is-active .p-live_block__info {
    transform: translateX(0);
  }
}
.p-live__block.is-scrolled .p-live_block__info {
  opacity: 0;
}
.p-live_block__subtitle {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .p-live_block__subtitle {
    margin-top: 1.4rem;
    font-size: 1.2rem;
  }
}
.p-live_block__title {
  margin-top: 0.2rem;
  font-size: 3.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .p-live_block__title {
    margin-top: 0.5rem;
    font-size: 2.1rem;
    line-height: 1;
  }
}
.p-live_block__title:has(.--eng) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 750px) {
  .p-live_block__title:has(.--eng) {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .p-live_block__title:has(.--jp-small) {
    margin-top: 1rem;
  }
}
.p-live_block__title .--eng {
  font-family: var(--font-eng);
  font-size: 3.8rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 750px) {
  .p-live_block__title .--eng {
    font-size: 2.1rem;
  }
}
.p-live_block__title .--jp-small {
  font-size: 3.5rem;
  line-height: 0.9;
}
@media screen and (max-width: 750px) {
  .p-live_block__title .--jp-small {
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 0.03em;
  }
}
.p-live_block__more {
  margin-top: 5.1rem;
}
@media screen and (max-width: 750px) {
  .p-live_block__more {
    margin-top: 1.9rem;
  }
}
.p-live_block__more-link {
  display: block;
  position: relative;
  width: 25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-white);
  text-decoration: none;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .p-live_block__more-link {
    width: 56.9%;
    padding-bottom: 0.9rem;
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .p-live_block__more-link:hover::after {
    animation: MoveArrowSmall 1s var(--ease-out-cubic);
  }
}

.p-live_block__more-link:not([href]) {
  pointer-events: none;
  opacity: 0.3;
}
.p-live_block__more-link[href]::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  right: 0;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/arrow_s.svg) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-live_block__more-link[href]::after {
    top: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-live_block__schedule {
  margin-top: 3rem;
  margin-bottom: 6.3rem;
}
@media screen and (max-width: 750px) {
  .p-live_block__schedule {
    margin-top: 2.6rem;
    margin-bottom: 2.4rem;
  }
}
.p-live_block__schedule-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-live_block__schedule-list-item:nth-child(n+2) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-live_block__schedule-list-item:nth-child(n+2) {
    margin-top: 0.72rem;
  }
}
.p-live_block__schedule-date {
  width: 10.5rem;
  margin-top: 0.6rem;
  font-family: var(--font-eng);
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 750px) {
  .p-live_block__schedule-date {
    width: 7rem;
    margin-top: 0.2rem;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
  }
}
.p-live_block__schedule-date .day {
  vertical-align: baseline;
  font-size: 0.75em;
}
@media screen and (max-width: 750px) {
  .p-live_block__schedule-date .day {
    font-size: 1em;
  }
}
.p-live_block__schedule-venue {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-live_block__schedule-venue {
    font-size: 0.9rem;
  }
}
.p-live_block__date {
  margin-top: 2.4rem;
  font-family: var(--font-eng);
  font-size: 2.3rem;
}
@media screen and (max-width: 750px) {
  .p-live_block__date {
    margin-top: 1.1rem;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }
}
.p-live_block__start {
  margin-bottom: 5.9rem;
  font-family: var(--font-eng);
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 750px) {
  .p-live_block__start {
    margin-bottom: 2.4rem;
    font-size: 1rem;
    line-height: 1.15;
  }
}
.p-live_block__num {
  position: absolute;
  top: 0.1rem;
  right: 0;
  font-family: var(--font-eng);
  font-size: 0.9rem;
}

.p-opening {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: var(--color-white);
}
.is-loaded .p-opening {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s var(--ease-out-cubic);
}
.p-opening__title {
  position: absolute;
  top: 4.8rem;
  left: 5rem;
  width: 22.1rem;
}
@media screen and (max-width: 750px) {
  .p-opening__title {
    top: 2.4rem;
    left: 6.6%;
    width: 14.7rem;
  }
}
.p-opening__title-artist {
  width: 76.5%;
  transform: translateX(1.5rem);
  opacity: 0;
}
.is-ready .p-opening__title-artist {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.8s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
.p-opening__title-anniv {
  margin-top: 1.3rem;
  transform: translateX(1.5rem);
  opacity: 0;
}
.is-ready .p-opening__title-anniv {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.8s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-opening__title-anniv {
    margin-top: 0.8rem;
  }
}
.p-opening__title-eng {
  width: 68.8%;
  margin-top: 2.2rem;
  transform: translateX(1.5rem);
  opacity: 0;
}
.is-ready .p-opening__title-eng {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.8s var(--ease-out-cubic) 0.2s, opacity 0.5s var(--ease-out-cubic) 0.2s;
}
@media screen and (max-width: 750px) {
  .p-opening__title-eng {
    margin-top: 1.5rem;
  }
}
.p-opening__title-loading {
  margin-top: 2rem;
  font-family: var(--font-eng);
  font-size: 1.4rem;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-opening__title-loading {
    margin-top: 1.4rem;
    font-size: 0.95rem;
  }
}
.now-loading .p-opening__title-loading {
  opacity: 1;
  transition: opacity 0.8s var(--ease-out-cubic);
}
.now-loading .p-opening__title-loading-text {
  opacity: 0.5;
  animation: Flashing 0.05s infinite alternate;
}
.p-opening__sound {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.now-loading .p-opening__sound {
  opacity: 0;
  pointer-events: none;
}
.p-opening__loading {
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.now-loading .p-opening__loading {
  opacity: 1;
  transition: opacity 0.8s var(--ease-out-cubic);
  pointer-events: auto;
}
.is-loaded .p-opening__loading {
  pointer-events: none;
}

.p-opening_sound {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-opening_sound__content {
  position: absolute;
  top: 49.5%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0;
}
.is-ready .p-opening_sound__content {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: transform 0.8s var(--ease-out-cubic) 0.5s, opacity 0.5s var(--ease-out-cubic) 0.5s;
}
.p-opening_sound__label {
  text-align: center;
  font-family: var(--font-eng);
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .p-opening_sound__label {
    font-size: 1.4rem;
  }
}
.p-opening_sound__switch {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.3rem;
}
@media screen and (max-width: 750px) {
  .p-opening_sound__switch {
    margin-top: 1.5rem;
  }
}
.p-opening_sound__switch-btn {
  position: relative;
  width: 13rem;
  margin: 0 1.5rem;
  pointer-events: none;
  color: var(--color-black);
}
@media screen and (max-width: 750px) {
  .p-opening_sound__switch-btn {
    width: 8rem;
    margin: 0 1rem;
  }
}
.is-ready .p-opening_sound__switch-btn {
  pointer-events: auto;
}
.is-ready.now-loading .p-opening_sound__switch-btn {
  pointer-events: none;
}
.p-opening_sound__switch-btn-frame {
  display: block;
  transition: transform 0.5s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-opening_sound__switch-btn:hover .p-opening_sound__switch-btn-frame {
    transform: scale(0.95);
  }
}
.p-opening_sound__switch-btn-frame img {
  width: 100%;
}
.p-opening_sound__switch-btn-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  font-family: var(--font-eng);
  font-size: 2.2rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .p-opening_sound__switch-btn-text {
    font-size: 1.6rem;
  }
}

.p-opening_loading {
  width: 100%;
  height: 100%;
}
.p-opening_loading__wrapper {
  width: calc(100% - 10rem);
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-opening_loading__wrapper {
    width: 86.8%;
  }
}
.p-opening_loading__inner {
  position: absolute;
  top: 53.2%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20rem;
}
@media screen and (max-width: 750px) {
  .p-opening_loading__inner {
    top: 52.7%;
    width: 10rem;
  }
}
.p-opening_loading__thumb {
  z-index: 1;
}
.load-complete .p-opening_loading__thumb {
  transform: scale(5);
  filter: blur(10px);
  transition: transform 1.4s var(--ease-inout-quint), filter 1.6s var(--ease-inout-quart);
}
.p-opening_loading__thumb-list {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.p-opening_loading__thumb-list-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-opening_loading__thumb-list-item img {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 0.8s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
.now-loading .p-opening_loading__thumb-list-item:first-child img {
  transform: scale(1);
  opacity: 1;
}

.p-opening_loading__thumb-list-item.is-active img {
  transform: scale(1);
  opacity: 1;
}

.p-opening_loading__thumb-list-item.is-active:last-child img {
  transform: scale(1);
  opacity: 1;
  transition-timing-function: var(--ease-out-sine), var(--ease-out-cubic);
  transition-duration: 1.2s, 0.5s;
}

.p-opening_loading__percent {
  margin-top: 2.5rem;
  text-align: center;
  font-family: var(--font-eng);
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .p-opening_loading__percent {
    margin-top: 1.1rem;
    font-size: 1.5rem;
  }
}
.p-opening_loading__arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
}
@media screen and (max-width: 750px) {
  .p-opening_loading__arrow {
    width: 0.8rem;
  }
}
.p-opening_loading__deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .p-opening_loading__deco {
    right: -4.5%;
    width: 15px;
  }
}
.p-opening_loading__deco::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 200%;
  background: url(../img/ruler.png) repeat-y right top/100% auto;
}
@media screen and (min-width: 751px) {
  .p-opening_loading__deco::before {
    animation: RulerLoopPc 2s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .p-opening_loading__deco::before {
    animation: RulerLoopSp 1s linear infinite;
  }
}