@charset "UTF-8";
/*============================
hero
============================*/
.p-hero {
  position: relative;
  padding-bottom: 27px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-hero {
    padding-bottom: 0;
  }
}
.p-hero__img {
  transform: scale(1.05);
  transition: transform 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-load .p-hero__img {
  transform: scale(1);
}
.p-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-hero__inner {
  position: absolute;
  top: 50%;
  left: 10.8%;
  width: 100%;
}
@media not all and (max-width: 900px) {
  .p-hero__inner {
    width: 28.5714285714%;
    transform: translateY(-54.5%);
  }
}
@media screen and (max-width: 900px) {
  .p-hero__inner {
    left: 0;
    transform: translateY(-51%);
  }
}
.p-hero__logo {
  width: 72.5%;
  margin: 0 auto 5.1%;
  transform: scale(1.1);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-hero__logo {
    width: 54.5%;
    margin-bottom: 4%;
  }
}
.is-load .p-hero__logo {
  transform: scale(1.001);
  opacity: 1;
}

.p-hero_info {
  text-align: center;
  color: var(--color-main);
}
.p-hero_info__date {
  font-size: 52px;
  font-size: 3.7142857143vw;
  font-weight: 700;
  opacity: 0;
  transform: translateY(25px);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 900px) {
  .p-hero_info__date {
    font-size: 36px;
    transform: translateY(20px);
    font-size: 9.6vw;
  }
}
.p-hero_info__date small {
  display: inline-block;
  vertical-align: baseline;
  font-size: 37px;
  font-size: 2.6428571429vw;
}
@media screen and (max-width: 900px) {
  .p-hero_info__date small {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
}
.is-load .p-hero_info__date {
  transform: translateY(0);
  opacity: 1;
}
.p-hero_info__time {
  font-size: 21px;
  font-size: 1.5vw;
  letter-spacing: 0.02rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(25px);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.35s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.35s;
}
@media screen and (max-width: 900px) {
  .p-hero_info__time {
    font-size: 15px;
    transform: translateY(20px);
    font-size: 4vw;
  }
}
.is-load .p-hero_info__time {
  transform: translateY(0);
  opacity: 1;
}
.p-hero_info__place {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.4%;
  opacity: 0;
  transform: translateY(25px);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
@media screen and (max-width: 900px) {
  .p-hero_info__place {
    margin-top: 2.4%;
    transform: translateY(20px);
  }
}
.is-load .p-hero_info__place {
  transform: translateY(0);
  opacity: 1;
}
.p-hero_info__place-icon {
  width: 3.5%;
  margin-right: 1.5%;
}
@media screen and (max-width: 900px) {
  .p-hero_info__place-icon {
    width: 2.6%;
    margin-right: 1%;
  }
}
.p-hero_info__place-txt {
  font-size: 20px;
  font-size: 1.4285714286vw;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-hero_info__place-txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.p-hero_info__link {
  margin-top: 6%;
  color: var(--color-link);
  opacity: 0;
  transform: translateY(25px);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.65s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.65s;
}
@media screen and (max-width: 900px) {
  .p-hero_info__link {
    margin-top: 4.5%;
    transform: translateY(20px);
  }
}
.is-load .p-hero_info__link {
  transform: translateY(0);
  opacity: 1;
}
.p-hero_info__link-txt {
  font-size: 18px;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 900px) {
  .p-hero_info__link-txt {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-hero_info__link-txt span {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}
.p-hero_info__link-txt span::before, .p-hero_info__link-txt span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -14px;
  width: 1px;
  height: 62%;
  background: var(--color-link);
  transform: rotate(-30deg);
}
@media screen and (max-width: 900px) {
  .p-hero_info__link-txt span::before, .p-hero_info__link-txt span::after {
    left: -9px;
  }
}
.p-hero_info__link-txt span::after {
  left: auto;
  right: -14px;
  transform: rotate(30deg);
}
@media screen and (max-width: 900px) {
  .p-hero_info__link-txt span::after {
    right: -9px;
  }
}
.p-hero_info__link-note {
  font-size: 13px;
  font-size: 0.9285714286vw;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-hero_info__link-note {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.p-hero_info__link-btn {
  width: 70%;
  margin: 0 auto;
  margin-top: 1.6%;
}
@media screen and (max-width: 900px) {
  .p-hero_info__link-btn {
    width: 56%;
  }
}
.p-hero_info__link-btn a {
  position: relative;
  display: block;
  padding: 3.9% 0;
  font-size: 20px;
  font-size: 1.4285714286vw;
  text-align: center;
  background: var(--color-link);
  color: var(--color-white);
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02rem;
  border-radius: 60px;
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-hero_info__link-btn a {
    padding: 5.9% 0;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media (hover: hover) {
  .p-hero_info__link-btn a:hover {
    background: rgba(var(--color-link-rbg), 0.8);
  }
  .p-hero_info__link-btn a:hover::before {
    transform: scale(1.1);
  }
  .p-hero_info__link-btn a:hover::after {
    transform: translateX(5px);
  }
}
.p-hero_info__link-btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.6%;
  width: 25%;
  height: 123%;
  background: url(../img/common/icon_ticket.png) bottom center no-repeat;
  background-size: contain;
  transform-origin: bottom center;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-hero_info__link-btn a::before {
    left: -2.6%;
    width: 28%;
  }
}
.p-hero_info__link-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 7%;
  width: 4.5%;
  height: 100%;
  -webkit-mask: url(../img/common/icon_arrow_1.svg) center center no-repeat;
  mask: url(../img/common/icon_arrow_1.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-white);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-hero_info__link-btn a::after {
    right: 9%;
    width: 4%;
  }
}

/*============================
lead
============================*/
.p-lead__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 17.3%;
  padding-top: 14%;
  background: url(../img/bg/bg_garland.png) top center no-repeat;
  background-size: contain;
  transform: translateY(-80px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 900px) {
  .p-lead__wrap::after {
    width: 32.5%;
    padding-top: 25%;
  }
}
.l-section.is-active .p-lead__wrap::after {
  opacity: 1;
}

.p-lead.is-active .p-lead__wrap::after {
  transform: translateY(0px);
}
@media not all and (max-width: 900px) {
  .p-lead__container {
    display: flex;
  }
}
@media not all and (max-width: 900px) {
  .p-lead__header {
    width: 61%;
    flex-shrink: 0;
  }
}
.p-lead__ttl {
  margin-bottom: 21px;
}
@media screen and (max-width: 900px) {
  .p-lead__ttl {
    margin-bottom: 17px;
  }
}
.p-lead__txt {
  font-size: 19px;
  line-height: 1.5;
  font-size: clamp(10px, 1.3571428571vw, 19px);
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
@media screen and (max-width: 900px) {
  .p-lead__txt {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
  }
}
.is-load .p-lead__txt {
  transform: translateY(0px);
  opacity: 1;
}
.p-lead__txt-block + .p-lead__txt-block {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .p-lead__txt-block + .p-lead__txt-block {
    margin-top: 23px;
  }
}
.p-lead__inner {
  position: relative;
  transition-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  .p-lead__inner {
    flex-grow: 1;
  }
}
@media screen and (max-width: 900px) {
  .p-lead__inner {
    width: 100%;
    margin-top: 30px;
  }
}
.is-load .p-lead__inner {
  opacity: 1;
  transform: translateY(0px);
}
.p-lead__img {
  width: 100%;
  height: 100%;
}
.p-lead__img-item {
  position: absolute;
}
@media screen and (max-width: 900px) {
  .p-lead__img-item {
    position: relative;
  }
}
.p-lead__img-item:nth-child(1) {
  width: 96%;
  -webkit-mask: url(../img/music/img_music_1A.svg) center center no-repeat;
  mask: url(../img/music/img_music_1A.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media not all and (max-width: 900px) {
  .p-lead__img-item:nth-child(1) {
    top: -17%;
    left: -16%;
  }
}
@media screen and (max-width: 900px) {
  .p-lead__img-item:nth-child(1) {
    width: 73%;
  }
}
.p-lead__img-item:nth-child(2) {
  width: 69%;
  -webkit-mask: url(../img/music/img_music_2A.svg) center center no-repeat;
  mask: url(../img/music/img_music_2A.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media not all and (max-width: 900px) {
  .p-lead__img-item:nth-child(2) {
    bottom: -22%;
    right: -11%;
  }
}
@media screen and (max-width: 900px) {
  .p-lead__img-item:nth-child(2) {
    width: 54%;
    margin-top: -44px;
    margin-left: auto;
  }
}
.p-lead__deco-item {
  position: absolute;
}
.p-lead__deco-item:nth-child(1) {
  bottom: -6%;
  left: 34%;
  width: 16%;
  animation: rotate 30s reverse linear infinite;
}
@media screen and (max-width: 900px) {
  .p-lead__deco-item:nth-child(1) {
    top: -38.5%;
    left: auto;
    right: 17.5%;
    width: 13.7%;
  }
}
.p-lead__deco-item:nth-child(2) {
  top: 40%;
  right: -1%;
  width: 7%;
  animation: rotate 20s linear infinite;
}
@media screen and (max-width: 900px) {
  .p-lead__deco-item:nth-child(2) {
    top: 62.6%;
    right: auto;
    left: 11.5%;
    width: 5.4%;
  }
}
.p-lead__deco-item:nth-child(3) {
  top: -11%;
  right: 6%;
  width: 47%;
  animation: rotate 35s linear infinite;
}
@media screen and (max-width: 900px) {
  .p-lead__deco-item:nth-child(3) {
    top: auto;
    right: auto;
    bottom: 7.7%;
    left: 23.5%;
    width: 35.7%;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*============================
lead
============================*/
.p-headline {
  position: relative;
}
.p-headline__deco-item {
  position: absolute;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-headline__deco-item:nth-child(1) {
  bottom: 101px;
  left: 0%;
  width: 20%;
}
@media screen and (max-width: 900px) {
  .p-headline__deco-item:nth-child(1) {
    bottom: 63px;
    width: 100%;
  }
  .p-headline__deco-item:nth-child(1) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-headline__deco-item:nth-child(2) {
  bottom: 102px;
  right: 0%;
  width: 20%;
}
@media not all and (max-width: 900px) {
  .p-headline__container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-bottom: 201px;
  }
}
@media screen and (max-width: 900px) {
  .p-headline__container {
    padding-bottom: 130px;
  }
}
@media not all and (max-width: 900px) {
  .p-headline__header {
    width: 20.5%;
    min-width: 215px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-headline__header {
    margin-bottom: 22px;
  }
}
@media not all and (max-width: 900px) {
  .p-headline__ttl {
    position: relative;
    width: 100%;
    padding-top: 39.5%;
  }
}
@media not all and (max-width: 900px) {
  .p-headline__ttl-inner {
    position: absolute;
    top: 0;
    right: 3.5%;
    width: 300%;
    pointer-events: none;
  }
}
.p-headline__more {
  width: 78%;
  margin-left: auto;
}
@media not all and (max-width: 900px) {
  .p-headline__more {
    min-width: 180px;
  }
}
@media screen and (max-width: 900px) {
  .p-headline__more {
    width: 64%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media not all and (max-width: 900px) {
  .p-headline__inner {
    flex-grow: 1;
    padding-left: 10px;
  }
}
.p-headline__list-item {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.p-headline__list-item:nth-child(2) {
  transition-delay: 0.3s;
}
.p-headline__list-item:nth-child(3) {
  transition-delay: 0.4s;
}
.p-headline.is-active .p-headline__list-item {
  transform: translateY(0px);
  opacity: 1;
}
.p-headline__list-item + .p-headline__list-item {
  margin-top: 10px;
}

/*============================
lineup
============================*/
.p-lineup__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17.3%;
  padding-top: 14%;
  background: url(../img/bg/bg_garland.png) top center no-repeat;
  background-size: contain;
  transform: translateY(-80px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transform: scaleX(-1) translateY(-80px);
}
@media screen and (max-width: 900px) {
  .p-lineup__wrap::after {
    width: 32.5%;
    padding-top: 25%;
  }
}
.l-section.is-active .p-lineup__wrap::after {
  opacity: 1;
}

.p-lineup.is-active .p-lineup__wrap::after {
  transform: scaleX(-1) translateY(0px);
}
.p-lineup__header {
  margin-bottom: 38px;
}
@media screen and (max-width: 900px) {
  .p-lineup__header {
    margin-bottom: 22px;
  }
}
@media not all and (max-width: 900px) {
  .p-lineup__ttl {
    width: 61%;
    margin: 0 auto;
  }
}
.p-lineup__inner-wrap + .p-lineup__inner-wrap {
  margin-top: 67px;
}
@media screen and (max-width: 900px) {
  .p-lineup__inner-wrap + .p-lineup__inner-wrap {
    margin-top: 51px;
  }
}
.p-lineup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media not all and (max-width: 900px) {
  .p-lineup__list-item {
    width: 23.7%;
    margin-left: 1.73%;
  }
  .p-lineup__list-item:nth-child(4n-3) {
    margin-left: 0;
  }
  .p-lineup__list-item:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-lineup__list-item {
    width: 47.7611940299%;
    width: 47.8%;
  }
  .p-lineup__list-item:nth-child(even) {
    margin-left: 4.4%;
  }
  .p-lineup__list-item:nth-child(n+3) {
    margin-top: 15px;
  }
}
.p-lineup__more {
  margin-top: 33px;
  text-align: center;
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 900px) {
  .p-lineup__more {
    margin-top: 25px;
    font-size: 15px;
    letter-spacing: 0.03rem;
  }
}
.p-lineup__subttl {
  position: relative;
  margin-bottom: 22px;
  text-align: center;
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}
.p-lineup__subttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../img/common/dotline.png) center center repeat-x;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .p-lineup__subttl::before {
    height: 3px;
  }
}
.p-lineup__subttl span {
  position: relative;
  display: inline-block;
  padding: 0 29px;
  vertical-align: baseline;
  background: var(--color-white);
  font-weight: 600;
  font-size: 29px;
}
@media screen and (max-width: 900px) {
  .p-lineup__subttl span {
    padding: 0 14px;
    font-size: 19px;
  }
}

.p-lineup_data {
  position: relative;
  display: block;
  border: 1px solid var(--color-main);
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-lineup_data {
    border-radius: 10px;
  }
}
@media (hover: hover) {
  .p-lineup_data {
    transition: border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-lineup_data:hover {
    border-color: var(--color-link);
  }
}
.p-lineup_data__thumb {
  position: relative;
  width: 100%;
  padding-top: 66.7924528302%;
}
.p-lineup_data__thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .p-lineup_data__thumb-inner {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-lineup_data:hover .p-lineup_data__thumb-inner {
    transform: scale(1.1);
  }
}
.p-lineup_data__thumb-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-lineup_data__name {
  position: relative;
  min-height: 60px;
  background: var(--color-main);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-lineup_data__name {
    min-height: 44px;
  }
}
@media (hover: hover) {
  .p-lineup_data__name {
    transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-lineup_data:hover .p-lineup_data__name {
    background: var(--color-link);
  }
}
.p-lineup_data[href] .p-lineup_data__name::after {
  content: "";
  position: absolute;
  top: 0;
  right: 7.5%;
  width: 16px;
  height: 100%;
  -webkit-mask: url(../img/common/icon_arrow_2.svg) center center no-repeat;
  mask: url(../img/common/icon_arrow_2.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-white);
}
@media screen and (max-width: 900px) {
  .p-lineup_data[href] .p-lineup_data__name::after {
    right: 6%;
    width: 12px;
  }
}
.p-lineup_data__name-inner {
  line-height: 1;
  font-size: 19px;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-lineup_data__name-inner {
    font-size: 13px;
  }
}
.p-lineup_data__name-inner small {
  display: inline-block;
  vertical-align: baseline;
  font-size: 13px;
}
.p-lineup_data__name-inner .is-small {
  display: inline-block;
  vertical-align: baseline;
  font-size: 13px;
  transform: translateY(-3px);
}
@media screen and (max-width: 900px) {
  .p-lineup_data__name-inner .is-small {
    font-size: 10px;
    transform: translateY(-2px);
  }
}

/*============================
ticket
============================*/
.p-ticket__deco-item {
  position: absolute;
}
.p-ticket__deco-item:nth-child(1) {
  bottom: 97px;
  left: 0%;
  width: 20%;
}
@media screen and (max-width: 900px) {
  .p-ticket__deco-item:nth-child(1) {
    bottom: 61px;
    width: 100%;
  }
  .p-ticket__deco-item:nth-child(1) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-ticket__deco-item:nth-child(2) {
  bottom: 118px;
  right: 0%;
  width: 20%;
}
@media not all and (max-width: 900px) {
  .p-ticket__container {
    padding-bottom: 139px;
  }
}
@media screen and (max-width: 900px) {
  .p-ticket__container {
    padding-bottom: 100px;
  }
}
.p-ticket__header {
  margin-bottom: 28px;
}
@media screen and (max-width: 900px) {
  .p-ticket__header {
    margin-bottom: 23px;
  }
}
@media not all and (max-width: 900px) {
  .p-ticket__ttl {
    width: 61%;
    margin: 0 auto;
  }
}
@media not all and (max-width: 900px) {
  .p-ticket__box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2.6%;
  }
}
.p-ticket__price {
  margin-bottom: 8px;
  font-size: 30px;
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 900px) {
  .p-ticket__price {
    margin-bottom: 4px;
    font-size: 19px;
    letter-spacing: 0.06rem;
  }
}
.p-ticket__price small {
  display: inline-block;
  vertical-align: baseline;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .p-ticket__price small {
    font-size: 11px;
  }
}
.p-ticket__caution {
  font-size: 14px;
  line-height: 1.45;
}
@media screen and (max-width: 900px) {
  .p-ticket__caution {
    font-size: 11px;
    line-height: 1.6;
  }
}
@media not all and (max-width: 900px) {
  .p-ticket__btn {
    width: 93%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .is-en .p-ticket__btn {
    display: block;
    margin-top: 28px;
  }
}
@media screen and (max-width: 900px) {
  .p-ticket__btn {
    width: 76%;
    margin: 0 auto;
  }
  .is-en .p-ticket__btn {
    width: 81%;
    margin-top: 27px;
  }
}
@media not all and (max-width: 900px) {
  .p-ticket__btn-item {
    width: 32.4%;
    margin-left: 1.4%;
  }
  .p-ticket__btn-item:nth-child(3n-2) {
    margin-left: 0%;
  }
  .p-ticket__btn-item:nth-child(n+4) {
    margin-top: 10px;
  }
  .is-en .p-ticket__btn-item {
    width: 48%;
    margin: 0 auto;
  }
  .is-en .p-ticket__btn-item + .p-ticket__btn-item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .p-ticket__btn-item + .p-ticket__btn-item {
    margin-top: 10px;
  }
}
.p-ticket__btn-txt {
  margin-top: 6px;
}
@media screen and (max-width: 900px) {
  .p-ticket__btn-txt {
    margin-top: 2px;
    font-size: 11px;
  }
}
.p-ticket__btn-txt .p-in-caution {
  margin-top: 3px;
}
.p-ticket__buy {
  margin-top: 67px;
}
@media screen and (max-width: 900px) {
  .p-ticket__buy {
    margin-top: 43px;
  }
}
.p-ticket__buy-container {
  padding: 27px 0 40px;
  background: var(--color-white);
  border-radius: 6px;
}
@media screen and (max-width: 900px) {
  .p-ticket__buy-container {
    border-radius: 5px;
  }
}
@media screen and (max-width: 900px) {
  .p-ticket__buy-container.is-en {
    padding: 33px 10px 40px;
  }
}
.p-ticket__buy-container + .p-ticket__buy-container {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .p-ticket__buy-container + .p-ticket__buy-container {
    margin-top: 20px;
  }
}
.p-ticket__footer {
  margin-top: 53px;
  color: var(--color-main);
}
@media screen and (max-width: 900px) {
  .p-ticket__footer {
    margin-top: 45px;
  }
}
.p-ticket__footer-txt {
  margin-bottom: 6px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-ticket__footer-txt {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.4;
  }
}
.p-ticket__footer-txt span {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}
.p-ticket__footer-txt span::before, .p-ticket__footer-txt span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -14px;
  width: 1px;
  height: 62%;
  background: var(--color-main);
  transform: rotate(-30deg);
}
@media screen and (max-width: 900px) {
  .p-ticket__footer-txt span::before, .p-ticket__footer-txt span::after {
    left: -21px;
    height: 75%;
  }
}
.p-ticket__footer-txt span::after {
  left: auto;
  right: -14px;
  transform: rotate(30deg);
}
@media screen and (max-width: 900px) {
  .p-ticket__footer-txt span::after {
    right: -21px;
  }
}
.p-ticket__footer-note {
  margin-bottom: 19px;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .p-ticket__footer-note {
    margin-bottom: 12px;
    font-size: 10px;
  }
}
.p-ticket__footer-img {
  width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-ticket__footer-img {
    width: 65px;
  }
}

.p-ticket_box {
  position: relative;
  width: 48.7%;
  border-radius: 6px;
  overflow: hidden;
}
.p-ticket_box.is-wide {
  width: 100%;
}
.p-ticket_box.is-soldout::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/soldout.png) center center no-repeat;
  background-size: auto 74%;
}
@media screen and (max-width: 900px) {
  .p-ticket_box.is-soldout::after {
    background-size: auto 85%;
  }
}
@media screen and (max-width: 900px) {
  .p-ticket_box {
    width: 100%;
    border-radius: 5px;
  }
  .p-ticket_box + .p-ticket_box {
    margin-top: 15px;
  }
}
.p-ticket_box__container {
  background: var(--color-white);
}
.is-soldout .p-ticket_box__container {
  opacity: 0.5;
}
.p-ticket_box__header {
  min-height: 80px;
  background: var(--color-main);
  color: var(--color-white);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-ticket_box__header {
    min-height: 55px;
  }
}
.is-wide .p-ticket_box__header {
  background: var(--color-link);
}
.p-ticket_box__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 900px) {
  .p-ticket_box__ttl {
    font-size: 15px;
    line-height: 1.25;
  }
}
.p-ticket_box__inner {
  padding: 21px 0 25px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-ticket_box__inner {
    padding: 14px 0 21px;
  }
}

.p-ticket_buy {
  text-align: center;
  color: var(--color-main);
}
.p-ticket_buy__lead {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.42;
}
@media screen and (max-width: 900px) {
  .p-ticket_buy__lead {
    margin-bottom: 25px;
    font-size: 19px;
    letter-spacing: 0rem;
  }
}
.is-en .p-ticket_buy__lead {
  margin-bottom: 18px;
}
.p-ticket_buy__lead small {
  display: inline-block;
  vertical-align: baseline;
  font-size: 21px;
}
@media screen and (max-width: 900px) {
  .p-ticket_buy__lead small {
    font-size: 14px;
  }
}
.p-ticket_buy__caution-item {
  font-size: 14px;
  line-height: 1.45;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 900px) {
  .p-ticket_buy__caution-item {
    font-size: 11px;
    line-height: 1.6;
  }
}
.p-ticket_buy__desc {
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .p-ticket_buy__desc {
    font-size: 14px;
  }
}
.p-ticket_buy__desc a {
  color: var(--color-link);
  text-decoration: underline;
}
@media (hover: hover) {
  .p-ticket_buy__desc a:hover {
    text-decoration: none;
  }
}

/*============================
activity
============================*/
.p-activity__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 17.3%;
  padding-top: 14%;
  background: url(../img/bg/bg_garland.png) top center no-repeat;
  background-size: contain;
  transform: translateY(-80px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 900px) {
  .p-activity__wrap::after {
    width: 32.5%;
    padding-top: 25%;
  }
}
.l-section.is-active .p-activity__wrap::after {
  opacity: 1;
}

.p-activity.is-active .p-activity__wrap::after {
  transform: translateY(0px);
}
.p-activity__header {
  margin-bottom: 23px;
}
@media not all and (max-width: 900px) {
  .p-activity__header {
    margin-bottom: 27px;
  }
}
@media not all and (max-width: 900px) {
  .p-activity__ttl {
    width: 61%;
    margin: 0 auto;
  }
}
.p-activity__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 1.86%;
}
@media screen and (max-width: 900px) {
  .p-activity__list {
    gap: 26px 4%;
  }
}
@media screen and (max-width: 900px) {
  .p-activity__list-item {
    width: 48%;
  }
}
@media not all and (max-width: 900px) {
  .p-activity__list-item {
    width: 23.6%;
  }
}
.p-activity__img {
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-activity__img {
    border-radius: 3px;
  }
}
.p-activity__cap {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-activity__cap {
    margin-top: 6px;
    font-size: 15px;
  }
}

/*============================
map
============================*/
.p-map__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17.3%;
  padding-top: 14%;
  background: url(../img/bg/bg_garland.png) top center no-repeat;
  background-size: contain;
  transform: translateY(-80px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transform: scaleX(-1) translateY(-80px);
}
@media screen and (max-width: 900px) {
  .p-map__wrap::after {
    width: 32.5%;
    padding-top: 25%;
  }
}
.l-section.is-active .p-map__wrap::after {
  opacity: 1;
}

.p-map.is-active .p-map__wrap::after {
  transform: translateY(0px) scaleX(-1);
}
.p-map__deco-item {
  position: absolute;
}
.p-map__deco-item:nth-child(1) {
  bottom: 118px;
  left: 0%;
  width: 20%;
}
@media screen and (max-width: 900px) {
  .p-map__deco-item:nth-child(1) {
    bottom: 61px;
    width: 100%;
  }
  .p-map__deco-item:nth-child(1) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-map__deco-item:nth-child(2) {
  bottom: 118px;
  right: 0%;
  width: 20%;
}
.p-map__header {
  margin-bottom: 27px;
}
@media screen and (max-width: 900px) {
  .p-map__header {
    margin-bottom: 22px;
  }
}
@media not all and (max-width: 900px) {
  .p-map__ttl {
    width: 61%;
    margin: 0 auto;
  }
}
.p-map__img {
  max-width: 840px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

/*============================
schedule
============================*/
.p-schedule__deco-item {
  position: absolute;
}
.p-schedule__deco-item:nth-child(1) {
  bottom: 155px;
  left: 0%;
  width: 20%;
}
@media screen and (max-width: 900px) {
  .p-schedule__deco-item:nth-child(1) {
    width: 100%;
    bottom: 54px;
  }
  .p-schedule__deco-item:nth-child(1) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-schedule__deco-item:nth-child(2) {
  bottom: 152px;
  right: 0%;
  width: 20%;
}
@media screen and (max-width: 900px) {
  .p-schedule__container {
    padding-bottom: 160px;
  }
}
.p-schedule__header {
  margin-bottom: 27px;
}
@media screen and (max-width: 900px) {
  .p-schedule__header {
    margin-bottom: 22px;
  }
}
@media not all and (max-width: 900px) {
  .p-schedule__ttl {
    width: 61%;
    margin: 0 auto;
  }
}
.p-schedule__img {
  max-width: 840px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

/*============================
about
============================*/
.p-about__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 17.3%;
  padding-top: 14%;
  background: url(../img/bg/bg_garland.png) top center no-repeat;
  background-size: contain;
  transform: translateY(-80px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 900px) {
  .p-about__wrap::after {
    width: 32.5%;
    padding-top: 25%;
  }
}
.l-section.is-active .p-about__wrap::after {
  opacity: 1;
}

.p-about.is-active .p-about__wrap::after {
  transform: translateY(0px);
}
.p-about__container {
  max-width: 840px;
}
@media not all and (max-width: 900px) {
  .p-about__container {
    padding-bottom: 200px;
  }
}
.p-about__header {
  margin-bottom: 22px;
}
@media screen and (max-width: 900px) {
  .p-about__header {
    margin-bottom: 18px;
  }
}
@media not all and (max-width: 900px) {
  .p-about__ttl {
    width: 81%;
    margin: 0 auto;
  }
}
.p-about__list {
  position: relative;
}
.p-about__list-item {
  position: relative;
  padding: 24px 0 25px;
  padding-left: 30px;
  line-height: 1.6;
}
@media not all and (max-width: 900px) {
  .p-about__list-item {
    display: flex;
    align-items: center;
  }
  .p-about__list-item.--f-start {
    align-items: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .p-about__list-item {
    padding: 19.5px 0 22px;
    padding-left: 25px;
  }
}
.p-about__list-item:first-child {
  padding-top: 0;
}
.p-about__list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../img/common/dotline.png) center left repeat-x;
  background-size: contain;
}
.p-about__list-item:last-child::after {
  content: none;
}
.p-about__list-ttl {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-main);
}
@media not all and (max-width: 900px) {
  .p-about__list-ttl {
    min-width: 190px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-about__list-ttl {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.p-about__list-ttl::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  width: 19px;
  height: 32px;
  -webkit-mask: url(../img/common/icon_grass.svg) center center no-repeat;
  mask: url(../img/common/icon_grass.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-main);
}
@media screen and (max-width: 900px) {
  .p-about__list-ttl::before {
    top: 1px;
    left: -25px;
    width: 14px;
    height: 22px;
  }
}
.p-about__list-txt {
  font-size: 18px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 900px) {
  .p-about__list-txt {
    font-size: 13px;
  }
}
.p-about__list-txt .p-in-small {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-about__list-txt .p-in-small {
    font-size: 11px;
  }
}
.p-about__list-txt a {
  color: var(--color-link);
  text-decoration: underline;
}
@media (hover: hover) {
  .p-about__list-txt a:hover {
    text-decoration: none;
  }
}
.p-about__caution {
  margin-top: 51px;
  border: 1px solid var(--color-main);
  border-radius: 6px;
}
@media screen and (max-width: 900px) {
  .p-about__caution {
    margin-top: 34px;
  }
}
.p-about__caution-wrap {
  width: 90.5%;
  margin: 0 auto;
  padding: 35px 0 36px;
}
@media screen and (max-width: 900px) {
  .p-about__caution-wrap {
    width: 88.5%;
    padding: 26px 0 32px;
  }
}
.p-about__caution-ttl {
  margin-bottom: 21px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.03rem;
  color: var(--color-main);
}
@media screen and (max-width: 900px) {
  .p-about__caution-ttl {
    margin-bottom: 13px;
    font-size: 14px;
  }
}
.p-about__caution-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .p-about__caution-list li {
    font-size: 11px;
    line-height: 1.6;
  }
}
.p-about__caution-list li + li {
  margin-top: 5px;
}
.p-about__caution-list li a {
  color: var(--color-link);
  text-decoration: underline;
}
@media (hover: hover) {
  .p-about__caution-list li a:hover {
    text-decoration: none;
  }
}

/*============================
access
============================*/
.p-access__deco-item {
  position: absolute;
}
.p-access__deco-item:nth-child(1) {
  bottom: 190px;
  left: 0%;
  width: 20%;
}
@media screen and (max-width: 900px) {
  .p-access__deco-item:nth-child(1) {
    width: 100%;
    bottom: 55px;
  }
  .p-access__deco-item:nth-child(1) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-access__deco-item:nth-child(2) {
  bottom: 190px;
  right: 0%;
  width: 20%;
}
.p-access__container {
  max-width: 840px;
  padding-bottom: 196px;
}
@media screen and (max-width: 900px) {
  .p-access__container {
    padding-bottom: 156px;
  }
}
.p-access__header {
  margin-bottom: 28px;
}
@media screen and (max-width: 900px) {
  .p-access__header {
    margin-bottom: 22px;
  }
}
@media not all and (max-width: 900px) {
  .p-access__ttl {
    width: 81%;
    margin: 0 auto;
  }
}
.p-access__map {
  position: relative;
  width: 100%;
  padding-top: 50%;
  border-radius: 6px;
  background: rgba(var(--color-white-rgb), 0.8);
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-access__map {
    padding-top: 100%;
  }
}
.p-access__map .u-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.p-access__map-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-access__map-inner iframe {
  width: 100%;
  height: 100%;
}
.p-access__txt {
  margin-top: 32px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-main);
}
@media screen and (max-width: 900px) {
  .p-access__txt {
    margin-top: 26px;
    line-height: 1.45;
  }
}
.p-access__txt-main {
  font-size: 24px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .p-access__txt-main {
    font-size: 16px;
    letter-spacing: 0.02rem;
  }
}
.p-access__txt-sub {
  font-weight: 400;
}

/*============================
gallery
============================*/
.p-gallery__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17.3%;
  padding-top: 14%;
  background: url(../img/bg/bg_garland.png) top center no-repeat;
  background-size: contain;
  transform: translateY(-80px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transform: scaleX(-1) translateY(-80px);
}
@media screen and (max-width: 900px) {
  .p-gallery__wrap::after {
    width: 32.5%;
    padding-top: 25%;
  }
}
.l-section.is-active .p-gallery__wrap::after {
  opacity: 1;
}

.p-gallery.is-active .p-gallery__wrap::after {
  transform: translateY(0px) scaleX(-1);
}
.p-gallery__header {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .p-gallery__header {
    margin-bottom: 23px;
  }
}
@media not all and (max-width: 900px) {
  .p-gallery__ttl {
    width: 61%;
    margin: 0 auto;
  }
}
.p-gallery__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .p-gallery__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}
.p-gallery__list-item {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
}
.p-gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .p-gallery__img {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-gallery__list-item:hover .p-gallery__img {
    transform: scale(1.05);
  }
}
.p-gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-gallery.is-active .p-gallery__img img {
  transform: scale(1.001);
}

.m-gallery {
  position: relative;
}
@media screen and (max-width: 900px) {
  .m-gallery {
    width: 100%;
    height: 100%;
  }
}
.m-gallery__load {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-gallery__load .u-spinner {
  position: relative;
}
.is-load .m-gallery__load .u-spinner {
  opacity: 1;
}
.is-modal-afteropen .m-gallery__load .u-spinner {
  opacity: 0;
}
.m-gallery__container {
  position: relative;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .m-gallery__container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.is-modal-afteropen .m-gallery__container {
  opacity: 1;
}
.m-gallery__container-wrap {
  width: 59%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .m-gallery__container-wrap {
    width: 100%;
  }
}
.m-gallery__img {
  width: 100%;
  padding-top: 66.6666666667%;
}
@media screen and (max-width: 900px) {
  .m-gallery__img {
    padding-top: 110%;
  }
}
.m-gallery__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 900px) {
  .m-gallery__ui {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
  }
}
.m-gallery__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .m-gallery__nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58.9285714286%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 900px) {
  .m-gallery__nav {
    position: relative;
    width: 134px;
    margin: 0 auto;
  }
}
.m-gallery__btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .m-gallery__btn {
    background: var(--color-main);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(calc(100% + 20px));
  }
  .m-gallery__btn:hover {
    transform: translateX(calc(100% + 25px));
  }
}
@media screen and (max-width: 900px) {
  .m-gallery__btn {
    position: relative;
    width: 45px;
    height: 45px;
  }
  .m-gallery__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    transform: translate(-50%, -50%);
    background: var(--color-main);
    border-radius: 50%;
  }
}
@media not all and (max-width: 900px) {
  .m-gallery__btn.--prev {
    transform: translateX(calc(-100% - 20px));
  }
  .m-gallery__btn.--prev:hover {
    transform: translateX(calc(-100% - 25px));
  }
}
.m-gallery__btn-arrow {
  position: relative;
  width: 16px;
}
@media screen and (max-width: 900px) {
  .m-gallery__btn-arrow {
    width: 10px;
    height: 10px;
  }
}
.--prev .m-gallery__btn-arrow {
  transform: scaleX(-1);
}
.m-gallery__btn-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-white);
}
.m-gallery__pagination {
  margin-top: 15px;
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .m-gallery__pagination {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
  }
}
.m-gallery__pagination span {
  display: block;
  padding: 0 4px;
}

@media screen and (max-width: 900px) {
  .p-food__container {
    padding-bottom: 159px;
  }
}
.p-food__header {
  margin-bottom: 28px;
}
@media screen and (max-width: 900px) {
  .p-food__header {
    margin-bottom: 22px;
  }
}
.p-food__ttl {
  width: 61%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-food__ttl {
    width: 100%;
  }
}
.p-food__inner {
  max-width: 835px;
  margin: 0 auto;
}
.p-food__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .p-food__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
  }
}
.p-food__list-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-food__list-item {
    width: 48%;
  }
  .p-food__list-item:nth-child(n+3) {
    margin-top: 16px;
  }
  .p-food__list-item:nth-child(even) {
    margin-left: 4%;
  }
}

.p-food_data {
  position: relative;
  display: block;
  border: 1px solid var(--color-main);
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-food_data {
    border-radius: 10px;
  }
}
@media (hover: hover) {
  .p-food_data {
    transition: border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-food_data:hover {
    border-color: var(--color-link);
  }
}
.p-food_data__thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.p-food_data__thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .p-food_data__thumb-inner {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-food_data:hover .p-food_data__thumb-inner {
    transform: scale(1.1);
  }
}
.p-food_data__thumb-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-food_data__name {
  position: relative;
  min-height: 60px;
  background: var(--color-main);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-food_data__name {
    min-height: 44px;
  }
}
@media (hover: hover) {
  .p-food_data__name {
    transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-food_data:hover .p-food_data__name {
    background: var(--color-link);
  }
}
.p-food_data .p-food_data__name::after {
  content: "";
  position: absolute;
  top: 0;
  right: 7.5%;
  width: 16px;
  height: 100%;
  -webkit-mask: url(../img/common/icon_arrow_2.svg) center center no-repeat;
  mask: url(../img/common/icon_arrow_2.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-white);
}
@media screen and (max-width: 900px) {
  .p-food_data .p-food_data__name::after {
    right: 6%;
    width: 12px;
  }
}
.p-food_data__name-inner {
  line-height: 1;
  font-size: 19px;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-food_data__name-inner {
    font-size: 10px;
    line-height: 1.2;
  }
}
.p-food_data__name-inner small {
  display: inline-block;
  vertical-align: baseline;
  font-size: 13px;
}

.m-food {
  position: relative;
  max-width: 1120px;
  width: 89.3333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .m-food {
    padding: 20px 0;
  }
}
.m-food__loading {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .m-food__loading {
    height: 100vh;
  }
}
.m-food__loading .u-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.m-food__container {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-modal-afteropen .m-food__container {
  transform: translateY(0px);
  opacity: 1;
}
.m-food__header {
  position: relative;
  padding: 8px 0 13px;
  background: var(--color-main);
  color: var(--color-white);
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 900px) {
  .m-food__header {
    padding: 14px 0 16px;
  }
}
.m-food__ttl {
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  .m-food__ttl {
    font-size: 19px;
  }
}
.m-food__close {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .m-food__close {
    right: 7px;
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) {
  .m-food__close:hover span {
    background: var(--color-link);
  }
}
.m-food__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 3px;
  background: var(--color-white);
  border-radius: 10px;
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .m-food__close span {
    width: 30px;
  }
}
.m-food__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(40deg);
}
.m-food__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-40deg);
}
.m-food__inner {
  padding-top: 50px;
  padding-bottom: 20px;
  background: var(--color-white);
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 900px) {
  .m-food__inner {
    padding-top: 15px;
  }
}
@media screen and (max-width: 900px) {
  .m-food__inner-wrap {
    width: 91%;
    margin: 0 auto;
  }
}
.m-food__img {
  position: relative;
  max-width: 535px;
  margin: 0 auto;
  overflow: hidden;
}
.m-food__img-list {
  display: flex;
}
.m-food__img-list li {
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .m-food__img-list li {
    width: 100%;
    padding-top: 100%;
  }
}
@media not all and (max-width: 900px) {
  .m-food__img-list li img {
    width: 100%;
    height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 900px) {
  .m-food__img-list li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.m-food__list {
  position: relative;
  width: 74.8%;
  margin: 0 auto;
  margin-top: 32px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .m-food__list {
    width: 100%;
    margin-top: 20px;
  }
}
.m-food__list-item {
  position: relative;
  padding: 24px 0 25px;
  padding-left: 30px;
  line-height: 1.6;
}
@media not all and (max-width: 900px) {
  .m-food__list-item {
    display: flex;
    align-items: center;
  }
  .m-food__list-item.--f-start {
    align-items: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .m-food__list-item {
    padding: 19.5px 0 22px;
    padding-left: 25px;
  }
}
.m-food__list-item:first-child {
  padding-top: 0;
}
.m-food__list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../img/common/dotline.png) center left repeat-x;
  background-size: contain;
}
.m-food__list-item:last-child::after {
  content: none;
}
.m-food__list-ttl {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-main);
}
@media not all and (max-width: 900px) {
  .m-food__list-ttl {
    min-width: 190px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .m-food__list-ttl {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.m-food__list-ttl::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  width: 19px;
  height: 32px;
  -webkit-mask: url(../img/common/icon_grass.svg) center center no-repeat;
  mask: url(../img/common/icon_grass.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-main);
}
@media screen and (max-width: 900px) {
  .m-food__list-ttl::before {
    top: 1px;
    left: -25px;
    width: 14px;
    height: 22px;
  }
}
.m-food__list-txt {
  font-size: 18px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 900px) {
  .m-food__list-txt {
    font-size: 13px;
  }
}
.m-food__list-txt .p-in-small {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .m-food__list-txt .p-in-small {
    font-size: 11px;
  }
}
.m-food__list-txt a {
  color: var(--color-link);
  text-decoration: underline;
}
@media (hover: hover) {
  .m-food__list-txt a:hover {
    text-decoration: none;
  }
}
.m-food__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .m-food__pagination {
    margin-top: 10px;
    gap: 8px;
  }
}
.m-food__pagination span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--color-main);
}
@media screen and (max-width: 900px) {
  .m-food__pagination span {
    width: 8px;
    height: 8px;
  }
}
.m-food__pagination span.swiper-pagination-bullet-active {
  background: var(--color-main);
}

.template {
  display: none;
}