/* !_common.scss */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
/* !_breakpoint.scss */
:root {
  --bp-pcMax: 1400px;
  --bp-spMax: 743px;
  --bp-spMax: 743px;
  --cardListBtn-bgColor: rgba(255 158 5 / 1);
  --cardListBtn-txtColor: rgb(255 255 255 / 1);
  --header-bgColor: rgb(170 141 73 / 1);
  --header-bgColor-inner: rgb(80 41 1 / 1);
  --header-ticketColor: rgb(245 90 173 / 1);
  --header-txtColor: rgb(255 255 255 / 1);
  --header-txtColor-hover: rgb(80 41 1 / 1);
  --header-txtColor-inner: rgb(255 255 255 / 1);
}

@media (min-width: calc(744rem / 16)) {
  :root {
    --bp-pcCnt: 1200px;
    --bp-pcMax: 1400px;
  }
}

/* !_reset.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-gutter: stable;
}

body {
  min-height: 100svh;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  text-rendering: optimizeSpeed;
}

button, input, label {
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

:where(a) {
  color: inherit;
}

:where(a[class]) {
  text-decoration: none;
}

:where(a:not([class])) {
  text-decoration-skip-ink: auto;
}

a:not([href]) {
  text-decoration: none;
  cursor: default;
}

a[href^="tel:"] {
  text-decoration: none;
}
@media (min-width: calc(744rem / 16)) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

:where(ul, ol) {
  list-style: "";
  padding: 0;
}

img, picture, figure, video {
  display: block;
  width: 100%;
  max-width: fit-content;
  height: auto;
}

textarea, :where(input[type=text]) {
  display: block;
  width: 100%;
  max-width: 100%;
}

video[controls] {
  cursor: pointer;
}

video:focus {
  outline: none;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: normal;
}

button, input, select, textarea, optgroup {
  font: inherit;
}

@media (min-width: 375px) and (max-width: 743px), not all and (min-width: 744px) {
  input, select, textarea {
    font-size: 16px;
  }
}

:where(input[type=number]) {
  appearance: textfield;
  -moz-appearance: textfield;
}
:where(input[type=number])::-webkit-inner-spin-button, :where(input[type=number])::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

:where(button, [type=button], [type=reset], [type=submit]),
::file-selector-button {
  cursor: pointer;
  appearance: button;
  -webkit-appearance: button;
  touch-action: manipulation;
}

textarea {
  resize: vertical;
  field-sizing: content;
}

:where(textarea:not([rows])) {
  min-height: 10em;
}

summary {
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  html:focus-within {
    scroll-behavior: auto;
  }
}
:root {
  --min-width: 320;
  --cmp-width: 375;
  --max-width: 743;
}
@media (min-width: calc(744rem / 16)) {
  :root {
    --min-width: 744;
    --cmp-width: calc(1200 + 16 * 2);
    --max-width: var(--cmp-width);
  }
}

html {
  padding-block-end: env(safe-area-inset-bottom);
  scroll-behavior: smooth;
  font-size: clamp(var(--min-width) / var(--cmp-width) * 16rem / 16, 16 / var(--cmp-width) * var(--100vw), var(--max-width) / var(--cmp-width) * 16rem / 16);
}

body {
  background-color: #182c72;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
:root {
  --headerHeigth: 3.75rem;
  scroll-padding-top: var(--headerHeigth);
  --1vw: 1vw;
  --50vw: 50vw;
  --100vw: 100vw;
}
@media (min-width: calc(744rem / 16)) {
  :root {
    --headerHeigth: 0rem;
    scroll-padding-top: var(--headerHeigth);
  }
}

@media (any-hover: hover) {
  :where(a[href]) {
    transition: 0.3s ease-in-out;
  }
  :where(a[href]) img {
    transition: 0.3s ease-in-out;
  }
  :where(a[href]):hover {
    transition: 0.3s ease-in-out;
  }
}

.dsp_ib {
  display: inline-block;
  font: inherit;
}

@media (min-width: 375px) and (max-width: 743px), not all and (min-width: 744px) {
  .dsp_pc {
    display: none !important;
  }
}

@media (min-width: 744px) {
  .dsp_sp {
    display: none !important;
  }
}

.leading-trim::before, .leading-trim::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px;
}
.leading-trim::before {
  margin-block-start: calc((1em - 1lh) / 2);
}
.leading-trim::after {
  margin-block-end: calc((1em - 1lh) / 2);
}

main:has(.article-wrap) {
  container-name: html;
  container-type: inline-size;
}
@container html (min-width: 0px) {
  main:has(.article-wrap) .article-wrap {
    --cw: 1200rem / $root-fz;
    --mi: 16rem / $root-fz;
    --pi: 0rem;
    margin-inline: max(var(--mi), (100cqw - var(--cw)) / 2);
  }
  @media (min-width: 375px) and (max-width: 743px), not all and (min-width: 744px) {
    main:has(.article-wrap) .article-wrap {
      --mi: 25rem / $root-fz;
    }
  }
  main:has(.article-wrap) .article-wrap .full-bleed {
    margin-inline: min(var(--mi) * -1, (var(--cw) - 100cqw) / 2);
  }
  main:has(.article-wrap) .article-wrap .full-bleed--left {
    margin-inline-start: min(var(--mi) * -1, (var(--cw) - 100cqw) / 2);
  }
  main:has(.article-wrap) .article-wrap .full-bleed--rigth {
    margin-inline-end: min(var(--mi) * -1, (var(--cw) - 100cqw) / 2);
  }
  main:has(.article-wrap) .article-wrap .full-bleed-bg {
    margin-inline: min(var(--mi) * -1, (var(--cw) - 100cqw) / 2);
    padding-inline: max(var(--mi), (100cqw - var(--cw)) / 2 + var(--pi));
  }
  main:has(.article-wrap) .article-wrap .full-bleed-bg--left {
    margin-inline-start: min(var(--mi) * -1, (var(--cw) - 100cqw) / 2);
    padding-inline-start: max(var(--mi), (100cqw - var(--cw)) / 2 + var(--pi));
  }
  main:has(.article-wrap) .article-wrap .full-bleed-bg--rigth {
    margin-inline-end: min(var(--mi) * -1, (var(--cw) - 100cqw) / 2);
    padding-inline-end: max(var(--mi), (100cqw - var(--cw)) / 2 + var(--pi));
  }
}

/* !_componentSP.scss */
.nav_ticket {
  width: var(--100vw);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin-inline-start: auto;
  background-color: var(--header-ticketColor);
}
.nav_ticket a {
  display: flex;
  width: 100%;
  height: var(--headerHeigth);
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
}

.footer {
  position: relative;
  margin-block-end: var(--headerHeigth);
  padding-block-start: 5rem;
  padding-block-end: 1.25rem;
}
.footer__copy {
  font-size: 0.75rem;
  line-height: 2;
  text-align: center;
}

.mv {
  position: relative;
}
.mv .mv__image {
  margin-inline: auto;
}
.mv .mv__momologo {
  display: none;
}
.mv .mv__copyright {
  display: inline-block;
  position: absolute;
  right: 0.875rem;
  bottom: 0.25rem;
  font-size: 0.625rem;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff, 1px 0 2px #fff, 0 1px 2px #fff, -1px 0 2px #fff, 0 -1px 2px #fff;
}

.common-info-dest-wrap {
  margin-block-start: 1.5rem;
}

.common-info-dest {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: center;
}
.common-info-dest .common-info-dest__row {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
}
.common-info-dest .common-info-dest__title {
  width: 10rem;
  padding: 0 3rem 1rem;
  border-bottom: 2px solid currentColor;
  color: #0060a0;
  font-size: 1.25rem;
  line-height: 2.1;
  text-align-last: justify;
}
.common-info-dest .common-info-dest__item {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5833333333;
}

.pagetop {
  width: 2.0625rem;
  height: 2.0625rem;
  opacity: 0;
  position: fixed;
  right: 0.625rem;
  bottom: -12.5rem;
  z-index: 999;
  padding: 0;
  background: none;
  background: none;
  cursor: pointer;
  transition: bottom 0.2s, opacity 0.2s;
}
.pagetop.pagetop_in {
  opacity: 1;
  bottom: 1.25rem;
}

.side {
  display: none;
}

.information .section-padding {
  padding-inline: 0.5rem;
  padding-block-start: 2.5rem;
}
.information .information__heading {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.7857142857;
  text-align: center;
}
.information .information__title {
  margin-block-start: 1.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5416666667;
  text-align: center;
}
.information .information__lede {
  margin-block-start: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.information .information__lede .information__lede-deco {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.price {
  color: #030303;
}
.price .price__inner {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding-block: 3rem 0;
}
.price .price__heading {
  width: min(100%, 19.5rem);
  margin-inline: auto;
}
.price .price__title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5416666667;
  text-align: center;
}
.price .price__text {
  margin-block-start: 0.5rem;
  color: var(--color-red);
  font-size: 0.75rem;
  text-align: center;
}
.price .price__table {
  width: 100%;
  margin-inline: auto;
  margin-block-start: 1rem;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.1875rem;
}
.price .price__table th, .price .price__table td {
  text-align: center;
  vertical-align: middle;
}
.price .price__table th {
  height: 2rem;
  color: #fff;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
}
.price .price__table td {
  height: 3rem;
}
.price .price__table .price__th-head {
  width: 5.3125rem;
}
.price .price__table .price__th {
  width: 100%;
}
.price .price__table .price__th:has(+ .price__th:last-of-type),
.price .price__table .price__th + .price__th {
  width: 50%;
}
.price .price__table .price__td-head {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}
.price .price__table .price__td {
  background-color: #fff;
  font-size: 1rem;
}
.price .price__table .price__td-gw {
  display: block;
  color: var(--color-red);
  font-size: 0.875rem;
}
.price .price__table .price__td-age {
  display: inline-block;
  font-size: 0.625rem;
}
.price .price__link {
  display: block;
  width: 100%;
  margin-block-start: 1rem;
  padding-block: 1rem;
  border-radius: 1.875rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  transition: opacity 0.3s;
}
.price .price__link + .price__link {
  margin-block-start: 1rem;
}
.price .price__address {
  margin-block-start: 2rem;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}

.calendar-table-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

.calendar-table {
  width: min(100%, 28.125rem);
  height: min-content;
  position: relative;
  margin-inline: auto;
  margin-block-start: 2rem;
  color: #000;
  font-size: 0.75rem;
}
.calendar-table caption {
  display: block;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  font-weight: 500;
  font-size: 1.25rem;
}
.calendar-table tbody {
  background-color: #fff;
}
.calendar-table tfoot td {
  border: none;
  background-color: transparent;
  color: #fff;
}
.calendar-table th {
  height: 1.5rem;
  border: none;
  background-color: transparent;
  background-color: #fff;
  text-align: center;
}
.calendar-table td {
  width: 4rem;
  padding: 0 0.25rem 0.25rem;
  border: 1px solid;
  vertical-align: top;
}
.calendar-table .day {
  display: flex;
  flex-direction: column;
}
.calendar-table .day > :first-of-type {
  font-weight: bold;
}
.calendar-table .day > :last-of-type {
  text-align: center;
}
.calendar-table .disable {
  color: #c8c8c8;
}
.calendar-table .closed {
  background-color: #d9e6fa;
}
.calendar-table .sat {
  color: #297dcd;
}
.calendar-table .sun {
  color: #e63232;
}
.star {
  color: #ff29c8;
}

.calendar-table .temporary {
  color: #e63232;
}

.caption-note {
  font-size: 0.875rem;
  line-height: 1.7857142857;
}

.btn-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  margin-block-start: 1.5rem;
}

.btn__base {
  display: block;
  width: 100%;
  padding-inline: 1rem;
  padding-block: 1rem;
  border-radius: 1.875rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #e0601f;
  text-align: center;
  transition: opacity 0.3s;
}
.btn__base a {
  color: #f0d041;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
}
.btn__base__purple {
  background-color: #8f4070;
}
.btn__base__maroon {
  background-color: #c0404f;
}
.btn__base__green {
  background-color: #80c848;
}
.btn__base__green a {
  color: #fff;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}
.slick-slide > div {
  display: flex;
  height: 100%;
}

.slick-prev,
.slick-next {
  width: 2rem;
  height: 2rem;
  z-index: 1;
  border-radius: 50%;
}
.slick-prev::before,
.slick-next::before {
  opacity: 1;
  position: relative;
  font-size: 2.375rem;
}

.slick-prev {
  left: -1rem;
}
.slick-prev::before {
  left: -0.1875rem;
}

.slick-next {
  right: -1rem;
}
.slick-next::before {
  right: 0.1875rem;
}

.main .calendar-image {
  position: relative;
}
@media (max-width: 699px) {
  .main .calendar-image::after {
    content: "";
    width: 12.5rem;
    height: 3.75rem;
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translate(-50%, -50%);
    background: transparent url(../img/common/table_scroll.webp) no-repeat;
    background-size: cover;
  }
}
.main .calendar-image.touch::after {
  display: none;
}
.main .calendar-image .js-scrollable {
  margin-inline: auto;
}
.main :where(.common-event) .common-event__heading {
  font-family: "Kaisei HarunoUmi", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.5;
  text-align: center;
}
.main :where(.common-event) .common-event__heading .common-event__heading--deco {
  display: block;
  font-size: 0.9375rem;
}
.main :where(.common-event) .common-event__heading + .common-event__container {
  margin-block-start: 1rem;
}
.main :where(.common-event) .common-event__date {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 1rem;
  line-height: 2.625;
  text-align: center;
}
.main :where(.common-event) .common-event__lede {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.625;
}
.main :where(.common-event) .common-event__lede:not(:first-child) {
  margin-block-start: 1rem;
}
.main :where(.common-event) .common-event__note {
  margin-block-start: 0.5rem;
  font-size: 0.75rem;
}
.main :where(.common-event) .common-event__dest {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.main :where(.common-event) .common-event__dest .common-event__dest-row {
  display: grid;
  grid-template-columns: max-content;
  grid-auto-flow: column;
  justify-items: start;
  column-gap: 0.5rem;
}
.main :where(.common-event) .common-event__dest .common-event__dest-col {
  display: grid;
  grid-template-columns: auto;
  grid-auto-flow: row;
  justify-items: start;
  row-gap: 0.5rem;
}
.main :where(.common-event) .common-event__dest .common-event__dest-title {
  min-width: 4.2em;
  margin-block-end: auto;
  padding: 0.25rem 0.5rem;
  background-color: var(--sectionColor, #e3e3e3);
  color: #fff;
  font-size: 0.875rem;
  text-align-last: justify;
}
.main :where(.common-event) .common-event__dest .common-event__dest-item {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}
.main :where(.common-event) .common-event__dest .common-event__dest-item-note {
  font-size: 0.75rem;
  line-height: 1.5;
}
.main :where(.common-event) .common-event__list {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.main :where(.common-event) .common-event__list:not(:first-child) {
  margin-block-start: 1.5rem;
}
.main :where(.common-event) .common-event__list .common-event__list-item {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.main :where(.common-event) .common-event__list .common-event__list-item .common-event__list-item-block.-link {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.main :where(.common-event) .common-product-list {
  display: grid;
  grid-auto-flow: row;
  row-gap: 3rem;
}
.main :where(.common-event) .common-product-list .common-product-list__item .common-product-list__item-block.-text {
  margin-block-start: 1.5rem;
}
.main :where(.common-event) .common-product-list .common-product-list__heading {
  display: flex;
  column-gap: 0.5rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
}
.main :where(.common-event) .common-product-list .common-product-list__heading[class*=-flag]::before {
  content: "";
  display: inline-block;
  height: 1.875rem;
  aspect-ratio: 3/2;
  flex-shrink: 0;
  background-size: cover;
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagWorld::before {
  aspect-ratio: 1;
  background-image: url(../img/flag/flag-World.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagAfrica::before {
  background-image: url(../img/flag/flag-africa.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagAmerica::before {
  background-image: url(../img/flag/flag-america.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagBritain::before {
  background-image: url(../img/flag/flag-britain.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagIsrael::before {
  background-image: url(../img/flag/flag-israel.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagItaly::before {
  background-image: url(../img/flag/flag-italy.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagIndia::before {
  background-image: url(../img/flag/flag-india.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagIndonesia::before {
  background-image: url(../img/flag/flag-indonesia.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagKorea::before {
  background-image: url(../img/flag/flag-korea.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagGeorgia::before {
  background-image: url(../img/flag/flag-georgia.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagSpain::before {
  background-image: url(../img/flag/flag-spain.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagThailand::before {
  background-image: url(../img/flag/flag-thailand.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagTaiwan::before {
  background-image: url(../img/flag/flag-taiwan.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagChina::before {
  background-image: url(../img/flag/flag-china.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagChile::before {
  background-image: url(../img/flag/flag-chile.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagGermany::before {
  background-image: url(../img/flag/flag-germany.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagTurkiye::before {
  background-image: url(../img/flag/flag-turkiye.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagJapan::before {
  background-image: url(../img/flag/flag-japan.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagNepal::before {
  width: 1.3125rem;
  height: 1.75rem;
  background-image: url(../img/flag/flag-nepal.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagFrance::before {
  background-image: url(../img/flag/flag-france.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagVietnam::before {
  background-image: url(../img/flag/flag-vietnam.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagBelarus::before {
  background-image: url(../img/flag/flag-belarus.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagPeru::before {
  background-image: url(../img/flag/flag-peru.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagPortugal::before {
  background-image: url(../img/flag/flag-portugal.png);
}
.main :where(.common-event) .common-product-list .common-product-list__heading.-flagMexico::before {
  background-image: url(../img/flag/flag-mexico.png);
}
.main :where(.common-event) .common-product-list .common-product-list__price {
  margin-block-start: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75;
  text-align: right;
}
.main :where(.common-event) .common-product-list .common-product-list__desc {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.main :where(.common-event) .common-product-list .common-product-list__desc .new {
  color: #ff0303;
}
.main :where(.common-event) .common-product-list .common-product-list__location {
  margin-block-start: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.main :where(.common-event) .common-product-list-btn-wrap {
  margin-block-start: 2rem;
}
.main :where(.common-event) .common-product-list-btn-wrap .common-product-list-btn {
  display: flex;
  width: 12.125rem;
  height: auto;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-inline: auto;
  padding: 0.5rem 0;
  border-radius: 50px;
  background-color: var(--cardlist-btn-bgColor);
  color: var(--cardlist-btn-txtColor);
  font-size: 1rem;
}
.main :where(.common-event) .common-product-list-btn-wrap .common-product-list-btn::after {
  content: "";
  width: 0.875rem;
  height: 0.7577722283rem;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  background: currentColor;
}
.main :where(.common-event) .common-product-list-btn-wrap .list-more .common-product-list-btn::after {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.main :where(.common-event) .common-product-list-btn-wrap .list-close .common-product-list-btn::after {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.main :where(.common-event) .common-event__title {
  color: var(--sectionColor, #e3e3e3);
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.2727272727;
}
.main :where(.common-event) .common-event__title .common-event__title-deco {
  font-size: 1.125rem;
  line-height: 1.3888888889;
}
.main :where(.common-event) .common-event__title + * {
  margin-block-start: 0.75rem;
}
.main :where(.common-event) .common-event__text {
  font-size: 1rem;
  line-height: 1.75;
}
.main .common-btn {
  display: flex;
  width: 100%;
  min-height: 3.25rem;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  padding-block: 0.5rem;
  border-radius: 3.125rem;
  background-color: var(--btnColor, #707070);
  color: #fff;
  text-decoration: none;
  text-align: center;
}

/* !_componentPC.scss */
@media (min-width: calc(744rem / 16)) {
  .header__drawer-icon {
    display: none;
  }
  .header__nav {
    opacity: 1;
    top: 0;
    pointer-events: auto;
  }
  .header__nav .header__nav-list {
    display: flex;
    height: var(--headerHeigth);
    justify-content: space-around;
    padding: 0 calc(var(--50vw) - 43.75rem);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  }
  .header__nav .header__nav-list-item {
    flex-shrink: 0;
  }
  .header__nav .header__nav-list-item a {
    height: var(--headerHeigth);
    justify-content: center;
    padding: 0 min(16 / 1432 * var(--100vw), 1rem);
    font-size: clamp(0.625rem, 17 / 11 * var(--100vw), 1.0625rem);
  }
  .header__nav .header__nav-list-item a:hover {
    color: var(--header-txtColor-hover);
  }
  .header__nav .header__nav-list-item a:hover::after {
    transform: scale(1, 1);
  }
  .header__nav .header__nav-list-item a::after {
    content: "";
    width: 100%;
    height: 0.3125rem;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center top;
    background: var(--header-txtColor-hover);
    transition: 0.2s ease-out;
  }
  .header__nav .header__nav-list-item.hovermenu {
    display: block;
  }
  .header__nav .hovermenu-wrap .hovermenu-block {
    display: flex;
    width: calc(var(--1vw) * 100);
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    padding-inline: calc(var(--1vw) * 50 - 40rem);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
    background-color: var(--header-bgColor-inner);
    transition: 0.2s ease-out;
  }
  .header__nav .hovermenu-wrap .hovermenu-block .header__nav-list-item a {
    height: 2.5rem;
    padding-inline: min(40 / 1432 * var(--100vw), 2.5rem);
    color: var(--header-txtColor-inner);
  }
  .header__nav .hovermenu-wrap .hovermenu-block .header__nav-list-item a:hover {
    color: var(--header-bgColor);
  }
  .header__nav .hovermenu-wrap .hovermenu-block .header__nav-list-item a::after {
    background: var(--header-bgColor);
  }
  .header__nav .hovermenu-wrap .hovermenu-block .header__nav-list-item + .header__nav-list-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
  }
  .header__nav .hovermenu-wrap:hover .hovermenu a::after {
    transform: scale(1, 1);
  }
  .header__nav .hovermenu-wrap:hover > .hovermenu-block {
    visibility: visible;
    opacity: 1;
    transition: 0.2s ease-out;
  }
  .nav_ticket {
    display: none;
  }
  .footer {
    padding-block: 2.5rem;
  }
  .footer__copy {
    font-size: 0.875rem;
  }
  .mv .mv__image {
    max-width: 100%;
  }
  .mv .mv__image img {
    max-width: 100%;
  }
  .mv .mv__momologo {
    display: block;
    width: 50%;
    max-width: 41rem;
    position: absolute;
    right: 0;
    bottom: 1.25rem;
    left: 0;
    margin: auto;
  }
  .mv .mv__momologo img {
    max-width: 100%;
    margin: 0;
    border: 0;
    vertical-align: top;
  }
  .common-info-dest-wrap {
    margin-block-start: 7rem;
  }
  .common-info-dest {
    flex-direction: row;
    justify-content: center;
    column-gap: 2rem;
    align-items: center;
  }
  .common-info-dest .common-info-dest__title {
    position: relative;
    border-bottom: none;
    font-size: 1.25rem;
  }
  .common-info-dest .common-info-dest__title::after {
    content: "";
    width: 0.0625rem;
    height: 100%;
    position: absolute;
    margin-inline-start: 1rem;
    border: 1px solid;
  }
  .common-info-dest .common-info-dest__item {
    font-size: 1.5rem;
  }
  .pagetop {
    width: min((56 - 40) * (var(--100vw) - 744px) / (1200 - 744) + 40px, 3.5rem);
    height: auto;
  }
  .side {
    display: block;
    width: 3.625rem;
    height: auto;
    position: fixed;
    top: 5rem;
    right: 0;
    z-index: 100;
    border-top-left-radius: 1.375rem;
    border-bottom-left-radius: 1.375rem;
    background-color: #f55aad;
    transition: 0.3s ease-in-out;
  }
  .side:hover {
    background-color: #f576ba;
    transition: 0.3s ease-in-out;
  }
  .information .information__heading {
    font-size: 2.5rem;
    line-height: 1.25;
  }
  .information .information__title {
    margin-block-start: 5rem;
    font-size: 1.875rem;
    line-height: 2.0333333333;
  }
  .information .information__lede {
    font-size: 1.5rem;
    line-height: 1.5833333333;
  }
  .information .information__lede .information__lede-deco {
    font-size: 1rem;
    line-height: 2.375;
  }
  .information .calendar-table {
    margin-inline: 0;
  }
  .information .caption-note {
    width: 100%;
    font-size: clamp(10px, 16 / var(--cmp-width) * var(--100vw), var(--max-width) / var(--cmp-width) * 16rem / 16);
    line-height: 1.5625;
  }
  .price .price__inner {
    max-width: 46.5rem;
    row-gap: 5rem;
    margin-inline: auto;
    padding: 5rem 0 0;
  }
  .price .price__heading {
    width: min(100%, 31.875rem);
  }
  .price .price__title {
    font-size: 1.875rem;
    line-height: 2.0333333333;
  }
  .price .price__table {
    width: auto;
    margin-block-start: 1.25rem;
  }
  .price .price__table th {
    font-size: 1.125rem;
  }
  .price .price__table .price__th-head {
    width: 12.5rem;
  }
  .price .price__table .price__th {
    width: 15.625rem;
  }
  .price .price__table .price__th:has(+ .price__th:last-of-type),
  .price .price__table .price__th + .price__th {
    width: 15.625rem;
  }
  .price .price__table .price__td-head {
    font-size: 1.25rem;
  }
  .price .price__table .price__td {
    font-size: 1.125rem;
  }
  .price .price__table .price__td-age {
    font-size: 0.875rem;
  }
  .price .price__link {
    width: 21.5625rem;
    margin-inline: auto;
    margin-block-start: 1.25rem;
    font-size: 1.25rem;
  }
  .price .price__link + .price__link {
    margin-block-start: 1.5rem;
  }
  .price .price__address {
    margin-block-start: 5rem;
    font-size: 0.875rem;
  }
  .calendar-table-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 4rem;
    row-gap: 1.25rem;
    margin-block-start: 3.5rem;
  }
  .calendar-table {
    width: 28.125rem;
    margin-block-start: 3.125rem;
    font-size: clamp(10px, 12 / var(--cmp-width) * var(--100vw), var(--max-width) / var(--cmp-width) * 12rem / 16);
  }
  .calendar-table caption {
    top: -3rem;
    font-size: 1.5rem;
  }
  .btn-wrapper {
    width: 21.5625rem;
    margin-inline: auto;
  }
  .btn__base {
    width: 25.625rem;
    margin-inline: auto;
    padding-inline: 0.75rem;
    padding-block: 1rem;
  }
  .btn__base a {
    font-size: 1.25rem;
  }
  .btn__base:hover {
    opacity: 0.8;
  }
  .main .calendar-image .js-scrollable {
    width: 100%;
  }
  .main :where(.common-event) {
    width: 100%;
    position: relative;
    margin-inline: auto;
  }
  .main :where(.common-event) .common-event__heading {
    font-size: 2.75rem;
    line-height: 1.4090909091;
    letter-spacing: 0.04em;
  }
  .main :where(.common-event) .common-event__heading .common-event__heading--deco {
    font-size: 1.25rem;
  }
  .main :where(.common-event) .common-event__heading + .common-event__container {
    margin-block-start: 3.5rem;
  }
  .main :where(.common-event) .common-event__heading + .common-event__dest {
    position: relative;
    margin-inline: auto;
  }
  .main :where(.common-event) .common-event__date {
    font-size: 1.875rem;
    line-height: 1.2666666667;
  }
  .main :where(.common-event) .common-event__lede {
    margin-block-start: 3rem;
    font-size: 1.5rem;
    line-height: 1.5833333333;
    text-align: center;
  }
  .main :where(.common-event) .common-event__lede:not(:first-child) {
    margin-block-start: 1.5rem;
  }
  .main :where(.common-event) .common-event__note {
    margin-block-start: 1.5rem;
    font-size: 0.875rem;
  }
  .main :where(.common-event) .common-event__dest {
    width: fit-content;
    row-gap: 0.5rem;
  }
  .main :where(.common-event) .common-event__dest .common-event__dest-row {
    column-gap: 1rem;
  }
  .main :where(.common-event) .common-event__dest .common-event__dest-title {
    min-width: auto;
    padding: 0.125rem 0.375rem;
    font-size: 1.25rem;
  }
  .main :where(.common-event) .common-event__dest .common-event__dest-item {
    font-size: 1.25rem;
  }
  .main :where(.common-event) .common-event__list {
    row-gap: 3rem;
  }
  .main :where(.common-event) .common-event__list:not(:first-child) {
    margin-block-start: 3rem;
  }
  .main :where(.common-event) .common-event__list .common-event__list-item {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 3rem;
    row-gap: 1rem;
  }
  .main :where(.common-event) .common-event__list .common-event__list-item .common-event__list-item-block.-image {
    width: 46%;
  }
  .main :where(.common-event) .common-event__list .common-event__list-item .common-event__list-item-block.-text {
    width: 54%;
  }
  .main :where(.common-event) .common-event__list .common-event__list-item .common-event__list-item-block .common-event__dest {
    margin-block-start: 2rem;
  }
  .main :where(.common-event) .common-event__list .common-event__list-item .common-event__list-item-block .common-event__dest + .common-event__note {
    margin-block-start: 0.5rem;
  }
  .main :where(.common-event) .common-product-list-wrap {
    width: 100%;
    position: relative;
    margin-inline: auto;
    margin-block-start: 2rem;
  }
  .main :where(.common-event) .common-product-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
    row-gap: 3rem;
  }
  .main :where(.common-event) .common-product-list .common-product-list__item {
    display: flex;
    width: min(100%, 20rem);
    flex-direction: column;
  }
  .main :where(.common-event) .common-product-list .common-product-list__item .common-product-list__item-block.-text {
    display: flex;
    height: 100%;
    flex-direction: column;
    margin-block-start: 1.25rem;
  }
  .main :where(.common-event) .common-product-list .common-product-list__heading {
    min-height: 2lh;
    font-size: 1.25rem;
  }
  .main :where(.common-event) .common-product-list .common-product-list__price {
    margin-block-start: 0.5rem;
    font-size: 1.25rem;
  }
  .main :where(.common-event) .common-product-list .common-product-list__desc {
    font-size: clamp(10px, 14 / var(--cmp-width) * var(--100vw), var(--max-width) / var(--cmp-width) * 14rem / 16);
  }
  .main :where(.common-event) .common-product-list .common-product-list__location {
    margin-block-start: 1rem;
    font-size: clamp(10px, 14 / var(--cmp-width) * var(--100vw), var(--max-width) / var(--cmp-width) * 14rem / 16);
  }
  .main :where(.common-event) .common-product-list-btn-wrap {
    display: none;
  }
  .main :where(.common-event) .common-product-list-btn-wrap .list-more .common-product-list-btn {
    cursor: pointer;
  }
  .main :where(.common-event) .common-product-list-btn-wrap .list-close .common-product-list-btn {
    cursor: pointer;
  }
  .main :where(.common-event) .common-event__title {
    font-size: 2rem;
  }
  .main :where(.common-event) .common-event__title .common-event__title-deco {
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
  .main :where(.common-event) .common-event__title + * {
    margin-block-start: 1rem;
  }
  .main :where(.common-event) .common-event__text {
    font-size: 1.5rem;
    line-height: 1.5833333333;
  }
  .main .common-btn {
    width: 21.5625rem;
    padding-block: 1rem;
    font-size: 1.25rem;
  }
}
/* !_styleSP.scss */
.header {
  width: 7rem;
  height: 3rem;
  position: absolute;
  z-index: 10;
}
.bg-wrap {
  position: relative;
  background: transparent linear-gradient(180deg, #000a38 0%, #2e4ea7 19%, #402e89 41%, #0178c3 61%, #0e4f96 82%, #182d72 100%) 0 0 no-repeat padding-box;
}
.bg-wrap::before, .bg-wrap::after {
  content: "";
  width: 13.125rem;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: color-dodge;
}
.bg-wrap::before {
  left: 0;
  background-image: url(../img/bg-wrap__img-left.webp);
}
.bg-wrap::after {
  right: 0;
  background-image: url(../img/bg-wrap__img-right.webp);
}

.main {
  position: relative;
  z-index: 1;
  padding-block-start: 2.5rem;
}
.main .section .section__body {
  padding-inline: 1.5625rem;
}
.main .section .section__heading,
.main .section .section__lede {
  font-family: "Kiwi Maru", serif;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  text-align: center;
}
.main .section .section__heading-group {
  display: grid;
  justify-content: center;
  row-gap: 1rem;
}
.main .section .section__heading-group .section__heading {
  order: 2;
  font-family: "Kiwi Maru", serif;
  font-size: 1.5rem;
  text-align: center;
}
.main .section .section__heading-group .section__comment {
  width: 14.0625rem;
  height: 7.75rem;
  order: 1;
}
.main .section .section__heading:has(img) {
  width: var(--100vw);
  margin-inline: calc(50% - var(--50vw));
}
.main .section .section__date {
  margin-block-start: 0.3125rem;
  font-family: "Kiwi Maru", serif;
  font-size: 1rem;
  line-height: 2.375;
}
.main .section .section__text {
  margin-block-start: 1.25rem;
  font-size: 1rem;
  line-height: 1.875;
}
#sec02 {
  margin-block-start: 2.5rem;
}

.event {
  margin-block-start: 1rem;
}
.event .event__list {
  display: grid;
  row-gap: 1.5rem;
}
.event .event__list li {
  position: relative;
  border-radius: 0.625rem;
  background-color: #1e4183;
}
.event .event__list li::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.625rem;
  pointer-events: none;
  filter: blur(1px);
}
.event .event__list li.event__list-item--01::before {
  border: 0.25rem solid #fdb2ec;
  box-shadow: 0 0 0.9375rem #ff0b99;
}
.event .event__list li.event__list-item--01 .event__check-text {
  color: #fdb2ec;
  text-shadow: 0 0 15px #ff0b99;
}
.event .event__list li.event__list-item--01 .event__check-text::before, .event .event__list li.event__list-item--01 .event__check-text::after {
  box-shadow: 0 0 15px #ff0b99;
  background: #fdb2ec;
}
.event .event__list li.event__list-item--02::before {
  border: 0.25rem solid #b2deff;
  box-shadow: 0 0 0.9375rem #0bc7ff;
}
.event .event__list li.event__list-item--02 .event__check-text {
  color: #b2deff;
  text-shadow: 0 0 15px #0bc7ff;
}
.event .event__list li.event__list-item--02 .event__check-text::before, .event .event__list li.event__list-item--02 .event__check-text::after {
  box-shadow: 0 0 15px #0bc7ff;
  background: #b2deff;
}
.event .event__list li.event__list-item--03::before {
  border: 0.25rem solid #f9ffb2;
  box-shadow: 0 0 0.9375rem #eafd00;
}
.event .event__list li.event__list-item--03 .event__check-text {
  color: #f9ffb2;
  text-shadow: 0 0 15px #eafd00;
}
.event .event__list li.event__list-item--03 .event__check-text::before, .event .event__list li.event__list-item--03 .event__check-text::after {
  box-shadow: 0 0 15px #eafd00;
  background: #f9ffb2;
}
.event .event__list li .event__check {
  padding-block-start: 2.5rem;
  padding-block-end: 1.5625rem; /* 40 - 15 */
  text-align: center;
}
.event .event__list li .event__check .event__check-text {
  display: inline-block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.event .event__list li .event__check .event__check-text::before, .event .event__list li .event__check .event__check-text::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 0.3125rem;
  position: absolute;
  right: -2rem;
  border-radius: 0.3125rem;
}
.event .event__list li .event__check .event__check-text::before {
  top: calc(50% - 0.5625rem);
  transform: rotate(45deg);
}
.event .event__list li .event__check .event__check-text::after {
  bottom: calc(50% - 0.4375rem);
  transform: rotate(-45deg);
}
.event .event__link {
  display: block;
  padding: 0.9375rem;
}
.event .event__title {
  margin-block-start: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.2727272727;
}
.event .event__text {
  margin-block-start: 0.625rem;
  font-size: 1rem;
  line-height: 1.75;
}
.event .common-event__dest {
  margin-block-start: 1.875rem;
}
.event .common-event__dest .common-event__dest-title {
  background-color: #fff;
  color: #2e4c9d;
}
.event .event__skylantern {
  width: 13.5rem;
  margin-inline: auto;
  margin-block-start: 1.25rem;
}

#sec03 {
  margin-block-start: 5rem;
}
#sec03 .common-product-list,
#sec03 .common-product-list-btn-wrap {
  background-color: rgba(253, 237, 201, 0.9019607843);
}

#sec04 {
  margin-block-start: 5rem;
}
#sec04 .common-product-list,
#sec04 .common-product-list-btn-wrap {
  background-color: rgba(166, 224, 240, 0.9019607843);
}

.common-event .common-product-list-wrap {
  margin-block-start: 1.25rem;
}
.common-event .common-product-list {
  padding-inline: 0.9375rem;
  padding-block: 1.875rem;
  color: #282828;
}
.common-event .common-product-list-btn-wrap {
  margin-block-start: 0;
  padding-block-start: 1.25rem;
  padding-block-end: 3.125rem;
}
.common-event .common-product-list-btn-wrap .common-product-list-btn {
  border: 0.125rem solid var(--cardlist-btn-txtColor);
  --cardlist-btn-bgColor: transparent;
  --cardlist-btn-txtColor: #2e4c9d;
}
#information {
  margin-block-start: 5rem;
}
#information .section__heading {
  font-family: "Kiwi Maru", serif;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
#information .price .price__title {
  color: #fff;
}
#information .price .price__table th {
  background-color: #586dc9;
}
#information .price .price__table .price__td-head {
  background-color: #7e8cc9;
}
#information .price .price__table .price__td {
  background-color: #d8defd;
}
#information .price .price__link {
  border: 1px solid #fff;
}
#information .price .price__link--bgc01 {
  box-shadow: 0 0 0.9375rem rgba(255, 255, 255, 0.5);
  background-color: #f55aad;
}
#information .price .price__note {
  display: block;
  margin-block-start: 5rem;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
}
#information .price .price__note-title {
  display: block;
  margin-block-end: 0.5rem;
  font-size: 1rem;
  line-height: 1.125;
  text-align: center;
}
#information .price .price__address {
  color: #fff;
}
#information .calendar-table-wrap {
  margin-block-start: 1.25rem;
}
#information .calendar-table caption {
  color: #fff;
}

.pagetop {
  width: 3rem;
  height: 3rem;
  border: 4px solid #faf292;
  border-radius: 50%;
  box-shadow: 0 0 0.625rem #faf292;
  background-color: #1e4183;
}
.pagetop.pagetop_in {
  bottom: calc(var(--headerHeigth) + 0.5rem);
}

/* !_stylePC.scss */
@media (min-width: calc(744rem / 16)) {
  .header {
    width: 16rem;
    height: 6.875rem;
  }
  .bg-wrap {
    background: transparent linear-gradient(180deg, #04145f 0%, #2e4ea7 19%, #402e89 41%, #0135c3 61%, #0e4f96 82%, #182d72 100%) 0 0 no-repeat padding-box;
  }
  .bg-wrap::before, .bg-wrap::after {
    width: 28.125rem;
  }
  .bg-wrap::before {
    background-image: url(../img/bg-wrap__img-left--pc.webp);
  }
  .bg-wrap::after {
    background-image: url(../img/bg-wrap__img-right--pc.webp);
  }
  .main {
    padding-block-start: 7.5rem;
  }
  .main .section .section__body {
    width: calc(var(--cmp-width) / 16 * 1rem);
    margin-inline: auto;
    padding-inline: 1rem;
  }
  .main .section .section__heading,
  .main .section .section__lede {
    font-size: 2.75rem;
    line-height: 1.3863636364;
  }
  .main .section .section__heading-group {
    padding-block-start: 5rem;
  }
  .main .section .section__heading-group .section__heading {
    font-size: 2.75rem;
    line-height: 1.3863636364;
  }
  .main .section .section__heading-group .section__comment {
    width: 14.0625rem;
    height: 7.1875rem;
    position: absolute;
    top: -0.1875rem;
    left: calc(50% - 15.75rem);
    transform: translateX(-50%);
  }
  .main .section .section__heading:has(img) {
    width: min(100%, 63.75rem);
    margin-inline: auto;
  }
  .main .section .section__date {
    font-size: 1.5rem;
    line-height: 1.5833333333;
    text-align: center;
  }
  .main .section .section__text {
    margin-block-start: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.75;
    text-align: center;
  }
  #sec02 .section__body {
    width: 75rem;
    padding-inline: 5.625rem;
  }
  .event {
    margin-block-start: 2.5rem;
  }
  .event .event__list li {
    transition: 0.3s ease-in-out;
  }
  .event .event__list li .event__check {
    align-self: center;
    padding-block: 0;
    justify-self: start;
  }
  .event .event__list li .event__check .event__check-text::before, .event .event__list li .event__check .event__check-text::after {
    transition: 0.2s ease-in-out;
  }
  .event .event__list li:hover {
    background-color: #1c479a;
    transition: 0.3s ease-in-out;
  }
  .event .event__list li:hover .event__check .event__check-text::before, .event .event__list li:hover .event__check .event__check-text::after {
    right: -2.125rem;
    transition: 0.2s ease-in-out;
  }
  .event .event__link {
    display: grid;
    grid-template-columns: 20rem 30rem auto;
    grid-auto-flow: row;
    column-gap: 1.5rem;
    padding: 1.875rem;
  }
  .event .event__title {
    margin-block-start: 0;
    font-size: 1.75rem;
  }
  .event .event__text {
    font-size: 1.25rem;
  }
  .event .event__skylantern {
    margin-inline-start: 0;
  }
  #sec03 {
    margin-block-start: 11.25rem;
  }
  #sec04 {
    margin-block-start: 11.25rem;
  }
  .common-event .common-product-list-wrap {
    margin-block-start: 5rem;
  }
  .common-event .common-product-list {
    column-gap: 1.875rem;
    row-gap: 4.5rem;
    padding-inline: 5.625rem;
    padding-block: 5rem;
  }
  #information {
    margin-block-start: 11.25rem;
  }
  #information .section__heading {
    font-size: 2.75rem;
    line-height: 1.3863636364;
  }
  #information .price .price__link {
    transition: 0.3s ease-in-out;
  }
  #information .price .price__link:hover {
    box-shadow: 0 0 0.9375rem rgba(255, 255, 255, 0.5);
    background-color: #1c479a;
    transition: 0.3s ease-in-out;
  }
  #information .price .price__link--bgc01 {
    margin-block-start: 5rem;
  }
  #information .price .price__link--bgc01:hover {
    background-color: #f485c0;
  }
  #information .price .price__note {
    font-size: clamp(10px, 12 / var(--cmp-width) * var(--100vw), var(--max-width) / var(--cmp-width) * 12rem / 16);
    text-align: center;
  }
  #information .price .price__note-title {
    font-size: clamp(10px, 16 / var(--cmp-width) * var(--100vw), var(--max-width) / var(--cmp-width) * 16rem / 16);
  }
  #information .price .price__address {
    font-size: clamp(10px, 16 / var(--cmp-width) * var(--100vw), var(--max-width) / var(--cmp-width) * 16rem / 16);
  }
  #information .calendar-table-wrap {
    width: 60.25rem;
    margin-inline: auto;
    margin-block-start: 2.5rem;
  }
  .footer .footer__copy {
    font-size: clamp(10px, 12 / var(--cmp-width) * var(--100vw), var(--max-width) / var(--cmp-width) * 12rem / 16);
  }
}/*# sourceMappingURL=style.css.map */