@charset "UTF-8";
.p-top {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-top__header {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (min-width: 961px) {
  .p-top__header {
    padding-bottom: 6.25rem;
    background: url("../img/top/line1.png") repeat-x 0 100%/auto 6.25rem;
  }
}
.is-load .p-top__header {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_inout) 0.3s;
}
@media screen and (max-width: 960px) {
  .--pre .p-top__header {
    padding-bottom: 3.1rem;
    background: url("../img/top/line1.png") repeat-x 0 100%/auto 3.1rem;
  }
}
.p-top__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-top__inner .p-top:not(.--pre) {
    position: static;
  }
}
.is-load .p-top__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_inout) 0.8s;
}
.p-top__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-top__bg .p-top:not(.--pre) {
    top: calc(140vw + 3.1rem);
  }
}
.p-top__info {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10rem 0 10.1rem;
}
@media screen and (min-width: 961px) {
  .p-top__info {
    display: grid;
    grid-template-columns: 1fr 32rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top__info {
    padding: 4rem 0 6.5rem;
  }
}
.p-top__info-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top__info-item + .p-top__info-item {
    margin-top: 4.5rem;
  }
}
.p-top__nav {
  display: block;
  position: relative;
}
.p-top__ticket {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 9rem 0 14.1rem;
}
@media screen and (max-width: 960px) {
  .p-top__ticket {
    padding: 4rem 0 6.9rem;
  }
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_ptn1.jpg") repeat 0 0/70rem auto;
}
@media screen and (max-width: 960px) {
  .p-hero__bg {
    background-size: 35rem auto;
  }
  .p-top:not(.--pre) .p-hero__bg {
    display: none;
  }
}
.p-hero__layer {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__layer-item {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s var(--ease_out), filter 2s var(--ease_out);
  animation: fade 4s linear infinite;
}
.p-hero__layer-item:nth-of-type(1) {
  animation-delay: 0s;
}
.p-hero__layer-item:nth-of-type(2) {
  animation-delay: 1s;
}
.p-hero__layer-item:nth-of-type(3) {
  animation-delay: 2s;
}
.p-hero__layer-item:nth-of-type(4) {
  animation-delay: 3s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.p-hero__layer-item.--item1 {
  background: url(../img/top/kv_light1.png) no-repeat center/cover;
}
.p-hero__layer-item.--item2 {
  background: url(../img/top/kv_light2.png) no-repeat center/cover;
}
.p-hero__layer-item.--item3 {
  background: url(../img/top/kv_light3.png) no-repeat center/cover;
}
.p-hero__layer-item.--item4 {
  background: url(../img/top/kv_light1.png) no-repeat center/cover;
}
.p-hero__particle {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color-dodge;
}
.p-hero__particle canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__container {
  width: 100%;
  max-width: 1800px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.--pre .p-hero__container {
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .p-top:not(.--pre) .p-hero__container {
    display: grid;
    grid-template-columns: 55% 1fr;
  }
}
.p-hero__header {
  display: block;
  position: relative;
}
.p-hero__inner {
  display: block;
  position: relative;
  padding: 13rem 0;
}
@media screen and (max-width: 960px) {
  .p-hero__inner {
    padding: 4.5rem 0 0;
  }
  .p-top:not(.--pre) .p-hero__inner {
    background: url("../img/top/line1.png") repeat-x 0 0/auto 3.1rem;
  }
}
.--pre .p-hero__inner {
  padding: 6.2rem 0;
}
@media screen and (max-width: 960px) {
  .--pre .p-hero__inner {
    padding: 10.5rem 0 15.6rem;
  }
}
.p-hero__content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-hero__content {
    max-width: 77rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__content {
    width: 100%;
  }
}
.p-hero__title {
  width: 88.5%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-top:not(.--pre) .p-hero__title {
    display: none;
  }
}
.is-load .p-hero__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_inout) 0.5s, transform 2s var(--ease_out) 0.5s;
}
.p-hero__date {
  width: 55%;
  display: block;
  position: relative;
  margin: 5% auto 0;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-hero__date {
    width: 68%;
    left: 0.5rem;
  }
}
.is-load .p-hero__date {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_inout) 0.6s, transform 2s var(--ease_out) 0.6s;
}
.--pre .p-hero__date {
  width: 40%;
  margin-top: 4%;
}
@media screen and (max-width: 960px) {
  .--pre .p-hero__date {
    width: 62%;
    margin-top: 10%;
    left: 0;
  }
}
.p-hero__area {
  display: block;
  position: relative;
  margin-top: 3.2%;
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-blue);
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-hero__area {
    font-size: 1.3rem;
  }
}
.--pre .p-hero__area {
  margin-top: 2.4%;
}
@media screen and (max-width: 960px) {
  .--pre .p-hero__area {
    margin-top: 5%;
  }
}
.is-load .p-hero__area {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_inout) 0.8s, transform 2s var(--ease_out) 0.8s;
}

.p-top_section {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-top_section__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_section__container {
    max-width: 500px;
  }
}
.p-top_section__header {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto 3.7rem;
}
@media screen and (max-width: 960px) {
  .p-top_section__header {
    margin-bottom: 2.2rem;
  }
}
.p-top_section__nav {
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.p-top_section__inner {
  display: block;
  position: relative;
}
.p-top_section__footer {
  width: 100%;
  display: block;
  position: relative;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-top_section__footer {
    margin-top: 1.6rem;
  }
}
.p-top_section__btn {
  width: 22rem;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 20rem;
  overflow: hidden;
  z-index: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_section__btn {
    transition: box-shadow 0.4s var(--ease_out), transform 0.3s var(--ease_out);
  }
  .p-top_section__btn:hover, .p-top_section__btn:focus-visible {
    transform: scale3d(1.06, 1.06, 1.06);
    box-shadow: var(--shadow-content);
  }
}
.p-top_section__btn::after {
  content: "";
  width: 0.6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  background: url("../img/arrow.svg") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_section__btn:hover::after,
  .p-top_section__btn:focus-visible::after {
    animation: arrow 1s var(--ease_out);
  }
}
.p-top_section__btn::before {
  content: "";
  width: 300%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(-60deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%) no-repeat 0 0/100% auto;
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateX(-100%);
}
@media (hover: hover) and (pointer: fine) {
  .p-top_section__btn:hover::before,
  .p-top_section__btn:focus-visible::before {
    transform: translateX(100%);
    opacity: 1;
    transition: opacity 1.5s var(--ease_out), transform 2.2s var(--ease_out);
  }
}
.p-top_section__btn-text {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  font-family: "Cormorant Infant", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--color-brown);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.p-top_section_title {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_section_title {
    min-height: 11.7rem;
  }
}
.p-top_section_title__deco {
  width: 4.8rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_section_title__deco {
    width: 3.5rem;
  }
}
.p-top_section_title__content {
  display: block;
  position: relative;
}
.p-top_section_title__main {
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  font-size: 5.2rem;
  line-height: 0.9;
  font-family: "Cormorant Infant", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--color-blue);
  text-align: center;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 960px) {
  .p-top_section_title__main {
    font-size: 3.6rem;
  }
}
.--jp .p-top_section_title__main {
  font-size: 4.6rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .--jp .p-top_section_title__main {
    margin-top: 0.6rem;
    font-size: 3rem;
  }
}
.--L .p-top_section_title__main {
  font-size: 6.2rem;
}
@media screen and (max-width: 960px) {
  .--L .p-top_section_title__main {
    font-size: 3.6rem;
  }
}
.p-top_section_title__sub {
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  margin-top: 0.2rem;
  font-size: 1.15rem;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  color: var(--color-blue);
  letter-spacing: 0.55rem;
}
@media screen and (max-width: 960px) {
  .p-top_section_title__sub {
    font-size: 1rem;
    letter-spacing: 0.35rem;
  }
}
.--L .p-top_section_title__sub {
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  .--L .p-top_section_title__sub {
    font-size: 1rem;
  }
}

.p-top_info {
  display: block;
  position: relative;
  padding: 4rem 5rem 4.4rem;
}
@media screen and (max-width: 960px) {
  .p-top_info {
    padding: 1.4rem 2.5rem 1.4rem;
  }
}
.p-top_info__bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url("../img/bg_ptn2.jpg") repeat 0 0/6rem auto;
  box-shadow: var(--shadow-content);
}
@media screen and (max-width: 960px) {
  .p-top_info__bg {
    background-size: 3rem auto;
  }
}
.p-top_info__bg-top {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-top_info__bg-main {
  width: 100%;
  flex: 1 1 0;
  display: block;
  position: relative;
  margin: -2.8% 0;
  background: url("../img/frame/intro_sns/frame_l_center_pc.png") repeat-y 0 0/100% auto;
}
@media screen and (max-width: 960px) {
  .p-top_info__bg-main {
    background: url("../img/frame/intro_sns/frame_l_center_sp.png") repeat-y 0 0/100% auto;
  }
}
.p-top_info__bg-bottom {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-top_info__content {
  display: block;
  position: relative;
}
.p-top_info__list {
  display: block;
  position: relative;
}
.p-top_info__list-item {
  display: block;
  position: relative;
}
.p-top_info__list-item:nth-child(n+4) {
  display: none;
}
.p-top_info__list-item + .p-top_info__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-brown-line);
}

.p-top_info_article {
  display: block;
  position: relative;
}
.p-top_info_article__content {
  display: block;
  position: relative;
  padding: 2rem 0;
}
@media screen and (max-width: 960px) {
  .p-top_info_article__content {
    padding: 1.25rem 0;
  }
}
.p-top_info_article__date {
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  color: var(--color-blue);
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-top_info_article__date {
    margin-bottom: 0.2rem;
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
  }
}
.p-top_info_article__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 960px) {
  .p-top_info_article__title {
    font-size: 1.3rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-top_info_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-top_info_article:hover .p-top_info_article__title, .p-top_info_article:focus-visible .p-top_info_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-top_info_article:hover .p-top_info_article__title, .p-top_info_article:focus-visible .p-top_info_article__title {
      text-decoration: underline;
    }
  }
}

.p-top_sns {
  display: block;
  position: relative;
  padding: 7.9rem 5rem 8rem;
}
@media screen and (max-width: 960px) {
  .p-top_sns {
    padding: 4rem 6rem;
  }
}
.p-top_sns__bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url("../img/bg_ptn2.jpg") repeat 0 0/6rem auto;
  box-shadow: var(--shadow-content);
}
@media screen and (max-width: 960px) {
  .p-top_sns__bg {
    background-size: 3rem auto;
  }
}
.p-top_sns__bg-top {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-top_sns__bg-main {
  width: 100%;
  flex: 1 1 0;
  display: block;
  position: relative;
  margin: -5.5% 0;
  background: url("../img/frame/intro_sns/frame_s_center_pc.png") repeat-y 0 0/100% auto;
}
@media screen and (max-width: 960px) {
  .p-top_sns__bg-main {
    background: url("../img/frame/intro_sns/frame_l_center_sp.png") repeat-y 0 0/100% auto;
  }
}
.p-top_sns__bg-bottom {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-top_sns__content {
  display: block;
  position: relative;
}
.p-top_sns__list {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_sns__list {
    max-width: 200px;
  }
}
.p-top_sns__list-item {
  display: block;
  position: relative;
}
.p-top_sns__list-item + .p-top_sns__list-item {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-top_sns__list-item + .p-top_sns__list-item {
    margin-top: 1.6rem;
  }
}
.p-top_sns__link {
  display: block;
  position: relative;
  border-radius: 20rem;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_sns__link {
    transition: box-shadow 0.4s var(--ease_out), transform 0.3s var(--ease_out);
  }
  .p-top_sns__link:hover, .p-top_sns__link:focus-visible {
    transform: scale3d(1.06, 1.06, 1.06);
    box-shadow: var(--shadow-content);
  }
}
.p-top_sns__link-text {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  font-family: "Cormorant Infant", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--color-brown);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-top_sns__link-icon {
  width: 3.2rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  fill: currentColor;
  margin-left: 2rem;
}
@media screen and (max-width: 960px) {
  .p-top_sns__link-icon {
    width: 2.5rem;
    height: 2.2rem;
  }
}
.p-top_sns__link-base {
  display: block;
  position: relative;
  border-radius: 20rem;
  overflow: hidden;
}
.p-top_sns__link-base::before {
  content: "";
  width: 300%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(-60deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, white 50%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%) no-repeat 0 0/100% auto;
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateX(-100%);
}
@media (hover: hover) and (pointer: fine) {
  .p-top_sns__link:hover .p-top_sns__link-base::before {
    transform: translateX(100%);
    opacity: 1;
    transition: opacity 1.2s var(--ease_inout), transform 2s var(--ease_out);
  }
}

.p-top_nav {
  display: block;
  position: relative;
  background: url("../img/top/menu/bg_ptn2.png") repeat 0 0/50rem auto;
  padding: 8.6rem 0 8.2rem;
}
@media screen and (max-width: 960px) {
  .p-top_nav {
    background: url("../img/top/menu/bg_ptn2.png") repeat 0 0/25rem auto;
    padding: 5.6rem 0 5.2rem;
  }
}
.p-top_nav::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/menu/line_top.png") repeat-x 0 0/auto 2rem, url("../img/top/menu/line_bottom.png") repeat-x 0 100%/auto 2rem;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-top_nav::after {
    background: url("../img/top/menu/line_top.png") repeat-x 0 0/auto 1rem, url("../img/top/menu/line_bottom.png") repeat-x 0 100%/auto 1rem;
  }
}
.p-top_nav__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-top_nav__bg::before {
  content: "";
  width: 43rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 14%;
  transform: translate(-50%, 0) scale(-1, 1);
  background: url("../img/top/menu/bg_deco_pc.png") no-repeat 0 0/100% auto;
}
@media screen and (max-width: 960px) {
  .p-top_nav__bg::before {
    top: 1rem;
    left: 20%;
    width: 13rem;
    background: url("../img/top/menu/bg_deco_sp.png") no-repeat 0 0/100% auto;
  }
}
.p-top_nav__bg::after {
  content: "";
  width: 43rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 87%;
  transform: translate(-50%, 0);
  background: url("../img/top/menu/bg_deco_pc.png") no-repeat 0 0/100% auto;
}
@media screen and (max-width: 960px) {
  .p-top_nav__bg::after {
    top: 1rem;
    left: 80%;
    width: 13rem;
    background: url("../img/top/menu/bg_deco_sp.png") no-repeat 0 0/100% auto;
  }
}
.p-top_nav__container {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_nav__container {
    width: 92%;
    max-width: 500px;
  }
}
.p-top_nav__inner {
  display: block;
  position: relative;
}
.p-top_nav__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  gap: 1.8rem 0;
}
@media screen and (max-width: 960px) {
  .p-top_nav__list {
    gap: 1.3rem 0;
  }
}
.p-top_nav__list-item {
  width: 26%;
  display: block;
  position: relative;
  margin: 0 -1%;
}
@media screen and (max-width: 960px) {
  .p-top_nav__list-item {
    width: 52%;
    margin: 0 -2%;
  }
}
.p-top_nav__link {
  display: block;
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}
.p-top_nav__link[href] {
  opacity: 1;
  pointer-events: auto;
}
.p-top_nav__link-img {
  display: block;
  position: relative;
  transform: scale3d(1.0001, 1.0001, 1.0001);
  transform-origin: 50% 75%;
  filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.4));
}
@media (hover: hover) and (pointer: fine) {
  .p-top_nav__link-img {
    transition: transform 0.2s var(--ease_out), filter 0.2s var(--ease_out);
  }
  .p-top_nav__link:hover .p-top_nav__link-img {
    transform: scale3d(1.1, 1.1, 1.1);
    filter: drop-shadow(0 1.5rem 1rem rgba(0, 0, 0, 0.4));
  }
}

.p-top_ticket {
  display: block;
  position: relative;
  padding: 6rem 0;
}
@media screen and (max-width: 960px) {
  .p-top_ticket {
    padding: 3rem 0;
  }
}
.p-top_ticket__bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url("../img/bg_ptn2.jpg") repeat 0 0/6rem auto;
  box-shadow: var(--shadow-content);
}
@media screen and (max-width: 960px) {
  .p-top_ticket__bg {
    background-size: 3rem auto;
  }
}
.p-top_ticket__bg-top {
  display: block;
  position: relative;
}
.p-top_ticket__bg-main {
  width: 100%;
  flex: 1 1 0;
  display: block;
  position: relative;
  margin: -1px 0;
  background: url("../img/frame/contents/frame_center_pc.png") repeat-y 0 0/100% auto;
}
@media screen and (max-width: 960px) {
  .p-top_ticket__bg-main {
    background: url("../img/frame/contents/frame_center_sp.png") repeat-y 0 0/100% auto;
  }
}
.p-top_ticket__bg-bottom {
  display: block;
  position: relative;
}
.p-top_ticket__content {
  width: calc(100% - 16rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_ticket__content {
    width: calc(100% - 5.5rem);
  }
}
.p-top_ticket__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  position: relative;
  margin: 0 auto;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-top_ticket__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem 1rem;
  }
}
.p-top_ticket__link {
  display: block;
  position: relative;
  padding: 1rem 1.5rem 2rem;
}
@media screen and (max-width: 960px) {
  .p-top_ticket__link {
    padding: 1rem 1rem 1.6rem;
  }
}
.p-top_ticket__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-main);
  opacity: 0.2;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_ticket__link::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-top_ticket__link:hover::before,
  .p-top_ticket__link:focus-visible::before {
    opacity: 0.6;
  }
}
.p-top_ticket__link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-brown-line);
  pointer-events: none;
}
.p-top_ticket__link-cap {
  display: block;
  position: relative;
  padding-bottom: 1.8rem;
  margin-bottom: 1.4rem;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  color: var(--color-brown);
  background: url("../img/top/txt_deco.png") no-repeat center bottom/3rem auto;
}
@media screen and (max-width: 960px) {
  .p-top_ticket__link-cap {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    padding-bottom: 1rem;
  }
}
.p-top_ticket__link-cap::before {
  content: "";
  width: calc(50% - 2.5rem);
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0.4rem;
  right: 0;
  border-bottom: 1px solid var(--color-brown-line);
}
.p-top_ticket__link-cap::after {
  content: "";
  width: calc(50% - 2.5rem);
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  border-bottom: 1px solid var(--color-brown-line);
}
.p-top_ticket__link-text {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  color: var(--color-brown);
}
@media screen and (max-width: 960px) {
  .p-top_ticket__link-text {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.p-top_ticket__btn {
  width: 22rem;
  display: block;
  position: relative;
  margin: 2.8rem auto 0;
  border-radius: 20rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top_ticket__btn {
    margin-top: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top_ticket__btn {
    transition: box-shadow 0.4s var(--ease_out), transform 0.3s var(--ease_out);
  }
  .p-top_ticket__btn:hover, .p-top_ticket__btn:focus-visible {
    transform: scale3d(1.06, 1.06, 1.06);
    box-shadow: var(--shadow-content);
  }
}
.p-top_ticket__btn::after {
  content: "";
  width: 0.6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  background: url("../img/arrow.svg") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_ticket__btn:hover::after,
  .p-top_ticket__btn:focus-visible::after {
    animation: arrow 1s var(--ease_out);
  }
}
.p-top_ticket__btn::before {
  content: "";
  width: 300%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(-60deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%) no-repeat 0 0/100% auto;
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateX(-100%);
}
@media (hover: hover) and (pointer: fine) {
  .p-top_ticket__btn:hover::before,
  .p-top_ticket__btn:focus-visible::before {
    transform: translateX(100%);
    opacity: 1;
    transition: opacity 1.5s var(--ease_out), transform 2.2s var(--ease_out);
  }
}
.p-top_ticket__btn-text {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  font-family: "Cormorant Infant", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--color-brown);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-top_ticket__btn-text {
    font-size: 1.3rem;
  }
}