/* ============================================================
   職人が語る AUT-05（PC）
   /features/interview-craftsman/
   ※Leathers Day 2026 特設ページ（features/leathersday2026/）と同じトーンで統一
   デザイン基準：docs/brand-guidelines.md（白背景・#333・角丸なし・シャドウなし）
============================================================ */

#main {
  --ink: #333;
  --gray-1: #eeeff0;
  --gray-2: #dfdfdf;
  --gray-3: #afb0b1;
  --gray-4: #7f7f7f;
  --header-height: 198px;	/* 固定ヘッダーの実高さ（interview-kadoya と同じ） */
  --ld-black: #000;
  --ld-red: #660000;
  --ld-text-sub: rgba(255, 255, 255, 0.65);
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 3rem;
  -webkit-font-smoothing: antialiased;
}

#main .serif {
  font-family: "EB Garamond", "游明朝", YuMincho,
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}

#main section,
#main article { margin-top: 140px; }
#main section:first-child { margin-top: 0; }

#main .content-area {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1100px;
}
#main .content-area.narrow { max-width: 720px; }

#main img { display: block; }

/* ============================================================
   HERO
============================================================ */
#hero {
  margin-top: 0;
  padding-top: var(--header-height);	/* 固定ヘッダーに画像の上が隠れないよう下げる */
  padding-bottom: 0;
  background: var(--ld-black);
  color: #fff;
  text-align: center;
}
#hero .hero-image {
  width: 100%;
  max-width: 2700px;
  margin: 0 auto;
}
#hero .hero-image img {
  display: block;
  width: 100%;
  height: auto;
}
#hero .hero-text { padding: 56px 25px 80px; }
#hero .event-label {
  position: relative;
  padding-top: 18px;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 0.35rem;
}
#hero .event-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 2px;
  background: var(--ld-red);
}
#hero h1 {
  margin-top: 20px;
  font-size: 6rem;
  font-weight: normal;
  letter-spacing: 0.3rem;
  line-height: 1.5;
}

/* ============================================================
   リード
============================================================ */
#intro { margin-top: 96px; }
#intro .intro-text {
  text-align: left;
  font-size: 2.1rem;
  line-height: 3.8rem;
  letter-spacing: 0.05rem;
}
#intro .intro-text + .intro-text { margin-top: 24px; }
#intro .intro-figure { margin: 48px auto 0; max-width: 640px; }
#intro .intro-figure img { width: 100%; height: auto; }

/* ============================================================
   職人の紹介
============================================================ */
#main .sec-label {
  font-size: 1.8rem;
  font-style: italic;
  letter-spacing: 0.2rem;
  text-align: center;
  color: var(--ld-red);
}
#craftsmen h2 {
  margin-top: 8px;
  margin-bottom: 56px;
  padding-bottom: 24px;
  font-size: 3.2rem;
  font-weight: normal;
  letter-spacing: 0.4rem;
  text-align: center;
  line-height: 1.4;
  border-bottom: 1px solid var(--gray-2);
}
#craftsmen .craftsman-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
#craftsmen .craftsman-card img {
  width: 100%;
  height: auto;
}
#craftsmen .craftsman-name {
  margin-top: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray-2);
  font-size: 2rem;
  letter-spacing: 0.1rem;
  line-height: 2.8rem;
}
#craftsmen .craftsman-role {
  margin-left: 4px;
  font-size: 1.4rem;
  color: var(--gray-4);
}
#craftsmen .craftsman-text {
  margin-top: 16px;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
#craftsmen .craftsman-note {
  margin: 48px auto 0;
  max-width: 900px;
  padding: 28px 32px;
  background: var(--gray-1);
  font-size: 1.8rem;
  line-height: 3.4rem;
  letter-spacing: 0.05rem;
}

/* ============================================================
   インタビュー本編（本文の右に写真）
============================================================ */
#talk .qa + .qa { margin-top: 100px; }
#main .qa-q {
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-2);
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 4rem;
  letter-spacing: 0.05rem;
}
#main .qa-q::before {
  content: "Q";
  margin-right: 14px;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 2.8rem;
  color: var(--ld-red);
}
#main .qa-body {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 56px;
  align-items: start;
}
#main .qa--fig-center .qa-body { align-items: center; }
#main .qa-text p + p { margin-top: 24px; }
#main .qa-text .speaker {
  margin-top: 32px;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: var(--ld-red);
}
#main .qa-text .speaker:first-child { margin-top: 0; }
#main .qa-text .speaker + p { margin-top: 10px; }
#main .qa-text p {
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0.05rem;
}
#main .qa-figs figure + figure { margin-top: 24px; }
#main .qa-figs img {
  width: 100%;
  height: auto;
}
#main .qa-figs figcaption {
  margin-top: 12px;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: 0.05rem;
  color: var(--ink);
}
#main .marker { background: linear-gradient(transparent 60%, #ff6 60%); }

/* ============================================================
   結び
============================================================ */
#outro .comment {
  padding: 40px 44px;
  border: 1px solid var(--gray-2);
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0.05rem;
}
#outro .comment p + p { margin-top: 24px; }
#outro .outro-item {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
#outro .outro-photo { display: block; width: 320px; }
#outro .outro-photo img { width: 100%; height: auto; }
#outro .outro-item-body { display: block; }
#outro .outro-item-name {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
#outro .outro-item-price {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
#outro .outro-item-tax { font-size: 1.3rem; color: var(--gray-4); }

/* ============================================================
   ボタン（本サイト [nh-button] 準拠）
============================================================ */
#main .button { margin-top: 40px; text-align: center; }
#main .nh-button {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 446px;
  height: 60px;
  border: 1px solid var(--gray-4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-style: italic;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  color: var(--ink);
  text-decoration: none;
  transition: background-color 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
#main .nh-button:after {
  content: "";
  right: 5px;
  bottom: 5px;
  border-left: 12px solid transparent;
  border-bottom: 12px solid var(--gray-4);
  position: absolute;
}
#main .nh-button:hover { background-color: var(--gray-1); }
#main .nh-button:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
  #main .nh-button { transition: none; }
}

/* 結び：商品リンク */
#outro a.outro-item {
  color: var(--ink);
  text-decoration: none;
  transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
#outro a.outro-item:hover { opacity: 0.7; }
#outro .outro-item-more {
  display: inline-block;
  margin-top: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--gray-4);
  font-size: 1.5rem;
  font-style: italic;
  letter-spacing: 0.1rem;
}
