:root{
  --bg:#0a0807;
  --bg-2:#141010;
  --panel:#1a1411;
  --panel-2:#1f1815;
  --gold:#d4ad6a;
  --gold-2:#e8c87a;
  --gold-3:#b88a3e;
  --gold-grad:linear-gradient(135deg,#e8c87a 0%,#d4ad6a 45%,#b88a3e 100%);
  --text:#eee;
  --muted:#bdb3a6;
  --line:#2a221c;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:"Noto Sans JP","Hiragino Sans","Yu Gothic",sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

/* ===== Scroll reveal (fade-up) ===== */
.js [data-reveal]{
  opacity:0;transform:translateY(26px);
  transition:opacity .7s ease, transform .8s cubic-bezier(.16,1,.3,1);
  will-change:opacity,transform;
}
.js [data-reveal].in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .js [data-reveal]{opacity:1!important;transform:none!important;transition:none!important}
  .thumb-card:hover .thumb{transform:none}
}

.gold{
  background:var(--gold-grad);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

/* ===== Header ===== */
.site-header{
  position:absolute;top:0;left:0;right:0;z-index:50;
  padding:20px 40px;
}
.header-inner{
  display:flex;align-items:center;gap:30px;
  max-width:1400px;margin:0 auto;
}
.brand{display:flex;align-items:center;gap:14px}
.brand-mark{width:64px;height:64px;flex:0 0 64px}
.brand-mark svg{width:100%;height:100%}
.brand-mark img{width:100%;height:100%;object-fit:contain;display:block}
.brand-text{display:flex;flex-direction:column;line-height:1.1}
.brand-name{
  font-family:"Cormorant Garamond",serif;
  font-size:24px;font-weight:700;letter-spacing:2px;
  background:var(--gold-grad);-webkit-background-clip:text;background-clip:text;color:transparent;
}
.brand-sub{
  font-family:"Noto Serif JP",serif;
  font-size:10px;letter-spacing:1px;color:var(--gold);
  border-top:1px solid var(--gold);border-bottom:1px solid var(--gold);
  padding:3px 0;margin:3px 0;text-align:center;white-space:nowrap;
}
.brand-jp{font-size:11px;color:#eee;letter-spacing:2px;margin-top:2px}

.nav{flex:1}
.nav ul{display:flex;justify-content:center;gap:32px;list-style:none}
.nav a{font-size:13px;color:#eee;letter-spacing:1px;transition:color .2s}
.nav a:hover{color:var(--gold)}

.btn-line-header{
  display:inline-flex;align-items:center;gap:10px;
  background:var(--gold-grad);color:#1a1308;
  padding:12px 22px;border-radius:6px;font-weight:700;font-size:14px;
  box-shadow:0 4px 20px rgba(212,173,106,.25);
  transition:transform .2s;
}
.btn-line-header:hover{transform:translateY(-1px)}
.line-icon{
  display:inline-block;width:20px;height:20px;border-radius:5px;
  background:#06c755;position:relative;
}
.line-icon::after{
  content:"";position:absolute;inset:3px;border-radius:4px;
  background:radial-gradient(circle at 30% 30%,#fff 0 30%,transparent 31%);
  mask:radial-gradient(circle at 50% 45%,#000 35%,transparent 36%);
}
.chev{font-size:18px;line-height:1}

/* ===== Instagram icon & links ===== */
.ig-icon{
  display:inline-block;width:20px;height:20px;border-radius:6px;flex:0 0 auto;
  background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
  position:relative;
}
.ig-icon::after{
  content:"";position:absolute;inset:0;background:#fff;
  -webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8 1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z'/></svg>");
  mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8 1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z'/></svg>");
  -webkit-mask-size:contain;mask-size:contain;
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
  -webkit-mask-position:center;mask-position:center;
}

.header-actions{display:inline-flex;align-items:center;gap:12px;margin-left:auto}
.btn-ig-header{
  display:inline-flex;align-items:center;justify-content:center;
  width:46px;height:46px;border-radius:8px;
  border:1px solid rgba(212,173,106,.55);
  background:rgba(212,173,106,.06);
  box-shadow:0 4px 18px rgba(0,0,0,.2);
  transition:transform .2s,border-color .2s,box-shadow .2s;
}
.btn-ig-header:hover{
  transform:translateY(-1px);
  border-color:var(--gold);
  box-shadow:0 6px 22px rgba(214,36,159,.28);
}
.btn-ig-header .ig-icon{width:26px;height:26px;border-radius:7px}

/* ===== Hero ===== */
.hero{
  position:relative;min-height:760px;
  padding:140px 40px 60px;
  overflow:hidden;
  background:
    radial-gradient(ellipse at 70% 40%, #2a1d12 0%, transparent 55%),
    linear-gradient(180deg,#0a0807 0%, #0e0a08 100%);
}
.hero-bg{
  position:absolute;inset:0;
  background:linear-gradient(135deg, #0a0807 0%, #1a1108 50%, #0a0807 100%);
  z-index:0;overflow:hidden;
}
.hero-scene-img{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;object-position:center;
  opacity:0.95;
}
.hero-bg::after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg, rgba(10,8,7,0.72) 0%, rgba(10,8,7,0.25) 55%, rgba(10,8,7,0.05) 100%),
    linear-gradient(180deg, rgba(10,8,7,0.4) 0%, transparent 30%, rgba(10,8,7,0.3) 100%);
  z-index:1;
}
.hero-content{position:relative;z-index:2}
.hero-content{
  max-width:1400px;margin:0 auto;
  display:grid;grid-template-columns:1fr 320px;gap:40px;align-items:start;
}
.hero-title{
  font-family:"Noto Serif JP",serif;
  font-size:54px;font-weight:600;letter-spacing:2px;
  line-height:1.4;margin-top:20px;
}
.hero-lead{
  margin-top:24px;font-size:15px;line-height:2;color:#dcd2c4;
}
.hero-features{
  list-style:none;display:flex;gap:36px;margin-top:36px;
}
.hero-features li{
  display:flex;flex-direction:column;align-items:center;text-align:center;
}
.hf-icon{
  width:54px;height:54px;border:1px solid var(--gold);border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;margin-bottom:10px;
  background:rgba(212,173,106,.05);
}
.hf-icon::before{
  content:"";width:26px;height:26px;
  background:var(--gold);
  -webkit-mask-size:contain;mask-size:contain;
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
  -webkit-mask-position:center;mask-position:center;
}
.hf-icon[data-icon="home"]::before{
  -webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 3 2 12h3v8h6v-6h2v6h6v-8h3z'/></svg>");
  mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 3 2 12h3v8h6v-6h2v6h6v-8h3z'/></svg>");
}
.hf-icon[data-icon="calendar"]::before{
  -webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M7 2v2H4v18h16V4h-3V2h-2v2H9V2H7zm-1 8h12v10H6V10z'/></svg>");
  mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M7 2v2H4v18h16V4h-3V2h-2v2H9V2H7zm-1 8h12v10H6V10z'/></svg>");
}
.hf-icon[data-icon="person"]::before{
  -webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-5 9c0-1 1-2 2-2h6c1 0 2 1 2 2v3h-2v8h-2v-8h-2v8H9v-8H7v-3z'/></svg>");
  mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-5 9c0-1 1-2 2-2h6c1 0 2 1 2 2v3h-2v8h-2v-8h-2v8H9v-8H7v-3z'/></svg>");
}
.hf-icon[data-icon="body"]::before{
  -webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-6 8h12v2H6v-2zm0 4h12v2H6v-2zm0 4h12v2H6v-2z'/></svg>");
  mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-6 8h12v2H6v-2zm0 4h12v2H6v-2zm0 4h12v2H6v-2z'/></svg>");
}
.hf-icon[data-icon="lock"]::before{
  -webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6 10V8a6 6 0 1 1 12 0v2h1v12H5V10h1zm2 0h8V8a4 4 0 1 0-8 0v2z'/></svg>");
  mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6 10V8a6 6 0 1 1 12 0v2h1v12H5V10h1zm2 0h8V8a4 4 0 1 0-8 0v2z'/></svg>");
}
.hf-icon[data-icon="custom"]::before{
  -webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3 17l6-6 4 4 8-8v3h2V3h-7v2h3l-6 6-4-4-7 7z'/></svg>");
  mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3 17l6-6 4 4 8-8v3h2V3h-7v2h3l-6 6-4-4-7 7z'/></svg>");
}
.hf-title{font-size:14px;color:var(--gold);font-weight:600;letter-spacing:1px}
.hf-desc{font-size:11px;color:#bdb3a6;margin-top:4px;line-height:1.5}

.btn-line-cta{
  display:inline-flex;align-items:center;gap:14px;
  margin-top:36px;padding:18px 36px;
  background:var(--gold-grad);color:#1a1308;border-radius:6px;
  font-weight:700;letter-spacing:1px;
  box-shadow:0 8px 30px rgba(212,173,106,.3);
  transition:transform .2s;
}
.btn-line-cta:hover{transform:translateY(-2px)}

/* ===== Hero LINE QR card (mobile only) ===== */
.hero-line-card{display:none}
.btn-stack{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}
.btn-main{font-size:18px}
.btn-sub{font-size:11px;font-weight:500}
.area-note{margin-top:18px;font-size:12px;color:#9a8f80}

.hero-stats{
  display:flex;gap:14px;margin-top:26px;flex-wrap:wrap;
}
.hero-stats .stat{
  display:flex;flex-direction:column;line-height:1.15;
  padding:10px 18px;border:1px solid var(--line);border-radius:6px;
  background:rgba(212,173,106,.04);min-width:120px;
}
.hero-stats .stat b{
  font-family:"Cormorant Garamond",serif;font-size:30px;font-weight:700;
  color:var(--gold-2);letter-spacing:1px;
}
.hero-stats .stat b.txt{font-family:"Noto Serif JP",serif;font-size:20px}
.hero-stats .stat b .u{font-size:13px;font-family:"Noto Sans JP",sans-serif;margin-left:1px}
.hero-stats .stat .lbl{font-size:13px;color:#dcd2c4;margin-top:2px}
.hero-stats .stat small{font-size:10px;color:#9a8f80;margin-top:3px}

.hero-thumbs{
  display:flex;flex-direction:column;gap:14px;
  align-self:end;margin-top:200px;
}
.thumb-card{
  position:relative;width:300px;height:96px;border-radius:5px;overflow:hidden;
  border:1px solid var(--line);box-shadow:0 6px 24px rgba(0,0,0,.35);
}
.thumb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.thumb-card:hover .thumb{transform:scale(1.05)}
.thumb-card figcaption{
  position:absolute;left:0;right:0;bottom:0;
  padding:7px 12px;font-size:11px;letter-spacing:1.5px;color:var(--gold);
  background:linear-gradient(transparent,rgba(10,8,7,.9));
}

/* ===== Section title ===== */
.section-title{
  font-family:"Noto Serif JP",serif;
  font-size:30px;font-weight:600;text-align:center;
  background:var(--gold-grad);-webkit-background-clip:text;background-clip:text;color:transparent;
  position:relative;padding-bottom:18px;margin-bottom:40px;letter-spacing:2px;
}
.section-title::after{
  content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);
  width:60px;height:1px;background:var(--gold);
}
.section-title.left{text-align:left}
.section-title.left::after{left:0;transform:none}
.section-title.small{font-size:22px;margin-bottom:18px;padding-bottom:12px}

/* ===== Trouble ===== */
.trouble{
  padding:80px 40px 70px;
  background:linear-gradient(180deg,#0e0a08,#141010);
}
.trouble-list{
  list-style:none;display:grid;grid-template-columns:repeat(6,1fr);
  gap:18px;max-width:1200px;margin:0 auto;
}
.trouble-list li{display:flex;flex-direction:column;align-items:center;text-align:center}
.t-frame{
  display:inline-block;width:130px;height:130px;border-radius:50%;
  border:2px solid var(--gold);overflow:hidden;
  box-shadow:0 0 0 4px rgba(212,173,106,.08);
  flex:0 0 130px;
}
.t-img{width:100%;height:100%;object-fit:cover;display:block}
.t-label{margin-top:14px;font-size:13px;color:var(--gold);letter-spacing:1px}

/* ===== Service grid ===== */
.service{padding:30px 40px 80px;background:#0e0a08}
.service-grid{
  max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:1.1fr 1fr;gap:40px;
  background:linear-gradient(180deg,#15100c,#100c09);
  border:1px solid var(--line);
  padding:40px;border-radius:4px;
}
.reason-list,.menu-list{list-style:none;display:flex;flex-direction:column;gap:22px}
.reason-list li,.menu-list li{display:flex;gap:18px;align-items:flex-start}
.r-icon{
  flex:0 0 40px;width:40px;height:40px;border-radius:50%;
  border:1px solid var(--gold);
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(212,173,106,.06);position:relative;
}
.r-icon::before{
  content:"";width:20px;height:20px;background:var(--gold);
  -webkit-mask-size:contain;mask-size:contain;
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
  -webkit-mask-position:center;mask-position:center;
}
.r-icon[data-icon="home"]::before{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 3 2 12h3v8h6v-6h2v6h6v-8h3z'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 3 2 12h3v8h6v-6h2v6h6v-8h3z'/></svg>")}
.r-icon[data-icon="person"]::before{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-5 9c0-1 1-2 2-2h6c1 0 2 1 2 2v3h-2v8h-2v-8h-2v8H9v-8H7v-3z'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-5 9c0-1 1-2 2-2h6c1 0 2 1 2 2v3h-2v8h-2v-8h-2v8H9v-8H7v-3z'/></svg>")}
.r-icon[data-icon="body"]::before{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-6 8h12v2H6v-2zm0 4h12v2H6v-2zm0 4h12v2H6v-2z'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-6 8h12v2H6v-2zm0 4h12v2H6v-2zm0 4h12v2H6v-2z'/></svg>")}
.r-icon[data-icon="lock"]::before{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6 10V8a6 6 0 1 1 12 0v2h1v12H5V10h1zm2 0h8V8a4 4 0 1 0-8 0v2z'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6 10V8a6 6 0 1 1 12 0v2h1v12H5V10h1zm2 0h8V8a4 4 0 1 0-8 0v2z'/></svg>")}
.r-icon[data-icon="custom"]::before{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3 17l6-6 4 4 8-8v3h2V3h-7v2h3l-6 6-4-4-7 7z'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3 17l6-6 4 4 8-8v3h2V3h-7v2h3l-6 6-4-4-7 7z'/></svg>")}
.reason-list h3,.menu-list h3{font-size:15px;color:#eee;margin-bottom:4px;font-weight:600}
.reason-list p,.menu-list p{font-size:12px;color:#a99d8d;line-height:1.7}

.menu-lead{font-size:13px;color:#bdb3a6;line-height:1.8;margin:-22px 0 22px}
.menu-list{gap:16px}
.menu-list li{
  align-items:center;gap:16px;
  background:rgba(212,173,106,.04);
  border:1px solid var(--line);border-radius:7px;padding:14px;
  transition:transform .2s,border-color .2s;
}
.menu-list li:hover{transform:translateY(-2px);border-color:rgba(212,173,106,.45)}
.m-body h3{font-size:16px}
.menu-list p{font-size:12.5px}
.m-tag{
  display:inline-block;margin-top:10px;font-size:11px;color:var(--gold);
  border:1px solid rgba(212,173,106,.4);border-radius:20px;padding:3px 11px;letter-spacing:.5px;
}
.m-img{
  flex:0 0 150px;width:150px;height:112px;border-radius:5px;
  border:1px solid var(--line);object-fit:cover;display:block;
}

/* ===== Price ===== */
.price{padding:60px 40px;background:#0e0a08}
.price-grid{
  max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:1fr;gap:28px;
}
.price-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;min-width:0}
.pc-unit{font-size:15px;color:var(--gold);margin-left:2px;letter-spacing:1px}
.price-notes{
  list-style:none;display:flex;flex-wrap:wrap;justify-content:center;
  gap:6px 26px;font-size:12px;color:#a99d8d;max-width:900px;margin:0 auto;
}
.price-notes li{position:relative;padding-left:15px}
.price-notes li::before{content:"※";position:absolute;left:0;color:var(--gold)}
.price-card{
  border:1px solid var(--gold);background:linear-gradient(180deg,#15100c,#0e0a08);
  padding:36px 20px;text-align:center;border-radius:4px;
  position:relative;min-width:0;
}
.pc-title{
  font-family:"Noto Serif JP",serif;font-size:20px;color:var(--gold);
  padding-bottom:14px;margin-bottom:14px;letter-spacing:2px;
  border-bottom:1px solid rgba(212,173,106,.4);
  position:relative;
}
.pc-title::after{
  content:"";position:absolute;left:50%;bottom:-3px;transform:translateX(-50%);
  width:6px;height:6px;background:var(--gold);border-radius:50%;
}
.pc-time{color:#bdb3a6;font-size:14px;margin-bottom:14px}
.pc-amount{
  display:flex;align-items:baseline;justify-content:center;gap:4px;margin-bottom:10px;
}
.pc-amount .num{
  font-family:"Cormorant Garamond",serif;font-size:clamp(34px,4.6vw,52px);font-weight:600;
  background:var(--gold-grad);-webkit-background-clip:text;background-clip:text;color:transparent;
  letter-spacing:1px;
}
.pc-amount .yen{font-size:20px;color:var(--gold)}
.pc-amount .tax{font-size:12px;color:#a99d8d;margin-left:4px}
.pc-note{font-size:11px;color:#9a8f80}

.contact-card{
  border:1px solid var(--gold);background:linear-gradient(180deg,#15100c,#0e0a08);
  padding:30px;text-align:center;border-radius:4px;max-width:480px;width:100%;margin:0 auto;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;
}
.qr-cap{font-size:11px;color:#a99d8d;margin-top:2px}
.cc-btns{display:flex;gap:10px;margin-top:14px;width:100%}
.cc-btn{
  flex:1;text-align:center;padding:13px 10px;border-radius:6px;
  font-weight:700;font-size:13px;transition:transform .2s;
}
.cc-btn:hover{transform:translateY(-1px)}
.cc-btn-form{
  border:1px solid var(--gold);color:var(--gold);
  background:rgba(212,173,106,.06);
}
.cc-btn-line{
  background:var(--gold-grad);color:#1a1308;
  display:flex;align-items:center;justify-content:center;gap:7px;
}
.contact-card h3{
  font-family:"Noto Serif JP",serif;font-size:18px;color:var(--gold);
  letter-spacing:2px;padding-bottom:12px;
  border-bottom:1px solid rgba(212,173,106,.4);width:100%;
}
.cc-line{font-size:15px;color:#eee;margin-top:8px}
.cc-time{font-size:12px;color:#a99d8d}
.cc-ig{
  display:flex;align-items:center;justify-content:center;gap:9px;width:100%;
  margin-top:12px;padding:12px 14px;border-radius:6px;
  font-size:13px;font-weight:600;letter-spacing:.5px;color:#eee;
  border:1px solid rgba(212,173,106,.32);
  background:linear-gradient(120deg,rgba(214,36,159,.10),rgba(40,90,235,.08));
  transition:transform .2s,border-color .2s;
}
.cc-ig:hover{transform:translateY(-1px);border-color:rgba(212,173,106,.6)}
.cc-ig .chev{color:var(--gold);font-size:16px}
.qr{
  width:130px;height:130px;background:#fff;padding:8px;border-radius:4px;margin-top:8px;
}
.qr img{width:100%;height:100%;object-fit:contain;display:block}

/* ===== Profile ===== */
.profile{padding:60px 40px 70px;background:#0a0807}
.profile-grid{
  max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:240px 1fr 1fr;gap:36px;align-items:start;
}
.profile-photo{
  width:240px;height:300px;border-radius:4px;
  border:1px solid var(--line);object-fit:cover;display:block;
}
.p-role{color:#a99d8d;font-size:13px;letter-spacing:2px}
.p-name{
  font-family:"Noto Serif JP",serif;font-size:32px;font-weight:600;
  color:#eee;margin:6px 0 18px;letter-spacing:4px;
}
.p-list{list-style:none;display:flex;flex-direction:column;gap:8px}
.p-list li{
  font-size:13px;color:#dcd2c4;padding-left:14px;position:relative;
}
.p-list li::before{
  content:"・";color:var(--gold);position:absolute;left:0;
}
.profile-greet p{font-size:13px;color:#dcd2c4;line-height:2}

/* ===== Footer ===== */
.site-footer{
  background:var(--gold-grad);color:#1a1308;padding:18px 40px;
}
.footer-inner{
  max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:30px;
}
.f-brand{display:flex;align-items:center;gap:14px;flex:1}
.brand-mark.sm{width:54px;height:54px;flex:0 0 54px}
.f-text{display:flex;flex-direction:column;line-height:1.2}
.f-name{font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:700;letter-spacing:2px;color:#1a1308}
.f-sub{font-size:11px;letter-spacing:2px;color:#2a1f10}
.f-cta{
  display:inline-flex;align-items:center;gap:12px;flex:1;justify-content:center;
}
.f-cta-main{font-family:"Noto Serif JP",serif;font-size:20px;font-weight:600;color:#1a1308;letter-spacing:1px}
.f-cta-sub{font-size:11px;color:#2a1f10}
.f-cta .chev{font-size:24px;color:#1a1308}
.f-ig{
  display:inline-flex;align-items:center;justify-content:center;
  width:48px;height:48px;border-radius:10px;flex:0 0 auto;
  background:rgba(26,19,8,.12);border:1px solid rgba(26,19,8,.35);
  transition:transform .2s,background .2s;
}
.f-ig:hover{transform:translateY(-1px);background:rgba(26,19,8,.2)}
.f-ig .ig-icon{width:30px;height:30px;border-radius:8px}
.f-qr{width:64px;height:64px;background:#fff;padding:4px;border-radius:3px}
.f-qr img{width:100%;height:100%;object-fit:contain;display:block}

/* ===== Responsive ===== */
@media (max-width:1024px){
  .header-inner{flex-wrap:wrap;gap:14px}
  .nav ul{gap:18px}
  .nav a{font-size:12px}
  .hero{padding:160px 24px 60px}
  .hero-content{grid-template-columns:1fr}
  .hero-thumbs{flex-direction:row;margin-top:20px}
  .thumb-card{width:auto;flex:1;height:84px}
  .hero-title{font-size:40px}
  .trouble-list{grid-template-columns:repeat(3,1fr)}
  .service-grid{grid-template-columns:1fr;padding:24px}
  .price-grid{grid-template-columns:1fr}
  .price-cards{grid-template-columns:repeat(3,1fr)}
  .profile-grid{grid-template-columns:1fr;justify-items:center;text-align:center}
  .section-title.left,.section-title.left::after{text-align:center}
  .section-title.left{text-align:center}
  .section-title.left::after{left:50%;transform:translateX(-50%)}
  .p-list li{text-align:left}
  .menu-lead{text-align:center;margin:-22px auto 22px;max-width:560px}
}
@media (max-width:640px){
  .site-header{padding:14px 16px}
  .nav{display:none}
  .hero{padding:120px 16px 40px;min-height:auto}
  .hero-title{font-size:30px;letter-spacing:1px}
  .hero-features{flex-direction:column;gap:18px}
  .hero-features li{flex-direction:row;text-align:left;gap:14px;width:100%}
  .hf-icon{margin-bottom:0}
  .hero-thumbs{flex-direction:column;gap:12px}
  .thumb-card{flex:none;width:100%;height:140px}
  .thumb-card figcaption{font-size:12px;padding:8px 14px}
  .trouble{padding:50px 16px}
  .trouble-list{grid-template-columns:repeat(2,1fr);gap:24px}
  .t-circle{width:110px;height:110px}
  .service,.price,.profile{padding:50px 16px}
  .price-cards{grid-template-columns:1fr}
  .section-title{font-size:24px}
  .pc-amount .num{font-size:42px}
  .profile-photo{width:200px;height:250px}
  .p-name{font-size:26px}
  .footer-inner{flex-direction:column;text-align:center;gap:14px}
  /* モバイル：地味なヘッダーCTA／テキストボタンを隠し、QRカードを主役に */
  .btn-line-header{display:none}
  .btn-line-cta{display:none}
  .hero-line-card{
    display:flex;flex-direction:column;gap:10px;margin-top:26px;
    padding:18px 16px;border-radius:14px;
    background:linear-gradient(150deg,rgba(212,173,106,.18),rgba(26,20,17,.92));
    border:1px solid rgba(212,173,106,.55);
    box-shadow:0 12px 34px rgba(0,0,0,.5),inset 0 0 0 1px rgba(212,173,106,.08);
  }
  .hlc-badge{
    display:inline-flex;align-items:center;gap:6px;align-self:flex-start;
    font-size:10px;font-weight:700;letter-spacing:1px;color:#06c755;
    background:rgba(6,199,85,.12);border:1px solid rgba(6,199,85,.45);
    padding:3px 9px;border-radius:20px;
  }
  .hlc-badge .line-icon{width:13px;height:13px}
  .hlc-main{
    font-family:"Noto Serif JP",serif;font-size:18px;font-weight:600;
    color:var(--gold-2);line-height:1.35;letter-spacing:.5px;
  }
  .hlc-sub{font-size:11px;color:#cabfae;line-height:1.6}
  .hlc-linelink{
    margin-top:4px;font-size:14px;font-weight:700;
    color:#fff;background:#06c755;
    padding:12px 0;border-radius:8px;letter-spacing:.5px;
    display:flex;align-items:center;justify-content:center;gap:7px;
    box-shadow:0 4px 14px rgba(6,199,85,.35);
  }
  .hlc-formlink{
    font-size:12px;font-weight:600;text-align:center;
    color:var(--gold);border:1px solid rgba(212,173,106,.5);
    padding:10px 0;border-radius:8px;letter-spacing:.5px;
    background:rgba(212,173,106,.06);display:block;
  }
  .hlc-iglink{
    display:flex;align-items:center;justify-content:center;gap:7px;
    font-size:12px;font-weight:600;text-align:center;color:#fff;
    padding:10px 0;border-radius:8px;letter-spacing:.5px;
    border:1px solid rgba(214,36,159,.45);
    background:linear-gradient(120deg,rgba(214,36,159,.22),rgba(40,90,235,.18));
  }
  .menu-list li{flex-direction:column;align-items:stretch;gap:12px;text-align:left}
  .m-img{flex:none;width:100%;height:190px}
  .m-body h3{font-size:17px}
  .menu-list p{font-size:13px}
}
