/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */

.bg-movie {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.bg-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.bg-movie-sound {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
  transition: background 0.2s, border-color 0.2s, opacity 0.2s;
}

.bg-movie-sound:hover {
  background: rgba(0, 0, 0, 0.55);
  border-color: #fff;
}

.bg-movie-sound-icon {
  display: none;
  line-height: 0;
}

.bg-movie-sound-icon svg {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
}

.bg-movie-sound.is-muted .bg-movie-sound-icon--off,
.bg-movie-sound:not(.is-muted) .bg-movie-sound-icon--on {
  display: block;
}

@media only screen and (max-width: 767px) {
  .bg-movie-sound {
    left: 1.6rem;
    bottom: 1.6rem;
    width: 4.2rem;
    height: 4.2rem;
  }

  .bg-movie-sound-icon svg {
    width: 2rem;
    height: 2rem;
  }
}

/* TOP header logo:
   SP: white slim on FV → color slim when scrolled / menu open
   PC: stack on FV (same as other pages) → color slim when scrolled / menu open */
#top .header-logo-slim--dark {
  display: none;
}

#top .header.is-scrolled .header-logo-slim--white,
#top .header.is-menu-open .header-logo-slim--white {
  display: none;
}

#top .header.is-scrolled .header-logo-slim--dark,
#top .header.is-menu-open .header-logo-slim--dark {
  display: block;
}

/* TOP SP: FV時は白スリム＋ハンバーガーを白線・背景なし */
@media only screen and (max-width: 767px) {
  #top .header-logo-stack {
    display: none;
  }

  #top .header.is-fv .menu-btn-label {
    display: block;
  }

  #top .header.is-scrolled .menu-btn-label {
    display: none;
  }

  #top .header.is-fv:not(.is-menu-open) .menu-btn {
    color: #fff;
  }

  #top .header.is-fv:not(.is-menu-open) .menu-btn-icon {
    background: transparent;
    border-color: #fff;
  }
}

@media print, screen and (min-width: 768px) {
  /* TOP FV: stack logo (not wide slim) */
  #top .header.is-fv:not(.is-scrolled):not(.is-menu-open) .header-logo-slim--white {
    display: none;
    opacity: 0;
    pointer-events: none;
  }

  #top .header.is-fv:not(.is-scrolled):not(.is-menu-open) .header-logo-stack {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  #top .header-logo-slim--dark {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  #top .header.is-scrolled .header-logo-stack,
  #top .header.is-menu-open .header-logo-stack {
    display: none;
    opacity: 0;
    pointer-events: none;
  }

  #top .header.is-scrolled .header-logo-slim--dark,
  #top .header.is-menu-open .header-logo-slim--dark {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
}

#fv {
  position: relative;
  z-index: 1;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.page-body {
  position: relative;
  z-index: 1;
}

/* Dark block (highlights + about + bleed into venues) */
.block-dark {
  position: relative;
  color: #fff;
  overflow: visible;
}

.block-dark > .sec-highlights,
.block-dark > .sec-about,
.block-dark > .sec-venues,
.block-dark > .sec-gallery {
  position: relative;
  z-index: 1;
}

/* Features */
.sec-highlights {
  padding: 8rem 0 4rem;
}

.highlights-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 8.8rem;
}

.highlights-logo {
  display: block;
  width: 30rem;
  height: auto;
  margin-bottom: 2.4rem;
}

.highlights-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}

.highlights-deco {
  display: block;
  width: auto;
  height: 5.2rem;
}

.highlights-rating-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.highlights-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  line-height: 1;
}

.highlights-stars img {
  display: block;
  width: 4.2rem;
  height: auto;
}

.highlights-score {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

.highlights-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlights-item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.highlights-ico {
  display: block;
  width: 4.4rem;
  height: auto;
  flex: 0 0 4.4rem;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
}

.highlights-text {
  flex: 1 1 auto;
  min-width: 0;
}

.highlights-title {
  position: relative;
  margin: 0 0 2rem;
  padding-bottom: 2rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}

.highlights-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.05rem;
  background-image:
    linear-gradient(#d5c987, #d5c987),
    linear-gradient(#d5c987, #d5c987);
  background-size: 100% 0.4rem, 100% 0.1rem;
  background-position: left top, left bottom;
  background-repeat: no-repeat;
}

.highlights-desc {
  margin: 0;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.7;
}

/* About */
.sec-about {
  padding: 6rem 0 0;
  overflow: visible;
}

.about-inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.about-label {
  margin: 0 0 1.2rem;
  color: #aaa;
  line-height: 1.3;
  font-weight: 600;
}

.about-title {
  margin: 0 0 2rem;
  color: #D5C987;
  font-weight: 600;
}

.about-text {
  margin: 0 0 3.2rem;
  color: #fff;
}

.about-media {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* .about-media figure {
  margin: 0;
  line-height: 0;
} */

.about-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-media-main {
  width: 100%;
}

.about-media-main img {
  aspect-ratio: 8 / 6;
}

.about-media-sub {
  width: 75%;
  margin-bottom: -8rem;
  position: relative;
  z-index: 2;
}


@media only screen and ( max-width : 767px ) {
  .block-dark {
    background:
      url("../img/about_bg_sp.jpg") center top / 100% no-repeat,
      url("../img/bg_bk_sp.jpg") center top / 100% auto repeat-y;
  }
  .sec-highlights {
    padding: 13rem 0 6rem;
  }

  .highlights-head {
    margin-bottom: 4rem;
  }

  .highlights-logo {
    width: 30rem;
    margin-bottom: 4rem;
  }
  .highlights-stars img {
    width: 2.4rem;
  }
  

  .highlights-deco {
    height: 4.8rem;
  }

  .highlights-rating {
    gap: 1.5rem;
  }

  .highlights-score {
    font-size: 3.4rem;
  }

  .highlights-list {
    gap: 2.2rem;
    max-width: 30.5rem;
    margin: 0 auto;
  }

  .highlights-ico--smou {
    padding-inline: 0.4rem; /* 3.6rem */
  }

  .highlights-ico--dohyou,
  .highlights-ico--chanko {
    padding-inline: 0.1rem; /* 4.2rem */
  }

  .highlights-ico--family {
    padding-inline: 0; /* 4.4rem */
  }

  .highlights-title {
    width: 100%;
    font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 0.6rem;
  }

  .highlights-title::after {
    height: 0.5rem;
    background-size: 100% 0.19rem, 100% 0.05rem;
  }
  .highlights-item {
    align-items: center;
  }

  .highlights-desc {
    font-size: 1rem;
  }

  .sec-about {
    padding: 6rem 0 0;
  }

  .about-inner {
    gap: 16rem;
  }

  .about-label {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }

  .about-title {
    font-size: 2.3rem;
    margin-bottom: 4rem;
    line-height: 1.6;
  }

  .about-text {
    font-size: 1.4rem;
    margin-bottom: 4.8rem;
    line-height: 2.8rem;
  }

  .about-media {
    gap: 4rem;
  }

  .about-media-main {
    width: calc(100% - 2rem);
    margin-left: auto;
    right: -2rem;
    position: relative;
  }

  .about-media-sub {
    width: calc(80% + 2rem);
    margin-left: -2rem;
    margin-bottom: -6rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .block-dark {
    background:
      url("../img/bg_shibuki.png") top left / 100% no-repeat,
      url("../img/about_bg.jpg") center 36vw / 100% no-repeat,
      url("../img/bg_bk.jpg") center top / 100% auto repeat-y;
  }
  .sec-highlights {
    padding: 25rem 0 12rem;
  }

  .highlights-logo {
    width: 100rem;
    margin-bottom: 8.4rem;
  }

  .highlights-rating {
    gap: 2rem;
  }

  .highlights-deco {
    height: 9.6rem;
  }

  .highlights-rating-body {
    gap: 1.4rem;
  }

  .highlights-score {
    font-size: 6rem;
  }

  .highlights-list {
    grid-template-columns: 1fr 1fr;
    gap: 7rem;
    /* max-width: 90rem;
    margin: 0 auto; */
  }

  .highlights-ico {
    width: 8.2rem;
    flex-basis: 8.2rem;
  }

  .highlights-title {
    width: fit-content;
    max-width: 100%;
    font-size: 3.5rem;
  }

  .highlights-desc {
    font-size: 1.8rem;
  }

  .sec-about {
    padding: 12rem 0 14rem;
  }

  .sec-about > .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .about-inner {
    --about-pad-left: max(2rem, calc((100vw - var(--inner)) / 2 + 2rem));
    display: grid;
    /* 左はテキスト幅まで、右は残り（全面に空く 1fr+1fr をやめる） */
    grid-template-columns: minmax(0, 59rem) minmax(0, 1fr);
    grid-template-areas:
      "content main"
      "sub main";
    column-gap: 16rem;
    row-gap: 20vw;
    align-items: start;
    /* .container と同じ左端（テキスト用） */
    padding-left: var(--about-pad-left);
  }

  .about-content {
    grid-area: content;
    padding-top: 0;
    padding-left: 0;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
  }

  .about-title {
    font-size: 3.8rem;
    line-height: 1.75;
    margin-bottom: 4rem;
  }

  .about-text {
    font-size: 2.1333333333rem; /* 1440px時 16px（1rem=7.5px） */
    line-height: 4rem; /* 1440px時 30px */
    margin-bottom: 10rem;
  }

  .about-media {
    display: contents;
  }

  .about-media-main {
    grid-area: main;
    width: 100%;
    max-width: none;
    margin: 0;
    position: relative;
    z-index: 1;
    justify-self: stretch;
  }

  .about-media-main img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1; /* 〜1440px */
    object-fit: cover;
  }

  .about-media-sub {
    grid-area: sub;
    position: relative;
    left: 0;
    bottom: auto;
    /* 左端はウィンドウ端、右端は左カラム（テキスト列）の右端 */
    margin-left: calc(-1 * var(--about-pad-left));
    width: calc(var(--about-pad-left) + 59rem);
    max-width: none;
    /* margin-bottom: 8rem; */
    z-index: 2;
    margin-top: -10rem;
  }
  .about-media-sub img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .about-label {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
}

/* 1720px〜: メイン画像（4/3より少し縦長） */
@media print, screen and ( min-width : 1720px ) {
  .about-media-main img {
    aspect-ratio: 6 / 5;
  }
}

/* ---------------------------------------------------------------------------------------------

　   VENUES / GALLERY

--------------------------------------------------------------------------------------------- */

/* .sec-venues {
  padding: 8rem 0 6rem;
} */

.venues-head .sec-title {
  color: var(--gold-light);
}

.venues-head .sec-lead {
  color: #fff;
}

.venues-head {
  text-align: left;
  margin-bottom: 3.2rem;
}

.venues-question {
  margin: 0 0 4rem;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.venues-cards {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.venue-card {
  --venue-accent: var(--red);
  --venue-arrow: url("../img/arrow-red.svg");
  background: #fff;
  color: #111;
  overflow: hidden;
}

.venue-card--express {
  --venue-accent: #528128;
  --venue-arrow: url("../img/arrow-green.svg");
  overflow: visible;
}

.venue-card-media {
  position: relative;
  margin: 0;
}

.venue-card-media > img:first-child {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.venue-card-badge {
  position: absolute;
  top: -3rem;
  right: -1.6rem;
  width: 12.6rem;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.venue-card-body {
  padding: 2.8rem 2rem 3.2rem;
  text-align: center;
}

.venue-card-name {
  color: var(--venue-accent);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.venue-card-name img {
  display: block;
  margin: 0 auto;
  width: auto;
}

.venue-card-catch {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0 0 1.8rem;
}

.venue-card-time {
  margin: 0 0 2.4rem;
  color: var(--venue-accent);
  font-family: "Libre Baskerville", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.venue-card-time--inner {
  line-height: 1;
}

.venue-card-time-unit {
  margin-left: .2em;
}

.venue-formula {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0.8rem 0.6rem;
  margin: 0 0 2.8rem;
  padding: 0;
  list-style: none;
}

.venue-formula > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.8rem;
  text-align: center;
}

.venue-formula > li:not(.venue-formula-plus) span {
  margin-top: auto;
}

.venue-formula-plus {
  align-self: flex-start;
  max-width: none !important;
  padding: 0 0.2rem;
  margin-top: 2.4rem;
  line-height: 1;
}

.venue-formula-plus img {
  display: block;
  width: 1.4rem;
  height: auto;
}

.venue-formula-ico {
  display: block;
  width: 6.4rem;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.venue-formula-ico--sumoshow {
  width: 5.2rem;
}

.venue-formula-ico--chanko {
  width: 6.8rem;
}

.venue-formula-ico--experience {
  width: 7.2rem;
}

.venue-formula-ico--mochi {
  width: 6.4rem;
}

.venue-formula span {
  display: block;
  width: 100%;
  color: var(--venue-accent);
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  line-height: 1.3;
  text-align: center;
  font-weight: 600;
}

.venue-includes {
  width: 100%;
  max-width: 40.4rem;
  margin: 0 auto 4rem;
  text-align: left;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}

.venue-includes-toggle {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
}

.venue-includes-toggle:hover {
  opacity: 0.85;
  filter: none;
}

.venue-includes-title {
  margin: 0;
  color: var(--venue-accent);
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.venue-includes-icon {
  display: flex;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}

.venue-includes-icon img {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}

.venue-includes.is-open .venue-includes-icon {
  transform: rotate(180deg);
}

.venue-includes-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.venue-includes.is-open .venue-includes-panel {
  max-height: 80rem;
}

.venue-includes-label {
  margin: 1.2rem 0 1.5rem;
  color: var(--venue-accent);
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
}

.venue-includes.is-open .venue-includes-label {
  margin-top: 1.6rem;
}

.venue-includes-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.venue-includes-list li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.5rem;
  color: var(--venue-accent);
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
}

.venue-includes-list li:last-child {
  margin-bottom: 0;
}

.venue-includes-list li.is-plain {
  color: #000;
}

.venue-includes-list li::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.6rem;
  flex-shrink: 0;
  background: var(--venue-arrow) center / contain no-repeat;
}

/* Gallery */
.sec-gallery {
  padding: 6rem 0 0;
  overflow: hidden;
}

.gallery-track {
  overflow: hidden;
  width: 100%;
}

.gallery-track-inner {
  display: flex;
  width: max-content;
  gap: 1.6rem;
  will-change: transform;
}

.gallery-item {
  margin: 0;
  flex: 0 0 auto;
  width: min(78vw, 32rem);
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 22rem;
  object-fit: cover;
}

.gallery-track.is-ready .gallery-track-inner {
  animation: gallery-marquee 40s linear infinite;
}

@keyframes gallery-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

#venue-signature .btn-ticket {
  background: var(--red);
}
#venue-express .btn-ticket {
  background: var(--green);
}

@media (prefers-reduced-motion: reduce) {
  .gallery-track.is-ready .gallery-track-inner {
    animation: none;
  }
}

@media only screen and ( max-width : 767px ) {
  .sec-venues {
    padding: 25rem 0 6rem;
  }
  .sec-lead {
    line-height: 2.2;
  }

  .venues-head .sec-title,
  .venues-head .sec-lead,
  .plan-head .sec-title,
  .plan-head .sec-lead {
    text-align: left;
  }

  .venues-head,
  .plan-head {
    text-align: left;
  }

  .venues-head {
    margin-bottom: 6.6rem;
  }

  .venues-question {
    font-size: 2.4rem;
    margin-bottom: 3.5rem;
  }

  .venues-cards {
    gap: 4rem;
  }

  .venue-card-body {
    padding: 4rem 2rem 2.8rem;
  }

  .venue-card-name {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  .venue-card-name img {
    height: 4.6rem;
  }

  .venue-card-time {
    font-size: 2.2rem;
  }
  .venue-card-time-unit {
    font-size: 1.4rem;
  }

  .venue-formula {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0.4rem;
    margin-bottom: 3rem;
  }

  .venue-formula > li {
    flex: 0 0 auto;
    min-width: 0;
    gap: 0.4rem;
  }

  .venue-formula-ico {
    width: 4.8rem;
    height: auto;
  }

  .venue-formula-ico--sumoshow {
    width: 4.5rem;
  }

  .venue-formula-ico--chanko {
    width: 5.2rem;
  }

  .venue-formula-ico--experience {
    width: 5.8rem;
  }

  .venue-formula-ico--mochi {
    width: 5rem;
  }

  .venue-formula-plus {
    flex: 0 0 auto;
    max-width: none !important;
    margin-top: 1.6rem;
    padding: 0;
  }

  .venue-formula-plus img {
    width: 1rem;
  }

  .venue-formula span {
    font-size: 0.85rem;
    line-height: 1.2;
  }

  .gallery-item {
    width: 50vw;
  }

  .gallery-item img {
    height: 18rem;
  }
  .venue-includes-list {
    margin-top: 1.6rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .sec-venues {
    padding:20rem 0 0;
  }

  .venues-head {
    text-align: left;
    margin-bottom: 11rem;
  }

  .venues-question {
    font-size: 4rem;
    margin-bottom: 8rem;
  }

  .venues-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9rem;
    align-items: start;
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .venue-card {
    display: block;
  }

  .venue-card-media > img:first-child {
    aspect-ratio: 16 / 11;
  }

  .venue-card-badge {
    top: -6.4rem;
    right: -6.4rem;
    width: 28rem;
  }

  .venue-card-body {
    display: block;
    padding: 8rem 3.2rem;
  }

  .venue-card-name {
    font-size: 4rem;
    margin: 0 0 1rem;
  }

  .venue-card-name img {
    height: 7.8rem;
  }

  .venue-card-catch {
    font-size: 2rem;
    margin: 0 0 2rem;
  }

  .venue-card-time {
    font-size: 3.1rem;
    height: 4rem;
    margin-bottom: 3rem;
  }

  .venue-formula {
    gap: 1.2rem 1.5rem;
    margin-bottom: 4.6rem;
  }

  .venue-formula > li {
    max-width: none;
  }

  .venue-formula-ico {
    width: 10rem;
    height: auto;
  }

  .venue-formula-ico--sumoshow {
    width: 8rem;
  }

  .venue-formula-ico--chanko {
    width: 10.4rem;
  }

  .venue-formula-ico--experience {
    width: 11.2rem;
  }

  .venue-formula-ico--mochi {
    width: 10rem;
  }

  .venue-formula span {
    font-size: 1.2rem;
  }

  .venue-formula-plus {
    margin-top: 3.4rem;
  }

  .venue-formula-plus img {
    width: 2.2rem;
  }

  .venue-includes {
    margin-bottom: 8rem;
  }
  .venue-includes.is-open {

  }

  .venue-includes-title {
    font-size: 2.8rem;
  }
  .venue-includes-toggle {
    gap: 2rem;
  }
  .venue-includes-icon img {
    width: 3rem;
    height: 3rem;
  }

  .venue-includes-label {
    font-size: 2.2rem;
    margin-top: 2rem;
    margin-bottom: 1.2rem;
  }
  .venue-includes-list {
    margin-top: 5.4rem;
    min-height: 38rem;
  }
  .venue-includes-list li {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .venue-includes-list li::before {
    width: 2rem;
    height: 1.5rem;
  }

  .venue-includes.is-open .venue-includes-label {
    margin-top: 5.4rem;
  }

  .sec-gallery {
    padding: 33rem 0 0;
  }

  .gallery-item {
    width: 66.2rem;
  }

  .gallery-item img {
    height: 53rem;
  }

  .gallery-track-inner {
    gap: 3rem;
  }

  .gallery-track.is-ready .gallery-track-inner {
    animation-duration: 50s;
  }
  .venue-card-time-unit {
    font-size: 1.6rem;
  }
}

@media print, screen and ( min-width : 1500px ) {
  .venues-cards {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FEATURE

--------------------------------------------------------------------------------------------- */

.sec-feature {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -1px;
}

.feature-maku {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  line-height: 0;
}

.feature-maku img {
  display: block;
  width: 100%;
  height: auto;
}

.sec-feature > .container {
  position: relative;
  z-index: 1;
}

.feature-head {
  text-align: left;
  margin: 4rem 0 4.8rem;
}

.feature-head .sec-title {
  color: #A71628;
}

.feature-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.feature-block {
  position: relative;
  display: flex;
  flex-direction: column;
}

.feature-block-media {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  line-height: 0;
}

.feature-block-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.feature-block-kanji {
  position: absolute;
  z-index: 3;
  width: 14rem;
  height: auto;
}

.feature-block--learn .feature-block-kanji,
.feature-block--food .feature-block-kanji {
  right: 0.8rem;
  bottom: auto;
  top: 28%;
}

.feature-block--experience .feature-block-kanji {
  left: 0.4rem;
  top: 28%;
  width: 11rem;
}

.feature-block-panel-wrap {
  position: relative;
  width: calc(100% - 4rem);
  margin: -2.4rem auto 0;
}

.feature-block-panel {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 3.2rem 2rem 2.4rem;
  background: #fff;
  border: 1rem solid #333;
  box-shadow: inset 0 0 0 0.4rem #fff, inset 0 0 0 calc(0.4rem + 1px) #333;
  box-sizing: border-box;
}

.feature-block-label {
  position: absolute;
  top: 0;
  left: 5.5rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.4rem 1.4rem;
  background: #C30D23;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  transform: translateY(-50%);
  border: 1px solid #333;
}

.feature-block-title {
  margin: 0 0 1.4rem;
  color: #A71628;
  font-family: "Libre Baskerville", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.feature-block-text {
  margin: 0;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.8;
}

@media only screen and ( max-width : 767px ) {
  .sec-feature {
    padding-bottom: 16rem;
    background: url("../img/feature_gold_bg02_sp.png") 0 100% / 100% auto no-repeat,url("../img/feature_gold_bg_sp.png") left top / 100% auto no-repeat,url("../img/bg01.jpg") center top / 100% auto repeat-y;
  }

  .feature-head {
    margin: 3.2rem 0 6rem;
  }
  .feature-block {
    margin-bottom: 5.6rem;
  }
  .feature-block:last-child {
    margin-bottom: 0;
  }

  .feature-block-kanji {
    width: 12.5rem;
  }

  .feature-block--experience .feature-block-kanji {
    width: 10rem;
    top: 18%;
  }

  .feature-block-panel-wrap {
    width: calc(100% - 3.2rem);
    margin-top: 4rem;
  }

  .feature-block-panel {
    padding: 4rem 2.4rem;
    border-width: 0.5rem;
  }

  .feature-block-title {
    font-size: 2rem;
    margin-bottom: 3rem;
    line-height: 1.75;
  }

  .feature-block-text {
  }
  .feature-block-media img {
    width: calc(100% - 4rem);
  }

  .feature-block--experience .feature-block-media img {
    margin-left: auto;
  }

  .feature-block-label {
    font-size: 2.4rem;
  }
  .feature-block-label {
    left: auto;
    right: 6.4rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .sec-feature {
    padding-bottom: 45rem;
    background: url("../img/feature_gold_bg02.png") 0 100% / 100% auto no-repeat,url("../img/feature_gold_bg.png") 0 40% / 100% auto no-repeat,url("../img/bg01.jpg") center top / 100% auto repeat-y;
  }

  .feature-head {
    text-align: left;
    margin: 6rem 0 7.2rem;
  }
  .feature-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    column-gap: 0;
    padding-left: 0;
    padding-right: max(4rem, calc((100vw - var(--inner-wide)) / 2 + 4rem));
  }

  .feature-block--experience {
    padding-left: max(4rem, calc((100vw - var(--inner-wide)) / 2 + 4rem));
    padding-right: 0;
  }

  .feature-block-media {
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
    /* 大きい画面で panel を突き抜けないよう、panel の半分まで */
    width: min(72vw, calc(100% - min(73rem, 48%) / 2));
    max-width: none;
    justify-self: start;
  }

  .feature-block--experience .feature-block-media {
    justify-self: end;
  }

  .feature-block-media img {
    aspect-ratio: auto;
    width: 100%;
    height: 100rem;
    max-height: none;
    object-fit: cover;
    aspect-ratio: 16 / 11;
  }

  .feature-block-kanji {
    position: absolute;
    z-index: 3;
    inset: auto;
    top: 50%;
    transform: translateY(-40%);
    width: 33rem;
    max-width: none;
    height: auto;
    margin: 0;
    object-fit: contain;
    object-position: center;
  }

  .feature-block--learn .feature-block-kanji,
  .feature-block--food .feature-block-kanji {
    right: calc(max(4rem, (100vw - var(--inner-wide)) / 2 + 8rem) - 14rem);
    left: auto;
    object-position: right center;
    top: 26%;
  }

  .feature-block--experience .feature-block-kanji {
    left: calc(max(4rem, (100vw - var(--inner-wide)) / 2 + 8rem) - 17rem);
    right: auto;
    top: -15%;
    width: 28.5rem;
    transform: translateY(0);
    object-position: left center;
  }

  .feature-block-panel-wrap {
    grid-column: 1;
    grid-row: 1;
    width: min(73rem, 48%);
    max-width: 73rem;
    margin: 0 8rem 13rem 0;
    justify-self: end;
    align-self: end;
  }

  .feature-block--experience .feature-block-panel-wrap {
    justify-self: start;
    margin: 0 0 13rem 8rem;
  }

  .feature-block-panel {
    z-index: 2;
    padding: 7rem;
    min-height: 43rem;
  }

  .feature-block--learn .feature-block-label,
  .feature-block--food .feature-block-label {
    left: auto;
    right: 5.5rem;
  }

  .feature-block-label {
    min-height: 3.2rem;
    padding: 0.5rem 1.8rem;
    font-size: 3.8rem;
    border: .3rem solid #000;
  }

  .feature-block-title {
    font-size: 2.8rem;
    margin-bottom: 4.6rem;
  }

  .feature-block-text {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PLAN

--------------------------------------------------------------------------------------------- */

.sec-plan {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
}

.sec-plan > .container,
.sec-plan > .container-wide {
  position: relative;
  z-index: 1;
}

.plan-head {
  margin-bottom: 4rem;
}

.plan-head .sec-title {
  color: var(--gold-light);
}

.plan-head .sec-lead {
  color: #fff;
}

.plan-menu {
  background: #fff;
  padding: 3.2rem 1.6rem 2.4rem;
  color: #333;
  overflow: visible;
}

.plan-menu-title {
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.plan-table-wrap {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  /* overflow-x: auto;
  -webkit-overflow-scrolling: touch; */
  overflow: visible;
}

.plan-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.8rem 0;
  table-layout: fixed;
  overflow: visible;
}

.plan-table th,
.plan-table td {
  padding: 3rem 0.8rem;
  vertical-align: middle;
  border: 0;
  font-weight: 400;
}

.plan-table-blank {
  background: transparent;
}

.plan-table thead th.plan-table-blank {
  width: 42%;
}

.plan-table-head {
  position: relative;
  width: auto;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-align: center;
}

.plan-table-head--signature {
  background: var(--red);
}

.plan-table-head--express {
  background: #528128;
}

.plan-table-badge {
  position: absolute;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.plan-table tbody th {
  color: #333333;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
  background: #fff;
}

.plan-table tbody tr:nth-child(odd) th {
  background: #eee;
}

.plan-table-check {
  text-align: center;
}

.plan-table-check--signature {
  background: #F6C7C7;
}

.plan-table tbody tr:nth-child(even) .plan-table-check--signature {
  background: #FBE7E7;
}

.plan-table-check--express {
  background: #CCDAC1;
}

.plan-table tbody tr:nth-child(even) .plan-table-check--express {
  background: #EDF2E9;
}

.plan-dot {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  vertical-align: middle;
}

.plan-table-check--signature .plan-dot{
  background: var(--red);
}

.plan-table-check--express .plan-dot {
  background: #528128;
}

.plan-dash {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.plan-table-check--signature .plan-dash {
  color: var(--red);
}
.plan-table-check--express .plan-dash {
  color: #528128;
}

.plan-table-price {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700 !important;
  line-height: 1.2;
  text-align: center;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.plan-table-price--signature {
  color: var(--red);
  background: #F6C7C7;
}

.plan-table-price--express {
  color: #528128;
  background: #CCDAC1;
}

.plan-table tfoot .plan-table-blank {
  background: #fff;
}
.plan-table-head-name-img img {
  display: block;
  margin: 0 auto;
}

@media only screen and ( max-width : 767px ) {
  .sec-plan {
    padding: 12rem 0 16rem;
    background: url("../img/plan_gold_bg_sp.png") bottom left / 100% auto no-repeat,url("../img/bg02_sp.jpg") center top / 100% auto repeat-y;
  }

  .plan-head {
    margin-bottom: 3.2rem;
    text-align: left;
  }

  .plan-menu {
    padding: 4rem 2rem 6rem;
  }

  .plan-table-head-name-img img {
    width: auto;
    height: 3.2rem;
  }
  .plan-menu-title {
    font-size: 2rem;
    margin-bottom: 2.8rem;
    position: relative;
    top: -1rem;
  }

  .plan-table thead th.plan-table-blank {
    width: 9rem;
  }

  .plan-table {
    border-spacing: 0.2rem 0;
  }

  .plan-table-head {
    font-size: 1rem;
  }

  .plan-table-badge {
    top: -6.2rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 7rem;
  }

  .plan-menu {
    padding-top: 4rem;
    padding-right: 2rem;
  }

  .plan-table th,
  .plan-table td {
    padding: 1rem 0.5rem;
  }

  .plan-table tbody th,
  .plan-table tbody td,
  .plan-table tfoot .plan-table-price {
    height: 5rem;
    padding: 0 0.5rem;
  }

  .plan-table tbody th {
    font-size: 1rem;
  }

  .plan-table-price {
    font-size: 1.75rem;
    padding: 1rem 0.5rem;
  }

  .plan-dot {
    width: 1rem;
    height: 1rem;
  }

  .plan-dash {
    font-size: 1.1rem;
  }

  .plan-table-head span {
    display: block;
  }
}

@media print, screen and ( min-width : 768px ) {
  .sec-plan {
    padding: 20rem 0 30rem;
    background: url("../img/plan_gold_bg.png") center / 100% auto no-repeat,url("../img/bg02.jpg") center top / 100% auto repeat-y;
  }

  .plan-head {
    margin-bottom: 10rem;
  }

  .plan-menu {
    padding: 5rem 4.8rem 10rem;
  }

  .plan-table-badge {
    top: -13.5rem;
    right: -4.8rem;
    width: 16rem;
  }

  .plan-menu-title {
    font-size: 2.8rem;
    margin-bottom: 6rem;
  }

  .plan-table {
    min-width: 0;
    border-spacing: 1.2rem 0;
  }

  .plan-table thead th.plan-table-blank,
  .plan-table tbody th {
    width: 33.6rem;
  }

  .plan-table-head {
    font-size: 2rem;
    padding: 1.8rem 1.2rem;
  }
  .plan-table-head-name-img img {
    width: auto;
    height: 1.6rem;
  }

  .plan-table tbody th,
  .plan-table tbody td {
    height: 8rem;
    padding: 1.6rem 1.6rem;
  }

  .plan-table tbody th {
    padding: 0 3rem;
    font-size: 1.8rem;
  }

  .plan-dot {
    width: 2.4rem;
    height: 2.4rem;
  }

  .plan-table-price {
    font-size: 4rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   REVIEW

--------------------------------------------------------------------------------------------- */

.sec-review {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sec-review > .container {
  position: relative;
  z-index: 1;
}

.review-panel {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 2rem 3.2rem;
  background: #fff;
  box-sizing: border-box;
}

.review-head {
  text-align: left;
  margin-bottom: 3.2rem;
}

.review-head .sec-title {
  color: #00053A;
  text-align: center;
}

.review-head .sec-lead {
  line-height: 1.5;
  text-align: center;
}

.review-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 4.2rem;
}

.review-google {
  display: block;
  width: 18rem;
  height: auto;
}

.review-score {
  text-align: center;
}

.review-score-row {
  margin: 0 0 0.6rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.review-score-num {
  color: #1a1a3a;
  font-family: "Libre Baskerville", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}

.review-score-count {
  color: #555;
  font-family: "Libre Baskerville", serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

.review-score-stars {
  margin: 0;
  color: #EDB61C;
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  line-height: 1;
}

.review-slider {
  position: relative;
  margin-bottom: 3.2rem;
  padding: 0 4.8rem;
}

.review-pre {
  margin: 0 0 6rem;
  line-height: 0;
}

.review-pre img {
  display: block;
  width: 100%;
  height: auto;
}

.review-slider .splide__arrow {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  width: auto;
  height: auto;
  opacity: 1;
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: auto;
}

.review-slider .splide__arrow:disabled {
  opacity: 0.35;
}

.review-slider .splide__arrow svg {
  display: none;
}

.review-slider .splide__arrow--prev {
  left: 0;
  right: auto;
}

.review-slider .splide__arrow--next {
  right: 0;
  left: auto;
}

.review-slider-btn img {
  display: block;
  width: 4rem;
  height: auto;
}

.review-slider .splide__arrow:hover {
  opacity: 0.75;
  filter: none;
  background: transparent;
}

.review-slider-viewport {
  overflow: hidden;
  width: 100%;
  min-width: 0;
}

.review-card {
  width: 100%;
  box-sizing: border-box;
}

.review-card-user {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.review-card-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #d9d9d9;
  color: #555;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  flex-shrink: 0;
}

.review-card-name {
  margin: 0 0 0.2rem;
  color: #222;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.review-card-info {
  margin: 0;
  color: #777;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.review-card-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0 0 1.2rem;
}

.review-card-stars {
  color: var(--gold-light);
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.review-card-date {
  color: #888;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

.review-card-text {
  margin: 0;
  color: #444;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.btn-review {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  position: relative;
  width: 100%;
  max-width: 41.8rem;
  min-height: 7.4rem;
  margin: 0 auto;
  padding: 1.4rem 4rem;
  background: #00053A;
  box-shadow: inset 0 0 0 0.6rem #00053A, inset 0 0 0 calc(0.6rem + 1px) #fff;
  color: #fff;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  font-weight: 600;
}

.btn-review:hover {
  opacity: 0.92;
  filter: none;
  color: #fff;
}

.btn-review img {
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.4rem;
  height: auto;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}

@media only screen and ( max-width : 767px ) {
  .sec-review {
    padding: 6rem 0;
    background: url("../img/review_gold_bg_sp.png") center bottom / 100% auto no-repeat,url("../img/bg01_sp.jpg") center top / 100% auto repeat-y;
  }
  .review-pre {
    margin-bottom: 2rem;
  }

  .review-panel {
    padding: 3.2rem 1.6rem 2.8rem;
  }

  .review-head .sec-title {
    font-size: 3.2rem;
  }
  .review-google {
    width: 14.6rem;
  }

  .review-score-num {
    font-size: 3.8rem;
  }

  .review-slider-btn img {
    width: 3.6rem;
  }

  .btn-review {
    max-width: none;
  }
  .review-head .sec-lead {
    letter-spacing: -.03em;
  }
}

@media print, screen and ( min-width : 768px ) {
  .sec-review {
    padding: 20rem 0 30rem;
    background: url("../img/review_gold_bg.png") center bottom / 100% auto no-repeat,url("../img/bg01.jpg") center top / 100% auto repeat-y;
  }

  .review-panel {
    padding: 6.4rem 6rem 5.6rem;
  }

  .review-head {
    margin-bottom: 4rem;
  }

  .review-head .sec-title {
    font-size: 4rem;
  }

  .review-summary {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    margin-bottom: 4.8rem;
  }

  .review-google {
    width: 23rem;
  }

  .review-score {
    text-align: left;
  }

  .review-score-row {
    justify-content: flex-start;
  }

  .review-score-num {
    font-size: 6rem;
  }

  .review-score-count {
    font-size: 1.8rem;
  }

  .review-score-stars {
    font-size: 4.2rem;
  }

  .review-slider {
    margin-bottom: 4.8rem;
    padding: 0 7.2rem;
  }

  .review-slider-btn img {
    width: 5.6rem;
  }

  .review-card-avatar {
    width: 5.6rem;
    height: 5.6rem;
    font-size: 1.8rem;
  }

  .review-card-name {
    font-size: 1.6rem;
  }

  .review-card-text {
    font-size: 1.4rem;
    -webkit-line-clamp: 4;
  }

  .btn-review {
    min-height: 9.2rem;
    font-size: 2rem;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .review-head .sec-title {
    font-size: 40px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CULTURE

--------------------------------------------------------------------------------------------- */

.sec-culture {
  position: relative;
  z-index: 1;
  padding: 8rem 0;
  overflow: hidden;
  color: #111;
}

.culture-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("../img/culture_bg.jpg") center top / 100% auto repeat-y;
  overflow: hidden;
}

.culture-deco {
  position: absolute;
  height: auto;
  opacity: 0.9;
}

.culture-deco--l {
  left: -2%;
  bottom: 6%;
  width: clamp(16rem, 42vw, 36rem);
}

.culture-deco--r {
  top: 2%;
  right: -4%;
  width: clamp(18rem, 48vw, 48rem);
}

.sec-culture > .container,
.sec-culture > .container-wide {
  position: relative;
  z-index: 1;
}

.culture-head {
  position: relative;
  margin-bottom: 7rem;
  /* padding-top: 2.4rem; */
}

.culture-ja {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: min(100%, 42rem);
  height: auto;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.culture-ja img {
  display: block;
  width: 100%;
  height: auto;
}

.culture-head .sec-title {
  position: relative;
  z-index: 1;
  color: #A71628;
}

.culture-head .sec-lead {
  position: relative;
  z-index: 1;
}

.culture-slider {
  position: relative;
}

.culture-slider-viewport {
  overflow: hidden;
  width: 100%;
}

.culture-slider.is-initialized:not(.is-active) .culture-slider-track,
.culture-slider.is-destroyed .culture-slider-track {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.culture-slider .splide__arrow {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  width: 7rem !important;
  height: 7rem !important;
  border-radius: 50%;
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  /* isolation は乗算背景をカードに効かせるため付けない */
}

.culture-slider .splide__arrows {
  display: none;
}

.culture-slider .splide__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 50%;
  background: rgba(181, 147, 34, 0.8);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.culture-slider .splide__arrow svg {
  display: none;
}

.culture-slider .splide__arrow:hover {
  opacity: 0.85;
  filter: none;
  background: transparent;
}

.culture-slider .splide__arrow:hover::before {
  background: rgba(181, 147, 34, 0.9);
}

.culture-card {
  background: #fff;
  overflow: hidden;
  height: 100%;
}

.culture-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.culture-card-link:hover {
  opacity: 1;
  filter: none;
  color: inherit;
}

.culture-card-media {
  margin: 0;
  line-height: 0;
}

.culture-card-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.culture-card-body {
  padding: 2rem 2rem 3rem;
}

.culture-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
}

.culture-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.5em 1em;
  border: 1px solid var(--red);
  border-radius: 999px;
  color: var(--red);
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.culture-card-date {
  color: #999;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}

.culture-card-title {
  margin: 0 0 1rem;
  color: var(--red);
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
}

.culture-card-text {
  margin: 0;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.culture-slider-btn {
  display: none;
  position: relative;
}

.culture-slider-btn img {
  position: relative;
  z-index: 1;
  display: block;
  width: 7rem;
  height: 7rem;
  object-fit: contain;
  pointer-events: none;
}

.culture-more {
  display: flex;
  justify-content: center;
}

@media only screen and ( max-width : 767px ) {
  .sec-culture {
    padding: 8rem 0 9.6rem;
    background: url("../img/culture_bg_sp.jpg") center top / 100% auto repeat-y;
  }
  .culture-bg {
    display: none;
  }
  .culture-head .sec-title {
    font-size: 4.8rem;
  }

  .culture-ja {
    left: 50%;
    right: auto;
    width: 100vw;
    max-width: 100vw;
    top: -8rem;
    transform: translateX(-50%);
  }

  .culture-slider .splide__arrows,
  .culture-slider-btn {
    display: none !important;
  }

  .culture-slider .splide__list {
    display: flex !important;
    flex-direction: column;
    gap: 2.4rem;
  }

  .culture-slider .splide__slide {
    width: 100% !important;
  }

  .culture-card-title {
    font-size: 1.6rem;
  }

  .culture-card-date {
    font-size: 1.2rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .sec-culture {
    padding: 10rem 0 15rem;
  }

  .culture-head {
    margin-bottom: 5.6rem;
    padding-top: 3.2rem;
  }

  .culture-ja {
    left: -6rem;
    top: -10rem;
    width: 100rem;
  }

  .culture-deco--l {
    left: -2%;
    bottom: 8%;
    width: clamp(28rem, 28vw, 48rem);
  }

  .culture-deco--r {
    top: 0;
    right: -6%;
    width: clamp(36rem, 36vw, 64rem);
  }

  .culture-slider {
    /* コンテナ右端〜画面右端まで伸ばす（セクションの overflow:hidden 内に収める） */
    width: calc(100% + ((100vw - 100%) / 2));
    max-width: none;
    /* margin-bottom: 5.6rem; */
    margin-right: calc((100% - 100vw) / 2);
  }

  .culture-slider-viewport {
    overflow: hidden;
  }

  .culture-slider .splide__arrows {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
    margin-top: 4rem;
    position: static;
    width: calc(200% - 100vw);
    max-width: 100%;
  }

  .culture-slider-btn {
    display: flex !important;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }

  .culture-slider .splide__arrow--prev,
  .culture-slider .splide__arrow--next {
    left: auto;
    right: auto;
  }

  .culture-card-body {
    padding: 2rem 2rem 2.4rem;
  }

  .culture-card-title {
    font-size: 2.2rem;
  }

  .culture-card-text {
    font-size: 1.4rem;
  }
  .culture-card-tag {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   LOCATIONS

--------------------------------------------------------------------------------------------- */

.sec-locations {
  position: relative;
  z-index: 1;
  padding: 8rem 0;
  overflow: hidden;
}

.sec-locations .sec-title {
  color: var(--gold-light);
}

.locations-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 115.4rem;
  max-width: 100%;
  margin-left: auto;
}

.location-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  padding: 4rem 1.6rem;
  background: #fff;
  box-sizing: border-box;
}

.location-map {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.location-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.location-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.5rem;
}

.location-name {
  font-weight: 700;
}
.location-name img {
  width: auto;
  display: block;
}

.location-logo {
  width: 7.2rem;
  flex-shrink: 0;
  opacity: 0.3;
}

.location-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.location-address {
  margin: 0 0 2rem;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}

.location-meta {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  margin: 0;
}

.location-meta-row {
  display: contents;
}

.location-meta dt {
  margin: 0;
  padding: 1.2rem 1.6rem 1.2rem 0;
  border-right: 1px solid #707070;
  color: var(--red);
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

.location-meta dd {
  margin: 0;
  padding: 1.2rem 0 1.2rem 1.6rem;
  color: #333;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}

.location-meta-row:first-child dt,
.location-meta-row:first-child dd {
  padding-top: 0;
}

.location-meta-row:last-child dt,
.location-meta-row:last-child dd {
  padding-bottom: 0;
}

.location-meta dd ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.location-meta dd li {
  position: relative;
  margin: 0 0 0.4rem;
  padding-left: 1.2rem;
  list-style: none;
}

.location-meta dd li::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

.location-meta dd li:last-child {
  margin-bottom: 0;
}

.location-actions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.location-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 6.7rem;
  padding: 1.2rem 4rem;
  color: #fff;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.location-btn::before {
  content: "";
  position: absolute;
  inset: 0.35rem;
  border: 1px solid #fff;
  pointer-events: none;
}

.location-btn:hover {
  opacity: 0.9;
  filter: none;
  color: #fff;
}

.location-btn.is-disabled,
.location-btn[aria-disabled="true"] {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.location-btn img {
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.4rem;
  height: auto;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}

.location-btn--map {
  background: #aaa;
}
.location-btn--map:hover {
  background: #bbb;
}

.location-card--signature .location-btn--ticket {
  background: var(--red);
}
.location-card--signature .location-btn--ticket:hover {
  opacity: 0.9;
}

.location-card--express .location-btn--ticket {
  background: var(--green);
}
.location-card--express .location-btn--ticket:hover {
  opacity: 0.9;
}

@media only screen and ( max-width : 767px ) {
  .sec-locations {
    padding: 8rem 0;
    background: url("../img/bg03_sp.jpg") center top / 100% auto repeat-y;
  }

  .location-heading {
    margin-right: -1rem;
  }

  .location-name {
    font-size: 2rem;
    line-height: 1.6;
  }
  .location-name img {
    height: 4.8rem;
  }

  .location-logo {
    width: 7.2rem;
  }
  .location-map {
    height: 23rem;
  }
  .location-address {
    width: calc(100% - 7.2rem);
    /* margin-top: -1.5rem; */
    margin-top: 1.8rem;
  }

  .location-meta dd li {
    line-height: 2;
  }

  .location-btn::before {
    inset: 0.6rem;
  }

}

@media print, screen and ( min-width : 768px ) {
  .sec-locations {
    padding: 10rem 0 15rem;
    background: url("../img/bg03.jpg") center top / 100% auto repeat-y;
  }

  

  .locations-list {
    gap: 4rem;
  }

  .location-card {
    grid-template-columns: 48.4rem minmax(0, 1fr);
    grid-template-areas:
      "map body"
      "actions body";
    gap: 2.4rem 4rem;
    padding: 4rem;
    align-items: start;
  }

  .location-map {
    grid-area: map;
    width: 48.4rem;
    height: 35rem;
  }

  .location-actions {
    grid-area: actions;
    flex-direction: row;
    gap: 1.2rem;
  }

  .location-body {
    grid-area: body;
    position: relative;
    min-height: 100%;
    /*padding-right: 14rem;*/
  }

  .location-heading {
    display: block;
    margin-bottom: 1.6rem;
  }

  .location-logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 13rem;
  }

  .location-name {
    font-size: 3.2rem;
    max-width: 52rem;
    line-height: 1.3;
    margin-bottom: 2.2rem;
  }
  .location-name img {
    height: 7rem;
  }

  .location-address {
    font-size: 1.4rem;
    margin-bottom: 2.8rem;
  }

  .location-meta {
    grid-template-columns: 11rem minmax(0, 1fr);
  }

  .location-meta dt {
    padding: 1.6rem 2rem 1.6rem 0;
  }

  .location-meta dd {
    padding: 1.6rem 0 1.6rem 2rem;
  }

  .location-meta-row:first-child dt,
  .location-meta-row:first-child dd {
    padding-top: 0;
  }

  .location-meta-row:last-child dt,
  .location-meta-row:last-child dd {
    padding-bottom: 0;
  }

  .location-meta dt,
  .location-meta dd {
    font-size: 1.4rem;
  }

  .location-btn {
    flex: 1;
    min-width: 0;
    font-size: 2rem;
  }
}

/* FAQ — TOP only spacing */

@media only screen and ( max-width : 767px ) {
  .sec-faq{
    padding-bottom: 16rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .sec-faq {
    padding: 15rem 0 35rem;
  }
}
