    :root {
      --bg: #06080b;
      --bg-soft: #0d1117;
      --panel: #111722;
      --text: #f3f5f7;
      --muted: #b8c0cc;
      --gold: #d8b35a;
      --gold-soft: rgba(216, 179, 90, 0.24);
      --line: rgba(255, 255, 255, 0.08);
      --container: 1120px;
      --serif: "Playfair Display", serif;
      --sans: "Noto Sans JP", sans-serif;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: var(--sans);
      color: var(--text);
      background: radial-gradient(circle at 80% -10%, #172033 0%, var(--bg) 35%), var(--bg);
      line-height: 1.8;
      letter-spacing: 0.03em;
    }

    a { color: inherit; text-decoration: none; }
    ul { list-style: none; }
    img { width: 100%; height: 100%; object-fit: cover; display: block; }

    .container { width: min(100%, var(--container)); margin: 0 auto; padding: 0 24px; }
    .section { padding: 96px 0; border-top: 1px solid rgba(255, 255, 255, 0.05); }

    .section-head { text-align: center; margin-bottom: 44px; }
    .section-head .en {
      color: var(--gold);
      font-size: 0.7rem;
      letter-spacing: 0.34em;
      margin-bottom: 8px;
      text-transform: uppercase;
    }
    .section-head h2 {
      font-family: var(--serif);
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      font-weight: 700;
      letter-spacing: 0.05em;
      line-height: 1.25;
      text-wrap: balance;
      word-break: keep-all;
      line-break: strict;
    }
    .pc-br { display: block; }
    .sp-br { display: none; }
    .pc-only { display: block; }
    .sp-only { display: none; }

    .navbar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      border-bottom: 1px solid rgba(216, 179, 90, 0.16);
      background: rgba(6, 8, 11, 0.9);
      backdrop-filter: blur(10px);
      transition: background 0.3s ease;
    }
    .navbar.scrolled { background: rgba(6, 8, 11, 0.98); }

    .nav-inner {
      height: 66px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
    }

    .logo {
      font-family: var(--serif);
      font-size: 1.25rem;
      letter-spacing: 0.14em;
      white-space: nowrap;
    }

    .nav-menu { display: flex; gap: 18px; }
    .nav-menu a {
      color: var(--muted);
      font-size: 0.68rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      transition: color 0.25s ease;
    }
    .nav-menu a:hover,
    .nav-menu a.active { color: var(--gold); }

    .nav-right {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .nav-tel {
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-radius: 4px;
      padding: 5px 10px;
      font-size: 0.62rem;
      white-space: nowrap;
    }

    .nav-toggle {
      display: none;
      background: transparent;
      border: 0;
      cursor: pointer;
    }
    .nav-toggle span {
      display: block;
      width: 23px;
      height: 2px;
      background: var(--gold);
      margin: 5px 0;
      transform-origin: center;
      transition: transform 0.28s ease, opacity 0.22s ease;
    }
    .nav-toggle.active span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }
    .nav-toggle.active span:nth-child(2) {
      opacity: 0;
    }
    .nav-toggle.active span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    .hero {
      min-height: 100vh;
      position: relative;
      display: flex;
      align-items: center;
    }
    .hero-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
    }
    .hero-bg-slide {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1.2s ease;
    }
    .hero-bg-slide.active {
      opacity: 1;
      z-index: 1;
    }
    .hero-bg-overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.74));
      pointer-events: none;
    }
    .hero .container.hero-content {
      position: relative;
      z-index: 2;
    }

    .hero-content {
      position: relative;
      text-align: center;
      width: 100%;
      padding-top: 30px;
    }

    .hero-catch {
      font-family: var(--serif);
      font-size: clamp(2.2rem, 7vw, 4.4rem);
      line-height: 1.2;
      letter-spacing: 0.08em;
      margin-bottom: 12px;
      text-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
      text-wrap: balance;
      word-break: keep-all;
      line-break: strict;
    }

    .hero-sub {
      font-size: clamp(0.95rem, 2.5vw, 1.25rem);
      color: #e5e9ee;
      max-width: 760px;
      margin: 0 auto;
    }

    .concept {
      background: var(--bg-soft);
    }
    .concept-wrap {
      border: 1px solid var(--line);
      border-radius: 14px;
      background: linear-gradient(130deg, #111722, #0b0f16);
      padding: 26px;
      max-width: 920px;
      margin: 0 auto;
    }
    .concept-gallery {
      margin-top: 26px;
      overflow: hidden;
      border-radius: 12px;
    }
    .concept-track {
      display: flex;
      gap: 12px;
      width: max-content;
      animation: concept-scroll 26s linear infinite;
    }
    .concept-gallery:hover .concept-track {
      animation-play-state: paused;
    }
    .concept-slide {
      flex: 0 0 calc((min(100vw, var(--container)) - 72px) / 3);
      max-width: 360px;
    }
    .concept-slide.food-item {
      border-radius: 12px;
    }
    @keyframes concept-scroll {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }
    .concept-wrap p {
      color: var(--muted);
      font-size: 0.95rem;
      white-space: normal;
      text-align: center;
    }

.food-message {
  margin-bottom: 30px;
}
.cuisine-copy {
  text-align: center;
  color: var(--muted);
  max-width: 860px;
  margin: 0 auto;
  white-space: normal;
}
.food-service-jump {
  display: block;
  width: fit-content;
  margin: 18px auto 0;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--gold-soft);
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  transition: 0.25s ease;
}
.food-service-jump:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: #221707;
}

.food-tabs {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(140deg, #111823, #0d1219);
  padding: 20px;
}
.food-mobile-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.food-overview-section {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(140deg, #121a25, #0d1219);
  padding: 18px;
}
.food-link-card {
  position: relative;
  overflow: hidden;
}
.food-link-rank {
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1;
}
.food-link-mark {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--gold);
  font-size: 1rem;
}
.food-overview-title {
  font-family: var(--serif);
  color: var(--gold);
  font-size: 1.1rem;
  margin: 18px 0 12px;
  letter-spacing: 0.08em;
}
.food-overview-text {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.75;
  margin: 0;
}
.food-detail-link {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 18px;
  border: 1px solid var(--gold-soft);
  background: transparent;
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.25s ease;
}
.food-detail-link:hover {
  background: var(--gold);
  color: #1a1305;
  border-color: var(--gold);
}

.food-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.menu-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.food-item {
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  overflow: hidden;
      border: 1px solid var(--line);
      position: relative;
    }
.food-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.06));
}
.food-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  border: 1px dashed rgba(216, 179, 90, 0.45);
  background: linear-gradient(140deg, #111722, #0d1219);
}
.food-caption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.52);
  border: 1px solid rgba(216, 179, 90, 0.22);
  border-radius: 8px;
  padding: 8px 10px;
}
.food-caption strong {
  display: block;
  color: #e9edf3;
  font-size: 0.9rem;
  line-height: 1.3;
}
.food-caption span {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.4;
}


.service-trump-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.service-trump-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #121a24;
  padding: 14px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 22px rgba(216, 179, 90, 0.12);
}
.service-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  margin-bottom: 8px;
}
.service-rank {
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 0.95rem;
}
.service-mark {
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 8px;
}
.service-trump-card h3 {
  font-family: var(--serif);
  color: #e6ebf2;
  font-size: 1.12rem;
  line-height: 1.35;
  margin-bottom: 6px;
}
.service-trump-card p {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.6;
}
.service-badge {
  margin: 10px auto 0;
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  padding: 4px 10px;
}
.service-no-photo {
  min-height: auto;
  padding: 20px 14px;
}

.drink-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.drink-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #111824;
  padding: 16px 14px;
  text-align: center;
}
.drink-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  margin-bottom: 8px;
}
.drink-card h4 {
  color: var(--muted);
  font-size: 0.84rem;
  margin-bottom: 4px;
}
.drink-card p {
  font-family: var(--serif);
  color: var(--gold);
  font-size: 1.45rem;
  line-height: 1.2;
}
.drink-card.drink-text-only p {
  font-family: var(--sans);
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}
.drink-card.drink-text-only h4 {
  color: var(--gold);
  font-size: 0.95rem;
  margin-bottom: 8px;
}

    .cast {
      background: var(--bg-soft);
    }
    .cast-copy {
      text-align: center;
      color: var(--muted);
      max-width: 760px;
      margin: 0 auto 30px;
      white-space: pre-line;
    }

.cast-photo {
  max-width: 760px;
  margin: 0 auto 30px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 7;
  background: #10151d;
}
.cast-photo img,
.cast-photo video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

    .cast-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .cast-item { perspective: 1200px; }

    .card {
      position: relative;
      height: 400px;
      transform-style: preserve-3d;
      transition: transform 0.62s ease;
    }

    .cast-item:hover .card,
    .cast-item.is-flipped .card,
    .cast-item:focus-within .card {
      transform: rotateY(180deg);
    }

    .card-face {
      position: absolute;
      inset: 0;
      border-radius: 12px;
      border: 1px solid var(--gold);
      backface-visibility: hidden;
      overflow: hidden;
      width: 100%;
      height: 100%;
    }

    .card-front {
      background: linear-gradient(160deg, #0c1016 0%, #1a2230 100%);
      box-shadow: 0 0 30px rgba(216, 179, 90, 0.14);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }

    .rank {
      position: absolute;
      top: 11px;
      left: 11px;
      color: var(--gold);
      font-family: var(--serif);
      font-size: 1rem;
      line-height: 1.2;
      text-align: center;
    }

    .rank.bottom {
      top: auto;
      left: auto;
      right: 11px;
      bottom: 11px;
      transform: rotate(180deg);
    }

    .symbol {
      color: var(--gold);
      font-size: 2.9rem;
      filter: drop-shadow(0 0 10px rgba(216, 179, 90, 0.3));
    }

    .title {
      color: #dfc070;
      font-family: var(--serif);
      font-size: 0.8rem;
      letter-spacing: 0.1em;
      white-space: nowrap;
      text-align: center;
    }

    .card-back {
      transform: rotateY(180deg);
      background: #111824;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      gap: 10px;
      padding: 14px;
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
    }

    .card-back img,
    .card-back video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      opacity: 0.55;
      z-index: 0;
      display: block;
      border-radius: 0;
    }

    .card-back h3,
    .card-back p,
    .card-back a {
      position: relative;
      z-index: 1;
    }

    .card-back h3 {
      font-family: var(--serif);
      color: var(--gold);
      font-size: 1rem;
      line-height: 1.2;
      text-wrap: balance;
      word-break: keep-all;
    }

    .card-back p {
      color: var(--muted);
      font-size: 0.78rem;
    }

    .insta {
      border: 1px solid var(--gold-soft);
      border-radius: 999px;
      padding: 5px 10px;
      font-size: 0.68rem;
      color: var(--gold);
      transition: background 0.2s ease, color 0.2s ease;
    }

    .insta:hover {
      background: var(--gold);
      color: #1a1305;
    }

    .access-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 16px;
    }

    .map {
      min-height: 320px;
      border-radius: 10px;
      border: 1px solid var(--line);
      overflow: hidden;
      background: #10151d;
    }

    .map iframe {
      width: 100%;
      height: 100%;
      border: 0;
      filter: grayscale(0.8) contrast(1.1);
    }

    .access-box {
      border: 1px solid var(--line);
      border-radius: 10px;
      background: #10151d;
      padding: 22px;
      color: var(--muted);
      white-space: pre-line;
      font-size: 0.92rem;
    }

    .access-box h3 {
      font-family: var(--serif);
      color: var(--text);
      font-size: 1.5rem;
      margin-bottom: 8px;
    }

    .footer {
      border-top: 1px solid rgba(216, 179, 90, 0.2);
      background: #0a0f16;
      padding: 30px 0;
      text-align: center;
      color: #98a2b2;
      font-size: 0.84rem;
    }

    .footer-sitemap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px 20px;
      list-style: none;
      padding: 0;
      margin: 0 0 16px;
    }

    .footer-sitemap a {
      color: #98a2b2;
      text-decoration: none;
      font-size: 0.85rem;
      transition: color 0.3s ease;
    }

    .footer-sitemap a:hover {
      color: var(--gold);
    }

    .footer-copyright {
      margin: 0;
    }

    .back-top {
      position: fixed;
      right: 18px;
      bottom: 18px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid var(--gold-soft);
      background: #131a24;
      color: var(--gold);
      font-size: 1rem;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      z-index: 100;
    }

    .back-top.show {
      opacity: 1;
      visibility: visible;
    }

    .fade {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .fade.show {
      opacity: 1;
      transform: translateY(0);
    }

@media (max-width: 960px) {
  .section { padding: 78px 0; }
  .nav-tel { display: none; }
  .concept-slide { flex-basis: calc((100vw - 60px) / 2); }
  .food-mobile-overview { grid-template-columns: 1fr 1fr; }
  .menu-photo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .food-grid,
  .drink-grid,
  .service-trump-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cast-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .access-grid { grid-template-columns: 1fr; }
  .map { min-height: 280px; }
}

@media (max-width: 720px) {
  .food-service-jump {
    position: relative;
    display: flex;
    width: min(210px, 88vw);
    min-height: 68px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 22px;
    border-radius: 12px;
    letter-spacing: 0.06em;
    font-size: 0.78rem;
    line-height: 1.35;
    background: linear-gradient(155deg, #1f1709, #101621 55%, #141c29);
    border: 1px solid rgba(216, 179, 90, 0.45);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
    touch-action: manipulation;
  }
  .food-service-jump::before,
  .food-service-jump::after {
    position: absolute;
    color: var(--gold);
    font-family: var(--serif);
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    opacity: 0.9;
  }
  .food-service-jump::before {
    content: "A 🍴";
    top: 7px;
    left: 8px;
  }
  .food-service-jump::after {
    content: "K 🍽";
    right: 8px;
    bottom: 7px;
    transform: rotate(180deg);
  }
  .food-tabs {
    display: none;
  }
  .food-mobile-overview {
    grid-template-columns: 1fr;
  }

      .nav-toggle { display: block; }

      .nav-menu {
        position: fixed;
        top: 66px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 66px);
        background: rgba(6, 8, 11, 0.98);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        transition: left 0.3s ease;
      }

  .nav-menu.active { left: 0; }
  .concept-slide { flex-basis: 82vw; max-width: none; }
  .hero-catch,
  .section-head h2 {
    letter-spacing: 0.02em;
        line-height: 1.35;
      }
      .pc-br { display: none; }
      .sp-br { display: block; }
      .pc-only { display: none; }
      .sp-only { display: block; }
      .cast-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      /* ※動画・画像付きカードが増えた場合は repeat(1, 1fr) に変更を検討 */
      .card { height: 320px; }
      .symbol { font-size: 2rem; }
      .rank { font-size: 0.78rem; top: 8px; left: 8px; }
      .rank.bottom { right: 8px; bottom: 8px; }
      .title { font-size: 0.62rem; }
      .card-back h3 { font-size: 0.85rem; }
      .card-back p { font-size: 0.7rem; }
    }

@media (prefers-reduced-motion: reduce) {
  .concept-track { animation: none; }
}

/* ---- Specific UI Additions ---- */

.hero-cta {
  margin-top: 40px;
}
.hero-btn {
  display: inline-block;
  padding: 16px 42px;
  background-color: transparent;
  border: 1px solid #c5a059;
  color: #ffffff;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  font-family: var(--serif);
  transition: all 0.3s ease;
  cursor: pointer;
}
.hero-btn:hover {
  background-color: #c5a059;
  color: var(--bg);
  box-shadow: 0 0 15px rgba(197, 160, 89, 0.3);
}

.sp-only-flex {
  display: none;
}

@media (max-width: 768px) {
  .sp-only-flex {
    display: flex;
  }
  
  .sp-fixed-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(26, 26, 26, 0.92);
    backdrop-filter: blur(10px);
    z-index: 900;
    border-top: 2px solid #c5a059;
  }
  
  .sp-fixed-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    font-family: var(--serif);
  }
  
  .sp-fixed-system {
    border-right: 1px solid rgba(197, 160, 89, 0.4);
  }
  
  /* Adjusted Back to Top Button */
  .back-top {
    bottom: 80px;
    z-index: 901;
  }
  
  /* Extra bottom padding to avoid hidden content under fixed nav */
  body {
    padding-bottom: 60px;
  }
}
