@charset "UTF-8";

/*------------------------------------------------------------------------------
inner.css — 内部ページ専用スタイル（about.html 等）
style.css の後に読み込み、.p-page を起点にした差分を定義します。
------------------------------------------------------------------------------*/


/* ============================================================================
   0. ベース上書き
   ========================================================================= */

/* フッターを内部ページで表示 */
.p-page .l-footer {
    display: block;
}

/* 内部ページではメインビジュアルのoverflow:hiddenを解除してフッターを表示 */
.p-page .p-home__mainVisual {
    overflow: visible;
    position: static;
}

/* コンテンツ上部余白（ハンバーガーヘッダー分） */
.p-page__contents {
    padding-top: 80px;
}

@media (min-width: 769px) {
    .p-page__contents {
        padding-top: 100px;
    }
}


/* ============================================================================
   1. ページタイトルヒーロー（p-page__hero）
   — Figma: 中央配置、COMPANY HISTORY 大文字 + 日本語サブタイトル
   ========================================================================= */

.p-page__hero {
    padding: 72px 24px 56px;
    text-align: center;
}

.p-page__hero__title {
    font-size: 0; /* 各 span で個別指定 */
    margin: 0;
    line-height: 1;
}

/* 英字大見出し */
.p-page__hero__title p[lang="en"] {
    font-family: "futura-pt", "Noto Sans JP", YuGothic, sans-serif;
    font-size: clamp(32px, 5.5vw, 56px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    display: block;
    margin-bottom: 0;
}

.p-page__hero__title p[lang="en"] span {
    display: inline-block;
}

.p-page__hero__title p[lang="en"] .span-padding {
    display: inline-block;
    width: 0.35em;
}

/* 日本語サブタイトル */
.p-page__hero__subtitle {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(12px, 1.8vw, 15px);
    font-weight: 400;
    letter-spacing: 0.25em;
    color: #6a6a6a;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .p-page__hero {
        padding: 48px 20px 40px;
    }
}


/* ============================================================================
   2. リード文（p-page__lead）
   — Figma: 左ラベル ／ 右本文の2カラム構成、上下ボーダーライン
   ========================================================================= */

.p-page__lead {
    padding: 0 0 64px;
    border-top: 1px solid rgba(70, 70, 70, 0.18);
}

.p-page__lead__inner {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 48px;
    align-items: start;
}

/* 左：ラベル */
.p-page__lead__label {
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 1.8;
    color: #464646;
    padding-top: 2px;
    writing-mode: horizontal-tb;
}

/* 右：本文 */
.p-page__lead__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-left: 1px solid rgba(70, 70, 70, 0.15);
    padding-left: 48px;
}

.p-page__lead__body p {
    font-size: clamp(13px, 1.5vw, 14px);
    line-height: 2.1;
    letter-spacing: 0.08em;
    color: #464646;
}

@media (max-width: 768px) {
    .p-page__lead__inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 32px;
    }

    .p-page__lead__body {
        border-left: none;
        border-top: 1px solid rgba(70, 70, 70, 0.15);
        padding-left: 0;
        padding-top: 24px;
    }

    .p-page__lead {
        padding-bottom: 40px;
    }
}


/* ============================================================================
   3. COMPANY HISTORY タイムライン（p-page__history）
   — Figma: 元号ストライプ ／ 年代+写真 ／ 中川石油社歴 ／ 日本の主な歴史 ／ 盛岡の主な歴史 の5カラム
   ========================================================================= */

.p-page__history {
    padding: 0 0 72px;
}

/* ページタイトル的な見出し */
.p-page__history__inner {
    margin: 0 auto;
    max-width: 1200px;
}

.p-page__history__heading {
    font-size: clamp(16px, 2.2vw, 20px);
    font-weight: 400;
    letter-spacing: 0.22em;
    color: #464646;
    margin: 0 0 0;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(70, 70, 70, 0.25);
}

/* -------------------------------------------------------------------
   カラムヘッダー行（5列）
   ------------------------------------------------------------------- */

.p-page__history__header {
    display: grid;
    grid-template-columns: 40px 340px 250px 220px 1fr;
    gap: 0;
    padding: 12px 0 10px;
    border-bottom: 1px solid rgba(70, 70, 70, 0.20);
    margin-bottom: 0;
}

.p-page__history__hcol {
    font-size: 11px;
    letter-spacing: 0.18em;
    color: #888;
    padding: 0 12px 0 0;
}

.p-page__history__hcol--nakagawa {
    padding-left: 20px;
    border-left: 1px solid rgba(70, 70, 70, 0.12);
}

.p-page__history__hcol--society {
    padding-left: 20px;
    border-left: 1px solid rgba(70, 70, 70, 0.12);
}

.p-page__history__hcol--local {
    padding-left: 20px;
    border-left: 1px solid rgba(70, 70, 70, 0.12);
}

/* -------------------------------------------------------------------
   タイムライン本体
   ------------------------------------------------------------------- */

.p-page__history__body {
    position: relative;
}

/* 年代カラム右側の縦ライン */
.p-page__history__body::before {
    content: '';
    position: absolute;
    left: 380px; /* era(40px) + year+photo(340px) */
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(70, 70, 70, 0.10);
    pointer-events: none;
}

/* 各行（5列グリッド） */
.p-page__history__row {
    display: grid;
    grid-template-columns: 40px 340px 250px 220px 1fr;
    gap: 0;
    border-bottom: 1px solid rgba(70, 70, 70, 0.10);
    align-items: start;
}

.p-page__history__row:last-child {
    border-bottom: none;
}

/* -------------------------------------------------------------------
   各セル
   ------------------------------------------------------------------- */

.p-page__history__cell {
    box-sizing: border-box;
    padding: 28px 12px 28px 0;
}

/* 元号ストライプセル */
.p-page__history__cell--era {
    background: #464646;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    writing-mode: vertical-rl;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    letter-spacing: 0.35em;
    padding: 0;
    flex-shrink: 0;
}

/* 時代継続行（昭和後期など）— 背景だけ継続、テキスト非表示 */
.p-page__history__cell--era:empty,
.p-page__history__cell--era span[aria-hidden="true"] {
    color: transparent;
}

/* 年代＋写真セル */
.p-page__history__cell--year {
    padding-left: 20px;
    padding-right: 16px;
}

.p-page__history__year-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* 大きな年数 */
.p-page__history__year {
    display: block;
    font-size: clamp(36px, 4.5vw, 64px);
    font-weight: 400;
    line-height: 1;
    color: #222;
    letter-spacing: -0.02em;
}

.p-page__history__year-unit {
    font-size: 0.38em;
    letter-spacing: 0.05em;
}

/* 元号サブラベル */
.p-page__history__era {
    display: block;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #999;
    line-height: 1.4;
}

/* 社長情報ブロック */
.p-page__history__president {
    margin-top: 14px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
}

.p-page__history__president__photo {
    width: 54px;
    flex-shrink: 0;
}

.p-page__history__president__photo img {
    width: 100%;
    height: auto;
    display: block;
}

.p-page__history__president__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.p-page__history__president__title {
    font-size: 10px;
    color: #aaa;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

.p-page__history__president__name {
    font-size: 13px;
    color: #464646;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.p-page__history__president__dates {
    font-size: 10px;
    color: #aaa;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

/* 写真グループ（年代セル内） */
.p-page__history__photos {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* 写真キャプション付きグループ */
.p-page__history__photo-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.photo-caption {
    font-size: 11px;
    color: #464646;
    letter-spacing: 0.04em;
    line-height: 1.4;
}

.p-page__history__photo {
    width: 150px;
    flex-shrink: 0;
}

.p-page__history__photo img {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(20%);
}

/* 社長情報クラスエイリアス */
.president-role {
    font-size: 10px;
    color: #aaa;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

.president-name {
    font-size: 13px;
    color: #464646;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 600;
}

.president-death {
    font-size: 10px;
    color: #aaa;
    letter-spacing: 0.03em;
    line-height: 1.5;
}

/* 6代社長（現社長）は縦長写真 */
.p-page__history__president--current {
    flex-direction: column;
    align-items: flex-start;
}

.p-page__history__president__photo--lg {
    width: 80px;
}

.p-page__history__president__photo--lg img {
    width: 100%;
    height: auto;
    display: block;
}

/* 中川石油社歴セル */
.p-page__history__cell--nakagawa {
    padding-left: 20px;
    padding-right: 16px;
    border-left: 1px solid rgba(70, 70, 70, 0.12);
}

/* 日本の主な歴史セル */
.p-page__history__cell--society {
    padding-left: 20px;
    padding-right: 16px;
    border-left: 1px solid rgba(70, 70, 70, 0.12);
}

/* 盛岡を中心とした主な歴史セル */
.p-page__history__cell--local {
    padding-left: 20px;
    padding-right: 0;
    border-left: 1px solid rgba(70, 70, 70, 0.12);
}

/* -------------------------------------------------------------------
   イベントリスト（共通）
   ------------------------------------------------------------------- */

.p-page__history__events {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.p-page__history__events li {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.p-page__history__events .event-date {
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #464646;
    font-style: normal;
}

.p-page__history__events .event-text {
    display: block;
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: #646464;
}

/* 日本・盛岡の歴史はやや淡く */
.p-page__history__cell--society .event-date,
.p-page__history__cell--local .event-date {
    color: #646464;
}
.p-page__history__cell--society .event-text,
.p-page__history__cell--local .event-text {
    color: #888;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .p-page__history__header {
        display: none;
    }

    .p-page__history__body::before {
        display: none;
    }

    .p-page__history__row {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
        border-bottom: 1px solid rgba(70, 70, 70, 0.15);
    }

    .p-page__history__cell {
        padding: 20px 0;
    }

    /* SP: 元号ストライプは横帯に */
    .p-page__history__cell--era {
        writing-mode: horizontal-tb;
        align-self: stretch;
        justify-content: flex-start;
        padding: 8px 16px;
        font-size: 12px;
        letter-spacing: 0.2em;
    }

    /* SP: 年代を横並び */
    .p-page__history__year-block {
        flex-direction: row;
        align-items: baseline;
        gap: 10px;
    }

    .p-page__history__year {
        font-size: 32px;
    }

    .p-page__history__photo {
        width: 120px;
    }

    /* SP: 区切り線をborder-topに変更 */
    .p-page__history__cell--society,
    .p-page__history__cell--local {
        border-left: none;
        border-top: 1px solid rgba(70, 70, 70, 0.12);
        padding-left: 0;
    }
}


/* ============================================================================
   4. シンボルマーク（p-page__symbol）
   — Figma: 花輪アイコンをページ末尾に中央配置
   ========================================================================= */

.p-page__symbol {
    padding: 40px 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-page__symbol__inner img {
    opacity: 0.65;
    display: block;
}

@media (max-width: 768px) {
    .p-page__symbol {
        padding: 28px 0 60px;
    }
}


/* ============================================================================
   5. ABOUT US ページ（p-about__）
   — Figma node 741-28: COMPANY PHILOSOPHY / PRESIDENT'S MESSAGE /
     BUSINESS INTRODUCTION / COMPANY HISTORY バナー
   ========================================================================= */


/* ---- 共通：セクション見出し ---- */

.p-about__section-heading {
    text-align: center;
    margin-bottom: 56px;
}

.p-about__section-heading p[lang="en"] {
    font-family: "futura-pt", "Noto Sans JP", YuGothic, sans-serif;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 500;
    letter-spacing: 0.15em;
    color: #222;
    margin: 0;
    line-height: 1;
}

.p-about__section-heading .subtitle {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(12px, 1.5vw, 14px);
    color: #6a6a6a;
    letter-spacing: 0.25em;
    margin-top: 14px;
}


/* ---- COMPANY PHILOSOPHY ---- */

.p-about__philosophy {
    padding: 80px 0 72px;
    border-top: 1px solid rgba(70, 70, 70, 0.18);
}

.p-about__philosophy__label {
    text-align: center;
    font-family: "Noto Serif JP", sans-serif;
    font-size: 40px;
    font-weight:700;
    letter-spacing: 0.25em;
    margin-bottom: 40px;
}

/* 3カードグリッド */
.p-about__philosophy__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.p-about__philosophy__card {
    border: 1px solid rgba(70, 70, 70, 0.2);
    padding: 48px 28px 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

/* 番号装飾「一. 」 */
.p-about__philosophy__card__deco,
.p-about__philosophy__card__deco span {
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    letter-spacing: 0.1em;
}

/* 大見出し文字 */
.p-about__philosophy__card .p-about__philosophy__card__value {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: clamp(26px, 3.2vw, 38px);
    color: #222;
    letter-spacing: 0.3em;
    text-align: center;
    line-height: 1.3;
    margin: 0;
}

/* 説明文 */
.p-about__philosophy__card__desc {
    font-size: clamp(11px, 1.1vw, 12px);
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 2.0;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .p-about__philosophy {
        padding: 56px 0 48px;
    }

    .p-about__philosophy__cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .p-about__philosophy__card {
        padding: 24px 24px 32px;
    }
}


/* ---- PRESIDENT'S MESSAGE ---- */

.p-about__message {
    overflow: hidden;
}

.p-about__message__inner {
    display: grid;
    grid-template-columns: 1fr 380px;
    min-height: 560px;
    max-width: 1024px;
    margin: 0 auto;
}

.p-about__message__body {
    padding: 72px 48px 72px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
}

.p-about__message__heading p[lang="en"] {
    font-family: "futura-pt", "Noto Sans JP", YuGothic, sans-serif;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 500;
    letter-spacing: 0.15em;
    color: #222;
    margin: 0;
    line-height: 1;
}

.p-about__message__heading .subtitle {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    color: #6a6a6a;
    letter-spacing: 0.25em;
    margin-top: 12px;
}

.p-about__message__text {
    font-family: "Noto Serif JP", sans-serif;
    font-size: clamp(12px, 1.3vw, 14px);
    line-height: 2.3;
    letter-spacing: 0.08em;
    color: #464646;
    margin: 0;
}

.p-about__message__signature {
    font-family: "Noto Serif JP", sans-serif;
    font-size: 13px;
    letter-spacing: 0.15em;
    color: #464646;
    line-height: 2.0;
    margin: 0;
}
.p-about__message__signature-img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* 社長写真エリア */
.p-about__message__photo {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.p-about__message__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.p-about__message__photo--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 11px;
    letter-spacing: 0.15em;
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
    .p-about__message__inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .p-about__message__body {
        padding: 48px 24px 40px;
    }

    .p-about__message__photo {
        height: 320px;
    }
}


/* ---- BUSINESS INTRODUCTION ---- */

.p-about__business {
    padding: 80px 0 72px;
    border-top: 1px solid rgba(70, 70, 70, 0.18);
}

.p-about__business__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    /* height proportional: Figma card is 492×328 ≈ aspect 3:2 */
    height: 328px;
}

/* 左：不動産事業
   Figma: 白背景 + 内側フォト(60pxパディング) + 1px #464646 ボーダー + 中央テキスト */
.p-about__business__card {
    position: relative;
    background: #fff;
    border: 1px solid #464646;
    overflow: hidden;
}

/* 内側の写真エリア（60/492 ≈ 12.2%パディング） */
.p-about__business__card__photo {
    position: absolute;
    top: 12.2%;
    left: 12.2%;
    right: 12.2%;
    bottom: 12.2%;
    overflow: hidden;
}

.p-about__business__card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    display: block;
}

/* 写真の上に薄いオーバーレイ */
.p-about__business__card__photo__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}

/* テキストをカード中央に配置 */
.p-about__business__card__body {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
}

/* 不動産事業テキスト: Figma → Noto Serif JP Bold, 36px, tracking 1.44px */
.p-about__business__card__ja {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(22px, 2.5vw, 36px);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
    display: block;
    text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

/* 右列：2枚縦スタック
   Figma: top=158px, gap=16px, bottom=154px (合計328px) */
.p-about__business__right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

/* ロゴカード共通: 白背景 + 1px #464646 ボーダー + ロゴ中央配置 */
.p-about__business__logo-card {
    flex: 1;
    position: relative;
    background: #fff;
    border: 1px solid #464646;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 24px 0;
    display: flex;
    min-height: 158px;
}

/* 背景画像は非表示（Figmaは白背景のみ） */
.p-about__business__logo-card img.card-bg {
    display: none;
}

/* ロゴ共通 */
.p-about__business__logo-card img.logo {
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* BIKATSU LABロゴ: Figma 160×116px */
.p-about__business__logo-card--bikatsu img.logo {
    max-width: 160px;
    max-height: 116px;
}

/* GRACEロゴ: Figma 120×53px */
.p-about__business__logo-card--grace img.logo {
    max-width: 120px;
    max-height: 53px;
}

@media (max-width: 768px) {
    .p-about__business {
        padding: 56px 0 48px;
    }

    .p-about__business__grid {
        grid-template-columns: 1fr;
        height: auto;
        gap: 12px;
    }

    .p-about__business__card {
        height: 56vw; /* 3:2 比率に近い */
        max-height: 300px;
    }

    .p-about__business__right {
        height: auto;
        gap: 12px;
    }

    .p-about__business__logo-card {
        height: 140px;
        flex: none;
    }
}


/* ---- COMPANY PROFILE / 沿革セクション ---- */

.p-about__company-profile {
    padding: 72px 0 48px;
    border-top: 1px solid rgba(70, 70, 70, 0.18);
}

/* ---- COMPANY HISTORY バナー ---- */
/* Figma: 1023×360px, inner-blockの中に収まる */

.p-about__history-banner {
    padding: 0;
}

/* inner-blockの中の実体 */
.p-about__history-banner__inner {
    position: relative;
    height: 360px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 写真背景 */
.p-about__history-banner__bg {
    position: absolute;
    inset: 0;
}

.p-about__history-banner__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    display: block;
}

/* 黒オーバーレイ: Figma rgba(0,0,0,0.5) */
.p-about__history-banner__bg__overlay {
    position: absolute;
    inset: 0;
}

/* タイトルブロック: 縦並び、中央揃え、gap 4px */
.p-about__history-banner__title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
    color: #fff;
}

/* COMPANY HISTORY: Figma → Futura Medium, 30px, tracking 1.2px */
.p-about__history-banner__en {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.2;
    display: block;
}

/* 中川総業の歴史: Figma → Futura Bold, 12px, tracking 0.48px */
.p-about__history-banner__ja {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    display: block;
    color: #fff;
}

/* MOREボタン: Figma → 右寄り, Futura Medium 16px, 下線付き矢印 */
.p-about__history-banner__more {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.p-about__history-banner__more::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #fff;
    position: relative;
}

.p-about__history-banner__more:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .p-about__history-banner__inner {
        height: 240px;
    }

    .p-about__history-banner__more {
        position: static;
        transform: none;
        margin-top: 16px;
    }

    .p-about__history-banner__title {
        padding: 0 16px;
    }

    .p-about__history-banner__inner {
        flex-direction: column;
        gap: 16px;
    }
}


/* ============================================================================
   6. BIKATSU LAB ページ（p-bikatsu__）
   — Figma node 853-9
   ========================================================================= */


/* ---- リードセクション（ビカツラボについて / ビカツとは？ / 主な活動） ---- */

.p-bikatsu__lead {
    border-top: 1px solid rgba(70, 70, 70, 0.18);
}

.p-bikatsu__lead__inner {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 48px;
    align-items: start;
}

.p-bikatsu__lead__label {
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 1.8;
    color: #464646;
    padding-top: 2px;
}

.p-bikatsu__lead__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-left: 1px solid rgba(70, 70, 70, 0.15);
    padding-left: 48px;
}

.p-bikatsu__lead__body p {
    font-size: clamp(13px, 1.5vw, 14px);
    line-height: 2.1;
    letter-spacing: 0.08em;
    color: #464646;
    margin: 0;
}

.p-bikatsu__lead__body .lead-caption {
    font-size: 11px;
    letter-spacing: 0.15em;
    color: #999;
    margin: 0;
}

.p-bikatsu__lead__body dl {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.p-bikatsu__lead__body dt {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #222;
    margin-bottom: 4px;
}

.p-bikatsu__lead__body dd {
    font-size: clamp(12px, 1.3vw, 13px);
    line-height: 2.0;
    letter-spacing: 0.06em;
    color: #555;
    margin: 0;
}

.p-bikatsu__lead__about {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
	flex-direction: column;
    gap: 48px;
	justify-content: center;
}
.p-bikatsu__lead__about .p-bikatsu__lead__label {
    text-align: center;
	font-size:20px;
	font-weight:bold;
}
.p-bikatsu__lead__about .p-bikatsu__lead__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-left:none;
}
.p-bikatsu__lead__about .p-bikatsu__lead__body p {
    text-align: center;
}

@media (max-width: 768px) {
    .p-bikatsu__lead__inner {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .p-bikatsu__lead__body {
        border-left: none;
        border-top: 1px solid rgba(70, 70, 70, 0.15);
        padding-left: 0;
        padding-top: 20px;
    }
}


/* ---- ブランドタブナビ（7ブランド / 2行グリッド） ---- */

.p-bikatsu__brand-tabs {
    padding: 48px 0 0;
    border-top: 1px solid rgba(70, 70, 70, 0.18);
}

.p-bikatsu__brand-tabs__row {
    display:flex;
    flex-wrap:wrap;
	justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}

.p-bikatsu__brand-tabs__row--bottom {
}

.p-bikatsu__brand-tab {
	width:238px;
	height:103px;
    display: block;
    padding: 22px 8px;
    color: #fff;
	text-align: center;
	font-family: "Noto Serif JP";
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 120%; /* 28.8px */
	letter-spacing: 0.96px;
    text-decoration: none;
    transition: background 0.2s;
    position: relative;
    overflow: hidden;
	display:flex;
	justify-content: center;
	align-items: center;
}

.brand01 {
	background: url("../img/bikatsu/bg-maker01.png") repeat;
}
.brand02 {
	background: url("../img/bikatsu/bg-maker02.png") repeat;
}
.brand03 {
	background: url("../img/bikatsu/bg-maker03.png") repeat;
}
.brand04 {
	background: url("../img/bikatsu/bg-maker04.png") repeat;
}
.brand05 {
	background: url("../img/bikatsu/bg-maker05.png") repeat;
}
.brand06 {
	background: url("../img/bikatsu/bg-maker06.png") repeat;
}
.brand07 {
	background: url("../img/bikatsu/bg-maker07.png") repeat;
}


.p-bikatsu__brand-tab:hover {
	opacity: 0.7;
}

@media (max-width: 768px) {
    .p-bikatsu__brand-tabs__row {
        grid-template-columns: repeat(2, 1fr);
    }

    .p-bikatsu__brand-tabs__row--bottom {
        grid-template-columns: repeat(2, 1fr);
    }

    .p-bikatsu__brand-tab {
        padding: 16px 8px;
        font-size: 11px;
    }
}


/* ---- ブランドセクション共通 ---- */

.p-bikatsu__brand {
    padding: 80px 0 0;
    border-top: 2px solid rgba(70, 70, 70, 0.12);
    margin-top: 72px;
}

.p-bikatsu__brand__heading {
    text-align: center;
    margin-bottom: 6px;
}

.p-bikatsu__brand__heading p[lang="en"] {
	color: #464646;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-bikatsu__brand__subtitle {
	color: #464646;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.p-bikatsu__brand__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 44px;
}

.p-bikatsu__brand__logo img {
    height:auto;
    object-fit: contain;
    display: block;
}


/* ---- 商品グリッド ---- */

.p-bikatsu__products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 20px;
    margin:50px auto 56px;
}

.p-bikatsu__product {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.p-bikatsu__product__img {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-bikatsu__product__img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}

.p-bikatsu__product__name {
	color: #464646;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media (max-width: 768px) {
    .p-bikatsu__brand {
        padding: 48px 0 0;
        margin-top: 48px;
    }

    .p-bikatsu__products {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 12px;
    }
}


/* ---- LINE CTAバナー ---- */

.p-bikatsu__line-banner {
	display:block;
	width:100%;
	max-width:1024px;
    margin: 30px auto;
}

.p-bikatsu__line-banner__icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

.p-bikatsu__line-banner__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(13px, 1.5vw, 15px);
    letter-spacing: 0.08em;
    color: #fff;
    line-height: 1.5;
}


/* ---- 支払い方法 ---- */

.p-bikatsu__payment {
    padding: 64px 0 72px;
}

.p-bikatsu__payment__box {
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 40px 36px;
    border: 1px solid rgba(70, 70, 70, 0.15);
    text-align: center;
}

.p-bikatsu__payment__label {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    color: #888;
    margin-bottom: 24px;
    display: block;
}

.p-bikatsu__payment__logos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 6px;
    justify-content: center;
    align-items: center;
}

.p-bikatsu__payment__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 4px 10px;
    border: 1px solid rgba(70, 70, 70, 0.22);
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #444;
    background: #fff;
    font-family: "futura-pt", Arial, sans-serif;
}

.p-bikatsu__payment__badge--visa  { color: #1a1f71; }
.p-bikatsu__payment__badge--mc    { color: #eb001b; }
.p-bikatsu__payment__badge--jcb   { color: #003087; }
.p-bikatsu__payment__badge--amex  { color: #007bc1; }

@media (max-width: 768px) {
    .p-bikatsu__payment__box {
        padding: 32px 24px;
    }
}


/* ============================================================================
   7. Grace ページ（p-grace__）
   — Figma node 741-700: サロン紹介 / Therapist / TREATMENT MENU / VYS統計
   ========================================================================= */


/* ---- Hero ---- */

.p-grace__hero {
    padding: 80px 24px 64px;
    text-align: center;
}

.p-grace__hero__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.p-grace__hero__logo img {
    height: clamp(48px, 6vw, 80px);
    width: auto;
    display: block;
}

.p-grace__hero__sub {
    font-size: 12px;
    letter-spacing: 0.25em;
    color: #9a8c80;
}

@media (max-width: 768px) {
    .p-grace__hero {
        padding: 60px 24px 48px;
    }
}


/* ---- 共通セクションラベル ---- */

.p-grace__section-label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    letter-spacing: 0.25em;
    color: #9a8c80;
    margin: 0 0 32px;
}


/* ---- サロンの紹介 ---- */

.p-grace__salon {
    padding: 72px 0 0;
}

.p-grace__salon__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
    margin-bottom: 48px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.p-grace__salon__grid > * {
    min-width: 0;
}

.p-grace__salon__photo {
    overflow: hidden;
    aspect-ratio: 4 / 5;
    min-height: 300px;
}

.p-grace__salon__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.p-grace__salon__body {
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
    max-width: 100%;
}

.p-grace__salon__category {
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #b0a090;
    margin: 0;
}

.p-grace__salon__title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 400;
    letter-spacing: 0.12em;
    color: #3a3028;
    line-height: 1.8;
    margin: 0;
    /* style.css の h2 { width: max-content } を打ち消す */
    width: 100%;
    max-width: 100%;
    text-align: left;
    box-sizing: border-box;
    overflow-wrap: anywhere;
}

.p-grace__salon__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(12px, 1.3vw, 14px);
    line-height: 2.2;
    letter-spacing: 0.08em;
    color: #5a504a;
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: anywhere;
}

/* リンクボタン */
.p-grace__salon__links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.p-grace__salon__link {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    text-decoration: none;
    width: fit-content;
}

.p-grace__salon__link__text {
    font-family: "Noto Serif JP", "Noto Sans JP", serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #464646;
    line-height: 1;
}

.p-grace__salon__link__line {
    display: block;
    max-width: 100%;
    height: auto;
    transition: opacity 0.2s;
}

.p-grace__salon__link:hover .p-grace__salon__link__line {
    opacity: 0.6;
}

/* 小写真2枚 */
.p-grace__salon__sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.p-grace__salon__sub-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.p-grace__salon__sub-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.p-grace__salon__sub-item p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 11px;
    letter-spacing: 0.18em;
    color: #9a8c80;
    margin: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .p-grace__salon {
        padding: 48px 0 0;
        overflow-x: clip;
    }

    .p-grace__salon .inner-block {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .p-grace__salon__grid {
        grid-template-columns: 1fr;
        gap: 32px;
        width: 100%;
        max-width: 100%;
    }

    .p-grace__salon__photo {
        min-height: 0;
        width: 100%;
    }

    .p-grace__salon__body {
        width: 100%;
        max-width: 100%;
    }

    .p-grace__salon__title {
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 1.75;
    }

    .p-grace__salon__text {
        font-size: 13px;
        letter-spacing: 0.03em;
        line-height: 2;
    }

    .p-grace__salon__link {
        max-width: 100%;
    }

    .p-grace__salon__sub {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        min-width: 0;
    }
}


/* ---- 水バブル装飾 ---- */

.p-grace__bubble {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #faf7f3;
    overflow: hidden;
}

.p-grace__bubble__circle {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(
        ellipse at 32% 30%,
        rgba(210, 232, 248, 0.85) 0%,
        rgba(185, 218, 242, 0.55) 30%,
        rgba(160, 205, 238, 0.25) 60%,
        transparent 100%
    );
    box-shadow:
        inset -10px -10px 24px rgba(255, 255, 255, 0.6),
        inset 6px 6px 12px rgba(180, 215, 245, 0.3),
        0 8px 32px rgba(180, 215, 245, 0.15);
}

@media (max-width: 768px) {
    .p-grace__bubble__circle {
        width: 180px;
        height: 180px;
    }
}


/* ---- 動画セクション ---- */

.p-grace__video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 520px;
    height: auto;
    overflow: hidden;
    background: #1a1a1a;
}

.p-grace__video__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    pointer-events: none;
}

.p-grace__video__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.p-grace__video__player {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    pointer-events: none;
}

/* ---- Therapist ---- */

.p-grace__therapist {
    padding: 120px 0 120px;
    background: #faf7f3;
}

.p-grace__therapist__heading {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #000;
    text-align: center;
    margin: 0 auto 40px;
    width:100%;
}

/* 上段：横長メイン写真 */
.p-grace__therapist__main {
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}

.p-grace__therapist__main img {
    width: 100%;
    height: 369px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* 下段：2枚横並び */
.p-grace__therapist__sub-grid {
    display: flex;
    gap: 24px;
}

.p-grace__therapist__sub {
    flex: 1;
    overflow: hidden;
}

.p-grace__therapist__sub img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 768px) {
    .p-grace__therapist {
        padding: 64px 0 64px;
        width: 100%;
    }

    .p-grace__therapist__main img {
        height: 220px;
    }

    .p-grace__therapist__sub-grid {
        flex-direction: column;
        gap: 12px;
    }
}


/* ---- TREATMENT MENU（暖ベージュ背景） ---- */

.p-grace__treatment {
    background: #D8C2A7;
    padding: 72px 0 64px;
}

.p-grace__treatment__heading {
    text-align: center;
    margin-bottom: 48px;
}

.p-grace__treatment__heading p[lang="en"] {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #3a3028;
    margin: 0;
    line-height: 1;
}

.p-grace__treatment__heading .subtitle {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    letter-spacing: 0.25em;
    color: #8a7060;
    margin-top: 12px;
}

/* 施術とは？ intro: 左写真＋右テキスト */
.p-grace__intro {
    display: flex;
	flex-wrap:wrap;
    gap: 32px;
    align-items: start;
    margin-bottom: 56px;
}

.p-grace__intro__img img {
    width: 100%;
	max-width:512px;
	height:auto;
    display: block;
}

.p-grace__intro__body {
	max-width:472px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.p-grace__intro__heading {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(15px, 1.8vw, 18px);
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #3a3028;
    margin: 0;
}

.p-grace__intro__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(12px, 1.3vw, 13px);
    line-height: 2.1;
    letter-spacing: 0.08em;
    color: #5a504a;
    margin: 0;
}

/* 3サークル（Vitality / Stress / Sleep） */
.p-grace__circles {
    display: flex;
    gap: 28px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.p-grace__circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.p-grace__circle__ring {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1.5px solid rgba(90, 70, 50, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.25);
    font-size: 24px;
    color: #7a6050;
}

.p-grace__circle__label {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #3a3028;
    margin: 0;
}

.p-grace__circle__sublabel {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    letter-spacing: 0.12em;
    color: #8a7060;
    margin: 0;
}

/* 3施術列 */
.p-grace__menu-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
    padding-top: 40px;
}

.p-grace__menu-col__heading {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: 400;
    letter-spacing: 0.12em;
    color: #986836;
    margin: 0 0 6px;
	height:3em;
	display:flex;
	align-items:flex-end;
}

.p-grace__menu-col__sub {
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #8a7060;
    margin: 0 0 14px;
}

.p-grace__menu-col__text {
color: #986836;
font-family: "Noto Sans JP";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.56px;
padding:16px;
border: 1px solid #986836;
min-height:200px;
}

@media (max-width: 768px) {
    .p-grace__treatment {
        padding: 48px 0 40px;
    }

    .p-grace__intro {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .p-grace__circles {
        justify-content: center;
    }

    .p-grace__menu-cols {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}


/* ---- VYS 統計データ（同じ暖ベージュ系、少し濃い） ---- */

.p-grace__vys {
    background: #D8C2A7;
    padding: 64px 0;
}

.p-grace__vys__heading {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: 400;
    letter-spacing: 0.25em;
    color: #986836;
    text-align: center;
    margin: 0 0 8px;
}


.vvs-vss-intro {
	text-align:center;
	margin-bottom:48px;
}
.vvs-vss-intro img {
	width:100%;
	max-width:1024px;
	height:auto;
}

.p-grace__stat-group {
    margin-bottom: 48px;
}

.p-grace__stat-group:last-child {
    margin-bottom: 0;
}

.p-grace__stat-group__heading {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(13px, 1.5vw, 15px);
    letter-spacing: 0.15em;
    color: #986836;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(90, 70, 50, 0.25);
}

.p-grace__stat-boxes {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.p-grace__stat-box {
    flex: 1;
    min-width: 140px;
    background: rgba(255, 255, 255, 0.28);
    border: 1px solid rgba(90, 70, 50, 0.15);
    padding: 20px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.p-grace__stat-box--large {
    min-width: 200px;
    flex: 2;
}

.p-grace__stat-box__label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #7a6050;
    margin: 0;
}

.p-grace__stat-box__num {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #3a3028;
    line-height: 1;
    margin: 0;
}

.p-grace__stat-box__num--down { color: #5a7a5a; }
.p-grace__stat-box__num--up   { color: #7a5a3a; }

.p-grace__stat-box__unit {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #7a6050;
    margin: 0;
}

@media (max-width: 768px) {
    .p-grace__vys {
        padding: 48px 0;
    }

    .p-grace__stat-boxes {
        gap: 12px;
    }

    .p-grace__stat-box {
        min-width: calc(50% - 6px);
    }
}


/* ---- こんな方におすすめ / VSSの効果 ---- */

.p-grace__recommend {
    padding: 64px 0;
    background: #faf7f3;
}

.p-grace__recommend__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.p-grace__recommend__block__heading {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #3a3028;
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(90, 70, 50, 0.2);
}

.p-grace__checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.p-grace__checklist li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(12px, 1.3vw, 13px);
    line-height: 1.8;
    letter-spacing: 0.06em;
    color: #5a504a;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.p-grace__checklist li::before {
    content: '✓';
    color: #9a8070;
    flex-shrink: 0;
    font-size: 12px;
    margin-top: 1px;
}

@media (max-width: 768px) {
    .p-grace__recommend {
        padding: 48px 0;
    }

    .p-grace__recommend__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}


/* ---- 施術時の着用アイテム ---- */

.p-grace__items {
    padding:16px 0 0 0;
}

.p-grace__items__heading {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #986836;
    margin: 0 0 28px;
    padding-bottom: 12px;
    border-bottom: 1px solid #986836;
}

.p-grace__items__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.p-grace__items__grid img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .p-grace__items {
        padding: 0 0 48px;
    }

    .p-grace__items__grid {
        grid-template-columns: 1fr;
    }
}


/* ============================================================
   8. はじめての方へ（first.html）  p-first__*
   ============================================================ */

/* ---- ヒーロー ---- */
.p-first__hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    background: linear-gradient(160deg, #f7f3ee 0%, #ede0cc 100%);
    overflow: hidden;
}

.p-first__hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="45" fill="none" stroke="%23c8b090" stroke-width="0.5" opacity="0.3"/></svg>') center / 420px no-repeat;
    pointer-events: none;
}

.p-first__hero__inner {
    padding: 80px 0;
    width: min(1024px, 90%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.p-first__hero__logo {
    display: flex;
    align-items: center;
    gap: 16px;
}

.p-first__hero__sub {
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #8a7060;
}

.p-first__hero__title {
    margin: 0;
}

.p-first__hero__title p[lang="en"] {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 300;
    letter-spacing: 0.08em;
    color: #3a3028;
    margin: 0;
    line-height: 1.1;
}

.p-first__hero__subtitle {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(13px, 1.5vw, 15px);
    letter-spacing: 0.25em;
    color: #8a7060;
    margin-top: 12px;
}

@media (max-width: 768px) {
    .p-first__hero {
        min-height: 320px;
    }

    .p-first__hero__inner {
        padding: 60px 0;
    }
}


/* ---- ご来店の流れ イントロ ---- */
.p-first__intro {
	text-align: center;
    padding: 72px 0 48px;
}

.p-first__intro__head {
    margin-bottom: 28px;
}

.p-first__intro__en {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #3a3028;
    margin: 0;
    line-height: 1;
}

.p-first__intro__ja {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #8a7060;
    margin-top: 10px;
}

.p-first__intro__lead {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(13px, 1.4vw, 14px);
    line-height: 2.2;
    letter-spacing: 0.08em;
    color: #5a504a;
    margin: 0;
}

@media (max-width: 768px) {
    .p-first__intro {
        padding: 48px 0 32px;
    }
}


/* ---- STEPセクション ---- */

.p-first__step {
    padding: 80px 0 64px;
}

.p-first__step:nth-child(even) {
/*
    background: linear-gradient(180deg, #ede0cc 0%, #e4d0b4 100%);
*/
}

.p-first__step__inner {
    display: grid;
    grid-template-columns: 429fr 510fr;
    gap: 48px;
    align-items: center;
}

/* 画像を右に（デフォルトは左） */
.p-first__step--img-right .p-first__step__inner {
    grid-template-columns: 510fr 429fr;
}

.p-first__step__img {
    width: 100%;
    aspect-ratio: 429 / 280;
    overflow: hidden;
    border-radius: 4px;
}

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

/* 画像なしのフォールバック表示 */
.p-first__step__img:not(:has(img[src])),
.p-first__step__img img[style*="background"] {
    background: #e8ddd0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-first__step__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 40px 0;
}

.p-first__step__num {
	color: #464646;
	font-family: Futura;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.p-first__step__title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.p-first__step__en {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #3a3028;
    margin: 0;
    line-height: 1.1;
}

.p-first__step__ja {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(12px, 1.3vw, 14px);
    letter-spacing: 0.2em;
    color: #8a7060;
}

.p-first__step__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(12px, 1.3vw, 13px);
    line-height: 2.1;
    letter-spacing: 0.08em;
    color: #5a504a;
    margin: 0;
}

.p-first__step__note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(11px, 1.2vw, 12px);
    line-height: 1.9;
    letter-spacing: 0.06em;
    color: #8a7060;
    margin: 0;
}

/* 電話予約 */
.p-first__step__tel {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.p-first__step__tel__label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #9a8070;
    padding: 4px 10px;
    border-radius: 2px;
}

.p-first__step__tel__num {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #3a3028;
    text-decoration: none;
}

.p-first__step__tel__num:hover {
    text-decoration: underline;
}

.p-first__step__tel__time {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #8a7060;
}

@media (max-width: 768px) {
    .p-first__step {
        padding: 64px 0;
    }

    .p-first__step__inner,
    .p-first__step--img-right .p-first__step__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    /* SP: 画像を常に上に */
    .p-first__step--img-right .p-first__step__img {
        order: -1;
    }

    .p-first__step__body {
        padding: 0;
        gap: 14px;
    }

    .p-first__step__tel {
        flex-direction: column;
        gap: 8px;
    }
}


/* ---- 取扱決済 ---- */
.p-first__payment {
	width:100%;
	max-width:1024px;
	margin:120px auto;
    background: #fff;
    padding: 64px 0 72px;
	border:#F3F3F3 10px solid;
}

.p-first__payment__head {
    text-align: center;
    margin-bottom: 36px;
}

.p-first__payment__en {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #3a3028;
    margin: 0;
    line-height: 1;
}

.p-first__payment__ja {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #8a7060;
    margin-top: 8px;
}

.p-first__payment__cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.p-first__payment__cards img {
    height: 64px;
    width: auto;
    object-fit: contain;
    display: block;
}

.p-first__payment__cash {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #5a504a;
    border: 1px solid rgba(90, 70, 50, 0.25);
    padding: 10px 16px;
    display: inline-block;
}

@media (max-width: 768px) {
    .p-first__payment {
        padding: 48px 0 56px;
    }

    .p-first__payment__cards {
        gap: 12px;
    }

    .p-first__payment__cards img {
        height: 48px;
    }
}


/* ============================================================
   8. はじめての方へ（first.html）  p-first__*
   ============================================================ */

/* ---- ヒーロー ---- */
.p-first__hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    background: linear-gradient(160deg, #f7f3ee 0%, #ede0cc 100%);
    overflow: hidden;
}

.p-first__hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="45" fill="none" stroke="%23c8b090" stroke-width="0.5" opacity="0.3"/></svg>') center / 420px no-repeat;
    pointer-events: none;
}

.p-first__hero__inner {
    padding: 80px 0;
    width: min(1024px, 90%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.p-first__hero__logo {
    display: flex;
    align-items: center;
    gap: 16px;
}

.p-first__hero__sub {
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #8a7060;
}

.p-first__hero__title {
    margin: 0;
}

.p-first__hero__title p[lang="en"] {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 300;
    letter-spacing: 0.08em;
    color: #3a3028;
    margin: 0;
    line-height: 1.1;
}

.p-first__hero__subtitle {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(13px, 1.5vw, 15px);
    letter-spacing: 0.25em;
    color: #8a7060;
    margin-top: 12px;
}

@media (max-width: 768px) {
    .p-first__hero {
        min-height: 320px;
    }
    .p-first__hero__inner {
        padding: 60px 0;
    }
}

/* ---- ご来店の流れ イントロ ---- */
.p-first__intro {
    padding: 72px 0 48px;
}

.p-first__intro__head {
    margin-bottom: 28px;
}

.p-first__intro__en {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #3a3028;
    margin: 0;
    line-height: 1;
}

.p-first__intro__ja {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #8a7060;
    margin-top: 10px;
}

.p-first__intro__lead {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(13px, 1.4vw, 14px);
    line-height: 2.2;
    letter-spacing: 0.08em;
    color: #5a504a;
    margin: 0;
}

@media (max-width: 768px) {
    .p-first__intro {
        padding: 48px 0 32px;
    }
}

/* ---- STEPセクション ---- */
.p-first__steps {
/*
    background: #faf7f3;
*/
}

.p-first__step {
    position: relative;
    padding: 64px 0;
}

.p-first__step:not(:last-child) {
    padding-bottom: calc(60vw * 672 / 2880);
}

/* 次のSTEPへつなぐ矢印（背景・画面幅いっぱい） */
.p-first__step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: calc(100vw * 672 / 2880);
    transform: translateX(-50%);
    background: url(../img/first/img-bg-arrow-step.webp) no-repeat center bottom / 100% auto;
    pointer-events: none;
}

.p-first__step:nth-child(even):not(:last-child)::after {
    transform: translateX(-50%) scaleX(-1);
}

/* 最後のSTEP下の矢印（画面幅いっぱい） */
.p-first__step:last-child {
    padding-bottom: calc(64px + 100vw * 492 / 2880);
}

.p-first__step:last-child::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: calc(100vw * 492 / 2880);
    transform: translateX(-50%);
    background: url(../img/first/img-bg-arrow-step-last.webp) no-repeat center bottom / 100% auto;
    pointer-events: none;
}

.p-first__step:nth-child(even) {
/*
    background: linear-gradient(180deg, #ede0cc 0%, #e4d0b4 100%);
*/
}

.p-first__step__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 429fr 510fr;
    gap: 48px;
    align-items: center;
}

.p-first__step--img-right .p-first__step__inner {
    grid-template-columns: 510fr 429fr;
}

.p-first__step__img {
    width: 100%;
    aspect-ratio: 429 / 280;
    overflow: hidden;
    border-radius: 4px;
    background: #e8ddd0;
}

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

.p-first__step__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
}

.p-first__step__num {
	color: #464646;
	font-family: Futura;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.p-first__step__title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.p-first__step__en {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #3a3028;
    margin: 0;
    line-height: 1.1;
}

.p-first__step__ja {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(12px, 1.3vw, 14px);
    letter-spacing: 0.2em;
    color: #8a7060;
}

.p-first__step__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(12px, 1.3vw, 13px);
    line-height: 2.1;
    letter-spacing: 0.08em;
    color: #5a504a;
    margin: 0;
}

.p-first__step__note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(11px, 1.2vw, 12px);
    line-height: 1.9;
    letter-spacing: 0.06em;
    color: #8a7060;
    margin: 0;
}

.p-first__step__tel {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.p-first__step__tel__label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #9a8070;
    padding: 4px 10px;
    border-radius: 2px;
}

.p-first__step__tel__num {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #3a3028;
    text-decoration: none;
}

.p-first__step__tel__num:hover {
    text-decoration: underline;
}

.p-first__step__tel__time {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #8a7060;
}

@media (max-width: 768px) {
    .p-first__step {
        padding: 64px 0;
    }

    .p-first__step:not(:last-child) {
        padding-bottom: calc(100vw * 672 / 2880);
    }

    .p-first__step:last-child {
        padding-bottom: calc(40px + 100vw * 492 / 2880);
    }

    .p-first__step__inner,
    .p-first__step--img-right .p-first__step__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .p-first__step--img-right .p-first__step__img {
        order: -1;
    }
    .p-first__step__body {
        padding: 0;
        gap: 14px;
    }
    .p-first__step__tel {
        flex-direction: column;
        gap: 8px;
    }
}

/* ---- 取扱決済 ---- */
.p-first__payment {
    background: #fff;
    padding: 64px 0 72px;
}

.p-first__payment__head {
    text-align: center;
    margin-bottom: 36px;
}

.p-first__payment__en {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #3a3028;
    margin: 0;
    line-height: 1;
}

.p-first__payment__ja {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #8a7060;
    margin-top: 8px;
}

.p-first__payment__cards {
	margin:0 auto;
	max-width:860px;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.p-first__payment__cards img {
    height: 64px;
    width: auto;
    object-fit: contain;
    display: block;
}

.p-first__payment__cash {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #5a504a;
    border: 1px solid rgba(90, 70, 50, 0.25);
    padding: 10px 16px;
    display: inline-block;
}

@media (max-width: 768px) {
    .p-first__payment {
        padding: 48px 0 56px;
    }
    .p-first__payment__cards {
        gap: 12px;
    }
    .p-first__payment__cards img {
        height: 48px;
    }
}


/* ============================================================
   9. 料金・ビフォーアフター（price.html）  p-price__*
   ============================================================ */

/* ---- ヒーロー ---- */
.p-price__hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    background: linear-gradient(160deg, #f7f3ee 0%, #ede0cc 100%);
    overflow: hidden;
}

.p-price__hero__inner {
    padding: 80px 0;
    width: min(1024px, 90%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.p-price__hero__logo {
    display: flex;
    align-items: center;
    gap: 16px;
}

.p-price__hero__sub {
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #8a7060;
}

.p-price__hero__title {
    margin: 0;
}

.p-price__hero__title p[lang="en"] {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 300;
    letter-spacing: 0.08em;
    color: #3a3028;
    margin: 0;
    line-height: 1.1;
}

.p-price__hero__subtitle {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(13px, 1.5vw, 15px);
    letter-spacing: 0.25em;
    color: #8a7060;
    margin-top: 12px;
}

@media (max-width: 768px) {
    .p-price__hero {
        min-height: 320px;
    }
    .p-price__hero__inner {
        padding: 60px 0;
    }
}


/* ---- 共通見出し ---- */
.p-price__heading {
    margin-bottom: 40px;
	text-align:center;
}

.p-price__heading__en {
	color: #464646;
	text-align: center;
	font-family: Futura;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.8px;
}

.p-price__heading__ja {
	color: #464646;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.48px;
}


/* ---- 料金セクション ---- */
.p-price__section {
/*
    background: #faf7f3;
*/
    padding: 72px 0 64px;
}

/* 大メニュー（スノーピール、エンダモロジー） */
.p-price__menu {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(90, 70, 50, 0.15);
}

.p-price__menu:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Figma: Noto Sans JP Bold 20px, black */
.p-price__menu__name {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 8px;
    padding-bottom: 0;
    border-bottom: none;
}

/* 価格2カラム行 — Figma: border #464646, padding 24px, flex gap 12px */
.p-price__menu__row {
    display: flex;
    gap: 12px;
    border: 1px solid #464646;
    padding: 24px;
    background: transparent;
    margin-top: 8px;
}

/* Figma: 各列はインライン（ラベル+価格を横並び） */
.p-price__menu__col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    background: transparent;
    border: none;
    padding: 0;
}

.p-price__menu__col + .p-price__menu__col {
    border-left: none;
}

/* Figma: Noto Sans JP Regular 16px, tracking 0.96px */
.p-price__menu__label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.96px;
    color: #464646;
    white-space: nowrap;
}

/* Figma: Noto Sans JP Bold 24px, tracking 0.96px */
.p-price__menu__price {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.96px;
    color: #000;
    line-height: normal;
}

/* Figma: 税込はインラインで同じフォント */
.p-price__menu__tax {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.96px;
    color: #000;
    display: inline;
    margin-top: 0;
}


/* ---- エンダモロジーボディ全体ボックス — Figma: 1つの枠で全サブセクションを囲む ---- */
.p-price__menu__body {
    border: 1px solid #464646;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 8px;
}

/* ボディ内の価格行は枠なし（親ボックスの枠を使用） */
.p-price__menu__body .p-price__menu__row {
    border: none;
    padding: 0;
    margin-top: 8px;
}

/* ---- サブメニュー（フェイシャル・ボディ等） ---- */
.p-price__submenu {
    margin-bottom: 0;
    padding: 0;
}

/* Figma: Noto Sans JP Bold 16px, tracking 0.64px */
.p-price__submenu__cat {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.64px;
    color: #000;
    margin: 0 0 12px;
}

.p-price__submenu__item {
    margin-bottom: 8px;
}

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

/* Figma: Noto Sans JP Regular 16px, tracking 0.64px */
.p-price__submenu__item__name {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    color: #000;
    margin: 0 0 6px;
}

/* 区切り線（ボディ内で gap 代わりに使用） */
.p-price__divider {
    height: 1px;
    background: rgba(70, 70, 70, 0.2);
    margin: 0;
}

/* オプション 2カラムグリッド */
.p-price__option__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 0;
}

/* Figma: Noto Sans JP Regular 16px、価格は24px Bold */
.p-price__option__item {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.96px;
    color: #000;
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Figma: Noto Sans JP Bold 24px */
.p-price__option__price {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.96px;
}

@media (max-width: 768px) {
    .p-price__section {
        padding: 48px 0 40px;
    }
    .p-price__menu__row {
        flex-direction: column;
        gap: 16px;
    }
    .p-price__menu__col {
        flex-wrap: wrap;
    }
    .p-price__option__grid {
        grid-template-columns: 1fr;
    }
}


/* ---- 取扱決済 ---- */
.p-price__payment {
/*
    background: linear-gradient(180deg, #ede0cc 0%, #e4d0b4 100%);
*/
    padding: 64px 0;
}

.p-price__payment .flex {
	width:100%;
	max-width:1024px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:16px;
}

/* Figma: 白背景、#f3f3f3 10px枠 */
.p-price__payment__box {
    background: #fff;
    border: 10px solid #f3f3f3;
    padding: 40px 48px;
    max-width: 560px;
}

.p-price__payment__head {
    margin-bottom: 28px;
    text-align: center;
}

/* Figma: Futura Medium 20px, tracking 0.8px, color #464646 */
.p-price__payment__en {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #464646;
    margin: 0;
    line-height: 1.2;
}

/* Figma: Noto Sans JP Medium 12px, tracking 0.48px */
.p-price__payment__ja {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.48px;
    color: #464646;
    margin-top: 8px;
}

.p-price__payment__cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.p-price__payment__row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.p-price__payment__row img {
    height: 48px;
    width: auto;
    object-fit: contain;
}

.p-price__payment__cash {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    letter-spacing: 0.15em;
    color: #5a504a;
    border: 1px solid rgba(90, 70, 50, 0.25);
    padding: 8px 14px;
    display: inline-block;
}

@media (max-width: 768px) {
    .p-price__payment {
        padding: 48px 0;
    }
    .p-price__payment__box {
        padding: 28px 24px;
        max-width: 100%;
    }
    .p-price__payment__row img {
        height: 36px;
    }
}


/* ---- ビフォーアフター ---- */
.p-price__before-after {
    background: #faf7f3;
    padding: 72px 0 64px;
}

.p-price__ba__label {
	color: #464646;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.8px;
}

.p-price__ba__pair {
    display: flex;
	flex-wrap:wrap;
    gap: 40px;
	justify-content: center;
    margin:24px auto 32px;
}

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

.p-price__ba__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
	max-width:246px;
}

.p-price__ba__tag {
	color: #464646;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.64px;
    margin:24px 0 0;
	order:2;
}

.p-price__ba__img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 4px;
	order:1;
}

.p-price__ba__img img {
    width: 100%;
	max-width:246px;
    height: auto;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .p-price__before-after {
        padding: 48px 0 40px;
    }
    .p-price__ba__pair {
        gap: 12px;
    }
}


/* ---- 背景フォト帯 ---- */
.p-price__photo-band {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.p-price__photo-band__img {
    width: 100%;
    height: 100%;
}

.p-price__photo-band__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 画像なし時のフォールバック */
.p-price__photo-band__img:not(:has(img[src])) {
    background: linear-gradient(135deg, #c8b090 0%, #a89070 100%);
}

.p-price__photo-band__circle {
    position: absolute;
    bottom: -60px;
    right: calc(50% - 100px);
    width: 200px;
    opacity: 0.85;
    pointer-events: none;
}

.p-price__photo-band__circle img {
    width: 100%;
    display: block;
}

@media (max-width: 768px) {
    .p-price__photo-band {
        height: 260px;
    }
    .p-price__photo-band__circle {
        width: 140px;
        right: calc(50% - 70px);
        bottom: -40px;
    }
}

/* ============================================================
   内部ページ共通：ハンバーガーボタン常時表示
   （index.htmlのオープニング演出は不要なため）
============================================================ */
.p-page .menu-btn {
    opacity: 1;
}

/* l-body は最初から表示（オープニングアニメなし） */
.p-page .l-body {
    opacity: 1 !important;
    visibility: visible !important;
}
