/* GRAFF GIRLS BAR — shared styles */
:root {
  --brown: #563528;
  --brown-deep: #2c1b12;
  --brown-soft: #7a6355;
  --gold: #a98a55;
  --gold-text: #7d6134;
  --bg: #ffffff;
  --beige: #f7f3ed;
  --line: #e6ded3;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  color: var(--brown);
  background: var(--bg);
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-size: 15px;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.en { font-family: "Cormorant Garamond", serif; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--brown-deep); color: #fff;
  padding: 10px 18px; font-size: 13px; letter-spacing: 0.1em;
}
.skip-link:focus { left: 0; }
.sp-only { display: none; }
@media (max-width: 860px) { .sp-only { display: inline; } }

/* ---------- header ---------- */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 5vw;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header__logo img { height: 46px; width: auto; }
.nav { display: flex; gap: clamp(18px, 3.5vw, 44px); }
.nav a {
  font-family: "Cormorant Garamond", serif;
  font-size: 15px; letter-spacing: 0.28em; font-weight: 500;
  padding: 4px 0; position: relative; white-space: nowrap;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px; background: var(--gold);
  transition: width .35s ease;
}
.nav a:hover::after { width: 100%; }

/* ---------- hero ---------- */
.hero { position: relative; width: 100%; }
.hero__stage {
  position: relative; width: 100%;
  aspect-ratio: 1680 / 1110;
  max-height: min(74vh, 660px);
  display: grid; place-items: center;
  overflow: hidden;
}
.hero__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 40%;
  filter: brightness(.92) contrast(1.06) saturate(.88);
}
.hero__stage::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,12,8,.32) 0%, rgba(250,244,232,.05) 46%, rgba(20,12,8,.28) 100%);
}
.hero__inner { position: relative; z-index: 2; text-align: center; padding: 0 6vw; }
.hero__inner::before {
  content: ""; position: absolute; inset: -26% -20%;
  background: radial-gradient(ellipse 60% 55% at 50% 46%, rgba(252,247,238,.48), rgba(252,247,238,.2) 55%, transparent 76%);
  backdrop-filter: blur(4px) saturate(.95);
  -webkit-backdrop-filter: blur(4px) saturate(.95);
  -webkit-mask-image: radial-gradient(ellipse 62% 58% at 50% 46%, #000 42%, transparent 74%);
  mask-image: radial-gradient(ellipse 62% 58% at 50% 46%, #000 42%, transparent 74%);
  z-index: -1; pointer-events: none;
}
.hero__inner img {
  width: clamp(160px, 38vw, 360px); margin: 0 auto;
  filter: drop-shadow(0 1px 2px rgba(58,36,24,.4)) drop-shadow(0 0 16px rgba(255,248,235,.75)) drop-shadow(0 0 44px rgba(255,244,225,.4));
}
.hero__bar {
  display: flex; align-items: baseline; justify-content: center;
  gap: 10px 26px; flex-wrap: wrap;
  background: var(--beige); border-bottom: 1px solid var(--line);
  padding: 13px 6vw;
}
.hero__copy {
  color: var(--brown); font-family: "Shippori Mincho", serif;
  font-weight: 600; font-size: clamp(12.5px, 1.5vw, 15px);
  letter-spacing: 0.2em; word-break: keep-all;
}
.hero__open {
  color: var(--gold-text); font-size: clamp(11px, 1.3vw, 12.5px);
  letter-spacing: 0.24em;
}

/* ---------- sections ---------- */
.section { padding: clamp(64px, 10vw, 118px) 6vw; scroll-margin-top: 84px; }
.section--beige { background: var(--beige); }
.inner { max-width: 1060px; margin: 0 auto; }

.sec-head { text-align: center; margin-bottom: clamp(40px, 6vw, 72px); }
.sec-head .en {
  display: block; font-size: clamp(30px, 4.4vw, 44px);
  font-weight: 500; letter-spacing: 0.3em; text-indent: 0.3em;
  color: var(--brown);
}
.sec-head .orn {
  width: 92px; height: auto; display: block;
  margin: 16px auto 12px; opacity: .9;
}
.sec-head .jp {
  display: inline-block;
  font-size: 13px; letter-spacing: 0.3em; color: var(--gold-text);
}

/* ---------- about ---------- */
.about-grid {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(28px, 5vw, 64px); align-items: center;
  margin-bottom: clamp(48px, 7vw, 80px);
}
.about-grid img { box-shadow: 18px 18px 0 var(--beige); filter: brightness(.94) contrast(1.06) saturate(.88); }
.about-copy h3 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(20px, 2.6vw, 26px); font-weight: 600;
  line-height: 1.7; letter-spacing: 0.1em; margin-bottom: 22px;
}
.about-copy p { color: var(--brown-soft); font-size: 14.5px; }
.about-copy p + p { margin-top: 1em; }

.info-table { width: 100%; border-collapse: collapse; }
.info-table th, .info-table td {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 18px 10px; text-align: left; vertical-align: top;
  font-weight: 400; font-size: 14.5px;
}
.info-table th {
  width: 9em; color: var(--gold-text);
  font-family: "Shippori Mincho", serif; letter-spacing: 0.18em; font-weight: 600;
}
.info-table small { color: var(--brown-soft); font-size: 12px; }
.tel-link {
  display: inline-block; margin-bottom: 6px;
  padding: 9px 20px; border: 1px solid var(--brown);
  font-family: "Cormorant Garamond", serif; font-size: 17px; letter-spacing: 0.08em;
  transition: background .3s ease, color .3s ease;
}
.tel-link:hover { background: var(--brown); color: #fff; }
.map-wrap { margin-top: clamp(36px, 5vw, 56px); }
.access-line {
  font-family: "Shippori Mincho", serif; font-size: 14px;
  letter-spacing: 0.12em; margin-bottom: 12px; font-weight: 600;
  word-break: keep-all;
}
.access-line .sep { color: var(--gold); margin: 0 6px; }
.map-wrap iframe {
  width: 100%; height: 380px; border: 0; display: block;
  filter: grayscale(.35);
  /* 意図的: スマホでの誤スクロール防止のため地図操作は無効。操作は直下の「Googleマップで経路を見る」リンクで代替(2026-08-05 総レビュー採択) */
  pointer-events: none;
}
.map-link {
  display: inline-block; margin-top: 12px;
  font-size: 13px; letter-spacing: 0.08em;
  border-bottom: 1px solid var(--gold);
  color: var(--gold-text);
}
.detail-strip {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 12px; margin-top: clamp(36px, 5vw, 56px);
}
.detail-strip img {
  width: 100%; aspect-ratio: 16 / 10; object-fit: cover;
  filter: brightness(.95) contrast(1.05) saturate(.9);
}

/* ---------- system ---------- */
.system-lead {
  text-align: center; font-family: "Shippori Mincho", serif;
  font-size: clamp(16px, 2.2vw, 21px); font-weight: 600;
  letter-spacing: 0.14em; margin-bottom: clamp(30px, 4.5vw, 48px);
  word-break: keep-all;
}
.system-cards {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.6vw, 28px); max-width: 760px;
  margin: 0 auto 28px;
}
.card {
  background: #fff; border: 1px solid var(--line);
  padding: 38px 24px 34px; text-align: center;
}
.card__label {
  font-family: "Shippori Mincho", serif; font-size: 15px;
  letter-spacing: 0.22em; font-weight: 600; margin-bottom: 6px;
}
.card__sub { font-size: 11.5px; color: var(--brown-soft); letter-spacing: 0.14em; margin-bottom: 18px; }
.card__icon { width: 64px; height: 64px; object-fit: contain; margin: 0 auto 10px; }
.card__rows { margin: 0; }
.card__rows > div {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 10px 4px;
}
.card__rows > div + div { border-top: 1px dotted var(--line); }
.card__rows dt { font-size: 12.5px; letter-spacing: 0.1em; color: var(--brown-soft); }
.card__rows dd { margin: 0; font-family: "Cormorant Garamond", serif; font-size: 26px; letter-spacing: 0.04em; }
.card hr { border: 0; width: 28px; height: 1px; background: var(--gold); margin: 0 auto 14px; }
.freedrink {
  display: flex; gap: 18px; align-items: center;
  max-width: 760px; margin: 0 auto 26px;
  background: #fff; border: 1px solid var(--line);
  border-left: 2px solid var(--gold);
  padding: 22px 26px;
}
.freedrink__icon { width: 56px; height: 56px; object-fit: contain; flex: 0 0 auto; }
.freedrink__title {
  font-family: "Shippori Mincho", serif; font-weight: 600;
  letter-spacing: 0.16em; font-size: 14.5px; margin-bottom: 4px;
}
.freedrink p:not(.freedrink__title) { font-size: 13px; color: var(--brown-soft); line-height: 1.8; }
.system-note { text-align: center; font-size: 12.5px; color: var(--brown-soft); letter-spacing: 0.1em; }
.system-note li { list-style: none; }

/* ---------- recruit ---------- */
.recruit-lead { text-align: center; max-width: 620px; margin: 0 auto 44px; }
.recruit-lead h3 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(19px, 2.4vw, 24px); font-weight: 600;
  letter-spacing: 0.12em; line-height: 1.8; margin-bottom: 18px;
}
.recruit-lead p { color: var(--brown-soft); font-size: 14.5px; }
.chips {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 12px 14px; max-width: 720px; margin: 0 auto 48px;
}
.chips li {
  list-style: none; background: #fff; border: 1px solid var(--line);
  padding: 10px 22px; font-size: 13.5px; letter-spacing: 0.12em;
  font-family: "Shippori Mincho", serif;
}
.chips li strong { color: var(--gold-text); font-weight: 600; }
.btn-wrap { text-align: center; }
.btn {
  display: inline-block; min-width: 300px;
  background: var(--brown); color: #fff;
  padding: 20px 44px; letter-spacing: 0.26em; font-size: 14px;
  font-family: "Shippori Mincho", serif;
  transition: background .3s ease;
}
.btn:hover { background: var(--brown-deep); }
a:focus-visible, .btn:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nav a::after, .btn { transition: none; }
}

/* ---------- dark section (RECRUIT) ---------- */
.section--dark { background: var(--brown-deep); color: #e9e0d6; }
.section--dark .sec-head .en { color: #e9e0d6; }
.section--dark .sec-head .jp { color: var(--gold); }
.section--dark .recruit-lead h3 { color: #f3ece3; }
.section--dark .recruit-lead p { color: #bdaea1; }
.section--dark .chips li {
  background: transparent; border: 1px solid #5a4436; color: #e9e0d6;
}
.section--dark .chips li strong { color: #d8b878; }
.section--dark .chips li small { color: #a8968a; }
.section--dark .btn { background: var(--gold); color: var(--brown-deep); font-weight: 700; }
.section--dark .btn:hover { background: #c2a267; }

/* ---------- mobile tel bar ---------- */
.tel-bar { display: none; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- footer ---------- */
.footer {
  background: var(--brown-deep); color: #cbbdb1;
  text-align: center; padding: 64px 6vw 40px;
}
.footer img { width: 200px; margin: 0 auto 26px; opacity: .95; }
.footer p { font-size: 12.5px; letter-spacing: 0.12em; line-height: 2.1; }
.footer .copy { margin-top: 26px; font-size: 11px; color: #8d7d70; letter-spacing: 0.18em; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .header { padding: 10px 4vw; gap: 10px; }
  .header__logo img { height: 28px; }
  .nav { gap: 10px; }
  .nav a { font-size: 11.5px; letter-spacing: 0.06em; padding: 12px 4px; }
  .section { padding: 48px 6vw; scroll-margin-top: 64px; }
  .sec-head { margin-bottom: 28px; }
  .about-grid { grid-template-columns: 1fr; gap: 24px; margin-bottom: 40px; }
  .about-grid img { box-shadow: 10px 10px 0 var(--beige); }
  .system-cards { grid-template-columns: 1fr; }
  .card { padding: 24px 20px 22px; }
  .card__icon { width: 44px; height: 44px; }
  .info-table th { width: 7.5em; }
  .info-table th, .info-table td { padding: 14px 6px; font-size: 13.5px; }
  .map-wrap iframe { height: 220px; filter: none; }
  .freedrink { padding: 16px 16px; gap: 12px; }
  .freedrink__icon { width: 44px; height: 44px; }
  .recruit-lead { margin-bottom: 32px; }
  .chips {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;
  }
  .chips li {
    text-align: center; padding: 10px 6px;
    font-size: 12px; letter-spacing: 0.06em;
  }
  .chips li:first-child { grid-column: 1 / -1; font-size: 14px; }
  .detail-strip { gap: 6px; }
  .footer { padding: 44px 6vw 32px; }
  .btn { min-width: 0; width: 100%; }

  .tel-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 150;
    justify-content: center; align-items: baseline; gap: 10px;
    background: var(--brown-deep); color: #fff;
    padding: 13px 10px calc(13px + env(safe-area-inset-bottom));
    letter-spacing: 0.14em; font-size: 15px;
  }
  .tel-bar small { font-size: 11px; color: #cbbdb1; letter-spacing: 0.08em; }
  body { padding-bottom: calc(52px + env(safe-area-inset-bottom)); }
}
