/*
 * NPQ Event — メインスタイルシート
 * assets/css/main.css
 */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --org:#f28050;--org-d:#d45f2a;--org-l:#fff0e9;
  --ink:#231208;--ink2:#5c3822;--muted:#9e8070;
  --rule:#eaddd6;--bg:#fffaf7;--white:#fff;
  --f:"M PLUS Rounded 1c",sans-serif;--r:12px;
}
html{font-family:var(--f);background:var(--bg);color:var(--ink)}
body{min-height:100vh;overflow-x:hidden}
a{text-decoration:none;color:inherit}

/* ── HEADER ── */
.hdr{position:sticky;top:0;z-index:200;background:var(--white);border-bottom:3px solid var(--org);box-shadow:0 2px 10px rgba(242,128,80,.13)}
.hdr-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;padding:0 20px;height:62px;gap:16px}
.logo{display:flex;align-items:center;gap:9px}
.logo-box{width:36px;height:36px;background:var(--org);border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:16px;flex-shrink:0}
.logo-name b{font-size:20px;font-weight:900;color:var(--org);letter-spacing:.04em;display:block;line-height:1}
.logo-name small{font-size:10px;font-weight:500;color:var(--muted);letter-spacing:.05em}
.hdr-search{margin-left:auto;display:flex;align-items:center;gap:6px;background:var(--org-l);border:1.5px solid #fad0bc;border-radius:24px;padding:7px 16px;font-family:var(--f);font-size:13px;font-weight:600;color:var(--org-d);cursor:pointer;transition:background .15s;border:none}
.hdr-search:hover{background:#fde0d2}
.hmbg{display:flex;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:8px;border-radius:8px;transition:background .15s}
.hmbg:hover{background:var(--org-l)}
.hmbg span{display:block;width:22px;height:2.5px;background:var(--ink);border-radius:2px;transition:transform .25s,opacity .2s}
.hmbg.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.hmbg.open span:nth-child(2){opacity:0}
.hmbg.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}

/* ── DRAWER ── */
.drawer-wrap{position:fixed;inset:0;z-index:199;visibility:hidden;overflow:hidden}
.drawer-wrap.open{visibility:visible}
.drawer-mask{position:absolute;inset:0;background:rgba(35,18,8,.48);opacity:0;transition:opacity .25s;cursor:pointer}
.drawer-wrap.open .drawer-mask{opacity:1}
.drawer{position:absolute;top:0;right:0;bottom:0;width:290px;background:var(--white);overflow-y:auto;transform:translateX(100%);transition:transform .28s cubic-bezier(.3,.8,.2,1);box-shadow:-6px 0 30px rgba(0,0,0,.14);padding-bottom:40px}
.drawer-wrap.open .drawer{transform:translateX(0)}
.drawer-head{background:var(--org);padding:18px 22px;display:flex;align-items:center;justify-content:space-between}
.drawer-head-logo{font-size:18px;font-weight:900;color:#fff;letter-spacing:.04em}
.drawer-close{width:32px;height:32px;background:rgba(255,255,255,.25);border:none;border-radius:50%;cursor:pointer;font-size:18px;color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--f);transition:background .15s}
.drawer-close:hover{background:rgba(255,255,255,.4)}
.drawer-section{font-size:10px;font-weight:800;color:var(--muted);letter-spacing:.12em;text-transform:uppercase;padding:18px 22px 8px}
.drawer-cats{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 16px 4px}
.dcbtn{display:flex;align-items:center;gap:7px;padding:10px 12px;border-radius:10px;border:none;font-family:var(--f);font-size:13px;font-weight:700;color:#fff;cursor:pointer;transition:opacity .15s;text-decoration:none}
.dcbtn:hover{opacity:.82}
.drawer-links{padding:0 8px}
.dl{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:10px;font-size:14px;font-weight:600;color:var(--ink2);cursor:pointer;transition:background .13s;text-decoration:none}
.dl:hover{background:var(--org-l)}
.dl .icon{width:22px;text-align:center;font-size:16px}
.drawer-rule{height:1px;background:var(--rule);margin:8px 20px}

/* ── TICKER ── */
.ticker{background:var(--org);display:flex;align-items:stretch;overflow:hidden}
.ticker-tag{background:var(--org-d);color:#fff;font-size:11px;font-weight:800;letter-spacing:.1em;padding:0 16px;display:flex;align-items:center;white-space:nowrap;flex-shrink:0}
.ticker-track{flex:1;overflow:hidden}
.ticker-inner{display:inline-flex;white-space:nowrap;animation:tick 38s linear infinite}
.ticker-ev{font-size:12px;font-weight:600;color:#fff;padding:9px 24px;cursor:pointer;transition:background .15s;display:inline-flex;align-items:center;gap:6px;text-decoration:none}
.ticker-ev:hover{background:rgba(0,0,0,.1)}
.ticker-ev::before{content:"▶";opacity:.6;font-size:10px}
@keyframes tick{from{transform:translateX(50vw)}to{transform:translateX(-100%)}}

/* ── CAT TABS ── */
.cat-bar{background:var(--white);border-bottom:1.5px solid var(--rule);overflow-x:auto;scrollbar-width:none;position:sticky;top:65px;z-index:10}
.cat-bar::-webkit-scrollbar{display:none}
.cat-bar-inner{display:flex;padding:0 16px;min-width:max-content}
.ctab{display:flex;flex-direction:column;align-items:center;gap:3px;padding:9px 14px 7px;border:none;background:none;font-family:var(--f);font-size:12px;font-weight:700;color:var(--muted);cursor:pointer;white-space:nowrap;position:relative;transition:color .15s}
.ctab::after{content:'';position:absolute;bottom:0;left:8px;right:8px;height:3px;border-radius:2px 2px 0 0;background:transparent;transition:background .15s}
.ctab:hover{color:var(--org)}
.ctab:hover::after,.ctab.active::after{background:var(--org)}
.ctab.active{color:var(--org)}
.ctab-icon{font-size:17px;line-height:1}

/* ── PAGE LAYOUT ── */
.page{max-width:1140px;margin:0 auto;padding:28px 20px 64px}
.layout{display:grid;grid-template-columns:1fr 300px;gap:28px;align-items:start}

/* ── HERO ── */
.hero{display:block;border-radius:16px;overflow:hidden;position:relative;height:340px;cursor:pointer;margin-bottom:24px;transition:transform .2s}
.hero:hover{transform:scale(1.008)}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.hero-deco{position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.08);top:-80px;right:-80px}
.hero-grad{position:absolute;inset:0;background:linear-gradient(to top,rgba(35,18,8,.82) 0%,rgba(35,18,8,.1) 55%,transparent 100%)}
.hero-content{position:absolute;bottom:0;left:0;right:0;padding:24px}
.hero-cat{display:inline-flex;align-items:center;gap:5px;background:#fff;font-size:10px;font-weight:800;letter-spacing:.06em;border-radius:6px;padding:3px 9px;margin-bottom:10px}
.hero-title{font-size:22px;font-weight:900;color:#fff;line-height:1.42;margin-bottom:8px;text-wrap:pretty}
.hero-meta{display:flex;gap:14px;flex-wrap:wrap}
.hero-meta-item{font-size:12px;font-weight:500;color:rgba(255,255,255,.82)}
.hero-new{position:absolute;top:14px;left:14px;background:var(--org);color:#fff;font-size:10px;font-weight:800;padding:3px 9px;border-radius:6px;letter-spacing:.08em}

/* ── SECTIONS ── */
.sec{margin-bottom:28px}
.sh{display:flex;align-items:center;gap:8px;margin-bottom:14px}
.sh-bar{width:4px;height:18px;background:var(--org);border-radius:2px;flex-shrink:0}
.sh-title{font-size:16px;font-weight:900}
.sh-sub{font-size:11px;color:var(--muted);font-weight:500}
.sh-more{margin-left:auto;font-size:12px;font-weight:700;color:var(--org);cursor:pointer;transition:opacity .15s;text-decoration:none}
.sh-more:hover{opacity:.7}

/* ── SEARCH ── */
.search-bar{display:flex;align-items:center;gap:8px;background:var(--white);border:2px solid var(--rule);border-radius:12px;padding:10px 16px;margin-bottom:24px;transition:border-color .15s}
.search-bar:focus-within{border-color:var(--org)}
.search-bar svg{width:16px;height:16px;color:var(--muted);flex-shrink:0}
.search-bar input{flex:1;border:none;background:none;font-family:var(--f);font-size:14px;font-weight:500;color:var(--ink);outline:none}
.search-bar input::placeholder{color:var(--muted)}
.sb-clear{font-size:12px;color:var(--muted);cursor:pointer;padding:3px 6px;border-radius:4px;display:none;white-space:nowrap}
.sb-clear.on{display:block}
.sb-clear:hover{background:var(--org-l);color:var(--org-d)}

/* ── CARDS ── */
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ecard{background:var(--white);border-radius:var(--r);border:1.5px solid var(--rule);overflow:hidden;cursor:pointer;display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s,border-color .18s;text-decoration:none}
.ecard:hover{transform:translateY(-3px);box-shadow:0 8px 22px rgba(242,128,80,.15);border-color:#fad0bc}
.card-img{height:130px;display:flex;align-items:center;justify-content:center;font-size:46px;flex-shrink:0;position:relative;overflow:hidden;background-size:cover;background-position:center}
.card-new{position:absolute;top:8px;left:8px;background:var(--org);color:#fff;font-size:9px;font-weight:800;padding:2px 6px;border-radius:4px;letter-spacing:.08em}
.card-body{padding:12px 14px 14px;flex:1;display:flex;flex-direction:column}
.card-cat{display:inline-block;font-size:10px;font-weight:800;border-radius:6px;padding:2px 8px;margin-bottom:7px}
.card-title{font-size:13px;font-weight:700;line-height:1.55;color:var(--ink);flex:1;margin-bottom:9px;text-wrap:pretty}
.card-foot{border-top:1px solid var(--rule);padding-top:9px;display:flex;flex-direction:column;gap:3px}
.card-date{font-size:11px;font-weight:800;color:var(--org)}
.card-place{font-size:11px;color:var(--muted)}

.elist{display:flex;flex-direction:column;gap:10px}
.lcard{background:var(--white);border-radius:var(--r);border:1.5px solid var(--rule);overflow:hidden;cursor:pointer;display:flex;align-items:stretch;transition:transform .18s,box-shadow .18s;text-decoration:none}
.lcard:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(242,128,80,.12)}
.lcard-img{width:96px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:32px;background-size:cover;background-position:center}
.lcard-body{padding:12px;flex:1}
.lcard-cat{display:inline-block;font-size:10px;font-weight:800;border-radius:6px;padding:2px 8px;margin-bottom:5px}
.lcard-title{font-size:13px;font-weight:700;line-height:1.5;margin-bottom:6px;text-wrap:pretty}
.lcard-meta{display:flex;gap:10px;flex-wrap:wrap}
.lcard-date{font-size:11px;font-weight:700;color:var(--org)}
.lcard-place{font-size:11px;color:var(--muted)}

/* ── SIDEBAR ── */
.sidebar{display:flex;flex-direction:column;gap:20px}
.sbox{background:var(--white);border-radius:var(--r);border:1.5px solid var(--rule);padding:18px}
.sbox .sh{margin-bottom:12px}

/* ── SCHEDULE ── */
.sched-days{display:flex;gap:4px;margin-bottom:12px}
.sday{flex:1;display:flex;flex-direction:column;align-items:center;padding:7px 2px 6px;border-radius:9px;cursor:pointer;border:1.5px solid var(--rule);background:var(--bg);gap:2px;transition:background .15s,border-color .15s}
.sday:hover{background:var(--org-l);border-color:#fad0bc}
.sday.active{background:var(--org);border-color:var(--org)}
.sday-dow{font-size:9px;font-weight:700;color:var(--muted)}
.sday.active .sday-dow{color:rgba(255,255,255,.8)}
.sday-num{font-size:15px;font-weight:900;color:var(--ink)}
.sday.today .sday-num{color:var(--org)}
.sday.active .sday-num,.sday.today.active .sday-num{color:#fff}
.sday-dot{width:4px;height:4px;border-radius:50%;background:var(--org)}
.sday.active .sday-dot{background:#fff}
.sday.no-event .sday-dot{visibility:hidden}
.sched-label{font-size:11px;font-weight:700;color:var(--ink2);margin-bottom:8px;text-align:center}
.sched-list{display:flex;flex-direction:column;gap:6px;min-height:52px}
.sched-item{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;background:var(--bg);border-radius:9px;cursor:pointer;border:1px solid var(--rule);transition:background .15s;text-decoration:none}
.sched-item:hover{background:var(--org-l)}
.sched-time{font-size:10px;font-weight:800;color:var(--org);white-space:nowrap;padding-top:1px;min-width:34px}
.sched-ev-title{font-size:12px;font-weight:700;line-height:1.4;text-wrap:pretty}
.sched-ev-cat{display:inline-block;font-size:9px;font-weight:800;border-radius:4px;padding:1px 5px;margin-top:3px}
.sched-empty{font-size:12px;color:var(--muted);text-align:center;padding:16px 0;display:none}
.sched-empty.show{display:block}

/* ── SIDEBAR PARTS ── */
.cat-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.cat-tile{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;border-radius:10px;cursor:pointer;border:none;font-family:var(--f);font-size:12px;font-weight:700;transition:opacity .15s,transform .15s;text-decoration:none}
.cat-tile:hover{opacity:.85;transform:scale(.97)}
.cat-tile span:first-child{font-size:24px}
.rank-list{display:flex;flex-direction:column}
.ritem{display:flex;align-items:center;gap:10px;padding:9px 4px;border-bottom:1px solid var(--rule);cursor:pointer;border-radius:8px;transition:background .12s;text-decoration:none}
.ritem:last-child{border-bottom:none}
.ritem:hover{background:var(--org-l)}
.rnum{width:22px;height:22px;border-radius:6px;background:var(--rule);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;color:var(--muted);flex-shrink:0}
.rnum.top{background:var(--org);color:#fff}
.ritem-title{font-size:12px;font-weight:700;line-height:1.4;flex:1;text-wrap:pretty}
.ritem-cat{font-size:10px;font-weight:700;border-radius:5px;padding:2px 6px;flex-shrink:0}
.area-btns{display:flex;flex-direction:column;gap:6px}
.area-btn{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:9px;border:1.5px solid var(--rule);background:var(--bg);font-family:var(--f);font-size:13px;font-weight:700;color:var(--ink);cursor:pointer;transition:background .15s,border-color .15s;text-decoration:none}
.area-btn:hover{background:var(--org-l);border-color:#fad0bc}
.area-btn-r{font-size:11px;color:var(--muted)}

/* ── EVENT DETAIL ── */
.detail-hero{height:320px;border-radius:0;margin-bottom:0}
.meta-card{background:var(--white);border-radius:var(--r);border:1.5px solid var(--rule);padding:20px;margin-bottom:20px}
.meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}
.meta-item{display:flex;align-items:flex-start;gap:10px;padding:12px 0;border-bottom:1px solid var(--rule)}
.meta-item:nth-last-child(-n+2){border-bottom:none}
.meta-item:nth-child(odd){padding-right:16px;border-right:1px solid var(--rule)}
.meta-item:nth-child(even){padding-left:16px}
.meta-icon{font-size:18px;flex-shrink:0;margin-top:1px}
.meta-label{font-size:10px;font-weight:800;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:3px}
.meta-val{font-size:14px;font-weight:700;color:var(--ink);line-height:1.4}
.meta-val-sub{font-size:11px;color:var(--muted);margin-top:2px;font-weight:500}
.ticket-box{background:var(--org-l);border:1.5px solid #fad0bc;border-radius:var(--r);padding:16px 20px;margin-bottom:20px;display:flex;align-items:center;gap:14px}
.ticket-box.free{background:#e8f5e9;border-color:#a5d6a7}
.ticket-icon{font-size:28px;flex-shrink:0}
.ticket-label{font-size:11px;font-weight:800;color:var(--muted);letter-spacing:.06em;margin-bottom:4px}
.ticket-price{font-size:20px;font-weight:900;color:var(--org)}
.ticket-box.free .ticket-price{color:#2e7d32}
.ticket-note{font-size:11px;color:var(--muted);margin-top:3px}
.ticket-btn{margin-left:auto;background:var(--org);color:#fff;border:none;border-radius:10px;padding:10px 18px;font-family:var(--f);font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap;transition:background .15s;flex-shrink:0;text-decoration:none;display:inline-block}
.ticket-btn:hover{background:var(--org-d)}
.ticket-btn.free{background:#388e3c}
.desc-box{background:var(--white);border-radius:var(--r);border:1.5px solid var(--rule);padding:20px;margin-bottom:20px}
.desc-text{font-size:14px;line-height:1.9;color:var(--ink2);text-wrap:pretty}
.map-box{background:var(--white);border-radius:var(--r);border:1.5px solid var(--rule);overflow:hidden;margin-bottom:20px}
.map-address{padding:12px 16px;font-size:13px;font-weight:600;color:var(--ink2);border-top:1px solid var(--rule);display:flex;align-items:center;gap:6px}
.org-box{background:var(--white);border-radius:var(--r);border:1.5px solid var(--rule);padding:20px;margin-bottom:20px}
.org-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.org-avatar{width:44px;height:44px;border-radius:50%;background:var(--org-l);border:2px solid #fad0bc;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.org-name{font-size:15px;font-weight:800;color:var(--ink)}
.org-type{font-size:11px;color:var(--muted);font-weight:500}
.org-contacts{display:flex;flex-direction:column;gap:8px}
.org-contact-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink2)}
.org-contact-icon{font-size:14px;width:20px;text-align:center;flex-shrink:0}
.org-contact-val{font-weight:600;color:var(--org)}
.org-contact-val:hover{color:var(--org-d)}
.share-box{background:var(--white);border-radius:var(--r);border:1.5px solid var(--rule);padding:18px;margin-bottom:20px}
.share-btns{display:flex;gap:8px;flex-wrap:wrap}
.share-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;border:none;font-family:var(--f);font-size:12px;font-weight:700;cursor:pointer;transition:opacity .15s;text-decoration:none}
.share-btn:hover{opacity:.82}
.share-x{background:#000;color:#fff}
.share-line{background:#06c755;color:#fff}
.share-copy{background:var(--bg);color:var(--ink2);border:1.5px solid var(--rule)}
.related-list{display:flex;flex-direction:column;gap:10px}
.rel-card{display:flex;align-items:stretch;gap:0;border-radius:10px;overflow:hidden;border:1.5px solid var(--rule);cursor:pointer;background:var(--white);transition:transform .18s,box-shadow .18s;text-decoration:none}
.rel-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(242,128,80,.12)}
.rel-thumb{width:72px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:24px;background-size:cover;background-position:center}
.rel-body{padding:10px 12px;flex:1;display:flex;flex-direction:column;justify-content:center}
.rel-cat{display:inline-block;font-size:9px;font-weight:800;border-radius:5px;padding:1px 6px;margin-bottom:4px}
.rel-title{font-size:12px;font-weight:700;line-height:1.4;text-wrap:pretty}
.rel-date{font-size:10px;color:var(--muted);margin-top:3px;font-weight:600}

/* ── LP STYLES ── */
.lp-hero{padding:80px 20px 88px;text-align:center;background:linear-gradient(160deg,#fff4ef 0%,#fffaf7 50%,#fff0e9 100%);position:relative;overflow:hidden;height:auto}
.lp-hero::before{content:'';position:absolute;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#fde0d2,transparent 70%);top:-80px;left:-80px;opacity:.6}
.lp-hero::after{content:'';position:absolute;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,#fff3cc,transparent 70%);bottom:-80px;right:-60px;opacity:.5}
.hero-inner{position:relative;max-width:740px;margin:0 auto}
.hero-eyebrow{display:inline-flex;align-items:center;gap:6px;background:var(--white);border:1.5px solid #fad0bc;color:var(--org-d);font-size:12px;font-weight:800;padding:6px 16px;border-radius:24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(242,128,80,.1)}
.hero-title{font-size:42px;font-weight:900;line-height:1.32;margin-bottom:20px;letter-spacing:-.01em;text-wrap:balance}
.hl{color:var(--org);position:relative;display:inline-block}
.hl::after{content:'';position:absolute;left:0;right:0;bottom:4px;height:10px;background:#ffe0b0;z-index:-1;border-radius:3px}
.hero-sub{font-size:17px;font-weight:500;color:var(--ink2);line-height:1.85;margin-bottom:36px;text-wrap:pretty}
.hero-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:18px}
.hero-note{font-size:12px;color:var(--muted);font-weight:600}
.btn-primary{background:var(--org);color:#fff;font-size:16px;font-weight:900;padding:16px 36px;border-radius:30px;box-shadow:0 6px 20px rgba(242,128,80,.35);transition:transform .15s,box-shadow .15s;display:inline-flex;align-items:center;gap:8px;text-decoration:none}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(242,128,80,.42)}
.btn-ghost{background:var(--white);color:var(--ink);font-size:16px;font-weight:800;padding:16px 28px;border-radius:30px;border:2px solid var(--rule);transition:border-color .15s;display:inline-flex;align-items:center;gap:8px;text-decoration:none}
.btn-ghost:hover{border-color:var(--org)}
.btn-white{background:#fff;color:var(--org-d);font-size:16px;font-weight:900;padding:16px 36px;border-radius:30px;box-shadow:0 6px 20px rgba(0,0,0,.16);transition:transform .15s;display:inline-flex;align-items:center;gap:8px;text-decoration:none}
.btn-white:hover{transform:translateY(-2px)}
.stats-strip{background:var(--org);padding:28px 20px}
.stats-inner{max-width:860px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;text-align:center}
.stat-num{font-size:32px;font-weight:900;color:#fff;line-height:1;margin-bottom:5px}
.stat-label{font-size:12px;font-weight:600;color:rgba(255,255,255,.88)}
.lp-sec{max-width:1080px;margin:0 auto;padding:72px 20px}
.sec-eyebrow{text-align:center;font-size:12px;font-weight:800;color:var(--org);letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}
.sec-title{text-align:center;font-size:30px;font-weight:900;line-height:1.4;margin-bottom:12px;text-wrap:balance}
.sec-lead{text-align:center;font-size:15px;color:var(--ink2);font-weight:500;line-height:1.85;max-width:560px;margin:0 auto 48px;text-wrap:pretty}
.steps-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;position:relative}
.step-item{text-align:center;position:relative}
.step-num{width:64px;height:64px;border-radius:50%;background:var(--white);border:3px solid var(--org);color:var(--org);font-size:26px;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 4px 14px rgba(242,128,80,.18)}
.step-title{font-size:17px;font-weight:900;margin-bottom:8px}
.step-text{font-size:13px;color:var(--ink2);line-height:1.75;font-weight:500;max-width:220px;margin:0 auto;text-wrap:pretty}
.step-arrow{position:absolute;top:30px;right:-12px;font-size:22px;color:#fad0bc}
.cat-showcase{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:680px;margin:0 auto}
.cat-chip{display:inline-flex;align-items:center;gap:7px;padding:11px 20px;border-radius:30px;font-size:15px;font-weight:800;transition:transform .15s,box-shadow .15s;text-decoration:none}
.cat-chip:hover{transform:scale(1.06);box-shadow:0 4px 14px rgba(0,0,0,.15)}
.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.faq-item{background:var(--white);border:1.5px solid var(--rule);border-radius:12px;overflow:hidden}
.faq-item.open{border-color:#fad0bc}
.faq-q{display:flex;align-items:center;gap:10px;padding:16px 18px;cursor:pointer;font-size:15px;font-weight:800;user-select:none}
.faq-q-badge{width:22px;height:22px;background:var(--org-l);color:var(--org);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;flex-shrink:0}
.faq-toggle{margin-left:auto;font-size:20px;color:var(--org);transition:transform .25s;line-height:1}
.faq-item.open .faq-toggle{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-item.open .faq-a{max-height:300px}
.faq-a-inner{padding:0 18px 16px 50px;font-size:14px;color:var(--ink2);line-height:1.85;font-weight:500}
.cta-band{background:linear-gradient(135deg,var(--org) 0%,var(--org-d) 100%);padding:72px 20px;text-align:center;position:relative;overflow:hidden}
.cta-band::before{content:'';position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.08);top:-100px;left:-60px}
.cta-band::after{content:'';position:absolute;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.06);bottom:-80px;right:-40px}
.cta-band-inner{position:relative;max-width:600px;margin:0 auto}
.cta-band-title{font-size:30px;font-weight:900;color:#fff;line-height:1.4;margin-bottom:14px;text-wrap:balance}
.cta-band-sub{font-size:15px;color:rgba(255,255,255,.9);font-weight:500;margin-bottom:32px;line-height:1.7}

/* ── CONTACT ── */
.page-hero{background:linear-gradient(135deg,var(--org) 0%,var(--org-d) 100%);padding:44px 20px 40px;text-align:center;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;width:200px;height:200px;border-radius:50%;background:rgba(255,255,255,.07);top:-60px;right:-40px}
.page-hero-title{position:relative;font-size:26px;font-weight:900;color:#fff;margin-bottom:6px}
.page-hero-sub{position:relative;font-size:13px;color:rgba(255,255,255,.85);font-weight:500}
.page-wrap{max-width:860px;margin:0 auto;padding:36px 20px 64px;display:grid;grid-template-columns:1fr 280px;gap:28px;align-items:start}
.type-selector{margin-bottom:24px}
.type-label{font-size:13px;font-weight:800;color:var(--ink2);margin-bottom:10px;display:block}
.type-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.type-btn{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border-radius:12px;border:2px solid var(--rule);background:var(--white);font-family:var(--f);text-align:left;cursor:pointer;transition:border-color .15s,background .15s}
.type-btn:hover,.type-btn.selected{border-color:var(--org);background:var(--org-l)}
.type-btn-icon{font-size:22px;flex-shrink:0;margin-top:1px}
.type-btn-title{font-size:13px;font-weight:800;color:var(--ink);margin-bottom:2px}
.type-btn-sub{font-size:11px;color:var(--muted);font-weight:500;line-height:1.4}
.form-card{background:var(--white);border-radius:var(--r);border:1.5px solid var(--rule);padding:24px}
.form-section-title{font-size:13px;font-weight:900;color:var(--org);margin-bottom:16px;padding-bottom:8px;border-bottom:1.5px solid var(--org-l)}
.form-group{margin-bottom:16px}
.form-label{display:block;font-size:13px;font-weight:700;color:var(--ink2);margin-bottom:5px}
.req{color:var(--org);margin-left:3px;font-size:11px}
.form-input,.form-select,.form-textarea{width:100%;padding:10px 14px;border:1.5px solid var(--rule);border-radius:10px;font-family:var(--f);font-size:14px;color:var(--ink);background:var(--white);outline:none;transition:border-color .15s,box-shadow .15s}
.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--org);box-shadow:0 0 0 3px rgba(242,128,80,.12)}
.form-textarea{resize:vertical;min-height:140px;line-height:1.7}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.field-error{font-size:11px;color:#d32f2f;font-weight:700;margin-top:4px;display:none}
.field-error.show{display:block}
.form-input.error,.form-textarea.error{border-color:#d32f2f}
.btn-submit{width:100%;background:var(--org);color:#fff;border:none;border-radius:10px;padding:14px;font-family:var(--f);font-size:15px;font-weight:900;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px}
.btn-submit:hover{background:var(--org-d)}
.success-screen{display:none;text-align:center;padding:48px 24px;background:var(--white);border-radius:var(--r);border:1.5px solid var(--rule)}
.success-screen.show{display:block}
.success-icon{font-size:52px;margin-bottom:16px}
.success-title{font-size:22px;font-weight:900;margin-bottom:8px}
.success-sub{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:24px;font-weight:500}
.success-btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.success-btn{padding:11px 22px;border-radius:10px;font-family:var(--f);font-size:14px;font-weight:700;cursor:pointer;transition:opacity .15s;border:none}
.success-btn:hover{opacity:.82}
.success-btn.primary{background:var(--org);color:#fff}
.success-btn.ghost{background:var(--bg);color:var(--ink2);border:1.5px solid var(--rule)}
.contact-sidebar{display:flex;flex-direction:column;gap:16px}
.sbox-title{font-size:13px;font-weight:900;color:var(--ink);margin-bottom:12px;padding-bottom:8px;border-bottom:1.5px solid var(--rule);display:flex;align-items:center;gap:6px}

/* ── 記事構成セクション（single-event 5フィールド） ── */
.content-section{background:#fff;border-radius:14px;padding:20px 22px;margin-bottom:20px;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.notes-section{background:#fffbf8}

.bullet-list{list-style:none;padding:0;margin:10px 0 0;display:flex;flex-direction:column;gap:10px}
.bullet-list li{display:flex;gap:10px;align-items:flex-start;font-size:15px;line-height:1.6;color:var(--ink)}
.bullet-list li::before{content:"●";color:var(--org);font-size:10px;margin-top:6px;flex-shrink:0}
.bullet-list.rec li::before{content:"✓";font-size:13px;margin-top:3px;font-weight:800;color:var(--org)}
.bullet-list.notes li{align-items:flex-start}
.bullet-list.notes li::before{content:"!";background:var(--org);color:#fff;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;flex-shrink:0;margin-top:3px}

/* 料金テーブル */
.price-table-wrap{overflow-x:auto;margin-top:12px}
.price-table{width:100%;border-collapse:collapse;font-size:14px}
.price-table thead tr{background:var(--org);color:#fff}
.price-table th{padding:9px 14px;text-align:left;font-weight:700;white-space:nowrap}
.price-table tbody tr:nth-child(even){background:#fff8f4}
.price-table td{padding:10px 14px;border-bottom:1px solid var(--rule);vertical-align:top}
.price-table .price-val{font-weight:800;color:var(--org-d);white-space:nowrap}
.price-table .price-note{color:var(--muted);font-size:12px}

/* 編集部コメント */
.editor-comment-box{background:linear-gradient(135deg,#fff8f4,#fff3ee);border-radius:14px;padding:20px 22px;margin-bottom:20px;border:1.5px solid var(--org-l)}
.editor-comment-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.editor-comment-icon{font-size:18px}
.editor-comment-title{font-size:14px;font-weight:900;color:var(--ink)}
.editor-quote{font-size:14px;line-height:1.9;color:var(--ink2);border-left:3px solid var(--org);padding-left:14px;margin:0}
.editor-sig{font-size:11px;color:var(--muted);font-weight:700;margin-top:10px;text-align:right}

/* ── FOOTER ── */
.site-footer{background:var(--ink);color:rgba(255,255,255,.65);padding:48px 20px 32px}
.footer-inner{max-width:1140px;margin:0 auto}
.footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:28px;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-brand{max-width:280px}
.footer-logo{font-size:19px;font-weight:900;color:var(--org);margin-bottom:6px;letter-spacing:.04em}
.footer-desc{font-size:12px;line-height:1.8}
.footer-cols{display:flex;gap:48px;flex-wrap:wrap}
.footer-col h4{font-size:11px;font-weight:800;color:#fff;margin-bottom:12px;letter-spacing:.08em;text-transform:uppercase}
.footer-col a{display:block;font-size:12px;font-weight:600;color:rgba(255,255,255,.5);margin-bottom:8px;transition:color .15s;text-decoration:none}
.footer-col a:hover{color:var(--org)}
.footer-copy{font-size:11px;color:rgba(255,255,255,.28)}

@media(max-width:900px){
  .layout{grid-template-columns:1fr;gap:24px}
  .sidebar{order:2}
  .page-wrap{grid-template-columns:1fr}
}
@media(max-width:760px){
  .hero-title{font-size:30px}
  .grid2{grid-template-columns:1fr}
  .steps-flow{grid-template-columns:1fr}
  .step-arrow{display:none}
  .stats-inner{grid-template-columns:1fr 1fr}
  .contact-sidebar{order:2}
  .type-grid{grid-template-columns:1fr}
  .footer-top{flex-direction:column}
}
@media(max-width:680px){
  .hdr-inner{padding:0 14px;gap:10px;height:58px}
  .logo-name small{display:none}
  .hdr-search{padding:8px;border-radius:50%;font-size:0}
  .hdr-search svg{width:17px;height:17px}
  .cat-bar{top:61px}
  .page{padding:20px 14px 52px}
  .hero{height:240px}
  .grid2{grid-template-columns:1fr 1fr;gap:10px}
}
@media(max-width:430px){
  .grid2{grid-template-columns:1fr}
  .drawer{width:84vw;max-width:300px}
}
