:root {
  --surface: #fffdf8;
  --muted: #76695d;
  --soft-red: #f1dedd;
  --shadow-soft: 0 14px 38px rgba(61, 48, 37, .11);
  --shadow-photo: 0 18px 44px rgba(61, 48, 37, .14);
}

body {
  line-height: 1.9;
  letter-spacing: .035em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* 写真とギンガムを主役にし、汎用的な演出は抑える */
#cursor,
#cursor-ring,
#loader,
#menu-float,
.circle,
.bigback {
  display: none !important;
}

.gingham {
  height: 8px;
  background-size: auto;
}

header {
  background: rgba(250, 246, 238, .96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 82px;
  padding: 10px 28px;
  align-items: center;
}

.logo {
  display: inline-flex;
  align-items: center;
}

.logo img {
  width: auto;
  height: 58px;
}

header.scrolled .logo img {
  height: 50px;
}

header .main-nav ul {
  gap: clamp(12px, 1.8vw, 24px);
}

header .main-nav a {
  padding: 7px 0 8px;
}

header .main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

header .main-nav a[aria-current="page"] .ja {
  color: var(--key);
  font-weight: 700;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(125, 32, 40, .35);
  background: var(--surface);
  color: var(--maroon);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  font: inherit;
  cursor: pointer;
}

.nav-toggle-label {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1;
}

.nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after {
  display: block;
  width: 21px;
  height: 1px;
  background: currentColor;
  transition: transform .25s ease, opacity .2s ease;
}

.nav-toggle-icon {
  position: relative;
}

.nav-toggle-icon::before,
.nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-icon::before { top: -6px; }
.nav-toggle-icon::after { top: 6px; }

.nav-toggle[aria-expanded="true"] .nav-toggle-icon {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::after {
  transform: translateY(-6px) rotate(-45deg);
}

main section {
  padding-block: 96px;
}

.sec-head {
  margin-bottom: 44px;
}

.sec-head .en,
.page-hero .en {
  letter-spacing: .025em;
}

.sec-head h2,
.page-hero h1 {
  text-wrap: balance;
}

.sec-head .rule,
.page-hero .rule {
  width: 42px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 10px;
  background: var(--surface);
}

.btn:active {
  transform: translateY(1px);
}

/* リビールは位置関係が崩れない短いフェードに統一 */
html.js .rv,
html.js .rv-img {
  opacity: 0;
  transform: translateY(16px);
  clip-path: none;
  transition: opacity .58s ease, transform .58s ease;
}

html.js .rv.on,
html.js .rv-img.on {
  opacity: 1;
  transform: none;
  clip-path: none;
}

html.js .rv-img img,
html.js .rv-img.on img {
  transform: none;
  transition: none;
}

.photo {
  background: #eee5d8;
}

.photo img {
  backface-visibility: hidden;
}

.hours-note {
  display: block;
  margin-top: .28em;
  color: var(--key);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.65;
}

footer .hours-note {
  color: var(--gold);
}

.brand-poster,
.kd-item .photo,
.shop-photo,
.about-block .photo,
.menu-card .photo,
.map-embed {
  box-shadow: var(--shadow-photo);
}

.brand-poster {
  aspect-ratio: 760 / 949;
  overflow: hidden;
}

.brand-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-poster:hover {
  box-shadow: var(--shadow-photo);
}

.brand-grid {
  gap: clamp(46px, 6vw, 74px);
}

.brand-copy h2 {
  margin-bottom: 22px;
}

.news-wrap {
  gap: clamp(42px, 5vw, 64px);
}

.news-list a {
  min-height: 64px;
  padding-block: 17px;
}

.sns-big a {
  box-shadow: 0 8px 20px rgba(61, 48, 37, .12);
}

.kd-item {
  margin-bottom: 88px;
}

.kd-item .photo {
  height: auto;
  aspect-ratio: 4 / 3;
}

.kd-text {
  padding: 46px 50px;
  box-shadow: 0 10px 28px rgba(61, 48, 37, .08);
}

.kd-bignum {
  font-size: 8rem;
  opacity: .78;
}

.rec-photo {
  box-shadow: 0 22px 54px rgba(0, 0, 0, .28);
}

.rec-photo .photo {
  height: auto !important;
  aspect-ratio: 4 / 3;
}

.c-track {
  transition-duration: .55s;
}

.c-arrow {
  width: 48px;
  height: 48px;
  border-radius: 0;
  background: rgba(125, 32, 40, .78);
}

.hs-dots,
.c-dots {
  gap: 2px;
}

.hs-dots button,
.c-dots button {
  position: relative;
  width: 44px;
  height: 28px;
  border: 0;
  background: transparent;
}

.hs-dots button::before,
.c-dots button::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 50%;
  height: 2px;
  background: currentColor;
  opacity: .36;
  transition: opacity .2s, transform .2s;
}

.hs-dots button {
  color: #fff;
}

.c-dots button {
  color: var(--cream);
}

.hs-dots button.on::before,
.c-dots button.on::before {
  opacity: 1;
  transform: scaleX(.92);
}

.menu-list .row {
  cursor: auto;
}

.menu-list .row:hover .thumb {
  transform: none;
}

.gallery {
  padding-bottom: 96px;
}

.g-track,
.gallery-grid {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  transform: none !important;
}

.g-track .photo,
.gallery-grid .photo {
  width: auto;
  aspect-ratio: 4 / 3;
  box-shadow: 0 10px 28px rgba(61, 48, 37, .12);
}

.g-track .photo:nth-child(even),
.gallery-grid .photo:nth-child(even) {
  translate: none;
}

.join .cols,
.join-grid {
  background: var(--surface);
}

.join .col,
.join-card {
  padding: 36px 32px;
}

.shop-photo {
  margin-bottom: 52px;
}

.page-hero {
  padding: 60px 28px 52px;
  border-bottom: 1px solid rgba(125, 32, 40, .08);
}

.page-hero h1 {
  line-height: 1.55;
}

.page-hero .lead {
  color: var(--muted);
}

.crumb {
  display: block;
  padding-top: 12px;
}

.about-block {
  gap: clamp(38px, 5vw, 60px);
  margin-bottom: 76px;
}

.about-block .photo {
  box-shadow: var(--shadow-soft);
}

.menu-card .photo {
  box-shadow: 0 9px 24px rgba(61, 48, 37, .1);
}

.menu-card h3 {
  line-height: 1.65;
  margin-top: 14px;
}

.menu-card p {
  line-height: 1.85;
  color: var(--muted);
}

.page-news main section,
.page-contact main section,
.page-recruit main section {
  padding-top: 76px;
  padding-bottom: 82px;
}

.page-news .news-wrap {
  align-items: start;
}

.page-news .news-side {
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, .7);
}

.page-access main > section {
  padding-top: 64px !important;
}

.page-access main > section > .container > .photo {
  box-shadow: var(--shadow-soft) !important;
}

.page-recruit .about-block .photo {
  aspect-ratio: 16 / 9;
}

.tel-band {
  padding: 30px 34px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(61, 48, 37, .06);
}

.form-grid input,
.form-grid textarea {
  border-color: #d6c9b7;
  background: var(--surface);
}

.form-grid input:focus-visible,
.form-grid textarea:focus-visible {
  outline: 2px solid var(--key);
  outline-offset: 3px;
  border-color: var(--key);
}

.form-status {
  max-width: 680px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-left: 3px solid var(--key);
  background: var(--soft-red);
  color: var(--ink);
}

footer {
  padding-top: 56px;
}

.footer-logo {
  background: var(--surface);
}

@media (max-width: 920px) {
  body.nav-open {
    overflow: hidden;
  }

  .page-access main > section > .container > .photo {
    aspect-ratio: 16 / 9 !important;
  }

  .header-inner {
    min-height: 72px;
    padding: 9px 20px;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
  }

  .logo img,
  header.scrolled .logo img {
    height: 50px;
  }

  html.js .nav-toggle {
    display: flex;
    margin-left: auto;
  }

  header .main-nav {
    display: block;
    flex: 1 0 100%;
    width: 100%;
  }

  header .main-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 12px 0;
    border-top: 1px solid var(--line);
  }

  header .main-nav li:last-child {
    grid-column: 1 / -1;
  }

  header .main-nav a {
    min-height: 54px;
    padding: 9px 12px;
    text-align: left;
  }

  header .main-nav a::after {
    left: 12px;
    width: 28px;
  }

  header .main-nav li:last-child a {
    text-align: center;
  }

  header .main-nav li:last-child a::after {
    left: calc(50% - 14px);
  }

  html.js header .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    padding: 0 20px;
    background: rgba(250, 246, 238, .99);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 34px rgba(61, 48, 37, .14);
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height .32s ease, opacity .22s ease, transform .32s ease, visibility .32s;
  }

  html.js header .main-nav.is-open {
    max-height: calc(100vh - 80px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .crumb,
  footer .footer-nav {
    display: flex;
  }

  main section {
    padding: 74px 20px;
  }

  .hero {
    height: min(74svh, 680px);
    min-height: 530px;
  }

  .hero-catch {
    left: 22px;
    padding: 26px 17px;
    font-size: clamp(1.3rem, 5vw, 1.65rem);
    line-height: 1.9;
    box-shadow: 0 8px 28px rgba(61, 48, 37, .14);
  }

  .hero-scrolldown {
    display: none;
  }

  .hero-bar .inner {
    padding: 14px 20px;
  }

  .brand-grid {
    gap: 34px;
  }

  .kd-item {
    margin-bottom: 66px;
  }

  .kd-item:nth-child(odd) .kd-text,
  .kd-item:nth-child(even) .kd-text {
    margin: -24px 12px 0;
  }

  .kd-text {
    padding: 28px 24px;
  }

  .kd-bignum {
    font-size: 5rem;
    top: -34px;
  }

  .rec-photo .photo {
    height: auto !important;
  }

  .gallery {
    padding-block: 74px;
  }

  .g-track,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 0 20px;
  }

  .about-block {
    gap: 22px;
    margin-bottom: 56px;
  }

  .page-hero {
    padding: 48px 20px 42px;
  }

  .crumb {
    padding-inline: 20px;
  }

  .map-embed iframe {
    height: 350px;
  }

  .tel-band {
    padding: 26px;
  }

  footer .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 22px;
  }
}

@media (max-width: 560px) {
  main section,
  .gallery {
    padding: 58px 18px;
  }

  .gallery {
    padding-inline: 0;
  }

  .gallery .sec-head,
  .g-track,
  .gallery-grid {
    padding-inline: 18px;
  }

  .sec-head {
    margin-bottom: 34px;
  }

  .hero {
    height: min(70svh, 620px);
    min-height: 500px;
  }

  .hero-catch {
    left: 16px;
    padding: 22px 14px;
    letter-spacing: .22em;
  }

  .hero-bar .en-script {
    display: none;
  }

  .news-list a {
    gap: 12px;
    align-items: flex-start;
    padding-right: 22px;
  }

  .news-list time {
    padding-top: 2px;
  }

  .sns-big a {
    padding: 17px 16px;
  }

  .rec-text h3 {
    font-size: 1.55rem;
  }

  .rec-text .kw {
    gap: 8px;
  }

  .rec-text .kw span {
    padding: 4px 11px;
  }

  .c-arrow {
    width: 44px;
    height: 44px;
  }

  .menu-list .row {
    gap: 14px;
    padding-inline: 2px;
  }

  .menu-list .thumb {
    width: 68px;
    height: 68px;
  }

  .menu-list .ds {
    display: none;
  }

  .g-track,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .join .col,
  .join-card {
    padding: 28px 24px;
  }

  .page-hero {
    padding: 40px 18px 36px;
  }

  .page-hero h1 {
    font-size: 1.48rem;
    letter-spacing: .1em;
    overflow-wrap: anywhere;
  }

  .crumb {
    padding-inline: 18px;
  }

  .menu-card .photo {
    aspect-ratio: 4 / 3;
  }

  .page-news main section,
  .page-contact main section,
  .page-recruit main section {
    padding-top: 54px;
    padding-bottom: 62px;
  }

  .page-news .news-side {
    padding: 22px 18px;
  }

  .map-embed iframe {
    height: 310px;
  }

  .tel-band {
    padding: 22px 18px;
    margin-bottom: 44px;
  }

  .tel-band .tel {
    font-size: clamp(1.45rem, 8vw, 1.8rem);
  }

  footer {
    padding: 48px 20px 28px;
  }

  .footer-top {
    margin-bottom: 32px;
  }

  .footer-logo {
    padding: 13px 18px;
  }

  .footer-logo img {
    height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }

  .nav-toggle-icon,
  .nav-toggle-icon::before,
  .nav-toggle-icon::after,
  html.js header .main-nav {
    transition: none;
  }
}
