bd-webp {
    background-size: contain;
}

/* ===== レスポンシブ対応（横スクロール禁止） ===== */
@media print, screen and (max-width: 768px) {
  .-dress_d3227fa24466498c8ebd2bf38eaf3e5f #spNavigationTrigger {
    background-color: #323232 !important;
    border-color: #ffffff;
  }
}

@media only screen and (max-width: 960px) {
  html, body {
    overflow-x: hidden !important;
    width: 100vw !important;
  }

  #page {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    position: relative;
  }

  .goog-te-combo,
  .goog-te-menu-frame,
  .goog-te-banner-frame,
  .goog-te-menu-frame.skiptranslate {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .bd-webp #page .bg-document::before {
    height: 100vh !important;
    min-height: 100vh !important;
    padding-bottom: 0 !important;
    transform: translateZ(0) !important;
    will-change: transform !important;
    z-index: -1 !important;
  }

  #page {
    position: relative;
    z-index: 1;
  }
}

/* ===== Google翻訳 上部バナー非表示 ===== */
.skiptranslate {
  display: none;
}

body {
  top: 0px !important;
}

/* ===== 言語切り替えスイッチ ===== */
.lang-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 10px;
}

.toggle-label {
  position: relative;
  width: 70px;
  height: 30px;
  background: #323232;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  user-select: none;
}

.switch-ball {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.label-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: white;
  font-size: 12px;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.label-jp {
  left: 8px;
  opacity: 1;
}

.label-en {
  right: 8px;
  opacity: 0.5;
}

/* ===== 1行コピー ===== */
.lead-copy-wrap {
  padding: 120px 20px 110px;
  text-align: center;
}

.lead-copy {
  font-size: clamp(18px, 2.2vw, 22px);
  letter-spacing: 0.12em;
  line-height: 2;
  color: #444;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.4s ease, transform 1.4s ease;
}

.lead-copy.active {
  opacity: 1;
  transform: translateY(0);
}

/* ===== フェードイン（下から） ===== */
.-fadeInUp-visible {
  opacity: 0;
  transform: translateY(15px);
  animation: hc_fadeInBottom 1.4s cubic-bezier(0.14, 0.84, 0.36, 1) 0.12s both;
}

.-fadeInUp {
  opacity: 0;
  transform: translateY(12px);
  will-change: opacity, transform;
  animation: hc_fadeInBottom 2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s both;
}

@keyframes hc_fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .-fadeInUp {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

/* ===== 予約アイコン ===== */
[class^="bindicon-"],
[class*=" bindicon-"] {
  margin-top: 5px;
}

/* ===== 左端ゴールドライン ===== */
.cta-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #f6e27a, #d4af37, #b8962e);
}

/* ===== CTAバナー共通 ===== */
.cta-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 0px 0px !important;
  width: 100%;
  max-width: 520px;
  padding: 26px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.cta-en {
  font-size: 12px;
  letter-spacing: 0.18em;
  opacity: 0.9;
  margin-bottom: 6px;
}

.cta-ja {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.cta-banner.shop {
  background: linear-gradient(135deg, #6f102d, #8a1a3a);
}

.cta-banner.reserve {
  background: linear-gradient(135deg, #003f3b, #0a5c50);
}

@media (max-width: 768px) {
  .cta-ja {
    font-size: 18px;
  }
}

/* ===== 支援者一覧 ===== */
.supporter-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.supporter-list span {
  width: 33.333%;
  box-sizing: border-box;
  padding: 4px 15px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .supporter-list span {
    width: 50%;
    padding: 3px 10px;
    font-size: 10px;
  }
}

/* ===== スクロール ===== */
.scroll-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: max-content;
}

.scroll-text-area {
  width: 160px;
  overflow: hidden;
}

.scroll-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: scrollLoop 15s linear infinite;
  will-change: transform;
}

.scroll-track span {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  flex-shrink: 0;
}

@keyframes scrollLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.scroll-line {
  width: 1px;
  height: 300px;
  background: rgba(255, 255, 255, 0.35);
  margin-top: 14px;
}

.v-line {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.35);
  margin: 0 auto;
  transform: translateZ(0);
}

/* ===== インスタグラム ===== */
@media (max-width: 960px) {
  li.media-list-item.board.insta-border {
    padding: 0px !important;
  }
}

.info-profile-caption {
  font-size: 12px;
}

a.no-border.info-profile-username-link {
  display: none;
}

li.media-list-item.board.insta-border {
  padding: 5px;
}

.insta-border {
  position: relative;
  overflow: hidden;
}

.insta-border img.thumbnail {
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  transition: transform 0.4s ease;
}

.insta-border:hover img.thumbnail {
  transform: scale(1.08);
}

.insta-border::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: 0.3s;
  pointer-events: none;
}

.insta-border:hover::after {
  background: rgba(0, 0, 0, 0.15);
}

.thumbnail {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}