/*
Theme Name: Ivy House New
Theme URI: https://www.ivyhouse.co.jp/
Description: アイビーハウスコーポレーション 新デザインテーマ
Author: Azet
Version: 0.1.0
Text Domain: ivyhouse-new
*/

#nendebcopy { display: none !important; }

/* ========= DESIGN TOKENS ========= */
:root {
  --white:   #FFFFFF;
  --paper:   #F8F6F2;
  --ink:     #0E0E0E;
  --ink-mid: #3A3A3A;
  --ink-lt:  #888888;
  --green:   #2C4A1E;
  --green-lt:#4A7A35;
  --moss:    #E8EFE3;
  --line:    rgba(14,14,14,0.1);

  --serif: 'DM Serif Display', 'Georgia', serif;
  --sans:  'DM Sans', 'Helvetica Neue', sans-serif;
  --jp:    'Noto Sans JP', sans-serif;
  --jp-s:  'Noto Serif JP', serif;
}

/* ========= UTILITY ========= */
.sr-only { 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: absolute; top: -100%; left: 0; background: var(--green); color: var(--white); padding: 8px 16px; z-index: 10000; font-size: 14px; }
.skip-link:focus { top: 0; }

/* ========= RESET ========= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--jp);
  background: var(--white);
  color: var(--ink);
  line-height: 1.7;
  font-weight: 300;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

/* ========= HEADER ========= */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 94px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.logo {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--ink);
  letter-spacing: 0.04em;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.logo .sub {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 300;
  color: var(--ink-lt);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.g-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.g-nav a {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mid);
  transition: color 0.2s;
}
.g-nav a:hover { color: var(--green); }

.h-cta {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--green);
  padding: 10px 24px;
  transition: background 0.2s;
}
.h-cta:hover { background: var(--green-lt); }

/* ========= MOBILE MENU ========= */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: relative;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--ink);
  position: absolute;
  left: 6px;
  transition: transform 0.3s, opacity 0.3s;
}
.menu-toggle span { top: 15px; }
.menu-toggle span::before { content: ''; top: -6px; }
.menu-toggle span::after { content: ''; top: 6px; }
.menu-toggle.is-open span { background: transparent; }
.menu-toggle.is-open span::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-open span::after { transform: translateY(-6px) rotate(-45deg); }

.mobile-nav {
  display: none;
  position: fixed;
  inset: 64px 0 0 0;
  background: var(--white);
  z-index: 99;
  padding: 40px 24px;
  flex-direction: column;
  gap: 24px;
}
.mobile-nav.is-open { display: flex; }
.mobile-nav a {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mid);
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}
.mobile-nav a:hover { color: var(--green); }
.mobile-nav .h-cta {
  display: inline-block;
  text-align: center;
  margin-top: 16px;
  color: var(--white);
}

/* ========= FOOTER ========= */
.site-footer {
  background: var(--ink);
  padding: 64px 48px 32px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 0.7fr;
  gap: 64px;
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.f-brand {
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  color: var(--white);
  margin-bottom: 4px;
}
.f-brand-sub {
  font-family: var(--sans-jp);
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.f-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 24px;
}
.f-badge {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.15);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.f-nav-title {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.f-nav li { margin-bottom: 12px; }
.f-nav a {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.f-nav a:hover { color: var(--white); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-copy {
  font-family: var(--sans);
  font-size: 10px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.15em;
}

/* ========= UTILITY ========= */
.btn-fill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 36px;
  background: var(--ink);
  color: var(--white);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.2s;
}
.btn-fill:hover { background: var(--green); }
.btn-text {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-lt);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}
.btn-text:hover { color: var(--green); }
.btn-text .arr { transition: transform 0.2s; }
.btn-text:hover .arr { transform: translateX(4px); }
.btn-ghost {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mid);
  transition: color 0.2s;
}
.btn-ghost:hover { color: var(--ink); }
.arr { font-size: 13px; }

/* ========= HERO ========= */
/* ========= HERO FULLSCREEN SLIDER ========= */
.hero-full {
  position: relative;
  width: 100%;
  height: calc(100vh - 130px);
  overflow: hidden;
}
.hero-slider-full {
  position: absolute;
  inset: 0;
}
.hero-slide-full {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
}
.hero-slide-full.is-active {
  opacity: 1;
  z-index: 1;
}
.hero-slide-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-slide-full:nth-child(2) img {
  object-position: center bottom;
}
.hero-page-turn {
  position: absolute;
  inset: -1px;
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
}
.hero-page-leaf {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: 0;
  background: linear-gradient(to left, #d6cfc4 0%, #e0d9cf 40%, #e8e2d9 100%);
  transform: translateX(110%);
  box-shadow: -15px 0 25px rgba(0,0,0,0.18);
}
.hero-page-leaf.is-entering {
  animation: heroPageEnter 1.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.hero-page-leaf.is-leaving {
  animation: heroPageLeave 1.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes heroPageEnter {
  0%   { transform: translateX(110%) skewX(-35deg); }
  100% { transform: translateX(-5%) skewX(0deg); }
}
@keyframes heroPageLeave {
  0%   { transform: translateX(-5%) skewX(0deg); }
  100% { transform: translateX(110%) skewX(35deg); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 5vw 8vh;
  z-index: 10;
  background: linear-gradient(105deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.08) 50%, transparent 70%);
  pointer-events: none;
}
.hero-overlay * {
  pointer-events: auto;
}
.hero-eyebrow-full {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-eyebrow-full::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: rgba(255,255,255,0.5);
}
.hero-headline-full {
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 100px);
  line-height: 1.05;
  color: #fff;
  font-style: italic;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
  text-shadow: 0 2px 30px rgba(0,0,0,0.3);
}
.hero-headline-full em {
  font-style: normal;
  color: #fff;
  opacity: 0.9;
}
.hero-desc-full {
  font-family: var(--jp-s);
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  line-height: 2.2;
  letter-spacing: 0.05em;
  max-width: 480px;
  margin-bottom: 36px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.3);
}
.hero-actions-full {
  display: flex;
  align-items: center;
  gap: 24px;
}
.btn-fill-full {
  display: inline-block;
  padding: 16px 36px;
  background: #fff;
  color: var(--ink);
  font-family: var(--jp-s);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.btn-fill-full:hover {
  background: var(--green);
  color: #fff;
}
.btn-text-full {
  font-family: var(--sans);
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}
.btn-text-full:hover {
  color: #fff;
}
.btn-text-full .arr {
  display: inline-block;
  transition: transform 0.3s;
}
.btn-text-full:hover .arr {
  transform: translateX(4px);
}
.hero-dots {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 12px;
}
.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.6);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, border-color 0.3s;
}
.hero-dot.is-active {
  background: #fff;
  border-color: #fff;
}
.hero-dot:hover {
  border-color: #fff;
}
.hero-label-full {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  padding: 0 8vw;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

/* ========= STATS BAR ========= */
.stats-bar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
}
.stat-item {
  flex: 1;
  padding: 32px 48px;
  border-right: 1px solid var(--line);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: var(--serif);
  font-size: 52px;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 6px;
  font-style: italic;
}
.stat-num sup {
  font-size: 22px;
  font-style: normal;
  color: var(--green);
}
.stat-label {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-lt);
}

/* ========= CONCEPT ========= */
.concept {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}
.concept-accordion {
  display: flex;
  overflow: hidden;
  min-height: 700px;
}
.concept-panel {
  position: relative;
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.concept-panel.is-active {
  flex: 4;
}
.concept-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.concept-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
}
.concept-panel-label {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  transition: opacity 0.4s ease;
}
.concept-panel-en {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.concept-panel-jp {
  font-size: 11px;
  color: rgba(255,255,255,0.8);
  margin-top: 4px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.concept-text-col {
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--line);
  background: var(--paper);
}
.sec-eyebrow {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 24px;
}
.sec-title {
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 60px);
  font-style: italic;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 10px;
}
.sec-title-jp {
  font-family: var(--jp-s);
  font-size: 14px;
  font-weight: 300;
  color: var(--ink-lt);
  letter-spacing: 0.25em;
  margin-bottom: 40px;
}
.concept-lead {
  font-family: var(--jp-s);
  font-size: 16px;
  font-weight: 300;
  color: var(--ink-mid);
  line-height: 2.3;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}
.concept-body {
  font-size: 13px;
  color: var(--ink-lt);
  line-height: 2.3;
  margin-bottom: 48px;
}
.concept-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green);
  border-bottom: 1px solid var(--green);
  padding-bottom: 2px;
  transition: opacity 0.2s;
  width: fit-content;
}
.concept-link:hover { opacity: 0.65; }

/* ========= WORKS ========= */
.works {
  background: var(--white);
}
.works-head {
  padding: 72px 48px 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.works-title-en {
  font-family: var(--serif);
  font-size: clamp(40px, 4.5vw, 68px);
  font-style: italic;
  color: var(--ink);
  line-height: 1;
}
.works-title-jp {
  font-family: var(--jp-s);
  font-size: 13px;
  font-weight: 300;
  color: var(--ink-lt);
  letter-spacing: 0.2em;
  margin-top: 8px;
}
.works-all {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-mid);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}
.works-all:hover { color: var(--green); }
.works-all .arr { transition: transform 0.2s; }
.works-all:hover .arr { transform: translateX(4px); }
.works-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  border-bottom: 1px solid var(--line);
}
.wk {
  position: relative;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}
.wk:nth-child(3) { border-right: none; }
.wk:nth-child(4), .wk:nth-child(5) { border-bottom: none; }
.wk:last-child { border-right: none; border-bottom: none; }
.wk--large {
  grid-column: span 2;
}
.wk-img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s ease;
  background: var(--paper);
}
.wk--large .wk-img { height: 480px; }
.wk:not(.wk--large) .wk-img { height: 300px; }
.wk:hover .wk-img { transform: scale(1.04); }
.wk-info {
  padding: 24px 28px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--white);
}
.wk-style {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 4px;
}
.wk-name {
  font-family: var(--jp-s);
  font-size: 15px;
  font-weight: 300;
  color: var(--ink);
  letter-spacing: 0.06em;
}
.wk-location {
  font-family: var(--sans);
  font-size: 10px;
  color: var(--ink-lt);
  letter-spacing: 0.1em;
  margin-top: 2px;
}
.wk-arr {
  font-size: 18px;
  color: var(--ink-lt);
  transition: color 0.2s, transform 0.2s;
}
.wk:hover .wk-arr { color: var(--green); transform: translateX(4px); }

/* ========= STYLES ========= */
.styles {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.styles-head {
  padding: 72px 48px 40px;
  border-bottom: 1px solid var(--line);
}
.styles-head .sec-title { font-size: clamp(36px, 4vw, 60px); }
.styles-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.style-img {
  width: 100%; aspect-ratio: 4/3; overflow: hidden; border-radius: 8px; margin-bottom: 24px;
}
.style-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s;
}
.style-item:hover .style-img img { transform: scale(1.05); }
.style-item {
  padding: 48px 40px;
  border-right: 1px solid var(--line);
  transition: background 0.2s;
  cursor: pointer;
}
.style-item:last-child { border-right: none; }
.style-item:hover { background: var(--moss); }
.style-num {
  font-family: var(--serif);
  font-size: 48px;
  font-style: italic;
  color: rgba(44,74,30,0.12);
  line-height: 1;
  margin-bottom: 16px;
}
.style-name-en {
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.3;
}
.style-name-jp {
  font-family: var(--jp-s);
  font-size: 11px;
  font-weight: 300;
  color: var(--ink-lt);
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.style-desc {
  font-size: 12px;
  color: var(--ink-lt);
  line-height: 2;
}
.style-tag {
  display: inline-block;
  margin-top: 20px;
  padding: 4px 12px;
  background: var(--green);
  color: var(--white);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.style-tag.new { background: var(--green-lt); }

/* ========= SHOWROOM ========= */
.showroom {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.showroom-head {
  padding: 72px 48px 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  border-bottom: 1px solid var(--line);
}
.showroom-lead {
  font-family: var(--jp-s);
  font-size: 14px;
  font-weight: 300;
  color: var(--ink-mid);
  line-height: 2.2;
  max-width: 520px;
  flex-shrink: 0;
}
.showroom-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
}
.showroom-main-col {
  border-right: 1px solid var(--line);
}
.showroom-video-wrap {
  position: relative;
  overflow: hidden;
}
.showroom-video {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.showroom-video-sound {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 2;
}
.showroom-video-sound:hover {
  background: rgba(0,0,0,0.7);
}
.showroom-main-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.showroom-caption {
  padding: 20px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  background: var(--white);
}
.showroom-caption-label {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--green);
}
.showroom-caption-text {
  font-size: 11px;
  color: var(--ink-lt);
  letter-spacing: 0.05em;
}
.showroom-sub-col {
  display: flex;
  flex-direction: column;
}
.showroom-sub-col img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  flex: 1;
  border-bottom: 1px solid var(--line);
}
.showroom-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: var(--green);
  color: var(--white);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: background 0.2s;
  margin-top: auto;
}
.showroom-cta-btn:hover { background: var(--green-lt); }

/* ========= CTA ========= */
.cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}
.cta-text-col {
  position: relative;
  border-right: 1px solid var(--line);
  overflow: hidden;
}
.cta-slider {
  position: absolute;
  inset: 0;
}
.cta-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
}
.cta-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.cta-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cta-wipe {
  position: absolute;
  inset: -1px;
  background: var(--ivy, #3a5a3a);
  z-index: 5;
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}
.cta-wipe.is-wiping {
  animation: heroWipe 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.cta-text-inner {
  position: relative;
  z-index: 10;
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: linear-gradient(105deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.2) 60%, transparent 80%);
}
.cta-eyebrow {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 28px;
}
.cta-title {
  font-family: var(--serif);
  font-size: clamp(40px, 4.5vw, 70px);
  font-style: italic;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 12px;
}
.cta-title em {
  font-style: normal;
  color: var(--moss);
}
.cta-subtitle {
  font-family: var(--jp-s);
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.2em;
  margin-bottom: 48px;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 44px;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  width: fit-content;
  transition: background 0.2s, color 0.2s;
}
.cta-btn:hover { background: var(--moss); color: var(--green); }
.cta-btn .arr { transition: transform 0.2s; }
.cta-btn:hover .arr { transform: translateX(4px); }
.cta-detail-col {
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cta-detail-left {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}
.cta-santa {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 32px;
}
.cta-santa-house {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 380px;
  object-fit: contain;
  pointer-events: none;
}
.cta-santa-img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 400px;
  object-fit: contain;
}
.cta-option {
  flex: 1;
  padding: 48px 56px;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background 0.2s;
}
.cta-option:last-child { border-bottom: none; }
.cta-option:hover { background: var(--moss); }
.opt-icon { font-size: 28px; margin-bottom: 16px; }
.opt-title {
  font-family: var(--jp-s);
  font-size: 18px;
  font-weight: 300;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.opt-sub {
  font-size: 12px;
  color: var(--ink-lt);
  letter-spacing: 0.05em;
}
.opt-link {
  margin-top: 16px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 6px;
}
.cta-option--ig .opt-icon { font-size: 0; margin-bottom: 16px; }
.ig-icon { width: 28px; height: 28px; color: var(--ink); }
.cta-option--ig:hover .ig-icon { color: #E1306C; }
.cta-option--yt {
  gap: 16px;
}
.cta-option--yt:hover { background: #faf6f2; }
.yt-banner-img {
  max-width: 260px;
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
.cta-option--yt:hover .yt-banner-img {
  transform: scale(1.03);
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.tel-bar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 32px 48px;
  background: var(--green);
  grid-column: span 2;
}
.tel-bar .tel-label {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.tel-bar .tel-num {
  font-family: var(--serif);
  font-size: 36px;
  font-style: italic;
  color: var(--white);
  letter-spacing: 0.05em;
}
.tel-bar .tel-hours {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.15em;
}

/* ========= WORKS ARCHIVE ========= */
.works-archive {
  border-bottom: 1px solid var(--line);
}
.works-card-grid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 64px 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 32px;
}
.works-card {
  text-decoration: none;
  color: inherit;
  display: block;
}
.works-card-thumb {
  overflow: hidden;
  margin-bottom: 20px;
}
.works-card-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.works-card:hover .works-card-img {
  transform: scale(1.03);
}
.works-card-img--empty {
  background: var(--paper);
  aspect-ratio: 3 / 4;
}
.works-card-area {
  font-size: 12px;
  color: var(--ink-mid);
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.works-card-title {
  font-family: var(--jp-s);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--ink);
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.works-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.works-card-tag {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid var(--line);
  font-size: 11px;
  color: var(--ink-mid);
  letter-spacing: 0.02em;
}
.works-card-grid--top {
  padding-bottom: 0;
}
.works-scroll {
  position: relative;
  padding: 0 48px;
}
.works-scroll-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 8px;
  cursor: grab;
}
.works-scroll-track::-webkit-scrollbar {
  display: none;
}
.works-scroll .works-card {
  flex: 0 0 400px;
}
.works-scroll-bar {
  position: relative;
  height: 3px;
  background: var(--line);
  margin-top: 32px;
  border-radius: 2px;
}
.works-scroll-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--green);
  width: 30%;
  border-radius: 2px;
  transition: width 0.15s;
}
.works-all-wrap {
  text-align: center;
  padding: 48px 48px 64px;
}
.works-all-btn {
  display: inline-block;
  padding: 16px 48px;
  border: 1px solid var(--ink);
  font-family: var(--jp);
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--ink);
  transition: all 0.3s;
}
.works-all-btn:hover {
  background: var(--ink);
  color: var(--white);
}
.works-all-btn .arr {
  display: inline-block;
  transition: transform 0.3s;
}
.works-all-btn:hover .arr {
  transform: translateX(4px);
}
.works-pagination {
  padding: 48px;
  text-align: center;
}
.works-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.works-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-mid);
  transition: all 0.2s;
}
.works-pagination .page-numbers.current {
  background: var(--green);
  color: var(--white);
}
.works-pagination .page-numbers:hover:not(.current) {
  background: var(--paper);
}
.works-pagination .prev,
.works-pagination .next {
  width: auto;
  padding: 0 16px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.1em;
}
.works-empty {
  padding: 120px 48px;
  text-align: center;
  color: var(--ink-lt);
  font-size: 14px;
}

/* ========= SINGLE WORKS ========= */
.works-header {
  padding-top: 94px;
  border-bottom: 1px solid var(--line);
}
.works-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 48px 48px;
}
.works-header-text {
  margin-bottom: 40px;
}
.works-header-style {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 16px;
}
.works-header-title {
  font-family: var(--jp-s);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--ink);
  margin-bottom: 12px;
}
.works-header-location {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--ink-light);
}
.works-meta-bar {
  display: flex;
  gap: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

/* Works detail: sticky text + scrolling photos */
.works-detail {
  border-bottom: 1px solid var(--line);
}
.works-detail-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 0 48px;
}
.works-detail-left {
  padding: 48px 0;
}
.works-detail-sticky {
  position: sticky;
  top: 110px;
}
.works-meta-label {
  display: block;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 6px;
}
.works-meta-value {
  font-family: var(--jp-s);
  font-size: 15px;
  font-weight: 300;
  color: var(--ink);
  letter-spacing: 0.06em;
}
.works-detail .works-meta-bar {
  display: flex;
  gap: 40px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.works-body {
  font-size: 15px;
  line-height: 2.2;
  color: var(--ink-mid);
  letter-spacing: 0.04em;
}
.works-body p { margin-bottom: 1.5em; }
.works-body img {
  max-width: 100%;
  height: auto;
  margin: 2em 0;
}
.works-tags {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.works-tags-label {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 12px;
}
.works-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.works-tag {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid var(--line);
  font-size: 12px;
  color: var(--ink-mid);
  letter-spacing: 0.04em;
  transition: all 0.2s;
}
.works-tag:hover {
  background: var(--paper);
  color: var(--ink);
}
.works-detail-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 0;
}
.works-detail-photo {
  cursor: pointer;
}
.works-detail-photo img {
  width: 100%;
  display: block;
  object-fit: contain;
  background: var(--paper);
  transition: opacity 0.2s;
}
.works-detail-photo:hover img {
  opacity: 0.9;
}

/* 前後ナビ */
.works-nav {
  border-bottom: 1px solid var(--line);
}
.works-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.works-nav-link {
  flex: 1;
  padding: 32px 48px;
  transition: background 0.2s;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.works-nav-link:hover { background: var(--paper); }
.works-nav-next { text-align: right; border-left: 1px solid var(--line); }
.works-nav-prev { border-right: 1px solid var(--line); }
.works-nav-label {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-lt);
}
.works-nav-title {
  font-family: var(--jp-s);
  font-size: 14px;
  font-weight: 300;
  color: var(--ink);
}
.works-nav-back {
  padding: 32px 40px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-mid);
  transition: color 0.2s;
  white-space: nowrap;
}
.works-nav-back:hover { color: var(--green); }

/* ========= PAGE HERO ========= */
.page-hero {
  padding-top: 94px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.page-hero-inner {
  padding: 72px 48px 56px;
}
.page-hero-title {
  font-family: 'DM Serif Display', 'Noto Serif JP', Georgia, serif;
  font-size: clamp(36px, 5vw, 60px);
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.page-hero-sub {
  font-family: var(--jp-s);
  font-size: 15px;
  font-weight: 300;
  color: var(--ink-lt);
  letter-spacing: 0.12em;
  margin-top: 4px;
}

/* ========= COMPANY PAGE ========= */
.company-heading {
  margin-bottom: 48px;
}
.company-profile,
.company-staff,
.company-map {
  border-bottom: 1px solid var(--line);
}
.company-profile-inner,
.company-staff-inner,
.company-map-inner {
  padding: 72px 48px;
  max-width: 1000px;
}
.company-lead {
  font-family: var(--jp-s);
  font-size: 16px;
  font-weight: 300;
  color: var(--ink-mid);
  line-height: 2.3;
  margin-bottom: 48px;
  letter-spacing: 0.04em;
}
.company-table {
  width: 100%;
  border-collapse: collapse;
}
.company-table th,
.company-table td {
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.company-table th {
  width: 240px;
  font-weight: 500;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--jp);
}
.company-table td {
  color: var(--ink-mid);
}
.company-table a {
  color: var(--green);
  border-bottom: 1px solid var(--green);
  transition: opacity 0.2s;
}
.company-table a:hover { opacity: 0.65; }

/* Staff */
.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 40px;
}
.staff-card {
  background: var(--paper);
  padding: 40px 32px;
}
.staff-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 24px;
  background: var(--moss);
}
.staff-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-role {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 8px;
}
.staff-name {
  font-family: var(--jp-s);
  font-size: 20px;
  font-weight: 300;
  color: var(--ink);
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
.staff-message {
  font-size: 13px;
  color: var(--ink-lt);
  line-height: 2.2;
}

/* Map */
.map-info {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
}
.map-address {
  font-size: 14px;
  color: var(--ink-mid);
  line-height: 2.2;
  letter-spacing: 0.04em;
}
.map-address strong {
  display: block;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 12px;
}
.map-embed iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

/* ========= CAMPAIGN (TOP) ========= */
.top-campaign {
  border-bottom: 1px solid var(--line);
}
.top-campaign-inner {
  padding: 64px 48px;
}
.top-campaign-inner .sec-eyebrow { margin-bottom: 4px; }
.top-campaign-inner .sec-title { margin-bottom: 32px; }
.top-campaign-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.top-campaign-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
}
.top-campaign-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
.top-campaign-thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.top-campaign-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-campaign-body {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.top-campaign-title {
  font-family: var(--jp-s);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ink);
}
.top-campaign-excerpt {
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink-lt);
}
.top-campaign-link {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--green);
  font-weight: 500;
  margin-top: 4px;
}

/* ========= INFO (TOP) ========= */
.info-top {
  border-bottom: 1px solid var(--line);
}
.info-top-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 64px 48px 32px;
  border-bottom: 1px solid var(--line);
}
.info-top-list {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 48px 64px;
}
.info-top-item {
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  transition: background 0.2s;
}
.info-top-item:hover {
  background: var(--paper);
}
.info-top-date {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink-lt);
  letter-spacing: 0.04em;
  flex-shrink: 0;
  width: 90px;
}
.info-top-title {
  font-size: 15px;
  font-weight: 400;
  flex: 1;
  line-height: 1.6;
}
.info-top-arr {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink-lt);
  flex-shrink: 0;
}

/* ========= INFO ARCHIVE ========= */
.info-archive {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 48px 80px;
}
.info-list {
  display: flex;
  flex-direction: column;
}
.info-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
  transition: background 0.2s;
}
.info-card:hover {
  background: var(--paper);
}
.info-date {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink-lt);
  letter-spacing: 0.04em;
  padding-top: 3px;
}
.info-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.info-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.info-thumb {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 4px;
  object-fit: contain;
}
.info-excerpt {
  font-size: 14px;
  color: var(--ink-mid);
  line-height: 1.7;
}
.info-excerpt p { margin: 0; }

/* ========= INFO SINGLE — HERO VISUAL ========= */
.info-hero-visual {
  position: relative;
  height: 480px;
  overflow: hidden;
  margin-top: 94px;
}
.info-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.info-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
}
.info-hero-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 48px;
  color: var(--white);
}
.info-hero-cat {
  display: inline-block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--green);
  color: var(--white);
  padding: 4px 14px;
  border-radius: 2px;
  margin-bottom: 16px;
}
.info-hero-title {
  font-family: var(--jp-s);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.info-hero-date {
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0.08em;
  opacity: 0.75;
}

/* ========= INFO SINGLE — BODY ========= */
.info-single {
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 48px 64px;
}
.info-single-meta {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink-lt);
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.info-single-meta-sep {
  margin: 0 10px;
  opacity: 0.4;
}
.info-single-title {
  font-family: var(--jp-s);
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 600;
  line-height: 1.6;
  color: var(--ink);
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.info-single-content {
  font-family: var(--jp);
  font-size: 16px;
  line-height: 2;
  color: var(--ink-mid);
}
.info-single-content p {
  margin-bottom: 1.8em;
}
.info-single-content img {
  max-width: 600px;
  width: auto;
  height: auto;
  border-radius: 6px;
  margin: 32px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.info-single-content a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.info-single-content a:hover {
  color: var(--green-lt);
}
.info-single-content h2,
.info-single-content h3 {
  font-family: var(--jp-s);
  color: var(--ink);
  margin: 2em 0 0.8em;
  line-height: 1.4;
}
.info-single-content h2 { font-size: 22px; }
.info-single-content h3 { font-size: 18px; }
.info-single-content blockquote {
  border-left: 3px solid var(--green);
  padding: 16px 24px;
  margin: 24px 0;
  background: var(--paper);
  color: var(--ink-mid);
  font-style: italic;
}
.info-single-content ul,
.info-single-content ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.info-single-content li {
  margin-bottom: 0.5em;
  list-style: disc;
}

/* ========= INFO SINGLE — NAV ========= */
.info-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  max-width: 720px;
  margin: 0 auto;
}
.info-nav-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px 32px;
  transition: background 0.2s;
}
.info-nav-link:hover {
  background: var(--paper);
}
.info-nav-prev {
  border-right: 1px solid var(--line);
}
.info-nav-next {
  text-align: right;
}
.info-nav-label {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-lt);
  letter-spacing: 0.06em;
}
.info-nav-title {
  font-size: 14px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ========= RESPONSIVE ========= */
@media (max-width: 900px) {
  .site-header { padding: 0 20px; }
  .g-nav { display: none; }
  .h-cta { display: none; }
  .menu-toggle { display: block; }
  .hero-full { height: 78vh; }
  .hero-overlay { padding: 0 24px; padding-top: 80px; }
  .hero-headline-full { font-size: clamp(36px, 10vw, 56px); margin-bottom: 20px; }
  .hero-desc-full { font-size: 13px; line-height: 2.0; margin-bottom: 28px; }
  .hero-label-full { display: none; }
  .hero-dots { bottom: 24px; }
  .concept, .cta { grid-template-columns: 1fr; }
  .stats-bar { flex-wrap: wrap; }
  .stat-item { flex: 1 1 50%; border-bottom: 1px solid var(--line); }
  .works-grid { grid-template-columns: 1fr; }
  .wk--large { grid-column: span 1; }
  .wk--large .wk-img { height: 300px; }
  .styles-list { grid-template-columns: 1fr 1fr; }
  .concept-accordion { min-height: 400px; }
  .concept-panel:not(.is-active) .concept-panel-label { display: none; }
  .concept-panel-en { font-size: 11px; }
  .concept-panel-jp { font-size: 9px; }
  .concept-text-col { padding: 48px 24px; border-left: none; }
  .works-head, .styles-head { padding-left: 24px; padding-right: 24px; }
  .cta-text-col { border-right: none; min-height: 400px; }
  .cta-text-inner { padding: 48px 24px; }
  .cta-detail-col { grid-template-columns: 1fr; }
  .cta-detail-left { border-right: none; }
  .cta-santa { padding: 24px; }
  .tel-bar { grid-column: span 1; flex-direction: column; gap: 8px; }
  .showroom-head { flex-direction: column; padding: 40px 24px 32px; align-items: flex-start; }
  .showroom-grid { grid-template-columns: 1fr; }
  .showroom-main-col { border-right: none; border-bottom: 1px solid var(--line); }
  .page-hero-inner { padding: 48px 24px 40px; }
  .company-profile-inner,
  .company-staff-inner,
  .company-map-inner { padding: 48px 24px; }
  .company-table th { width: 120px; padding: 16px 12px; font-size: 13px; }
  .company-table td { padding: 16px 12px; font-size: 13px; }
  .map-info { grid-template-columns: 1fr; }
  .works-card-grid { grid-template-columns: 1fr; padding: 32px 24px; gap: 40px; }
  .works-header-inner { padding: 40px 24px 32px; }
  .works-detail-inner { grid-template-columns: 1fr; padding: 0 24px; gap: 0; }
  .works-detail-left { padding: 32px 0; border-bottom: 1px solid var(--line); }
  .works-detail-right { padding: 24px 0; }
  .works-detail-sticky { position: static; }
  .works-detail .works-meta-bar { flex-direction: column; gap: 20px; }
  .works-nav-link { padding: 24px; }
  .works-nav-back { padding: 24px 16px; }
  .site-footer { padding: 40px 20px 24px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .top-campaign-inner { padding: 40px 24px; }
  .top-campaign-grid { grid-template-columns: 1fr; }
  .info-top-head { padding: 40px 24px 24px; flex-direction: column; align-items: flex-start; gap: 16px; }
  .info-top-list { padding: 0 24px; }
  .info-top-item { flex-wrap: wrap; gap: 4px 24px; }
  .info-top-date { width: auto; }
  .info-top-arr { display: none; }
  .info-archive { padding: 32px 24px 60px; }
  .info-single { padding: 32px 24px 60px; }
  .info-hero-visual { height: 360px; }
  .info-hero-caption { padding: 24px; }
  .info-hero-title { font-size: 22px; }
  .info-nav { grid-template-columns: 1fr; }
  .info-nav-prev { border-right: none; border-bottom: 1px solid var(--line); }
  .info-nav-next { text-align: left; }
  .info-card { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 600px) {
  .footer-inner { grid-template-columns: 1fr; }
  .styles-list { grid-template-columns: 1fr; }
  .stats-bar { flex-direction: column; }
  .stat-item { flex: none; border-right: none; }
}

/* ========= STYLE PAGE ========= */
.style-nav {
  position: sticky;
  top: 94px;
  z-index: 90;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.style-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.style-nav-link {
  flex-shrink: 0;
  padding: 18px 20px;
  font-family: var(--jp);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--ink-mid);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.3s, border-color 0.3s;
}
.style-nav-link:hover {
  color: var(--green);
  border-bottom-color: var(--green);
}

.style-section {
  padding: 100px 0;
}
.style-section--alt {
  background: var(--paper);
}
.style-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.style-section-inner--reverse {
  direction: rtl;
}
.style-section-inner--reverse > * {
  direction: ltr;
}

.style-text-col .sec-eyebrow { margin-bottom: 12px; }
.style-text-col .sec-title {
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 16px;
}
.style-sub {
  font-family: var(--jp);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-mid);
  margin-bottom: 24px;
}
.style-lead {
  font-family: var(--jp);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: var(--ink);
  margin-bottom: 20px;
}
.style-body {
  font-family: var(--jp);
  font-size: 14px;
  line-height: 2;
  color: var(--ink-mid);
  margin-bottom: 16px;
}

.style-more {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--green);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.style-more:hover { color: var(--green-lt); }

.style-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.style-img--placeholder {
  aspect-ratio: 4 / 3;
  background: var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .style-section { padding: 64px 0; }
  .style-section-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 24px;
  }
  .style-section-inner--reverse { direction: ltr; }
  .style-nav-inner {
    padding: 16px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .style-nav-link {
    padding: 8px 16px;
    font-size: 12px;
    border: 1px solid var(--line);
    border-radius: 20px;
    white-space: nowrap;
  }
  .style-nav-link:hover, .style-nav-link.is-active {
    background: var(--green);
    color: #fff;
    border-color: var(--green);
  }
}

/* ========= LIGHTBOX ========= */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 4px;
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: var(--sans);
  transition: opacity 0.2s;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover { opacity: 0.7; }
.lightbox-close {
  top: 24px; right: 32px;
  font-size: 36px;
}
.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  padding: 16px;
}
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }

/* ========= STYLE DETAIL PAGE ========= */
.sd-intro { padding: 64px 5% 0; }
.sd-intro-inner {
  max-width: 800px;
  margin: 0 auto;
}
.sd-desc {
  font-family: var(--jp);
  font-size: 15px;
  line-height: 2.2;
  color: var(--ink-mid);
  text-align: center;
}

.sd-gallery { padding: 64px 5%; }
.sd-gallery-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 16px;
}
.sd-gallery-item { overflow: hidden; border-radius: 8px; }
.sd-gallery-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.sd-gallery-item:hover .sd-gallery-img { transform: scale(1.03); }

.sd-works { padding: 80px 5%; background: var(--paper); }
.sd-works-inner { max-width: 1200px; margin: 0 auto; }
.sd-works-inner .sec-eyebrow { margin-bottom: 8px; }
.sd-works-inner .sec-title { margin-bottom: 48px; }
.sd-works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.sd-works-card {
  text-decoration: none;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.sd-works-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.sd-works-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.sd-works-thumb--empty {
  background: var(--line);
}
.sd-works-info { padding: 16px; }
.sd-works-name {
  font-family: var(--jp);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.sd-works-meta {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-lt);
}

.sd-works-more { text-align: center; margin-top: 32px; }
.sd-works-more-link {
  display: inline-block;
  font-family: var(--jp);
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  background: var(--green);
  padding: 12px 40px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
}
.sd-works-more-link:hover { background: var(--green-lt); }

.sd-editorial {
  padding: 64px 5% 80px;
}
.sd-editorial-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
}
.sd-story {
  margin: 0;
}
.sd-story--large {
  grid-column: 1 / -1;
}
.sd-story--right {
  text-align: right;
}
.sd-story-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.sd-story--large .sd-story-img {
  max-height: 520px;
  object-fit: cover;
}
.sd-story--medium .sd-story-img {
  max-height: 360px;
  object-fit: cover;
}
.sd-story-caption {
  font-family: var(--jp-s);
  font-size: 13px;
  color: var(--ink-mid);
  line-height: 1.9;
  margin-top: 14px;
  padding-left: 16px;
  border-left: 2px solid var(--green);
}
.sd-story--right .sd-story-caption {
  border-left: none;
  border-right: 2px solid var(--green);
  padding-left: 0;
  padding-right: 16px;
}

@media (max-width: 600px) {
  .sd-editorial-inner { grid-template-columns: 1fr; }
  .sd-story--right { text-align: left; }
  .sd-story--right .sd-story-caption {
    border-right: none;
    border-left: 2px solid var(--green);
    padding-right: 0;
    padding-left: 16px;
  }
}

.sd-ranch {
  background: var(--paper-w);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.sd-ranch-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto;
}
.sd-ranch-text {
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.sd-ranch-title {
  font-family: var(--serif);
  font-size: 32px;
  color: var(--ink);
  font-style: italic;
}
.sd-ranch-copy {
  font-family: var(--jp-s);
  font-size: 14px;
  line-height: 2.2;
  color: var(--ink-mid);
}
.sd-ranch-spec {
  display: flex;
  gap: 32px;
  margin: 8px 0;
}
.sd-ranch-spec-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sd-ranch-spec-num {
  font-family: var(--sans);
  font-size: 36px;
  font-weight: 300;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1;
}
.sd-ranch-spec-num sup {
  font-size: 14px;
  font-weight: 400;
  color: var(--ink-mid);
}
.sd-ranch-spec-label {
  font-family: var(--jp-s);
  font-size: 11px;
  color: var(--ink-lt);
  letter-spacing: 0.1em;
}
.sd-ranch-photos {
  overflow: hidden;
}
.sd-ranch-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .sd-ranch-inner { grid-template-columns: 1fr; }
  .sd-ranch-text { padding: 40px 24px; }
  .sd-ranch-photo { height: 280px; }
}

.sd-back { padding: 40px 5%; text-align: center; }
.sd-back-link {
  font-family: var(--jp);
  font-size: 14px;
  color: var(--ink-mid);
  text-decoration: none;
  transition: color 0.2s;
}
.sd-back-link:hover { color: var(--green); }

@media (max-width: 900px) {
  .sd-gallery-inner { grid-template-columns: 1fr 1fr; gap: 8px; }
  .sd-gallery-img { height: 200px; }
  .sd-works-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .sd-gallery-inner { grid-template-columns: 1fr; }
}

/* ========= CAMPAIGN SECTION ========= */
.sr-campaign {
  padding: 80px 5vw;
}
.sr-campaign-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.sr-campaign-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-top: 40px;
}
.sr-campaign-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.sr-campaign-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.sr-campaign-body {
  padding: 24px 28px 28px;
}
.sr-campaign-title {
  font-family: var(--jp-s);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.6;
}
.sr-campaign-text {
  font-family: var(--jp-s);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
  color: #555;
}
.sr-campaign-text p {
  margin-bottom: 8px;
}

/* ========= SHOWROOM PAGE ========= */
.sr-hero-photo {
  width: 100%;
  max-height: 560px;
  overflow: hidden;
}
.sr-hero-img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

.sr-intro { padding: 80px 5%; text-align: center; }
.sr-intro-inner { max-width: 800px; margin: 0 auto; }
.sr-intro-title {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 32px;
}
.sr-intro-title em {
  font-style: italic;
  color: var(--green);
}
.sr-intro-text {
  font-family: var(--jp);
  font-size: 15px;
  line-height: 2;
  color: var(--ink-mid);
  margin-bottom: 24px;
}
.sr-intro-quote {
  font-family: var(--jp-s);
  font-size: 15px;
  font-style: italic;
  line-height: 2;
  color: var(--ink-lt);
}

.sr-gallery { padding: 80px 5%; background: var(--paper); }
.sr-gallery-inner { max-width: 1200px; margin: 0 auto; }
.sr-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 32px;
}
.sr-gallery-item { overflow: hidden; border-radius: 8px; }
.sr-gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
  cursor: pointer;
}
.sr-gallery-item:hover img { transform: scale(1.05); }
.sr-gallery-note {
  font-family: var(--jp);
  font-size: 12px;
  color: var(--ink-lt);
  text-align: center;
  margin-top: 20px;
}

.sr-video { padding: 80px 5%; }
.sr-video-inner { max-width: 900px; margin: 0 auto; }
.sr-video-player {
  position: relative;
  margin-top: 32px;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
.sr-video-el {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.sr-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(6px);
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.sr-video-play:hover {
  background: rgba(0,0,0,0.6);
  transform: translate(-50%, -50%) scale(1.08);
}
.sr-video-play.is-hidden { display: none; }

.sr-access { padding: 80px 5%; background: var(--paper); }
.sr-access-inner { max-width: 1200px; margin: 0 auto; }
.sr-access-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  margin-top: 40px;
  align-items: start;
}
.sr-info-list {
  font-family: var(--jp);
  font-size: 15px;
  line-height: 1.8;
}
.sr-info-list dt {
  font-weight: 500;
  color: var(--ink);
  margin-top: 20px;
}
.sr-info-list dt:first-child { margin-top: 0; }
.sr-info-list dd {
  color: var(--ink-mid);
  margin-left: 0;
}
.sr-info-list a {
  color: var(--green);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.sr-info-list a:hover { color: var(--green-lt); }
.sr-reserve-btn {
  display: inline-block;
  margin-top: 32px;
  font-family: var(--jp);
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  background: var(--green);
  padding: 14px 40px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
}
.sr-reserve-btn:hover { background: var(--green-lt); }

.sr-access-map {
  border-radius: 12px;
  overflow: hidden;
}
.sr-access-map iframe {
  display: block;
  border-radius: 12px;
}

@media (max-width: 900px) {
  .sr-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .sr-access-grid { grid-template-columns: 1fr; }
  .sr-hero-img { height: 300px; }
}
@media (max-width: 480px) {
  .sr-gallery-grid { grid-template-columns: 1fr; }
  .sr-gallery-item img { height: 250px; }
}

/* ========= BLOG PAGE ========= */
.blog-list { padding: 60px 5% 80px; }
.blog-list-inner { max-width: 1200px; margin: 0 auto; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.blog-card {
  display: flex;
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: var(--ink);
  transition: box-shadow 0.3s, transform 0.3s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.blog-card-thumb-wrap {
  flex-shrink: 0;
  width: 220px;
}
.blog-card-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-card-thumb--empty {
  width: 100%;
  height: 100%;
  background: var(--paper);
}
.blog-card-body {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
}
.blog-card-date {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-lt);
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.blog-card-title {
  font-family: var(--jp);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 8px;
}
.blog-card-excerpt {
  font-family: var(--jp);
  font-size: 13px;
  color: var(--ink-mid);
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 12px;
}
.blog-card-link {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--green);
}
.blog-card:hover .blog-card-link { color: var(--green-lt); }

.blog-footer {
  text-align: center;
  margin-top: 48px;
}
.blog-ameblo-btn {
  display: inline-block;
  font-family: var(--jp);
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  background: var(--green);
  padding: 14px 48px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
}
.blog-ameblo-btn:hover { background: var(--green-lt); }

.blog-empty {
  text-align: center;
  padding: 60px 0;
  font-family: var(--jp);
  color: var(--ink-mid);
}
.blog-ameblo-link {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--sans);
  color: var(--green);
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 900px) {
  .blog-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .blog-card { flex-direction: column; }
  .blog-card-thumb-wrap { width: 100%; height: 200px; }
  .blog-card-thumb { height: 200px; }
}

/* ========= CONTACT PAGE ========= */
.contact-options { padding: 80px 5%; }
.contact-options-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.contact-option-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 48px 32px; background: var(--paper); border-radius: 12px;
  text-decoration: none; color: var(--ink); transition: transform 0.3s, box-shadow 0.3s;
}
.contact-option-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.co-icon { font-size: 2.4rem; margin-bottom: 16px; }
.co-title { font-family: var(--jp); font-weight: 500; font-size: 1.1rem; margin-bottom: 12px; }
.co-desc { font-family: var(--jp); font-size: 0.88rem; color: var(--ink-mid); line-height: 1.8; margin-bottom: 16px; }
.co-link { font-family: var(--sans); font-weight: 500; font-size: 0.95rem; color: var(--green); }
.co-hours { font-family: var(--jp); font-size: 0.78rem; color: var(--ink-lt); margin-top: 8px; }

.contact-form-section { padding: 80px 5%; background: var(--paper); }
.contact-form-inner { max-width: 800px; margin: 0 auto; }
.contact-form-head { margin-bottom: 48px; }
.contact-form-note {
  font-family: var(--jp); font-size: 0.9rem; color: var(--ink-mid);
  margin-top: 16px; line-height: 1.6;
}
.req-note { margin-left: 8px; }
.req { color: #C0392B; font-weight: 500; }

.contact-thanks {
  text-align: center; padding: 80px 0;
}
.contact-thanks-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--green); color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 24px;
}
.contact-thanks-title { font-family: var(--jp); font-size: 1.4rem; font-weight: 500; margin-bottom: 16px; }
.contact-thanks-text { font-family: var(--jp); font-size: 0.95rem; color: var(--ink-mid); line-height: 2; margin-bottom: 32px; }

.contact-errors {
  background: #FDF2F2; border: 1px solid #E8BFBF; border-radius: 8px;
  padding: 20px 24px; margin-bottom: 32px;
}
.contact-errors-title { font-family: var(--jp); font-weight: 500; color: #C0392B; margin-bottom: 8px; }
.contact-errors ul { list-style: none; }
.contact-errors li { font-family: var(--jp); font-size: 0.88rem; color: #C0392B; line-height: 1.8; padding-left: 16px; position: relative; }
.contact-errors li::before { content: '•'; position: absolute; left: 0; }

.contact-form { display: flex; flex-direction: column; gap: 28px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.cf-group { display: flex; flex-direction: column; gap: 8px; }
.cf-label {
  font-family: var(--jp); font-weight: 500; font-size: 0.88rem; color: var(--ink);
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  font-family: var(--jp); font-size: 0.95rem; padding: 14px 16px;
  border: 1px solid var(--line); border-radius: 6px; background: var(--white);
  color: var(--ink); transition: border-color 0.2s;
  width: 100%;
}
.contact-form input:focus,
.contact-form textarea:focus { outline: none; border-color: var(--green); }
.contact-form textarea { resize: vertical; min-height: 140px; }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--ink-lt); }

.cf-radio-group { display: flex; flex-wrap: wrap; gap: 12px; }
.cf-radio {
  display: flex; align-items: center; gap: 6px; cursor: pointer;
  font-family: var(--jp); font-size: 0.9rem; color: var(--ink-mid);
  padding: 10px 20px; border: 1px solid var(--line); border-radius: 6px;
  transition: border-color 0.2s, background 0.2s;
}
.cf-radio:has(input:checked) { border-color: var(--green); background: var(--moss); color: var(--ink); }
.cf-radio input { accent-color: var(--green); }

.cf-privacy { margin-top: 8px; }
.cf-checkbox {
  display: flex; align-items: center; gap: 8px; cursor: pointer;
  font-family: var(--jp); font-size: 0.9rem; color: var(--ink-mid);
}
.cf-checkbox input { accent-color: var(--green); width: 18px; height: 18px; }
.cf-checkbox a { color: var(--green); text-decoration: underline; }

.cf-submit { margin-top: 16px; text-align: center; }
.btn-fill--lg { padding: 18px 60px; font-size: 1rem; }

.contact-info-section { padding: 80px 5%; }
.contact-info-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
}
.contact-info-card {
  padding: 40px; background: var(--paper); border-radius: 12px;
}
.ci-title { font-family: var(--jp); font-weight: 500; font-size: 1.1rem; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.ci-list { display: grid; grid-template-columns: 80px 1fr; gap: 16px 12px; }
.ci-list dt { font-family: var(--jp); font-weight: 500; font-size: 0.85rem; color: var(--ink-lt); }
.ci-list dd { font-family: var(--jp); font-size: 0.92rem; color: var(--ink); line-height: 1.6; }
.ci-list dd a { color: var(--green); text-decoration: none; }
.contact-info-map { border-radius: 12px; overflow: hidden; }
.contact-info-map iframe { display: block; width: 100%; }

@media (max-width: 900px) {
  .contact-options-inner { grid-template-columns: 1fr; max-width: 480px; }
  .cf-row { grid-template-columns: 1fr; }
  .contact-info-inner { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .cf-radio-group { flex-direction: column; }
  .btn-fill--lg { width: 100%; padding: 16px; }
}

/* ========= Contact Form 7 スタイル統合 ========= */
.wpcf7 { max-width: 800px; margin: 0 auto; }
.wpcf7 label {
  font-family: var(--jp); font-weight: 500; font-size: 0.88rem; color: var(--ink);
  display: block; margin-bottom: 8px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  font-family: var(--jp); font-size: 0.95rem; padding: 14px 16px;
  border: 1px solid var(--line); border-radius: 6px; background: var(--white);
  color: var(--ink); transition: border-color 0.2s;
  width: 100%; box-sizing: border-box;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus { outline: none; border-color: var(--green); }
.wpcf7 textarea { resize: vertical; min-height: 140px; }
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder { color: var(--ink-lt); }
.wpcf7 p { margin-bottom: 24px; }
.wpcf7 .wpcf7-radio { display: flex; flex-wrap: wrap; gap: 12px; }
.wpcf7 .wpcf7-list-item {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--jp); font-size: 0.9rem; color: var(--ink-mid);
  padding: 10px 20px; border: 1px solid var(--line); border-radius: 6px;
  transition: border-color 0.2s, background 0.2s; cursor: pointer;
}
.wpcf7 .wpcf7-list-item input { accent-color: var(--green); }
.wpcf7 .wpcf7-acceptance {
  font-family: var(--jp); font-size: 0.9rem; color: var(--ink-mid);
  display: flex; align-items: center; gap: 8px;
}
.wpcf7 .wpcf7-acceptance input { accent-color: var(--green); width: 18px; height: 18px; }
.wpcf7 input[type="submit"] {
  font-family: var(--jp); font-size: 1rem; font-weight: 500;
  padding: 18px 60px; border: none; border-radius: 6px; cursor: pointer;
  background: var(--green); color: var(--white);
  transition: background 0.2s;
  display: block; margin: 16px auto 0;
}
.wpcf7 input[type="submit"]:hover { background: var(--green-dk); }
.wpcf7 .wpcf7-response-output {
  font-family: var(--jp); font-size: 0.9rem; padding: 16px 20px;
  border-radius: 8px; margin-top: 24px; text-align: center;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-family: var(--jp); font-size: 0.82rem; color: #C0392B; margin-top: 6px;
}
.grecaptcha-badge { visibility: hidden !important; }
.recaptcha-notice {
  font-family: var(--jp); font-size: 0.75rem; color: var(--ink-lt);
  text-align: center; margin-top: 16px; line-height: 1.6;
}
.recaptcha-notice a { color: var(--ink-lt); text-decoration: underline; }
@media (max-width: 600px) {
  .wpcf7 .wpcf7-radio { flex-direction: column; }
  .wpcf7 input[type="submit"] { width: 100%; padding: 16px; }
}

/* ========= PRIVACY POLICY PAGE ========= */
/* ========= 汎用固定ページ（page.php） ========= */
.page-generic-body { padding: 80px 5%; }
.page-generic-inner {
  max-width: 800px; margin: 0 auto;
  font-family: var(--jp); font-size: 0.95rem; line-height: 2; color: var(--ink-mid);
}
.page-generic-inner h2 {
  font-family: var(--jp); font-weight: 500; font-size: 1.15rem; color: var(--ink);
  margin: 48px 0 16px; padding-bottom: 8px; border-bottom: 1px solid var(--line);
}
.page-generic-inner h3 {
  font-family: var(--jp); font-weight: 500; font-size: 1rem; color: var(--ink);
  margin: 32px 0 12px;
}
.page-generic-inner p { margin-bottom: 20px; }
.page-generic-inner ul,
.page-generic-inner ol { margin: 0 0 20px; padding-left: 24px; }
.page-generic-inner ul { list-style: disc; }
.page-generic-inner ol { list-style: decimal; }
.page-generic-inner li { margin-bottom: 8px; }
.page-generic-inner a { color: var(--green); text-decoration: underline; }
.page-generic-inner img { max-width: 100%; height: auto; }
.page-generic-inner table { width: 100%; border-collapse: collapse; margin-bottom: 24px; }
.page-generic-inner th,
.page-generic-inner td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.page-generic-inner th { background: var(--paper); font-weight: 500; }

.privacy-body { padding: 80px 5%; }
.privacy-inner { max-width: 800px; margin: 0 auto; }
.privacy-intro {
  font-family: var(--jp); font-size: 0.95rem; line-height: 2;
  color: var(--ink-mid); margin-bottom: 48px;
}
.privacy-section { margin-bottom: 40px; }
.privacy-section h2 {
  font-family: var(--jp); font-weight: 500; font-size: 1.05rem;
  margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--line);
}
.privacy-section p {
  font-family: var(--jp); font-size: 0.92rem; line-height: 2; color: var(--ink-mid);
}
.privacy-section ul {
  list-style: disc; padding-left: 24px; margin-top: 8px;
}
.privacy-section li {
  font-family: var(--jp); font-size: 0.92rem; line-height: 2; color: var(--ink-mid);
}
.privacy-section a { color: var(--green); }
.privacy-contact {
  margin-top: 16px; padding: 24px; background: var(--paper); border-radius: 8px;
}
.privacy-contact p { font-family: var(--jp); font-size: 0.9rem; line-height: 1.8; color: var(--ink); }
.privacy-contact a { color: var(--green); text-decoration: none; }
.privacy-date {
  font-family: var(--jp); font-size: 0.85rem; color: var(--ink-lt);
  margin-top: 48px; text-align: right; line-height: 1.8;
}

/* ========= Property List ========= */
.prop-tabs { background: var(--bg); }
.prop-tabs-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; gap: 0; border-bottom: 2px solid var(--line);
}
.prop-tab {
  font-family: var(--en); font-size: 0.95rem; font-weight: 500;
  padding: 16px 32px; color: var(--ink-lt); text-decoration: none;
  border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all 0.2s;
}
.prop-tab:hover { color: var(--ink); }
.prop-tab.is-active { color: var(--green); border-bottom-color: var(--green); }

.prop-list-inner { max-width: 1200px; margin: 0 auto; padding: 48px 24px 80px; }
.prop-count {
  font-family: var(--jp); font-size: 0.9rem; color: var(--ink-lt); margin-bottom: 24px;
}

.prop-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
@media (max-width: 900px) { .prop-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .prop-grid { grid-template-columns: 1fr; } }

.prop-card {
  text-decoration: none; color: inherit; background: #fff;
  border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}
.prop-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }

.prop-card-img {
  position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--paper);
}
.prop-card-img img { width: 100%; height: 100%; object-fit: contain; background: #f5f0eb; }
.prop-card-noimg, .fudo-noimg {
  width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--en); font-size: 0.75rem; color: #a8a093; letter-spacing: 0.12em; text-transform: uppercase;
  background: linear-gradient(135deg, #f5f0eb 0%, #ebe5de 100%);
}
.prop-card-noimg::before, .fudo-noimg::before {
  content: ""; display: block; width: 48px; height: 48px; margin-bottom: 10px; opacity: 0.25;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23655c50' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='12' width='40' height='28' rx='2'/%3E%3Cpath d='M4 40l12-12 8 8 6-6 14 10'/%3E%3Ccircle cx='34' cy='22' r='4'/%3E%3C/svg%3E") center/contain no-repeat;
}
.fudo-noimg { aspect-ratio: 4/3; border-radius: 8px; }
.fudo-noimg::before { width: 64px; height: 64px; margin-bottom: 14px; }
.prop-card-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--green); color: #fff; font-family: var(--jp); font-size: 0.75rem;
  padding: 4px 10px; border-radius: 4px; font-weight: 500;
}

.prop-card-body { padding: 16px 20px 20px; }
.prop-card-title {
  font-family: var(--jp); font-size: 1rem; font-weight: 500; color: var(--ink);
  margin-bottom: 8px; line-height: 1.4;
}
.prop-card-price {
  font-family: var(--en); font-size: 1.25rem; font-weight: 600; color: var(--green);
  margin-bottom: 10px;
}
.prop-card-meta { display: flex; flex-wrap: wrap; gap: 6px; }
.prop-meta-item {
  font-family: var(--jp); font-size: 0.78rem; color: var(--ink-lt);
  background: var(--paper); padding: 3px 8px; border-radius: 4px;
}

.prop-pagination {
  margin-top: 48px; text-align: center;
  font-family: var(--jp); font-size: 0.9rem;
}
.prop-pagination a, .prop-pagination span {
  display: inline-block; padding: 8px 14px; margin: 2px; border-radius: 6px;
  text-decoration: none; color: var(--ink);
}
.prop-pagination .current { background: var(--green); color: #fff; }
.prop-pagination a:hover { background: var(--paper); }

.prop-empty {
  text-align: center; padding: 80px 24px;
  font-family: var(--jp); font-size: 1rem; color: var(--ink-lt); line-height: 2;
}

/* ========= Property Detail (single-fudo) ========= */
.fudo-type-badge {
  display: inline-block; background: var(--green); color: #fff;
  font-family: var(--jp); font-size: 0.8rem; padding: 4px 12px; border-radius: 4px;
  margin-top: 8px;
}

.fudo-detail-inner { max-width: 900px; margin: 0 auto; padding: 48px 24px 80px; }

.fudo-gallery { margin-bottom: 40px; }
.fudo-gallery-main {
  border-radius: 12px; overflow: hidden; aspect-ratio: 16/10; background: var(--paper);
  cursor: pointer;
}
.fudo-gallery-main img { width: 100%; height: 100%; object-fit: contain; display: block; background: #f5f0eb; }
.fudo-gallery-thumbs {
  display: flex; gap: 8px; margin-top: 12px; overflow-x: auto; padding-bottom: 4px;
}
.fudo-thumb {
  width: 80px; height: 60px; border-radius: 6px; overflow: hidden; flex-shrink: 0;
  cursor: pointer; border: 2px solid transparent; transition: border-color 0.2s;
}
.fudo-thumb.is-active { border-color: var(--green); }
.fudo-thumb img { width: 100%; height: 100%; object-fit: cover; }

.fudo-info-box { margin-bottom: 40px; }

.fudo-price-row {
  display: flex; justify-content: space-between; align-items: flex-start;
  flex-wrap: wrap; gap: 16px; margin-bottom: 32px;
  padding-bottom: 24px; border-bottom: 1px solid var(--line);
}
.fudo-price-label {
  font-family: var(--jp); font-size: 0.85rem; color: var(--ink-lt);
  display: block; margin-bottom: 4px;
}
.fudo-price-value {
  font-family: var(--en); font-size: 2rem; font-weight: 700; color: var(--green);
  letter-spacing: -0.02em;
}
.fudo-location {
  font-family: var(--jp); font-size: 0.9rem; color: var(--ink-mid);
  display: flex; align-items: center; gap: 4px;
}
.fudo-location-icon { font-size: 1.1rem; }

.fudo-spec-table {
  width: 100%; border-collapse: collapse; margin-bottom: 32px;
}
.fudo-spec-table th,
.fudo-spec-table td {
  font-family: var(--jp); font-size: 0.9rem; padding: 12px 16px;
  border-bottom: 1px solid var(--line); text-align: left; line-height: 1.6;
}
.fudo-spec-table th {
  width: 140px; color: var(--ink-lt); font-weight: 400; background: var(--paper);
  white-space: nowrap;
}
.fudo-spec-table td { color: var(--ink); }
@media (max-width: 600px) {
  .fudo-spec-table th { width: 100px; font-size: 0.82rem; padding: 10px 12px; }
  .fudo-spec-table td { font-size: 0.85rem; padding: 10px 12px; }
}

.fudo-description { margin-bottom: 32px; }
.fudo-description h3 {
  font-family: var(--en); font-size: 1.1rem; font-weight: 500; color: var(--ink);
  margin-bottom: 12px;
}
.fudo-desc-body {
  font-family: var(--jp); font-size: 0.9rem; line-height: 1.9; color: var(--ink-mid);
}
.fudo-disclaimer {
  font-family: var(--jp); font-size: 0.8rem; color: var(--ink-lt);
  padding: 12px 16px; background: var(--paper); border-radius: 6px;
}

.fudo-map { margin-bottom: 40px; }
.fudo-map h3 {
  font-family: var(--en); font-size: 1.1rem; font-weight: 500; color: var(--ink);
  margin-bottom: 16px;
}
.fudo-map iframe { border-radius: 12px; }

.fudo-contact-box {
  background: var(--paper); border-radius: 12px; padding: 32px;
  text-align: center; margin-bottom: 32px;
}
.fudo-contact-box h3 {
  font-family: var(--jp); font-size: 1.1rem; font-weight: 500; color: var(--ink);
  margin-bottom: 8px;
}
.fudo-contact-box > p {
  font-family: var(--jp); font-size: 0.9rem; color: var(--ink-mid);
  margin-bottom: 20px;
}
.fudo-contact-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.fudo-tel-btn {
  display: inline-block; font-family: var(--jp); font-size: 1rem; font-weight: 500;
  padding: 14px 28px; border: 2px solid var(--green); color: var(--green);
  border-radius: 6px; text-decoration: none; transition: all 0.2s;
}
.fudo-tel-btn:hover { background: var(--green); color: #fff; }
.fudo-contact-note {
  font-family: var(--jp); font-size: 0.8rem; color: var(--ink-lt); line-height: 1.8;
}

.fudo-back { text-align: center; }
.fudo-back-link {
  font-family: var(--jp); font-size: 0.9rem; color: var(--ink-lt);
  text-decoration: none; transition: color 0.2s;
}
.fudo-back-link:hover { color: var(--green); }

/* ========= Santa Flight Animation ========= */
.santa-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
  background: rgba(10, 15, 20, 0);
  transition: background 0.4s;
}
.santa-overlay.is-active {
  pointer-events: all;
  background: rgba(10, 15, 20, 0.55);
}
.santa-overlay.is-done {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

.santa-sleigh {
  position: absolute;
  right: -300px;
  top: 15vh;
  width: 280px;
  height: auto;
  animation: santaFly 2s linear forwards;
}

@keyframes santaFly {
  0%   { transform: translate(0, 0) rotate(-2deg); opacity: 1; }
  25%  { transform: translate(-30vw, -6vh) rotate(-4deg); opacity: 1; }
  50%  { transform: translate(-60vw, -3vh) rotate(-2deg); opacity: 1; }
  75%  { transform: translate(-90vw, -7vh) rotate(-4deg); opacity: 1; }
  100% { transform: translate(-120vw, -2vh) rotate(-1deg); opacity: 0; }
}

.santa-particle {
  position: absolute;
  object-fit: contain;
  opacity: 0;
  animation: particleFall 2s ease-out forwards;
  pointer-events: none;
}

@keyframes particleFall {
  0%   { opacity: 0; transform: translate(0, 0) rotate(0deg); }
  10%  { opacity: 1; }
  70%  { opacity: 0.9; }
  100% { opacity: 0; transform: translate(var(--drift, 20px), var(--fall, 50vh)) rotate(360deg); }
}

.santa-particle--sakura {
  animation: sakuraFall 2.8s ease-out forwards;
  filter: drop-shadow(0 0 6px rgba(255, 183, 197, 0.7));
}

@keyframes sakuraFall {
  0%   { opacity: 0; transform: translate(0, 0) rotate(0deg) scale(1); }
  10%  { opacity: 1; }
  30%  { transform: translate(calc(var(--drift, 20px) * 0.3), calc(var(--fall, 50vh) * 0.2)) rotate(90deg) scale(1.1); opacity: 1; }
  60%  { transform: translate(calc(var(--drift, 20px) * 0.7), calc(var(--fall, 50vh) * 0.55)) rotate(200deg) scale(0.95); opacity: 0.9; }
  100% { opacity: 0; transform: translate(var(--drift, 20px), var(--fall, 50vh)) rotate(360deg) scale(0.8); }
}

.santa-particle--hanabi {
  width: 30px;
  height: 30px;
  animation: hanabiBurst 1.2s ease-out forwards;
}

@keyframes hanabiBurst {
  0%   { opacity: 0; transform: scale(0.1); }
  30%  { opacity: 1; transform: scale(1); }
  60%  { opacity: 1; transform: scale(1.1); }
  100% { opacity: 0; transform: scale(0.3); width: var(--hanabi-size, 40px); height: var(--hanabi-size, 40px); }
}

@media (max-width: 768px) {
  .santa-sleigh { width: 180px; }
  .works-scroll { padding: 0 20px; }
  .works-scroll .works-card { flex: 0 0 260px; }
}
