/* ============================================================
   職人が語る AUT-05（SP）
   /features/interview-craftsman/
   ※Leathers Day 2026 特設ページ（features/leathersday2026/）と同じトーンで統一
============================================================ */

#main {
  --ink: #333;
  --gray-1: #eeeff0;
  --gray-2: #dfdfdf;
  --gray-3: #afb0b1;
  --gray-4: #7f7f7f;
  --header-height: 103px;	/* 固定ヘッダーの実高さ（interview-kadoya と同じ） */
  --ld-black: #000;
  --ld-red: #660000;
  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: 80px; }
#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);	/* 固定ヘッダーに画像の上が隠れないよう下げる */
  background: var(--ld-black);
  color: #fff;
  text-align: center;
}
#hero .hero-image {
  width: 100%;
}
#hero .hero-image img {
  display: block;
  width: 100%;
  height: auto;
}
#hero .hero-text { padding: 40px 25px 56px; }
#hero .event-label {
  position: relative;
  padding-top: 16px;
  font-size: 1.6rem;
  font-style: italic;
  letter-spacing: 0.25rem;
}
#hero .event-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 2px;
  background: var(--ld-red);
}
#hero h1 {
  margin-top: 16px;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
  line-height: 1.5;
}

/* ============================================================
   リード
============================================================ */
#intro { margin-top: 64px; }
#intro .intro-text {
  text-align: left;
  font-size: 2.1rem;
  line-height: 3.8rem;
  letter-spacing: 0.05rem;
}
#intro .intro-text br { display: none; }
#intro .intro-text + .intro-text { margin-top: 20px; }
#intro .intro-figure { margin: 32px 0 0; }
#intro .intro-figure img { width: 100%; height: auto; }

/* ============================================================
   職人の紹介
============================================================ */
#main .sec-label {
  font-size: 1.6rem;
  font-style: italic;
  letter-spacing: 0.15rem;
  text-align: center;
  color: var(--ld-red);
}
#craftsmen h2 {
  margin-top: 6px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.3rem;
  text-align: center;
  line-height: 1.4;
  border-bottom: 1px solid var(--gray-2);
}
#craftsmen .craftsman-card + .craftsman-card { margin-top: 40px; }
#craftsmen .craftsman-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-items: start;
}
#craftsmen .craftsman-card img {
  grid-row: 1 / 3;
  width: 100%;
  height: auto;
}
#craftsmen .craftsman-name {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray-2);
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  line-height: 2.6rem;
}
#craftsmen .craftsman-role {
  margin-left: 2px;
  font-size: 1.3rem;
  color: var(--gray-4);
}
#craftsmen .craftsman-text {
  margin-top: 12px;
  font-size: 1.6rem;
  line-height: 3rem;
}
#craftsmen .craftsman-note {
  margin-top: 32px;
  padding: 20px;
  background: var(--gray-1);
  font-size: 1.6rem;
  line-height: 3rem;
}

/* ============================================================
   インタビュー本編（写真は本文の下）
============================================================ */
#talk .qa + .qa { margin-top: 64px; }
#main .qa-q {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray-2);
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 3.4rem;
}
#main .qa-q::before {
  content: "Q";
  margin-right: 10px;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 2rem;
  color: var(--ld-red);
}
#main .qa-text p + p { margin-top: 20px; }
#main .qa-text .speaker {
  margin-top: 28px;
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  color: var(--ld-red);
}
#main .qa-text .speaker:first-child { margin-top: 0; }
#main .qa-text .speaker + p { margin-top: 8px; }
#main .qa-text p {
  font-size: 1.8rem;
  line-height: 3.4rem;
}
#main .qa-figs:not(:empty) { margin-top: 28px; }
#main .qa-figs figure + figure { margin-top: 20px; }
#main .qa-figs img { width: 100%; height: auto; }
#main .qa-figs figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: var(--ink);
}
#main .marker { background: linear-gradient(transparent 60%, #ff6 60%); }

/* ============================================================
   結び
============================================================ */
#outro .comment {
  padding: 28px 20px;
  border: 1px solid var(--gray-2);
  font-size: 1.8rem;
  line-height: 3.4rem;
}
#outro .comment p + p { margin-top: 20px; }
#outro .outro-item {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#outro .outro-photo { display: block; width: 45%; max-width: 220px; }
#outro .outro-photo img { width: 100%; height: auto; }
#outro .outro-item-body { display: block; }
#outro .outro-item-name {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
}
#outro .outro-item-price {
  display: block;
  margin-top: 8px;
  font-size: 1.5rem;
}
#outro .outro-item-tax { font-size: 1.2rem; color: var(--gray-4); }

/* ============================================================
   ボタン
============================================================ */
#main .button { margin-top: 32px; text-align: center; }
#main .nh-button {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
  height: 56px;
  border: 1px solid var(--gray-4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-style: italic;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  color: var(--ink);
  text-decoration: none;
}
#main .nh-button:after {
  content: "";
  right: 5px;
  bottom: 5px;
  border-left: 12px solid transparent;
  border-bottom: 12px solid var(--gray-4);
  position: absolute;
}

/* 結び：商品リンク */
#outro a.outro-item {
  color: var(--ink);
  text-decoration: none;
}
#outro .outro-item-more {
  display: inline-block;
  margin-top: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--gray-4);
  font-size: 1.4rem;
  font-style: italic;
}
