@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&family=Noto+Sans+JP:wght@300;400;500&display=swap');

:root {
  --bg: #faf9f7; --bg-w: #ffffff; --bg-d: #ebe8e1;
  --text: #1a1a1a; --text-2: #555; --text-3: #999;
  --accent: #b5763a; --accent-bg: #f7f0e8; --border: #e5dfd7;
  --serif: 'Noto Serif JP', 'Yu Mincho', Georgia, serif;
  --sans: 'Noto Sans JP', -apple-system, sans-serif;
  --r: 6px;
}
html { font-size: 17px; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
a { color: inherit; text-decoration: none; }


#ss {
  font-family: var(--sans);
  font-size: 1rem;
  max-width: 680px;
  margin: 0 auto;
  padding: 56px 24px 96px;
  color: var(--text);
  background: var(--bg);
  min-height: 80vh;
  -webkit-font-smoothing: antialiased;
}

/* breadcrumb */
.ss-bc {
  font-size: .72rem; color: var(--text-3); margin-bottom: 40px;
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.ss-bc a { color: var(--accent); }
.ss-bc-sep { color: var(--border); }

/* header */
.ss-ey { font-size: .62rem; letter-spacing: .45em; color: var(--accent); text-transform: uppercase; margin-bottom: 12px; display: block; }
.ss-title { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 1.9rem); font-weight: 500; letter-spacing: .04em; line-height: 1.5; margin-bottom: 20px; }
.ss-lead { font-size: .92rem; color: var(--text-2); line-height: 1.9; margin-bottom: 40px; }

/* what we want card */
.ss-want {
  background: var(--accent-bg); border: 1px solid rgba(181,118,58,.2);
  border-radius: var(--r); padding: 28px 28px 24px; margin-bottom: 40px;
}
.ss-want-title { font-family: var(--serif); font-size: 1.05rem; font-weight: 700; letter-spacing: .04em; color: var(--text); margin-bottom: 16px; }
.ss-want-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ss-want-item {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .88rem; color: var(--text-2); line-height: 1.7;
}
.ss-want-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; margin-top: 7px; }

/* promise */
.ss-promise {
  display: flex; flex-direction: column; gap: 12px;
  margin-bottom: 40px;
}
.ss-promise-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 18px; background: var(--bg-w);
  border: 1px solid var(--border); border-radius: var(--r);
  font-size: .85rem; color: var(--text-2); line-height: 1.7;
}
.ss-promise-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }

/* form CTA */
.ss-form-wrap {
  background: var(--bg-w); border: 2px solid var(--accent);
  border-radius: var(--r); padding: 36px 32px; text-align: center; margin-bottom: 40px;
}
.ss-form-title { font-family: var(--serif); font-size: 1.15rem; font-weight: 500; letter-spacing: .04em; margin-bottom: 10px; }
.ss-form-desc { font-size: .85rem; color: var(--text-2); line-height: 1.8; margin-bottom: 24px; }
.ss-form-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 36px; background: var(--accent); color: #fff;
  font-size: .95rem; font-family: var(--sans); font-weight: 500;
  letter-spacing: .06em; border-radius: 2px;
  transition: background .2s, transform .2s;
}
.ss-form-btn:hover { background: #9c6430; transform: translateY(-1px); }
.ss-form-note { font-size: .72rem; color: var(--text-3); margin-top: 14px; line-height: 1.8; }

/* format guide */
.ss-guide { margin-bottom: 40px; }
.ss-guide-title { font-family: var(--serif); font-size: 1rem; font-weight: 700; letter-spacing: .04em; color: var(--text); margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.ss-guide-list { display: flex; flex-direction: column; gap: 16px; }
.ss-guide-item { display: flex; align-items: flex-start; gap: 14px; }
.ss-guide-num {
  width: 26px; height: 26px; border-radius: 50%; background: var(--accent);
  color: #fff; font-size: .72rem; font-weight: 700; font-family: var(--sans);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px;
}
.ss-guide-body { flex: 1; }
.ss-guide-q { font-size: .88rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.ss-guide-hint { font-size: .78rem; color: var(--text-3); line-height: 1.7; }

/* disclaimer */
.ss-disc {
  padding: 18px 20px; border-left: 3px solid var(--border);
  font-size: .78rem; color: var(--text-3); line-height: 1.8;
}

/* back nav */
.ss-back { margin-top: 48px; }
.ss-back a { font-size: .82rem; color: var(--accent); }
.ss-back a:hover { text-decoration: underline; }

@media (max-width: 500px) {
  #ss { padding: 40px 20px 72px; }
  .ss-form-wrap { padding: 28px 20px; }
}

/* ── SWELL overrides ── */
.l-header { display: none !important; }
.l-sidebar { display: none !important; }
.l-mainContent { max-width: 100% !important; width: 100% !important; padding: 0 !important; }
.l-main { padding-top: 0 !important; margin-top: 0 !important; }
.l-wrap { padding-top: 0 !important; margin-top: 0 !important; }
.post_content { padding: 0 !important; }
html, body { margin-top: 0 !important; padding-top: 0 !important; }

/* ── Unified Header ── */
.uc-hdr { position: sticky; top: 0; z-index: 200; background: #fff; border-bottom: 1px solid #e5dfd7; }
.uc-hdr-top { display: flex; align-items: center; justify-content: space-between; padding: 0 40px; height: 60px; }
.uc-hdr-logo { display: flex; align-items: center; gap: 8px; font-family: 'Noto Serif JP', 'Yu Mincho', Georgia, serif; font-size: 1.15rem; font-weight: 500; letter-spacing: .1em; color: #1a1a1a; text-decoration: none; }
.uc-hdr-logo-icon { flex-shrink: 0; color: #b5763a; }
.uc-hdr-ham { display: flex; align-items: center; gap: 8px; background: none; border: none; cursor: pointer; padding: 6px 0; font-size: .75rem; color: #555; letter-spacing: .06em; }
.uc-hdr-ham-bars { display: flex; flex-direction: column; gap: 4px; width: 20px; }
.uc-hdr-ham-bar { display: block; height: 1.5px; background: #1a1a1a; border-radius: 1px; transition: all .25s; }
.uc-hdr-ham.open .uc-hdr-ham-bar:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.uc-hdr-ham.open .uc-hdr-ham-bar:nth-child(2) { opacity: 0; }
.uc-hdr-ham.open .uc-hdr-ham-bar:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
.uc-hdr-search-bar { background: #f4f3ee; border-top: 1px solid #e5dfd7; padding: 0 40px; height: 46px; display: flex; align-items: center; }
.uc-hdr-search-form { display: flex; align-items: center; gap: 10px; max-width: 600px; width: 100%; margin: 0 auto; }
.uc-hdr-search-icon { color: #888; flex-shrink: 0; }
.uc-hdr-search-input { flex: 1; border: none; background: transparent; font-size: .88rem; color: #1a1a1a; outline: none; }
.uc-hdr-search-input::placeholder { color: #888; }
.uc-hdr-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 300; opacity: 0; pointer-events: none; transition: opacity .3s; }
.uc-hdr-overlay.open { opacity: 1; pointer-events: auto; }
.uc-hdr-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(340px,88vw); background: #fff; z-index: 400; transform: translateX(100%); transition: transform .32s cubic-bezier(.25,.46,.45,.94); display: flex; flex-direction: column; overflow-y: auto; }
.uc-hdr-drawer.open { transform: translateX(0); }
.uc-hdr-drawer-top { display: flex; align-items: center; justify-content: space-between; padding: 20px 28px; border-bottom: 1px solid #e5dfd7; }
.uc-hdr-drawer-logo { font-family: 'Noto Serif JP', Georgia, serif; font-size: 1.05rem; font-weight: 500; letter-spacing: .1em; color: #1a1a1a; }
.uc-hdr-drawer-close { background: none; border: none; cursor: pointer; font-size: 1.1rem; color: #888; padding: 4px; transition: color .2s; }
.uc-hdr-drawer-close:hover { color: #b5763a; }
.uc-hdr-nav-list { list-style: none; padding: 20px 0; }
.uc-hdr-nav-link { display: block; padding: 14px 28px; font-family: 'Noto Serif JP', Georgia, serif; font-size: 1rem; letter-spacing: .04em; color: #1a1a1a; border-bottom: 1px solid #e5dfd7; transition: color .2s, background .2s; }
.uc-hdr-nav-link:hover { color: #b5763a; background: #f7f0e8; }
@media (max-width: 600px) { .uc-hdr-top { padding: 0 20px; height: 54px; } .uc-hdr-search-bar { padding: 0 20px; } }