@charset "UTF-8";
.p-top {
  display: block;
  position: relative;
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 960px) {
  .p-top {
    padding-bottom: 2rem;
  }
}

.p-hero {
  display: block;
  position: relative;
  z-index: 0;
}
.p-hero__container {
  display: block;
  position: relative;
  padding-bottom: 1rem;
}
.p-hero__container::after {
  content: "";
  width: 100%;
  height: 1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/kv/line.jpg") repeat-x 0 100%/auto 1rem;
}
.p-hero__content {
  display: block;
  position: relative;
}
.p-hero__title {
  width: 37.8%;
  display: block;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 59%;
    bottom: 5%;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    -webkit-mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
    mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  }
}
.is-load .p-hero__title {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 4s var(--ease_out);
  transition: mask-position 4s var(--ease_out);
  transition: mask-position 4s var(--ease_out), -webkit-mask-position 4s var(--ease_out);
}
.p-hero__official {
  width: 23rem;
  display: block;
  position: absolute;
  top: 3rem;
  right: 3rem;
}
@media screen and (max-width: 960px) {
  .p-hero__official {
    display: none;
  }
}

.p-hero_official {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_official {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-hero_official:hover {
    opacity: 0.6;
  }
}
.p-hero_official__base {
  display: block;
  position: relative;
}
.p-hero_official__text {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.3rem;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.15rem;
  color: var(--color-gold);
  text-align: center;
  transform: translate(-50%, -50%);
}

.p-outline {
  width: 100%;
  display: block;
  position: relative;
  padding: 6rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-outline {
    padding: 2.8rem 0;
  }
}
.p-outline__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
}
@media screen and (max-width: 960px) {
  .p-outline__container {
    -webkit-mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
    mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  }
}
.is-scroll-active .p-outline__container {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 2.4s var(--ease_out) 0.2s;
  transition: mask-position 2.4s var(--ease_out) 0.2s;
  transition: mask-position 2.4s var(--ease_out) 0.2s, -webkit-mask-position 2.4s var(--ease_out) 0.2s;
}
.p-outline__title {
  width: 25rem;
  display: block;
  position: relative;
  margin: 0 auto 2rem;
}
.p-outline__date {
  width: 90%;
  max-width: 54rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-outline__date {
    max-width: 30rem;
  }
}
.p-outline__place {
  width: 80%;
  max-width: 32rem;
  display: block;
  position: relative;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-outline__place {
    max-width: 20rem;
    margin-top: 1.2rem;
  }
}
.p-outline__bnr {
  width: 100%;
  max-width: 36rem;
  display: block;
  position: relative;
  margin: 4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-outline__bnr {
    max-width: 29.5rem;
    margin-top: 3.2rem;
  }
}
.p-outline__bnr img {
  width: 100%;
}
.p-outline__official {
  width: 23rem;
  display: block;
  position: relative;
  margin: 3rem auto 0;
}
@media screen and (min-width: 961px) {
  .p-outline__official {
    display: none;
  }
}

.p-outline_official {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-outline_official {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-outline_official:hover {
    opacity: 0.6;
  }
}
.p-outline_official__base {
  display: block;
  position: relative;
}
.p-outline_official__text {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.3rem;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.15rem;
  color: var(--color-gold);
  text-align: center;
  transform: translate(-50%, -50%);
}

.p-bnr {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-bnr__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-bnr__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-bnr__link {
  display: block;
  position: relative;
}
.p-bnr__link::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  background: var(--gradient-bg-filter);
  pointer-events: none;
  transition: width 0.8s var(--ease_inout), opacity 0.5s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .p-bnr__link:hover::after {
    width: 100%;
    left: 0;
    opacity: 0.3;
    transition: width 1s var(--ease_inout), opacity 1.2s var(--ease_inout);
  }
}
.p-bnr__link a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.p-bnr__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 1rem;
  margin-top: 1.2rem;
}
.p-bnr__pagination-item {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: relative;
  background: var(--color-line);
  border-radius: 50%;
  transition: background-color 0.4s var(--ease_out);
}
.p-bnr__pagination-item.is-current {
  background: var(--color-white);
}

.p-headline {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 5.2rem 0;
}
.p-headline__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
}
@media screen and (min-width: 961px) {
  .p-headline__container {
    display: grid;
    grid-template-columns: 25rem 1fr;
    gap: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .p-headline__container {
    -webkit-mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
    mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  }
}
.is-scroll-active .p-headline__container {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out), -webkit-mask-position 1.4s var(--ease_out);
}
.p-headline__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline__header {
    margin-bottom: 3.2rem;
  }
}
.p-headline__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 6rem;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 0.9;
  color: transparent;
  background: var(--gradient-title);
  -webkit-background-clip: text;
}
@media screen and (max-width: 960px) {
  .p-headline__title {
    font-size: 3.9rem;
    margin: 0 auto;
  }
}
.p-headline__inner {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-headline__inner {
    padding-top: 0.5rem;
  }
}
.p-headline__list {
  display: block;
  position: relative;
}
.p-headline__list-item {
  display: block;
  position: relative;
}
.p-headline__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  pointer-events: none;
}
.p-headline__list-item:last-child::before {
  border-bottom: 1px solid var(--color-line);
}
.p-headline__more {
  width: 20rem;
  display: block;
  position: relative;
  margin-top: 2.8rem;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .p-headline__more {
    margin: 2.8rem auto 0;
  }
}

.p-headline_article {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 2.75rem 0;
}
@media screen and (max-width: 960px) {
  .p-headline_article {
    align-items: flex-start;
    padding: 2.5rem 0 1.6rem;
  }
}
.p-headline_article__date {
  min-width: 14rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-right: 3.2rem;
}
@media screen and (min-width: 961px) {
  .p-headline_article__date::before {
    content: "";
    width: 1.2rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -1.2rem;
    background: url("../img/star.png") no-repeat center/contain;
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article__date {
    min-width: 8rem;
    margin-right: 2rem;
  }
}
.p-headline_article__date-year {
  display: block;
  position: relative;
  margin-right: 1.4rem;
  writing-mode: vertical-lr;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 0.8;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-headline_article__date-year {
    margin-right: 0.8rem;
    font-size: 1rem;
  }
}
.p-headline_article__date-day {
  display: block;
  position: relative;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 0.9;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-headline_article__date-day {
    font-size: 2.4rem;
    letter-spacing: 0.16rem;
  }
}
.p-headline_article__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline_article__title {
    font-size: 1.25rem;
    min-height: 4em;
    top: -0.2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-headline_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-headline_article:hover .p-headline_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-headline_article:hover .p-headline_article__title {
      text-decoration: underline;
    }
  }
}
.p-headline_article__title-text {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-headline_article__title-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article__title-text {
    font-size: 1.25rem;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.p-headline_article__category {
  min-width: 7rem;
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--color-category-bg);
  border-radius: 20rem;
}
@media screen and (min-width: 961px) {
  .p-headline_article__category {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article__category {
    min-width: 5.5rem;
    display: block;
    position: absolute;
    bottom: 2.4rem;
    left: 1rem;
  }
}
.p-headline_article__category-text {
  display: block;
  position: relative;
  padding: 0.3rem;
  font-size: 1.1rem;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-headline_article__category-text {
    padding: 0.25rem;
    font-size: 0.8rem;
  }
}

.p-schedule {
  display: block;
  position: relative;
  padding: 4.2rem 0;
}
@media screen and (max-width: 960px) {
  .p-schedule {
    padding: 2.8rem 0;
  }
}
.p-schedule__container {
  width: 100%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-schedule__container {
    max-width: 33.5rem;
  }
}
.p-schedule__header {
  display: block;
  position: relative;
  margin-bottom: 5.6rem;
  -webkit-mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
}
@media screen and (max-width: 960px) {
  .p-schedule__header {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-schedule__header {
    -webkit-mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
    mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  }
}
.is-scroll-active .p-schedule__header {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out), -webkit-mask-position 1.4s var(--ease_out);
}
.p-schedule__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 6rem;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 0.9;
  color: transparent;
  background: var(--gradient-title);
  -webkit-background-clip: text;
}
@media screen and (max-width: 960px) {
  .p-schedule__title {
    font-size: 3.9rem;
  }
}
.p-schedule__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
}
@media screen and (max-width: 960px) {
  .p-schedule__inner {
    -webkit-mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
    mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  }
}
.is-scroll-active .p-schedule__inner {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 2.4s var(--ease_out);
  transition: mask-position 2.4s var(--ease_out);
  transition: mask-position 2.4s var(--ease_out), -webkit-mask-position 2.4s var(--ease_out);
}
.p-schedule__date {
  width: 90%;
  max-width: 38rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-schedule__date {
    max-width: 27.5rem;
  }
}
.p-schedule__place {
  width: 80%;
  max-width: 32rem;
  display: block;
  position: relative;
  margin: 2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-schedule__place {
    width: 23.5rem;
    margin-top: 1.5rem;
  }
}
.p-schedule__address {
  width: 90%;
  display: block;
  position: relative;
  margin: 1.3rem auto 0;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
  text-align: center;
  font-style: italic;
}
@media screen and (max-width: 960px) {
  .p-schedule__address {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
.p-schedule__access {
  width: 20rem;
  display: block;
  position: relative;
  margin: 2.9rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-schedule__access {
    margin-top: 2.4rem;
  }
}
.p-schedule__table {
  width: 100%;
  display: block;
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-schedule__table {
    margin-top: 3.5rem;
  }
}
.p-schedule__table-img {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-schedule__table-img:nth-child(2) {
    width: 83.2%;
  }
}
@media screen and (max-width: 960px) {
  .p-schedule__table-img + .p-schedule__table-img {
    margin-top: 2.6rem;
  }
}
.p-schedule__note {
  display: block;
  position: relative;
  margin-top: 2rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  .p-schedule__note {
    margin-top: 1.2rem;
    font-size: 1rem;
  }
}

.p-ticket {
  display: block;
  position: relative;
  padding: 14.2rem 0 17rem;
  margin-top: 7.2rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-ticket {
    margin-top: 3.2rem;
    padding: 8.2rem 0 8rem;
  }
}
.p-ticket__bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -48%);
}
@media screen and (max-width: 960px) {
  .p-ticket__bg {
    width: 110%;
  }
}
.is-scroll-active .p-ticket__bg {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 1s var(--ease_out), transform 1.2s var(--ease_out);
}
.p-ticket__bg-top {
  display: block;
  position: relative;
}
.p-ticket__bg-main {
  flex: 1 1 0;
  display: block;
  position: relative;
  margin: -1px 0;
  background: var(--gradient-bg-ticket);
}
.p-ticket__bg-bottom {
  display: block;
  position: relative;
}
.p-ticket__container {
  width: 89%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-ticket__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
  -webkit-mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
}
@media screen and (max-width: 960px) {
  .p-ticket__header {
    margin-bottom: 3.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-ticket__header {
    -webkit-mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
    mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  }
}
.is-scroll-active .p-ticket__header {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out), -webkit-mask-position 1.4s var(--ease_out);
}
.p-ticket__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 6rem;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 0.9;
  color: transparent;
  background: var(--gradient-title);
  -webkit-background-clip: text;
}
@media screen and (max-width: 960px) {
  .p-ticket__title {
    font-size: 3.9rem;
  }
}
.p-ticket__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-scroll-active .p-ticket__inner {
  opacity: 1;
  transition: opacity 2s var(--ease_inout);
}
.p-ticket__data {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-ticket__data {
    width: 88%;
    margin: 0 auto;
    gap: 2rem;
  }
}
.p-ticket__data-item {
  width: 38rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-ticket__data-item {
    width: 100%;
  }
}
.p-ticket__info {
  width: 100%;
  display: block;
  position: relative;
  margin: 8.1rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-ticket__info {
    margin-top: 5rem;
  }
}
.p-ticket__attention {
  width: 100%;
  display: block;
  position: relative;
  margin: 7.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-ticket__attention {
    margin-top: 5rem;
  }
}

.p-ticket_data {
  width: 100%;
  padding-top: 52%;
  display: block;
  position: relative;
  margin: 0 auto;
  color: var(--color-sky);
  background: url("../img/ticket/ticket_general.png") no-repeat center/contain;
}
.p-ticket_data.--premium {
  color: var(--color-gold);
  background: url("../img/ticket/ticket_premium.png") no-repeat center/contain;
}
.p-ticket_data__content {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-ticket_data__content {
    top: 52%;
  }
}
.p-ticket_data__cap {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  font-size: 2.2rem;
  letter-spacing: 0.25rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-ticket_data__cap {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
  }
}
.p-ticket_data__price {
  display: block;
  position: relative;
  font-size: 6rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-ticket_data__price {
    margin-top: -0.8rem;
    font-size: 4.8rem;
  }
}
.p-ticket_data__price small {
  display: inline-block;
  position: relative;
  top: -0.05em;
  font-size: 0.55em;
  font-weight: 500;
  margin-left: 0.2rem;
}
.p-ticket_data__note {
  display: block;
  position: relative;
  margin-top: 1.4rem;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-ticket_data__note {
    font-size: 1.1rem;
  }
}

.p-ticket_info {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-ticket_info + .p-ticket_info {
  margin-top: 10rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_info + .p-ticket_info {
    margin-top: 2rem;
  }
}
.p-ticket_info::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gold);
}
.p-ticket_info__header {
  width: 100%;
  display: block;
  position: relative;
  padding: 2.25rem 5rem;
  margin: 0 auto;
  color: var(--color-black);
  background: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-ticket_info__header {
    padding: 1.3rem 5rem;
  }
}
.p-ticket_info__title {
  display: block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-ticket_info__title {
    font-size: 1.5rem;
  }
}
.p-ticket_info__inner {
  display: block;
  position: relative;
}
.p-ticket_info__data {
  width: 92%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 3.2rem 0;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-ticket_info__data {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-ticket_info__data {
    width: 88%;
    padding: 2rem 0;
    font-size: 1.3rem;
  }
  .p-ticket_info__data + .p-ticket_info__data {
    margin-top: -0.7rem;
  }
}
.p-ticket_info__data:not(:last-child)::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-ticket_info__data-cap {
  display: block;
  position: relative;
  padding-left: 2.6rem;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .p-ticket_info__data-cap {
    top: -0.2em;
    min-width: 17.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-ticket_info__data-cap {
    padding-left: 2rem;
    margin-bottom: 0.2rem;
  }
}
.p-ticket_info__data-cap::before {
  content: "";
  width: 1.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/star.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-ticket_info__data-cap::before {
    width: 1.5rem;
  }
}
.p-ticket_info__data-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_info__data-text {
    padding-left: 2rem;
    font-size: 1.4rem;
  }
}
.p-ticket_info__data-link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-ticket_info__data-link {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-ticket_info__data-link {
    padding-left: 2rem;
    gap: 1rem 1rem;
    margin-top: 1rem;
  }
}
.p-ticket_info__data-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24rem;
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.3rem 3rem;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  color: var(--color-gold);
  background-color: var(--color-black);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_info__data-btn {
    width: 100%;
    min-height: 4rem;
    font-size: 1.15rem;
    letter-spacing: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-ticket_info__data-btn {
    transition: background-color 0.4s var(--ease_out);
  }
  .p-ticket_info__data-btn:hover {
    background: var(--color-navy);
  }
}
.p-ticket_info__data-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gold);
  border-radius: 20rem;
}
.p-ticket_info__data-btn::after {
  content: "";
  width: 0.6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translate(50%, -50%);
  background: url("../img/arrow.png") no-repeat center/contain;
}
.p-ticket_info__note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 92%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 3.2rem 0;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-ticket_info__note {
    padding: 2rem 0;
    font-size: 1rem;
    text-align: left;
  }
}

.p-ticket_attention {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_attention {
    padding-bottom: 0.8rem;
  }
}
.p-ticket_attention::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
.p-ticket_attention + .p-ticket_attention {
  margin-top: 10rem;
}
.p-ticket_attention__header {
  width: 100%;
  display: block;
  position: relative;
  padding: 3.9rem 0 3rem;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-ticket_attention__header {
    padding: 2.8rem 0 2rem;
  }
}
.p-ticket_attention__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-ticket_attention__title {
    font-size: 1.3rem;
  }
}
.p-ticket_attention__title::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid var(--color-white);
  transition: width 0.8s var(--ease_inout);
}
@media (hover: hover) and (pointer: fine) {
  .p-ticket_attention__header:hover .p-ticket_attention__title::before {
    width: 100%;
    left: 0;
  }
}
.p-ticket_attention__deco {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  position: absolute;
  top: calc(50% + 0.5rem);
  right: 2.7rem;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-ticket_attention__deco {
    width: 1.4rem;
    height: 1.4rem;
    top: calc(50% + 0.4rem);
    right: 0.7rem;
  }
}
.p-ticket_attention__deco::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-line);
  transform: translate(-50%, -50%);
  transition: opacity 0.4s var(--ease_out);
}
.is-drawer-open .p-ticket_attention__deco::before {
  opacity: 0;
}
.p-ticket_attention__deco::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-line);
  transform: translate(-50%, -50%);
}
.p-ticket_attention__inner {
  display: none;
  position: relative;
  padding: 0 0 4.8rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_attention__inner {
    padding-bottom: 1.8rem;
  }
}
.p-ticket_attention__text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  .p-ticket_attention__text {
    font-size: 1rem;
    line-height: 2;
  }
}
.p-ticket_attention__text span {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.p-cast {
  display: block;
  position: relative;
  padding: 4.5rem 0;
  margin-top: 7rem;
}
@media screen and (max-width: 960px) {
  .p-cast {
    margin-top: 3.2rem;
  }
}
.p-cast__container {
  width: 100%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-cast__header {
  display: block;
  position: relative;
  margin-bottom: 5.2rem;
  -webkit-mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
}
@media screen and (max-width: 960px) {
  .p-cast__header {
    margin-bottom: 3.6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-cast__header {
    -webkit-mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
    mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  }
}
.is-scroll-active .p-cast__header {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out), -webkit-mask-position 1.4s var(--ease_out);
}
.p-cast__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 6rem;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 0.9;
  color: transparent;
  background: var(--gradient-title);
  -webkit-background-clip: text;
}
@media screen and (max-width: 960px) {
  .p-cast__title {
    font-size: 3.9rem;
  }
}
.p-cast__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-cast__inner {
    width: 97%;
  }
}
.is-scroll-active .p-cast__inner {
  opacity: 1;
  transition: opacity 2s var(--ease_inout);
}
.p-cast__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem 2rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-cast__list.--col3 {
    width: calc(75% - 0.5rem);
  }
}
@media screen and (max-width: 960px) {
  .p-cast__list {
    gap: 2.7rem 1rem;
  }
}
.p-cast__list + .p-cast__list {
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-cast__list + .p-cast__list {
    margin-top: 2.7rem;
  }
}
.p-cast__list-item {
  width: calc(25% - 1.5rem);
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .--col3 .p-cast__list-item {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
}
@media screen and (max-width: 960px) {
  .p-cast__list-item {
    width: calc(50% - 2rem);
  }
}
.p-cast__note {
  display: block;
  position: relative;
  margin-top: 3.89rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-cast__note {
    margin-top: 3.1rem;
    font-size: 1rem;
  }
}

.p-cast_data {
  display: block;
  position: relative;
}
.p-cast_data__visual {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
}
.p-cast_data__visual-img {
  display: block;
  position: relative;
}
.p-cast_data__cap {
  display: block;
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-cast_data__cap {
    font-size: 1.1rem;
  }
}
.p-cast_data__name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-cast_data__name {
    font-size: 1.7rem;
  }
}
.p-cast_data__name::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0;
  border-bottom: 1px solid var(--color-white);
  transition: width 0.8s var(--ease_inout);
}
@media (hover: hover) and (pointer: fine) {
  .p-cast_data:hover .p-cast_data__name::before {
    width: 100%;
    left: 0;
  }
}

.p-staff {
  display: block;
  position: relative;
  padding: 4.5rem 0;
  margin-top: 2.2rem;
}
@media screen and (max-width: 960px) {
  .p-staff {
    padding: 3.4rem 0;
    margin-top: 0;
  }
}
.p-staff__container {
  width: 100%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-staff__header {
  display: block;
  position: relative;
  margin-bottom: 5.2rem;
  -webkit-mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
}
@media screen and (max-width: 960px) {
  .p-staff__header {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-staff__header {
    -webkit-mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
    mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  }
}
.is-scroll-active .p-staff__header {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out), -webkit-mask-position 1.4s var(--ease_out);
}
.p-staff__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 6rem;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 0.9;
  color: transparent;
  background: var(--gradient-title);
  -webkit-background-clip: text;
}
@media screen and (max-width: 960px) {
  .p-staff__title {
    font-size: 3.9rem;
  }
}
.p-staff__inner {
  width: 89%;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
}
@media screen and (max-width: 960px) {
  .p-staff__inner {
    -webkit-mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
    mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  }
}
.is-scroll-active .p-staff__inner {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 2.4s var(--ease_out);
  transition: mask-position 2.4s var(--ease_out);
  transition: mask-position 2.4s var(--ease_out), -webkit-mask-position 2.4s var(--ease_out);
}
.p-staff__list {
  width: 100%;
  max-width: 50rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-staff__list-item {
  display: block;
  position: relative;
}
.p-staff__list-item + .p-staff__list-item {
  margin-top: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-staff__list-item + .p-staff__list-item {
    margin-top: 1rem;
  }
}

.p-staff_data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  line-height: 1.4;
}
.p-staff_data__cap {
  min-width: 6.2rem;
  display: block;
  position: relative;
  font-size: 1.6rem;
  color: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-staff_data__cap {
    min-width: 5.2rem;
    font-size: 1.35rem;
    letter-spacing: 0;
  }
}
.p-staff_data__name {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .p-staff_data__name {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.p-staff_data__comment {
  width: 1.8rem;
  display: inline-block;
  position: relative;
  margin-left: 0.7rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-staff_data__comment {
    transition: opacity 0.7s var(--ease_out);
  }
  .p-staff_data__comment:hover {
    opacity: 0.6;
  }
}

.p-comment {
  width: 90%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-comment {
    width: 100%;
  }
}
.p-comment::before {
  content: "";
  width: 90vw;
  min-width: 90vh;
  height: 90vw;
  min-height: 90vh;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/txt_comment.png") no-repeat center/contain;
  animation: rotate_comment 120s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-comment::before {
    width: 95vw;
    min-width: 95vh;
    height: 95vw;
    min-height: 95vh;
  }
}
@keyframes rotate_comment {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.p-comment__header {
  display: block;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-comment__header {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
  }
}
.p-comment__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-comment__title {
  display: block;
  position: relative;
}
.p-comment__title-sub {
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  color: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-comment__title-sub {
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
  }
}
.p-comment__title-main {
  display: block;
  position: relative;
  font-size: 3.3rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-comment__title-main {
    font-size: 2.3rem;
    letter-spacing: 0.2rem;
  }
}
.p-comment__inner {
  display: block;
  position: relative;
}
.p-comment__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 960px) {
  .p-comment__text {
    font-size: 1.3rem;
  }
}

.p-contact {
  display: block;
  position: relative;
  padding: 4.5rem 0 5rem;
  margin-top: 2.2rem;
}
@media screen and (max-width: 960px) {
  .p-contact {
    padding: 4.2rem 0 4rem;
    margin-top: 0;
  }
}
.p-contact__container {
  width: 100%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
}
@media screen and (max-width: 960px) {
  .p-contact__container {
    -webkit-mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
    mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  }
}
.is-scroll-active .p-contact__container {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out), -webkit-mask-position 1.4s var(--ease_out);
}
.p-contact__header {
  display: block;
  position: relative;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 960px) {
  .p-contact__header {
    margin-bottom: 2.2rem;
  }
}
.p-contact__title {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-contact__title {
    font-size: 1.3rem;
  }
}
.p-contact__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-contact__data {
  display: block;
  position: relative;
}
.p-contact__data + .p-contact__data {
  margin-top: 2.6rem;
}
@media screen and (max-width: 960px) {
  .p-contact__data + .p-contact__data {
    margin-top: 2.2rem;
  }
}
.p-contact__data-cap {
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-contact__data-cap {
    margin-bottom: 0.6rem;
  }
}
.p-contact__data-text {
  display: block;
  position: relative;
  font-size: 1.35rem;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-contact__data-text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.p-contact__data-text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-contact__data-text a:hover {
    text-decoration: none;
  }
}