@import url('https://fonts.googleapis.com/css2?family=WDXL+Lubrifont+JP+N&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

#menu-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

#menu-panel.is-open {
  transform: translateX(0);
}

#menu-panel a {
  display: block;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  letter-spacing: 0.05em;
}

#menu-panel .menu-link-row a {
  border-bottom: 0;
}

#menu-panel .menu-item-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#menu-panel .menu-item-group:last-child {
  border-bottom: 0;
}

#menu-panel .submenu-toggle svg {
  transition: transform 0.3s ease;
}

#menu-panel .submenu-toggle.is-active svg {
  transform: rotate(180deg);
}

#menu-panel .sub-menu {
  display: none;
}

#menu-panel .sub-menu.is-active {
  display: block;
}

#menu-panel .sub-menu a {
  padding: 0.45rem 0;
  font-size: 0.96rem;
  color: #d7d4d2;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

#menu-panel .sub-menu a:last-child {
  border-bottom: 0;
}

.section-heading-frm {
  width: 100%;
}

.card-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
}

.carousel-slide {
  min-width: 100%;
}

.carousel-slide img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.stage-card .card-carousel,
.stage-card .carousel-viewport {
  width: 100%;
  max-width: 240px;
}

.stage-card .carousel-slide img {
  aspect-ratio: 4 / 5;
}

.shop-card .carousel-slide img,
.shop-card .carousel-viewport {
  width: 100%;
}

.shop-card .carousel-slide img {
  aspect-ratio: 4 / 5;
}

.card-carousel.has-carousel {
  display: grid;
  grid-template-areas:
    'prev viewport next'
    '. dots .';
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.5rem;
  overflow: visible;
}

.carousel-viewport {
  grid-area: viewport;
  overflow: hidden;
}

.carousel-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.carousel-btn--prev {
  grid-area: prev;
}

.carousel-btn--next {
  grid-area: next;
}

.carousel-dots {
  grid-area: dots;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.4rem;
}

.carousel-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #b8b8b8;
  cursor: pointer;
  margin-bottom: 10px;
}

.carousel-dot.is-active {
  background: #1e4db7;
}

#footer nav a {
  color: #c9dcd0;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
}

#footer nav a:hover {
  color: #fff;
}

.font-pic {
  color: rgb(184, 103, 130);
  font-weight: bold;
}

.font-picsub {
  color: rgb(143, 142, 142);
  font-weight: bold;
}

.font-sub {
  color: rgb(48, 117, 163);
  font-weight: bold;
}

.ham-h {
  height: 3px;
}

@media (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* background: #453a38;*/
  }

  .header-logo {
    position: absolute;
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
  }

  /*
  .section-heading-frm {
    padding: 0.65rem;
    background: repeating-linear-gradient(-45deg, #fff 0 5px, #00a761 5px 10px);
  }
*/
  .section-heading {
    padding: 0.85rem 1rem;
    background: #fff;
  }

  .section-heading img {
    display: none;
  }

  .info-card,
  .info-grid,
  .floor-map-box,
  .schedule-box,
  .schedule-table {
    width: 100%;
    max-width: 100%;
  }

  .info-table {
    width: 100%;
    max-width: 24rem;
    margin-inline: auto;
  }

  .info-table tr {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 0.55rem;
    padding: 0.2rem 0 0.55rem;
  }

  .info-table th {
    display: flex;
    justify-content: center;
    width: auto;
    padding: 0;
    text-align: left;
  }

  .info-table td {
    display: block;
    width: auto;
    padding: 0;
    text-align: left;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .info-label {
    padding: 0.1rem 0.8rem;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    margin-inline: 0;
  }

  .floor-map-box {
    margin-inline: auto;
    border: 0;
    padding-inline: 0;
    max-width: 100%;
  }

  .floor-map-box img,
  .schedule-title,
  .floor-map-link {
    margin-inline: auto;
  }

  .schedule-box {
    background-image: url('../img/stage_background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .card-carousel,
  .carousel-viewport,
  .stage-card .card-carousel,
  .stage-card .carousel-viewport {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }

  .carousel-btn {
    display: flex;
  }

  .stage-card,
  .shop-card {
    justify-items: center;
  }

  .stage-card-info,
  .shop-card,
  .desc {
    text-align: left;
  }

  .stage-card-info,
  .shop-card,
  .genre {
    text-align: center;
    align-self: center;
  }

  .stage-card-info,
  .shop-card,
  .name {
    text-align: center;
  }


  .shop-grid {
    grid-template-columns: 1fr;
  }

  #footer nav a {
    font-size: 0.78rem;
  }

  .hero-catch-mobile {
    position: absolute;
    /*fixed;*/
    top: 64px;
    left: 0;
    right: 0;
    z-index: 25;

  }

  .hero-section {
    padding-top: 110px;
  }

  .stage-subtitle {
    margin-bottom: 2px;
  }
}

@media (min-width: 450px) and (max-width: 767px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
    pointer-events: none;
  }
}