@keyframes TitleFlash {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0.6;
  }
  2% {
    opacity: 0.2;
  }
  3% {
    opacity: 0.8;
  }
  4% {
    opacity: 0.3;
  }
  5% {
    opacity: 0.8;
  }
  6% {
    opacity: 0.5;
  }
  7% {
    opacity: 0.9;
  }
  8% {
    opacity: 0.3;
  }
  9% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes SectionLoopTextPC {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-85rem);
  }
}
@keyframes SectionLoopTextSP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-42.5rem);
  }
}
@keyframes btnReflection {
  0% {
    transform: scale(0) rotate(-30deg);
    opacity: 0.5;
  }
  0.1% {
    transform: scale(4) rotate(-30deg);
    opacity: 0.9;
  }
  20% {
    transform: scale(50) rotate(-30deg);
    opacity: 0;
  }
  100% {
    transform: scale(50) rotate(-30deg);
    opacity: 0;
  }
}
@keyframes NewsTitleLoopPC {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25.6rem);
  }
}
@keyframes NewsTitleLoopSP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-15.36rem);
  }
}
.p-hero {
  position: relative;
  padding-bottom: 17.9%;
}
.p-hero__visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-hero__visual {
    padding-bottom: 0;
  }
}
.p-hero__visual img {
  width: 100%;
  transform: scale(1.06);
  opacity: 0;
}
.on-load .p-hero__visual img {
  transform: scale(1);
  opacity: 1;
  transition: transform 3s var(--ease-out-sine), opacity 0.6s var(--ease-out-cubic);
}
.p-hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-hero__content {
    position: relative;
    bottom: auto;
    top: 0;
    margin-top: 2.1rem;
  }
}
.p-hero__title {
  width: 60.1%;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-hero__title {
    width: 80.5%;
  }
}
.on-load .p-hero__title {
  animation: TitleFlash 4s var(--ease-out-quart) 1.2s forwards;
}
.p-hero__info {
  width: 23.5%;
  margin: 0 auto;
  margin-top: -2.65%;
  -webkit-mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.on-load .p-hero__info {
  transition: -webkit-mask-position 1.5s var(--ease-out-cubic) 1.8s;
  transition: mask-position 1.5s var(--ease-out-cubic) 1.8s;
  transition: mask-position 1.5s var(--ease-out-cubic) 1.8s, -webkit-mask-position 1.5s var(--ease-out-cubic) 1.8s;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
@media screen and (max-width: 750px) {
  .p-hero__info {
    width: 56%;
    margin-top: 5.1%;
  }
}

.p-survey {
  position: relative;
  margin-top: 6rem;
  transform: translateY(1.5rem);
  opacity: 0;
}
.p-survey.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-survey {
    margin-top: 0rem;
  }
}
.p-survey__banner {
  width: 37.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-survey__banner {
    width: 28rem;
  }
}
.p-survey__banner-link {
  display: block;
  transition: transform 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-survey__banner-link:hover {
    transform: scale(1.04);
  }
}

.p-news {
  position: relative;
}
.p-news__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-news__inner {
    display: block;
  }
}
.p-news__head {
  width: 30rem;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .p-news__head {
    width: 100%;
  }
}
.p-news__title {
  width: 18rem;
  margin-left: 1rem;
  margin-bottom: 3.1rem;
  -webkit-mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.l-section.is-active .p-news__title {
  transition: -webkit-mask-position 1.2s var(--ease-out-cubic);
  transition: mask-position 1.2s var(--ease-out-cubic);
  transition: mask-position 1.2s var(--ease-out-cubic), -webkit-mask-position 1.2s var(--ease-out-cubic);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
@media screen and (max-width: 750px) {
  .l-section.is-active .p-news__title {
    transition-duration: 1.8s;
  }
}
@media screen and (max-width: 750px) {
  .p-news__title {
    width: 64%;
    margin: 0 auto;
  }
}
.p-news__more {
  width: 20rem;
  transform: translateY(1.2rem);
  opacity: 0;
}
.l-section.is-active .p-news__more {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 0.9s, opacity 0.5s var(--ease-out-cubic) 0.9s;
}
@media screen and (max-width: 750px) {
  .p-news__more {
    width: 18rem;
    margin: 0 auto;
    margin-top: 3rem;
  }
}
.p-news__body {
  width: 80rem;
}
@media screen and (max-width: 750px) {
  .p-news__body {
    width: 100%;
    margin-top: 3.5rem;
  }
}
.p-news__article-list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  transform: translateX(1.2rem);
  opacity: 0;
}
.l-section.is-active .p-news__article-list-item {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
.l-section.is-active .p-news__article-list-item:nth-child(1) {
  transition-delay: 0.4s;
}
.l-section.is-active .p-news__article-list-item:nth-child(2) {
  transition-delay: 0.55s;
}
.l-section.is-active .p-news__article-list-item:nth-child(3) {
  transition-delay: 0.7s;
}
.p-news__article-list-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.p-news_article {
  position: relative;
}
.p-news_article__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.7rem;
  text-decoration: none;
  color: var(--color-white);
}
@media screen and (max-width: 750px) {
  .p-news_article__link {
    display: block;
    padding-top: 2rem;
    padding-bottom: 1.7rem;
  }
}
.p-news_article__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 97%;
  height: 80%;
  background: var(--gradient-red);
  border-radius: 5rem;
  opacity: 0;
  transition: opacity 0.8s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-news_article__link:hover::before {
    opacity: 0.3;
  }
}

.p-news_article__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  width: 2.5rem;
  height: 100%;
  background: url(../img/arrow.svg) no-repeat center center/100% auto;
  transition: transform 0.6s var(--ease-out-quart), opacity 0.3s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-news_article__link:hover::after {
    transform: translateX(1rem);
    opacity: 0;
  }
}

@media screen and (max-width: 750px) {
  .p-news_article__link::after {
    width: 1.5rem;
  }
}
.p-news_article__date {
  position: relative;
  width: 11.8rem;
  margin-top: 0.4rem;
  font-family: var(--font-eng);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-news_article__date {
    width: 90%;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.07em;
  }
}
.p-news_article__title {
  position: relative;
  width: 68.2rem;
  padding-right: 9rem;
}
@media screen and (max-width: 750px) {
  .p-news_article__title {
    width: 90%;
    margin: 0 auto;
    margin-top: 0.2rem;
    padding-right: 3rem;
  }
}
.p-news_article__title-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 750px) {
  .p-news_article__title-text {
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
  }
}

.p-about {
  position: relative;
  margin-top: 5.4rem;
}
@media screen and (max-width: 750px) {
  .p-about {
    margin-top: 3rem;
  }
}
.p-about__heading {
  text-align: center;
  color: var(--color-blue);
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .p-about__heading {
    font-size: 1.5rem;
    line-height: 1.55;
  }
}
.p-about__content {
  margin-top: 3.7rem;
}
@media screen and (max-width: 750px) {
  .p-about__content {
    width: 89.5%;
    margin: 0 auto;
    margin-top: 2.2rem;
  }
}
.p-about__block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding-top: 3.4rem;
  padding-bottom: 3.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 750px) {
  .p-about__block {
    display: block;
    padding-top: 2rem;
    padding-bottom: 2.3rem;
  }
}
.p-about__block:last-child {
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 750px) {
  .p-about__block:last-child {
    padding-bottom: 2.5rem;
  }
}
.p-about__block-head {
  width: 16rem;
}
@media screen and (max-width: 750px) {
  .p-about__block-head {
    width: 100%;
  }
}
.p-about__block-body {
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (max-width: 750px) {
  .p-about__block-body {
    margin-top: 0.5rem;
  }
}
.p-about__label {
  color: var(--color-blue);
  font-size: 1.6rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 750px) {
  .p-about__label {
    font-size: 1.3rem;
  }
}
.p-about__info-text:nth-child(n+2) {
  margin-top: 1.1rem;
}
@media screen and (max-width: 750px) {
  .p-about__info-text:nth-child(n+2) {
    margin-top: 0.6rem;
  }
}
.p-about__info-text.--large {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.028em;
}
@media screen and (max-width: 750px) {
  .p-about__info-text.--large {
    font-size: 1.9rem;
    letter-spacing: 0;
  }
}
.p-about__info-text.--large .--size-small {
  vertical-align: baseline;
  font-size: 0.58em;
}
@media screen and (max-width: 750px) {
  .p-about__info-text.--large .--size-small {
    font-size: 0.7em;
  }
}
.p-about__info-text.--small {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .p-about__info-text.--small {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.p-about__info-map {
  position: relative;
  z-index: 0;
  width: 80rem;
  height: 45rem;
  margin-top: 2.3rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-about__info-map {
    width: 100%;
    height: 18.9rem;
    margin-top: 1.3rem;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
}
.p-about__info-map iframe {
  width: 100%;
  height: 100%;
}

.p-cast {
  position: relative;
  margin-top: 5.9rem;
}
@media screen and (max-width: 750px) {
  .p-cast {
    width: 89.5%;
    margin: 0 auto;
    margin-top: 3.5rem;
  }
}
.p-cast__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-cast__list-item {
  width: 22.3%;
  margin: 0 1.8%;
}
@media screen and (max-width: 750px) {
  .p-cast__list-item {
    width: 47%;
    margin: 0;
  }
}
.p-cast__list-item:nth-child(4n-3) {
  margin-left: 0;
}
.p-cast__list-item:nth-child(4n) {
  margin-right: 0;
}
.p-cast__list-item:first-child {
  margin-left: 0;
}
.p-cast__list-item:last-child {
  margin-right: 0;
}
.p-cast__list-item:nth-child(n+5) {
  margin-top: 3.3%;
}
@media screen and (max-width: 750px) {
  .p-cast__list-item:nth-child(odd) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 750px) {
  .p-cast__list-item:nth-child(even) {
    margin-left: 3%;
  }
}
@media screen and (max-width: 750px) {
  .p-cast__list-item:nth-child(n+3) {
    margin-top: 5.2%;
  }
}
.p-cast__notes {
  margin-top: 3.5rem;
}
@media screen and (max-width: 750px) {
  .p-cast__notes {
    margin-top: 2.3rem;
  }
}
.p-cast__notes-list-item {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .p-cast__notes-list-item {
    font-size: 1.1rem;
  }
}

.p-cast_item__name {
  margin-top: 1.3rem;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .p-cast_item__name {
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.p-cast_item__detail {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .p-cast_item__detail {
    margin-top: 0.1rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.p-ticket {
  position: relative;
  margin-top: 5.1rem;
}
@media screen and (max-width: 750px) {
  .p-ticket {
    margin-top: 2.7rem;
  }
}
.p-ticket__content {
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-ticket__content {
    width: 89.5%;
    margin: 0 auto;
  }
}
.p-ticket__content:nth-child(n+2) {
  margin-top: 7.3rem;
}
@media screen and (max-width: 750px) {
  .p-ticket__content:nth-child(n+2) {
    margin-top: 4.4rem;
  }
}
.p-ticket__content-body {
  margin-top: 3.4rem;
}
@media screen and (max-width: 750px) {
  .p-ticket__content-body {
    margin-top: 1.9rem;
  }
}
.p-ticket__notes {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .p-ticket__notes {
    margin-top: 1.6rem;
  }
}
.p-ticket__heading {
  text-align: center;
  color: var(--color-blue);
  font-size: 2.8rem;
}
@media screen and (max-width: 750px) {
  .p-ticket__heading {
    font-size: 1.6rem;
  }
}
.p-ticket__block {
  position: relative;
}
.p-ticket__block:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .p-ticket__block:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.p-ticket__block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--gradient-blue-start);
}
.p-ticket__block::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: var(--gradient-blue-end);
}
.p-ticket__block-wrapper {
  position: relative;
  padding: 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-ticket__block-wrapper {
    padding: 0.4rem;
  }
}
.p-ticket__block-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-blue);
}
.p-ticket__block-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-blue);
}
.p-ticket__block-inner {
  position: relative;
}
.p-ticket__block-head {
  position: relative;
  padding: 2.3rem 2.3% 2.6rem;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-ticket__block-head {
    padding: 1.6rem 4.7% 1.6rem;
  }
}
.p-ticket__block-head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-blue);
  opacity: 0.6;
  transition: filter 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-ticket__block-head:hover::before {
    filter: brightness(1.5);
  }
}

.--special .p-ticket__block-head::after {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 100%;
  transform: scale(0) rotate(-30deg);
  width: 10%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  animation: btnReflection 5s ease-in-out infinite;
}
.p-ticket__block-head-icon {
  position: absolute;
  top: 50%;
  right: 3.1rem;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-ticket__block-head-icon {
    right: 1.5rem;
    width: 1rem;
    height: 1rem;
  }
}
.p-ticket__block-head-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: var(--color-white);
  transition: opacity 0.4s var(--ease-out-quart);
}
.is-open .p-ticket__block-head-icon::before {
  opacity: 0;
}
.p-ticket__block-head-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 1px;
  height: 100%;
  background: var(--color-white);
}
.p-ticket__block-num {
  position: absolute;
  top: 50%;
  left: 2.3%;
  transform: translateY(-50%);
  width: 3.8rem;
}
@media screen and (max-width: 750px) {
  .p-ticket__block-num {
    left: 4.7%;
    width: 1.9rem;
  }
}
.p-ticket__block-info {
  position: relative;
  margin-left: 7rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .p-ticket__block-info {
    margin-left: 3.1rem;
    padding-right: 2rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.p-ticket__block-info .--weight-bold {
  vertical-align: baseline;
  font-weight: 700;
}
.p-ticket__block-info .--size-small {
  margin-left: 0.5rem;
  vertical-align: baseline;
  font-size: 0.6em;
}
@media screen and (max-width: 750px) {
  .p-ticket__block-info .--size-small {
    margin-left: 0.2rem;
  }
}
.p-ticket__block-info .--size-small .--size-large {
  margin: 0 0.2rem;
  vertical-align: baseline;
  font-size: 1.4em;
}
.p-ticket__block-lead {
  position: relative;
  margin-top: 0.7rem;
  margin-left: 7rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .p-ticket__block-lead {
    margin-top: 0rem;
    margin-left: 3.1rem;
    padding-right: 2rem;
    padding-bottom: 0.2rem;
    font-size: 1rem;
    line-height: 1.36rem;
  }
}
.p-ticket__block-body {
  position: relative;
  z-index: 0;
  height: 0;
  overflow: hidden;
}
.default-open .p-ticket__block-body {
  height: auto;
}
.p-ticket__block-content {
  position: relative;
}
.p-ticket__detail {
  width: 91.5%;
  margin: 0 auto;
  padding-top: 4.5rem;
  padding-bottom: 4.2rem;
}
@media screen and (max-width: 750px) {
  .p-ticket__detail {
    width: 90%;
    padding-top: 1.5rem;
    padding-bottom: 2.3rem;
  }
}

.p-ticket_benefit {
  position: relative;
}
.p-ticket_benefit__label {
  color: var(--color-blue);
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .p-ticket_benefit__label {
    font-size: 1.2rem;
  }
}
.p-ticket_benefit__special {
  position: relative;
  margin-top: 1.7rem;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 750px) {
  .p-ticket_benefit__special {
    margin-top: 0.6rem;
    margin-bottom: 2.1rem;
  }
}
.p-ticket_benefit__special::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-red);
  opacity: 0.6;
}
.p-ticket_benefit__special-inner {
  position: relative;
  width: 97%;
  margin: 0 auto;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 750px) {
  .p-ticket_benefit__special-inner {
    width: 95%;
    padding-top: 1.5rem;
    padding-bottom: 1.7rem;
  }
}
.p-ticket_benefit__special-list-item {
  position: relative;
  padding-left: 1.6em;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-ticket_benefit__special-list-item {
    font-size: 1.2rem;
    line-height: 1.77;
  }
}
.p-ticket_benefit__special-list-item:nth-child(n+2) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .p-ticket_benefit__special-list-item:nth-child(n+2) {
    margin-top: 0.6rem;
  }
}
.p-ticket_benefit__special-list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 1.2em;
  padding-top: 1.41em;
  background: url(../img/star.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-ticket_benefit__special-list-item::before {
    top: 0.2em;
    width: 1.4em;
  }
}
.p-ticket_benefit__goods {
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .p-ticket_benefit__goods {
    margin-top: 0.6rem;
  }
}
.p-ticket_benefit__goods-list:nth-child(n+2) {
  margin-top: 3.6rem;
}
@media screen and (max-width: 750px) {
  .p-ticket_benefit__goods-list:nth-child(n+2) {
    margin-top: 2.2rem;
  }
}
.p-ticket_benefit__goods-list.--flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-ticket_benefit__goods-list-item:nth-child(n+2) {
  margin-top: 1.1rem;
}
@media screen and (max-width: 750px) {
  .p-ticket_benefit__goods-list-item:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}
.--flex .p-ticket_benefit__goods-list-item {
  width: 32%;
  margin-left: 2%;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .--flex .p-ticket_benefit__goods-list-item {
    width: 100%;
    margin-left: 0;
  }
}
.--flex .p-ticket_benefit__goods-list-item:nth-child(3n-2) {
  margin-left: 0;
}
.--flex .p-ticket_benefit__goods-list-item:nth-child(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 750px) {
  .--flex .p-ticket_benefit__goods-list-item:nth-child(n+2) {
    margin-top: 2.3rem;
  }
}
.p-ticket_benefit__goods-name {
  padding-left: 0.4rem;
  text-indent: -0.4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .p-ticket_benefit__goods-name {
    font-size: 1.1rem;
    line-height: 1.68rem;
    letter-spacing: 0.05em;
  }
}
.--flex .p-ticket_benefit__goods-name {
  padding-left: 0;
  text-indent: 0;
}
.p-ticket_benefit__goods-sample {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-ticket_benefit__goods-sample {
    margin-top: 1rem;
  }
}
.p-ticket_benefit__notes {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .p-ticket_benefit__notes {
    margin-top: 1.6rem;
  }
}

.p-ticket_schedule {
  position: relative;
}
.p-ticket_schedule__content:nth-child(n+2) {
  margin-top: 7rem;
}
@media screen and (max-width: 750px) {
  .p-ticket_schedule__content:nth-child(n+2) {
    margin-top: 4rem;
  }
}
.p-ticket_schedule__content-heading {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .p-ticket_schedule__content-heading {
    font-size: 1.6rem;
  }
}
.p-ticket_schedule__content-notes {
  margin-top: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-ticket_schedule__content-notes {
    margin-top: 0.6em;
  }
}
.p-ticket_schedule__content-wrap {
  position: relative;
  margin-top: 2.4rem;
}
@media screen and (max-width: 750px) {
  .p-ticket_schedule__content-wrap {
    margin-top: 2rem;
  }
}
.p-ticket_schedule__block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 750px) {
  .p-ticket_schedule__block {
    display: block;
    padding-top: 1.8rem;
    padding-bottom: 2.2rem;
  }
}
.p-ticket_schedule__block:last-child {
  padding-bottom: 3.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 750px) {
  .p-ticket_schedule__block:last-child {
    padding-bottom: 2.1rem;
  }
}
.p-ticket_schedule__block-head {
  width: 24.9rem;
}
@media screen and (max-width: 750px) {
  .p-ticket_schedule__block-head {
    width: 100%;
  }
}
.p-ticket_schedule__block-body {
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (max-width: 750px) {
  .p-ticket_schedule__block-body {
    margin-top: 0.8rem;
  }
}
.p-ticket_schedule__label {
  margin-top: 0.2rem;
  color: var(--color-blue);
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .p-ticket_schedule__label {
    font-size: 1.3rem;
  }
}
.p-ticket_schedule__description {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.055em;
}
@media screen and (max-width: 750px) {
  .p-ticket_schedule__description {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.p-ticket_schedule__description a {
  vertical-align: baseline;
  color: var(--color-blue);
}
@media (hover: hover) {
  .p-ticket_schedule__description a:hover {
    text-decoration: none;
  }
}
.p-ticket_schedule__notes {
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .p-ticket_schedule__notes {
    margin-top: 0;
  }
}

.p-contact {
  position: relative;
  margin-top: 4.3rem;
}
@media screen and (max-width: 750px) {
  .p-contact {
    margin-top: 2.8rem;
  }
}
.p-contact__url {
  text-align: center;
}
.p-contact__url-link {
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--color-blue);
  text-decoration: none;
  color: var(--color-blue);
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.015em;
}
@media (hover: hover) {
  .p-contact__url-link:hover {
    border-bottom: none;
  }
}
@media screen and (max-width: 750px) {
  .p-contact__url-link {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}
.p-contact__detail {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1.1rem;
}
@media screen and (max-width: 750px) {
  .p-contact__detail {
    margin-top: 0.7rem;
    font-size: 1rem;
  }
}

.p-product {
  position: relative;
  margin-top: 5.8rem;
}
@media screen and (max-width: 750px) {
  .p-product {
    margin-top: 3.5rem;
  }
}
.p-product__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .p-product__content {
    display: block;
    width: 89.5%;
    margin: 0 auto;
  }
}
.p-product__package {
  width: 29%;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .p-product__package {
    width: 59.6%;
    margin: 0 auto;
    margin-top: 0;
  }
}
.p-product__info {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 7.1%;
}
@media screen and (max-width: 750px) {
  .p-product__info {
    margin-left: 0;
    margin-top: 3.2rem;
  }
}
.p-product__name {
  color: var(--color-blue);
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.036em;
}
@media screen and (max-width: 750px) {
  .p-product__name {
    text-align: center;
    font-size: 1.6rem;
  }
}
.p-product__detail {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .p-product__detail {
    margin-top: 2.6rem;
  }
}
.p-product__detail-list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.p-product__detail-list-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.p-product__more {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .p-product__more {
    margin-top: 3rem;
  }
}
.p-product__more-btn {
  width: 40rem;
}
@media screen and (max-width: 750px) {
  .p-product__more-btn {
    width: 27rem;
    margin: 0 auto;
  }
}

.p-product_detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding-top: 2.2rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 750px) {
  .p-product_detail {
    display: block;
    padding-top: 1.4rem;
    padding-bottom: 1.7rem;
  }
}
.p-product_detail__head {
  width: 12.1rem;
}
@media screen and (max-width: 750px) {
  .p-product_detail__head {
    width: 100%;
  }
}
.p-product_detail__label {
  color: var(--color-blue);
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .p-product_detail__label {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
  }
}
.p-product_detail__body {
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (max-width: 750px) {
  .p-product_detail__body {
    margin-top: 0.2rem;
  }
}
.p-product_detail__description {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .p-product_detail__description {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.p-attention {
  position: relative;
  margin-top: 5.3rem;
}
@media screen and (max-width: 750px) {
  .p-attention {
    margin-top: 3rem;
  }
}
.p-attention__notes {
  width: 89.5%;
  margin: 0 auto;
}

.p-banner {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  transform: translateY(-18.1rem);
  width: 16rem;
  height: 0;
  margin-left: auto;
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  .p-banner {
    transform: translateY(-11.0625rem);
    width: 10rem;
    margin-right: 1rem;
  }
}
.p-banner__wrapper {
  transform: translateY(2rem);
  opacity: 0;
}
.on-load .p-banner__wrapper {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-quart) 2.5s, opacity 0.5s var(--ease-out-quart) 2.5s;
}
.p-banner__inner {
  transform: rotateY(-180deg);
}
.on-load .p-banner__inner {
  transform: rotateY(0);
  transition: transform 1s var(--ease-out-quart) 2.5s;
}
.p-banner__link {
  display: block;
  transition: transform 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-banner__link:hover {
    transform: scale(1.05);
  }
}