/* ========================
   ABOUT (page overrides)
   ======================== */
.hero--about .hero-bg {
  background: url('../img/about/hero.jpg') center/cover no-repeat;
  filter: saturate(96%) contrast(103%);
  transform: none;
}
@media (max-width: 767px) {
  .hero--about .hero-bg {
    margin-top: 60px;
    background: url('../img/about/hero_sp.jpg') center/cover no-repeat;
  }
}
/* CONCEPT block reuse with slight padding */
.concept--about .concept-text {
  padding: 60px 60px 110px;
}
@media (max-width: 767px) {
  .concept--about .concept-text {
    padding: 50px 0 20px;
  }
}
/* Rail spacing tweak on ABOUT */
.rail--about {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Ingredients grid */
.about-ki-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 4vw, 40px);
}
@media (max-width: 1024px) {
  .about-ki-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .about-ki-grid {
    grid-template-columns: 1fr;
	  grid-row-gap: 50px;
  }
}
.ki-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: clip;
}
.ki-card .ph {
  aspect-ratio: 4/3;
  display: grid;
  place-items: center;
  background: #f7f3ee;
}
.ki-card .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ki-card .body {
  padding: 12px 14px 16px;
}
/* Brand hero reuse */
.brand-hero--about {
  background-position: 50% 40%;
}
/* ========================
   HERO
   ======================== */
.hero--about .hero-bg {
  background: url('../img/about/hero-main.jpg') center/cover no-repeat;
  filter: saturate(96%) contrast(103%);
  transform: none;
}
body.about .hero-copy {
  position: absolute;
  bottom: 40%;
  left: 20%;
  display: grid;
  gap: 28rem;
  justify-content: center;
}
/* ========================
   CONCEPT 2カラム
   ======================== */
.concept-grid {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 30px;
  align-items: start;
  margin: 50px 0 0;
}
.concept--about .concept-text {
  background: none;
  position: static;
  max-width: 100%;
  padding: 0;
}
/* SP：縦並び（画像→テキスト） */
@media (max-width: 767px) {
  .concept-grid {
    grid-template-columns: 1fr;
    margin: 0 0 50px;
  }
}
/* CONCEPT：右2枚＋左1枚（左は縦中央） */
.concept-visuals {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 左1 / 右1 */
  gap: 10px;
  align-items: stretch; /* 右カラムの高さを基準にする */
}
.cv-left {
  align-self: center; /* ← 左画像を“右カラム全体”の中央に */
}
.cv-right {
  display: grid;
  grid-template-rows: 1fr 1fr; /* 右は上下2段 */
  gap: 10px;
}
/* ========== CONCEPT 画像比率修正 ========== */
.concept-visuals img {
  width: 100%;
  aspect-ratio: 6 / 11; /* 横300 : 縦550 の比率 */
  object-fit: cover;
  display: block;
  /* style.css の縦固定を打ち消す */
  height: auto !important;
  min-height: auto !important;
}
/* SPは縦積み（画像→テキストの並びはそのまま） */
@media (max-width: 767px) {
  .cv-right {
    grid-template-rows: none;
    grid-template-columns: 1fr;
  }
}
/* ========================
   CONCEPT
   ======================== */
.about .concept-text h2 {
  font-family: var(--fn-en);
  font-size: var(--fs40);
  font-weight: 400;
  color: var(--ink);
  line-height: 1;
  letter-spacing: .25rem;
  margin: 0 0 !important;
}
.about .subtitle {
  font-size: var(--fs12);  font-weight: 400;
  line-height: 1;
  margin: 10px 0 65px;
  letter-spacing: .1rem;
}
.about .concept-text h3 {
  font-family: var(--fn-yu);
  font-size: var(--fs38);  font-weight: 400;
  letter-spacing: 2rem;
  margin: 50px 0 60px;
}
@media (max-width: 767px) {
  .about .concept-text h3 {
    font-size: var(--fs32);
    letter-spacing: .15rem;
  }
}
.about .concept-text h3 span {
  font-family: var(--fn-yu);
  font-size: var(--fs14);  font-weight: 400;
  margin-left: -10px;
  letter-spacing: 0.4rem;
}
.about .concept-text h4 {
  font-family: var(--fn-yu);
  font-size: var(--fs25);  font-weight: 400;
  letter-spacing: 0.5rem;
  margin: 0 0 35px;
}
.about .concept-text p {
  font-family: var(--fn-yu);
  font-size: var(--fs15);  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.2rem;
  margin: 0 0 1.5rem;
}
.about .concept-text .note {
  font-size: var(--fs11);  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.1rem;
  margin: 2.5rem 0 0;
}
@media (max-width: 767px) {
  .about .concept-text h2 {
    font-size: var(--fs36);
    letter-spacing: .20rem;
  }
  .about .concept-text p {
    font-size: var(--fs13);
    letter-spacing: 0.1rem;
    line-height: 2.2;
  }
}
/* ========================
   FUTURE VISUAL
   ======================== */
.future-visual {
  position: relative;
  height: clamp(400px, 100vh, 700px); /* ←ここでレスポンシブ可変 */
  overflow: hidden;
}
.future-visual .future-bg {
  position: absolute;
  inset: 0;
  background: url('../img/about/future-visual-img.jpg') center/cover no-repeat;
  height: 100%; /* セクションの高さに追従 */
  transform: translateY(0);
  will-change: transform;
}
@media (max-width: 767px) {
  .future-visual {
    height: 500px; /* ←ここでレスポンシブ可変 */
  }
}
/* ========================
   FEATURE（上段 2カラム）
   ======================== */
.feature {
  margin: 40px 0 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr; /* 左テキストやや細め／右画像やや太め */
  gap: 30px;
  align-items: start;
  margin: 0 0 110px
}
.feature-text .section-title {
  font-family: var(--fn-en);
  font-size: var(--fs40);
  font-weight: 400;
  color: var(--ink);
  line-height: 1;
  letter-spacing: .25rem;
  margin: 0 0 !important;
}
@media (max-width: 767px) {
  .feature-text .section-title {
    font-size: var(--fs32);
    letter-spacing: .15rem;
  }
}
.feature-text .subtitle {
  font-size: var(--fs12);
  font-weight: 400;
  line-height: 1;
  color: var(--ink);
  margin: 10px 0 65px;
  letter-spacing: .1rem;
}
.feat-catch {
  font-family: var(--fn-yu);
  font-size: var(--fs32);
  font-weight: 400;
  letter-spacing: .25rem;
  margin: 0 0 50px;
}
.feat-lead {
  font-family: var(--fn-yu);
  font-size: var(--fs26);  font-weight: 400;
  letter-spacing: .25rem;
  line-height: 2;
  margin: 0 0 25px;
}
.feature-text p {
  font-size: var(--fs12);
  font-weight: 400;
  letter-spacing: .15rem;
  line-height: 2.5;
  color: var(--ink);
  margin: 0;
}
/* 右ビジュアル：比率を保って見栄えよくトリミング */
.feature-hero {
  align-self: start;
}
.feature-hero img {
  width: 100%;
  aspect-ratio: 5 / 6; /* スクショに近い正方形基準（必要に応じ変更可） */
  object-fit: cover;
  display: block;
  border-radius: 0; /* 角丸不要なら0のまま */
}
/* SPは縦積み（画像→テキスト） */
@media (max-width: 767px) {
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .feature-hero {
    order: -1;
  } /* 画像を先に */
  .feat-catch {
    letter-spacing: .2rem;
  }
}
/* ========================
   FEATURE：下段 3カラム
   ======================== */
.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 5vw, 55px);
  margin-top: clamp(24px, 4vw, 48px);
}
.feat-card {
  display: grid;
  align-content: start;
}
.feat-media img {
  width: 100%;
  aspect-ratio: 4 / 3; /* 横長サムネの比率。必要なら 16/10 や 3/2 に変更可 */
  object-fit: cover;
  display: block;
}
.feat-head {
  font-family: var(--fn-yu);
  font-size: var(--fs18);
  font-weight: 500;
  letter-spacing: .2rem;
  margin: 20px 0 15px;
}
.feat-leadsub {
  font-family: var(--fn-jp);
  font-size: var(--fs14);  font-weight: 400;
  letter-spacing: .12rem;
  margin: 0 0 10px;
}
.feat-desc {
  font-size: var(--fs11);  font-weight: 400;
  letter-spacing: .1rem;
  line-height: 2.0;
  color: var(--ink);
  margin: 0 0 5px;
}
.feat-note {
  font-size: var(--fs10);
  color: var(--ink);
  letter-spacing: .08rem;  font-weight: 400;
}
/* レスポンシブ */
@media (max-width: 1024px) {
  .feature-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .feature-cards {
    grid-template-columns: 1fr;
  }
}
/* ========================
   KEY VISUAL（FUTUREと同様仕様）
   ======================== */
.key-visual {
  position: relative;
  height: clamp(400px, 100vh, 700px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .key-visual {
    position: relative;
    height: 500px;
    overflow: hidden;
  }
}
.key-visual .key-bg {
  position: absolute;
  inset: 0;
  background: url('../img/about/key-visual-img.jpg') center/cover no-repeat;
  height: 100%;
  transform: translateY(0);
  will-change: transform;
}
/* ========================
   KEY INGREDIENTS
   ======================== */
.ingredients {
  margin: 30px 0 100px;
}
/* KEY INGREDIENTS：3×2 グリッドは既存 .about-ki-grid を使用 */
.ingredients-title {
  font-family: var(--fn-en);
  font-size: var(--fs40);
  font-weight: 400;
  color: var(--ink);
  line-height: 1;
  letter-spacing: .3rem;
  margin: 0 0;
}
@media (max-width: 767px) {
  .ingredients-title {
    font-size: var(--fs32);
    letter-spacing: .15rem;
  }
}
.ingredients-subtitle {
  font-family: var(--fn-jp);
  font-size: var(--fs12);
  font-weight: 400;
  color: var(--ink);
  letter-spacing: .1rem;
  margin: 0.5rem 0 45px;
}
.ki-card {
  display: grid;
  align-content: start;
}
.ki-card .body {
  display: grid;
  align-content: start;
  gap: 3px;
}
/* KEY INGREDIENTS カードの背景・枠・余白をリセット */
.ki-card {
  background: none;
  border: none;
  border-radius: 0;
  overflow: visible;
}
.ki-card .body {
  padding: 0;
}
.ki-card h4 {
  font-family: var(--fn-jp);
  font-size: var(--fs13);
  color: var(--ink);
  font-weight: 600;
  letter-spacing: .1rem;
  margin: 0 0;
}
.ki-card .note {
  font-family: var(--fn-jp);
  font-size: var(--fs10);
  color: var(--ink);
  letter-spacing: .08rem;
  margin: 0 0 15px;
}
/* 画像：style.css の .ph img{object-fit:contain;} を上書き */
.ki-card .ph {
  margin: 0 0 6px;
}
.ki-card .ph img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover !important;
  display: block;
}
.ki-card .desc {
  font-family: var(--fn-jp);
  font-size: var(--fs12);
  color: var(--ink);  font-weight: 400;
  line-height: 2.0;
  letter-spacing: .12rem;
  margin: 0;
}
/* レスポンシブ（必要に応じて） */
@media (max-width:1024px) {
  .ki-card h4 {
    font-size: var(--fs14);
  }
}
/* =========================
   BRAND STORY（固定背景＋重ねフェード＋継ぎ目ゼロ）
   ========================= */
/* セクション本体 */
.brand-story {
  position: relative;
  isolation: isolate;
  overflow: clip; /* セクション外を隠す */
  background: none !important;
  color: #fff;
  /* パラメータ */
  --vh: 100vh;
  --reveal: 60px; /* テキスト出現の早さ */
  --pt: 150px; /* 本文上余白 */
  --pb: 150px; /* 本文下余白 */
  --overscan: 12vh; /* 背景上下の余白 */
}
@supports (height: 100dvh) {
  .brand-story {
    --vh: 100dvh;
  }
}
.brand-story {
  --bg1-x: 90%;
  --bg1-y: 0%; /* 画像1の中心をやや上に */
  --bg2-x: 50%;
  --bg2-y: 50%; /* 画像2の中心をやや下に */
}
/* グリッド（左右2カラム） */
.brand-story .brand-grid {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 80px;
  align-items: start;
}
.brand-story .bs-left img {
  width: 100%;
  aspect-ratio: 4 / 6.7;
  object-fit: cover;
  display: block;
}
/* 本文テキスト */
.brand-story .bs-right {
  padding-bottom: 56px;
}
.brand-story .bs-title {
  font-family: var(--fn-en);
  font-size: var(--fs40);
  font-weight: 400;
  color: var(--White);
  letter-spacing: .25rem;
  margin: 0;
}
@media (max-width: 767px) {
  .brand-story .bs-title {
    font-size: var(--fs32);
    letter-spacing: .15rem;
  }
}
.brand-story .bs-sub {
  font-size: var(--fs12);
  color: var(--White);
  font-weight: 400;
  letter-spacing: .1rem;
  opacity: .9;
}
.brand-story .bs-lead {
  font-family: var(--fn-yu);
  font-size: var(--fs26);
  font-weight: 400;
  color: var(--White);
  line-height: 2.2;
  letter-spacing: .8rem;
  margin: 40px 0 30px;
}
.brand-story .bs-right p {
  font-size: var(--fs13);
  font-weight: 400;
  color: var(--White);
  line-height: 2.4;
  letter-spacing: .2rem;
  margin: 0 0 28px;
}
.brand-story .bs-note {
  font-size: var(--fs11) !important;
  opacity: .9;
}
/* SP：縦積み */
@media (max-width: 767px) {
  .brand-story .brand-grid {
    grid-template-columns: 1fr;
  }
  .brand-story .bs-left {
    order: -1;
  }
}
/* ===== 背景表示枠（sticky） ===== */
.brand-story .bs-bg-viewport {
  position: sticky;
  top: 0;
  height: calc(var(--vh) + var(--pb) + 0px); /* 下方向に余裕を持たせて寿命延長 */
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: -1; /* 常に本文より背面 */
  pointer-events: none;
  overflow: hidden;
}
@supports (width: 100dvw) {
  .brand-story .bs-bg-viewport {
    width: 100dvw;
  }
}
/* 背景レイヤー（2枚フェード） */
.brand-story .bs-bg {
  position: absolute;
  inset: 0;
  background: center / auto calc(100% + var(--overscan)) no-repeat;
  transition: opacity .6s ease;
  will-change: opacity;
  opacity: 0;
}
.brand-story .bs-bg--1 {
  background-image: url('../img/about/story-background-01.jpg');
  opacity: 1;
}
.brand-story .bs-bg--2 {
  background-image: url('../img/about/story-background-02.jpg');
}
.brand-story .bs-bg--1 {
  background-position: var(--bg1-x) var(--bg1-y);
}
.brand-story .bs-bg--2 {
  background-position: var(--bg2-x) var(--bg2-y);
}
/* 本文コンテナ（前面） */
.brand-story .container {
  position: relative;
  z-index: 1;
  margin-top: calc(-1 * var(--vh) + var(--reveal));
  padding-top: calc(var(--vh) - var(--reveal) + var(--pt));
  padding-bottom: var(--pb);
  min-height: calc(var(--vh) + var(--pt) + var(--pb));
}
/* ===== 背景#3（女性画像） ===== */
.brand-story-bg3 {
  position: relative;
  z-index: 1; /* 常に前面 */
  height: clamp(600px, 80vh, 800px);
  background: url('../img/about/story-background-03.jpg') center/cover no-repeat;
  margin-top: -220px;
}

