:root {
  --ne-red: #bd171f;
  --ne-red-dark: #7f1016;
  --ne-ink: #151414;
  --ne-charcoal: #292625;
  --ne-paper: #f7f3ed;
  --ne-paper-deep: #ebe2d6;
  --ne-gold: #c7a36a;
  --ne-line: rgba(21, 20, 20, .16);
  --ne-white: #fff;
  --ne-serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --ne-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  --ne-shadow: 0 26px 70px rgba(35, 24, 19, .16);
  --ne-radius: 4px;
  --ne-shell: min(1180px, calc(100vw - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ne-ink);
  background: var(--ne-paper);
  font-family: var(--ne-sans);
  font-size: 16px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p, dl, dd, figure { margin-top: 0; }
h1, h2, h3 { font-family: var(--ne-serif); font-weight: 500; line-height: 1.35; letter-spacing: .03em; line-break: strict; overflow-wrap: break-word; text-wrap: pretty; word-break: normal; }
p:last-child { margin-bottom: 0; }
::selection { color: var(--ne-white); background: var(--ne-red); }
.ne-shell { width: var(--ne-shell); margin-inline: auto; }
.narrow { width: min(820px, 100%); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: var(--ne-white); background: var(--ne-ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--ne-ink);
  transition: background-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled, body:not(.ne-home) .site-header { background: rgba(247, 243, 237, .94); box-shadow: 0 1px 0 var(--ne-line); backdrop-filter: blur(14px); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 30px; }
.brand-logo { flex: 0 0 auto; width: 205px; }
.brand-logo img { width: 100%; }
.primary-navigation { margin-left: auto; display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.primary-navigation a { position: relative; padding: 10px 0; }
.primary-navigation a::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.primary-navigation a:hover::after, .primary-navigation a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-shop { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; padding: 11px 17px; color: var(--ne-white); background: var(--ne-red); border: 1px solid var(--ne-red); font-family: Georgia, serif; font-size: 13px; letter-spacing: .08em; transition: background .2s ease, color .2s ease; }
.header-shop:hover, .header-shop:focus-visible { color: var(--ne-red); background: transparent; }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.section { padding: clamp(80px, 10vw, 150px) 0; }
.eyebrow { margin-bottom: 18px; color: var(--ne-red); font-family: Georgia, "Times New Roman", serif; font-size: 12px; font-weight: 700; letter-spacing: .2em; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(38px, 5.4vw, 72px); }
.section-heading.horizontal { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.section-heading.horizontal > p { max-width: 450px; margin: 0 0 8px; color: #5b5551; }
.intro-grid, .story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 140px); align-items: start; }
.intro-copy, .story-copy { max-width: 650px; }
.lead { font-family: var(--ne-serif); font-size: clamp(22px, 2.4vw, 31px); line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; letter-spacing: .06em; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.section-actions { display: flex; align-items: center; justify-content: center; gap: 34px; margin-top: 54px; }
.ne-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 13px 26px; border: 1px solid transparent; font-size: 14px; font-weight: 700; letter-spacing: .06em; line-height: 1.4; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.ne-button:hover, .ne-button:focus-visible { transform: translateY(-2px); }
.ne-button-primary { color: var(--ne-white); background: var(--ne-red); border-color: var(--ne-red); }
.ne-button-primary:hover, .ne-button-primary:focus-visible { color: var(--ne-red); background: transparent; }
.ne-button-outline { color: var(--ne-ink); background: transparent; border-color: var(--ne-ink); }
.ne-button-outline:hover, .ne-button-outline:focus-visible { color: var(--ne-white); background: var(--ne-ink); }
.ne-button-dark { color: var(--ne-white); background: var(--ne-ink); border-color: var(--ne-ink); }
.ne-button-dark:hover, .ne-button-dark:focus-visible { color: var(--ne-ink); background: transparent; }
.ne-button-light { color: var(--ne-ink); background: var(--ne-white); border-color: var(--ne-white); }
.ne-button-light:hover, .ne-button-light:focus-visible { color: var(--ne-white); background: transparent; }
.ne-button-outline-light { color: var(--ne-white); background: transparent; border-color: rgba(255,255,255,.7); }
.ne-button-outline-light:hover, .ne-button-outline-light:focus-visible { color: var(--ne-ink); background: var(--ne-white); }

.home-hero { position: relative; min-height: min(930px, 100svh); padding-top: 88px; background: linear-gradient(135deg, #f9f5ef 0%, #efe4d8 100%); overflow: hidden; }
.home-hero::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(21,20,20,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(21,20,20,.07) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-sun { position: absolute; top: -8vw; right: -6vw; width: min(50vw, 720px); aspect-ratio: 1; border-radius: 50%; background: var(--ne-red); opacity: .92; }
.home-hero-grid { position: relative; z-index: 2; min-height: calc(min(930px, 100svh) - 148px); display: grid; grid-template-columns: .93fr 1.07fr; gap: 60px; align-items: center; padding-top: 48px; padding-bottom: 80px; }
.home-hero-copy { position: relative; z-index: 3; max-width: 610px; }
.hero-kicker { margin-bottom: 24px; font-family: Georgia, serif; font-size: 12px; font-weight: 700; letter-spacing: .22em; }
.home-hero h1 { margin-bottom: 24px; }
.home-hero h1 span { display: block; margin-bottom: 8px; font-size: clamp(18px, 2vw, 25px); font-weight: 500; letter-spacing: .18em; }
.home-hero h1 strong { display: block; font-size: clamp(48px, 6.2vw, 88px); font-weight: 500; line-height: 1.28; }
.home-hero-copy > p:not(.hero-kicker) { max-width: 570px; color: #4d4844; font-size: 17px; }
.home-hero-copy .hero-world-copy { margin-top: -4px; color: #766a62; font-family: Georgia, "Times New Roman", serif; font-size: 13px; line-height: 1.7; letter-spacing: .025em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-facts { display: flex; gap: 42px; margin: 48px 0 0; padding-top: 20px; border-top: 1px solid var(--ne-line); }
.hero-facts div { display: grid; gap: 2px; }
.hero-facts dt { color: var(--ne-red); font-family: Georgia, serif; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-facts dd { margin: 0; font-family: Georgia, serif; font-size: 14px; }
.hero-gallery { position: relative; min-height: 650px; }
.hero-card { position: absolute; margin: 0; background: var(--ne-white); box-shadow: var(--ne-shadow); overflow: hidden; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-main { z-index: 3; right: 7%; bottom: 0; width: min(37vw, 470px); aspect-ratio: 1; transform: rotate(-2deg); }
.hero-card-sub { width: min(19vw, 230px); aspect-ratio: 1; }
.hero-card-red { z-index: 2; top: 2%; left: 1%; transform: rotate(-5deg); }
.hero-card-dark { z-index: 4; top: 10%; right: -3%; transform: rotate(6deg); }
.hero-marquee { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; padding: 12px 0; color: var(--ne-white); background: var(--ne-ink); font-family: Georgia, serif; font-size: 12px; letter-spacing: .18em; white-space: nowrap; overflow: hidden; }
.hero-marquee span { display: inline-block; min-width: 100%; text-align: center; }

.intro-section { background: var(--ne-paper); }
.collection-section { background: var(--ne-white); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 24px; }
.product-card { min-width: 0; }
.product-image-wrap { position: relative; background: #eee8e2; overflow: hidden; }
.product-image-wrap > span { position: absolute; z-index: 2; top: 13px; left: 15px; display: grid; place-items: center; width: 34px; height: 34px; color: var(--ne-white); background: rgba(21,20,20,.86); font-family: Georgia, serif; font-size: 11px; }
.product-image-wrap img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.product-card a:hover .product-image-wrap img { transform: scale(1.035); }
.product-card-copy { position: relative; padding: 20px 46px 0 0; }
.product-card-copy h3 { margin-bottom: 6px; font-size: clamp(22px, 2.4vw, 30px); }
.product-card-copy p { margin: 0; color: #6a625c; font-size: 13px; }
.product-arrow { position: absolute; top: 24px; right: 5px; color: var(--ne-red); font-size: 20px; }

.hometown-feature { padding: 0; color: var(--ne-white); background: var(--ne-ink); }
.hometown-feature-grid { min-height: 680px; display: grid; grid-template-columns: 1fr .86fr; align-items: center; }
.hometown-product { position: relative; align-self: stretch; display: grid; place-items: center; overflow: hidden; }
.hometown-product::before { content: "IWAMIZAWA"; position: absolute; bottom: 5%; left: -1%; color: rgba(255,255,255,.06); font-family: Georgia, serif; font-size: clamp(60px, 10vw, 140px); letter-spacing: -.04em; white-space: nowrap; }
.hometown-product img { position: relative; z-index: 2; width: min(80%, 560px); filter: drop-shadow(0 26px 30px rgba(0,0,0,.35)); }
.hometown-circle { position: absolute; width: 55%; aspect-ratio: 1; border: 1px solid rgba(199,163,106,.65); border-radius: 50%; }
.hometown-circle::before, .hometown-circle::after { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(199,163,106,.3); border-radius: 50%; }
.hometown-circle::after { inset: 26%; }
.hometown-copy { max-width: 510px; padding: 90px 0 90px 60px; }
.hometown-copy .eyebrow { color: var(--ne-gold); }
.hometown-copy h2 { margin-bottom: 24px; font-size: clamp(40px, 5vw, 68px); }
.hometown-copy p { color: rgba(255,255,255,.76); }

.iwamizawa-gateway { background: var(--ne-paper); }
.iwamizawa-gateway-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.iwamizawa-gateway h2 { margin-bottom: 0; font-size: clamp(40px, 5.4vw, 70px); }
.iwamizawa-gateway-copy { max-width: 650px; }
.iwamizawa-gateway-copy > p { color: #514b47; }
.iwamizawa-gateway-copy > p[lang="en"] { padding-left: 20px; border-left: 2px solid var(--ne-gold); color: #6d625a; font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 1.8; }
.iwamizawa-gateway-actions, .origin-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.connect-section { padding: 0; }
.connect-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; }
.connect-card { min-height: 560px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(60px, 7vw, 110px); color: var(--ne-white); }
.connect-card h2 { margin-bottom: 22px; font-size: clamp(38px, 5vw, 66px); }
.connect-card p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.76); }
.connect-card .ne-button { margin-top: 20px; }
.business-card { background: var(--ne-red-dark); }
.business-card .eyebrow { color: #e6c48e; }
.instagram-card { position: relative; background: #242020; overflow: hidden; }
.instagram-card::before { content: "@"; position: absolute; right: -3%; bottom: -26%; color: rgba(255,255,255,.04); font-family: Georgia, serif; font-size: 410px; line-height: 1; }
.instagram-card > * { position: relative; z-index: 2; }
.instagram-card .eyebrow { color: #e6c48e; }
.final-cta { color: var(--ne-white); background: var(--ne-ink); text-align: center; }
.final-cta .eyebrow { color: var(--ne-gold); }
.final-cta h2 { margin-bottom: 32px; font-size: clamp(42px, 6vw, 78px); }

.page-hero { min-height: 760px; padding-top: 88px; background: linear-gradient(135deg, #f8f4ee, #eaded1); overflow: hidden; }
.page-hero-inner { min-height: 672px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.page-hero h1, .simple-page-hero h1 { margin-bottom: 24px; font-size: clamp(56px, 7.8vw, 104px); }
.page-hero h1 span { font-size: .62em; }
.page-hero-inner > div:first-child > p:last-child { max-width: 570px; color: #5d5550; }
.page-hero-inner .page-hero-english { margin-top: 14px; color: #766a62; font-family: Georgia, "Times New Roman", serif; font-size: 13px; line-height: 1.75; }
.page-hero-art { position: relative; }
.page-hero-art::before { content: ""; position: absolute; inset: 8% 4% 5% 10%; background: var(--ne-red); border-radius: 50%; }
.page-hero-art img { position: relative; z-index: 2; transform: rotate(3deg); box-shadow: var(--ne-shadow); }
.values-section { color: var(--ne-white); background: var(--ne-ink); }
.values-section .eyebrow { color: var(--ne-gold); }
.values-section .section-heading.horizontal > p { color: rgba(255,255,255,.65); }
.value-grid, .business-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.value-grid article, .business-grid article { min-height: 340px; padding: 38px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.value-grid article > span, .business-grid article > span { color: var(--ne-gold); font-family: Georgia, serif; font-size: 12px; letter-spacing: .16em; }
.value-grid h3, .business-grid h3 { margin: 42px 0 8px; font-family: Georgia, serif; font-size: 34px; }
.value-grid strong { display: block; margin-bottom: 14px; font-family: var(--ne-serif); font-size: 18px; }
.value-grid p, .business-grid p { color: rgba(255,255,255,.66); font-size: 14px; }
.origin-section { background: var(--ne-paper-deep); }
.origin-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 10vw, 140px); align-items: center; }
.origin-mark { aspect-ratio: 1; display: grid; grid-template-columns: 1fr 1fr; place-items: center; color: var(--ne-white); background: var(--ne-red); font-family: Georgia, serif; font-size: clamp(80px, 10vw, 150px); line-height: 1; }
.origin-mark span:first-child { align-self: start; justify-self: start; padding: 12%; opacity: .9; }
.origin-mark span:last-child { align-self: end; justify-self: end; padding: 12%; opacity: .65; }
.origin-grid h2 { font-size: clamp(40px, 5vw, 68px); }
.concept-copy > p + p { margin-top: 1.45em; }
.english-summary { margin-top: 34px; padding: 28px 30px; color: rgba(255,255,255,.78); background: var(--ne-ink); }
.english-summary span { display: block; margin-bottom: 10px; color: var(--ne-gold); font-family: Georgia, "Times New Roman", serif; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.english-summary p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 1.85; }
.origin-copy > p { max-width: 720px; }
.origin-copy .origin-english { margin-top: 30px; padding: 22px 24px; border-left: 3px solid var(--ne-red); background: rgba(255,255,255,.48); font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 1.85; }
.page-cta { color: var(--ne-white); background: var(--ne-ink); text-align: center; }
.page-cta .eyebrow { color: var(--ne-gold); }
.page-cta h2 { margin-bottom: 34px; font-size: clamp(40px, 5.8vw, 72px); }

.page-hero-products { background: #e8dfd7; }
.product-hero-stack { position: relative; min-height: 580px; }
.product-hero-stack img { position: absolute; width: 67%; box-shadow: var(--ne-shadow); }
.product-hero-stack img:first-child { top: 5%; left: 0; transform: rotate(-5deg); }
.product-hero-stack img:last-child { right: 0; bottom: 0; transform: rotate(5deg); }
.product-intro { padding-bottom: 70px; }
.product-catalog { padding-top: 0; background: var(--ne-white); }
.product-grid-full { gap: 80px 34px; }
.product-detail-card .product-detail-copy { padding-top: 20px; }
.product-detail-copy > p:first-child { margin-bottom: 8px; color: var(--ne-red); font-family: Georgia, serif; font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.product-detail-copy h2 { margin-bottom: 5px; font-size: 31px; }
.product-detail-copy > p:not(:first-child) { color: #68605b; font-size: 13px; }
.category-section { background: var(--ne-paper-deep); }
.category-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--ne-line); border-left: 1px solid var(--ne-line); }
.category-grid article { min-height: 280px; padding: 42px; border-right: 1px solid var(--ne-line); border-bottom: 1px solid var(--ne-line); }
.category-grid span { color: var(--ne-red); font-family: Georgia, serif; font-size: 12px; }
.category-grid h3 { margin: 38px 0 10px; font-family: Georgia, serif; font-size: 42px; }
.product-note { padding: 70px 0; color: rgba(255,255,255,.75); background: var(--ne-charcoal); }
.product-note h2 { color: var(--ne-white); font-size: 26px; }

.hometown-page-hero { color: var(--ne-white); background: var(--ne-ink); }
.hometown-page-hero .eyebrow { color: var(--ne-gold); }
.hometown-page-grid { min-height: 672px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 50px; }
.hometown-page-grid h1 { font-size: clamp(50px, 6.5vw, 88px); }
.hometown-page-grid > div:first-child > p:last-child { color: rgba(255,255,255,.68); }
.hometown-hero-product { position: relative; min-height: 580px; display: grid; place-items: center; }
.hometown-hero-product::before { content: ""; position: absolute; width: 65%; aspect-ratio: 1; border: 1px solid rgba(199,163,106,.55); border-radius: 50%; }
.hometown-hero-product span { position: absolute; bottom: 7%; left: 4%; color: rgba(255,255,255,.08); font-family: Georgia, serif; font-size: 76px; letter-spacing: -.04em; }
.hometown-hero-product img { position: relative; z-index: 2; width: 82%; filter: drop-shadow(0 20px 30px rgba(0,0,0,.45)); }
.portal-section { background: var(--ne-paper-deep); }
.portal-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--ne-line); border-left: 1px solid var(--ne-line); }
.portal-grid a { min-height: 250px; display: flex; flex-direction: column; align-items: flex-start; padding: 36px; border-right: 1px solid var(--ne-line); border-bottom: 1px solid var(--ne-line); background: rgba(255,255,255,.18); transition: background .2s ease, color .2s ease; }
.portal-grid a:hover { color: var(--ne-white); background: var(--ne-red); }
.portal-grid span { font-family: Georgia, serif; font-size: 11px; letter-spacing: .16em; }
.portal-grid strong { margin: auto 0 16px; font-family: var(--ne-serif); font-size: 24px; }
.portal-grid small { font-size: 12px; font-weight: 700; }
.portal-note { margin: 25px 0 0; color: #6a625c; font-size: 12px; }
.tax-upcoming { margin-top: 28px; padding: 18px 22px; color: var(--ne-red-dark); border-left: 3px solid var(--ne-red); background: var(--ne-paper-deep); }
.tax-designs-section { background: var(--ne-white); }
.tax-design-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.tax-design-grid figure { margin: 0; min-width: 0; }
.tax-design-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; background: var(--ne-paper); }
.tax-design-grid figcaption { padding: 14px 4px 0; font-family: var(--ne-serif); font-size: 18px; text-align: center; }
.gyokusenkan-section { background: var(--ne-paper); }
.gyokusenkan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.gyokusenkan-grid figure { margin: 0; box-shadow: var(--ne-shadow); }
.gyokusenkan-grid h2 { font-size: clamp(40px, 5vw, 66px); }
.park-facts { margin: 30px 0 0; border-top: 1px solid var(--ne-line); }
.park-facts > div { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--ne-line); }
.park-facts dt { color: var(--ne-red); font-size: 12px; font-weight: 700; }
.park-facts dd { margin: 0; font-size: 14px; }
.hometown-message { color: var(--ne-white); background: var(--ne-red-dark); }
.hometown-message .ne-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.hometown-message .eyebrow { color: var(--ne-gold); }
.hometown-message h2 { margin: 0; font-size: clamp(38px, 5vw, 65px); }
.hometown-message p:last-child { color: rgba(255,255,255,.72); }

.business-page-hero { color: var(--ne-white); background: var(--ne-red-dark); }
.business-page-hero .eyebrow { color: var(--ne-gold); }
.business-page-hero .page-hero-inner > div:first-child > p:not(.eyebrow) { color: rgba(255,255,255,.75); }
.business-page-hero .ne-button-primary { color: var(--ne-red); background: var(--ne-white); border-color: var(--ne-white); }
.business-page-hero .ne-button-primary:hover { color: var(--ne-white); background: transparent; }
.business-symbol { justify-self: center; display: grid; place-items: center; width: min(80%, 480px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.business-symbol span { font-family: var(--ne-serif); font-size: 170px; line-height: 1; }
.business-symbol small { margin-top: -120px; color: var(--ne-gold); font-family: Georgia, serif; letter-spacing: .22em; }
.business-grid { grid-template-columns: repeat(4, minmax(0,1fr)); border-color: var(--ne-line); }
.business-grid article { color: var(--ne-ink); border-color: var(--ne-line); }
.business-grid article > span { color: var(--ne-red); }
.business-grid h3 { margin-top: 50px; font-family: var(--ne-serif); font-size: 26px; }
.business-grid p { color: #625c57; }
.business-flow { background: var(--ne-paper-deep); }
.business-flow .section-heading { margin-bottom: 45px; }
.business-flow ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ne-line); }
.business-flow li { display: grid; grid-template-columns: 90px 1fr; gap: 25px; padding: 31px 0; border-bottom: 1px solid var(--ne-line); }
.business-flow li > span { color: var(--ne-red); font-family: Georgia, serif; font-size: 12px; }
.business-flow strong { display: block; margin-bottom: 4px; font-family: var(--ne-serif); font-size: 22px; }
.business-flow p { margin: 0; color: #625c57; }

.simple-page-hero { padding: 200px 0 100px; background: linear-gradient(135deg, #f8f4ee, #eaded1); }
.simple-page-hero p:last-child { max-width: 620px; color: #5d5550; }
.company-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 10vw, 140px); }
.company-grid h2 { font-size: clamp(38px, 5vw, 60px); }
.company-data { margin: 0; border-top: 1px solid var(--ne-line); }
.company-data > div { display: grid; grid-template-columns: 140px 1fr; gap: 25px; padding: 25px 0; border-bottom: 1px solid var(--ne-line); }
.company-data dt { color: #665e58; font-size: 13px; font-weight: 700; }
.company-data dd { margin: 0; }
.company-data a { text-decoration: underline; text-underline-offset: 4px; }

.contact-section { background: var(--ne-white); }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 100px); align-items: start; }
.contact-layout aside h2 { font-size: clamp(36px, 4.7vw, 58px); }
.contact-layout aside ul { margin: 30px 0; padding: 0; list-style: none; border-top: 1px solid var(--ne-line); }
.contact-layout aside li { padding: 13px 0; border-bottom: 1px solid var(--ne-line); font-size: 14px; }
.response-note { display: grid; gap: 7px; margin-top: 38px; padding: 25px; color: var(--ne-white); background: var(--ne-ink); }
.response-note span { color: var(--ne-gold); font-family: Georgia, serif; font-size: 10px; letter-spacing: .18em; }
.response-note strong { font-family: var(--ne-serif); font-size: 18px; line-height: 1.6; }
.response-note small { color: rgba(255,255,255,.64); }
.contact-form-card { padding: clamp(30px, 5vw, 60px); background: var(--ne-paper); box-shadow: 0 18px 60px rgba(24,20,18,.08); }
.contact-form-card h2 { font-size: clamp(31px, 4vw, 46px); }
.required-mark { display: inline-block; margin-right: 5px; padding: 1px 7px; color: var(--ne-white); background: var(--ne-red); font-size: 11px; }
.form-setup { margin-top: 30px; padding: 22px; border: 1px solid var(--ne-line); background: var(--ne-white); }
.form-setup a { color: var(--ne-red-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.wpcf7-form label { display: block; margin-bottom: 24px; font-size: 13px; font-weight: 700; }
.wpcf7-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .wpcf7-form textarea, .wpcf7-form select { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid rgba(21,20,20,.22); border-radius: 0; background: var(--ne-white); }
.wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus { outline: 2px solid rgba(189,23,31,.26); border-color: var(--ne-red); }
.wpcf7-form input[type="submit"] { min-height: 54px; padding: 13px 30px; color: var(--ne-white); background: var(--ne-red); border: 1px solid var(--ne-red); border-radius: 0; font-weight: 700; cursor: pointer; }
.wpcf7-form input[type="submit"]:hover { color: var(--ne-red); background: transparent; }
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.wpcf7-form .wpcf7-acceptance label { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px; font-weight: 500; }
.wpcf7-form .wpcf7-acceptance input { flex: 0 0 auto; margin-top: .55em; }
.wpcf7-form .wpcf7-acceptance a { color: var(--ne-red-dark); text-decoration: underline; text-underline-offset: 3px; }
.wpcf7-form .cf-turnstile, .wpcf7-form .sct-form-field { margin: 16px 0 22px; }
.wpcf7-form .wpcf7-not-valid-tip { margin-top: 5px; color: var(--ne-red-dark); font-size: 12px; }
.wpcf7-form .wpcf7-response-output { margin: 22px 0 0 !important; padding: 14px 16px !important; font-size: 13px; }
.legal-section h2 { margin-top: 52px; font-size: 26px; }
.legal-section ul { padding-left: 1.3em; }
.thanks-page, .error-page { min-height: 75vh; padding-top: 90px; background: linear-gradient(135deg, #f8f4ee, #eaded1); }
.thanks-page h1, .error-page h1 { font-size: clamp(48px, 7vw, 82px); }
.thanks-page .ne-button, .error-page .ne-button { margin-top: 30px; }
.generic-page { min-height: 75vh; padding: 190px 0 120px; }
.generic-page h1 { font-size: clamp(44px, 6vw, 72px); }
.entry-content > * + * { margin-top: 1.4em; }

.site-footer { color: var(--ne-white); background: #101010; }
.footer-main { display: grid; grid-template-columns: 1.05fr .9fr 1.05fr; gap: clamp(45px, 7vw, 90px); padding-top: 90px; padding-bottom: 75px; }
.footer-brand img { width: 230px; margin-bottom: 28px; filter: brightness(0) invert(1); }
.footer-brand p { color: rgba(255,255,255,.64); font-family: var(--ne-serif); font-size: 18px; }
.footer-navigation { display: grid; align-content: start; }
.footer-navigation a { padding: 10px 0; color: rgba(255,255,255,.72); border-bottom: 1px solid rgba(255,255,255,.13); font-size: 13px; }
.footer-navigation a:hover { color: var(--ne-white); }
.footer-company > span { color: var(--ne-gold); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.footer-company > strong { display: block; margin: 7px 0 15px; font-family: var(--ne-serif); font-size: 22px; }
.footer-company > p { color: rgba(255,255,255,.6); font-size: 13px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 25px; }
.footer-legal a { color: rgba(255,255,255,.62); font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; padding-bottom: 23px; color: rgba(255,255,255,.45); border-top: 1px solid rgba(255,255,255,.12); font-family: Georgia, serif; font-size: 11px; letter-spacing: .08em; }

@media (max-width: 1050px) {
  :root { --ne-shell: min(100% - 40px, 900px); }
  .header-inner { min-height: 76px; }
  .brand-logo { width: 185px; }
  .menu-toggle { display: block; }
  .header-shop { margin-left: 0; }
  .primary-navigation { position: fixed; z-index: 1100; top: 76px; right: 0; left: 0; display: grid; gap: 0; padding: 24px 20px 30px; background: var(--ne-paper); border-top: 1px solid var(--ne-line); box-shadow: 0 24px 40px rgba(0,0,0,.12); visibility: hidden; opacity: 0; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .primary-navigation.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .primary-navigation a { padding: 13px 6px; border-bottom: 1px solid var(--ne-line); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .home-hero { padding-top: 76px; }
  .home-hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 90px; }
  .home-hero-copy { max-width: 720px; }
  .hero-gallery { width: min(100%, 720px); min-height: 590px; margin-inline: auto; }
  .hero-card-main { width: min(56vw, 470px); }
  .hero-card-sub { width: min(29vw, 230px); }
  .hero-sun { top: 38%; right: -18%; width: 88vw; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hometown-feature-grid, .iwamizawa-gateway-grid, .gyokusenkan-grid, .page-hero-inner, .hometown-page-grid { grid-template-columns: 1fr; }
  .hometown-product { min-height: 520px; }
  .hometown-copy { max-width: 700px; padding: 40px 0 90px; }
  .tax-design-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .connect-card { min-height: 500px; padding: 70px 38px; }
  .page-hero { min-height: auto; }
  .page-hero-inner, .hometown-page-grid { min-height: auto; padding-top: 130px; padding-bottom: 85px; }
  .page-hero-art, .product-hero-stack, .hometown-hero-product { width: min(100%, 620px); margin-inline: auto; }
  .business-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .company-grid, .contact-layout { grid-template-columns: 1fr; }
  .contact-layout aside { max-width: 680px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-company { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  :root { --ne-shell: calc(100vw - 32px); }
  body { font-size: 15px; line-height: 1.85; }
  .section { padding: 78px 0; }
  .header-inner { gap: 10px; }
  .brand-logo { width: 150px; }
  .header-shop { padding: 9px 11px; font-size: 10px; }
  .menu-toggle { width: 42px; padding-inline: 8px; }
  .section-heading.horizontal, .intro-grid, .story-grid, .origin-grid, .hometown-message .ne-shell { grid-template-columns: 1fr; display: grid; gap: 30px; }
  .section-heading.horizontal { margin-bottom: 38px; }
  .section-heading.horizontal > p { margin: 0; }
  .home-hero-grid { gap: 32px; padding-top: 64px; padding-bottom: 72px; }
  .home-hero h1 strong { font-size: clamp(40px, 11.8vw, 61px); line-break: strict; overflow-wrap: break-word; }
  .home-hero h1 span { font-size: 16px; }
  .home-hero-copy > p:not(.hero-kicker) { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .ne-button { width: 100%; }
  .hero-facts { gap: 20px; }
  .hero-facts dd { font-size: 11px; }
  .hero-gallery { min-height: 440px; }
  .hero-card-main { right: 3%; width: min(73vw, 360px); }
  .hero-card-sub { width: min(38vw, 175px); }
  .hero-card-dark { top: 4%; right: 0; }
  .hero-card-red { top: 0; left: 0; }
  .hero-sun { top: 47%; }
  .product-grid { grid-template-columns: 1fr; gap: 44px; }
  .section-actions { flex-direction: column; gap: 12px; margin-top: 40px; }
  .section-actions .ne-button { width: 100%; }
  .hometown-feature-grid { min-height: 0; }
  .hometown-product { min-height: 390px; }
  .hometown-product img { width: 92%; }
  .hometown-copy { padding: 30px 0 75px; }
  .iwamizawa-gateway-actions, .origin-actions { display: grid; grid-template-columns: 1fr; }
  .iwamizawa-gateway-actions .ne-button, .origin-actions .ne-button { width: 100%; }
  .tax-design-grid { grid-template-columns: 1fr 1fr; gap: 28px 12px; }
  .tax-design-grid figure:last-child { grid-column: 1 / -1; width: calc(50% - 6px); margin-inline: auto; }
  .tax-design-grid figcaption { font-size: 16px; }
  .gyokusenkan-grid { gap: 38px; }
  .park-facts > div { grid-template-columns: 1fr; gap: 3px; }
  .connect-grid { grid-template-columns: 1fr; }
  .connect-card { min-height: 440px; padding: 68px 28px; }
  .page-hero-inner, .hometown-page-grid { gap: 25px; padding-top: 125px; padding-bottom: 70px; }
  .page-hero h1, .simple-page-hero h1 { font-size: clamp(48px, 15vw, 70px); }
  .page-hero-art { width: 92%; }
  .value-grid, .business-grid { grid-template-columns: 1fr; }
  .value-grid article, .business-grid article { min-height: 280px; padding: 30px; }
  .origin-mark { width: 90%; margin-inline: auto; }
  .product-hero-stack { min-height: 390px; }
  .product-hero-stack img { width: 72%; }
  .category-grid, .portal-grid { grid-template-columns: 1fr; }
  .category-grid article, .portal-grid a { min-height: 220px; padding: 30px; }
  .hometown-hero-product { min-height: 390px; }
  .hometown-hero-product img { width: 94%; }
  .hometown-hero-product span { font-size: 48px; }
  .hometown-message .ne-shell { align-items: start; }
  .business-symbol { width: 82%; }
  .business-symbol span { font-size: 120px; }
  .business-symbol small { margin-top: -85px; font-size: 9px; }
  .business-flow li { grid-template-columns: 52px 1fr; }
  .simple-page-hero { padding: 150px 0 72px; }
  .company-data > div { grid-template-columns: 1fr; gap: 4px; }
  .contact-form-card { padding: 28px 20px; }
  .footer-main { grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 50px; }
  .footer-company { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* =========================================================
   One-page brand LP / Ver.1.4.0
   ========================================================= */
body { font-weight: 500; }
h1, h2, h3 { font-weight: 700; letter-spacing: .015em; }
#concept, #collection, #hometown-tax, #gyokusenkan, #iwamizawa, #business, #faq { scroll-margin-top: 88px; }
.lp-section { padding: clamp(94px, 10vw, 152px) 0; }
.lp-kicker, .lp-product-en, .lp-heading-en { font-family: Georgia, "Times New Roman", serif; }
.lp-section-heading h2 { margin: 0; font-size: clamp(40px, 5.2vw, 72px); line-height: 1.3; }
.lp-section-heading-row { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(50px, 8vw, 110px); align-items: end; margin-bottom: 62px; }
.lp-section-heading-row > p { margin: 0 0 8px; color: #58514c; }
.lp-lead { font-family: var(--ne-serif); font-size: clamp(21px, 2.15vw, 29px); font-weight: 700; line-height: 1.75; }
.lp-heading-en { margin: 25px 0 0; color: #766b63; font-size: 13px; line-height: 1.8; }

.lp-hero { position: relative; min-height: min(960px, 100svh); padding-top: 88px; background: linear-gradient(135deg, #fbf8f3 0%, #eadfd2 100%); overflow: hidden; }
.lp-hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(21,20,20,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(21,20,20,.09) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000 15%, transparent 90%); }
.lp-hero-grid { position: relative; z-index: 2; min-height: calc(min(960px, 100svh) - 126px); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 5vw, 72px); align-items: center; padding-top: 45px; padding-bottom: 90px; }
.lp-hero-copy { position: relative; z-index: 5; max-width: 620px; }
.lp-kicker { margin-bottom: 26px; font-size: 12px; font-weight: 700; letter-spacing: .24em; }
.lp-hero h1 { margin-bottom: 28px; }
.lp-hero h1 span { display: block; font-size: clamp(34px, 3.05vw, 44px); font-weight: 700; line-height: 1.42; letter-spacing: .015em; white-space: nowrap; }
.lp-hero-lead { max-width: 585px; margin-bottom: 9px; color: #423d39; font-size: 17px; line-height: 2; }
.lp-hero-en { max-width: 550px; margin-bottom: 0; color: #74685f; font-family: Georgia, "Times New Roman", serif; font-size: 13px; line-height: 1.75; }
.lp-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.lp-hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; margin: 44px 0 0; padding-top: 22px; border-top: 1px solid var(--ne-line); }
.lp-hero-facts div { min-width: 0; }
.lp-hero-facts dt { color: var(--ne-red); font-family: Georgia, serif; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.lp-hero-facts dd { margin: 1px 0 0; font-family: Georgia, serif; font-size: 12px; line-height: 1.45; }
.lp-hero-visual { position: relative; min-height: 690px; }
.lp-hero-visual::before { content: ""; position: absolute; top: 6%; right: 3%; bottom: 4%; width: 42%; background: linear-gradient(180deg, rgba(127,16,22,.94), rgba(70,13,17,.96)); box-shadow: 24px 28px 0 rgba(199,163,106,.2); }
.lp-hero-visual figure { position: absolute; margin: 0; background: var(--ne-white); box-shadow: 0 34px 80px rgba(30,20,15,.24); overflow: hidden; }
.lp-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.lp-hero-main { z-index: 3; right: 5%; bottom: 2%; width: min(38vw, 490px); aspect-ratio: 1; transform: rotate(-2.2deg); }
.lp-hero-sub { width: min(19vw, 225px); aspect-ratio: 1; }
.lp-hero-sub-woman { z-index: 2; top: 3%; left: 0; transform: rotate(-5deg); }
.lp-hero-sub-man { z-index: 4; top: 9%; right: -3%; transform: rotate(5deg); }
.lp-marquee { position: absolute; z-index: 6; right: 0; bottom: 0; left: 0; padding: 13px 0; color: var(--ne-white); background: var(--ne-ink); border-top: 6px solid var(--ne-red-dark); font-family: Georgia, serif; font-size: 11px; letter-spacing: .19em; white-space: nowrap; overflow: hidden; }
.lp-marquee span { display: block; min-width: 100%; text-align: center; }

.lp-concept { background: var(--ne-paper); }
.lp-concept-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(65px, 10vw, 150px); align-items: start; }
.lp-section-heading-sticky { position: sticky; top: 130px; }
.lp-concept-copy { max-width: 680px; }
.lp-concept-copy > p + p { margin-top: 1.45em; }
.lp-english-note { margin-top: 38px; padding: 30px 34px; color: rgba(255,255,255,.82); background: var(--ne-ink); border-left: 4px solid var(--ne-red); }
.lp-english-note span { display: block; margin-bottom: 10px; color: var(--ne-gold); font-family: Georgia, serif; font-size: 10px; font-weight: 700; letter-spacing: .19em; }
.lp-english-note p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 1.9; }
.lp-values { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: clamp(75px, 9vw, 125px); border-top: 1px solid var(--ne-line); border-left: 1px solid var(--ne-line); }
.lp-values article { min-height: 330px; padding: 38px; border-right: 1px solid var(--ne-line); border-bottom: 1px solid var(--ne-line); }
.lp-values article > span { color: var(--ne-red); font-family: Georgia, serif; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.lp-values h3 { margin: 43px 0 6px; font-family: Georgia, serif; font-size: 35px; }
.lp-values strong { display: block; margin-bottom: 13px; font-family: var(--ne-serif); font-size: 18px; }
.lp-values p { margin: 0; color: #625a55; font-size: 14px; }

.lp-collection { background: var(--ne-white); }
.lp-product-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 64px 24px; }
.lp-product-card { grid-column: span 2; min-width: 0; }
.lp-product-featured { grid-column: span 3; }
.lp-product-card figure { position: relative; margin: 0; background: #eee8e2; overflow: hidden; }
.lp-product-card figure > span { position: absolute; z-index: 2; top: 16px; left: 16px; display: grid; place-items: center; width: 38px; height: 38px; color: var(--ne-white); background: rgba(18,17,17,.88); font-family: Georgia, serif; font-size: 11px; }
.lp-product-card img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.lp-product-card:hover img { transform: scale(1.025); }
.lp-product-copy { padding-top: 23px; }
.lp-product-en { margin-bottom: 5px; color: var(--ne-red); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.lp-product-copy h3 { margin-bottom: 7px; font-size: clamp(27px, 3vw, 39px); }
.lp-product-tagline { margin-bottom: 8px; color: #332f2c; font-family: var(--ne-serif); font-size: 16px; font-weight: 700; }
.lp-product-copy > p:last-child { color: #6b625c; font-size: 13px; line-height: 1.85; }
.lp-use-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 78px; border-top: 1px solid var(--ne-line); border-left: 1px solid var(--ne-line); }
.lp-use-grid article { min-height: 230px; padding: 32px; border-right: 1px solid var(--ne-line); border-bottom: 1px solid var(--ne-line); background: #fbf9f5; }
.lp-use-grid span { color: var(--ne-red); font-family: Georgia, "Times New Roman", serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.lp-use-grid h3 { margin: 38px 0 8px; font-size: clamp(22px,2.2vw,30px); }
.lp-use-grid p { margin: 0; color: #655d57; font-size: 13px; line-height: 1.85; }
.lp-store-cta { margin-top: 80px; padding: 45px 50px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; background: var(--ne-paper-deep); border-left: 5px solid var(--ne-red); }
.lp-store-cta h3 { margin: 0 0 8px; font-size: clamp(26px, 3.3vw, 42px); }
.lp-store-cta p { max-width: 680px; margin-bottom: 0; color: #605851; }
.lp-store-cta .eyebrow { margin-bottom: 9px; }

.lp-tax { padding: clamp(82px, 8.5vw, 122px) 0; color: var(--ne-white); background: var(--ne-ink); }
.lp-tax .eyebrow { color: var(--ne-gold); }
.lp-tax-copy { max-width: 1080px; margin-inline: auto; }
.lp-tax-heading { max-width: 980px; }
.lp-tax-copy h2 { margin-bottom: 20px; font-size: clamp(42px, 5.2vw, 70px); }
.lp-tax-copy .lp-lead { color: var(--ne-white); }
.lp-tax-description { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 54px; margin-top: 34px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.18); }
.lp-tax-description > p { margin: 0; color: rgba(255,255,255,.76); }
.lp-tax-upcoming { margin-top: 30px; padding: 18px 20px; color: var(--ne-white) !important; background: rgba(189,23,31,.32); border-left: 3px solid var(--ne-gold); }
.lp-tax-description .lp-tax-upcoming { grid-column: 1 / -1; margin-top: 4px; }
.lp-tax-designs { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; margin-top: 52px; padding-top: 52px; border-top: 1px solid rgba(255,255,255,.18); }
.lp-tax-designs figure { position: relative; margin: 0; }
.lp-tax-designs figure > span { position: absolute; z-index: 2; top: 10px; left: 10px; display: grid; place-items: center; width: 30px; height: 30px; color: var(--ne-white); background: rgba(21,20,20,.84); font-family: Georgia, serif; font-size: 9px; }
.lp-tax-designs img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.lp-tax-designs figcaption { padding-top: 12px; font-family: var(--ne-serif); font-size: 17px; font-weight: 700; text-align: center; }
.lp-tax-portals { margin-top: 84px; padding-top: 64px; border-top: 1px solid rgba(255,255,255,.18); }
.lp-tax-portals > div { max-width: 850px; }
.lp-tax-portals h3 { margin-bottom: 17px; font-size: clamp(28px, 3.3vw, 44px); }
.lp-tax-portals > div > p:last-child { color: rgba(255,255,255,.64); }
.lp-tax-portals nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 34px; }
.lp-tax-portals a { position: relative; min-height: 164px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 28px 58px 28px 30px; color: var(--ne-white); background: var(--ne-red); box-shadow: 0 15px 35px rgba(0,0,0,.22); transition: transform .2s ease, filter .2s ease; }
.lp-tax-portals a:nth-child(2) { background: #9a1118; }
.lp-tax-portals a:nth-child(3) { color: var(--ne-ink); background: var(--ne-gold); }
.lp-tax-portals a:hover, .lp-tax-portals a:focus-visible { transform: translateY(-5px); filter: brightness(1.08); }
.lp-tax-portals a span { margin-bottom: 13px; color: inherit; opacity: .72; font-family: Georgia, serif; font-size: 9px; letter-spacing: .12em; }
.lp-tax-portals a strong { font-family: var(--ne-serif); font-size: clamp(19px,2vw,25px); line-height: 1.4; }
.lp-tax-portals a small { margin-top: 5px; color: inherit; opacity: .76; font-size: 11px; font-weight: 700; }
.lp-tax-portals a b { position: absolute; right: 24px; bottom: 22px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }

.lp-park { background: var(--ne-paper-deep); }
.lp-park-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(55px, 7vw, 95px); align-items: start; }
.lp-park-visual { min-width: 0; }
.lp-park-photo { position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; box-shadow: var(--ne-shadow); }
.lp-park-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.lp-park-photo figcaption { position: absolute; right: 0; bottom: 0; padding: 9px 16px; color: var(--ne-white); background: rgba(21,20,20,.78); font-size: 11px; letter-spacing: .08em; }
.lp-park-copy h2 { margin-bottom: 22px; font-size: clamp(39px, 4.7vw, 64px); }
.lp-park-facts { margin: 22px 0 0; border-top: 1px solid var(--ne-line); }
.lp-park-facts > div { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--ne-line); }
.lp-park-facts dt { color: var(--ne-red); font-size: 12px; font-weight: 700; }
.lp-park-facts dd { margin: 0; font-size: 14px; }
.lp-external-note { margin: 12px 0 0; color: #6f665f; font-size: 11px; line-height: 1.6; }

.lp-iwamizawa { color: var(--ne-white); background: #241f1d; }
.lp-iwamizawa .eyebrow { color: var(--ne-gold); }
.lp-iwamizawa-grid { display: grid; gap: 48px; }
.lp-iwamizawa-grid .lp-section-heading { max-width: 1080px; }
.lp-iwamizawa-copy { display: grid; gap: 28px; max-width: none; padding-top: 44px; border-top: 1px solid rgba(255,255,255,.2); }
.lp-iwamizawa-ja { width: 100%; max-width: none; }
.lp-iwamizawa-ja p { margin-bottom: 1.2em; color: rgba(255,255,255,.82); font-size: 16px; font-weight: 500; line-height: 2; }
.lp-iwamizawa-en { width: 100%; padding: 28px 32px; background: rgba(255,255,255,.07); border-top: 3px solid var(--ne-red); }
.lp-iwamizawa-en span { display: block; margin-bottom: 11px; color: var(--ne-gold); font-family: Georgia, "Times New Roman", serif; font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.lp-iwamizawa-en p { max-width: 1050px; margin: 0; color: rgba(255,255,255,.78); font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 1.9; }
.lp-iwamizawa-en p + p { margin-top: .8em; }
.lp-tourism-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 62px; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.lp-tourism-links a { min-height: 195px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); transition: color .2s ease, background .2s ease; }
.lp-tourism-links a:hover, .lp-tourism-links a:focus-visible { color: var(--ne-ink); background: var(--ne-white); }
.lp-tourism-links span { color: var(--ne-gold); font-family: Georgia, serif; font-size: 10px; letter-spacing: .14em; }
.lp-tourism-links strong { margin: auto 0 10px; font-family: var(--ne-serif); font-size: clamp(21px, 2.2vw, 29px); line-height: 1.45; }
.lp-tourism-links small { opacity: .68; }
.lp-tourism-note { margin-top: 15px; color: rgba(255,255,255,.52); font-size: 11px; }

.lp-business { padding: clamp(82px, 8.5vw, 122px) 0; color: var(--ne-white); background: var(--ne-red-dark); }
.lp-business .eyebrow { color: #e7c58e; }
.lp-business-grid { display: grid; gap: 54px; }
.lp-business-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px 80px; align-items: end; }
.lp-business-intro .eyebrow, .lp-business-intro h2 { grid-column: 1 / -1; }
.lp-business-intro h2 { margin-bottom: 8px; font-size: clamp(41px, 5vw, 64px); }
.lp-business-intro > p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.78); }
.lp-business-intro .ne-button { margin-top: 22px; }
.lp-business-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.lp-business-list article { display: block; min-height: 255px; padding: 30px; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.lp-business-list article > span { display: block; margin-bottom: 50px; color: #e7c58e; font-family: Georgia, serif; font-size: 11px; }
.lp-business-list h3 { margin-bottom: 6px; font-size: clamp(24px, 2.5vw, 32px); }
.lp-business-list p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.lp-business-note { margin: -25px 0 0; color: rgba(255,255,255,.7); font-size: 12px; }

.lp-faq { background: var(--ne-paper); }
.lp-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px,8vw,110px); align-items: start; }
.lp-faq-grid > header { position: sticky; top: 130px; }
.lp-faq-grid > header h2 { margin-bottom: 18px; }
.lp-faq-grid > header > p:last-child { color: #625a54; }
.lp-faq-list { border-top: 1px solid var(--ne-line); }
.lp-faq-list details { border-bottom: 1px solid var(--ne-line); }
.lp-faq-list summary { position: relative; padding: 28px 56px 28px 0; font-family: var(--ne-serif); font-size: clamp(18px,2vw,24px); font-weight: 700; line-height: 1.6; cursor: pointer; list-style: none; }
.lp-faq-list summary::-webkit-details-marker { display: none; }
.lp-faq-list summary::after { content: "+"; position: absolute; top: 27px; right: 8px; color: var(--ne-red); font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1; }
.lp-faq-list details[open] summary::after { content: "−"; }
.lp-faq-list details p { margin: -4px 50px 28px 0; color: #5d5550; }

.lp-final { padding: clamp(90px, 9vw, 130px) 0; color: var(--ne-white); background: var(--ne-ink); }
.lp-final .eyebrow { color: var(--ne-gold); }
.lp-final-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 9vw, 125px); align-items: center; }
.lp-final h2 { margin: 0; font-size: clamp(43px, 5.7vw, 76px); }
.lp-final-grid > div:last-child > p { color: rgba(255,255,255,.7); }
.lp-final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }

.footer-brand img { width: 260px; padding: 0; background: transparent; filter: none; }
.footer-brand p span { display: block; }

@media (max-width: 1050px) {
  .lp-hero { min-height: auto; }
  .lp-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 40px; padding-top: 75px; }
  .lp-hero-copy { max-width: 720px; }
  .lp-hero h1 span { font-size: clamp(34px, 4.45vw, 44px); }
  .lp-hero-visual { width: min(100%,720px); min-height: 600px; margin-inline: auto; }
  .lp-tax-hero, .lp-park-grid { gap: 50px; }
  .lp-tax-portals { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .lp-section-heading-row, .lp-concept-grid, .lp-park-grid, .lp-final-grid { grid-template-columns: 1fr; }
  .lp-section-heading-sticky { position: static; }
  .lp-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lp-product-card, .lp-product-featured { grid-column: span 1; }
  .lp-store-cta { grid-template-columns: 1fr; }
  .lp-tax-designs { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .lp-tax-description, .lp-business-intro, .lp-faq-grid { grid-template-columns: 1fr; }
  .lp-faq-grid > header { position: static; }
  .lp-business-intro .eyebrow, .lp-business-intro h2 { grid-column: auto; }
  .lp-business-intro h2 { white-space: normal; }
  .lp-business-list { grid-template-columns: 1fr; }
  .lp-values, .lp-use-grid, .lp-tourism-links { grid-template-columns: 1fr; }
  .lp-values article { min-height: 250px; }
  .lp-tourism-links a { min-height: 190px; }
}

@media (max-width: 720px) {
  #concept, #collection, #hometown-tax, #gyokusenkan, #iwamizawa, #business, #faq { scroll-margin-top: 72px; }
  .lp-section { padding: 82px 0; }
  .lp-section-heading h2 { font-size: clamp(37px, 11vw, 53px); }
  .lp-section-heading-row { gap: 24px; margin-bottom: 42px; }
  .lp-hero { padding-top: 72px; }
  .lp-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 28px; padding-top: 60px; padding-bottom: 82px; }
  .lp-kicker { margin-bottom: 20px; font-size: 10px; }
  .lp-hero h1 span { font-size: clamp(20px, 6.5vw, 31px); line-height: 1.5; letter-spacing: 0; white-space: nowrap; }
  .lp-hero-lead { font-size: 15px; }
  .lp-hero-actions { display: grid; }
  .lp-hero-actions .ne-button { width: 100%; }
  .lp-hero-facts { gap: 10px; }
  .lp-hero-facts dt { font-size: 8px; }
  .lp-hero-facts dd { font-size: 10px; }
  .lp-hero-visual { min-height: 430px; }
  .lp-hero-main { right: 5%; width: min(73vw, 355px); }
  .lp-hero-sub { width: min(38vw, 170px); }
  .lp-hero-sub-woman { left: 0; }
  .lp-hero-sub-man { top: 4%; right: 0; }
  .lp-marquee { font-size: 9px; text-align: left; }
  .lp-concept-grid { gap: 36px; }
  .lp-english-note { padding: 25px 22px; }
  .lp-values { margin-top: 60px; }
  .lp-values article { min-height: 0; padding: 30px; }
  .lp-values h3 { margin-top: 25px; }
  .lp-product-grid { grid-template-columns: 1fr; gap: 47px; }
  .lp-product-copy h3 { font-size: 31px; }
  .lp-use-grid { margin-top: 58px; }
  .lp-use-grid article { min-height: 0; padding: 28px; }
  .lp-use-grid h3 { margin-top: 24px; }
  .lp-store-cta { gap: 26px; margin-top: 60px; padding: 31px 25px; }
  .lp-store-cta .ne-button { width: 100%; }
  .lp-tax { padding: 82px 0; }
  .lp-tax-hero { gap: 36px; }
  .lp-tax-description { gap: 20px; }
  .lp-tax-description .lp-tax-upcoming { grid-column: auto; }
  .lp-tax-designs { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 27px 12px; margin-top: 60px; }
  .lp-tax-designs figure:last-child { grid-column: 1 / -1; width: calc(50% - 6px); margin-inline: auto; }
  .lp-tax-designs figcaption { font-size: 15px; }
  .lp-tax-portals { gap: 30px; margin-top: 72px; padding-top: 55px; }
  .lp-tax-portals nav { grid-template-columns: 1fr; gap: 12px; }
  .lp-tax-portals a { min-height: 160px; }
  .lp-park-grid { gap: 38px; }
  .lp-park-photo { aspect-ratio: 4 / 3; }
  .lp-park-copy .ne-button { width: 100%; }
  .lp-park-facts > div { grid-template-columns: 1fr; gap: 3px; }
  .lp-iwamizawa-grid, .lp-business-grid, .lp-final-grid { gap: 38px; }
  .lp-iwamizawa-ja p { font-size: 15px; line-height: 1.95; }
  .lp-iwamizawa-en { padding: 24px 22px; }
  .lp-tourism-links { margin-top: 55px; }
  .lp-tourism-links a { min-height: 170px; padding: 28px; }
  .lp-business-list article { grid-template-columns: 45px 1fr; }
  .lp-business-intro .ne-button { width: 100%; }
  .lp-business-note { margin-top: -18px; }
  .lp-faq-list summary { padding: 23px 45px 23px 0; font-size: 18px; }
  .lp-faq-list summary::after { top: 23px; right: 5px; }
  .lp-faq-list details p { margin-right: 0; }
  .lp-final-actions { display: grid; }
  .lp-final-actions .ne-button { width: 100%; }
}

/* =========================================================
   Typography and section balance / Ver.1.5.0
   ========================================================= */
@media (min-width: 821px) {
  .lp-section-heading h2,
  .lp-park-copy h2,
  .lp-iwamizawa h2,
  .lp-final h2 { font-size: clamp(42px, 4vw, 56px); line-height: 1.42; }

  .lp-section-heading h2 > span,
  .lp-park-copy h2 > span,
  .lp-iwamizawa h2 > span,
  .lp-final h2 > span { display: block; white-space: nowrap; }
  .lp-iwamizawa h2 .heading-chunk { display: inline; }

  .lp-section-heading-row { grid-template-columns: minmax(0, 1.55fr) minmax(300px, .45fr); gap: 60px; }
  .lp-section-heading-row h2,
  .lp-tax-copy h2,
  .lp-business-intro h2 { white-space: nowrap; }
  .lp-section-heading-row h2 { font-size: clamp(40px, 3.6vw, 52px); }
  .lp-tax-copy h2 { font-size: clamp(42px, 4vw, 56px); }
  .lp-business-intro h2 { font-size: clamp(42px, 4vw, 56px); }
}

.lp-section { padding: clamp(88px, 8vw, 118px) 0; }
.lp-section-heading h2,
.lp-tax-copy h2,
.lp-park-copy h2,
.lp-iwamizawa h2,
.lp-business-intro h2,
.lp-final h2 { text-wrap: balance; }
.lp-concept-grid { grid-template-columns: minmax(420px, .92fr) minmax(0, 1.08fr); gap: clamp(58px, 7vw, 96px); }
.lp-concept-copy { max-width: 720px; }
.lp-values { margin-top: clamp(62px, 7vw, 92px); }
.lp-values article { min-height: 285px; }
.lp-collection .lp-section-heading-row { margin-bottom: 52px; }
.lp-product-grid { gap-block: 54px; }
.lp-use-grid { margin-top: 62px; }
.lp-store-cta { margin-top: 62px; }
.lp-tax { padding: clamp(88px, 8vw, 118px) 0; }
.lp-tax-designs { margin-top: 44px; padding-top: 44px; }
.lp-tax-portals { margin-top: 64px; padding-top: 52px; }
.lp-park-grid { grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: clamp(48px, 6vw, 78px); align-items: center; }
.lp-park-copy h2 { margin-bottom: 18px; }
.lp-iwamizawa-grid { gap: 34px; }
.lp-iwamizawa-copy { gap: 22px; padding-top: 34px; }
.lp-iwamizawa-ja p { max-width: 1100px; margin-bottom: 1em; font-size: 17px; line-height: 1.95; }
.lp-tourism-links { margin-top: 48px; }
.lp-business { padding: clamp(88px, 8vw, 118px) 0; }
.lp-business-grid { gap: 42px; }
.lp-business-intro { grid-template-columns: minmax(0, 1fr) auto; gap: 16px 48px; }
.lp-business-intro > p:not(.eyebrow) { max-width: 760px; }
.lp-business-list article { min-height: 220px; }
.lp-business-list article > span { margin-bottom: 34px; }
.lp-business-note { margin-top: -14px; }
.lp-final { padding: clamp(82px, 8vw, 112px) 0; }

@media (max-width: 1050px) {
  .lp-concept-grid { grid-template-columns: 1fr; gap: 40px; }
  .lp-section-heading-sticky { position: static; }
  .lp-concept-grid .lp-section-heading { max-width: 760px; }
  .lp-concept-copy { max-width: none; }
  .lp-park-grid { grid-template-columns: 1fr; }
  .lp-park-visual,
  .lp-park-copy { width: min(100%, 820px); margin-inline: auto; }
}

@media (max-width: 820px) {
  .lp-section-heading h2 > span,
  .lp-park-copy h2 > span,
  .lp-iwamizawa h2 > span,
  .lp-final h2 > span { display: block; white-space: normal; }
  .lp-iwamizawa h2 .heading-chunk { display: block; }
  .lp-business-intro { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .lp-section { padding: 74px 0; }
  .lp-section-heading h2,
  .lp-tax-copy h2,
  .lp-park-copy h2,
  .lp-iwamizawa h2,
  .lp-business-intro h2,
  .lp-final h2 { font-size: clamp(31px, 9.6vw, 42px); line-height: 1.45; }
  .lp-section-heading-row { margin-bottom: 38px; }
  .lp-values,
  .lp-use-grid,
  .lp-store-cta,
  .lp-tax-designs { margin-top: 48px; }
  .lp-tax,
  .lp-business { padding: 74px 0; }
  .lp-tax-portals { margin-top: 56px; padding-top: 44px; }
  .lp-iwamizawa-ja p { font-size: 15px; }
  .lp-business-note { margin-top: -8px; }
}
