@charset "UTF-8";

/* =========================================================
   Awashima Coffee / PROCESS
   Consolidated stylesheet
   2026-09-20

   - legacy tuning layers merged
   - each exact selector appears once per media context
   - cascade values preserved by last declaration
   - PC / Tablet / SP rules separated
========================================================= */

/* BASE / PC ============================================== */

body {
  overflow-x: hidden;
}

.aw-process * {
  box-sizing: border-box;
}

.aw-process *::before {
  box-sizing: border-box;
}

.aw-process *::after {
  box-sizing: border-box;
}

.aw-process__inner {
  width: min(var(--aw-content), calc(100% - 56px));
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.aw-processHero {
  background: #2c211b;
}

.aw-processHero__image {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.aw-processHero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(18,8,0,.48) 0%,
    rgba(18,8,0,.22) 48%,
    rgba(18,8,0,.10) 100%
  );
}

.aw-processHero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aw-processSection > .aw-process__inner > .aw-processHeading {
  margin-left: var(--rail);
}

.aw-processSection > .aw-process__inner > .aw-processBody {
  margin-left: var(--rail);
}

.aw-processSection > .aw-process__inner > .aw-processStatement {
  margin-left: var(--rail);
}

.aw-processSection > .aw-process__inner > .aw-processVisual {
  margin-left: var(--rail);
}

.aw-processSection > .aw-process__inner > .aw-processFigure {
  margin-left: var(--rail);
}

.aw-processSection > .aw-process__inner > .aw-processCompare {
  margin-left: var(--rail);
}

.aw-processSection > .aw-process__inner > .aw-processCards {
  margin-left: var(--rail);
}

.aw-processSection > .aw-process__inner > 
.aw-processSection > .aw-process__inner > .aw-processPoints,
.aw-processSection > .aw-process__inner > .aw-processKeywords,
.aw-processSection > .aw-process__inner > .aw-processTags {
  margin-left: var(--rail);
}

.aw-processSection > .aw-process__inner > .aw-processQuote {
  margin-left: var(--rail);
}

.aw-processSection > .aw-process__inner > .aw-processCallout {
  margin-left: var(--rail);
}

.aw-processSection > .aw-process__inner > .aw-processSubheading {
  margin-left: var(--rail);
}

.aw-processSection > .aw-process__inner > .aw-processReferenceList {
  margin-left: var(--rail);
}

.aw-processSection > .aw-process__inner > .aw-processCallout > .aw-processBody {
  width: 100%;
  max-width: none;
}

.aw-processNote {
  margin-left: var(--rail);
}

.aw-processHeading--center {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0 !important;
  transform: none;
  text-align: center;
}

.aw-processHeading--center .aw-processHeading__title {
  width: 100%;
  max-width: none;
  white-space: nowrap;
}

/* FIGURE 01 / centered chapter heading rule */
.aw-processHeading--center .aw-processHeading__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  margin: 28px auto 0;
  background: rgba(74,38,20,.32);
}

.aw-processBody {
  width: min(var(--content),calc(100% - var(--rail)));
  color: var(--sub);
}

.aw-processBody p:last-child {
  margin-bottom: 0;
}

.aw-processBody--indent {
  position: relative;
  margin-left: var(--rail);
  padding-left: 30px;
  font-size: 17px;
  line-height: 2.35;
  letter-spacing: .055em;
}

.aw-processBody--indent::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 82px;
  background: rgba(74,38,20,.55);
}

.aw-processBody--indent p {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 2.35;
  letter-spacing: .055em;
}

.aw-processBody--indent p:last-child {
  margin-bottom: 0;
}

.aw-processBody--center {
  margin-left: auto !important;
  margin-right: auto;
}

.aw-processEmphasis {
  color: var(--title) !important;
  font-size: 20px !important;
  line-height: 2.15 !important;
  letter-spacing: .07em;
}

.aw-processStatement--small {
  font-size: 18px;
}

.aw-processStatement--center {
  text-align: center;
}

.aw-processQuote {
  width: min(var(--content),calc(100% - var(--rail)));
  margin-top: 68px;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
}

.aw-processQuote p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: var(--title);
  font-size: clamp(19px,1.8vw,24px);
  line-height: 2;
  letter-spacing: .08em;
}

.aw-processQuote--small p {
  font-size: 16px;
}

.aw-processQuote--semiwashed {
  width:  100%;
  max-width: none;
}

.aw-processNote--semiwashed {
  width: 100%;
  max-width: none;
  margin-left: 0;
}

.aw-processQuote--large p {
  font-size: clamp(22px,2.2vw,30px);
}

.aw-processSplit > .aw-processBody {
  width: auto;
  max-width: 720px;
}

.aw-processSplit > .aw-processStack {
  width: auto;
  max-width: 720px;
}

.aw-processList {
  width: min(var(--content),calc(100% - var(--rail)));
  margin-top: 58px;
  margin-right: 0;
  margin-bottom: 58px;
  margin-left: var(--rail);
}

.aw-processList--lines {
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.aw-processList p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #594a41;
  font-size: 15px;
  line-height: 2.25;
}

.aw-processCallout {
  width: min(var(--wide),calc(100% - var(--rail)));
  margin-top: 76px;
  padding-top: 42px;
  padding-right: 46px;
  padding-bottom: 42px;
  padding-left: 46px;
  background: var(--soft);
}

.aw-processNote {
  width: min(var(--content),calc(100% - var(--rail)));
  color: var(--muted);
  font-size: 12px;
  line-height: 2;
}

.aw-processFigure__image {
  display: block;
  width: 100%;
  height: auto;
}



/* =========================================================
   FIGURE 01 / COFFEE CHERRY
========================================================= */

.aw-processCherry__visual {
  width: var(--wide) !important;
  max-width: var(--wide) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.aw-processFigure--cherry {
  width: 100% !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.aw-processCherry__lead {
  margin-bottom: 0;
}

/* =========================================================
   FIGURE 02 / PROCESSING METHODS
========================================================= */

/* FIGURE 02 全体：
   通常のVisualに設定されている下余白104pxを専用調整 */
.aw-processVisual:has(.aw-processVisual__message--figure02) {
  margin-bottom: 54px;
}

/* 画像直下の説明 */
.aw-processVisual__message--figure02 {
  width: 100%;
  max-width: 720px;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: left;
}

/* Natural / Honey / Washed 以下の本文 */
.aw-processBody--figure02 {
  margin-top: 0;
}

/* Natural / Honey / Washed --------------------------- */

.aw-processMethodSummary {
  position: relative;
  width: calc(100% + 24px);
  margin: 0 0 42px;
  padding: 28px 0;
  border-top: 1px solid rgba(74,38,20,.16);
  border-bottom: 1px solid rgba(74,38,20,.16);
}

.aw-processMethodSummary p {
  position: relative;
  margin: 0 !important;
  padding-left: 34px;
  color: rgba(45,41,36,.82);
  font-size: 15px;
  line-height: 2;
  letter-spacing: .045em;
}

.aw-processMethodSummary p + p {
  margin-top: 22px !important;
}

.aw-processMethodSummary p::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 18px;
  height: 1px;
  background: rgba(74,38,20,.48);
}

.aw-processMethodSummary span {
  color: var(--title);
  font-weight: 500;
  letter-spacing: .04em;
}

/* 図版・比較ブロックの締めの一文 / 共通 */
.aw-processClosing {
  width: 100%;
  margin-top: 64px;
  margin-right: 0;
  margin-left: 0 !important;
  color: var(--title);
  font-size: clamp(19px,1.8vw,24px);
  line-height: 2;
  letter-spacing: .08em;
  text-align: center;
}

.aw-processClosing p {
  width: 100%;
  text-align: center;
}

.aw-processClosing strong {
  font-weight: 500;
}

/* figcaptionにも同じClosingデザインを適用 */
.aw-processFigure figcaption.aw-processClosing {
  width: 100%;
  max-width: none;
  margin-top: 64px;
  margin-right: 0;
  margin-bottom: 48px;
  margin-left: 0 !important;
  color: var(--title);
  font-size: clamp(19px,1.8vw,24px);
  line-height: 2;
  letter-spacing: .08em;
  text-align: center;
}

/* PARTS ----------------------------------------------- */

.aw-processCherry__parts {
  width: min(860px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 64px;
  row-gap: 0;
  margin: 58px auto 0;
  border-top: 1px solid rgba(74,38,20,.16);
}

.aw-processCherry__part {
  position: relative;
  padding: 30px 0 32px;
  border-bottom: 1px solid rgba(74,38,20,.16);
}

.aw-processCherry__part:nth-child(odd) {
  padding-right: 32px;
}

.aw-processCherry__part:nth-child(even) {
  padding-left: 32px;
}

.aw-processCherry__part:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: -32px;
  width: 1px;
  background: rgba(74,38,20,.12);
}

.aw-processCherry__part h4 {
  margin: 0 0 4px;
  color: var(--title);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: .07em;
}

.aw-processCherry__partEn {
  margin: 0 0 13px !important;
  color: #8d7667 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px !important;
  line-height: 1.5 !important;
  letter-spacing: .18em;
}

.aw-processCherry__part > p:last-child {
  margin: 0;
  color: rgba(45,41,36,.70);
  font-size: 13px;
  line-height: 2;
  letter-spacing: .045em;
}


/* CLOSING --------------------------------------------- */

.aw-processCherry__closing {
  position: relative;
  width: min(980px, 100%);
  margin: 72px auto 0;
  padding-top: 0;
  text-align: center;
}

.aw-processCherry__closingMain {
  margin: 0;
  color: var(--title);
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: .07em;
}

.aw-processCherry__closingSub {
  margin: 10px 0 0;
  color: rgba(45,41,36,.62);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: .055em;
}

.aw-processSubsection .aw-processBody {
  width: 100%;
}

.aw-processSubsection .aw-processQuote {
  width: 100%;
  margin-left: 0;
}

.aw-processSubsection .aw-processStatement {
  width: 100%;
  margin-left: 0;
}

.aw-processSubsection .aw-processPoints {
  width: 100%;
  margin-left: 0;
}

/* =========================================================
   FIGURE 03 / HONEY PROCESS
========================================================= */

/* 画像直下の説明を画像左端に揃える */
.aw-processVisual .aw-processVisual__message--figure03 {
  width: 100%;
  max-width: 880px;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

/* 最後の結論を中央揃え */
.aw-processQuote--figure03,
.aw-processQuote--figure03 p {
  text-align: center;
}

/* =========================================================
   PROCESS METHOD / SUBSECTION STATEMENT
========================================================= */


/* =========================================================
   PROCESS METHOD / SUBSECTION CLOSING
   01 - 05 common
========================================================= */

/* ポイント後のキーメッセージ */
.aw-processMethod .aw-processSubsection > .aw-processQuote {
  margin-top: 58px;
  margin-bottom: 0;
}

/* 最終結論 */
.aw-processMethod .aw-processSubsection > .aw-processQuote
  + .aw-processStatement {
  margin-top: 42px;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1.9;
  letter-spacing: .06em;
}


/* =========================================================
   PROCESS POINTS
   01 - 05 common
========================================================= */

.aw-processPoints {
  width: min(820px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 52px;
  row-gap: 0;
  margin-top: 48px;
  padding: 14px 0;
  border-top: 1px solid rgba(74,38,20,.18);
  border-bottom: 1px solid rgba(74,38,20,.18);
}

.aw-processPoints + .aw-processBody {
  margin-top: 32px;
}

.aw-processPoints span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 0 0 34px;
  color: rgba(45,41,36,.92);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .055em;
}

/* 2段目だけ区切り線 */
.aw-processPoints span:nth-child(n + 3) {
  border-top: 1px solid rgba(74,38,20,.10);
}

/* 各項目先頭の短線 */
.aw-processPoints span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 1px;
  background: rgba(74,38,20,.48);
  transform: translateY(-50%);
}

/* FIGURE 04 / CONDITIONS LIST ALIGNMENT */
.aw-processSection:has(.aw-processQuote--large) > .aw-process__inner > .aw-processPoints {
  width: min(820px, calc(100% - var(--rail)));
  margin-left: var(--rail);
}

.aw-processKeywords span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a48a78;
}

.aw-processTags span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a48a78;
}

.aw-processTags--center {
  justify-content: center;
}

.aw-processCards--2 {
  grid-template-columns: repeat(2,1fr);
}

.aw-processCards--3 {
  grid-template-columns: repeat(3,1fr);
}

.aw-processCards h3 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 14px;
  margin-left: 0;
  color: var(--title);
  font-family: "Noto Sans JP",sans-serif;
  font-size: 15px;       /* 12px → 15px */
  font-weight: 600;      /* 500 → 600 */
  line-height: 1.6;
  letter-spacing: .08em; /* .10em → .08em */
}

.aw-processLink:hover {
  opacity: .65;
}

.aw-processReferenceList {
  width: min(var(--content),calc(100% - var(--rail)));
  border-top: 1px solid var(--line);
}

.aw-processReferenceList article {
  padding-top: 28px;
  padding-right: 0;
  padding-bottom: 28px;
  padding-left: 0;
  border-bottom: 1px solid var(--line);
}

.aw-processReference__author {
  color: var(--title) !important;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 12px !important;
  letter-spacing: .08em;
}

.aw-processReference__description {
  color: var(--muted) !important;
}

.aw-processCompare span {
  display: block;
  margin-bottom: 14px;
  color: var(--brown-soft);
  font-family: "Noto Sans JP",sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .24em;
}

.aw-processCards article > span {
  display: block;
  margin-bottom: 14px;
  color: var(--brown-soft);
  font-family: "Noto Sans JP",sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .24em;
}

.aw-processCompare strong {
  display: block;
  margin-bottom: 20px;
  color: var(--title);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
}

.aw-processCompare p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 2;
}

/* =========================================================
   FIGURE 04 / CLIMATE COMPARE
========================================================= */

.aw-processCompare--climate {
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  gap: 0;
  background: transparent;
  border-top: 1px solid rgba(74,38,20,.24);
  border-bottom: 1px solid rgba(74,38,20,.24);
}

.aw-processCompare--climate article {
  position: relative;
  min-height: 310px;
  padding: 58px 54px 54px;
  background: transparent;
}

/* 中央の境界線 */
.aw-processCompare--climate article + article {
  border-left: 1px solid rgba(74,38,20,.16);
}

/* 上部アクセント */
.aw-processCompare--climate article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 54px;
  width: 52px;
  height: 2px;
  background: rgba(141,118,103,.72);
}

/* ETHIOPIA / SUMATRA */
.aw-processCompare--climate span {
  display: block;
  margin: 0 0 24px;
  color: #8d7667;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .28em;
}

/* 比較の主題 */
.aw-processCompare--climate strong {
  display: block;
  margin: 0 0 30px;
  color: var(--title);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: .055em;
}

/* 工程 */
.aw-processCompare--climate p {
  position: relative;
  margin: 0;
  padding-top: 22px;
  color: rgba(45,41,36,.58);
  font-size: 15px;
  line-height: 2;
  letter-spacing: .045em;
}

/* 主題と工程の間の短い区切り */
.aw-processCompare--climate p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: rgba(74,38,20,.26);
}

/* FIGURE 04 / 比較図と結論の接続 */
.aw-processFigure:has(.aw-processCompare--climate)
  figcaption.aw-processClosing {
  margin-top: 30px;
  margin-bottom: 0;
}

/* FIGURE 04 / 図版全体と後続本文を明確に分離 */
.aw-processFigure:has(.aw-processCompare--climate)
  + .aw-processBody {
  margin-top: 82px;
}

.aw-processCards p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: var(--sub);
  font-size: 16px;  /* 13px → 16px */
  line-height: 1.9; /* 2 → 1.9 */
}

/* =========================================================
   FERMENTATION / PROCESS CARDS
========================================================= */

.aw-processCards--fermentation {
  width: 100%;
  margin-top: 58px;
  margin-bottom: 30px;
  gap: 0;
  border-top: 1px solid rgba(74,38,20,.22);
  border-bottom: 1px solid rgba(74,38,20,.22);
}

.aw-processCards--fermentation article {
  position: relative;
  min-height: 180px;
  padding: 42px 24px 34px;
  background: transparent;
}

/* カラム間の境界線 */
.aw-processCards--fermentation article + article {
  border-left: 1px solid rgba(74,38,20,.14);
}

/* 各カラム上部のアクセント */
.aw-processCards--fermentation article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 24px;
  width: 42px;
  height: 2px;
  background: rgba(141,118,103,.72);
}

/* NATURAL / HONEY / WASHED */
.aw-processCards--fermentation span {
  display: block;
  margin: 0 0 30px;
  color: #8d7667;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .28em;
}

/* 各精製で、どこに発酵が存在するか */
.aw-processCards--fermentation span {
  display: block;
  margin: 0 0 26px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .22em;
}

.aw-processCards--fermentation p {
  margin: 0;
  color: var(--title);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: .04em;
}

/* ---------------------------------------------------------
   FERMENTATION / カード後の本文リズム
--------------------------------------------------------- */

.aw-processCards--fermentation + .aw-processBody {
  margin-top: 0;
}

.aw-processCards--fermentation + .aw-processBody > p:first-child {
  margin-top: 0;
  margin-bottom: 14px;
}

.aw-processCards--fermentation
  + .aw-processBody
  > .aw-processEmphasis {
  margin-top: 0 !important;
  margin-bottom: 46px !important;
}

/* 4項目の整理ブロック後 → 本文 */
.aw-processCards--fermentation
  + .aw-processBody
  > .aw-processEmphasis
  + p {
  margin-top: 38px;
}

/* =========================================================
   FERMENTATION / TEXT RHYTHM
========================================================= */

/* 導入 → 「発酵です。」をひとまとまりに */
.aw-processBody:has(+ .aw-processCards--fermentation) {
  margin-top: 68px;
}

.aw-processBody:has(+ .aw-processCards--fermentation) > p:first-child {
  margin-bottom: 26px;
}

.aw-processBody:has(+ .aw-processCards--fermentation) > .aw-processEmphasis {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--title);
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: .07em;
}

.aw-processSection > .aw-process__inner > .aw-processHeading + .aw-processBody {
  margin-top: 0;
}

.aw-processSection > .aw-process__inner > .aw-processHeading + .aw-processFigure {
  margin-top: 0;
}

.aw-processSection > .aw-process__inner > .aw-processHeading + .aw-processVisual {
  margin-top: 0;
}

.aw-processSection > .aw-process__inner > .aw-processHeading ~ .aw-processStack {
  width: min(var(--content), calc(100% - var(--rail)));
  margin-left: var(--rail);
}

.aw-processBody strong {
  color: #2d2924;
  font-weight: 600;
}

.aw-processBody--lead p:last-child {
  margin-bottom: 0;
}

.aw-processEmphasis--large {
  margin-top: 48px !important;
  margin-bottom: 12px !important;
  font-size: 22px !important;
  line-height: 1.95 !important;
}


.aw-processKeywords {
  width: min(var(--content),calc(100% - var(--rail)));
  display: flex;
  flex-wrap: wrap;
  gap: 22px 30px;
  margin-top: 46px;
  margin-bottom: 46px;
}

.aw-processTags {
  width: min(var(--content),calc(100% - var(--rail)));
  display: flex;
  flex-wrap: wrap;
  gap: 22px 30px;
  margin-top: 46px;
  margin-bottom: 46px;
}

.aw-processKeywords span {
  position: relative;
  padding-left: 14px;
  letter-spacing: .07em;
  font-size: 12px;
  line-height: 1.8;
  color: rgba(45,41,36,.70);
}

.aw-processTags span {
  position: relative;
  padding-left: 14px;
  letter-spacing: .07em;
  font-size: 12px;
  line-height: 1.8;
  color: rgba(45,41,36,.70);
}

.aw-processSection--accent .aw-processHeading__en {
  color: #7d604e;
}

.aw-processSection--references .aw-processBody p {
  font-size: 13px;
  line-height: 2;
}

.aw-processReferenceList p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 8px;
  margin-left: 0;
  color: var(--sub);
  font-size: 13px;
  line-height: 2;
}

.aw-process {
  --ink: #2d2924;
  --title: #120800;
  --sub: rgba(45,41,36,.82);
  --muted: rgba(45,41,36,.60);
  --brown: #4a2614;
  --brown-soft: #8d7667;
  --line: rgba(74,38,20,.16);
  --content: 860px;
  --wide: 980px;
  --rail: 128px;
  width: 100%;
  color: var(--ink);
  background: #fff;
  font-family: "Noto Serif JP","Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
  line-height: 2.2;
  letter-spacing: .045em;
  --soft: #f8f5f1;
  --soft2: #f2ece6;
  --accent: #eae0d6;
}

.aw-processSection--accent .aw-processHeading__title {
  font-size: clamp(36px, 3.35vw, 48px);
  line-height: 1.42;
  letter-spacing: .055em;
}

.aw-processSplit > .aw-processHeading .aw-processHeading__title {
  font-size: 48px;
  line-height: 1.65;
  letter-spacing: .035em;
}

.aw-processBody--lead {
  margin-bottom: 48px;
}

.aw-processBody--lead p {
  font-size: 16px;
  line-height: 2.05;
}

.aw-processStack > * + * {
  margin-top: 34px;
}

.aw-processSection > .aw-process__inner > .aw-processLink {
  margin-left: 0;
}

.aw-processLink {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 42px;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(75, 40, 23, .28);
  color: var(--brown);
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .08em;
  text-decoration: none;
  gap: 22px;
  transition: border-color .2s ease, opacity .2s ease;
}

.aw-processLink:hover {
  border-color: var(--brown);
  opacity: .72;
}

.aw-processLink span:first-child {
  min-width: 0;
}

.aw-processSection--references .aw-processHeading__title {
  font-size: clamp(29px, 2.6vw, 37px);
}

.aw-processFigure .aw-processCompare {
  margin-left: 0;
  margin-right: 0;
}

.aw-processFigure .aw-processFlow {
  margin-left: 0;
  margin-right: 0;
}

.aw-processCompare--2 {
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}

.aw-processSection--soft {
  margin-left: 0;
  margin-right: 0;
  background: #fff;
}

.aw-processSection--soft2 {
  margin-left: 0;
  margin-right: 0;
  background: #fff;
}

.aw-processSection {
  padding-right: 0;
  padding-left: 0;
  background: #fff;
  padding-top: 132px;
  padding-bottom: 132px;
}

.aw-processSection--accent {
  margin-left: 0;
  margin-right: 0;
  padding-top: 148px;
  padding-bottom: 152px;
  background: #f1ebe4;
}

.aw-processSection--references {
  margin-left: 0;
  margin-right: 0;
  padding-top: 108px;
  padding-bottom: 112px;
  background: #faf8f5;
}

.aw-processHeading {
  width: min(var(--content),calc(100% - var(--rail)));
  margin-top: 0;
  margin-bottom: 68px;
}

.aw-processHeading__en {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  font-family: "Noto Sans JP",sans-serif;
  color: #8d7667;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .34em;
}

.aw-processLabel {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  font-family: "Noto Sans JP",sans-serif;
  color: #8d7667;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .34em;
}

.aw-processHeading__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 400;
  color: #120800;
  font-size: clamp(38px, 3.7vw, 54px);
  line-height: 1.48;
  letter-spacing: .055em;
}

.aw-processReferences__header h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: var(--title);
  font-weight: 400;
  font-size: clamp(38px, 3.7vw, 54px);
  line-height: 1.48;
  letter-spacing: .055em;
}

.aw-processSplit {
  display: grid;
  align-items: start;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 96px;
}

.aw-processSplit > .aw-processHeading {
  width: auto;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 6px;
}

.aw-processBody p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
  color: rgba(45,41,36,.82);
  font-size: 15px;
  line-height: 1.92;
}

.aw-processBody p + p {
  margin-top: 0;
}

.aw-processQuote + .aw-processBody--winyClosing {
  margin-top: 52px;
}

.aw-processBody--winyClosing p {
  margin-bottom: 28px;
}

.aw-processBody--winyClosing + .aw-processNote {
  margin-top: 26px;
}

/* =========================================================
   PROCESS CONDITIONS
========================================================= */

.aw-processConditions {
  position: relative;
  width: calc(100% - 34px);
  margin-top: 42px;
  margin-right: 0;
  margin-bottom: 46px;
  margin-left: 32px;
  padding: 26px 0 28px;
  border: 0;
}

.aw-processConditions::before,
.aw-processConditions::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(74,38,20,.16);
}

.aw-processConditions::before {
  top: 0;
}

.aw-processConditions::after {
  bottom: 0;
}

.aw-processConditions p {
  position: relative;
  margin: 0 0 14px;
  padding-left: 34px;
  color: rgba(45,41,36,.82);
  font-size: 15px;
  line-height: 1.92;
}

.aw-processConditions p:last-child {
  margin-bottom: 0;
}

.aw-processConditions p::before {
  content: "";
  position: absolute;
  top: .95em;
  left: 0;
  width: 18px;
  height: 1px;
  background: rgba(74,38,20,.48);
}

.aw-processBody .aw-processEmphasis {
  margin-top: 34px;
  margin-bottom: 34px;
}

.aw-processMethod {
  --method-rail: 146px;
  padding-top: 154px;
  padding-bottom: 150px;
}

.aw-processMethod__header {
  display: grid;
  align-items: center;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 28px;
  margin-bottom: 78px;
}

.aw-processMethod__number {
  display: block;
  align-self: center;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 0;
  color: rgba(146,113,91,.62);
  font-size: clamp(72px, 6.5vw, 94px);
  font-weight: 300;
  line-height: .84;
  letter-spacing: -.06em;
}

.aw-processMethod__en {
  font-family: "Noto Sans JP",sans-serif;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  color: #866b59;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .34em;
}

.aw-processMethod__header h2 {
  margin: 0;
  max-width: none;
  color: var(--title);
  font-weight: 400;
  font-size: clamp(38px, 3.45vw, 50px);
  line-height: 1.42;
  letter-spacing: .035em;
  white-space: nowrap;
}


/* =========================================================
   PROCESS METHOD / 01 - 05
========================================================= */

/* 見出し下の短い罫線 */
.aw-processMethod__header > div::after {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  margin-top: 16px;
  background: rgba(74,38,20,.24);
}


/* ---------------------------------------------------------
   INTRO BODY
--------------------------------------------------------- */

/* =========================================================
   PROCESS METHOD / INTRO BODY
   01 - 05 common
========================================================= */

/* 最初の段落を導入文として扱う */
.aw-processMethod__body > p:first-child {
  margin-top: 0;
  margin-bottom: 38px;
  color: rgba(45,41,36,.92);
  font-size: 18px;
  line-height: 2.15;
  letter-spacing: .055em;
}

/* 2段落目以降 */
.aw-processMethod__body > p:not(:first-child) {
  margin-top: 0;
  margin-bottom: 16px;
}

/* 最終段落 */
.aw-processMethod__body > p:last-child {
  margin-bottom: 0;
}


/* 強調段落 */
.aw-processMethod__body > .aw-processEmphasis {
  margin-top: 38px;
  margin-bottom: 38px;
}

.aw-processMethod > .aw-process__inner > .aw-processBody {
  width: min(900px, calc(100% - var(--method-rail)));
  max-width: 900px;
}

.aw-processMethod__body > p {
  line-height: 2.05;
}

/* ---------------------------------------------------------
   STATEMENT
--------------------------------------------------------- */

/* 本文から章のキーメッセージへ少し間を取る */
.aw-processMethod > .aw-process__inner > .aw-processStatement {
  margin-top: 70px;
  margin-bottom: 74px;
}


/* ---------------------------------------------------------
   SUBSECTION
--------------------------------------------------------- */

.aw-processMethod > .aw-process__inner > .aw-processSubsection {
  margin-top: 88px;
}


/* ---------------------------------------------------------
   VISUAL
--------------------------------------------------------- */

.aw-processMethod > .aw-process__inner > .aw-processVisual {
  margin-top: 88px;
}

/* =========================================================
   PROCESS METHOD / CONTENT RAIL
   01 - 05 common
========================================================= */

.aw-processMethod > .aw-process__inner > .aw-processBody,
.aw-processMethod > .aw-process__inner > .aw-processStatement,
.aw-processMethod > .aw-process__inner > .aw-processPoints,
.aw-processMethod > .aw-process__inner > .aw-processKeywords,
.aw-processMethod > .aw-process__inner > .aw-processVisual,
.aw-processMethod > .aw-process__inner > .aw-processCallout,
.aw-processMethod > .aw-process__inner > .aw-processQuote,
.aw-processMethod > .aw-process__inner > .aw-processSubsection {
  margin-left: var(--method-rail);
}

/* Subsection内部では外側のレールを重ねない */
.aw-processMethod .aw-processSubsection .aw-processBody,
.aw-processMethod .aw-processSubsection .aw-processStatement,
.aw-processMethod .aw-processSubsection .aw-processPoints,
.aw-processMethod .aw-processSubsection .aw-processKeywords,
.aw-processMethod .aw-processSubsection .aw-processVisual,
.aw-processMethod .aw-processSubsection .aw-processCallout,
.aw-processMethod .aw-processSubsection .aw-processQuote {
  margin-left: 0;
}

.aw-processSubsection {
  width: min(var(--content),calc(100% - var(--rail)));
  margin-right: 0;
  margin-bottom: 0;
  margin-left: var(--rail);
  border-top: 1px solid var(--line);
  margin-top: 88px;
  padding-top: 54px;
}

.aw-processSubheading {
  width: min(var(--content),calc(100% - var(--rail)));
  margin-top: 72px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #2b1a11;
  font-size: 29px;
  line-height: 1.58;
  letter-spacing: .05em;
}

.aw-processCallout h3 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 28px;
  margin-left: 0;
  color: var(--title);
  font-weight: 400;
  font-size: 29px;
  line-height: 1.58;
  letter-spacing: .05em;
}

.aw-processSubsection > h3 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  font-weight: 400;
  color: #2b1a11;
  font-size: 29px;
  line-height: 1.58;
  letter-spacing: .05em;
  margin-bottom: 30px;
}

.aw-processVisual {
  width: min(var(--wide),calc(100% - var(--rail)));
  max-width: var(--wide);
  margin-top: 96px;
  margin-bottom: 104px;
}

.aw-processVisual:first-child {
  margin-top: 0;
}

.aw-processVisual__header {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 42px;
}

.aw-processFigure > .aw-processVisual__header {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 42px;
}

.aw-processVisual__number {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Noto Sans JP",sans-serif;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 16px;
  color: #8f6d57;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .20em;
}

.aw-processVisual__number::before,
.aw-processVisual__number::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  flex: 0 0 30px;
  background: rgba(74,38,20,.28);
}

.aw-processVisual__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: var(--title);
  font-weight: 400;
  font-size: clamp(34px, 3.25vw, 46px);
  line-height: 1.5;
  letter-spacing: .045em;
}

.aw-processVisual__lead {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: rgba(45,41,36,.70);
  max-width: 720px;
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.9;
}

.aw-processFigure {
  width: min(var(--wide),calc(100% - var(--rail)));
  margin-bottom: 0;
  max-width: var(--wide);
  margin-top: 48px;
}

.aw-processVisual .aw-processFigure {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 48px;
}

.aw-processFigure--medium {
  max-width: 650px;
}

.aw-processFigure--wide {
  max-width: 880px;
}

.aw-processVisual__message {
  width: min(720px, 100%);
  text-align: left;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: rgba(45,41,36,.78);
  letter-spacing: .035em;
  max-width: 720px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.9;
}

.aw-processFigure figcaption {
  width: min(720px, 100%);
  text-align: left;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: rgba(45,41,36,.78);
  letter-spacing: .035em;
  max-width: 720px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.9;
}

.aw-processStatement {
  width: min(var(--content),calc(100% - var(--rail)));
  color: var(--title);
  font-weight: 400;
  letter-spacing: .08em;
  margin-top: 74px;
  margin-bottom: 74px;
  font-size: clamp(23px, 2.25vw, 31px);
  line-height: 1.9;
}

.aw-processQuote--hero {
  width: min(var(--wide),calc(100% - var(--rail)));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 112px;
  margin-bottom: 112px;
  padding-top: 66px;
  padding-right: 0;
  padding-bottom: 66px;
  padding-left: 0;
}

.aw-processQuote--hero p {
  text-align: center;
  font-size: clamp(28px, 2.9vw, 40px);
  line-height: 1.9;
}

.aw-processCompare {
  display: grid;
  width: 100%;
  max-width: 880px;
  margin-top: 72px;
  margin-bottom: 82px;
}

.aw-processCards {
  display: grid;
  gap: 1px;
  width: 100%;
  background: var(--line);
  max-width: 880px;
  margin-top: 72px;
  margin-bottom: 82px;
}

.aw-processFlow {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  width: 100%;
  background: transparent;
  max-width: 880px;
  margin-top: 72px;
  margin-bottom: 82px;
}

.aw-processCompare > div {
  background: #fff;
  padding-top: 48px;
  padding-right: 50px;
  padding-bottom: 48px;
  padding-left: 50px;
}

.aw-processCards article {
  background: #fff;
  padding-top: 40px;
  padding-right: 42px;
  padding-bottom: 40px;
  padding-left: 42px;
}

/* =========================================================
   FIGURE 05 / CONTROLLED FERMENTATION
========================================================= */

.aw-processFlow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: 880px;
  margin-top: 72px;
  margin-bottom: 82px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.aw-processFlow__item {
  position: relative;
  min-height: 300px;
  padding: 52px 48px 48px;
}

/* CONTROLLED側だけ「新しい領域」として面を持たせる */
.aw-processFlow__item:last-child {
  background: rgba(141,118,103,.065);
}

/* 上部アクセント */
.aw-processFlow__item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 48px;
  width: 52px;
  height: 2px;
  background: rgba(141,118,103,.72);
}

/* TRADITIONAL / CONTROLLED */
.aw-processFlow__item > span {
  display: block;
  margin: 0 0 28px;
  color: #8d7667;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .28em;
}

/* 経験から見る / 測り、管理する */
.aw-processFlow__item > strong {
  display: block;
  margin: 0 0 32px;
  color: var(--title);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: .055em;
}

/* 左側：経験による観察 */
.aw-processFlow__item > p {
  margin: 0;
  color: rgba(45,41,36,.60);
  font-size: 15px;
  line-height: 2;
  letter-spacing: .055em;
}

/* 中央 */
.aw-processFlow__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9d8372;
  font-size: 22px;
}

/* 右側：計測項目 */
.aw-processFlow .aw-processTags {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}

.aw-processFlow .aw-processTags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0;
  padding: 5px 11px;
  border: 1px solid rgba(141,118,103,.24);
  background: rgba(255,255,255,.58);
  color: rgba(74,38,20,.68);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .10em;
}

/* FIGURE 05内では共通タグ用の先頭ドットを使わない */
.aw-processFlow .aw-processTags span::before {
  content: none;
}

/* PC HELPER =============================================== */

@media screen and (min-width: 768px) {

  .br-sp {
    display: none;
  }

}


/* TABLET =============================================== */

@media screen and (max-width: 900px) {

  .aw-process {
    --rail: 0px;
  }

  .aw-process__inner {
    width: min(100% - 44px,var(--aw-content));
  }
.aw-processHeading {
    width: 100%;
  }

  .aw-processBody {
    width: 100%;
  }

  .aw-processStatement {
    width: 100%;
  }

  .aw-processFigure {
    width: 100%;
  }

  .aw-processCompare {
    width: 100%;
  }

  .aw-processCards {
    width: 100%;
  }

  .aw-processFlow {
    width: 100%;
  }

  .aw-processCallout {
    width: 100%;
  }

  .aw-processSubsection {
    width: 100%;
  }

  .aw-processReferenceList {
    width: 100%;
  }

  .aw-processSubheading {
    width: 100%;
  }

  .aw-processNote {
    width: 100%;
  }

  .aw-processCompare--2 {
    grid-template-columns: 1fr;
  }

  .aw-processCards--2 {
    grid-template-columns: 1fr;
  }

  .aw-processCards--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .aw-processSection > .aw-process__inner > .aw-processLink {
    margin-left: 0;
  }

  .aw-processLink {
    max-width: 100%;
  }

  .aw-processSection {
    padding-right: 0;
    padding-left: 0;
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .aw-processMethod {
    --method-rail: 114px;
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .aw-processSplit {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .aw-processMethod__header {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 22px;
    margin-bottom: 62px;
  }

  .aw-processMethod__number {
    font-size: 68px;
  }

  .aw-processVisual {
    width: 100%;
    margin-top: 82px;
    margin-bottom: 88px;
  }

}


/* SP =============================================== */

@media screen and (max-width: 767px) {

  /* ---------------------------------------------------------
     SP BASE / GRID
  --------------------------------------------------------- */

  .aw-process {
    --rail: 0px;
    line-height: 2;
    letter-spacing: .035em;
  }

  .aw-process__inner {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }

  .aw-processSection > .aw-process__inner > .aw-processHeading,
  .aw-processSection > .aw-process__inner > .aw-processBody,
  .aw-processSection > .aw-process__inner > .aw-processStatement,
  .aw-processSection > .aw-process__inner > .aw-processVisual,
  .aw-processSection > .aw-process__inner > .aw-processFigure,
  .aw-processSection > .aw-process__inner > .aw-processCompare,
  .aw-processSection > .aw-process__inner > .aw-processCards,
  .aw-processSection > .aw-process__inner > .aw-processFlow,
  .aw-processSection > .aw-process__inner > .aw-processTags,
  .aw-processSection > .aw-process__inner > .aw-processQuote,
  .aw-processSection > .aw-process__inner > .aw-processCallout,
  .aw-processSection > .aw-process__inner > .aw-processSubheading,
  .aw-processSection > .aw-process__inner > .aw-processReferenceList,
  .aw-processSection > .aw-process__inner > .aw-processNote,
  .aw-processSection > .aw-process__inner > .aw-processStack {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  .br-pc {
    display: none;
  }

  /* ---------------------------------------------------------
     SECTION RHYTHM
  --------------------------------------------------------- */

  .aw-processSection {
    padding: 76px 0;
  }

  .aw-processSection--accent {
    padding: 86px 0 90px;
  }

  .aw-processSection--references {
    padding: 76px 0 82px;
  }

  .aw-processMethod {
    --method-rail: 0px;
    padding-top: 82px;
    padding-bottom: 82px;
  }

  /* ---------------------------------------------------------
     HEADINGS
  --------------------------------------------------------- */

  .aw-processHeading {
    width: 100%;
    margin-bottom: 42px;
  }

.aw-processHeading--center {
  width: 100%;
  max-width: none;
  margin-left: 0 !important;
  margin-right: 0;
  transform: none;
  text-align: left;
  }

  .aw-processHeading--center .aw-processHeading__title {
  width: 100%;
  max-width: none;
  white-space: normal;
}

  .aw-processHeading--center .aw-processHeading__title::after {
    width: 64px;
    margin-top: 22px;
  }

  .aw-processHeading__en,
  .aw-processLabel {
    margin-bottom: 13px;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .28em;
  }

  .aw-processHeading__title,
  .aw-processReferences__header h2 {
    font-size: 28px;
    line-height: 1.52;
    letter-spacing: .045em;
  }

  .aw-processSection--accent .aw-processHeading__title {
    font-size: 28px;
    line-height: 1.52;
  }

  /* ---------------------------------------------------------
     BODY / EMPHASIS
  --------------------------------------------------------- */

  .aw-processBody {
    width: 100%;
  }

  .aw-processBody p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .035em;
  }

  .aw-processBody p + p {
    margin-top: 0;
  }

  .aw-processBody--lead {
    margin-bottom: 40px;
  }

  .aw-processBody--lead p {
    font-size: 14px;
    line-height: 2;
  }

  .aw-processBody--indent {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 2.08;
    letter-spacing: .04em;
  }

  .aw-processBody--indent::before {
    top: 5px;
    left: 0;
    height: 64px;
  }

  .aw-processBody--indent p {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 2.08;
    letter-spacing: .04em;
  }

  .aw-processBody--indent p:last-child {
    margin-bottom: 0;
  }

  .aw-processEmphasis {
    font-size: 18px !important;
    line-height: 1.95 !important;
    letter-spacing: .055em;
  }

  .aw-processBody .aw-processEmphasis {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .aw-processEmphasis--large {
    margin-top: 38px !important;
    margin-bottom: 12px !important;
    font-size: 19px !important;
    line-height: 1.9 !important;
  }

  /* ---------------------------------------------------------
     INTRO CONDITIONS
  --------------------------------------------------------- */

  .aw-processConditions {
    position: relative;
    width: 100%;
    margin-top: 34px;
    margin-right: 0;
    margin-bottom: 38px;
    margin-left: 0;
    padding: 22px 0 24px;
    border: 0;
  }

  .aw-processConditions::before,
  .aw-processConditions::after {
    left: 0;
    right: 0;
  }

  .aw-processConditions p {
    margin: 0 0 13px;
    padding-left: 26px;
    font-size: 13px;
    line-height: 1.9;
  }

  .aw-processConditions p:last-child {
    margin-bottom: 0;
  }

  .aw-processConditions p::before {
    top: .92em;
    left: 0;
    width: 11px;
  }

  /* ---------------------------------------------------------
     FIGURE 02 / METHOD SUMMARY
  --------------------------------------------------------- */
  
  .aw-processMethodSummary {
    width: 100%;
  }
  
  .aw-processMethodSummary p {
    padding-right: 0;
    padding-left: 26px;
  }

  .aw-processMethodSummary p::before {
    top: .92em;
    left: 0;
    width: 11px;
  }

  /* ---------------------------------------------------------
     FIGURE 02 / CONCLUSION
  --------------------------------------------------------- */

  .aw-processQuote--figure02,
  .aw-processQuote--figure02 p {
    text-align: left;
  }

  /* ---------------------------------------------------------
     SPLIT / METHOD
  --------------------------------------------------------- */

  .aw-processSplit {
    display: block;
  }

  .aw-processSplit > .aw-processHeading {
    width: 100%;
    margin-bottom: 42px;
    padding-top: 0;
  }

  .aw-processSplit > .aw-processBody,
  .aw-processSplit > .aw-processStack {
    width: 100%;
    max-width: none;
  }

  .aw-processMethod__header {
    display: block;
    margin-bottom: 46px;
  }

  .aw-processMethod__number {
    padding-top: 0;
    margin-bottom: 24px;
    font-size: 64px;
    line-height: .88;
  }

  .aw-processMethod__en {
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: .28em;
  }

  .aw-processMethod__header h2 {
    max-width: none;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: .035em;
    white-space: normal;
    overflow-wrap: anywhere;
  }
	
.aw-processMethod__header > div::after {
    display: none;
  }
	
  .aw-processMethod > .aw-process__inner > .aw-processBody,
  .aw-processMethod > .aw-process__inner > .aw-processStatement,
  .aw-processMethod > .aw-process__inner > .aw-processPoints,
  .aw-processMethod > .aw-process__inner > .aw-processKeywords,
  .aw-processMethod > .aw-process__inner > .aw-processVisual,
  .aw-processMethod > .aw-process__inner > .aw-processCallout,
  .aw-processMethod > .aw-process__inner > .aw-processQuote,
  .aw-processMethod > .aw-process__inner > .aw-processSubsection {
    width: 100%;
    margin-left: 0;
  }
  
  /* FIGURE 03 / HONEY PROCESS */
  .aw-processQuote--figure03,
  .aw-processQuote--figure03 p {
    text-align: left;
  }
  
  /* ---------------------------------------------------------
     STATEMENT / SUBSECTION / CALLOUT
  --------------------------------------------------------- */

  .aw-processStatement {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 1.85;
    letter-spacing: .06em;
  }

  .aw-processStatement--small {
    font-size: 17px;
  }

  .aw-processSubsection {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
    padding-top: 36px;
  }

  .aw-processSubheading {
    width: 100%;
    margin-top: 54px;
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 1.6;
  }

  .aw-processSubsection > h3,
  .aw-processCallout h3 {
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 1.6;
  }

  .aw-processCallout {
    width: 100%;
    margin-top: 48px;
    padding: 28px 22px;
  }

    /* ---------------------------------------------------------
     FIGURE 04 / CLIMATE COMPARE
  --------------------------------------------------------- */

  .aw-processCompare--climate {
    margin-top: 46px;
  }

  .aw-processCompare--climate > div {
    min-height: 0;
    padding: 34px 24px 36px;
  }

  .aw-processCompare--climate > div::before {
    left: 24px;
    width: 38px;
  }

  .aw-processCompare--climate span {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .aw-processCompare--climate strong {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.7;
  }

  .aw-processCompare--climate p {
    font-size: 13px;
    line-height: 2;
  }

  .aw-processFigure figcaption.aw-processClosing {
    margin-top: 44px;
    font-size: 19px;
    line-height: 1.9;
    letter-spacing: .055em;
    text-align: left;
  }

/* ---------------------------------------------------------
     VISUAL / FIGURE
  --------------------------------------------------------- */

  .aw-processVisual {
    width: 100%;
    max-width: none;
    margin-top: 62px;
    margin-bottom: 66px;
  }

  .aw-processVisual:first-child {
    margin-top: 0;
  }

  .aw-processVisual__header,
  .aw-processFigure > .aw-processVisual__header {
    margin-bottom: 26px;
  }

  .aw-processVisual__number {
    gap: 10px;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .18em;
  }

  .aw-processVisual__number::before,
  .aw-processVisual__number::after {
    width: 22px;
    flex-basis: 22px;
  }

  .aw-processVisual__title {
    font-size: 27px;
    line-height: 1.52;
  }

  .aw-processVisual__lead {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.9;
  }

  .aw-processFigure,
  .aw-processVisual .aw-processFigure,
  .aw-processFigure--medium,
  .aw-processFigure--wide {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  .aw-processFigure {
    margin-top: 30px;
  }

  .aw-processVisual .aw-processFigure {
    margin-top: 30px;
  }

  .aw-processFigure__image {
    width: 100%;
    height: auto;
  }
	
	  /* ---------------------------------------------------------
     FIGURE 01 / COFFEE CHERRY
  --------------------------------------------------------- */
.aw-processCherry__visual {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.aw-processFigure--cherry {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
	}
	
  .aw-processCherry__parts {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .aw-processCherry__part {
    padding: 24px 0 26px;
  }

  .aw-processCherry__part:nth-child(odd),
  .aw-processCherry__part:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }

  .aw-processCherry__part:nth-child(even)::before {
    display: none;
  }

  .aw-processCherry__part h4 {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 1.6;
  }

  .aw-processCherry__partEn {
    margin-bottom: 10px !important;
    font-size: 9px !important;
  }

  .aw-processCherry__part > p:last-child {
    font-size: 13px;
    line-height: 1.9;
  }

.aw-processCherry__closing {
  width: 100%;
  margin-top: 50px;
  padding-top: 0;
  text-align: left;
}

  .aw-processCherry__closingMain {
    font-size: 19px;
    line-height: 1.85;
    letter-spacing: .055em;
  }

  .aw-processCherry__closingSub {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.9;
  }

  .aw-processVisual__message,
  .aw-processFigure figcaption {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: .025em;
  }

  /* ---------------------------------------------------------
     LISTS / TAGS
  --------------------------------------------------------- */

  .aw-processList {
    width: 100%;
    margin-top: 42px;
    margin-bottom: 42px;
    margin-left: 0;
  }

  .aw-processList--lines {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .aw-processList p {
    font-size: 13px;
    line-height: 2.05;
  }

  .aw-processPoints {
    width: 100%;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
    margin-top: 36px;
    margin-bottom: 0;
    padding: 10px 0;
  }

  .aw-processPoints span {
    min-height: 56px;
    padding-left: 26px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
  }

  .aw-processPoints span:nth-child(n + 2) {
    border-top: 1px solid rgba(74,38,20,.10);
  }

  .aw-processPoints span::before {
    width: 11px;
  }

  .aw-processKeywords,
  .aw-processTags {
    width: 100%;
    gap: 12px 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .aw-processKeywords span,
  .aw-processTags span {
    font-size: 11px;
    line-height: 1.8;
  }

  /* ---------------------------------------------------------
     COMPARE / CARDS / FLOW
  --------------------------------------------------------- */

  .aw-processCompare,
  .aw-processCards,
  .aw-processFlow {
    width: 100%;
    max-width: none;
    margin-top: 54px;
    margin-bottom: 58px;
  }

  .aw-processCompare--2,
  .aw-processCards--2,
  .aw-processCards--3,
  .aw-processFlow {
    grid-template-columns: 1fr;
  }

.aw-processCompare > div,
.aw-processCards article,
.aw-processFlow__item {
  padding: 28px 22px;
}
  
  .aw-processCards--fermentation article + article {
    border-left: none;
  }
  
  .aw-processFlow__arrow {
    min-height: 42px;
    transform: rotate(90deg);
  }

  /* ---------------------------------------------------------
     QUOTES / LINKS / REFERENCES
  --------------------------------------------------------- */

  .aw-processQuote {
    width: 100%;
    margin-top: 52px;
  }

  .aw-processQuote p {
    font-size: 19px;
    line-height: 1.9;
  }

  .aw-processQuote--small p {
    font-size: 15px;
  }

  .aw-processQuote--large p {
    font-size: 22px;
  }

  .aw-processQuote--hero {
    width: 100%;
    margin-top: 66px;
    margin-bottom: 66px;
    padding: 42px 0;
  }

  .aw-processQuote--hero p {
    text-align: left;
    font-size: 22px;
    line-height: 1.85;
  }

  .aw-processLink {
    width: fit-content;
    max-width: 100%;
    margin-top: 36px;
    padding-top: 12px;
    padding-bottom: 9px;
    gap: 18px;
    font-size: 14px;
  }

  .aw-processReferenceList {
    width: 100%;
  }

  .aw-processReferenceList article {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .aw-processSection--references .aw-processBody p,
  .aw-processReferenceList p {
    font-size: 13px;
    line-height: 1.95;
  }

  .aw-processNote {
    width: 100%;
    font-size: 11px;
    line-height: 1.9;
  }

}

/* FERMENTATION / 4項目の下余白 */
.aw-processSection:has(.aw-processCards--fermentation) .aw-processPoints {
  margin-bottom: 38px;
}

/* =========================================================
   PROCESS / WIDTH SYSTEM — 2026-09-22
   PC only. Tablet / SP existing rules are preserved.

   900px  : INTRODUCTION / STRUCTURE / FIGURE 01–05 /
            COFFEE PROCESSING METHODS / CLIMATE / FERMENTATION
   1120px : FROM ORIGIN TO ROASTERY only
   960px  : ANAEROBIC FERMENTATION → end
   METHOD : 01–05 total width 900px; number → text start = 140px
========================================================= */
@media screen and (min-width: 901px) {
  .aw-processWidth--900 > .aw-process__inner {
    width: min(900px, calc(100% - 56px));
    margin-right: auto;
    margin-left: auto;
  }

  .aw-processWidth--1120 > .aw-process__inner {
    width: min(1120px, calc(100% - 56px));
    margin-right: auto;
    margin-left: auto;
  }

  .aw-processWidth--960 > .aw-process__inner {
    width: min(960px, calc(100% - 56px));
    margin-right: auto;
    margin-left: auto;
  }

  /* Standard sections: the section container itself is the width rail. */
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processHeading,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processBody,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processStatement,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processVisual,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processFigure,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processCompare,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processCards,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processFlow,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processPoints,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processKeywords,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processTags,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processQuote,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processCallout,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processSubheading,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processReferenceList,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processNote,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processLink,
  .aw-processWidth--900:not(.aw-processMethod) > .aw-process__inner > .aw-processStack {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .aw-processWidth--900 .aw-processHeading--center {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0 !important;
    transform: none;
    text-align: center;
  }

  /* 01–05: total chapter width = 900px. */
  .aw-processWidth--method900 > .aw-process__inner {
    width: min(900px, calc(100% - 56px));
    margin-right: auto;
    margin-left: auto;
  }

  /* Number column + gap = exactly 140px. */
  .aw-processWidth--method900 .aw-processMethod__header {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 28px;
    width: 100%;
  }

  .aw-processWidth--method900 > .aw-process__inner > .aw-processBody,
  .aw-processWidth--method900 > .aw-process__inner > .aw-processStatement,
  .aw-processWidth--method900 > .aw-process__inner > .aw-processPoints,
  .aw-processWidth--method900 > .aw-process__inner > .aw-processKeywords,
  .aw-processWidth--method900 > .aw-process__inner > .aw-processVisual,
  .aw-processWidth--method900 > .aw-process__inner > .aw-processCallout,
  .aw-processWidth--method900 > .aw-process__inner > .aw-processQuote,
  .aw-processWidth--method900 > .aw-process__inner > .aw-processSubsection {
    width: calc(100% - 140px);
    max-width: calc(100% - 140px);
    margin-left: 140px;
  }

  .aw-processWidth--method900 .aw-processSubsection .aw-processBody,
  .aw-processWidth--method900 .aw-processSubsection .aw-processStatement,
  .aw-processWidth--method900 .aw-processSubsection .aw-processPoints,
  .aw-processWidth--method900 .aw-processSubsection .aw-processKeywords,
  .aw-processWidth--method900 .aw-processSubsection .aw-processVisual,
  .aw-processWidth--method900 .aw-processSubsection .aw-processCallout,
  .aw-processWidth--method900 .aw-processSubsection .aw-processQuote {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  /* ANAEROBIC → end: common 960px rail. */
  .aw-processWidth--960 > .aw-process__inner > .aw-processHeading,
  .aw-processWidth--960 > .aw-process__inner > .aw-processBody,
  .aw-processWidth--960 > .aw-process__inner > .aw-processStatement,
  .aw-processWidth--960 > .aw-process__inner > .aw-processVisual,
  .aw-processWidth--960 > .aw-process__inner > .aw-processFigure,
  .aw-processWidth--960 > .aw-process__inner > .aw-processCompare,
  .aw-processWidth--960 > .aw-process__inner > .aw-processCards,
  .aw-processWidth--960 > .aw-process__inner > .aw-processFlow,
  .aw-processWidth--960 > .aw-process__inner > .aw-processPoints,
  .aw-processWidth--960 > .aw-process__inner > .aw-processKeywords,
  .aw-processWidth--960 > .aw-process__inner > .aw-processTags,
  .aw-processWidth--960 > .aw-process__inner > .aw-processQuote,
  .aw-processWidth--960 > .aw-process__inner > .aw-processCallout,
  .aw-processWidth--960 > .aw-process__inner > .aw-processSubheading,
  .aw-processWidth--960 > .aw-process__inner > .aw-processReferenceList,
  .aw-processWidth--960 > .aw-process__inner > .aw-processNote,
  .aw-processWidth--960 > .aw-process__inner > .aw-processStack {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

/* =========================================================
   PROCESS / VISUAL RHYTHM — 2026-09-22 v2
   Standard text rail remains 900px.
   Only major explanatory figures breathe to 1000px on PC.
   FROM ORIGIN TO ROASTERY remains 1120px.
   ANAEROBIC FERMENTATION → end remains 960px.
========================================================= */
@media screen and (min-width: 901px) {
  .aw-processWidth--900 > .aw-process__inner > .aw-processWideFigure {
    width: min(1000px, calc(100vw - 56px));
    max-width: none;
    margin-right: 0;
    margin-left: max(-50px, calc((900px - (100vw - 56px)) / 2));
    transform: none;
  }
}
