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

:root {
  --black: #16110d;
  --espresso: #21160f;
  --walnut: #3a281b;
  --ink: #241c16;
  --panel: #2d2118;
  --paper: #f4eadc;
  --paper-soft: #faf5ed;
  --greige: #e7dccd;
  --white: #fffaf2;
  --muted: #887b6c;
  --gold: #9a6d35;
  --gold-light: #c08a4a;
  --line: rgba(94, 69, 42, 0.16);
  --max: 1180px;
}

* { box-sizing: border-box; }
html {
  overflow-x: hidden;
  background: var(--black);
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
body::before { content: ""; position: fixed; z-index: 200; inset: 0; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.75'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  padding: 0 clamp(1.5rem, 6vw, 5.5rem);
  background: rgba(28,20,14,.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background .3s, border-color .3s;
}
.site-header.scrolled { background: rgba(31,22,15,.96); border-bottom: 1px solid rgba(192,138,74,.2); }
.site-brand { position: relative; display: inline-flex; align-items: center; padding-right: 35px; font-size: 1.25rem; font-weight: 600; letter-spacing: .06em; }
.site-header .site-brand { padding: .55rem 2.65rem .55rem .8rem; border: 1px solid rgba(192,138,74,.28); background: rgba(18,12,8,.82); color: var(--white); text-shadow: 0 1px 8px rgba(0,0,0,.45); box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.brand-mark { color: var(--gold-light); }
.brand-indicator { position: absolute; top: -5px; right: 0; display: block; width: 32px; height: 22px; }
.brand-indicator i { position: absolute; border-radius: 50%; opacity: .3; animation: indicator-twinkle 5.4s ease-in-out infinite; }
.brand-indicator i:nth-child(1) { top: 1px; left: 3px; width: 2px; height: 2px; background: #80d8ff; box-shadow: 0 0 10px rgba(128,216,255,.45); animation-duration: 5.8s; }
.brand-indicator i:nth-child(2) { top: 5px; right: 0; width: 6px; height: 6px; background: #c08a4a; box-shadow: 0 0 12px rgba(192,138,74,.5); animation-duration: 7.1s; animation-delay: -2.4s; }
.brand-indicator i:nth-child(3) { bottom: 1px; left: 8px; width: 3.5px; height: 3.5px; background: #9be6c1; box-shadow: 0 0 10px rgba(155,230,193,.42); animation-duration: 6.4s; animation-delay: -4.1s; }
.brand-indicator i:nth-child(4) { top: 4px; left: 12px; width: 1.5px; height: 1.5px; background: #ffd84d; box-shadow: 0 0 9px rgba(255,216,77,.48); animation-duration: 8.2s; animation-delay: -1.3s; }
.brand-indicator i:nth-child(5) { bottom: 4px; right: 8px; width: 3px; height: 3px; background: #ff8db3; box-shadow: 0 0 10px rgba(255,141,179,.45); animation-duration: 6.9s; animation-delay: -3.2s; }
@keyframes indicator-twinkle {
  0%, 100% { opacity: .24; transform: scale(.9); }
  42% { opacity: .72; transform: scale(1); }
  68% { opacity: .32; transform: scale(.94); }
}
.site-nav { display: flex; align-items: center; gap: 2rem; font-size: .82rem; font-weight: 600; letter-spacing: .08em; }
.site-nav > a:not(.nav-cta) { color: #efe5d7; }
.site-nav > a:not(.nav-cta):hover { color: var(--gold-light); }
.nav-cta { padding: .9rem 1.45rem; border: 1px solid var(--gold-light); background: var(--gold); color: #090704; font-size: .94rem; font-weight: 800; letter-spacing: .03em; white-space: nowrap; box-shadow: none; transition: transform .2s, background .2s; }
.nav-cta:hover { transform: translateY(-1px); background: var(--gold-light); }

.hero { position: relative; min-height: 88svh; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(192,138,74,.18), transparent 32%), linear-gradient(135deg, #17100b 0%, #2c1d13 48%, #4b3321 100%); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(192,138,74,.08), transparent 24%, rgba(244,234,220,.08) 58%, transparent 78%); opacity: .85; pointer-events: none; }
.hero-media { position: absolute; z-index: 1; top: calc(50% + 14px); right: 3vw; width: min(92vw, 126svh); aspect-ratio: 3 / 2; overflow: hidden; transform: translateY(-50%); cursor: grab; }
.hero-media:active { cursor: grabbing; }
.hero-track { display: flex; width: 100%; height: 100%; transition: transform .75s ease; will-change: transform; }
.hero-slide { flex: 0 0 100%; display: flex; align-items: center; justify-content: center; width: 100%; min-width: 100%; height: 100%; padding: clamp(2.8rem, 5.4vw, 5.2rem) clamp(2.2rem, 4.4vw, 4.2rem) clamp(.6rem, 1.4vw, 1.4rem); box-sizing: border-box; }
.hero-image { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.hero-dots { position: absolute; z-index: 3; left: 50%; bottom: clamp(.8rem, 2vw, 1.4rem); display: flex; align-items: center; gap: .55rem; padding: .45rem .6rem; border: 1px solid rgba(255,250,242,.2); border-radius: 999px; background: rgba(20,14,10,.48); transform: translateX(-50%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.hero-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,250,242,.48); cursor: pointer; transition: width .25s ease, background .25s ease, transform .25s ease; }
.hero-dot.is-active { width: 32px; background: var(--gold-light); box-shadow: 0 0 12px rgba(192,138,74,.45); transform: scale(1.04); }
.hero-dot:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }
.hero-image,
.station-image img,
.experience-media img,
.support-image { filter: saturate(.88) contrast(.93) brightness(.97); }
.hero-shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(18,12,8,.82) 0%, rgba(29,20,14,.64) 36%, rgba(55,39,25,.16) 72%), linear-gradient(0deg, rgba(22,14,9,.5), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(86%, var(--max)); margin: 0 auto; padding: 7rem 0 4rem; }
.hero-content h1,
.hero-kicker,
.hero-tagline,
.hero-description { text-shadow: 0 2px 18px rgba(12,8,5,.72); }
.hero-kicker { margin: 0 0 1.2rem; font-size: clamp(.88rem, 1.4vw, 1.05rem); font-weight: 600; letter-spacing: .08em; }
.hero h1 { margin: 0; font-family: "Oswald", sans-serif; font-size: clamp(4.8rem, 10vw, 9rem); line-height: .9; letter-spacing: -.025em; }
.hero h1 span { color: var(--gold-light); }
.hero-tagline { margin: 1.5rem 0 1rem; color: var(--gold-light); font-size: clamp(1.45rem, 2.8vw, 2.25rem); font-weight: 800; letter-spacing: .02em; }
.hero-description { max-width: 620px; margin: 0 0 1.5rem; color: #efe6db; font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-arrow { position: absolute; z-index: 4; top: 50%; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,250,242,.24); border-radius: 50%; background: rgba(20,14,10,.42); cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: background .2s, transform .2s; }
.hero-arrow:hover { background: rgba(192,138,74,.62); transform: translateY(-50%) scale(1.04); }
.hero-arrow::before { content: ""; width: 10px; height: 10px; border-top: 2px solid #fffaf2; border-left: 2px solid #fffaf2; }
.hero-arrow-prev { left: clamp(1rem, 3vw, 2.5rem); }
.hero-arrow-next { right: clamp(1rem, 3vw, 2.5rem); }
.hero-arrow-prev::before { transform: rotate(-45deg) translate(1px, 1px); }
.hero-arrow-next::before { transform: rotate(135deg) translate(1px, 1px); }
.hero-arrow:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.5rem; font-weight: 700; font-size: .92rem; letter-spacing: .04em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #120d08; box-shadow: 0 12px 28px rgba(58,40,24,.22); }
.button-primary:hover { background: var(--gold-light); }
.button-ghost { border: 1px solid rgba(250,245,237,.34); background: rgba(46,32,21,.58); color: var(--white); }
.scroll-guide { position: absolute; z-index: 2; right: 3vw; bottom: 2rem; display: flex; align-items: center; gap: .8rem; font-size: .65rem; letter-spacing: .22em; transform: rotate(90deg); transform-origin: right; }
.scroll-guide span { width: 45px; height: 1px; background: var(--gold); }

.section { position: relative; overflow: hidden; padding: 4.4rem clamp(2.5rem, 8vw, 7.5rem); }
.section-inner { position: relative; z-index: 2; width: min(100%, 1080px); margin: 0 auto; }
.intro .section-inner { width: min(100%, 1080px); }
.section-dark { background: linear-gradient(180deg, #2b2118 0%, #211710 100%); color: var(--white); }
.section-light { background: var(--paper); color: var(--ink); }
.section-label { margin: 0 0 1rem; color: var(--gold); font-family: "Oswald", sans-serif; font-size: .76rem; letter-spacing: .22em; text-transform: uppercase; }
.section h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.35; letter-spacing: -.035em; }
.two-line-heading span { display: block; white-space: nowrap; }
.section-heading { max-width: 800px; margin-bottom: 1.8rem; }
.section-heading > p:last-child { margin: 1.2rem 0 0; color: var(--muted); }
.pricing-title { white-space: normal; font-size: clamp(1.55rem, 3vw, 2.55rem); line-height: 1.28; }
.pricing-title span { display: block; }
.pricing-title span:first-child { white-space: nowrap; }
.pricing-title span:last-child { white-space: nowrap; }
.section-light .section-heading > p:last-child { color: #655b50; }
.how .section-heading { margin-bottom: 1.2rem; }
.how .section-heading h2 { font-size: clamp(1.55rem, 3vw, 2.55rem); line-height: 1.28; }
.how .section-heading > p:last-child { margin-top: .85rem; }

.intro::before,
.how::before,
.pricing::before,
.benefits::after,
.notes::before,
.contact::before { content: ""; position: absolute; pointer-events: none; }
.intro::before { right: -90px; top: 1.5rem; width: 260px; height: 260px; border: 1px solid rgba(154,109,53,.18); border-radius: 50%; box-shadow: inset 0 0 0 46px rgba(255,250,242,.18); }
.how::before { left: clamp(1rem, 5vw, 4rem); top: 1.4rem; width: 150px; height: 150px; opacity: .2; background-image: radial-gradient(circle, var(--gold) 1.4px, transparent 1.6px); background-size: 18px 18px; transform: rotate(-8deg); }
.pricing::before { right: clamp(1.4rem, 7vw, 6rem); top: .5rem; width: 92px; height: 2px; background: rgba(154,109,53,.65); box-shadow: 28px 10px 0 rgba(154,109,53,.22), -18px 20px 0 rgba(154,109,53,.12); }
.benefits::after { right: 6vw; bottom: 2rem; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(255,250,242,.52) 0%, rgba(255,250,242,.18) 44%, transparent 70%); }
.notes::before { left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(154,109,53,.55), transparent); }
.contact::before { left: -80px; top: -120px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,250,242,.28); }
.intro::after,
.how::after,
.pricing::after,
.benefits::before,
.notes::after { content: ""; position: absolute; z-index: 1; left: 0; right: 0; bottom: -1px; height: clamp(36px, 5vw, 78px); pointer-events: none; clip-path: polygon(0 52%, 100% 18%, 100% 100%, 0 100%); }
.intro::after { background: var(--paper); }
.how::after { background: linear-gradient(180deg, #efe3d4 0%, #f9f3eb 100%); }
.pricing::after { background: rgba(233,222,206,.95); }
.benefits::before { background: #f8f1e8; }
.notes::after { background: linear-gradient(135deg, #fff7ec 0%, #f4e4d1 54%, #ead4b7 100%); }

.intro { position: relative; overflow: hidden; padding-top: 7.6rem; padding-bottom: 7.6rem; background: linear-gradient(180deg, #faf5ed 0%, #f0e5d7 100%); color: var(--ink); }
.intro-grid { position: relative; display: flex; justify-content: flex-end; min-height: clamp(300px, 29vw, 390px); align-items: center; }
.intro-copy { position: relative; z-index: 2; width: min(100%, 480px); padding-top: 0; font-size: 1.04rem; color: #4b4036; text-shadow: 0 1px 18px rgba(250,245,237,.9); }
.intro-copy p { margin: 0 0 1.2rem; }
.intro-media { position: absolute; z-index: 1; top: 50%; left: -3vw; width: min(74%, 820px); margin: 0; border: 0; background: transparent; box-shadow: none; transform: translateY(-50%); pointer-events: none; }
.intro-media::after { display: none; }
.intro-media img { width: 100%; min-height: clamp(300px, 30vw, 410px); aspect-ratio: 16 / 9; object-fit: contain; object-position: center; opacity: .72; filter: saturate(.88) contrast(.92) brightness(1.04); mix-blend-mode: multiply; -webkit-mask-image: radial-gradient(ellipse at 46% 52%, #000 0%, #000 58%, rgba(0,0,0,.72) 76%, rgba(0,0,0,0) 94%); mask-image: radial-gradient(ellipse at 46% 52%, #000 0%, #000 58%, rgba(0,0,0,.72) 76%, rgba(0,0,0,0) 94%); }

.products { background: linear-gradient(180deg, var(--paper) 0%, #f8f1e8 100%); color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.product-card { min-height: 100%; padding: .9rem 1.1rem 1.35rem; border: 1px solid rgba(94,69,42,.16); background: rgba(255,250,242,.78); box-shadow: 0 14px 34px rgba(58,40,24,.07); }
.product-card-image { margin: 0 -0.2rem 1.2rem; overflow: hidden; background: radial-gradient(circle at 50% 45%, #fffaf2 0%, #efe4d5 72%); }
.product-card-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; filter: saturate(.9) contrast(.94) brightness(1.02); }
.product-card-image-contain img { object-fit: contain; padding: .3rem; }
.product-kicker { margin: 0 0 .65rem; color: var(--gold); font-family: "Oswald", sans-serif; font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; }
.product-card h3 { margin: 0 0 .8rem; font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.35; }
.product-card .product-catch { margin: -.25rem 0 .9rem; color: #8b5b21; font-weight: 700; line-height: 1.6; }
.product-card p:not(.product-kicker) { margin: 0; color: #5f5448; }
.product-card p.product-catch { color: #8b5b21; }
.product-card ul { display: grid; gap: .45rem; margin: 1.1rem 0 0; padding: 0; list-style: none; color: #6b5f52; font-size: .9rem; }
.product-card li { position: relative; padding-left: 1rem; }
.product-card li::before { content: ""; position: absolute; left: 0; top: .85em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

.choose-space { background: linear-gradient(180deg, #efe3d2 0%, #f6eee3 100%); }
.space-slider { position: relative; cursor: grab; touch-action: pan-y; }
.space-slider:active { cursor: grabbing; }
.space-viewport { max-width: 980px; margin: 0 auto; overflow: hidden; border: 1px solid rgba(154,109,53,.18); border-radius: 26px; background: rgba(255,250,242,.6); box-shadow: 0 18px 52px rgba(58,40,24,.1); }
.space-track { display: flex; transition: transform .65s ease; will-change: transform; }
.space-card { flex: 0 0 100%; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(260px, .82fr); min-width: 100%; background: linear-gradient(135deg, rgba(255,250,242,.9), rgba(236,222,204,.72)); }
.space-card figure { min-height: 250px; margin: 0; background: #e9ddce; overflow: hidden; }
.space-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(.96) brightness(.99); }
.space-card .space-image-fit { display: flex; align-items: center; justify-content: center; padding: clamp(.8rem, 2vw, 1.5rem); }
.space-card .space-image-fit img { object-fit: contain; }
.space-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.2rem, 2vw, 2.1rem); }
.space-number { margin: 0 0 .5rem; color: var(--gold); font-family: "Oswald", sans-serif; font-size: 2.45rem; line-height: .9; }
.space-copy h3 { margin: 0 0 .6rem; font-size: clamp(1.35rem, 2.1vw, 1.95rem); line-height: 1.2; }
.space-copy p:last-child { margin: 0; color: #675b50; font-size: .92rem; line-height: 1.85; }
.space-arrow { position: absolute; z-index: 6; top: 50%; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,250,242,.5); border-radius: 50%; background: rgba(33,22,15,.58); cursor: pointer; pointer-events: auto; transform: translateY(-50%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: background .2s, transform .2s; }
.space-arrow:hover { background: rgba(192,138,74,.82); transform: translateY(-50%) scale(1.04); }
.space-arrow::before { content: ""; width: 10px; height: 10px; border-top: 2px solid #fffaf2; border-left: 2px solid #fffaf2; }
.space-arrow-prev { left: 1rem; }
.space-arrow-next { right: 1rem; }
.space-arrow-prev::before { transform: rotate(-45deg) translate(1px, 1px); }
.space-arrow-next::before { transform: rotate(135deg) translate(1px, 1px); }
.space-arrow:focus-visible,
.space-dot:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.space-dots { display: flex; justify-content: center; align-items: center; gap: .55rem; margin-top: 1rem; }
.space-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 999px; background: rgba(154,109,53,.35); cursor: pointer; transition: width .25s ease, background .25s ease, transform .25s ease; }
.space-dot.is-active { width: 32px; background: var(--gold); box-shadow: 0 0 12px rgba(154,109,53,.28); transform: scale(1.04); }

.themes-split-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; overflow: hidden; background: #0e0e0e; }
.theme-crop { position: relative; width: 100%; aspect-ratio: 825 / 907; overflow: hidden; background: #080808; }
.theme-crop img { position: absolute; top: -1.21%; width: 204.61%; max-width: none; height: auto; filter: contrast(.84) saturate(.72) brightness(.93) sepia(.04); }
.theme-crop-peak img { left: -1.58%; }
.theme-crop-mode img { left: -103.15%; }
.theme-crop::after { content: ""; position: absolute; z-index: 1; top: 15.2%; right: 0; bottom: 29.5%; left: 0; background: rgba(189,178,158,.1); pointer-events: none; mix-blend-mode: soft-light; }
.theme-image-header { position: absolute; z-index: 2; inset: 0 0 auto; height: 15.2%; display: flex; align-items: center; justify-content: center; gap: 1.6rem; padding: 0 1.2rem; color: #fff; }
.theme-crop-peak .theme-image-header { background: #94651f; }
.theme-crop-mode .theme-image-header { background: #10253d; }
.theme-image-header strong { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; letter-spacing: .02em; }
.theme-image-header span { font-size: clamp(.9rem, 1.7vw, 1.45rem); font-weight: 600; white-space: nowrap; }
.theme-image-copy { position: absolute; z-index: 2; inset: auto 0 0; height: 29.5%; display: flex; align-items: center; margin: 0; padding: 1.5rem 2.7rem; background: linear-gradient(180deg, rgba(5,5,5,.52), rgba(5,5,5,.72)); color: #fff; font-size: clamp(1.35rem, 2.5vw, 2.2rem); font-weight: 500; line-height: 1.65; letter-spacing: .02em; text-shadow: 0 1px 2px rgba(0,0,0,.8); backdrop-filter: blur(4px) brightness(.72); -webkit-backdrop-filter: blur(4px) brightness(.72); }
.theme-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 1px; background: rgba(255,255,255,.1); }
.theme-detail { display: grid; grid-template-columns: .75fr 1.25fr; gap: 2rem; padding: 2rem 2.2rem; background: #1d1b17; }
.theme-detail > div { border-right: 1px solid rgba(255,255,255,.16); }
.theme-detail span { color: var(--gold-light); font-family: "Oswald", sans-serif; font-size: 1.5rem; }
.theme-detail h3 { margin: .5rem 0 0; font-size: 1.08rem; }
.theme-detail ul { margin: 0; padding: 0; list-style: none; color: #c7c7c7; font-size: .84rem; }
.theme-detail li { position: relative; padding: .2rem 0 .2rem 1rem; }
.theme-detail li::before { content: ""; position: absolute; left: 0; top: .95em; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.theme-detail-peak { background: #1d1913; }
.theme-detail-mode { background: #171b20; }

.station,
.themes,
.experience { display: none; }

.station { background: linear-gradient(135deg, #eee2d2 0%, #f8f1e8 52%, #e4d5c1 100%); color: var(--ink); }
.station .section-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 6vw; align-items: center; }
.station-image { position: relative; }
.station-image::after { content: ""; position: absolute; inset: 1.2rem -1.2rem -1.2rem 1.2rem; z-index: -1; border: 1px solid rgba(154,109,53,.45); background: rgba(255,250,242,.44); }
.station-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: left center; }
.station-copy > p:not(.section-label):not(.station-note) { margin: 1.7rem 0; color: #5a4d42; }
.station-note { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--gold); color: var(--gold-light); font-weight: 700; }

.experience { background: #f6eee4; padding-top: 5rem; color: var(--ink); }
.experience-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 7vw; align-items: end; margin-bottom: 3rem; }
.experience-heading > p { margin: 0 0 .4rem; color: #6f6255; }
.experience-image { position: relative; width: min(100%, 980px); margin: 0 auto; overflow: hidden; border: 1px solid rgba(94,69,42,.16); box-shadow: 0 22px 60px rgba(58,40,24,.12); }
.experience-media { position: relative; }
.experience-media img { width: 100%; }
.experience-image figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; max-width: 520px; margin: 0; padding: 1.2rem 1.5rem; background: rgba(5,5,5,.9); border-left: 2px solid var(--gold); color: #d5d5d5; font-size: .88rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 0; list-style: none; counter-reset: steps; }
.how-layout { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
.how-copy { max-width: 460px; }
.how-copy > p:not(.section-label) { margin: 1rem 0 0; color: #5c5147; line-height: 1.8; }
.how-list { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.how-list li { display: grid; grid-template-columns: auto 1fr; column-gap: .85rem; align-items: baseline; padding: .85rem 0; border-top: 1px solid rgba(154,109,53,.18); }
.how-list span { color: var(--gold); font-family: "Oswald", sans-serif; font-size: 1.25rem; }
.how-list strong { color: var(--ink); font-size: 1.02rem; }
.how-list p { grid-column: 2; margin: .15rem 0 0; color: #6a5d51; font-size: .88rem; }
.how-image { margin: 0; background: transparent; }
.how-image img { width: 100%; object-fit: contain; mix-blend-mode: multiply; filter: saturate(.98) contrast(.98) brightness(1.03); opacity: .96; -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%), linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%); mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%), linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%); -webkit-mask-composite: source-in; mask-composite: intersect; }
.how-cards li { position: relative; min-height: 100%; padding: clamp(1rem, 1.5vw, 1.35rem); border: 1px solid rgba(94,69,42,.16); background: rgba(255,250,242,.82); box-shadow: 0 16px 34px rgba(58,40,24,.07); }
.how-cards li::before { content: ""; position: absolute; inset: .55rem; border: 1px solid rgba(214,201,184,.72); pointer-events: none; }
.how-cards li:not(:last-child)::after { content: ""; position: absolute; z-index: 2; right: -1.34rem; top: 34%; width: 0; height: 0; border-top: 13px solid transparent; border-bottom: 13px solid transparent; border-left: 15px solid rgba(154,109,53,.34); }
.step-number { position: relative; z-index: 1; display: inline-flex; color: var(--gold); font-family: "Oswald", sans-serif; font-size: clamp(2rem, 3.8vw, 3rem); line-height: 1; }
.step-kicker { margin: 1rem 0 .45rem; color: var(--gold); font-family: "Oswald", sans-serif; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; }
.how-cards h3 { margin: 0 0 .65rem; font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 1.45; }
.how-cards p { position: relative; z-index: 1; margin: 0; color: #5c5147; font-size: .88rem; line-height: 1.9; }
.step-visual { position: relative; z-index: 1; display: grid; place-items: center; aspect-ratio: 1.28 / 1; margin: .8rem 0 1rem; overflow: hidden; background: linear-gradient(135deg, #fffaf2 0%, #efe4d5 100%); }
.prepaid-card-mini { position: relative; display: grid; place-items: center; width: 66%; aspect-ratio: 1.62 / 1; border-radius: 14px; background: linear-gradient(135deg, #090807, #211a15 74%, #050505); color: #d9a24b; font-size: clamp(.9rem, 1.4vw, 1.15rem); letter-spacing: .03em; box-shadow: 0 16px 24px rgba(22,15,9,.22); }
.prepaid-card-mini i { position: absolute; right: 9%; bottom: 12%; width: 22px; height: 22px; border-radius: 50%; background: radial-gradient(circle, #f0bd52 0%, #be8127 68%, #7d4e14 100%); }
.mini-shelf { display: grid; grid-template-columns: repeat(4, 1fr); gap: .45rem; width: 76%; padding: .75rem .75rem .6rem; border-bottom: 9px solid #8f642d; background: linear-gradient(180deg, rgba(143,100,45,.18), rgba(143,100,45,.04)); box-shadow: inset 0 0 0 3px rgba(143,100,45,.42); }
.mini-shelf span { display: block; aspect-ratio: .68 / 1; border-radius: 5px 5px 2px 2px; background: linear-gradient(165deg, #20140f 0%, #3a261a 100%); box-shadow: inset 0 -16px 0 rgba(211,147,62,.28); }
.mini-shelf span:nth-child(2n) { background: linear-gradient(165deg, #c88732 0%, #4a2c17 100%); }
.mini-shelf span:nth-child(3n) { background: linear-gradient(165deg, #f1e2c4 0%, #8d6b42 100%); }
.reader-mini { position: relative; width: 48%; aspect-ratio: 1 / 1; border-radius: 18px; background: linear-gradient(145deg, #101010, #292929); box-shadow: inset 0 0 0 5px rgba(255,255,255,.08), 0 18px 26px rgba(22,15,9,.22); }
.reader-mini::before { content: ""; position: absolute; left: 50%; top: 17%; width: 28px; height: 18px; border-top: 2px solid rgba(255,255,255,.58); border-radius: 50%; transform: translateX(-50%); }
.tap-card-mini { position: absolute; right: -20%; bottom: 8%; display: grid; place-items: center; width: 48%; aspect-ratio: .72 / 1; border-radius: 8px; background: #15110e; color: #d9a24b; font-size: .62rem; line-height: 1.05; text-align: center; transform: rotate(-18deg); box-shadow: 0 12px 18px rgba(22,15,9,.24); }
.bag-mini { position: relative; width: 42%; aspect-ratio: .82 / 1; border: 5px solid #9a6d35; border-top: 0; border-radius: 4px 4px 12px 12px; }
.bag-mini::before { content: ""; position: absolute; left: 50%; top: -28%; width: 48%; height: 44%; border: 5px solid #9a6d35; border-bottom: 0; border-radius: 50% 50% 0 0; transform: translateX(-50%); }
.bag-mini::after { content: ""; position: absolute; right: -38%; bottom: 4%; width: 46%; height: 24%; border: 5px solid #9a6d35; border-left: 0; transform: rotate(-25deg); }

.pricing { padding-top: 1.6rem; padding-bottom: 5rem; background: linear-gradient(180deg, #efe3d4 0%, #f9f3eb 100%); color: var(--ink); }
.price-grid { display: grid; grid-template-columns: minmax(0, 680px); justify-content: center; gap: 1rem; }
.pricing-feature { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr); gap: 1rem; align-items: stretch; }
.pricing .section-inner { width: min(calc(100% + 4rem), 1400px); margin-left: clamp(-4rem, -3.5vw, -1.5rem); margin-right: auto; transform: none; }
.pricing-layout { display: grid; grid-template-columns: minmax(0, 1.24fr) minmax(360px, .76fr); gap: clamp(.8rem, 1.7vw, 1.7rem); align-items: center; }
.pricing-copy { max-width: 620px; min-width: 0; }
.pricing-copy > p:last-child { margin: 1.1rem 0 0; color: #655b50; }
.price-visual-card { position: relative; left: 0; display: grid; place-items: center; min-height: 505px; margin: 0; padding: 0; overflow: visible; border: 0; background: transparent; box-shadow: none; }
.price-visual-card::before { display: none; }
.price-visual-card img { width: 100%; height: 100%; object-fit: contain; filter: saturate(1.02) contrast(1.02) brightness(1.01); }
.price-service-labels { position: absolute; z-index: 2; left: 8%; right: 7%; bottom: 16.5%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin: 0; color: #20170f; font-weight: 900; letter-spacing: .05em; text-align: center; pointer-events: none; }
.price-service-labels span { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; width: min(72%, 170px); margin: 0 auto; padding-bottom: .58rem; text-shadow: 0 1px 0 rgba(255,255,255,.5); }
.price-service-labels span::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: #e36b56; }
.price-service-icon { position: relative; flex: 0 0 auto; width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #ef735b 0%, #d8412e 100%); box-shadow: 0 8px 18px rgba(180,52,35,.22); }
.price-service-icon::before,
.price-service-icon::after { content: ""; position: absolute; left: 50%; top: 50%; background: #fffaf2; transform: translate(-50%, -50%); }
.price-service-install::before { width: 12px; height: 8px; border: 2px solid #fffaf2; border-top: 0; background: transparent; transform: translate(-50%, -35%); }
.price-service-install::after { width: 9px; height: 2px; transform: translate(-50%, -260%) rotate(45deg); }
.price-service-refill::before { width: 13px; height: 9px; border: 2px solid #fffaf2; background: transparent; transform: translate(-50%, -20%); }
.price-service-refill::after { width: 8px; height: 8px; border-top: 2px solid #fffaf2; border-right: 2px solid #fffaf2; background: transparent; transform: translate(-50%, -85%) rotate(-45deg); }
.price-service-manage::before { width: 14px; height: 4px; border-radius: 999px; transform: translate(-50%, -50%) rotate(-45deg); }
.price-service-manage::after { width: 4px; height: 14px; border-radius: 999px; transform: translate(-50%, -50%) rotate(-45deg); }
.price-card, .support-card { padding: 1.7rem; border: 1px solid rgba(94,69,42,.16); background: var(--paper-soft); text-align: center; }
.price-main-card { display: flex; flex-direction: column; justify-content: center; }
.price-name { margin: 0; font-size: 1.08rem; font-weight: 800; }
.price { margin: .65rem 0; line-height: 1; }
.price strong { font-family: "Oswald", sans-serif; font-size: 5.8rem; }
.price span { margin-left: .5rem; font-size: 1.3rem; }
.price-card > p:last-of-type { color: #665a4d; }
.price-campaign { border-color: rgba(154,109,53,.45); background: #f1dfcb; }
.campaign-label { margin: -1.7rem -1.7rem 1.2rem; padding: .8rem; background: var(--walnut); color: var(--white); font-size: 1.08rem; font-weight: 800; }
.campaign-copy { margin-bottom: 0; }
.campaign-copy strong { font-size: 1.5rem; }
.free { margin: .1rem 0; color: #c96f60; font-size: 3rem; font-weight: 800; line-height: 1.1; }
.price-card small, .support-card small { color: #7d7063; }
.support-card { position: relative; grid-column: 1 / -1; min-height: 360px; overflow: hidden; margin-top: 1.1rem; padding: 2.3rem; border: 1px solid var(--gold); text-align: left; background: #1b1710; box-shadow: 0 8px 22px rgba(0,0,0,.14); }
.support-card::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,7,7,.98) 0%, rgba(18,12,7,.96) 48%, rgba(18,12,7,.8) 68%, rgba(7,7,7,.18) 100%); }
.support-card::after { content: ""; position: absolute; z-index: 2; inset: 14px; border: 1px solid rgba(211,154,66,.3); pointer-events: none; }
.support-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.support-content { position: relative; z-index: 3; max-width: 720px; padding: 1.6rem 1.8rem; background: #17110d; border: 1px solid rgba(211,154,66,.36); box-shadow: 0 18px 36px rgba(0,0,0,.32); }
.support-card h3 { margin: 0 0 .7rem; color: var(--gold-light); font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.25; letter-spacing: -.03em; }
.support-card p:not(.section-label) { max-width: 850px; margin: 0 0 .7rem; font-size: clamp(1.05rem, 1.8vw, 1.35rem); }
.support-card p.support-catch { margin-bottom: 1.3rem; color: #fff; font-size: clamp(1.15rem, 1.9vw, 1.55rem); font-weight: 700; line-height: 1.5; }
.support-card .support-lead { max-width: 650px; padding: .85rem 1rem; background: #fff7ec; color: var(--ink); white-space: normal; font-weight: 700; line-height: 1.65; }
.support-card strong { color: var(--gold-light); font-size: 1.18em; }
.support-card .support-lead strong { color: #8b5b21; }

.welfare-floating { position: fixed; z-index: 40; right: max(1rem, env(safe-area-inset-right)); bottom: max(1rem, env(safe-area-inset-bottom)); display: grid; grid-template-columns: auto 1fr; column-gap: .85rem; align-items: center; width: min(420px, calc(100vw - 2rem)); min-height: 58px; padding: .64rem .9rem; border: 1px solid rgba(211,154,66,.42); background: rgba(25,17,12,.78); color: #fffaf2; box-shadow: 0 14px 34px rgba(22,14,9,.18); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.welfare-floating::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,250,242,.14); pointer-events: none; }
.welfare-floating p { position: relative; z-index: 1; margin: 0; }
.welfare-floating-label { color: var(--gold-light); font-family: "Oswald", sans-serif; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.welfare-floating-title { grid-column: 1; margin-top: .16rem !important; font-weight: 800; letter-spacing: .02em; white-space: nowrap; }
.welfare-floating p:last-child { grid-column: 2; grid-row: 1 / span 2; margin-top: 0; color: #e6d8c6; font-size: .8rem; line-height: 1.4; }
.welfare-floating strong { color: var(--gold-light); }

.benefit-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.benefits { position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(244,234,220,.84) 0%, rgba(244,234,220,.72) 46%, rgba(244,234,220,.52) 100%), url("web用_福利厚生.png") center / cover no-repeat; color: var(--ink); }
.benefits .section-inner { position: relative; z-index: 1; }
.benefit-list article { display: flex; gap: 1.5rem; padding: 0 0 1.35rem; margin-bottom: 1.35rem; border-bottom: 1px solid var(--line); }
.benefit-list span { flex: 0 0 auto; color: var(--gold); font-family: "Oswald", sans-serif; font-size: 2rem; }
.benefit-list h3 { margin: 0 0 .5rem; font-size: 1.35rem; }
.benefit-list p { margin: 0; color: #6b5f52; }

.notes { display: none; padding-top: 2.6rem; padding-bottom: 2.6rem; background: #f8f1e8; color: var(--ink); }
.notes h2 { font-size: 2rem; }
.notes ul { margin: 1.5rem 0 0; padding-left: 1.3rem; color: #555; }

.contact { position: relative; text-align: left; background: url("/core-base/web用_問い合わせ.png") center / contain no-repeat; color: var(--ink); }
.contact.section { min-height: 0; height: min(100svh, 900px); padding: 0; background-color: #fffaf2; }
.contact .section-inner { position: relative; width: 100%; max-width: none; height: 100%; min-height: 0; display: block; padding: 0; }
.contact .section-label,
.contact h2,
.contact .section-inner > p:not(.section-label) { grid-column: 1; }
.contact .section-label,
.contact h2,
.contact .section-inner > p:not(.section-label) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.contact .section-label { color: var(--gold); }
.contact h2 { color: var(--ink); }
.contact .section-inner > p:not(.section-label) { margin: 1.4rem 0 2rem; max-width: 390px; color: #5d4f43; }
.contact-simulation-visual { --contact-image-width: min(100vw, calc(min(100svh, 900px) * 1.777777)); position: absolute; left: calc(50% - var(--contact-image-width) / 2 + var(--contact-image-width) * .042); bottom: calc(min(100svh, 900px) * .084); display: block; width: calc(var(--contact-image-width) * .43); min-height: calc(min(100svh, 900px) * .115); border-radius: 999px; overflow: visible; background: transparent; box-shadow: none; transform-origin: center; transition: transform .24s ease, box-shadow .24s ease; }
.contact-simulation-visual:hover { transform: translateY(-4px) scale(1.01); }
.contact-simulation-visual img { display: block; width: 100%; height: auto; }
.contact-simulation-overlay-button { position: absolute; inset: 0; display: inline-flex; align-items: center; justify-content: center; padding: .9rem 4.2rem .9rem 1.5rem; border-radius: 999px; background: transparent; color: transparent; font-size: clamp(1rem, 1.7vw, 1.45rem); font-weight: 900; letter-spacing: .02em; box-shadow: none; }
.contact-simulation-overlay-button::after { content: "›"; position: absolute; right: 1.35rem; top: 50%; transform: translateY(-50%); font-size: 2.1rem; font-weight: 900; }
.contact-simulation-card { position: relative; grid-column: 2; grid-row: 1 / span 4; display: grid; gap: 1.15rem; align-content: start; min-height: 420px; padding: clamp(1.55rem, 3.2vw, 2.45rem); border: 1px solid rgba(154,109,53,.25); border-radius: 30px; background: radial-gradient(circle at 12% 12%, rgba(255,229,170,.86), transparent 34%), radial-gradient(circle at 88% 14%, rgba(204,233,224,.58), transparent 32%), radial-gradient(circle at 70% 92%, rgba(192,138,74,.18), transparent 30%), linear-gradient(145deg, rgba(255,253,248,.99), rgba(247,231,204,.96)); box-shadow: 0 24px 62px rgba(58,40,24,.16); text-align: left; overflow: hidden; }
.contact-simulation-card::after { content: "2 weeks trial"; position: absolute; right: -1.2rem; bottom: 1.2rem; color: rgba(154,109,53,.08); font-family: "Oswald", sans-serif; font-size: clamp(3.2rem, 7vw, 6rem); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }
.contact-simulation-label { margin: 0; color: var(--gold); font-family: "Oswald", sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.contact-simulation-card h3 { margin: .15rem 0 0; color: #241b15; font-size: clamp(1.25rem, 2.1vw, 1.85rem); line-height: 1.35; letter-spacing: -.04em; }
.contact .contact-simulation-card p:not(.contact-simulation-label) { margin: 0; max-width: 560px; color: #5d4f43; }
.contact-simulation-points { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: .55rem; margin: .1rem 0 .2rem; padding: 0; list-style: none; }
.contact-simulation-points li { padding: .48rem .72rem; border: 1px solid rgba(154,109,53,.16); border-radius: 999px; background: rgba(255,255,255,.58); color: #6b4a25; font-size: .78rem; font-weight: 800; }
.contact-simulation-points li::before { content: "✓"; margin-right: .38rem; color: #9a6d35; font-weight: 900; }
.contact-simulation-button { position: relative; z-index: 2; display: grid; justify-items: start; align-content: center; gap: .18rem; width: 100%; min-height: clamp(126px, 14vw, 158px); margin-top: .25rem; padding: clamp(1.2rem, 2.4vw, 1.65rem) 5.8rem clamp(1.2rem, 2.4vw, 1.65rem) clamp(1.25rem, 2.4vw, 1.8rem); border: 0; border-radius: 24px; background: linear-gradient(135deg, #5f3516 0%, #9a6428 42%, #d39a42 100%); color: #fffaf2; box-shadow: 0 22px 42px rgba(111,67,29,.34), 0 0 0 1px rgba(255,255,255,.18) inset, inset 0 1px 0 rgba(255,255,255,.3); text-align: left; overflow: hidden; }
.contact-simulation-button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.26) 42%, transparent 58%); transform: translateX(-120%); transition: transform .6s ease; }
.contact-simulation-button::after { content: "→"; position: absolute; right: 1.45rem; top: 50%; display: grid; place-items: center; width: clamp(54px, 5vw, 70px); height: clamp(54px, 5vw, 70px); border-radius: 50%; background: rgba(255,250,242,.94); color: #70481f; font-size: clamp(1.7rem, 2.5vw, 2.35rem); font-weight: 900; transform: translateY(-50%); box-shadow: 0 10px 22px rgba(58,40,24,.22); }
.contact-simulation-button:hover { transform: translateY(-4px) scale(1.01); box-shadow: 0 28px 56px rgba(111,67,29,.4), 0 0 0 1px rgba(255,255,255,.2) inset, inset 0 1px 0 rgba(255,255,255,.3); }
.contact-simulation-button:hover::before { transform: translateX(120%); }
.contact-simulation-button .cta-eyebrow { color: #ffe6b8; font-family: "Oswald", sans-serif; font-size: clamp(.8rem, 1vw, .95rem); font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.contact-simulation-button .cta-main { color: #fffaf2; font-size: clamp(1.85rem, 3.35vw, 3rem); font-weight: 900; letter-spacing: -.04em; line-height: 1.05; }
.contact-simulation-button .cta-sub { color: rgba(255,250,242,.86); font-size: clamp(.82rem, 1.15vw, 1rem); font-weight: 800; letter-spacing: 0; }
.contact-form { grid-column: 2; grid-row: 1 / span 4; display: grid; gap: .8rem; margin-top: 0; padding: 1.5rem; border: 1px solid rgba(154,109,53,.22); background: rgba(255,250,242,.94); box-shadow: 0 18px 48px rgba(58,40,24,.12); text-align: left; scroll-margin-top: 110px; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-field { display: grid; gap: .65rem; }
.form-field label,
.form-field legend,
.form-field .form-group-label { color: #2f261e; font-size: .9rem; font-weight: 700; }
.form-field label > span,
.form-field legend > span,
.form-field .form-group-label > span { margin-left: .4rem; color: var(--gold); font-size: .68rem; }
.contact .contact-form .form-group-label { max-width: none; margin: 0; color: #2f261e; }
.form-field input[type="text"],
.form-field input[type="email"],
.form-field textarea { width: 100%; border: 1px solid #d5c7b5; border-radius: 0; outline: none; background: #fffdf8; color: var(--ink); font: inherit; transition: border-color .2s, background .2s, box-shadow .2s; }
.form-field input[type="text"],
.form-field input[type="email"] { min-height: 52px; padding: .75rem 1rem; }
.form-field textarea { min-height: 130px; padding: 1rem; resize: vertical; }
.form-field input:focus,
.form-field textarea:focus { border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(154,109,53,.13); }
.form-interests,
.form-users { margin: 0; padding: 0; border: 0 !important; min-width: 0; }
.checkbox-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
.checkbox-grid label { display: flex; align-items: center; gap: .65rem; min-height: 52px; padding: .7rem .9rem; border: 1px solid #d5c7b5; background: #fffdf8; cursor: pointer; }
.checkbox-grid label:has(input:checked) { border-color: var(--gold); background: #f5eadc; }
.checkbox-grid input { width: 1.1rem; height: 1.1rem; margin: 0; accent-color: var(--gold); }
.checkbox-grid label > span { margin: 0; color: #352b22; font-size: .82rem; }
.contact-form .form-submit { justify-self: center; margin-top: .5rem; border: 0; cursor: pointer; }
.contact-form .form-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.contact .contact-form .form-note { margin: -.5rem auto 0; color: #786b5f; font-size: .72rem; text-align: center; }
.contact .contact-form .form-status { width: 100%; max-width: 620px; margin: .25rem auto 0; padding: 1rem; border: 1px solid rgba(94,69,42,.16); background: #fffdf8; color: #5d4f43; font-size: .9rem; text-align: center; }
.contact .contact-form .form-status.is-success { border-color: var(--gold); background: #f7ead8; color: #5b3c17; }
.contact .contact-form .form-status.is-error { border-color: #b9433b; background: rgba(185,67,59,.12); color: #ffc5c0; }

.simulation-open { overflow: hidden; }
.simulation-modal[hidden] { display: none; }
.simulation-modal { position: fixed; z-index: 180; inset: 0; display: grid; place-items: center; padding: clamp(1rem, 3vw, 2rem); }
.simulation-backdrop { position: absolute; inset: 0; background: rgba(34,24,17,.16); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.simulation-panel { position: relative; z-index: 1; width: min(100%, 1220px); height: min(78svh, 680px); max-height: min(92svh, 760px); overflow: hidden; padding: clamp(1.35rem, 2.4vw, 2.15rem); border: 1px solid rgba(154,109,53,.16); border-radius: 24px; background: radial-gradient(circle at 14% 16%, rgba(255,224,164,.72), transparent 31%), radial-gradient(circle at 88% 20%, rgba(178,214,203,.48), transparent 31%), radial-gradient(circle at 54% 96%, rgba(192,138,74,.18), transparent 32%), linear-gradient(135deg, rgba(255,253,248,.99) 0%, rgba(246,237,223,.99) 100%); box-shadow: 0 22px 52px rgba(58,40,24,.14); color: var(--ink); }
.simulation-close { position: absolute; top: 1rem; right: 1rem; width: 38px; height: 38px; border: 1px solid rgba(94,69,42,.16); border-radius: 50%; background: rgba(255,252,246,.72); cursor: pointer; }
.simulation-close::before,
.simulation-close::after { content: ""; position: absolute; left: 50%; top: 50%; width: 17px; height: 2px; background: #5a3d22; transform: translate(-50%, -50%) rotate(45deg); }
.simulation-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.simulation-head { max-width: 680px; margin-bottom: .75rem; padding-right: 3rem; }
.simulation-head h2 { margin: 0; font-size: clamp(1.45rem, 2.6vw, 2.05rem); line-height: 1.3; }
.simulation-head > p:last-child { margin: .45rem 0 0; color: #655b50; font-size: .92rem; }
.simulation-panel:has(.simulation-step.is-active) .simulation-head,
.simulation-panel:has(.simulation-step.is-active) .simulation-progress { display: none; }
.simulation-progress { display: flex; gap: .45rem; margin-bottom: .9rem; }
.simulation-progress span { display: block; width: 100%; height: 4px; border-radius: 999px; background: rgba(154,109,53,.18); }
.simulation-progress span.is-active { background: var(--gold); }
.simulation-step[hidden] { display: none; }
.simulation-step-count { margin: 0 0 .45rem; color: var(--gold); font-family: "Oswald", sans-serif; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.simulation-screen { display: grid; grid-template-columns: minmax(260px, .95fr) minmax(280px, 1.05fr); gap: clamp(.85rem, 2vw, 1.25rem); align-items: stretch; }
.simulation-step:not(.simulation-result-step) .simulation-screen { display: grid; grid-template-columns: 1fr; align-items: center; justify-items: stretch; width: 100%; min-height: calc(min(78svh, 680px) - clamp(2.7rem, 5.2vw, 4.7rem)); margin: 0; padding: 0; }
.simulation-result { border: 0; background: transparent; box-shadow: none; }
.simulation-field { display: grid; grid-template-columns: repeat(3, minmax(220px, 1fr)); gap: clamp(1.1rem, 2.6vw, 2.1rem); align-items: stretch; width: 100%; inline-size: 100%; min-width: 0; min-inline-size: 0; box-sizing: border-box; margin: 0; padding: 0; border: 0; background: transparent; counter-reset: sim-choice; }
.simulation-question { grid-column: 1 / -1; grid-row: auto; align-self: auto; margin: 0 auto 1.25rem; max-width: none; padding: 0; color: #2b2119; font-size: clamp(1.9rem, 3.2vw, 2.75rem); font-weight: 900; line-height: 1.22; text-align: center; letter-spacing: -.04em; text-wrap: balance; }
.simulation-question::after { content: "おおよそのイメージで大丈夫です"; display: block; margin-top: .55rem; color: #796956; font-size: clamp(.86rem, 1.1vw, .96rem); font-weight: 700; letter-spacing: 0; }
.simulation-question,
.simulation-step-count,
.simulation-field .simulation-back { grid-column: 1 / -1; }
.simulation-step-count { grid-column: 1 / -1; grid-row: auto; justify-self: center; margin: 0 0 .15rem; }
.simulation-field .simulation-back { grid-column: 1 / -1; justify-self: center; }
.simulation-field label { position: relative; display: grid; grid-template-rows: auto 1fr; min-height: 270px; padding: 1rem; border: 1px solid rgba(154,109,53,.16); border-radius: 24px; background: rgba(255,253,248,.9); cursor: pointer; box-shadow: 0 14px 30px rgba(58,40,24,.065); text-align: center; overflow: hidden; transition: border-color .2s, background .2s, transform .2s, box-shadow .2s; counter-increment: sim-choice; }
.simulation-field label:nth-of-type(1) { background: linear-gradient(145deg, rgba(255,253,248,.96), rgba(252,229,188,.95)); }
.simulation-field label:nth-of-type(2) { background: linear-gradient(145deg, rgba(255,253,248,.96), rgba(232,221,204,.95)); }
.simulation-field label:nth-of-type(3) { background: linear-gradient(145deg, rgba(255,253,248,.96), rgba(219,236,229,.94)); }
.simulation-field label::before { content: "0" counter(sim-choice); position: relative; z-index: 3; justify-self: start; min-width: 2.55rem; padding: .28rem .55rem; border-radius: 999px; background: rgba(255,255,255,.78); color: rgba(94,69,42,.62); font-family: "Oswald", sans-serif; font-size: .96rem; font-weight: 700; letter-spacing: .08em; box-shadow: inset 0 0 0 1px rgba(154,109,53,.08), 0 8px 18px rgba(58,40,24,.08); }
.simulation-field label::after { content: none; }
.simulation-field label:has(input:checked) { border-color: rgba(154,109,53,.78); background: linear-gradient(145deg, rgba(255,252,245,.98), rgba(240,216,176,.97)); box-shadow: 0 18px 42px rgba(58,40,24,.15), 0 0 0 4px rgba(192,138,74,.16); }
.simulation-field label:has(input:checked)::after { content: none; }
.simulation-field label:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(58,40,24,.13); border-color: rgba(154,109,53,.34); }
.simulation-field input { position: absolute; opacity: 0; pointer-events: none; }
.simulation-field span { position: relative; z-index: 2; display: grid; align-content: end; justify-items: center; gap: 0; color: #241b15; font-size: clamp(1.05rem, 1.55vw, 1.24rem); font-weight: 900; line-height: 1.46; min-height: 100%; padding: 0 .35rem .72rem; text-shadow: 0 1px 0 rgba(255,255,255,.75); }
.simulation-field span::before,
.simulation-field span::after { content: none; }
.simulation-field span img { position: absolute; z-index: -1; inset: -2.4rem -3.1rem .9rem; width: calc(100% + 6.2rem); height: calc(100% + 1.5rem); display: block; object-fit: cover; border-radius: 24px 24px 18px 18px; background: rgba(255,255,255,.74); box-shadow: none; opacity: .96; }
.simulation-field span::after { content: ""; position: absolute; z-index: -1; left: -1rem; right: -1rem; bottom: -1rem; height: 44%; background: linear-gradient(0deg, rgba(255,250,242,.98), rgba(255,250,242,.82) 62%, transparent); }
.simulation-step[data-simulation-step="1"] .simulation-screen { display: block; min-height: 0; }
.simulation-step[data-simulation-step="1"] .simulation-field,
.simulation-step[data-simulation-step="2"] .simulation-field { position: relative; display: block; width: 100%; max-width: 1120px; aspect-ratio: 16 / 9; margin: 0 auto; border-radius: 26px; overflow: hidden; background: center / cover no-repeat; box-shadow: 0 18px 44px rgba(58,40,24,.12); }
.simulation-step[data-simulation-step="1"] .simulation-field { background-image: url("/core-base/web用_問い合わせ2.png"); }
.simulation-step[data-simulation-step="2"] .simulation-field { background-image: url("/core-base/web用_問い合わせ2.png"); }
.simulation-step[data-simulation-step="1"] .simulation-step-count,
.simulation-step[data-simulation-step="1"] .simulation-question,
.simulation-step[data-simulation-step="2"] .simulation-step-count,
.simulation-step[data-simulation-step="2"] .simulation-question { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.simulation-step[data-simulation-step="1"] .simulation-field label,
.simulation-step[data-simulation-step="2"] .simulation-field label { position: absolute; top: 37.6%; bottom: 16.9%; min-height: 0; padding: 0; border: 2px solid transparent; border-radius: 22px; background: transparent; box-shadow: none; color: transparent; }
.simulation-step[data-simulation-step="1"] .simulation-field label:nth-of-type(1),
.simulation-step[data-simulation-step="2"] .simulation-field label:nth-of-type(1) { left: 5.4%; width: 27.7%; }
.simulation-step[data-simulation-step="1"] .simulation-field label:nth-of-type(2),
.simulation-step[data-simulation-step="2"] .simulation-field label:nth-of-type(2) { left: 36.3%; width: 27.7%; }
.simulation-step[data-simulation-step="1"] .simulation-field label:nth-of-type(3),
.simulation-step[data-simulation-step="2"] .simulation-field label:nth-of-type(3) { left: 67.2%; width: 27.7%; }
.simulation-step[data-simulation-step="1"] .simulation-field span,
.simulation-step[data-simulation-step="2"] .simulation-field span { color: transparent; text-shadow: none; }
.simulation-step[data-simulation-step="1"] .simulation-field label::before,
.simulation-step[data-simulation-step="1"] .simulation-field label::after,
.simulation-step[data-simulation-step="1"] .simulation-field span::after,
.simulation-step[data-simulation-step="1"] .simulation-field span img,
.simulation-step[data-simulation-step="2"] .simulation-field label::before,
.simulation-step[data-simulation-step="2"] .simulation-field label::after,
.simulation-step[data-simulation-step="2"] .simulation-field span::after,
.simulation-step[data-simulation-step="2"] .simulation-field span img { display: none; }
.simulation-step[data-simulation-step="1"] .simulation-field label:hover,
.simulation-step[data-simulation-step="1"] .simulation-field label:has(input:checked),
.simulation-step[data-simulation-step="2"] .simulation-field label:hover,
.simulation-step[data-simulation-step="2"] .simulation-field label:has(input:checked) { transform: none; border-color: rgba(192,138,74,.72); box-shadow: 0 0 0 5px rgba(192,138,74,.18), 0 18px 38px rgba(58,40,24,.12); background: rgba(255,250,242,.1); }
.simulation-step[data-simulation-step="2"] .simulation-back { position: absolute; left: 50%; bottom: 2.2%; z-index: 3; transform: translateX(-50%); color: #8b6a45; background: rgba(255,250,242,.72); border-radius: 999px; padding: .35rem .8rem; text-decoration: none; }
.simulation-visual { position: relative; min-height: 250px; overflow: hidden; border-radius: 24px; background: radial-gradient(circle at 72% 18%, rgba(255,255,255,.72), transparent 26%), linear-gradient(135deg, #fff8ed 0%, #f2dfc4 100%); box-shadow: inset 0 0 0 1px rgba(154,109,53,.12), 0 16px 34px rgba(58,40,24,.08); }
.simulation-visual img { width: 100%; height: 100%; min-height: 250px; display: block; object-fit: cover; }
.simulation-preview img { opacity: .9; }
.simulation-result-visual { margin: 0; background: #f4e5d0; }
.simulation-result-visual,
.simulation-result-visual img { min-height: 0; height: clamp(300px, 48svh, 430px); }
.simulation-result-visual img { object-fit: cover; }
.simulation-result-step .simulation-result-visual { order: -1; }
.simulation-visual::before { content: ""; position: absolute; left: 8%; right: 8%; bottom: 17%; height: 46%; border-radius: 24px 24px 12px 12px; background: rgba(96,61,34,.13); }
.simulation-preview::before,
.simulation-result-visual::before { content: none; }
.sim-counter { position: absolute; left: 13%; right: 13%; bottom: 16%; height: 20px; border-radius: 999px; background: #9a6d35; box-shadow: 0 10px 0 rgba(50,33,19,.12); }
.sim-shelf { position: absolute; left: 18%; bottom: 27%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; width: 46%; padding: 12px; border-radius: 12px; background: rgba(42,29,20,.86); box-shadow: inset 0 0 0 3px rgba(192,138,74,.38); }
.sim-shelf i { display: block; aspect-ratio: .72 / 1; border-radius: 5px 5px 2px 2px; background: linear-gradient(165deg, #18110c, #c08a4a); }
.sim-cup { position: absolute; right: 18%; bottom: 29%; width: 52px; height: 60px; border-radius: 0 0 13px 13px; background: #17120f; box-shadow: inset 0 -10px 0 #c08a4a; }
.sim-cup::after { content: ""; position: absolute; right: -16px; top: 14px; width: 18px; height: 22px; border: 4px solid #111; border-left: 0; border-radius: 0 15px 15px 0; }
.sim-tabletop .sim-shelf { width: 36%; left: 23%; grid-template-columns: repeat(2, 1fr); }
.sim-space .sim-shelf { width: 50%; left: 15%; grid-template-columns: repeat(4, 1fr); }
.sim-lounge .sim-shelf { width: 62%; left: 10%; bottom: 24%; grid-template-columns: repeat(5, 1fr); }
.sim-lounge .sim-counter { height: 28px; }
.simulation-panel:has(.simulation-result-step.is-active) { max-height: min(92svh, 760px); overflow: hidden; }
.simulation-result-step .simulation-screen { grid-template-columns: minmax(360px, 1.02fr) minmax(340px, .98fr); align-items: center; min-height: calc(min(78svh, 680px) - clamp(2.7rem, 5.2vw, 4.7rem)); }
.simulation-result-copy { align-self: center; padding: clamp(.2rem, 1vw, .6rem) 0; }
.simulation-result-heading { margin: 0 0 .45rem; color: #9a6d35; font-family: "Oswald", sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.simulation-result-label { margin: 0 0 .35rem; color: var(--gold); font-family: "Oswald", sans-serif; font-size: clamp(1.45rem, 2.5vw, 2rem); font-weight: 700; letter-spacing: .08em; }
.simulation-result h3 { margin: 0; color: #20170f; font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.1; letter-spacing: -.045em; }
.simulation-result > p:not(.simulation-result-label),
.simulation-result-copy > p:not(.simulation-result-label) { margin: .45rem 0 .8rem; color: #5d5146; font-size: .9rem; line-height: 1.75; }
.simulation-result-copy .simulation-result-note { margin-top: -.25rem; padding: .68rem .82rem; border-radius: 14px; background: rgba(255,253,248,.72); color: #6b4a25; font-size: .8rem; font-weight: 800; line-height: 1.65; }
.simulation-breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin: 0 0 .85rem; }
.simulation-breakdown div { display: grid; gap: .12rem; padding: .62rem .72rem; border-radius: 14px; background: rgba(255,253,248,.74); border: 1px solid rgba(154,109,53,.1); }
.simulation-breakdown dt { color: #8b5b21; font-size: .72rem; font-weight: 900; line-height: 1.45; }
.simulation-breakdown dd { margin: 0; color: #2f261e; font-size: 1rem; font-weight: 900; }
.simulation-lead-fields { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; margin-bottom: .55rem; }
.simulation-lead-fields label { display: grid; gap: .32rem; color: #2f261e; font-size: .78rem; font-weight: 800; }
.simulation-lead-fields input { min-height: 40px; padding: .58rem .7rem; border: 1px solid rgba(94,69,42,.14); border-radius: 0; background: rgba(255,253,248,.86); color: var(--ink); font: inherit; }
.simulation-error { margin: 0 0 .55rem; color: #b9433b; font-size: .82rem; font-weight: 800; }
.simulation-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .65rem; align-items: center; }
.simulation-back { order: 2; border: 0; background: transparent; color: #7c6040; font: inherit; font-size: .78rem; font-weight: 800; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.simulation-contact-button { order: 1; width: 100%; min-height: 62px; border: 0; cursor: pointer; background: linear-gradient(135deg, #8f5b20 0%, #c88735 48%, #a86a24 100%); color: #fff9ee; box-shadow: 0 18px 38px rgba(154,109,53,.34), inset 0 1px 0 rgba(255,244,218,.42); text-shadow: 0 1px 0 rgba(58,40,24,.25); }
.simulation-contact-button:hover { transform: translateY(-2px); box-shadow: 0 24px 46px rgba(154,109,53,.4), inset 0 1px 0 rgba(255,244,218,.58); }
.simulation-contact-button:disabled { cursor: wait; opacity: .82; transform: none; }

.simulation-step[data-simulation-step="1"] .simulation-field,
.simulation-step[data-simulation-step="2"] .simulation-field { background-image: url("/core-base/web用_問い合わせ2.png"); }
.simulation-step[data-simulation-step="1"] .simulation-field,
.simulation-step[data-simulation-step="2"] .simulation-field,
.simulation-result-step .simulation-screen { width: min(100%, calc((78svh - 4.4rem) * 16 / 9)); max-width: 1120px; }
.simulation-step[data-simulation-step="1"] .simulation-step-count,
.simulation-step[data-simulation-step="2"] .simulation-step-count { position: absolute; z-index: 4; left: 0; right: 0; top: 9.2%; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; color: #9a6d35; text-align: center; white-space: normal; }
.simulation-step[data-simulation-step="1"] .simulation-question,
.simulation-step[data-simulation-step="2"] .simulation-question { position: absolute; z-index: 4; left: 8%; right: 8%; top: 13%; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; color: #241b15; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.14; text-align: center; text-shadow: 0 1px 0 rgba(255,255,255,.78); white-space: normal; }
.simulation-step[data-simulation-step="2"] .simulation-question { top: 11.8%; font-size: clamp(1.55rem, 2.75vw, 2.25rem); line-height: 1.14; }
.simulation-step[data-simulation-step="1"] .simulation-question::after,
.simulation-step[data-simulation-step="2"] .simulation-question::after { content: "おおよそのイメージで大丈夫です"; display: block; margin-top: .55rem; color: #6f6256; font-size: clamp(.82rem, 1.1vw, .95rem); font-weight: 800; letter-spacing: 0; }
.simulation-step[data-simulation-step="1"] .simulation-field label,
.simulation-step[data-simulation-step="2"] .simulation-field label { top: 40.5%; bottom: 12.8%; display: block; overflow: hidden; }
.simulation-step[data-simulation-step="1"] .simulation-field span,
.simulation-step[data-simulation-step="2"] .simulation-field span { position: absolute; z-index: 2; inset: 0; display: flex; align-items: flex-end; justify-content: center; width: 100%; height: 100%; min-height: 0; padding: 0 8% 10.5%; color: #241b15; font-size: clamp(.78rem, 1.08vw, .98rem); font-weight: 900; line-height: 1.32; text-align: center; text-shadow: 0 1px 0 rgba(255,255,255,.8); }
.simulation-step[data-simulation-step="1"] .simulation-field span img,
.simulation-step[data-simulation-step="2"] .simulation-field span img { position: absolute; z-index: 1; left: 7%; top: 8%; right: auto; bottom: auto; display: block !important; width: 86%; height: 58%; object-fit: contain; border-radius: 18px; background: transparent; box-shadow: none; opacity: 1; pointer-events: none; }
.simulation-result-step .simulation-screen { position: relative; display: block; width: 100%; max-width: 1120px; aspect-ratio: 16 / 9; min-height: 0; margin: 0 auto; overflow: hidden; border-radius: 26px; background: url("/core-base/web用_問い合わせ3.png") center / cover no-repeat; box-shadow: 0 18px 44px rgba(58,40,24,.12); }
.simulation-result-copy { position: absolute; z-index: 3; left: 51.2%; top: 13.2%; width: 46%; height: 80%; padding: clamp(.9rem, 1.35vw, 1.18rem); border-radius: 22px; background: rgba(255,253,248,.92); box-shadow: 0 18px 42px rgba(58,40,24,.11); backdrop-filter: blur(5px); }
.simulation-panel:has(.simulation-result-step.is-active) .simulation-close { top: .85rem; right: .85rem; z-index: 20; border: 1px solid rgba(94,69,42,.16); background: rgba(255,252,246,.9); box-shadow: 0 8px 22px rgba(58,40,24,.1); pointer-events: auto; }
.simulation-panel:has(.simulation-result-step.is-active) .simulation-close::before,
.simulation-panel:has(.simulation-result-step.is-active) .simulation-close::after { opacity: 1; }
.simulation-result-visual { position: absolute; z-index: 2; left: 2.1%; top: 8.5%; width: 48.8%; height: 80%; margin: 0; overflow: hidden; border-radius: 18px; background: transparent; }
.simulation-result-visual,
.simulation-result-visual img { min-height: 0; }
.simulation-result-visual img { width: 100%; height: 100%; object-fit: cover; }
.simulation-result h3 { font-size: clamp(1.7rem, 2.8vw, 2.45rem); line-height: 1.04; }
.simulation-result-copy > p:not(.simulation-result-label) { margin: .25rem 0 .5rem; font-size: clamp(.7rem, .86vw, .8rem); line-height: 1.45; }
.simulation-result-copy .simulation-result-note { margin: .3rem 0 .48rem; padding: .42rem .65rem; border-radius: 12px; background: rgba(246,236,222,.74); font-size: clamp(.66rem, .78vw, .72rem); line-height: 1.38; }
.simulation-breakdown { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .42rem; margin: 0 0 .48rem; }
.simulation-breakdown div { min-height: 50px; padding: .42rem .56rem; border: 1px solid rgba(154,109,53,.12); border-radius: 12px; background: rgba(255,250,242,.72); box-shadow: none; }
.simulation-breakdown dt { font-size: .64rem; }
.simulation-breakdown dd { font-size: .92rem; }
.simulation-lead-fields { gap: .45rem; margin: .08rem 0 .48rem; }
.simulation-lead-fields label { font-size: .72rem; }
.simulation-lead-fields input { min-height: 42px; border: 1px solid rgba(154,109,53,.15); border-radius: 12px; background: rgba(255,250,242,.76); font-size: .76rem; }
.simulation-actions { grid-template-columns: 1fr auto; gap: .55rem; }
.simulation-submit { min-height: 62px; padding: 1rem 1.25rem; border-radius: 14px; font-size: 1rem; font-weight: 900; letter-spacing: .02em; }
.simulation-reset { min-width: 88px; min-height: 48px; padding: .7rem .9rem; border-radius: 12px; background: rgba(255,250,242,.76); font-size: .74rem; }

.simulation-result-step.is-active .simulation-result-visual,
.simulation-result-step.is-active .simulation-result-copy > * { animation: simulationRise .48s ease both; }
.simulation-result-step.is-active .simulation-result-visual { animation-delay: .02s; }
.simulation-result-step.is-active .simulation-result-heading { animation-delay: .08s; }
.simulation-result-step.is-active #simulation-result-title { animation-delay: .14s; }
.simulation-result-step.is-active #simulation-result-copy { animation-delay: .2s; }
.simulation-result-step.is-active .simulation-breakdown { animation-delay: .26s; }
.simulation-result-step.is-active .simulation-lead-fields { animation-delay: .32s; }
.simulation-result-step.is-active .simulation-actions { animation-delay: .38s; }

@keyframes simulationRise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .simulation-result-step.is-active .simulation-result-visual,
  .simulation-result-step.is-active .simulation-result-copy > * { animation: none; }
}

.success-page { min-height: calc(100svh - 126px); display: grid; align-items: center; padding-top: 9rem; background: radial-gradient(circle at 18% 12%, rgba(255,222,168,.46), transparent 32%), radial-gradient(circle at 88% 24%, rgba(192,138,74,.22), transparent 30%), linear-gradient(135deg, #fff7ec 0%, #f4e4d1 54%, #ead4b7 100%); color: var(--ink); }
.success-card { max-width: 760px; padding: clamp(2rem, 5vw, 3.2rem); border: 1px solid rgba(154,109,53,.22); background: rgba(255,250,242,.9); box-shadow: 0 18px 48px rgba(58,40,24,.12); text-align: center; }
.success-card h1 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.35; letter-spacing: -.035em; }
.success-card p:not(.section-label) { margin: 1.2rem auto 0; color: #5d4f43; }
.success-card .success-note { font-size: .95rem; }
.success-card .button { margin-top: 2rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2.5rem 4vw max(2.5rem, env(safe-area-inset-bottom)); border-top: 1px solid rgba(192,138,74,.16); background: var(--black); color: var(--white); }
.site-footer > p { margin: 0; color: #777; font-size: .75rem; }
.footer-meta { display: flex; align-items: center; justify-content: flex-end; gap: 1rem; color: #888; font-size: .72rem; white-space: nowrap; }
.footer-meta p { margin: 0; }
.copyright { text-align: right; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.mobile-break { display: none; }

@media (max-width: 1100px) {
  .site-nav > a:not(.nav-cta) { display: none; }
}

@media (max-width: 900px) {
  .site-nav > a:not(.nav-cta) { display: none; }
  .hero-shade { background: linear-gradient(90deg, rgba(22,14,9,.78), rgba(48,33,21,.26)), linear-gradient(0deg, rgba(30,19,12,.66), transparent); }
  .intro-grid, .station .section-inner, .benefit-layout, .how-layout { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .theme-detail { grid-template-columns: 1fr; gap: 1.2rem; }
  .theme-detail > div { padding-bottom: 1rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps li:nth-child(2)::after { display: none; }
  .station-copy { padding-top: 2rem; }
  .experience-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .step-visual { aspect-ratio: 1.42 / 1; }
  .contact .section-inner { display: block; max-width: 800px; }
  .contact { text-align: center; }
  .contact .section-inner > p:not(.section-label) { margin-right: auto; margin-left: auto; max-width: 610px; }
  .contact .section-inner { max-width: none; min-height: min(56.25vw, 900px); }
  .contact-simulation-visual { left: 4.2%; bottom: 8.4%; width: 43%; min-height: 11.5%; margin-top: 0; }
  .contact-simulation-overlay-button { inset: 0; min-width: 0; min-height: 0; font-size: 0; }
  .contact-simulation-card { margin-top: 2rem; text-align: center; }
  .contact-simulation-card .button { justify-self: center; }
  .contact-form { margin-top: 3rem; }
  .simulation-screen { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header { height: 70px; padding: 0 1rem; background: rgba(29,20,14,.95); }
  .site-header .site-brand { padding: .45rem 2.1rem .45rem .65rem; }
  .site-brand { padding-right: 27px; font-size: 1rem; }
  .brand-indicator { top: -4px; width: 22px; height: 16px; }
  .brand-indicator i:nth-child(1) { top: 1px; left: 2px; }
  .brand-indicator i:nth-child(2) { top: 4px; right: 0; width: 4px; height: 4px; }
  .brand-indicator i:nth-child(3) { bottom: 1px; left: 7px; width: 3px; height: 3px; }
  .brand-indicator i:nth-child(4) { top: 3px; left: 10px; }
  .brand-indicator i:nth-child(5) { right: 5px; bottom: 3px; width: 2.5px; height: 2.5px; }
  .nav-cta { padding: .65rem .8rem; font-size: .7rem; }
  .hero { display: block; min-height: auto; padding-top: 82px; }
  .hero-media { position: relative; top: auto; right: auto; width: 100%; margin: 0 auto; transform: none; }
  .hero-slide { padding: 2.4rem 1.8rem .75rem; }
  .hero-shade { background: linear-gradient(180deg, rgba(48,33,21,.04) 0%, rgba(25,16,10,.08) 42%, rgba(22,17,13,.74) 66%, #16110d 100%); }
  .hero-arrow { top: 35%; width: 38px; height: 38px; }
  .hero-content { width: calc(100% - 3.2rem); padding: 1.4rem 0 3.2rem; }
  .hero h1 { font-size: clamp(4rem, 21vw, 6.4rem); }
  .hero-description { font-size: .9rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .scroll-guide { display: none; }
  .mobile-break { display: initial; }
  .section { padding: 3.2rem 1.6rem; }
  .intro { padding-top: 5.8rem; padding-bottom: 5.8rem; }
  .intro-grid { display: block; min-height: 0; }
  .intro-media { position: relative; top: auto; left: auto; width: 100%; margin: 0 0 1.7rem; transform: none; pointer-events: auto; }
  .intro-media img { min-height: 0; aspect-ratio: 16 / 9; object-fit: contain; opacity: .86; filter: saturate(.88) contrast(.92) brightness(1.04); -webkit-mask-image: radial-gradient(ellipse at 50% 52%, #000 0%, #000 70%, rgba(0,0,0,.7) 84%, rgba(0,0,0,0) 98%); mask-image: radial-gradient(ellipse at 50% 52%, #000 0%, #000 70%, rgba(0,0,0,.7) 84%, rgba(0,0,0,0) 98%); }
  .intro-copy { width: 100%; text-shadow: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { padding: .9rem 1.1rem 1.35rem; }
  .product-card-image img { aspect-ratio: 4 / 3; }
  .space-viewport { border-radius: 22px; }
  .space-card { grid-template-columns: 1fr; }
  .space-card figure { min-height: 0; aspect-ratio: 16 / 8; }
  .space-copy { padding: 1.25rem 1.2rem 1.45rem; }
  .space-number { font-size: 2.25rem; }
  .space-arrow { top: 34%; width: 38px; height: 38px; }
  .benefits { padding-top: 0; background: #e9dece; }
  .benefits::before { content: ""; position: relative; z-index: 2; left: auto; right: auto; bottom: auto; display: block; width: calc(100% + 3.2rem); height: auto; aspect-ratio: 16 / 9; margin: 0 -1.6rem 2.6rem; clip-path: none; background: linear-gradient(180deg, rgba(244,234,220,0) 0%, rgba(244,234,220,.08) 58%, #e9dece 100%), url("web用_福利厚生.png") center / cover no-repeat; }
  .intro::before,
  .how::before,
  .pricing::before,
  .benefits::after,
  .contact::before { opacity: .45; transform: scale(.8); }
  .section-heading { margin-bottom: 1.5rem; }
  .section h2 { font-size: 2rem; }
  .section h2.pricing-title { font-size: clamp(1.2rem, 5.5vw, 2rem); }
  .section h2.two-line-heading { font-size: clamp(1.35rem, 6.3vw, 2rem); }
  .how h2.two-line-heading { font-size: clamp(1.2rem, 5.5vw, 2rem); }
  .themes-split-visual { grid-template-columns: 1fr; gap: 1rem; }
  .theme-crop img { filter: contrast(.84) saturate(.72) brightness(.93) sepia(.04); }
  .theme-image-header { gap: .8rem; padding: 0 .7rem; }
  .theme-image-header strong { font-size: clamp(1.8rem, 10vw, 2.5rem); }
  .theme-image-header span { font-size: clamp(.78rem, 4.2vw, 1rem); }
  .theme-image-copy { padding: 1rem 1.4rem; font-size: clamp(1.15rem, 5.8vw, 1.55rem); }
  .theme-details, .price-grid, .pricing-feature, .pricing-layout { grid-template-columns: 1fr; }
  .pricing .section-inner { width: calc(100% - 3.2rem); margin-right: auto; margin-left: auto; }
  .theme-detail { padding: 1.5rem; }
  .station-image::after { inset: .6rem -.6rem -.6rem .6rem; }
  .experience-image { border-left: 0; border-right: 0; }
  .experience-image figcaption { position: static; max-width: none; border-left: 0; border-top: 2px solid var(--gold); font-size: .78rem; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 0; }
  .steps li::after { display: none; }
  .price-card, .support-card { padding: 2rem 1.3rem; }
  .campaign-label { margin: -2rem -1.3rem 1.2rem; }
  .support-card { display: flex; grid-column: auto; flex-direction: column; min-height: 0; padding: 0; }
  .support-card::before { display: none; }
  .support-card::after { inset: 8px; }
  .support-image { position: relative; inset: auto; width: 100%; height: auto; object-fit: contain; object-position: center; }
  .support-content { max-width: none; padding: 2rem 1.5rem 2.4rem; background: #17110d; }
  .support-card h3 { font-size: clamp(1.55rem, 7vw, 2.15rem); }
  .support-card p.support-catch { font-size: 1.15rem; }
  .support-card .support-lead { white-space: normal; }
  .price strong { font-size: 4.8rem; }
  .pricing-copy { max-width: none; }
  .price-visual-card { min-height: 240px; padding: 0; }
  .price-service-labels { left: 7%; right: 6%; bottom: 15.5%; gap: .35rem; font-size: .72rem; }
  .price-service-labels span { width: 88%; gap: .35rem; padding-bottom: .38rem; }
  .price-service-icon { width: 22px; height: 22px; }
  .welfare-floating { right: .75rem; bottom: .75rem; width: min(360px, calc(100vw - 1.5rem)); min-height: 0; padding: .62rem .75rem; column-gap: .65rem; }
  .welfare-floating-label { font-size: .55rem; }
  .welfare-floating-title { font-size: .88rem; }
  .welfare-floating p:last-child { font-size: .76rem; }
  .simulation-modal { padding: .75rem; align-items: end; }
  .simulation-panel { height: auto; min-height: min(76svh, 620px); max-height: 94svh; padding: 1.15rem; }
  .simulation-head { padding-right: 2.6rem; }
  .simulation-screen { grid-template-columns: 1fr; }
  .simulation-step:not(.simulation-result-step) .simulation-screen,
  .simulation-result-step .simulation-screen { min-height: 0; }
  .simulation-result-step .simulation-screen { grid-template-columns: 1fr; }
  .simulation-result-step .simulation-result-visual { order: 0; }
  .simulation-result-visual,
  .simulation-result-visual img { height: 220px; }
  .simulation-field { grid-template-columns: 1fr; }
  .simulation-step[data-simulation-step="1"] .simulation-field,
  .simulation-step[data-simulation-step="2"] .simulation-field,
  .simulation-result-step .simulation-screen { width: min(100%, calc((76svh - 3.4rem) * 16 / 9)); aspect-ratio: 16 / 9; background-size: contain; background-position: center; }
  .simulation-step[data-simulation-step="1"] .simulation-field label,
  .simulation-step[data-simulation-step="2"] .simulation-field label { top: 40.5%; bottom: 12.8%; }
  .simulation-question,
  .simulation-step-count,
  .simulation-field .simulation-back { grid-column: 1; }
  .simulation-question { grid-row: auto; padding-right: 0; text-align: center; font-size: clamp(1.05rem, 4.2vw, 1.45rem); }
  .simulation-step-count { grid-row: auto; text-align: center; }
  .simulation-field label { min-height: 0; }
  .simulation-field span img { inset: auto; left: 7%; top: 9%; width: 86%; height: 62%; border-radius: 14px; }
  .simulation-breakdown { grid-template-columns: 1fr; }
  .simulation-actions { grid-template-columns: 1fr; }
  .simulation-breakdown { grid-template-columns: 1fr; }
  .simulation-visual { min-height: 180px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-meta { justify-content: center; flex-wrap: wrap; }
  .copyright { text-align: center; }
  .contact-form { margin-top: 2rem; padding: 1.3rem 1rem; }
  .checkbox-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .site-header { padding: 0 .75rem; }
  .nav-cta { max-width: 205px; padding: .55rem .6rem; font-size: .64rem; }
  .hero { min-height: auto; }
  .hero-content { width: calc(100% - 2rem); }
  .hero h1 { font-size: 18vw; }
  .hero-tagline { font-size: 1.25rem; }
  .section { padding-right: 1.25rem; padding-left: 1.25rem; }
  .benefits::before { width: calc(100% + 2.5rem); margin-right: -1.25rem; margin-left: -1.25rem; }
  .benefit-list article { gap: 1rem; }
  .support-card { min-height: 0; padding: 0; }
  .support-content { padding: 1.7rem 1.1rem 2.2rem; }
  .footer-meta { gap: .5rem; font-size: .66rem; }
}

.simulation-modal { place-items: center; padding: clamp(.75rem, 2vw, 1.25rem); }
.simulation-panel { width: min(calc(100vw - 2rem), calc((88svh - 2rem) * 16 / 9), 1180px); height: auto; min-height: 0; max-height: none; padding: 0; border: 0; background: transparent; box-shadow: none; overflow: visible; }
.simulation-close { top: .85rem; right: .85rem; z-index: 8; }
.simulation-step:not(.simulation-result-step) .simulation-screen { min-height: 0; }
.simulation-step[data-simulation-step="1"] .simulation-field,
.simulation-step[data-simulation-step="2"] .simulation-field,
.simulation-result-step .simulation-screen { width: 100%; max-width: none; aspect-ratio: 16 / 9; background-size: 100% 100%; background-position: center; background-repeat: no-repeat; }
.simulation-step[data-simulation-step="1"] .simulation-field label,
.simulation-step[data-simulation-step="2"] .simulation-field label { top: 37.8%; bottom: 18.2%; border: 0; border-radius: 22px; background: transparent; overflow: visible; }
.simulation-step[data-simulation-step="1"] .simulation-field label:nth-of-type(1),
.simulation-step[data-simulation-step="2"] .simulation-field label:nth-of-type(1) { left: 4.8%; width: 28.4%; }
.simulation-step[data-simulation-step="1"] .simulation-field label:nth-of-type(2),
.simulation-step[data-simulation-step="2"] .simulation-field label:nth-of-type(2) { left: 35.8%; width: 28.4%; }
.simulation-step[data-simulation-step="1"] .simulation-field label:nth-of-type(3),
.simulation-step[data-simulation-step="2"] .simulation-field label:nth-of-type(3) { left: 66.8%; width: 28.4%; }
.simulation-step[data-simulation-step="1"] .simulation-field label:hover,
.simulation-step[data-simulation-step="1"] .simulation-field label:has(input:checked),
.simulation-step[data-simulation-step="2"] .simulation-field label:hover,
.simulation-step[data-simulation-step="2"] .simulation-field label:has(input:checked) { border-color: transparent; background: transparent; box-shadow: none; transform: none; }
.simulation-step[data-simulation-step="1"] .simulation-field label::after,
.simulation-step[data-simulation-step="2"] .simulation-field label::after { content: none; display: none; }
.simulation-step[data-simulation-step="1"] .simulation-field label:hover::after,
.simulation-step[data-simulation-step="1"] .simulation-field label:has(input:checked)::after,
.simulation-step[data-simulation-step="2"] .simulation-field label:hover::after,
.simulation-step[data-simulation-step="2"] .simulation-field label:has(input:checked)::after { opacity: 1; transform: translateY(-2px); }
.simulation-step[data-simulation-step="1"] .simulation-field span,
.simulation-step[data-simulation-step="2"] .simulation-field span { padding: 0 12% 15%; font-size: clamp(.72rem, .98vw, .9rem); line-height: 1.28; }
.simulation-step[data-simulation-step="1"] .simulation-field span img,
.simulation-step[data-simulation-step="2"] .simulation-field span img { left: 14%; top: 8.5%; width: 72%; height: 56%; object-fit: contain; border-radius: 0; clip-path: inset(20% 30% 18% 30%); transform: scale(1.72); mix-blend-mode: normal; opacity: .9; filter: drop-shadow(0 8px 16px rgba(58,40,24,.07)); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .brand-indicator i { animation: none; opacity: .5; transform: none; }
}
