@charset "UTF-8";
/* ============================================================
   finland_design_event / UTSUWA GUIDE ug-テンプレ（読み物型）
   デザインヒストリー：定義先出し → 歴史3章（左右交互） →
   デザイナー各論×3 → アイデンティティ → FAQ → 関連
   移植元: wedgwood_history_event/style.css（実証済リファレンス）
   追加: .ug-founder-figure / .ug-related-name（当LP新規）
   .ug-* スコープ限定（グローバル汚染禁止）
   ============================================================ */
.ug-article :where(*) { box-sizing: border-box; }
.ug-article {
  --ug-sp-1: 8px;  --ug-sp-2: 13px; --ug-sp-3: 21px;
  --ug-sp-4: 34px; --ug-sp-5: 55px; --ug-sp-6: 89px;
  --ug-c-bg: #fffdf9;
  --ug-c-bg-soft: #f7f1e8;
  --ug-c-bg-warm: #ede1ce;
  --ug-c-bg-accent: #f9efe0;
  --ug-c-ink: #3a322a;
  --ug-c-ink-soft: #5a504a;
  --ug-c-line: #e3d7c4;
  --ug-c-mute: #8a7e6f;
  --ug-c-accent: #b08560;
  --ug-c-accent-deep: #8a6440;
  --ug-c-accent-light: #d4b896;
  --ug-c-pop: #c97b5a;
  background: var(--ug-c-bg);
  color: var(--ug-c-ink);
  font-family: "Noto Sans JP", "Cormorant Garamond", sans-serif;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.02em;
  font-weight: 400;
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.ug-article section { padding: var(--ug-sp-6) var(--ug-sp-5); }
.ug-inner { max-width: 720px; margin: 0 auto; }

.ug-h2 {
  font-family: "Noto Sans JP", sans-serif; font-weight: 500; font-size: 26px;
  line-height: 1.5; text-align: center; margin: 0 0 var(--ug-sp-2); color: var(--ug-c-ink);
}
.ug-h3-sub {
  text-align: center; font-size: 14px; color: var(--ug-c-mute);
  margin: 0 0 var(--ug-sp-4); letter-spacing: 0.05em;
}

/* ===== HERO ===== */
.ug-hero {
  background: linear-gradient(180deg, var(--ug-c-bg-accent), var(--ug-c-bg));
  padding: 0 0 var(--ug-sp-5);
}
.ug-hero-figure { margin: 0 0 var(--ug-sp-4); }
.ug-hero-figure img {
  width: 100%; height: auto; display: block; max-width: 1100px; margin: 0 auto;
  aspect-ratio: 1400/1100; object-fit: contain; background: var(--ug-c-bg-accent);
}
.ug-hero-body { max-width: 760px; margin: 0 auto; padding: 0 var(--ug-sp-5); text-align: center; }
.ug-hero-eyebrow {
  display: inline-block; font-size: 12px; letter-spacing: 0.2em; padding: 5px 16px;
  color: #fff; background: var(--ug-c-accent-deep); margin: 0 0 var(--ug-sp-3); border-radius: 2px;
}
.ug-hero-display {
  font-family: "Noto Sans JP", sans-serif; font-weight: 500; font-size: 32px;
  line-height: 1.5; margin: 0 0 var(--ug-sp-2); color: var(--ug-c-ink);
}
.ug-hero-display small {
  display: block; font-size: 16px; font-weight: 400; color: var(--ug-c-accent-deep);
  margin-top: 8px; letter-spacing: 0.05em;
}
.ug-hero-lead {
  font-size: 15px; line-height: 2; max-width: 640px; margin: var(--ug-sp-3) auto; color: var(--ug-c-ink-soft);
}
.ug-hero-lead strong { color: var(--ug-c-accent-deep); font-weight: 500; }
.ug-hero-meta {
  font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 12px;
  color: var(--ug-c-mute); letter-spacing: 0.12em;
}

/* ===== 定義先出し（脱カード化・枠なし自然段落）===== */
.ug-def { background: var(--ug-c-bg); }
.ug-def-body { max-width: 720px; margin: var(--ug-sp-4) auto 0; }
.ug-def-body h3 {
  font-family: "Noto Sans JP", sans-serif; font-weight: 500; font-size: 20px;
  margin: 0 0 2px; color: var(--ug-c-ink);
}
.ug-def-en {
  font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 13px;
  letter-spacing: 0.12em; color: var(--ug-c-accent); margin: 0 0 var(--ug-sp-2);
}
.ug-def-body p { font-size: 15px; line-height: 2; margin: 0; color: var(--ug-c-ink-soft); }
.ug-def-body p strong { color: var(--ug-c-accent-deep); font-weight: 500; }

/* ===== デザイナー各論（創業者カード）===== */
.ug-founder { background: var(--ug-c-bg-soft); }
.ug-founder-grid { max-width: 720px; margin: var(--ug-sp-4) auto 0; }
.ug-founder-card {
  background: #fff; border: 1px solid var(--ug-c-line); border-radius: 8px;
  padding: var(--ug-sp-4); border-top: 4px solid var(--ug-c-accent);
}
.ug-founder-card p { font-size: 15px; line-height: 2; margin: 0; color: var(--ug-c-ink-soft); }
.ug-founder-card p + p { margin-top: var(--ug-sp-3); }
.ug-founder-card p strong { color: var(--ug-c-accent-deep); font-weight: 500; }

/* ----- 解説の図版（当LP新規・購買導線ではない）-----
   img は height:auto を必須指定（HTML の width/height 属性が
   CSS で上書きされない事故を防ぐ・[[feedback_img_height_auto_required]]） */
.ug-founder-figure { margin: var(--ug-sp-4) auto; max-width: 480px; }
.ug-founder-figure img {
  width: 100%; height: auto; display: block; margin: 0 auto;
  max-width: 480px; aspect-ratio: 4/3; object-fit: contain;
  background: var(--ug-c-bg); border-radius: 8px;
}
.ug-founder-figure figcaption {
  font-size: 13px; line-height: 1.8; color: var(--ug-c-mute);
  margin: var(--ug-sp-2) 0 0; text-align: left;
}

/* ===== 歴史ストーリー（左右交互・図版なし章は全幅）===== */
.ug-story { background: var(--ug-c-bg); }
.ug-story-inner { max-width: 900px; margin: 0 auto; }
.ug-story-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--ug-sp-4);
  align-items: center; margin-bottom: var(--ug-sp-5);
}
.ug-story-block:last-child { margin-bottom: 0; }
.ug-story-block.rev .ug-story-figure { order: 2; }
/* 図版のない章（空figure削除済）は片側欠けにせずテキストを全幅に伸ばす。
   :has() に依存せず :only-child で判定する。 */
.ug-story-block > .ug-story-text:only-child {
  grid-column: 1 / -1; max-width: 760px; margin: 0 auto;
}
.ug-story-figure { margin: 0; }
.ug-story-figure img {
  width: 100%; height: auto; display: block; border-radius: 8px;
  aspect-ratio: 4/3; object-fit: cover;
}
.ug-story-year {
  font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 30px;
  color: var(--ug-c-accent); display: block; margin: 0 0 var(--ug-sp-1); line-height: 1;
}
.ug-story-text h3 {
  font-family: "Noto Sans JP", sans-serif; font-weight: 500; font-size: 20px;
  margin: 0 0 var(--ug-sp-2); color: var(--ug-c-ink); line-height: 1.5;
}
.ug-story-text p { font-size: 14px; line-height: 1.95; margin: 0; color: var(--ug-c-ink-soft); }
.ug-story-text p + p { margin-top: var(--ug-sp-3); }
.ug-story-text p strong { color: var(--ug-c-accent-deep); font-weight: 500; }
.ug-story-link {
  display: inline-block; margin-top: var(--ug-sp-3); font-size: 13px;
  color: var(--ug-c-accent-deep); text-decoration: underline; text-underline-offset: 3px;
}

/* ===== アイデンティティ ===== */
.ug-identity { background: var(--ug-c-bg-soft); }
.ug-identity-lead {
  max-width: 720px; margin: var(--ug-sp-4) auto 0; font-size: 15px;
  line-height: 2.05; color: var(--ug-c-ink-soft); text-align: left;
}
.ug-identity-lead strong { color: var(--ug-c-accent-deep); font-weight: 500; }

/* ===== FAQ ===== */
.ug-faq-section { background: var(--ug-c-bg); }
.ug-faq-list { max-width: 760px; margin: var(--ug-sp-4) auto 0; }
.ug-faq-item { background: #fff; border-radius: 6px; border: 1px solid var(--ug-c-line); padding: var(--ug-sp-4); margin-bottom: var(--ug-sp-3); }
.ug-faq-q { font-family: "Noto Sans JP", sans-serif; font-weight: 500; font-size: 16px; margin: 0 0 var(--ug-sp-2); padding-left: 30px; position: relative; color: var(--ug-c-ink); }
.ug-faq-q::before { content: "Q."; position: absolute; left: 0; top: 0; font-family: "Cormorant Garamond", serif; font-style: italic; color: var(--ug-c-accent); font-size: 22px; }
.ug-faq-a { font-size: 14px; line-height: 1.95; margin: 0; padding-left: 30px; position: relative; color: var(--ug-c-ink-soft); }
.ug-faq-a::before { content: "A."; position: absolute; left: 0; top: 0; font-family: "Cormorant Garamond", serif; font-style: italic; color: var(--ug-c-accent-deep); font-size: 22px; }
.ug-faq-a strong { color: var(--ug-c-accent-deep); font-weight: 500; }
.ug-faq-a .ug-faq-link { color: var(--ug-c-accent-deep); text-decoration: underline; text-underline-offset: 3px; }

/* ===== 関連 ===== */
.ug-related { background: var(--ug-c-bg-soft); }
.ug-related-grid { display: grid; grid-template-columns: 1fr; gap: var(--ug-sp-3); max-width: 600px; margin: var(--ug-sp-4) auto 0; }
.ug-related-card { display: block; background: #fff; padding: var(--ug-sp-4); text-align: center; text-decoration: none; color: var(--ug-c-ink); border: 1px solid var(--ug-c-line); border-radius: 6px; transition: all .25s; }
.ug-related-card:hover { border-color: var(--ug-c-accent); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.07); }
/* カードラベル（当LP新規・wedgwood の ug-related h5 相当を span で再現）*/
.ug-related-name {
  display: block; font-family: "Noto Sans JP", sans-serif; font-weight: 500;
  font-size: 15px; line-height: 1.5; margin: 0 0 4px; color: var(--ug-c-ink);
}
.ug-related-card p { font-size: 13px; line-height: 1.75; color: var(--ug-c-mute); margin: 0; }

/* ===== 本文内ブランドリンク ===== */
.ug-article .brand-link { color: var(--ug-c-accent-deep); text-decoration: underline; text-underline-offset: 3px; }

/* ===== Responsive ===== */
@media (max-width: 760px) {
  .ug-article section { padding: var(--ug-sp-5) var(--ug-sp-4); }
  .ug-hero-body { padding: 0 var(--ug-sp-4); }
  .ug-hero-display { font-size: 26px; }
  .ug-story-block { grid-template-columns: 1fr; gap: var(--ug-sp-3); }
  .ug-story-block.rev .ug-story-figure { order: 0; }
  .ug-founder-figure { max-width: 100%; }
  .ug-founder-figure img { max-width: 100%; }
  .ug-related-grid { max-width: 600px; }
}
@media (max-width: 480px) {
  .ug-hero-display { font-size: 22px; }
  .ug-h2 { font-size: 21px; }
}

/* ===== a:visited 防御（恒久ルール §⑩-B） ===== */
.ug-story-link:link, .ug-story-link:visited, .ug-story-link:hover, .ug-story-link:active, .ug-story-link:focus,
.ug-faq-a .ug-faq-link:link, .ug-faq-a .ug-faq-link:visited, .ug-faq-a .ug-faq-link:hover, .ug-faq-a .ug-faq-link:active, .ug-faq-a .ug-faq-link:focus,
.ug-founder-card .brand-link:link, .ug-founder-card .brand-link:visited, .ug-founder-card .brand-link:hover, .ug-founder-card .brand-link:active, .ug-founder-card .brand-link:focus,
.ug-identity-lead .brand-link:link, .ug-identity-lead .brand-link:visited, .ug-identity-lead .brand-link:hover, .ug-identity-lead .brand-link:active, .ug-identity-lead .brand-link:focus { color: var(--ug-c-accent-deep) !important; }
.ug-related-card:link, .ug-related-card:visited, .ug-related-card:hover, .ug-related-card:active, .ug-related-card:focus { color: var(--ug-c-ink) !important; }
.ug-related-card:link .ug-related-name, .ug-related-card:visited .ug-related-name { color: var(--ug-c-ink) !important; }
