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

.l-footer__bnr {
  display: none;
}

.l-footer__inner {
  padding: 0 0 2px;
}

.p-4dx_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #110330;
}
.is-load .p-4dx_loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: 1;
}

.is-red {
  color: #e9578b;
  vertical-align: baseline;
}

span {
  vertical-align: baseline;
}

.p-4dx {
  padding-top: 40px;
  overflow: hidden;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-4dx {
    padding-top: 7px;
  }
}
.p-4dx__bg {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/4dx/bg_4dx.jpg) no-repeat center top;
  background-size: cover;
}

.p-4dx_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding-top: 10px;
  pointer-events: none;
  transform: translateY(-10%);
}
.is-load .p-4dx_menu {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 899px) {
  .p-4dx_menu {
    padding-top: 6px;
  }
}
.p-4dx_menu__content {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 260px;
  border-radius: 15px;
  background-color: #000;
  padding: 35px 30px 37px;
}
@media screen and (max-width: 899px) {
  .p-4dx_menu__content {
    min-width: 205px;
    padding: 25px 22px 26px;
  }
}
.is-menu-open .p-4dx_menu__content {
  pointer-events: all;
}
.p-4dx_menu__inner {
  transform: translateY(-93.8%);
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (max-width: 899px) {
  .p-4dx_menu__inner {
    transform: translateY(-92%);
  }
}
.is-menu-open .p-4dx_menu__inner {
  transform: translateY(0);
}
.p-4dx_menu__list-item + .p-4dx_menu__list-item {
  margin-top: 16.5px;
}
@media screen and (max-width: 899px) {
  .p-4dx_menu__list-item + .p-4dx_menu__list-item {
    margin-top: 12px;
  }
}
.p-4dx_menu__list-item a {
  text-decoration: none;
  font-family: "Vidaloka", serif;
  font-weight: 400;
  color: #fff;
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-4dx_menu__list-item a:hover {
    color: #e9578b;
  }
}
@media screen and (max-width: 899px) {
  .p-4dx_menu__list-item a {
    font-size: 16px;
    padding-left: 19px;
  }
}
.p-4dx_menu__list-item a::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-mask: url(../img/4dx/cap_deco.svg) no-repeat center center;
  mask: url(../img/4dx/cap_deco.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
}
@media screen and (max-width: 899px) {
  .p-4dx_menu__list-item a::after {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}
.p-4dx_menu__btn {
  margin: 0 auto;
  width: 140px;
  text-align: center;
  cursor: pointer;
  position: relative;
  pointer-events: all;
  border-radius: 0 0 15px 15px;
  margin-top: -1px;
}
@media screen and (max-width: 899px) {
  .p-4dx_menu__btn {
    width: 140px;
  }
}
@media (hover: hover) {
  .p-4dx_menu__btn:hover .p-4dx_menu__btn-text {
    color: #e9578b;
  }
}
.p-4dx_menu__btn-text {
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  font-family: "Vidaloka", serif;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 899px) {
  .p-4dx_menu__btn-text {
    font-size: 12px;
  }
}
.p-4dx_menu__btn-text.-close {
  opacity: 0;
}
.is-menu-open .p-4dx_menu__btn-text.-close {
  opacity: 1;
}
.is-menu-open .p-4dx_menu__btn-text.-open {
  opacity: 0;
}

.p-4dx_hero {
  position: relative;
  margin: 0 auto;
  margin-bottom: 49px;
  width: 94.3%;
  transform: scale(1.05);
}
.is-load .p-4dx_hero {
  transform: scale(1);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 899px) {
  .p-4dx_hero {
    width: 96.3%;
    margin-bottom: 32px;
  }
}
.p-4dx_hero__date {
  position: absolute;
  top: -3%;
  left: -1.5%;
  width: 15.2%;
}
@media screen and (max-width: 899px) {
  .p-4dx_hero__date {
    top: auto;
    bottom: -2%;
    width: 33.3%;
    left: -0.5%;
  }
}
.p-4dx_hero__date img {
  transform: rotateY(450deg);
}
.is-load .p-4dx_hero__date img {
  transform: rotateY(0);
  transition: transform 1.2s cubic-bezier(0.76, 0, 0.24, 1) 0.5s;
}
.p-4dx_hero__content {
  position: absolute;
  top: 0;
  left: 9%;
  height: 100%;
  width: 40%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .p-4dx_hero__content {
    top: 2%;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    height: 41%;
  }
}
.p-4dx_hero__logo {
  margin: 0 auto;
  width: 98.5%;
  transform: translateY(-6%);
}
@media screen and (max-width: 899px) {
  .p-4dx_hero__logo {
    width: 82%;
  }
}

.p-4dx_content {
  position: relative;
}

.p-4dx_section {
  padding-top: 60px;
}
@media screen and (max-width: 899px) {
  .p-4dx_section {
    padding-top: 50px;
  }
}
.p-4dx_section__content {
  margin: 0 auto;
  width: 90%;
  max-width: 1160px;
}
.p-4dx_section__ttl {
  margin-bottom: 56px;
  transform: translateY(35px);
  opacity: 0;
}
.p-4dx_section.is-active .p-4dx_section__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-4dx_section__ttl {
    margin-bottom: 33px;
  }
}
.p-4dx_section__ttl-sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(90deg, #c99adc 0%, #cfb3f6 50%, #c99adc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  margin-bottom: 17px;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-4dx_section__ttl-sub {
    margin-bottom: 9px;
    font-size: 13px;
  }
}
.p-4dx_section h2 {
  font-family: "Vidaloka", serif;
  font-weight: 400;
  position: relative;
  font-size: 63px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(90deg, #c99adc 0%, #cfb3f6 50%, #c99adc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 27px;
}
@media screen and (max-width: 899px) {
  .p-4dx_section h2 {
    padding: 0 15px;
    font-size: 39px;
  }
}
.p-4dx_section h2::before, .p-4dx_section h2::after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0px;
  background: url(../img/4dx/cap_deco.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-4dx_section h2::before, .p-4dx_section h2::after {
    width: 10px;
  }
}
.p-4dx_section h2::before {
  left: 0;
}
.p-4dx_section h2::after {
  right: 0;
}

.p-movie__list {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(35px);
  opacity: 0;
}
.p-4dx_section.is-active .p-movie__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-movie__list-item {
  width: 48.3%;
  margin-right: 3.4%;
  margin-bottom: 4%;
  cursor: pointer;
}
@media (hover: hover) {
  .p-movie__list-item:hover .p-movie__list-thumb-img {
    transform: scale(1.05);
  }
  .p-movie__list-item:hover .p-movie__list-thumb-img::before {
    opacity: 0.5;
  }
}
@media screen and (min-width: 900px) {
  .p-movie__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-movie__list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }
}
.p-movie__list-thumb {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.p-movie__list-thumb::before, .p-movie__list-thumb::after {
  content: "";
  width: 22%;
  padding-top: 22%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.p-movie__list-thumb::before {
  background: url(../img/common/btn_play01.png) no-repeat center center;
  background-size: contain;
}
.p-movie__list-thumb::after {
  background: url(../img/common/btn_play02.png) no-repeat center center;
  background-size: contain;
}
.is-load .p-movie__list-thumb::after {
  animation: loop_rotate2 10s linear infinite;
}
.p-movie__list-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-movie__list-thumb-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #091d46;
  opacity: 0.3;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-movie__list-ttl {
  line-height: 1.4;
  margin-top: 11px;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 899px) {
  .p-movie__list-ttl {
    font-size: 13px;
    margin-top: 10px;
  }
}

.p-intro {
  margin-top: 125px;
  position: relative;
  padding-top: 172px;
}
@media screen and (max-width: 899px) {
  .p-intro {
    margin-top: 67px;
    padding-top: 85px;
  }
}
.p-intro__content {
  width: 100%;
  max-width: none;
}
.p-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 15%;
  opacity: 0.4;
}
.p-intro__bg-inner {
  height: 100%;
  height: 100%;
  background-color: #110330;
}
.p-intro__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 115%;
  padding-top: 42%;
  display: block;
  background-color: #110330;
  border-radius: 50%;
}
@media screen and (max-width: 899px) {
  .p-intro__bg::before {
    width: 110%;
  }
}

.p-intro_main {
  position: relative;
  padding-bottom: 13.9rem;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-intro_main {
    padding-bottom: 8rem;
  }
}
.p-intro_main__inner {
  padding: 0 5%;
}
.p-intro_main__deco {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 1930px) {
  .p-intro_main__deco {
    max-width: 1800px;
  }
}
.p-intro_main__deco-item {
  position: absolute;
  transform: translateY(45px);
  opacity: 0;
}
@media screen and (max-width: 899px) {
  .p-intro_main__deco-item .p-in_img {
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
.is-load .p-intro_main__deco-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-intro_main__deco-item:nth-child(1) {
  transition-delay: 0.4s;
}
.is-load .p-intro_main__deco-item:nth-child(2) {
  transition-delay: 0.58s;
}
.is-load .p-intro_main__deco-item:nth-child(3) {
  transition-delay: 0.76s;
}
.is-load .p-intro_main__deco-item:nth-child(4) {
  transition-delay: 0.94s;
}
.p-intro_main__deco-item:nth-child(1) {
  top: -3%;
  left: 7%;
  width: 13%;
}
@media screen and (max-width: 899px) {
  .p-intro_main__deco-item:nth-child(1) {
    top: -3.5%;
    left: -5%;
    width: 23%;
  }
}
.p-intro_main__deco-item:nth-child(2) {
  top: 2%;
  right: -3.5%;
  width: 20.5%;
}
@media screen and (max-width: 899px) {
  .p-intro_main__deco-item:nth-child(2) {
    top: 8%;
    right: -12.5%;
    width: 31.5%;
  }
}
.p-intro_main__deco-item:nth-child(3) {
  top: 17.6%;
  left: -4.5%;
  width: 21.8%;
}
@media screen and (max-width: 899px) {
  .p-intro_main__deco-item:nth-child(3) {
    top: 13.5%;
    left: -8.5%;
    width: 32.8%;
  }
}
.p-intro_main__deco-item:nth-child(4) {
  bottom: 14%;
  right: 6%;
  width: 13.3%;
}
@media screen and (max-width: 899px) {
  .p-intro_main__deco-item:nth-child(4) {
    bottom: 13%;
    right: 2%;
    width: 22.3%;
  }
}
.p-intro_main__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 1.55;
  letter-spacing: 0.1rem;
  margin-bottom: 3.7rem;
  transform: translateY(30px);
  opacity: 0;
}
.p-4dx_section.is-active .p-intro_main__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 899px) {
  .p-intro_main__ttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.p-intro_main__text {
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-intro_main__text {
    line-height: 2;
    font-size: 1.3rem;
  }
}
.p-intro_main__text-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transform: translateY(35px);
  opacity: 0;
}
.p-4dx_section.is-active .p-intro_main__text-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-4dx_section.is-active .p-intro_main__text-item:nth-child(1) {
  transition-delay: 0.7s;
}
.p-4dx_section.is-active .p-intro_main__text-item:nth-child(2) {
  transition-delay: 0.9s;
}
.p-4dx_section.is-active .p-intro_main__text-item:nth-child(3) {
  transition-delay: 1.1s;
}
.p-intro_main__text-item.is-grad {
  background: linear-gradient(90deg, #e9578b 0%, #e6885e 50%, #e9578b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-intro_main__text-item + .p-intro_main__text-item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 899px) {
  .p-intro_main__text-item + .p-intro_main__text-item {
    margin-top: 1.5rem;
  }
}
.p-intro_main__foot {
  text-align: center;
  margin-top: 4.5rem;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: -0.05rem;
  position: relative;
  z-index: 1;
  transform: translateY(30px);
  opacity: 0;
}
.p-intro_main__foot.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
@media screen and (max-width: 899px) {
  .p-intro_main__foot {
    line-height: 1.8;
    margin-top: 3.1rem;
    font-size: 1.5rem;
  }
}
.p-intro_main__foot-item + .p-intro_main__foot-item {
  margin-top: 1.8rem;
}
@media screen and (max-width: 899px) {
  .p-intro_main__foot-item + .p-intro_main__foot-item {
    margin-top: 1.1rem;
  }
}
.p-intro_main__4dx {
  margin: 0 auto;
  width: 90%;
  max-width: 1052px;
  position: relative;
  margin-top: 62px;
  transform: translateY(35px);
  opacity: 0;
}
.p-intro_main__4dx.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-intro_main__4dx {
    width: 100%;
    margin-top: 44px;
  }
}
.p-intro_main__4dx-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-intro_main__4dx-frame-line {
  background-color: #b39242;
}
.p-intro_main__4dx-frame-line:nth-child(1) {
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 899px) {
  .p-intro_main__4dx-frame-line:nth-child(1) {
    width: calc(100% - 20px);
  }
}
.p-intro_main__4dx-frame-line:nth-child(2) {
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 899px) {
  .p-intro_main__4dx-frame-line:nth-child(2) {
    width: calc(100% - 20px);
  }
}
.p-intro_main__4dx-frame-line:nth-child(3) {
  height: calc(100% - 30px);
  width: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .p-intro_main__4dx-frame-line:nth-child(3) {
    height: calc(100% - 10px);
  }
}
.p-intro_main__4dx-frame-line:nth-child(4) {
  height: calc(100% - 30px);
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .p-intro_main__4dx-frame-line:nth-child(4) {
    height: calc(100% - 10px);
  }
}
.p-intro_main__4dx-points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-intro_main__4dx-points-item {
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-mask: url(../img/4dx/cap_deco.svg) no-repeat center center;
  mask: url(../img/4dx/cap_deco.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #b39242;
}
@media screen and (max-width: 899px) {
  .p-intro_main__4dx-points-item {
    width: 10px;
    height: 10px;
  }
}
.p-intro_main__4dx-points-item:nth-child(1) {
  top: -9px;
  left: -9px;
}
@media screen and (max-width: 899px) {
  .p-intro_main__4dx-points-item:nth-child(1) {
    top: -5px;
    left: -1px;
  }
}
.p-intro_main__4dx-points-item:nth-child(2) {
  bottom: -9px;
  left: -9px;
}
@media screen and (max-width: 899px) {
  .p-intro_main__4dx-points-item:nth-child(2) {
    bottom: -5px;
    left: -1px;
  }
}
.p-intro_main__4dx-points-item:nth-child(3) {
  top: -9px;
  right: -9px;
}
@media screen and (max-width: 899px) {
  .p-intro_main__4dx-points-item:nth-child(3) {
    top: -5px;
    right: -1px;
  }
}
.p-intro_main__4dx-points-item:nth-child(4) {
  bottom: -9px;
  right: -9px;
}
@media screen and (max-width: 899px) {
  .p-intro_main__4dx-points-item:nth-child(4) {
    bottom: -5px;
    right: -1px;
  }
}
.p-intro_main__4dx-inner {
  padding: 39px 45px 36px;
  line-height: 2.3;
}
@media screen and (max-width: 899px) {
  .p-intro_main__4dx-inner {
    padding: 31px 22px 31px;
  }
}
.p-intro_main__4dx-cap {
  text-align: center;
  font-size: 23px;
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin-bottom: 23px;
}
@media screen and (max-width: 899px) {
  .p-intro_main__4dx-cap {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.p-intro_main__4dx-lead {
  font-size: 13px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 899px) {
  .p-intro_main__4dx-lead {
    font-size: 11px;
    line-height: 1.75;
  }
}

.p-intro_route {
  text-align: center;
  margin-top: 50px;
  position: relative;
  padding-top: 64px;
}
@media screen and (max-width: 899px) {
  .p-intro_route {
    margin-top: 33px;
    padding-top: 36px;
  }
}
.p-intro_route::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/deco_ttl.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-intro_route::before {
    height: 4px;
  }
}
.p-intro_route__head {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (max-width: 899px) {
  .p-intro_route__head {
    width: 100%;
  }
}
.p-intro_route__head-ttl {
  font-size: 3.4rem;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 29px;
  font-weight: 700;
  transform: translateY(25px);
  opacity: 0;
}
.p-intro_route.is-active .p-intro_route__head-ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-intro_route__head-ttl {
    line-height: 1.4;
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.p-intro_route__head-label {
  position: absolute;
  top: -85%;
  right: 0;
  transform: translateY(-50%);
  width: 20%;
}
@media screen and (max-width: 899px) {
  .p-intro_route__head-label {
    top: 24%;
    width: 27%;
  }
}
.p-intro_route__head-label img {
  transform: scale(0.8);
  opacity: 0;
}
.p-intro_route.is-active .p-intro_route__head-label img {
  opacity: 1;
  transform: scale(1);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
.p-intro_route__text {
  line-height: 2.1;
  transform: translateY(25px);
  opacity: 0;
}
.p-intro_route.is-active .p-intro_route__text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 899px) {
  .p-intro_route__text {
    line-height: 2;
    font-size: 1.3rem;
  }
}
.p-intro_route__note {
  font-size: 1.3rem;
  margin-top: 8px;
}
@media screen and (max-width: 899px) {
  .p-intro_route__note {
    line-height: 1.8;
    font-size: 1.1rem;
  }
}
.p-intro_route__blocks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 29px;
  width: 90%;
  max-width: 1070px;
  position: relative;
  color: #000;
}
@media screen and (max-width: 899px) {
  .p-intro_route__blocks {
    max-width: 500px;
    width: 94%;
    display: block;
  }
}
.p-intro_route__blocks-head {
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
  width: 72%;
}
@media screen and (max-width: 899px) {
  .p-intro_route__blocks-head {
    width: 92%;
    top: 0%;
  }
}
.p-intro_route__blocks-item {
  width: 47.5%;
  position: relative;
  margin-bottom: 3.5%;
  transform: translate(-30px, 30px);
  opacity: 0;
}
.p-intro_route__blocks-item.is-active {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-intro_route__blocks-item {
    width: 100%;
    margin-bottom: 8.5%;
  }
}
@media screen and (min-width: 900px) {
  .p-intro_route__blocks-item:nth-child(2n) {
    margin-left: 5%;
  }
}
.p-intro_route__blocks-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.p-intro_route__blocks-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49%;
  padding: 16% 8% 8%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 899px) {
  .p-intro_route__blocks-content {
    justify-content: center;
    height: 55%;
    padding: 18% 5% 5%;
  }
}
.p-intro_route__blocks-catch {
  font-size: 2.75rem;
  line-height: 1.2;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 4.8%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-intro_route__blocks-catch {
    flex-grow: 0;
    line-height: 1.4;
    font-size: 1.8rem;
    padding-bottom: 6%;
  }
}
.p-intro_route__blocks-catch::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/common/deco_ttl.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-intro_route__blocks-catch::before {
    height: 3px;
  }
}
.p-intro_route__blocks-lead {
  line-height: 1.9;
  margin-top: 4.5%;
}
@media screen and (max-width: 899px) {
  .p-intro_route__blocks-lead {
    font-size: 1.2rem;
  }
}
.p-intro_route__blocks-thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.p-intro_route__blocks-thumbs-item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.p-intro_route__blocks-thumbs-item.is-current {
  opacity: 1;
}

.p-intro_info {
  position: relative;
}
.p-intro_info__bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #000;
  display: flex;
  overflow: hidden;
}
.p-intro_info__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
}
.p-intro_info__bg-item {
  width: 33.33%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-intro_info__bg-item {
    width: 50%;
  }
}
.is-load .p-intro_info__bg-item .p-intro_info__bg-list {
  animation: loop_vertical 55s linear infinite reverse;
}
.is-load .p-intro_info__bg-item:nth-child(2) .p-intro_info__bg-list {
  animation: loop_vertical 55s linear infinite;
}
@media screen and (max-width: 899px) {
  .p-intro_info__bg-item:nth-child(3) {
    display: none;
  }
}
.p-intro_info__bg-list {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.p-intro_info__content {
  position: relative;
  padding: 12.5rem 0 14.4rem;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-intro_info__content {
    padding: 7.3rem 0 7.1rem;
  }
}
.p-intro_info__box + .p-intro_info__box {
  margin-top: 6.3rem;
  padding-top: 5.3rem;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-intro_info__box + .p-intro_info__box {
    margin-top: 3.4rem;
    padding-top: 3.6rem;
  }
}
.p-intro_info__box + .p-intro_info__box::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/deco_ttl.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-intro_info__box + .p-intro_info__box::before {
    height: 4px;
  }
}
.p-intro_info__ttl {
  text-align: center;
  background: linear-gradient(90deg, #e9578b 0%, #e6885e 50%, #e9578b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.45;
  transform: translateY(30px);
  opacity: 0;
}
.p-intro_info__box.is-active .p-intro_info__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-intro_info__ttl {
    font-size: 23px;
    margin: 0 auto 22px;
  }
}
.p-intro_info__ttl .is-small {
  font-size: 2.1rem;
}
@media screen and (max-width: 899px) {
  .p-intro_info__ttl .is-small {
    font-size: 15px;
  }
}
.p-intro_info__text {
  color: #fff;
  text-align: center;
  line-height: 2.1;
  transform: translateY(30px);
  opacity: 0;
}
.p-intro_info__box.is-active .p-intro_info__text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 899px) {
  .p-intro_info__text {
    line-height: 1.8;
    text-align: left;
    font-size: 12.5px;
    letter-spacing: 0.1rem;
  }
}
.p-intro_info__text-item + .p-intro_info__text-item {
  margin-top: 0.9rem;
}
@media screen and (max-width: 899px) {
  .p-intro_info__text-item + .p-intro_info__text-item {
    margin-top: 1.3rem;
  }
}
.p-intro_info__text-item.is-large {
  font-size: 2.4rem;
}
@media screen and (max-width: 899px) {
  .p-intro_info__text-item.is-large {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.p-intro_info__thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 92%;
  margin-top: 33px;
}
@media screen and (max-width: 899px) {
  .p-intro_info__thumbs {
    width: 99%;
    margin-top: 23px;
  }
}
.p-intro_info__thumbs-item {
  width: 24%;
  margin-right: 1.33%;
  transform: translateY(35px);
  opacity: 0;
}
.p-intro_info__thumbs-item:last-of-type {
  margin-right: 0;
}
.p-intro_info__box.is-active .p-intro_info__thumbs-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-intro_info__box.is-active .p-intro_info__thumbs-item:nth-child(1) {
  transition-delay: 0.5s;
}
.p-intro_info__box.is-active .p-intro_info__thumbs-item:nth-child(2) {
  transition-delay: 0.68s;
}
.p-intro_info__box.is-active .p-intro_info__thumbs-item:nth-child(3) {
  transition-delay: 0.86s;
}
.p-intro_info__box.is-active .p-intro_info__thumbs-item:nth-child(4) {
  transition-delay: 1.04s;
}
@media screen and (max-width: 899px) {
  .p-intro_info__thumbs-item {
    width: 48.5%;
    margin-bottom: 3%;
    margin-right: 3%;
  }
  .p-intro_info__thumbs-item:nth-child(2n) {
    margin-right: 0;
  }
}

.p-novelty {
  margin-top: 78px;
  margin-bottom: 174px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-novelty {
    margin-bottom: 88px;
    margin-top: 33px;
  }
}
.p-novelty__list-item {
  position: relative;
  transform: translateY(35px);
  opacity: 0;
}
.p-novelty__list-item.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-novelty__list-item + .p-novelty__list-item {
  margin-top: 41px;
}
@media screen and (max-width: 899px) {
  .p-novelty__list-item + .p-novelty__list-item {
    margin-top: 25px;
  }
}
.p-novelty__list-head {
  text-align: center;
  position: relative;
  color: #000;
}
.p-novelty__list-head-base img {
  width: 100%;
}
.p-novelty__list-head-ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 7.8%;
}
@media screen and (max-width: 899px) {
  .p-novelty__list-head-ttl {
    padding-top: 23.8%;
  }
}
.p-novelty__list-head-ttl .p-in_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.3% 5% 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 2.3rem;
}
@media screen and (max-width: 899px) {
  .p-novelty__list-head-ttl .p-in_text {
    flex-direction: column;
    justify-content: center;
    font-size: 1.6rem;
  }
}
.p-novelty__list-head-ttl .p-in_text .is-small {
  font-size: 1.4rem;
  padding-left: 2.8rem;
}
@media screen and (max-width: 899px) {
  .p-novelty__list-head-ttl .p-in_text .is-small {
    padding-left: 0;
    font-size: 1.1rem;
    margin-top: 10px;
  }
}
.p-novelty__list-content {
  z-index: 1;
  position: relative;
}
.p-novelty__list-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ticket/frm_repeat_pc_v2.png) repeat-y top center;
  background-size: 100% auto;
}
@media screen and (max-width: 899px) {
  .p-novelty__list-content::before {
    background: url(../img/ticket/frm_repeat_sp_v2.png) repeat-y top center;
    background-size: 100% auto;
  }
}
.p-novelty__list-content-inner {
  position: relative;
  padding: 2.2rem 6rem 0;
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-novelty__list-content-inner {
    padding: 15px 21px 0;
  }
}
.p-novelty__list-foot {
  position: relative;
  margin-top: -5%;
}
@media screen and (max-width: 899px) {
  .p-novelty__list-foot {
    margin-top: -9%;
  }
}
.p-novelty__list-foot img {
  width: 100%;
}

.p-novelty_data {
  word-break: break-all;
  width: 100%;
}
.p-novelty_data__thumb {
  margin-bottom: 27px;
}
.p-novelty_data__box {
  color: #000;
}
.p-novelty_data__box + .p-novelty_data__box {
  padding-top: 36px;
  margin-top: 37px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 899px) {
  .p-novelty_data__box + .p-novelty_data__box {
    padding-top: 29px;
    margin-top: 29px;
  }
}
.p-novelty_data__box-ttl {
  background: linear-gradient(90deg, #e9578b 0%, #e6885e 50%, #e9578b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 899px) {
  .p-novelty_data__box-ttl {
    font-size: 1.6rem;
  }
}
.-small .p-novelty_data__box-ttl {
  font-size: 20px;
}
@media screen and (max-width: 899px) {
  .-small .p-novelty_data__box-ttl {
    font-size: 1.5rem;
  }
}
.p-novelty_data__box-date {
  border: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 8px 7px;
  margin-top: 17px;
  line-height: 1.1;
  font-size: 17px;
}
@media screen and (max-width: 899px) {
  .p-novelty_data__box-date {
    margin-top: 19px;
    font-size: 1.3rem;
  }
}
.p-novelty_data__box-text {
  font-size: 16px;
  margin-top: 19px;
  line-height: 1.7;
}
@media screen and (max-width: 899px) {
  .p-novelty_data__box-text {
    font-size: 1.3rem;
    margin-top: 14px;
  }
}
.p-novelty_data__box-note {
  margin-top: 15px;
}
@media screen and (max-width: 899px) {
  .p-novelty_data__box-note {
    margin-top: 12px;
  }
}
.p-novelty_data__box-note-item {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1px;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 899px) {
  .p-novelty_data__box-note-item {
    font-size: 11px;
  }
}
.p-novelty_data__box-note-item + .p-novelty_data__box-note-item {
  margin-top: 2px;
}
@media screen and (max-width: 899px) {
  .p-novelty_data__box-note-item + .p-novelty_data__box-note-item {
    margin-top: 1px;
  }
}
.p-novelty_data__box-btn {
  width: 400px;
  margin-top: 25px;
}
@media screen and (max-width: 899px) {
  .p-novelty_data__box-btn {
    width: 100%;
    margin-top: 26px;
  }
}

.p-ticket {
  position: relative;
  padding-top: 165px;
  margin-bottom: 19.5%;
}
@media screen and (max-width: 899px) {
  .p-ticket {
    padding-top: 85px;
    padding-bottom: 40px;
    margin-bottom: 85px;
  }
}
.p-ticket__bg {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 15%;
  opacity: 0.4;
}
.p-ticket__bg-inner {
  height: 100%;
  height: 100%;
  background-color: #110330;
}
.p-ticket__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 115%;
  padding-top: 42%;
  display: block;
  background-color: #110330;
  border-radius: 50%;
}
@media screen and (max-width: 899px) {
  .p-ticket__bg::before {
    width: 110%;
  }
}
.p-ticket__bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(29%);
  width: 115%;
  padding-top: 42%;
  display: block;
  background-color: #110330;
  border-radius: 50%;
}
@media screen and (max-width: 899px) {
  .p-ticket__bg::after {
    width: 110%;
  }
}
.p-ticket__content {
  position: relative;
}
.p-ticket__head {
  position: relative;
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-ticket__head {
    display: block;
  }
}
.p-ticket__head-ttl {
  flex-shrink: 0;
  width: 20.5rem;
  margin-right: 1rem;
  font-size: 3.5rem;
  font-weight: 700;
  transform: translateX(-30px);
  opacity: 0;
}
.p-ticket__box.is-active .p-ticket__head-ttl {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-ticket__head-ttl {
    width: 100%;
    margin-right: 0;
    font-size: 2.3rem;
    margin-bottom: 2.1rem;
  }
}
.p-ticket__head-content {
  line-height: 1.6;
  transform: translateX(-30px);
  opacity: 0;
}
.p-ticket__box.is-active .p-ticket__head-content {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-ticket__box.-foot {
  position: relative;
  margin-top: 80px;
  padding-top: 76px;
  border-top: 1px solid rgba(179, 146, 67, 0.4);
}
@media screen and (max-width: 899px) {
  .p-ticket__box.-foot {
    margin-top: 40px;
    padding-top: 44px;
  }
}
.p-ticket__box.-foot::before, .p-ticket__box.-foot::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  background: url(../img/common/deco_line.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.4;
  transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .p-ticket__box.-foot::before, .p-ticket__box.-foot::after {
    transform: translateY(-53%);
    width: 1.7rem;
    height: 1.7rem;
  }
}
.p-ticket__box.-foot::before {
  left: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-ticket__box.-foot::before {
    left: -0.2rem;
  }
}
.p-ticket__box.-foot::after {
  right: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-ticket__box.-foot::after {
    right: -0.2rem;
  }
}

.p-ticket_head__cap {
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 899px) {
  .p-ticket_head__cap {
    font-size: 15px;
  }
}
.p-ticket_head__cap-small {
  font-size: 15px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 899px) {
  .p-ticket_head__cap-small {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.p-ticket_head__cap-small .is-red {
  vertical-align: baseline;
  color: #e9578b;
}
.p-ticket_head__text {
  margin-top: 20px;
}
@media screen and (max-width: 899px) {
  .p-ticket_head__text {
    font-size: 13px;
  }
}
.p-ticket_head__text.is-red {
  color: #e9578b;
}
.p-ticket_head__link {
  width: 40rem;
  margin: 23px 0;
}
@media screen and (max-width: 899px) {
  .p-ticket_head__link {
    width: 100%;
    margin: 16px auto;
  }
}
.p-ticket_head__price {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 7px;
}
@media screen and (max-width: 899px) {
  .p-ticket_head__price {
    font-size: 1.7rem;
  }
}
.p-ticket_head__price .is-small {
  vertical-align: baseline;
  font-size: 1.5rem;
  letter-spacing: 0;
  display: inline-block;
  padding-left: 4px;
}
@media screen and (max-width: 899px) {
  .p-ticket_head__price .is-small {
    padding-left: 1px;
    font-size: 1.1rem;
  }
}
.p-ticket_head__squareitem {
  border: 1px solid #fff;
  padding: 1px 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 18px;
}
@media screen and (max-width: 899px) {
  .p-ticket_head__squareitem {
    font-size: 13px;
    padding: 2px 11px;
  }
}
.p-ticket_head__note-item {
  font-size: 11px;
  position: relative;
  padding-left: 11px;
  letter-spacing: 1px;
}
.p-ticket_head__note-item.is-red {
  color: #e9578b;
}
.p-ticket_head__note-item + .p-ticket_head__note-item {
  margin-top: 1px;
}
@media screen and (max-width: 899px) {
  .p-ticket_head__note-item + .p-ticket_head__note-item {
    margin-top: 3px;
  }
}
.p-ticket_head__note-item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-ticket__kinds {
  margin-top: 8px;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds {
    margin-top: 0;
  }
}
.p-ticket__kinds .c-btn {
  position: relative;
}
.p-ticket__kinds .c-btn__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ticket__kinds .c-btn__text {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-ticket__kinds-item {
  padding-top: 46px;
  transform: translateY(35px);
  color: #000;
  opacity: 0;
}
.p-ticket__kinds-item.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-item {
    padding-top: 25px;
  }
}
.p-ticket__kinds-head {
  text-align: center;
  position: relative;
  color: #000;
}
.p-ticket__kinds-head-base img {
  width: 100%;
}
.p-ticket__kinds-head-ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 7.8%;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-head-ttl {
    padding-top: 23.8%;
  }
}
.p-ticket__kinds-head-ttl .p-in_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.3% 5% 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 2.3rem;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-head-ttl .p-in_text {
    flex-direction: column;
    justify-content: center;
    font-size: 1.6rem;
  }
}
.p-ticket__kinds-head-ttl .p-in_text .is-small {
  font-size: 1.4rem;
  padding-left: 2.8rem;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-head-ttl .p-in_text .is-small {
    padding-left: 0;
    font-size: 1.1rem;
    margin-top: 10px;
  }
}
.p-ticket__kinds-foot {
  position: relative;
  margin-top: -5%;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-foot {
    margin-top: -9%;
  }
}
.p-ticket__kinds-foot img {
  width: 100%;
}
.p-ticket__kinds-content {
  z-index: 1;
  position: relative;
}
.p-ticket__kinds-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ticket/frm_repeat_pc_v2.png) repeat-y top center;
  background-size: 100% auto;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-content::before {
    background: url(../img/ticket/frm_repeat_sp_v2.png) repeat-y top center;
    background-size: 100% auto;
  }
}
.p-ticket__kinds-content-inner {
  position: relative;
  padding: 2.2rem 5.5rem 0;
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-content-inner {
    padding: 15px 21px 0;
  }
}
.p-ticket__kinds-thumb {
  width: 42.3%;
  flex-shrink: 0;
  margin-right: 5.6%;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-thumb {
    margin: 31px auto 0;
    width: 100%;
  }
}
.p-ticket__kinds-thumb-item + .p-ticket__kinds-thumb-item {
  margin-top: 15px;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-thumb-item + .p-ticket__kinds-thumb-item {
    margin-top: 10px;
  }
}
.p-ticket__kinds-detail {
  word-break: break-all;
  flex-grow: 1;
}

.p-ticket_detail {
  line-height: 1.7;
  margin-top: -1rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail {
    margin-top: 0;
  }
}
.p-ticket_detail__ttl {
  font-size: 25px;
  letter-spacing: -0.1rem;
  line-height: 1.4;
}
.p-ticket_detail__benefit {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__benefit {
    line-height: 1.5;
    font-size: 14.5px;
  }
}
.p-ticket_detail__note {
  margin-top: 12px;
}
.p-ticket_detail__note-item {
  font-size: 1.1rem;
  position: relative;
  padding-left: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.75;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__note-item {
    line-height: 1.5;
    font-size: 1rem;
  }
  .p-ticket_detail__note-item + .p-ticket_detail__note-item {
    margin-top: 7px;
  }
}
.p-ticket_detail__note-item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-ticket_detail__note-item.is-red {
  color: #e9578b;
}
.p-ticket_detail__date {
  border: 1px solid #000;
  padding: 0.1rem 15px;
  margin: 26px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__date {
    padding: 0.1rem 1.1rem;
    margin: 2.6rem 0 0;
    font-size: 1.3rem;
  }
}
.p-ticket_detail__date.-no-margin {
  margin-top: 0;
}
.p-ticket_detail__btn {
  width: 74%;
  margin: 28px 0;
  max-width: 40rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__btn {
    margin: 20px 0;
    width: 100%;
  }
}
.p-ticket_detail__lead {
  font-size: 1.8rem;
  margin-top: 1.7rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__lead {
    font-size: 1.4rem;
  }
}
.p-ticket_detail__info-box + .p-ticket_detail__info-box {
  margin-top: 3rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__info-box + .p-ticket_detail__info-box {
    margin-top: 2.6rem;
  }
}
.p-ticket_detail__info-ttl {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__info-ttl {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
    letter-spacing: 0.05rem;
  }
}
.p-ticket_detail__info-ttl-text {
  flex-shrink: 0;
  padding-right: 0.7rem;
  color: #b39242;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__info-ttl-text {
    padding-right: 1rem;
  }
}
.p-ticket_detail__info-ttl::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #b39242;
}
.p-ticket_detail__info-list-item + .p-ticket_detail__info-list-item {
  margin-top: 2.4rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__info-list-item + .p-ticket_detail__info-list-item {
    margin-top: 2.2rem;
  }
}
.p-ticket_detail__info-list-text {
  letter-spacing: 0.1rem;
  margin-bottom: 9px;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__info-list-text {
    margin-bottom: 1rem;
    font-size: 13px;
  }
}
.p-ticket_detail__info-list-btn {
  width: 74.3%;
  max-width: 40rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__info-list-btn {
    width: 100%;
  }
}
.p-ticket_detail__widget {
  margin-top: 39px;
  width: 100%;
  position: relative;
}
.p-ticket_detail__widget > div {
  width: 100% !important;
}
.p-ticket_detail__widget > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__widget {
    margin-top: 29px;
  }
}

.p-event {
  margin-bottom: 177px;
}
@media screen and (max-width: 899px) {
  .p-event {
    margin-bottom: 84px;
  }
}
.p-event__list-item {
  position: relative;
  transform: translateY(35px);
  opacity: 0;
}
.p-event__list-item.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-event__list-item + .p-event__list-item {
  margin-top: 41px;
}
@media screen and (max-width: 899px) {
  .p-event__list-item + .p-event__list-item {
    margin-top: 18px;
  }
}
.p-event__list-head {
  text-align: center;
  position: relative;
  color: #000;
}
.p-event__list-head-base img {
  width: 100%;
}
.p-event__list-head-ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}
@media screen and (max-width: 899px) {
  .p-event__list-head-ttl {
    height: 92%;
  }
}
.p-event__list-head-ttl .p-in_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.3% 5% 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 2.3rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width: 899px) {
  .p-event__list-head-ttl .p-in_text {
    line-height: 1.4;
    flex-direction: column;
    justify-content: center;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
  }
}
.p-event__list-head-ttl .p-in_text .is-small {
  font-size: 1.4rem;
  padding-left: 2.8rem;
}
@media screen and (max-width: 899px) {
  .p-event__list-head-ttl .p-in_text .is-small {
    padding-left: 0;
    font-size: 1.1rem;
    margin-top: 10px;
  }
}
.p-event__list-content {
  z-index: 1;
  position: relative;
  color: #000;
}
.p-event__list-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ticket/frm_repeat_pc_v2.png) repeat-y top center;
  background-size: 100% auto;
}
@media screen and (max-width: 899px) {
  .p-event__list-content::before {
    background: url(../img/ticket/frm_repeat_sp_v2.png) repeat-y top center;
    background-size: 100% auto;
  }
}
.p-event__list-content-inner {
  position: relative;
  padding: 1rem 6rem 0;
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-event__list-content-inner {
    padding: 15px 21px 0;
  }
}
.p-event__list-foot {
  position: relative;
  margin-top: -5%;
}
@media screen and (max-width: 899px) {
  .p-event__list-foot {
    margin-top: -12%;
  }
}
.p-event__list-foot img {
  width: 100%;
}
.p-event__footer {
  margin-top: 44px;
  transform: translateY(35px);
  opacity: 0;
}
.p-event__footer.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-event__footer {
    margin-top: 25px;
  }
}
.p-event__footer-cap {
  margin-bottom: 14px;
}
@media screen and (max-width: 899px) {
  .p-event__footer-cap {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.p-event__footer-item {
  line-height: 1.6;
}
.p-event__footer-item a {
  color: #e9578b;
}
@media screen and (min-width: 900px) {
  .p-event__footer-item a:hover {
    text-decoration: none;
  }
}
.p-event__footer-item + .p-event__footer-item {
  margin-top: 35px;
}
@media screen and (max-width: 899px) {
  .p-event__footer-item + .p-event__footer-item {
    margin-top: 26px;
  }
}
.p-event__footer-attention-item {
  font-size: 12px;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 899px) {
  .p-event__footer-attention-item {
    padding-left: 13px;
    font-size: 11px;
  }
}
.p-event__footer-attention-item + .p-event__footer-attention-item {
  margin-top: 4px;
}
.p-event__footer-attention-item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-event__footer-text {
  font-size: 13px;
  margin-bottom: 13px;
}
@media screen and (max-width: 899px) {
  .p-event__footer-text {
    font-size: 11px;
  }
}

.p-event_data {
  width: 100%;
}
.p-event_data__box {
  position: relative;
  line-height: 1.6;
}
.p-event_data__box + .p-event_data__box {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 35px;
  padding-top: 32px;
}
@media screen and (max-width: 899px) {
  .p-event_data__box + .p-event_data__box {
    margin-top: 31px;
    padding-top: 28px;
  }
}
.p-event_data__box-ttl {
  font-size: 16px;
  margin-bottom: 3px;
}
@media screen and (max-width: 899px) {
  .p-event_data__box-ttl {
    font-size: 13px;
  }
}
.p-event_data__box-cap {
  background: linear-gradient(90deg, #e9578b 0%, #e6885e 50%, #e9578b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 899px) {
  .p-event_data__box-cap {
    font-size: 1.5rem;
  }
}
.p-event_data__box-list-item {
  display: flex;
}
.p-event_data__box-list-item a {
  color: #e9578b;
}
@media screen and (min-width: 900px) {
  .p-event_data__box-list-item a:hover {
    text-decoration: none;
  }
}
.p-event_data__box-list-item + .p-event_data__box-list-item {
  margin-top: 2px;
}
@media screen and (max-width: 899px) {
  .p-event_data__box-list-item + .p-event_data__box-list-item {
    margin-top: 12px;
  }
}
.p-event_data__box-list-label {
  width: 114px;
  margin-right: 2px;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 899px) {
  .p-event_data__box-list-label {
    font-size: 1.35rem;
    width: 9.4rem;
    margin-right: 7px;
  }
}
.p-event_data__box-list-label::before {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-event_data__box-list-text {
    font-size: 1.35rem;
  }
}
.p-event_data__box-list-note {
  margin-top: 15px;
}
@media screen and (max-width: 899px) {
  .p-event_data__box-list-note {
    margin-top: 6px;
  }
}
.p-event_data__box-list-note .p-in_item {
  font-size: 12px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-event_data__box-list-note .p-in_item {
    font-size: 1.1rem;
    padding-left: 10px;
  }
  .p-event_data__box-list-note .p-in_item + .p-in_item {
    margin-top: 3px;
  }
}
.p-event_data__box-list-note .p-in_item::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.p-event_data__box-note {
  margin-top: 20px;
}
@media screen and (max-width: 899px) {
  .p-event_data__box-note {
    margin-top: 13px;
  }
}
.p-event_data__box-note-item {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
}
@media screen and (max-width: 899px) {
  .p-event_data__box-note-item {
    padding-left: 11px;
    font-size: 11px;
  }
  .p-event_data__box-note-item + .p-event_data__box-note-item {
    margin-top: 2px;
  }
}
.p-event_data__box-note-item::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.p-event_data__foot {
  margin-top: 23px;
}
@media screen and (max-width: 899px) {
  .p-event_data__foot {
    margin-top: 17px;
  }
}
.p-event_data__foot-ttl {
  background: linear-gradient(90deg, #091d46 0%, #4166b0 100%);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 11px;
  padding: 0px 9px;
}
@media screen and (max-width: 899px) {
  .p-event_data__foot-ttl {
    font-size: 1rem;
  }
}
.p-event_data__foot-text {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 899px) {
  .p-event_data__foot-text {
    margin-top: 7px;
    font-size: 1.1rem;
  }
}
.p-event_data__foot-text a {
  color: #e9578b;
}
@media screen and (min-width: 900px) {
  .p-event_data__foot-text a:hover {
    text-decoration: none;
  }
}

.p-theater {
  position: relative;
  padding-top: 172px;
  padding-bottom: 146px;
}
@media screen and (max-width: 899px) {
  .p-theater {
    padding-bottom: 71px;
    padding-top: 84px;
  }
}
.p-theater__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 15%;
  opacity: 0.4;
  pointer-events: none;
}
.p-theater__bg-inner {
  height: 100%;
  height: 100%;
  background-color: #110330;
}
.p-theater__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 115%;
  padding-top: 42%;
  display: block;
  background-color: #110330;
  border-radius: 50%;
}
@media screen and (max-width: 899px) {
  .p-theater__bg::before {
    width: 110%;
  }
}
.p-theater__content {
  position: relative;
}
.p-theater__text {
  margin: 0 auto;
  width: 55.6rem;
  transform: translateY(35px);
  opacity: 0;
}
.p-4dx_section.is-active .p-theater__text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 899px) {
  .p-theater__text {
    width: 99%;
  }
}
.p-theater__btn {
  width: 400px;
  margin: 0 auto;
  margin-top: 50px;
  transform: translateY(35px);
  opacity: 0;
}
.p-4dx_section.is-active .p-theater__btn {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 899px) {
  .p-theater__btn {
    width: 100%;
    margin-top: 30px;
  }
}
.p-theater__pagetop {
  margin-top: 78px;
  transform: translateY(35px);
  opacity: 0;
}
.p-4dx_section.is-active .p-theater__pagetop {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.8s;
}
@media screen and (max-width: 899px) {
  .p-theater__pagetop {
    margin-top: 40px;
  }
}
.p-theater__pagetop .c-back__text {
  color: #fff;
}