*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#0b1622;
  --navy-2:#0f1e2e;
  --navy-3:#152838;
  --cream:#f4ecdd;
  --cream-2:#efe4d0;
  --cream-card:#fbf6ec;
  --ink:#2c2519;
  --ink-soft:#6a6154;
  --line:#e2d5be;
  --gold:#d9b978;
  --gold-lt:#f2ddaa;
  --gold-dk:#b18f45;
  --orange:#ec8f38;
  --orange-2:#e0762a;
  --white:#fff;
  --shadow:0 18px 44px -26px rgba(11,22,34,.35);
  --wrap:1100px;
  --r:14px;
  --font-jp:"Noto Sans JP",system-ui,sans-serif;
  --font-serif:"Noto Serif JP",serif;
  --font-en:"Jost",system-ui,sans-serif;
}
html{scroll-behavior:smooth;scroll-padding-top:74px;-webkit-text-size-adjust:100%;overflow-x:hidden}
body{font-family:var(--font-jp);color:var(--ink);background:var(--cream);line-height:1.8;font-weight:400;font-size:15px;letter-spacing:.02em;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
p{text-wrap:pretty}
.shead__jp,.hero__h1,.camp__ttl,.pmain__catch{text-wrap:balance}
.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 24px}
.wrap--narrow{max-width:720px}
.wrap--blog{max-width:960px}
.sp-only{display:none}
.gold{background:linear-gradient(110deg,#f6e6bc,#eacd88 46%,#d3ac5f);-webkit-background-clip:text;background-clip:text;color:transparent}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}
.reveal.is-in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}.hero__glow,.hero__scroll i::after,.hero__dots b{animation:none}}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-family:var(--font-jp);font-weight:700;letter-spacing:.03em;border:none;cursor:pointer;border-radius:999px;line-height:1.3;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}
.btn--cta{background:linear-gradient(180deg,var(--orange),var(--orange-2));color:#fff;padding:14px 30px;font-size:.94rem;box-shadow:0 14px 30px -12px rgba(224,118,42,.65)}
.btn--cta:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 20px 38px -12px rgba(224,118,42,.75)}
.btn--lg{padding:16px 40px;font-size:1rem}
.btn--block{width:100%}
.btn__arw{display:inline-flex;align-items:center;transition:transform .25s ease}
.btn__arw svg,.spbar__arw svg,.morelink__arw svg{width:22px;height:11px;display:block}
.btn:hover .btn__arw{transform:translateX(4px)}

.hdr{position:fixed;inset:0 0 auto;z-index:60;border-bottom:1px solid rgba(201,162,86,.16)}
.hdr::before{content:"";position:absolute;inset:0;z-index:-1;background:rgba(11,22,34,.72);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:background .3s ease}
.hdr.is-solid::before{background:rgba(11,22,34,.94)}
.hdr.hdr--page::before{background:var(--navy)}
/* WordPress管理バー対応：ログイン時だけ固定ヘッダー／ドロワーを管理バー分だけ下げる */
body.admin-bar .hdr{top:32px}
body.admin-bar .gnav{top:32px}
@media screen and (max-width:782px){
  body.admin-bar .hdr{top:46px}
  body.admin-bar .gnav{top:46px}
}
.hdr__in{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;height:66px}
.logo{display:flex;align-items:center;gap:9px;color:#fff}
.logo img{height:36px;width:auto;display:block;border-radius:7px;filter:saturate(.66) brightness(1.16) hue-rotate(-6deg)}
.logo__mark{width:24px;height:24px;border-radius:50%;background:conic-gradient(from 210deg,var(--gold-lt),var(--gold),var(--gold-dk),var(--gold-lt));box-shadow:0 0 0 3px rgba(201,162,86,.18)}
.logo__txt{font-family:var(--font-en);font-weight:500;font-size:1.35rem;letter-spacing:.14em;color:var(--gold-lt)}
.gnav{display:flex;align-items:center;gap:26px}
.gnav a{color:rgba(255,255,255,.82);font-size:.86rem;font-weight:500;letter-spacing:.04em;transition:color .2s}
.gnav a:hover{color:var(--gold-lt)}
.gnav__en{display:none}
.gnav__cta{padding:10px 20px;font-size:.82rem;color:#fff!important}
.gnav__cta:hover{color:#fff!important}
.burger{display:none;width:42px;height:42px;background:transparent;border:1px solid rgba(201,162,86,.4);border-radius:50%;position:relative;cursor:pointer}
.burger span{position:absolute;left:11px;width:20px;height:2px;background:var(--gold-lt);border-radius:2px;transition:.3s}
.burger span:nth-child(1){top:14px}
.burger span:nth-child(2){top:20px}
.burger span:nth-child(3){top:26px}
.burger.is-open span:nth-child(1){top:20px;transform:rotate(45deg)}
.burger.is-open span:nth-child(2){opacity:0}
.burger.is-open span:nth-child(3){top:20px;transform:rotate(-45deg)}
.navmask{position:fixed;inset:0;z-index:50;background:rgba(6,12,20,.55)}
body.nav-open{position:fixed;left:0;right:0;width:100%;overflow:hidden;overscroll-behavior:none}
body.nav-open .hdr{border-bottom-color:transparent}
body.nav-open .hdr::before{background:var(--navy-2);backdrop-filter:none;-webkit-backdrop-filter:none}

.sec{padding:92px 0}
.shead{text-align:center;margin-bottom:46px}
.shead--left{text-align:left}
.shead__en{font-family:var(--font-en);font-size:.72rem;font-weight:500;letter-spacing:.32em;color:var(--gold-dk);margin-bottom:14px}
.shead__jp{font-family:var(--font-serif);font-weight:600;font-size:clamp(1.45rem,3.6vw,2rem);line-height:1.5;letter-spacing:.02em}
.shead__sub{margin-top:16px;color:var(--ink-soft);font-size:.88rem;line-height:1.9}
.shead--light .shead__en{color:var(--gold-lt)}
.shead--light .shead__jp{color:#fff}
.shead--light .shead__sub{color:rgba(255,255,255,.72)}

.hero{position:relative;z-index:2;background:radial-gradient(120% 90% at 50% -10%,var(--navy-3),var(--navy) 60%);color:#fff;padding:128px 0 96px;text-align:center;overflow:visible}
.hero__glow{position:absolute;top:-18%;left:50%;transform:translateX(-50%);width:760px;height:560px;background:radial-gradient(closest-side,rgba(217,185,120,.22),transparent 70%);pointer-events:none;animation:heroGlow 9s ease-in-out infinite}
@keyframes heroGlow{0%,100%{transform:translateX(-50%) translateY(0) scale(1);opacity:.8}50%{transform:translateX(-50%) translateY(26px) scale(1.12);opacity:1}}
.hero__in{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}
.hero__eyebrow{font-family:var(--font-en);font-size:.72rem;letter-spacing:.38em;color:rgba(242,221,170,.78);margin-bottom:22px}
.hero__pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px;justify-content:center}
.hero__pill{border:1px solid rgba(217,185,120,.55);color:var(--gold-lt);border-radius:999px;padding:6px 16px;font-size:.76rem;font-weight:500;letter-spacing:.04em;background:rgba(217,185,120,.08)}
.hero__h1{font-family:var(--font-serif);font-weight:500;font-size:clamp(1.4rem,5.4vw,2.55rem);line-height:1.5;letter-spacing:.02em}
.hero__lead{margin-top:22px;color:rgba(255,255,255,.82);font-size:.92rem;line-height:1.95}
.hero__scroll{position:absolute;left:50%;bottom:-24px;transform:translateX(-50%);z-index:3;display:inline-flex;flex-direction:column;align-items:center;gap:9px;color:rgba(242,221,170,.6)}
.hero__scroll span{font-family:var(--font-en);font-size:.58rem;letter-spacing:.34em}
.hero__scroll i{position:relative;display:block;width:1px;height:50px;background:rgba(242,221,170,.22);overflow:hidden}
.hero__scroll i::after{content:"";position:absolute;left:0;top:0;width:1px;height:16px;background:linear-gradient(transparent,var(--gold-lt));animation:scrollDot 1.9s cubic-bezier(.45,0,.25,1) infinite}
@keyframes scrollDot{0%{transform:translateY(-16px)}60%,100%{transform:translateY(50px)}}

.promo{margin:36px auto 0;width:100%;max-width:420px;background:rgba(15,29,43,.9);border:1px solid rgba(217,185,120,.34);border-radius:18px;padding:26px 24px 22px;box-shadow:0 26px 60px -30px rgba(0,0,0,.7)}
.promo__price{display:flex;flex-direction:column;align-items:center;gap:2px;margin-bottom:18px}
.promo__was{color:rgba(255,255,255,.6);font-size:.9rem;font-family:var(--font-serif);font-weight:600;white-space:nowrap}
.promo__was s{color:rgba(255,255,255,.5)}
.promo__now{font-family:var(--font-serif);display:inline-flex;align-items:baseline;line-height:1;background:linear-gradient(180deg,#f8ecc6,#e0be6f 55%,#c49a44);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 6px 18px rgba(217,185,120,.3))}
.promo__now b{font-size:clamp(2.7rem,9vw,3.2rem);font-weight:600;letter-spacing:.01em}
.promo__now i{font-style:normal;font-size:1.2rem;margin-left:3px;font-family:var(--font-serif);font-weight:600;-webkit-text-fill-color:#e0be6f}
.promo__now em{font-style:normal;font-size:.78rem;font-family:var(--font-serif);font-weight:600;margin-left:8px;-webkit-text-fill-color:rgba(255,255,255,.62)}
.promo__tax{font-family:var(--font-serif);font-weight:600;font-size:.86rem;color:rgba(255,255,255,.66);letter-spacing:.04em;margin-top:5px;-webkit-text-fill-color:initial}
.promo__note{margin-top:12px;font-size:.76rem;color:rgba(255,255,255,.55);letter-spacing:.03em}

.problem{background:var(--cream);position:relative;z-index:1}
.slider{position:relative;max-width:700px;margin:0 auto}
.slider__view{overflow:hidden;border-radius:var(--r);padding:6px}
.slider__track{display:flex;align-items:stretch;transition:transform .5s cubic-bezier(.4,.1,.15,1)}
.slide{flex:0 0 100%;min-width:0;padding:0 6px;display:flex}
.slider__nav{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:26px}
.slider__arw{flex:0 0 auto;width:42px;height:42px;border-radius:11px;border:1px solid var(--line);background:var(--cream-card);color:var(--gold-dk);font-size:1.35rem;line-height:1;cursor:pointer;transition:.25s;display:flex;align-items:center;justify-content:center;padding:0 0 2px}
.slider__arw:hover{background:var(--gold);color:#fff;border-color:var(--gold)}
.slider__dots{display:flex;gap:9px}
.slider__dots button{width:30px;height:5px;border-radius:3px;border:none;background:var(--line);cursor:pointer;transition:.3s;padding:0}
.slider__dots button.is-active{background:linear-gradient(90deg,var(--gold),var(--gold-dk));width:40px}

.pcard{flex:1;width:100%;background:var(--cream-card);border:1px solid var(--line);border-radius:var(--r);padding:42px 42px 44px;text-align:left}
.pcard__no{font-family:var(--font-serif);font-weight:500;font-size:1.7rem;color:var(--gold-dk);line-height:1;display:block;margin-bottom:16px}
.pcard__ttl{font-family:var(--font-serif);font-weight:600;font-size:clamp(1.15rem,3vw,1.4rem);line-height:1.55;margin-bottom:14px}
.pcard__txt{color:var(--ink-soft);font-size:.9rem}
.pmain{margin-top:50px;max-width:720px;margin-inline:auto;text-align:center}
.pmain__rule{display:block;width:44px;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-dk));margin:0 auto 22px}
.pmain__catch{font-family:var(--font-serif);font-weight:600;font-size:clamp(1.25rem,3.6vw,1.7rem);line-height:1.7}
.pmain__key{color:var(--gold-dk);font-weight:700}
.pmain__txt{margin-top:16px;color:var(--ink-soft);font-size:.92rem}

.campaign{background:linear-gradient(165deg,#17293a 0%,#0d1a28 45%,#0a1119 100%);color:#fff;text-align:center;position:relative;overflow:hidden}
.camp__glow{display:none}
.camp__in{position:relative;display:flex;flex-direction:column;align-items:center}
.camp__en{font-family:var(--font-en);font-size:.72rem;letter-spacing:.32em;color:var(--gold-lt);margin-bottom:16px}
.camp__ttl{font-family:var(--font-serif);font-weight:600;font-size:clamp(1.4rem,4vw,2.15rem);line-height:1.5;letter-spacing:.02em}
.camp__txt{margin-top:20px;max-width:600px;color:rgba(255,255,255,.82);font-size:.92rem;line-height:1.95}
.camp__deal{margin-top:36px;width:100%;max-width:440px;border:1px solid rgba(217,185,120,.4);border-radius:18px;background:rgba(13,25,38,.92);padding:28px 26px 26px;box-shadow:0 30px 70px -34px rgba(0,0,0,.8),inset 0 1px 0 rgba(255,255,255,.05);position:relative;overflow:hidden}
.deal__crown{display:flex;align-items:center;justify-content:center;gap:8px;position:relative}
.deal__laurel{width:auto;height:36px;display:block;flex:0 0 auto}
.deal__laurel--r{transform:scaleX(-1)}
.deal__crown-txt{font-family:var(--font-serif);font-weight:600;font-style:italic;color:#fff;font-size:1.4rem;letter-spacing:.04em;white-space:nowrap}
.deal__crown-txt b{font-style:italic;font-size:2.1rem;line-height:1;margin:0 2px;color:var(--gold-lt)}
.deal__crown--sm{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:14px}
.deal__crown--price{display:flex;align-items:center;justify-content:center;gap:8px;margin:24px 0 2px}
.deal__en{text-align:center;font-family:var(--font-en);font-size:.68rem;letter-spacing:.32em;color:rgba(236,206,128,.7);margin:6px 0 22px;position:relative}
.deal__en::before,.deal__en::after{content:"";position:absolute;top:50%;width:34px;height:1px;background:linear-gradient(90deg,transparent,rgba(217,185,120,.7))}
.deal__en::before{right:calc(50% + 84px);transform:scaleX(-1)}
.deal__en::after{left:calc(50% + 84px)}
.deal__frame{border:1px solid rgba(217,185,120,.28);border-radius:12px;padding:20px 20px 0;position:relative}
.deal__label{text-align:center;margin-bottom:8px}
.deal__label span{font-weight:700;color:#fff;font-size:.92rem;letter-spacing:.06em}
.deal__normal{display:flex;align-items:center;justify-content:center;gap:12px;padding-bottom:14px}
.deal__badge{border:1px solid rgba(255,255,255,.4);border-radius:6px;font-size:.74rem;font-weight:700;color:rgba(255,255,255,.85);padding:3px 9px}
.deal__was{font-family:var(--font-serif);font-weight:600;font-size:2.3rem;line-height:1;color:rgba(255,255,255,.94);position:relative;white-space:nowrap}
.deal__was i{font-style:normal;font-family:var(--font-serif);font-weight:600;font-size:1rem;margin-left:2px;color:rgba(255,255,255,.86)}
.deal__was::after{content:"";position:absolute;left:-4%;right:-4%;top:50%;height:2px;background:var(--gold);border-radius:2px}
.deal__chev{display:block;width:30px;margin:2px auto 0}
.deal__chev svg{width:100%;display:block;filter:drop-shadow(0 2px 3px rgba(0,0,0,.4))}
.deal__hit{margin:14px -20px 0;background:rgba(7,14,22,.6);border-top:1px solid rgba(217,185,120,.28);border-radius:0 0 11px 11px;padding:18px 20px 22px;position:relative}
.deal__camname{display:inline-block;font-family:var(--font-serif);font-weight:600;color:#2a2008;font-size:.86rem;letter-spacing:.06em;padding:3px 18px;background:linear-gradient(180deg,#f3d488,#d9ad51);clip-path:polygon(7% 0,93% 0,100% 50%,93% 100%,7% 100%,0 50%);margin-bottom:12px;box-shadow:0 5px 14px -9px rgba(217,173,81,.7)}
.deal__price{font-family:var(--font-serif);font-weight:600;font-size:clamp(3rem,13vw,4rem);line-height:1;white-space:nowrap;background:linear-gradient(180deg,#f8ecc6,#e0be6f 55%,#c49a44);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 4px 20px rgba(217,185,120,.4))}
.deal__price i{font-style:normal;font-family:var(--font-serif);font-weight:600;font-size:1.5rem;margin-left:3px;-webkit-text-fill-color:#e0be6f}
.camp__deal-note{margin-top:14px;font-size:.78rem;color:rgba(255,255,255,.6)}
.campaign .btn--lg{margin-top:34px}

.feature{background:var(--cream-2)}
.fcard{flex:1;width:100%;background:var(--cream-card);border:1px solid var(--line);border-radius:var(--r);padding:42px 42px 46px;text-align:center;display:flex;flex-direction:column;justify-content:center}
.fcard__no{font-family:var(--font-en);font-size:.72rem;letter-spacing:.26em;color:var(--gold-dk);margin-bottom:12px}
.fcard__ttl{font-family:var(--font-serif);font-weight:600;font-size:clamp(1.25rem,3.4vw,1.6rem);margin-bottom:16px}
.fcard__txt{color:var(--ink-soft);font-size:.9rem;max-width:480px;margin-inline:auto}
.feature__cta{text-align:center;margin-top:46px}

.seo{background:linear-gradient(180deg,var(--navy-2),var(--navy));color:#fff}
.seo__in{max-width:760px}
.seo .shead__jp{font-size:clamp(1.2rem,3.2vw,1.5rem);font-weight:500;line-height:1.55}
.seo__lead{margin:6px 0 34px;color:rgba(255,255,255,.8);font-size:.92rem;line-height:1.95;text-align:left}
.seocards{display:flex;flex-direction:column;gap:14px}
.seocard{background:linear-gradient(180deg,rgba(21,40,56,.6),rgba(12,24,36,.4));border:1px solid rgba(255,255,255,.12);border-radius:var(--r);padding:26px 28px;text-align:left}
.seocard--hl{border-color:rgba(217,185,120,.6);background:linear-gradient(180deg,rgba(177,143,69,.3),rgba(12,24,36,.35))}
.seocard__en{font-family:var(--font-en);font-size:.72rem;letter-spacing:.24em;color:var(--gold-lt);margin-bottom:8px}
.seocard__ttl{font-family:var(--font-serif);font-weight:600;font-size:1.2rem;color:#fff;margin-bottom:8px}
.seocard__txt{color:rgba(255,255,255,.72);font-size:.88rem}
.seorows{display:flex;flex-direction:column;gap:10px;margin-top:2px}
.seorow{display:flex;align-items:center;justify-content:flex-start;gap:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:15px 20px}
.seorow::before{content:"";width:5px;height:5px;border-radius:50%;background:linear-gradient(140deg,var(--gold-lt),var(--gold-dk));flex:0 0 auto}
.seorow span{color:rgba(255,255,255,.88);font-size:.9rem}

.diff{background:var(--cream)}
.ctable__wrap{max-width:560px;margin:0 auto;overflow:hidden;border:1px solid var(--line);border-radius:12px}
.ctable{width:100%;border-collapse:collapse;background:var(--cream-card);font-size:.86rem;table-layout:fixed}
.ctable th,.ctable td{padding:14px 10px;text-align:center;border-bottom:1px solid var(--line);line-height:1.45}
.ctable thead th{background:var(--navy);color:#fff;font-weight:700;font-size:.86rem}
.ctable thead .ctable__me{background:var(--navy-3);color:var(--gold-lt);font-family:var(--font-en);font-size:1.05rem;letter-spacing:.06em}
.ctable tbody th{text-align:center;font-weight:700;font-size:.82rem;color:var(--ink);background:var(--cream-2)}
.ctable tbody td{color:var(--ink-soft);font-size:.82rem}
.ctable td.me{background:rgba(217,185,120,.14)}
.cmark{display:block;font-size:1.6rem;line-height:1}
.cmark--o{color:var(--gold-dk)}
.cmark--t{color:#a7adb8}
.cmark--x{color:#c39b92}
.ctable td small{display:block;font-size:.7rem;margin-top:4px;color:var(--ink-soft)}
.ctable td.me small{color:var(--gold-dk);font-weight:700}
.cnum{display:block;margin-top:4px;font-family:var(--font-jp);font-weight:700;font-size:.7rem;color:var(--ink-soft);letter-spacing:0}
.cnum--me{color:var(--gold-dk);font-size:.7rem}
.ctable tbody tr:last-child th,.ctable tbody tr:last-child td{border-bottom:none}
.ctable__note{max-width:560px;margin:14px auto 0;font-size:.76rem;color:var(--ink-soft);text-align:left}
.diffcards{display:none;max-width:520px;margin:0 auto;flex-direction:column;gap:12px}
.diffcard{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--cream-card)}
.diffcard__ttl{background:var(--navy);color:#fff;font-weight:700;font-size:.86rem;padding:11px 16px;text-align:center;letter-spacing:.02em}
.diffcard__cmp{display:flex}
.diffcell{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;text-align:center}
.diffcell+.diffcell{border-left:1px solid var(--line)}
.diffcell--us{background:rgba(236,143,56,.07)}
.dbadge{font-size:.7rem;font-weight:700;padding:3px 12px;border-radius:999px}
.dbadge--other{background:#e7e0d2;color:#8a8270}
.dbadge--us{background:#fbe8d6;color:var(--orange-2)}
.dlbl{font-size:.82rem;font-weight:500;color:var(--ink-soft);line-height:1.5}
.dlbl--us{color:var(--orange-2);font-weight:700}

.works__slider{max-width:600px;margin-top:48px}
.wcard{flex:1;width:100%;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.wcard__media{position:relative;aspect-ratio:4/3;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}
.wcard__media img{width:100%;height:100%;object-fit:contain;transform:scale(.95)}
.wcard__body{padding:22px 24px 26px;display:flex;flex-direction:column;gap:10px;align-items:flex-start;text-align:left}
.wcard__cat{font-size:.72rem;font-weight:700;color:var(--gold-dk);letter-spacing:.06em}
.wcard__title{font-family:var(--font-serif);font-weight:600;font-size:1.05rem;line-height:1.45;margin-top:-2px}
.wcard__desc{color:#4a4436;font-size:.88rem}
.wcard__tags{list-style:none;display:flex;flex-wrap:wrap;gap:8px}
.wcard__tags li{padding:4px 11px;font-size:.72rem;color:var(--ink-soft);font-weight:500;border:1px solid var(--line);border-radius:6px}
.wcard__btn{align-self:center;margin-top:8px;background:#274c6f;box-shadow:0 12px 26px -14px rgba(11,22,34,.6)}
.wcard__btn:hover{background:#305a81;box-shadow:0 16px 30px -14px rgba(11,22,34,.7)}
.works__note{text-align:left;max-width:600px;margin:22px auto 0;font-size:.78rem;color:var(--ink-soft)}
.fcard__asof{margin-top:12px;font-family:var(--font-en);font-size:.72rem;letter-spacing:.06em;color:var(--gold-dk)}

.price{background:radial-gradient(130% 100% at 50% 0,var(--navy-3),var(--navy) 64%);color:#fff}
.pricecard{max-width:480px;margin:0 auto;background:linear-gradient(180deg,rgba(21,40,56,.72),rgba(12,24,36,.6));color:#fff;border-radius:8px;padding:0 0 30px;box-shadow:0 36px 80px -40px rgba(0,0,0,.7);overflow:hidden;border:1px solid rgba(217,185,120,.42);text-align:center}
.pricecard__ribbon{background:linear-gradient(90deg,var(--gold),var(--gold-dk));color:#fff;font-weight:700;font-size:1rem;letter-spacing:.06em;padding:13px}
.pricecard__was{color:rgba(255,255,255,.6);font-size:.86rem;margin-top:6px;white-space:nowrap}
.pricecard__now{font-family:var(--font-serif);display:inline-flex;align-items:baseline;justify-content:center;line-height:1;margin:4px 0;background:linear-gradient(180deg,#f8ecc6,#e0be6f 55%,#c49a44);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 8px 22px rgba(217,185,120,.35))}
.pricecard__now i{-webkit-text-fill-color:#e0be6f}
.pricecard__now i{font-style:normal;font-size:1.5rem;font-weight:600;margin-left:3px}
.pricecard__now b{font-size:4rem;font-weight:600;letter-spacing:.01em}
.pricecard__tax{font-size:.78rem;color:rgba(255,255,255,.62);letter-spacing:.04em;margin-top:2px}
.incl{max-width:480px;margin:26px auto 0}
.incl__ttl{display:flex;align-items:center;justify-content:center;gap:14px;font-weight:700;font-size:.8rem;color:var(--gold-lt);letter-spacing:.08em;margin-bottom:10px}
.incl__ttl::before,.incl__ttl::after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(217,185,120,.5))}
.incl__ttl::after{transform:scaleX(-1)}
.incl__grid{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:0 19px}
.incl__grid li{position:relative;padding:11px 4px 11px 16px;font-size:.82rem;font-weight:500;color:rgba(255,255,255,.9);border-bottom:1px solid rgba(255,255,255,.14)}
.incl__grid li::before{content:"";position:absolute;left:2px;top:50%;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background:linear-gradient(140deg,var(--gold-lt),var(--gold-dk))}
.incl__all{margin:22px 0 0}
.incl__all span{display:block;text-align:center;font-weight:700;font-size:.86rem;line-height:1.7;color:var(--gold-lt);letter-spacing:.02em;padding:13px 18px;border:1px solid rgba(217,185,120,.36);border-radius:12px;background:rgba(217,185,120,.07)}
.incl__note{font-size:.74rem;color:rgba(255,255,255,.55);margin-top:16px;text-align:left;line-height:1.8}

.optbox{max-width:480px;margin:26px auto 0}
.opt__ttl{display:flex;align-items:center;justify-content:center;gap:14px;font-weight:700;font-size:.8rem;color:var(--gold-lt);letter-spacing:.08em;margin-bottom:10px}
.opt__ttl::before,.opt__ttl::after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(217,185,120,.5))}
.opt__ttl::after{transform:scaleX(-1)}
.opt__list{list-style:none;display:flex;flex-direction:column}
.opt__item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 4px 11px 16px;position:relative;border-bottom:1px solid rgba(255,255,255,.14)}
.opt__item::before{content:"";position:absolute;left:2px;top:50%;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background:linear-gradient(140deg,var(--gold-lt),var(--gold-dk))}
.opt__name{font-size:.82rem;font-weight:500;color:rgba(255,255,255,.9)}
.opt__price{font-family:var(--font-jp);font-weight:700;font-size:.82rem;color:var(--gold-lt);white-space:nowrap}
.opt__price b{font-size:1.08rem;font-weight:700}
.opt__price i{font-style:normal;font-size:.82rem;margin-left:1px}
.opt__price em{font-style:normal;font-size:.82rem;margin-left:1px}
.opt__note{font-size:.74rem;color:rgba(255,255,255,.55);margin-top:14px;text-align:left;line-height:1.7}

.faq{background:var(--cream-2)}
.faq__list{list-style:none;display:grid;gap:12px}
.faq__item{background:var(--cream-card);border:1px solid var(--line);border-radius:12px;overflow:hidden}
.faq__q{width:100%;text-align:left;background:transparent;border:none;cursor:pointer;font-family:var(--font-jp);font-weight:700;font-size:.94rem;color:var(--ink);padding:19px 54px 19px 24px;position:relative;line-height:1.6}
.faq__mk{position:absolute;right:22px;top:50%;transform:translateY(-50%);width:16px;height:16px}
.faq__mk::before,.faq__mk::after{content:"";position:absolute;background:var(--gold-dk);border-radius:2px;transition:.3s}
.faq__mk::before{top:7px;left:0;width:16px;height:2px}
.faq__mk::after{top:0;left:7px;width:2px;height:16px}
.faq__item.is-open .faq__mk::after{transform:scaleY(0)}
.faq__a{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq__a p{padding:0 24px 22px;color:var(--ink-soft);font-size:.88rem}

.news{background:var(--cream)}
.tabs{display:flex;gap:4px;justify-content:center;margin-bottom:30px;border-bottom:1px solid var(--line)}
.tab{background:none;border:none;border-radius:0;padding:12px 20px;font-family:var(--font-jp);font-size:.82rem;font-weight:700;color:var(--ink-soft);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s,border-color .2s}
.tab:hover{color:var(--ink)}
.tab.is-active{color:var(--ink);border-bottom-color:var(--gold-dk)}
.newslist{list-style:none;max-width:760px;margin:0 auto}
.newsitem{border-bottom:1px solid var(--line)}
.newsitem a{display:block;padding:18px 8px;transition:background .2s}
.newsitem a:hover{background:rgba(217,185,120,.08)}
.newsitem__title{display:block;font-size:.94rem;font-weight:500;color:var(--ink);line-height:1.6}
.newsitem__date{display:block;font-family:var(--font-en);font-size:.74rem;letter-spacing:.06em;color:var(--gold-dk);margin-top:6px}
.artgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.news .artgrid .artcard:nth-child(n+7){display:none}
.legal .artgrid{margin-top:8px}
.artgrid__empty,.newslist__empty{color:var(--ink-soft);padding:20px 4px}
.legal .pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:40px}
.legal .pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:var(--cream-card);color:var(--ink);font-family:var(--font-en);font-weight:500;font-size:.9rem}
.legal .pagination .page-numbers.current{background:var(--navy);color:#fff;border-color:var(--navy)}
.legal .pagination a.page-numbers:hover{border-color:var(--gold);color:var(--gold-dk)}
.artmeta{color:var(--gold-dk);font-family:var(--font-en);font-size:.78rem;letter-spacing:.06em;margin-bottom:10px}
.legal .post__thumb{margin:0 0 26px;border-radius:14px;overflow:hidden;border:1px solid var(--line)}
.legal .post__thumb img{width:100%;display:block;aspect-ratio:1.6/1;object-fit:cover}
.legal .backlink{display:inline-flex;align-items:center;gap:8px;margin-top:36px;font-weight:700;color:var(--gold-dk);border-bottom:1px solid rgba(217,185,120,.5);padding-bottom:3px}
.legal .post__body{color:#4a4436;font-size:.95rem;line-height:2}
/* h2＝紺の背景帯・白文字（左線なし）／h3＝ゴールドの左ライン */
.legal .post__body h2{font-family:var(--font-serif);font-weight:600;font-size:1.15rem;color:#fff;background:var(--navy);border:none;margin:34px 0 16px;padding:12px 18px;border-radius:8px}
.legal .post__body h3{display:block;font-family:var(--font-serif);font-weight:600;font-size:1.05rem;color:var(--ink);margin:28px 0 12px;padding-left:14px;border-left:3px solid var(--gold);border-bottom:none}
.legal .post__body p{margin-bottom:16px}
/* 本文中の画像はすべて黄金比（1.6:1）で表示（height:auto は付けない＝比率が効かなくなるため） */
.legal .post__body img{width:100%;aspect-ratio:1.6/1;object-fit:cover;border-radius:10px;display:block;margin:8px 0 20px}
.legal .post__body figure{margin:8px 0 20px}
.legal .post__body figure img{margin:0}
.legal .post__body a{color:var(--gold-dk);text-decoration:underline}
/* 表：クリーンで見やすく＋下に余白 */
/* 表：背景なし・縦線なし・横線のみ／左（＝スマホは上）を太字／下に余白
   ※WordPressの表ブロックの枠線・背景も強制的に打ち消し */
.legal .post__body figure.wp-block-table{margin:12px 0 40px}
.legal .post__body table{width:100%;border-collapse:collapse;margin:12px 0 40px;font-size:.93rem;border:0!important;background:transparent!important}
.legal .post__body th,.legal .post__body td{padding:14px 6px;text-align:left;line-height:1.8;vertical-align:top;background:transparent!important;border-top:0!important;border-left:0!important;border-right:0!important;border-bottom:1px solid var(--line)!important}
.legal .post__body th{font-weight:700;color:var(--ink);padding-right:24px;white-space:nowrap}
.legal .post__body td{color:#4a4436;font-weight:400}
@media(max-width:600px){
  .legal .post__body table,.legal .post__body thead,.legal .post__body tbody,.legal .post__body tr,.legal .post__body th,.legal .post__body td{display:block;width:100%}
  .legal .post__body th,.legal .post__body td{border-bottom:none!important;padding-left:0!important;padding-right:0!important}
  .legal .post__body th{white-space:normal;padding-top:12px;padding-bottom:2px}
  .legal .post__body td{padding-top:0;padding-bottom:14px}
  .legal .post__body tr{border-bottom:1px solid var(--line)}
  .legal .post__body tr:last-child{border-bottom:none}
}
/* 本文の箇条書きを挿入するだけで自動でおしゃれに（金ドット＋区切り線） */
.legal .post__body ul{list-style:none;margin:0 0 24px;padding:0}
.legal .post__body ul li{position:relative;margin:0;padding:12px 4px 12px 28px;border-bottom:1px solid var(--line)}
.legal .post__body ul li::before{content:"";position:absolute;left:6px;top:1.2em;width:8px;height:8px;border-radius:50%;background:linear-gradient(140deg,var(--gold-lt),var(--gold-dk))}
.legal .post__body ul li:last-child{border-bottom:none}
.legal .post__body ol{list-style:none;counter-reset:wpol;margin:0 0 24px;padding:0}
.legal .post__body ol li{position:relative;margin:0;padding:12px 4px 12px 44px;border-bottom:1px solid var(--line);counter-increment:wpol}
.legal .post__body ol li::before{content:counter(wpol);position:absolute;left:2px;top:.85em;width:26px;height:26px;border-radius:50%;background:var(--navy);color:#fff;font-family:var(--font-en);font-weight:600;font-size:.82rem;display:flex;align-items:center;justify-content:center}
.legal .post__body ol li:last-child{border-bottom:none}
.wcard__cta-row{margin-top:8px}
.artcard{display:flex;flex-direction:column;background:var(--cream-card);border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.artcard:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.artcard__thumb{aspect-ratio:16/10;background:linear-gradient(140deg,hsl(var(--h) 42% 32%),hsl(var(--h) 38% 20%))}
.artcard__body{padding:14px 14px 18px;display:flex;flex-direction:column;gap:8px}
.artcard__title{font-size:.86rem;font-weight:700;line-height:1.55;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.artcard__date{font-family:var(--font-en);font-size:.72rem;letter-spacing:.06em;color:var(--gold-dk)}
.news__more{text-align:center;margin-top:34px}
.morelink{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:.9rem;color:var(--gold-dk);border-bottom:1px solid rgba(217,185,120,.5);padding-bottom:3px}
.morelink__arw{transition:transform .2s}
.morelink:hover .morelink__arw{transform:translateX(4px)}

.contact{background:var(--cream-2)}
.contact__ttl{font-size:clamp(1.3rem,4.4vw,1.9rem)}
.switch{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}
.switch__tab{background:var(--cream-card);border:1px solid var(--line);border-radius:12px;padding:16px 14px;cursor:pointer;text-align:center;transition:.2s}
.switch__tab strong{display:block;font-size:.92rem;color:var(--ink)}
.switch__tab small{display:block;font-size:.76rem;color:var(--ink-soft);margin-top:3px}
.switch__tab.is-active{border-color:var(--gold);background:#fff;box-shadow:0 0 0 3px rgba(217,185,120,.2)}
.form{background:var(--cream-card);border:1px solid var(--line);border-radius:var(--r);padding:34px 36px 32px;box-shadow:var(--shadow)}
.form__lead{font-size:.88rem;color:var(--ink-soft);margin-bottom:22px;text-align:center}
.form__row{margin-bottom:20px}
.form__row label{display:block;font-weight:700;font-size:.88rem;margin-bottom:8px}
.req{background:var(--orange);color:#fff;font-size:.66rem;padding:2px 8px;border-radius:4px;margin-left:6px;vertical-align:2px}
.opt{background:#d9cdb5;color:#4a4232;font-size:.66rem;padding:2px 8px;border-radius:4px;margin-left:6px;vertical-align:2px}
.form input,.form textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:10px;padding:13px 15px;font-family:inherit;font-size:.95rem;color:var(--ink);transition:border-color .2s,box-shadow .2s}
.form input:focus,.form textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(217,185,120,.22)}
.form__radios{display:flex;flex-wrap:wrap;gap:16px 34px;margin-top:12px}
.form__radios .radio{display:inline-flex;align-items:center;gap:10px;margin:0;padding:0;cursor:pointer;font-size:.95rem;font-weight:500;color:var(--ink)}
.form__radios .radio input{appearance:none;-webkit-appearance:none;width:20px;height:20px;flex:0 0 auto;margin:0;padding:0;box-sizing:border-box;background:#fff;border:1.5px solid #b7ac93;border-radius:50%;position:relative;cursor:pointer;transition:border-color .2s}
.form__radios .radio input:checked{border-color:var(--orange)}
.form__radios .radio input:checked::after{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--orange)}
.form__radios .radio span{line-height:1.2}
.form .btn{margin-top:6px}
.form__privacy{text-align:center;font-size:.78rem;color:var(--ink-soft);margin-top:14px}
.form__agree{display:flex;align-items:center;justify-content:center;gap:8px;margin:2px 0 18px;font-size:.82rem;color:var(--ink-soft);cursor:pointer}
.form__agree input{appearance:none;-webkit-appearance:none;width:17px;height:17px;flex:0 0 auto;margin:0;padding:0;border:1.5px solid #b7ac93;border-radius:4px;background:#fff;position:relative;cursor:pointer;transition:border-color .2s,background .2s}
.form__agree input:checked{background:var(--orange);border-color:var(--orange)}
.form__agree input:checked::after{content:"";position:absolute;left:5px;top:1px;width:4px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.form__agree input:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.form__agree a{color:var(--gold-dk);text-decoration:underline;font-weight:700}
.form__agree span{line-height:1.5;padding-top:1px}
.form__done{text-align:center;background:var(--cream-card);border:1px solid var(--gold);border-radius:var(--r);padding:38px;font-weight:700;color:var(--gold-dk)}

.ftr{background:var(--navy);color:rgba(255,255,255,.72);padding:44px 0 26px}
.ftr__in{display:flex;justify-content:space-between;align-items:center;gap:20px 40px;flex-wrap:wrap;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}
.logo--ftr .logo__txt{color:var(--gold-lt)}
.ftr__links{display:flex;flex-wrap:wrap;gap:8px 28px}
.ftr__links a{font-size:.84rem;color:rgba(255,255,255,.78);transition:color .2s}
.ftr__links a:hover{color:var(--gold-lt)}
.ftr__btm{margin-top:22px;text-align:center}
.ftr__btm small{font-family:var(--font-en);font-size:.74rem;letter-spacing:.1em;color:rgba(255,255,255,.62)}

.lhdr{background:var(--navy);border-bottom:1px solid rgba(201,162,86,.16)}
.lhdr__in{display:flex;align-items:center;justify-content:space-between;height:66px}
.lback{color:rgba(255,255,255,.78);font-size:.84rem;font-weight:500;transition:color .2s}
.lback:hover{color:var(--gold-lt)}
/* 固定ページ・アーカイブのタイトル帯＋パンくず */
.phead{position:relative;padding-top:66px;min-height:300px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden;background:radial-gradient(120% 120% at 50% 0,var(--navy-3),var(--navy) 60%)}
.phead__bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center}
.phead__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,22,34,.5),rgba(11,22,34,.78))}
.phead .wrap{position:relative;z-index:1}
.phead__ttl{font-family:var(--font-serif);font-weight:600;font-size:clamp(1.6rem,4.4vw,2.3rem);letter-spacing:.1em;line-height:1.35}
.phead__en{display:block;font-family:var(--font-en);font-size:.82rem;letter-spacing:.34em;color:var(--gold-lt);margin-top:16px;font-weight:500}
.crumbs{background:var(--cream);border-bottom:1px solid var(--line)}
.crumbs .wrap{padding:13px 24px;font-size:.8rem;color:var(--ink-soft);letter-spacing:.02em}
.crumbs a{color:var(--ink-soft);transition:color .2s}
.crumbs a:hover{color:var(--gold-dk)}
.crumbs .sep{margin:0 9px;color:var(--gold-dk)}
@media(max-width:820px){.phead{min-height:0;padding-top:calc(66px + 38px);padding-bottom:38px}}

.legal{background:var(--cream);padding:118px 0 84px;min-height:62vh}
.legal--sub{padding-top:52px}
@media(max-width:820px){.legal--sub{padding-top:40px}}
.legal__title{font-family:var(--font-serif);font-weight:600;font-size:clamp(1.5rem,4vw,2rem);text-align:left;margin-bottom:14px}
.legal__lead{text-align:left;color:var(--ink-soft);font-size:.9rem;margin-bottom:40px}
.legal h2{font-family:var(--font-serif);font-weight:600;font-size:1.1rem;color:var(--ink);margin:34px 0 12px;padding-left:14px;border-left:3px solid var(--gold)}
.legal p{color:#4a4436;font-size:.92rem;line-height:2;margin-bottom:14px}
.legal ul{list-style:none;margin:0 0 14px}
.legal ul li{position:relative;padding-left:18px;color:#4a4436;font-size:.92rem;line-height:1.9}
.legal ul li::before{content:"";position:absolute;left:2px;top:.8em;width:6px;height:6px;border-radius:50%;background:var(--gold)}
/* 記事一覧（お知らせアーカイブ）とフッターメニューには箇条書きの点を出さない */
.legal .newslist li{padding-left:0}
.legal .newslist li::before{content:none}
.ftr__links,.ftr__links li{list-style:none}
.ftr__links li{margin:0}
.ftr__links li::before,.ftr__links li::marker{content:""}
.linfo{list-style:none;border-top:1px solid var(--line);margin-top:4px}
.legal .linfo li{display:grid;grid-template-columns:130px 1fr;gap:4px 18px;align-items:baseline;padding:16px 4px;border-bottom:1px solid var(--line)}
.legal .linfo li::before{content:none}
.linfo dt,.linfo b{font-weight:700;color:var(--ink);font-size:.86rem;padding-left:0;white-space:nowrap}
.linfo span{color:#4a4436;font-size:.92rem;word-break:break-word}
@media(max-width:600px){.legal .linfo li{grid-template-columns:1fr;gap:3px;padding:15px 4px}.linfo dt,.linfo b{font-size:.82rem;color:var(--gold-dk)}}

.spbar{position:fixed;left:0;right:0;bottom:18px;margin-inline:auto;z-index:55;display:none;align-items:center;justify-content:center;gap:10px;width:fit-content;max-width:calc(100% - 32px);white-space:nowrap;background:linear-gradient(180deg,var(--orange),var(--orange-2));color:#fff;font-family:var(--font-jp);font-weight:700;font-size:.9rem;padding:14px 34px;border-radius:999px;box-shadow:0 16px 34px -12px rgba(224,118,42,.7);transform:translateY(240%);transition:transform .32s cubic-bezier(.3,.7,.2,1)}
.spbar.is-show{transform:translateY(0)}
.spbar__txt strong{color:#fff}
.spbar__arw{font-family:var(--font-en);font-weight:400;transition:transform .2s}
.gnav__cta{font-family:var(--font-jp)!important}

@media(max-width:1200px){
  .gnav{position:fixed;top:0;right:0;bottom:0;width:82%;max-width:330px;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px;background:linear-gradient(180deg,var(--navy-2),var(--navy));padding:96px 30px 40px;overflow-y:auto;transform:translateX(100%);transition:transform .38s cubic-bezier(.3,.7,.2,1);z-index:58}
  .gnav.is-open{transform:none}
  .gnav a{width:100%;padding:12px 4px;font-size:.86rem;border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:flex-start;align-items:baseline;gap:10px}
  .gnav__en{display:inline;font-family:var(--font-en);font-size:.58rem;letter-spacing:.16em;color:var(--gold-dk);font-weight:400}
  .gnav a.gnav__cta{display:none}
  .burger{display:block;z-index:59}
  .spbar{display:flex}
}
@media(max-width:820px){
  .sec{padding:66px 0}
  .shead{margin-bottom:34px}
  .sp-only{display:inline}
  .sp-hide{display:none}
  .hero{padding:104px 0 96px}
  .pcard{padding:34px 26px 38px}
  .fcard{padding:36px 26px 40px}
  .seocard{padding:22px 22px}
  .incl__grid{gap:0 16px}
  .artgrid{grid-template-columns:repeat(2,1fr);gap:14px}
  .artcard__title{font-size:.82rem}
  .switch{grid-template-columns:1fr}
  .form{padding:26px 20px 24px}
  .pricecard__now b{font-size:3.3rem}
  .ctable th,.ctable td{padding:12px 6px}
  .ctable tbody th{font-size:.78rem}
  .ctable tbody td{font-size:.78rem}
  .slider__nav{gap:12px}
  .slider__dots{gap:6px}
  .slider__dots button{width:16px}
  .slider__dots button.is-active{width:24px}
  .wcard__body{padding:18px 18px 22px}
  .works__slider{margin-top:36px}
  .ftr__in{flex-direction:column;gap:24px}
  .ftr{padding-bottom:30px}
}
@media(max-width:420px){
  .wrap{padding:0 18px}
  .promo{padding:22px 18px}
  .artgrid{gap:12px}
}
@media(max-width:360px){
  .wrap{padding:0 15px}
  .hero__pills{gap:6px}
  .hero__pill{font-size:.66rem;padding:5px 9px;letter-spacing:.01em;white-space:nowrap}
  .incl__grid{gap:0 10px}
  .incl__grid li{font-size:.74rem;padding-left:13px;white-space:nowrap}
  .incl__grid li::before{width:4px;height:4px}
  .deal__was{font-size:1.95rem}
  .deal__price{font-size:2.7rem}
  .deal__frame{padding:16px 14px 0}
  .deal__hit{margin:14px -14px 0;padding:16px 14px 18px}
  .deal__camname{font-size:.8rem;padding:3px 14px}
  .promo{padding:22px 15px}
  .opt__name{font-size:.78rem}
  .ctable th,.ctable td{padding:11px 4px}
}
@media(max-width:340px){
  .hero__h1{font-size:1.25rem}
}

@media(min-width:821px){
  /* お悩み：1・2・3を縦並び（スライダー無効） */
  .problem .slider:not(.works__slider){max-width:780px}
  .problem .slider:not(.works__slider) .slider__view{overflow:visible;padding:0;border-radius:0}
  .problem .slider:not(.works__slider) .slider__track{display:flex;flex-direction:column;gap:18px;transform:none!important;transition:none}
  .problem .slider:not(.works__slider) .slide{flex:0 0 auto;width:100%;padding:0}
  .problem .slider:not(.works__slider) .slider__nav{display:none}

  /* 実績：3枚表示スライダー */
  .works__slider{max-width:1060px}
  .works__slider .slide{flex:0 0 33.333%}
}

.hero__dots{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0;opacity:.72}
.hero__dots b{position:absolute;top:50%;left:50%;width:3em;height:3em;font:52px/1.3 serif;color:transparent;mix-blend-mode:screen;animation:heroBokeh 44s infinite ease-in-out alternate;will-change:transform}
.hero__dots b:nth-child(1){text-shadow:0.47em -0.05em 8px hsla(39,67%,65%,0.13),1.02em -0.39em 8px hsla(38,57%,66%,0.30),-0.13em 0.17em 8px hsla(45,68%,66%,0.33),-0.36em 2.08em 8px hsla(31,62%,55%,0.30),0.04em 1.24em 8px hsla(41,68%,61%,0.13),0.12em 1.54em 8px hsla(40,68%,66%,0.19),1.88em 1.60em 8px hsla(33,69%,61%,0.28),0.36em 2.44em 8px hsla(45,60%,78%,0.23),-0.38em 1.50em 8px hsla(42,75%,64%,0.27),1.28em 1.24em 8px hsla(44,77%,67%,0.27),-0.32em 1.60em 8px hsla(45,74%,64%,0.20),1.51em -0.43em 8px hsla(39,58%,61%,0.29),-0.11em 0.24em 8px hsla(44,57%,66%,0.24),2.15em 1.96em 8px hsla(40,65%,65%,0.31),2.37em -0.05em 8px hsla(44,50%,82%,0.25),0.29em -0.49em 8px hsla(41,68%,73%,0.27),1.05em 1.35em 8px hsla(38,76%,71%,0.31),1.89em 0.68em 8px hsla(39,70%,61%,0.13),0.13em -0.01em 8px hsla(38,55%,62%,0.14),0.59em -0.42em 8px hsla(42,58%,64%,0.20),0.59em -0.13em 8px hsla(45,66%,67%,0.14),-0.19em 0.53em 8px hsla(34,63%,52%,0.33),1.08em -0.06em 8px hsla(38,67%,74%,0.31),1.59em 0.28em 8px hsla(39,73%,67%,0.29),0.49em 0.17em 8px hsla(45,75%,71%,0.30),1.72em 0.18em 8px hsla(40,56%,60%,0.18),0.28em 1.58em 8px hsla(41,77%,74%,0.33),0.59em 0.16em 8px hsla(31,64%,58%,0.32),2.02em 0.94em 8px hsla(44,57%,69%,0.32),1.85em 1.75em 8px hsla(39,73%,65%,0.30);animation-duration:44s;animation-delay:-27s}
.hero__dots b:nth-child(2){text-shadow:2.41em 0.69em 8px hsla(45,72%,62%,0.15),-0.05em 2.21em 8px hsla(39,74%,74%,0.26),0.55em 1.15em 8px hsla(43,64%,84%,0.24),2.30em 0.80em 8px hsla(44,60%,64%,0.18),0.22em 1.26em 8px hsla(32,62%,61%,0.20),0.87em 1.25em 8px hsla(41,76%,67%,0.24),1.07em -0.44em 8px hsla(39,55%,71%,0.16),0.92em 1.68em 8px hsla(40,67%,68%,0.29),-0.18em 1.18em 8px hsla(31,74%,57%,0.24),1.78em 2.24em 8px hsla(42,67%,67%,0.27),0.86em 1.10em 8px hsla(45,71%,72%,0.33),0.28em 1.18em 8px hsla(44,58%,62%,0.22),-0.28em 0.22em 8px hsla(46,61%,87%,0.15),1.65em 1.48em 8px hsla(47,64%,79%,0.33),0.69em 0.96em 8px hsla(44,59%,66%,0.23),0.52em 0.09em 8px hsla(34,60%,58%,0.22),-0.45em 0.49em 8px hsla(42,56%,74%,0.29),2.42em -0.19em 8px hsla(30,74%,55%,0.15),0.77em 2.23em 8px hsla(40,58%,73%,0.25),1.60em -0.23em 8px hsla(46,54%,77%,0.33),1.40em 1.90em 8px hsla(46,46%,86%,0.22),0.52em 1.16em 8px hsla(40,58%,67%,0.17),-0.17em -0.02em 8px hsla(44,51%,80%,0.29),0.37em 1.00em 8px hsla(44,45%,79%,0.12),1.70em 1.15em 8px hsla(45,64%,77%,0.30),0.80em 0.99em 8px hsla(41,67%,70%,0.34),0.53em 2.00em 8px hsla(42,64%,65%,0.13),-0.11em -0.29em 8px hsla(40,59%,61%,0.31),2.11em 1.51em 8px hsla(31,65%,57%,0.15),0.84em 0.29em 8px hsla(45,68%,63%,0.33);animation-duration:43s;animation-delay:-32s}
.hero__dots b:nth-child(3){text-shadow:0.43em 0.57em 8px hsla(45,54%,82%,0.16),1.01em -0.49em 8px hsla(30,67%,52%,0.12),0.41em 0.20em 8px hsla(42,72%,69%,0.28),2.14em 0.67em 8px hsla(45,58%,70%,0.26),-0.37em 2.01em 8px hsla(42,72%,71%,0.15),1.07em 1.01em 8px hsla(44,74%,68%,0.32),1.55em 1.58em 8px hsla(30,62%,56%,0.14),2.01em 1.18em 8px hsla(42,71%,67%,0.12),1.89em 1.74em 8px hsla(42,70%,61%,0.28),0.26em -0.28em 8px hsla(34,64%,59%,0.33),0.98em 0.65em 8px hsla(43,73%,69%,0.26),-0.27em -0.06em 8px hsla(34,65%,58%,0.12),-0.32em 0.31em 8px hsla(43,71%,64%,0.23),0.89em 0.90em 8px hsla(47,49%,88%,0.33),-0.45em 0.88em 8px hsla(45,65%,64%,0.17),2.34em 0.13em 8px hsla(39,67%,73%,0.15),1.96em 1.03em 8px hsla(43,60%,73%,0.23),-0.43em -0.49em 8px hsla(41,62%,62%,0.20),0.45em 2.02em 8px hsla(46,62%,77%,0.32),1.64em 2.20em 8px hsla(32,67%,62%,0.25),0.58em 0.78em 8px hsla(30,62%,60%,0.18),2.31em 0.25em 8px hsla(33,63%,56%,0.33),2.15em 1.94em 8px hsla(44,77%,68%,0.28),-0.35em 1.70em 8px hsla(43,70%,64%,0.13),2.28em -0.12em 8px hsla(40,62%,70%,0.33),0.28em 1.47em 8px hsla(33,67%,54%,0.16),0.12em 2.22em 8px hsla(40,76%,74%,0.22),-0.08em 0.08em 8px hsla(44,47%,79%,0.18),1.21em 2.16em 8px hsla(41,65%,67%,0.20),0.51em -0.31em 8px hsla(35,62%,57%,0.26);animation-duration:42s;animation-delay:-23s}
.hero__dots b:nth-child(4){text-shadow:2.09em 0.15em 8px hsla(31,67%,56%,0.33),2.05em 2.12em 8px hsla(43,59%,87%,0.22),1.26em -0.50em 8px hsla(44,74%,72%,0.33),0.25em -0.17em 8px hsla(45,59%,87%,0.28),1.44em 1.79em 8px hsla(42,56%,71%,0.17),2.26em 1.44em 8px hsla(31,65%,58%,0.27),-0.16em -0.29em 8px hsla(42,64%,63%,0.25),-0.47em 0.40em 8px hsla(45,70%,72%,0.22),0.20em 0.24em 8px hsla(43,62%,60%,0.23),1.52em 0.76em 8px hsla(33,77%,54%,0.13),0.51em 0.76em 8px hsla(39,73%,70%,0.23),0.12em 2.41em 8px hsla(34,64%,54%,0.29),0.38em 2.36em 8px hsla(39,60%,66%,0.27),2.35em -0.06em 8px hsla(39,77%,62%,0.13),-0.32em 0.68em 8px hsla(44,72%,74%,0.32),0.49em 0.06em 8px hsla(43,56%,69%,0.20),0.62em 0.50em 8px hsla(43,51%,80%,0.33),-0.13em 2.39em 8px hsla(32,75%,60%,0.22),-0.35em 0.92em 8px hsla(44,59%,65%,0.32),-0.41em 0.73em 8px hsla(43,56%,60%,0.13),2.26em 0.27em 8px hsla(44,63%,64%,0.33),1.35em 0.29em 8px hsla(40,61%,60%,0.29),2.25em 1.40em 8px hsla(38,60%,67%,0.33),2.36em 0.66em 8px hsla(32,69%,61%,0.16),1.91em 1.72em 8px hsla(43,69%,65%,0.19),0.59em 1.85em 8px hsla(44,60%,79%,0.13),-0.40em 1.16em 8px hsla(45,75%,74%,0.18),-0.25em -0.21em 8px hsla(43,65%,63%,0.21),1.36em 1.52em 8px hsla(44,70%,62%,0.30),0.38em 1.20em 8px hsla(43,60%,63%,0.17);animation-duration:41s;animation-delay:-19s}
@keyframes heroBokeh{from{transform:rotate(0deg) scale(12) translateX(-20px)}to{transform:rotate(360deg) scale(18) translateX(20px)}}
@media(prefers-reduced-motion:reduce){.hero__dots b{animation:none}}

.work__lead{font-size:1.02rem;line-height:1.95;color:var(--ink);margin:4px 0 16px}
.legal .worktags{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0 0 26px;padding:0}
.legal .worktags li{padding:6px 14px;font-size:.78rem;color:var(--ink-soft);font-weight:500;border:1px solid var(--line);border-radius:6px;background:transparent;line-height:1.4}
.legal .worktags li::before{content:none;display:none}
.work__cta{text-align:center;margin:34px 0 4px}
.artmeta__cat{font-weight:600;color:var(--gold-dk);margin-right:10px}
.workbadge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.02em;padding:3px 11px;border-radius:999px;background:#eae3d4;color:var(--ink-soft);vertical-align:middle}
.workbadge--live{background:var(--gold-lt);color:var(--gold-dk)}

.legal .post__thumb--work{background-color:#fff;border:none;border-radius:0}
.legal .post__thumb--work img{width:80%!important;display:block;aspect-ratio:1.4/1!important;object-fit:cover;margin:0 auto}

.workfilter{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin:0 0 34px}
.workfilter__lbl{font-size:.9rem;font-weight:600;color:var(--ink-soft)}
.workfilter__select{appearance:none;-webkit-appearance:none;min-width:230px;padding:12px 46px 12px 18px;font:inherit;font-size:.92rem;color:var(--ink);background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23b18f45' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;border:1px solid var(--line);border-radius:10px;cursor:pointer}
.workfilter__select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(217,185,120,.25)}
.worktax__now{text-align:center;color:var(--ink-soft);font-size:.9rem;margin:0 0 16px}

a.wcard{text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s,transform .2s}
a.wcard:hover{border-color:var(--gold);box-shadow:0 18px 36px -22px rgba(11,22,34,.55);transform:translateY(-3px)}
a.wcard:hover .wcard__media img{transform:scale(1)}
.works__cta{text-align:center;margin:38px 0 0}

.related{margin:48px 0 8px}
.related__ttl{font-family:var(--font-serif);font-size:1.25rem;color:var(--ink);margin:0 0 18px;padding-bottom:10px;border-bottom:1px solid var(--line)}
.postnav{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;margin:40px 0 0;padding-top:22px;border-top:1px solid var(--line)}
.postnav__prev,.postnav__next{max-width:48%}
.postnav__next{margin-left:auto}
.postnav a{display:inline-flex;flex-direction:column;gap:4px;text-decoration:none;color:var(--ink);text-align:left;align-items:flex-start}
.postnav i{font-style:normal;font-size:.76rem;font-weight:600;color:var(--gold-dk)}
.postnav b{font-weight:500;font-size:.9rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.postnav a:hover b{text-decoration:underline}

.preloader{display:none}
.js:not(.intro-seen) .preloader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;text-align:center;background:radial-gradient(120% 120% at 50% 42%,var(--navy-3),var(--navy) 70%)}
.preloader__lead{font-family:var(--font-serif);font-size:.9rem;letter-spacing:.2em;color:var(--gold-lt);opacity:0;animation:preIn 1.2s ease .3s forwards}
.preloader__logo{font-family:var(--font-en);font-size:2.7rem;font-weight:500;letter-spacing:.16em;color:var(--gold);margin-top:16px;opacity:0;animation:preIn 1.2s ease .75s forwards}
.preloader.is-done{opacity:0;visibility:hidden;transition:opacity .9s ease,visibility .9s ease}
@keyframes preIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.js:not(.intro-seen) .home .hero__eyebrow,.js:not(.intro-seen) .home .hero__pills,.js:not(.intro-seen) .home .hero__lead,.js:not(.intro-seen) .home .promo{opacity:0}
.js .home .hero__h1 .char{display:inline-block}
.js:not(.intro-seen) .home .hero__h1 .char{opacity:0;transform:translateY(.45em)}
.home.is-loaded .hero__eyebrow{animation:heroUp .9s ease .1s both}
.home.is-loaded .hero__pills{animation:heroUp .9s ease .35s both}
.home.is-loaded .hero__h1 .char{animation:charUp .55s cubic-bezier(.2,.7,.2,1) both;animation-delay:calc(.55s + var(--i)*.05s)}
.home.is-loaded .hero__lead{animation:heroUp .9s ease 1.5s both}
.home.is-loaded .promo{animation:heroUp 1s ease 1.9s both}
@keyframes heroUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@keyframes charUp{from{opacity:0;transform:translateY(.45em)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.preloader{display:none!important}.js .home .hero__eyebrow,.js .home .hero__pills,.js .home .hero__lead,.js .home .promo,.js .home .hero__h1 .char{opacity:1!important;transform:none!important;animation:none!important}}

.hero__h1 .gold .char{background:linear-gradient(110deg,#f6e6bc,#eacd88 46%,#d3ac5f);-webkit-background-clip:text;background-clip:text;color:transparent}

.js .home .hero__h1{text-wrap:wrap;white-space:normal}
