/* === Auto-generated split from style.css (story.css) === */
/* Generated by /tmp/css_split_v2.py using HTML class-usage analysis */


@media (max-width: 480px) {
.voice-card { padding: 48px 20px 24px; }
.voice-card::before { font-size: 64px; top: 6px; left: 18px; }
.voice-text { font-size: 14px; line-height: 1.9; }
.story-hero { padding: 36px 18px 50px; }
.story-hero-title { line-height: 1.6; }
}
.voice-card:hover,
.person-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,.10);
}
.story-hero {
  background: var(--cream);
  padding: 60px 28px 80px;
  position: relative;
  overflow: hidden;
}
.story-hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, var(--yellow) 0%, transparent 70%);
  opacity: .12;
  pointer-events: none;
}
.story-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 64px;
  align-items: center;
}
.story-hero-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  letter-spacing: .28em;
  color: var(--muted);
  margin-bottom: 18px;
}
.story-hero-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(26px, 3.5vw, 44px);
  color: #2a2a2a;
  line-height: 1.5;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.story-hero-desc {
  font-size: 14.5px;
  color: var(--text);
  line-height: 2.1;
  margin-bottom: 32px;
}
.story-hero-img-wrap { position: relative; }
.story-hero-img {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,.12);
  aspect-ratio: 4 / 3;
}
.story-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-timeline {
  padding: 80px 28px;
  background: #fff;
}
.story-timeline-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.section-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  letter-spacing: .28em;
  color: var(--muted);
  text-align: center;
  margin-bottom: 10px;
}
.section-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(22px, 3vw, 34px);
  color: #2a2a2a;
  text-align: center;
  margin-bottom: 56px;
  line-height: 1.5;
}
.tl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 40px;
  padding-top: 16px;
}
.tl-card {
  background: #fff;
  position: relative;
  overflow: visible;
  padding: 14px 14px 10px;
  border-radius: 3px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.12), 0 2px 6px rgba(0,0,0,0.06);
  transform: rotate(-1.2deg);
}
.tl-card:nth-child(even) { transform: rotate(1.4deg); }
.tl-card:nth-child(3n) { transform: rotate(-1.8deg); }
.tl-card:nth-child(5n) { transform: rotate(1deg); }
.tl-card::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 80px;
  height: 18px;
  background: rgba(214, 168, 71, 0.55);
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  z-index: 2;
}
.tl-card:nth-child(even)::before {
  transform: translateX(-50%) rotate(4deg);
  background: rgba(125, 175, 165, 0.55);
}
.tl-card:nth-child(3n)::before {
  background: rgba(212, 142, 100, 0.55);
}
.tl-card:not(:last-child)::after { display: none; }
.tl-card-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0;
  display: block;
}
.tl-card-body {
  padding: 16px 8px 8px;
  text-align: center;
}
.tl-card-step {
  display: inline-block;
  background: transparent;
  color: var(--yellow-dk);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  letter-spacing: .2em;
  padding: 0;
  border-radius: 0;
  margin-bottom: 6px;
  font-weight: 700;
}
.tl-card-year {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 6px;
}
.tl-card-title {
  font-family: 'Klee One', 'Shippori Mincho', serif;
  font-size: 17px;
  font-weight: 700;
  color: #3a3528;
  margin-bottom: 8px;
  line-height: 1.55;
}
.tl-card-desc {
  font-size: 13px;
  color: #5a544a;
  line-height: 1.85;
  text-align: left;
  padding: 0 4px;
}
.story-voices {
  padding: 100px 28px 120px;
  background: #fff;
  position: relative;
}
.story-voices-inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.voices-lead {
  font-size: 13.5px;
  color: #6a5b3a;
  line-height: 2;
  margin-top: 16px;
  margin-bottom: 56px;
}
.voices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}
.voice-card {
  position: relative;
  background: var(--cream);
  border-radius: 16px;
  padding: 36px 28px 24px;
  box-shadow: 0 4px 14px rgba(180, 130, 30, 0.06);
  border: 1px solid rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}
.voice-card:nth-child(1) { background: #fff4cc; }
.voice-card:nth-child(2) { background: #d8f1de; }
.voice-card:nth-child(3) { background: #ffdec2; }
.voice-card:nth-child(4) { background: #d6ebfb; }
.voice-card:nth-child(5) { background: #ffe8b3; }
.voice-card:nth-child(6) { background: #ecdef5; }
.voice-card:nth-child(1)::before { color: #d4a040; opacity: 0.55; }
.voice-card:nth-child(2)::before { color: #8ab4a5; opacity: 0.55; }
.voice-card:nth-child(3)::before { color: #cb9b80; opacity: 0.55; }
.voice-card:nth-child(4)::before { color: #97aabd; opacity: 0.55; }
.voice-card:nth-child(5)::before { color: #c2a674; opacity: 0.55; }
.voice-card:nth-child(6)::before { color: #b094b0; opacity: 0.55; }
.voice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(180, 130, 30, 0.10);
}
.voice-card::before {
  content: '“';
  position: absolute;
  top: 6px; left: 18px;
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: 56px;
  color: var(--yellow);
  opacity: 0.7;
  line-height: 1;
  font-weight: 700;
}
.voice-text {
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: 15px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.95;
  margin-bottom: 0;
  flex-grow: 1;
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
.voices-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 580px) {
.voices-grid { grid-template-columns: 1fr; }
.story-voices { padding: 64px 20px 80px; }
}
.story-support {
  background: var(--cream);
  padding: 110px 32px 120px;
  position: relative;
}
.story-support-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: 64px;
  align-items: center;
}
.support-label {
  font-family: 'Allura', 'Shippori Mincho', cursive;
  font-size: 22px;
  color: #b0a070;
  letter-spacing: 0.10em;
  margin-bottom: 20px;
  font-style: italic;
}
.support-heading {
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 700;
  line-height: 1.65;
  color: #2a2a2a;
  margin-bottom: 28px;
  letter-spacing: 0.03em;
}
.support-desc {
  font-size: 13.5px;
  line-height: 2.1;
  color: #6a5b3a;
  margin-bottom: 40px;
}
.support-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 30px;
  max-width: 440px;
}
.support-stat {
  background: #fff;
  border-radius: 14px;
  padding: 26px 14px 22px;
  box-shadow: 0 6px 20px rgba(180, 130, 30, 0.06);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.support-stat-icon {
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  border-radius: 50%;
  color: #fff;
  margin-bottom: 2px;
  box-shadow: 0 4px 10px rgba(240, 184, 55, 0.25);
}
.support-stat-icon svg { width: 22px; height: 22px; }
.support-stat-label {
  font-size: 11.5px;
  color: #7a6540;
  letter-spacing: 0.06em;
}
.support-stat-num {
  font-family: 'Shippori Mincho', serif;
  font-size: 26px;
  font-weight: 700;
  color: #d35450;
  line-height: 1;
  letter-spacing: 0.01em;
}
.support-stat-num small {
  font-size: 12px;
  font-weight: 600;
  margin-left: 2px;
  color: #d35450;
}
.support-stats .support-stat:nth-child(1) .support-stat-icon {
  background: #f29127;
  box-shadow: 0 4px 10px rgba(242,145,39,0.3);
}
.support-stats .support-stat:nth-child(2) .support-stat-icon {
  background: #f5c842;
  box-shadow: 0 4px 10px rgba(245,200,66,0.35);
}
.support-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: #5a4a30;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: opacity .2s;
}
.support-link:hover { opacity: .65; }
.fg-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 22px 56px rgba(31, 61, 74, 0.12), 0 4px 14px rgba(31, 61, 74, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 24px 26px 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.fg-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 64px rgba(31, 61, 74, 0.16), 0 6px 18px rgba(31, 61, 74, 0.08);
}
.fg-card-stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
}
.fg-card-cta-row {
  position: relative;
  z-index: 2;
}
.fg-card-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
  color: #1f1f1f;
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}
.fg-card-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.fg-card-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: url('../images/yano_avatar.jpg') center/cover;
  flex-shrink: 0;
}
.fg-card-author-name {
  font-size: 12px;
  color: #444;
  font-weight: 500;
}
.fg-card-img {
  position: relative;
  aspect-ratio: 16/10;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.45) 100%),
    url('../images/founder_kominka.jpg') center/cover;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 18px;
}
.fg-card-tags {
  position: absolute;
  top: 12px; left: 12px;
  display: flex;
  gap: 6px;
}
.fg-tag {
  background: rgba(255, 255, 255, 0.85);
  color: #2a2a2a;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 10.5px;
  font-weight: 600;
}
.fg-card-img-overlay {
  position: absolute;
  bottom: 14px; left: 16px; right: 16px;
}
.fg-card-img-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.fg-card-img-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.92);
  font-weight: 600;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.fg-card-body {
  /* All inside .fg-card padding */
}
.fg-card-amount-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.fg-card-amount { flex: 1; min-width: 0; }
.fg-amount-label {
  font-size: 11px;
  color: #777;
  margin-bottom: 4px;
}
.fg-amount-val {
  font-size: 30px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1;
  letter-spacing: -0.01em;
  font-family: 'Helvetica Neue', sans-serif;
}
.fg-card-target {
  text-align: right;
  padding-bottom: 4px;
}
.fg-target-label {
  font-size: 10px;
  color: #888;
  margin-bottom: 2px;
}
.fg-target-val {
  font-size: 13px;
  color: #555;
  font-weight: 600;
}
.fg-card-progress {
  height: 28px;
  background: #f0eee8;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.fg-card-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #ff6a3a 0%, #ff9d3a 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 14px;
}
.fg-card-progress-bar span {
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.08em;
}
.fg-card-meta-row {
  display: flex;
  gap: 36px;
  margin-bottom: 16px;
}
.fg-meta-item { display: flex; flex-direction: column; gap: 4px; }
.fg-meta-label {
  font-size: 10.5px;
  color: #888;
}
.fg-meta-val {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1;
}
.fg-meta-val svg { width: 16px; height: 16px; color: #888; }
.fg-meta-val small {
  font-size: 11px;
  font-weight: 600;
  margin-left: 1px;
  color: #555;
}
.fg-card-cta-row {
  display: flex;
  gap: 10px;
  align-items: center;
}
.fg-card-btn-disabled {
  flex: 1;
  background: #d4cdc1;
  color: #fff;
  border: none;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: not-allowed;
}
.fg-card-like {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border: 1px solid #e0d8c8;
  border-radius: 6px;
  font-size: 11px;
  color: #666;
  font-weight: 500;
}
.fg-card-like svg { width: 14px; height: 14px; }
.fg-like-count {
  background: var(--yellow);
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 9.5px;
  font-weight: 700;
  margin-left: 2px;
}

@media (max-width: 900px) {
.story-support { padding: 80px 24px; }
.story-support-inner { grid-template-columns: 1fr; gap: 48px; }
.support-stats { max-width: none; }
}

@media (max-width: 600px) {
.story-support { padding: 32px 18px 60px; }
.story-support-inner { gap: 32px; }
.support-text { display: flex; flex-direction: column; }
.support-text .support-label { order: 1; }
.support-text .support-heading { order: 2; }
.support-text .support-stats { order: 3; margin-bottom: 16px; }
.support-text .support-desc { order: 4; }
.support-text .support-link { order: 5; }
}

@media (max-width: 480px) {
.support-heading { font-size: 24px; }
.fg-card-img-title { font-size: 13px; padding: 14px 16px; }
.fg-card-btn-disabled { font-size: 11.5px; padding: 11px 8px; white-space: nowrap; letter-spacing: 0; }
}
.story-cta {
  position: relative;
  padding: 96px 28px;
  text-align: center;
  overflow: hidden;
  background: #1a3a4a;
}
.story-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55;
}
.story-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}
.story-cta-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  letter-spacing: .28em;
  color: rgba(255,255,255,.7);
  margin-bottom: 18px;
}
.story-cta-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(22px, 3.2vw, 36px);
  color: #fff;
  line-height: 1.6;
  margin-bottom: 16px;
}
.story-cta-desc {
  font-size: 14px;
  color: rgba(255,255,255,.8);
  line-height: 1.9;
  margin-bottom: 36px;
}
.story-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--teal);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 999px;
  transition: background .2s, transform .15s;
  box-shadow: 0 4px 16px rgba(77,189,170,.4);
}
.cta-btn-primary:hover {
  background: var(--teal-dk);
  transform: translateY(-1px);
}
.cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.15);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.5);
  transition: background .2s, transform .15s;
}
.cta-btn-secondary:hover {
  background: rgba(255,255,255,.25);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
.tl-card:not(:last-child)::after { display: none; }
.story-hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
.tl-grid { grid-template-columns: repeat(2, 1fr); }
.voices-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
.story-hero { padding: 40px 20px 56px; }
.tl-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 14px 12px 0;
  }
.tl-card { transform: rotate(-1.4deg); }
.tl-card:nth-child(even) { transform: rotate(1.6deg); }
.tl-card:nth-child(3n) { transform: rotate(-2deg); }
.tl-card:nth-child(5n) { transform: rotate(1.2deg); }
.tl-card-body { padding: 14px 6px 8px; }
.tl-card-title { font-size: 16px; }
.tl-card-desc { font-size: 12px; }
.tl-card-step { font-size: 10px; }
}
.people-section .section-label {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: var(--teal);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.people-section .section-title {
  text-align: center;
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 48px;
}
.cta-btn-primary,
.cta-btn-secondary {
  border-radius: 999px !important;
}
