/* ==========================================================
   略喪服LP  style-ryakumofuku.css
   デザインシステム: .claude/skills/design-system/foundations.md 準拠
   ========================================================== */
.pane-main{
    padding-bottom: 0 !important;
}
main .page h1.kv{
    margin-bottom: 0 !important;
}
/* .js-jacket-toggle .price-jacket {
  display: none;
}

.js-jacket-toggle .price-jacket.is-show {
  display: flex;
} */
/* デザイントークン */
:root {
    /* Color */
    --color-neutral-white: #FFFFFF;
    --color-neutral-black: #000000;
    --color-neutral-off-black: #333333;
    --color-neutral-solid-gray-100: #E6E6E6;
    --color-neutral-solid-gray-200: #CCCCCC;
    --color-neutral-solid-gray-300: #B3B3B3;
    --color-neutral-solid-gray-400: #999999;
    --color-neutral-solid-gray-600: #666666;
    /* Figma固有カラー（トークン未登録: 要デザインシステム追加検討） */
    --color-accent: #A79EAF;   /* accent */
    --color-grage: #F4F2EF;    /* grage（背景） */

    /* Typography */
    --font-family-base: "Noto Sans JP", sans-serif;
    --font-family-mincho: "Shippori Mincho B1", serif;
    --font-family-en: "Cormorant Infant", serif;
    --font-family-script: "Corinthia", cursive;

    --font-size-h1: 32px;
    --font-size-h2: 24px;
    --font-size-h3: 20px;
    --font-size-h4: 18px;
    --font-size-body: 16px;
    --font-size-small: 13px;
    --font-size-product: 14px;
    --font-size-price: 16px;

    /* Space */
    --space-4: 4px;
    --space-8: 8px;
    --space-16: 16px;
    --space-24: 24px;
    --space-32: 32px;
    --space-40: 40px;
    --space-48: 48px;

    /* SectionSpace */
    --section-space-md: 128px;

    /* Layout */
    --layout-container: 1200px;
    --layout-container-narrow: 980px;
}

/*ページ全体*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} /*←デフォルトの余白を消す*/

body {
    font-family: var(--font-family-base);
    color: var(--color-neutral-off-black);
    line-height: 1.6;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.content-wrapper {
    max-width: var(--layout-container);
    margin: 0 auto;
}

.content-wrapper-narrow {
    max-width: var(--layout-container-narrow);
    margin: 0 auto;
}

/* 画像共通 */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 改行制御 */
.sp-br { display: none; } /*←sp専用の改行「sp-br」はPCでは隠す*/
.pc-br { display: block; } /*←pc専用の改行「pc-br」はPCでは表示している*/

/* PC / SP画像の出し分けの初期設定 */
.sp { display: none; } /*←SP用画像を最初は隠す*/

/* ヘッダー / フッター（統合画像） */
.site-header img,
.site-footer img {
    width: 100%;
}

/* 画像未確定エリアの仮プレースホルダー（Figma上のグレー矩形に対応） */
.placeholder-img {
    background-color: var(--color-neutral-solid-gray-100);
}

/* ==========================================================
   KV
   ========================================================== */
.kv {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}
.kv-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ==========================================================
   セクション共通見出し
   ========================================================== */
.section-title {
    font-family: var(--font-family-mincho);
    font-size: var(--font-size-h2);
    font-weight: 700;
    text-align: center;
}
.intro-head .section-title {
    font-size: var(--font-size-h1);
}

.section-heading {
    text-align: center;
}
.heading-script {
    font-family: var(--font-family-script);
    font-size: 64px;
    line-height: 1;
    color: var(--color-accent);
}
.heading-en {
    font-family: var(--font-family-en);
    font-size: 80px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: -20px;
}
.heading-amp {
    font-family: var(--font-family-mincho);
    font-size: 60px;
}
.heading-ja {
    font-family: var(--font-family-mincho);
    font-size: var(--font-size-h3);
    font-weight: 700;
    margin-top: var(--space-4);
}
.heading-kazari {
    width: 120px;
    margin: 4px auto 0;
}

/* ==========================================================
   intro_point
   ========================================================== */
.intro-point {
    background-color: var(--color-grage);
    padding: var(--section-space-md) 20px;
}
.intro-lead {
    margin-top: var(--space-24);
    font-size: var(--font-size-body);
    text-align: center;
}

/* 着用シーン */
.scene-box {
    max-width: 1006px;
    margin: 60px auto 0;
}
.scene-box img {
    width: 100%;
}

/* 略喪服とは？カード */
.about-card {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 504px;
    height: 161px;
    margin: 60px auto 0;
    background-color: var(--color-neutral-white);
    border: 1px solid var(--color-neutral-solid-gray-200);
    overflow: hidden;
}
.about-card-text {
    padding: 34px 0 0 48px;
}
.about-card-title {
    font-size: var(--font-size-h4);
    font-weight: 700;
}
.about-card-desc {
    margin-top: var(--space-8);
    font-size: var(--font-size-body);
}
.about-card-img {
    width: 242px;
    height: 159px;
    object-fit: cover;
}
/* CHECKリボン（右下三角） */
.check-ribbon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 82px;
    height: 80px;
}

/* POINT 1〜3 */
.feature {
    margin-top: 60px;
}
.feature-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--space-24);
    margin-top: 31px;
}
.feature-item {
    width: 385px;
}
.feature-item img {
    width: 100%;
}

/* ==========================================================
   coorde
   ========================================================== */
.coorde {
    background-color: var(--color-neutral-white);
    padding: var(--section-space-md) 20px;
}
.coorde-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--space-40);
}
.coorde-block.reverse {
    flex-direction: row-reverse;
}
.coorde-img {
    position: relative;
    width: 488px;
    height: 693px;
    flex-shrink: 0;
    overflow: hidden;
}
.coorde-slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
.coorde-slides img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    object-fit: cover;
}
.coorde-dots {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
}
.coorde-dots button {
    width: 40px;
    height: 6px;
    padding: 0;
    border: none;
    background-color: var(--color-accent);
    opacity: 0.3;
    cursor: pointer;
}
.coorde-dots button.is-active {
    opacity: 1;
}
.coorde-detail {
    width: 401px;
}
.coorde-comment {
    font-family: var(--font-family-mincho);
    font-size: var(--font-size-h4);
    font-weight: 700;
}
.coorde-copy {
    margin-top: var(--space-24);
    font-size: var(--font-size-small);
    color: var(--color-neutral-solid-gray-600);
}
.price-list {
    margin-top: var(--space-32);
}
.price-list li {
    display: flex;
    align-items: center;
    gap: var(--space-16);
}
.price-list li + li {
    margin-top: var(--space-8);
}
.price-category {
    width: 240px;
    font-size: var(--font-size-product);
}
.price-value {
    font-size: var(--font-size-price);
    font-weight: 700;
}
.price-check {
    padding: 2px 10px;
    background-color: var(--color-grage);
    font-size: var(--font-size-product);
}

/* ==========================================================
   recomend-set
   ========================================================== */
.recomend-set {
    background-color: var(--color-grage);
    padding: var(--section-space-md) 20px;
}
.set-lead {
    margin-top: var(--space-24);
    font-size: var(--font-size-body);
    text-align: center;
}
.set-list {
    display: flex;
    justify-content: center;
    gap: var(--space-40);
    margin-top: var(--space-48);
}
.set-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 580px;
    padding: var(--space-32) var(--space-40);
    background-color: var(--color-neutral-white);
}
.set-card-head {
    display: flex;
    align-items: center;
    gap: var(--space-40);
    width: 300px;
}
.set-card-line {
    flex: 1 0 0;
    height: 0;
    border-top: 1px solid var(--color-accent);
}
.set-card-title {
    flex-shrink: 0;
    font-family: var(--font-family-mincho);
    font-weight: 700;
    font-size: var(--font-size-h3);
    white-space: nowrap;
}
.set-card-num {
    font-size: 30px;
}
.set-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.set-example {
    font-family: var(--font-family-mincho);
    font-weight: 500;
    font-size: var(--font-size-h4);
}
.set-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-16);
    width: 100%;
    margin-top: var(--space-4);
}
.set-item-img {
    width: 136px;
    height: 230px;
    object-fit: cover;
    flex-shrink: 0;
}
.set-items-3 {
    gap: var(--space-8);
}
.set-plus {
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}
.set-plus img {
    width: 100%;
    height: 100%;
}
/* 価格カード（Figma書き出し画像） */
.price-card {
    width: 331px;
}

/* ==========================================================
   item_list
   ========================================================== */
.item-list {
    background-color: var(--color-neutral-white);
    padding: var(--section-space-md) 20px;
}
.item-category {
    margin-top: var(--space-40);
    padding-bottom: var(--space-40);
    border-bottom: 1px dashed var(--color-neutral-solid-gray-200);
}
.item-category + .item-category {
    margin-top: var(--space-24);
}
.item-category-head {
    position: relative;
    display: flex;
    align-items: center;
    font-family: var(--font-family-en);
    line-height: 1;
}
.item-num {
    font-size: 120px;
    color: var(--color-neutral-solid-gray-100);
}
.item-category-name {
    margin-left: 17px;
    font-size: 60px;
}
/* 番号下の短い下線 */
.item-line {
    position: absolute;
    left: 70px;
    bottom: 10px;
    width: 32px;
    height: 2px;
    background: #000;
}
.item-cards {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.item-card {
    display: flex;
    align-items: center;
    gap: 50px;
}
.item-cards-jacket .item-card {
    gap: 40px;
}
.item-card.item-card-compact {
    align-items: flex-end;
}
.item-card-img {
    width: 238px;
    height: 403px;
    flex-shrink: 0;
    object-fit: cover;
    background-color: #F0F0F0;
}
.item-desc {
    display: flex;
    flex-direction: column;
    gap: var(--space-24);
    width: 296px;
}
.item-desc-compact {
    padding-bottom: 31px;
}
.item-thumb {
    width: 200px;
    height: 160px;
    border: 1px solid var(--color-neutral-solid-gray-200);
    background-color: var(--color-neutral-white);
    overflow: hidden;
}
.item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-comment-block {
    display: flex;
    flex-direction: column;
    gap: var(--space-16);
}
.item-comment {
    font-size: var(--font-size-small);
    color: var(--color-neutral-solid-gray-600);
}
.item-price-container {
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
}
.item-code {
    font-size: var(--font-size-product);
}
.item-price {
    font-size: var(--font-size-price);
    font-weight: 700;
    text-align: right;
}

/* ==========================================================
   accessory
   ========================================================== */
.accessory {
    background-color: var(--color-grage);
    padding: var(--section-space-md) 20px;
}
.accessory-lead {
    margin-top: var(--space-24);
    font-size: var(--font-size-body);
    text-align: center;
}
.accessory-lead + .accessory-block {
    margin-top: var(--space-40);
}
.accessory-block {
    display: flex;
    align-items: center;
    width: 1200px;
}
.accessory-images {
    display: flex;
    width: 600px;
    height: 300px;
    flex-shrink: 0;
}
.accessory-images a {
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.accessory-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--space-32);
    box-sizing: border-box;
    width: 600px;
    height: 300px;
    padding: 0 90px;
}
.accessory-text-group {
    display: flex;
    flex-direction: column;
    gap: var(--space-16);
}
.accessory-text {
    font-size: var(--font-size-small);
    color: #444444;
}
.accessory-price-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
}
.accessory-price-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-24);
}
.accessory-price-list .price-category {
    width: auto;
    flex: 1;
}
/* ==========================================================
   SP
   ========================================================== */
@media (max-width: 768px) {
    :root {
        --font-size-h1: 28px;
        --font-size-h2: 22px;
        --font-size-h3: 18px;
        --font-size-h4: 16px;
        --font-size-body: 14px;
        --font-size-small: 11px;
        --font-size-product: 13px;
        --section-space-md: 64px;
    }

    .pc { display: none; } /*←SPではPC用画像を隠す*/
    .sp { display: block; } /*←SPではSP用画像を表示する*/
    .sp-br { display: block; } /* 改行制御 ←sp専用の改行「sp-br」はSPで表示*/
    .pc-br { display: none; } /* 改行制御 ←pc専用の改行「pc-br」はSPでは隠す*/

    /* KV */
    .kv {
        height: auto;
        aspect-ratio: 768 / 1000;
    }
    /* 見出し */
    .heading-script { font-size: 40px; }
    .heading-en { font-size: 40px; margin-top: -8px; }
    .heading-amp { font-size: 30px; }

    /* intro_point */
    .intro-lead {
        margin-top: var(--space-16);
    }
    .scene-box {
        margin-top: 48px;
        max-width: 344px;
    }
    .about-card {
        width: 100%;
        max-width: 344px;
    }
    .about-card-text {
        padding: 44px 0 0 27px;
    }
    .about-card-img {
        width: 173px;
        height: 159px;
    }
    .feature-list {
        flex-direction: column;
        gap: var(--space-32);
        align-items: center;
    }
    .feature-item {
        width: 100%;
        max-width: 348px;
    }

    /* coorde */
    .coorde-block,
    .coorde-block.reverse {
        flex-direction: column;
        gap: 12px;
        margin-top: var(--space-40);
    }
    .coorde-img {
        width: 100%;
        height: auto;
        aspect-ratio: 344 / 488;
    }
    .coorde-detail {
        width: 100%;
    }
    .price-list .price-check {
        margin-left: auto;
    }

    /* recomend-set */
    .set-list {
        flex-direction: column;
        align-items: center;
        gap: var(--space-40);
        margin-top: var(--space-40);
    }
    .set-card {
        width: 100%;
        max-width: 344px;
        gap: var(--space-16);
        padding: var(--space-16) 20px;
    }
    .set-items {
        gap: var(--space-8);
    }
    .set-items-3 {
        gap: 4px;
    }
    .set-items-3 .set-item-img {
        width: 86px;
        height: 145px;
    }
    .set-plus {
        width: 15px;
        height: 15px;
    }
    .price-card {
        width: 100%;
        max-width: 331px;
    }

    /* item_list */
    .item-num { font-size: 80px; }
    .item-category-name { font-size: 40px; }
    .item-line {
        left: 45px;
        bottom: 8px;
        width: 24px;
    }
    .item-cards {
        flex-direction: column;
        gap: var(--space-24);
    }
    .item-card {
        width: 100%;
        gap: var(--space-16);
    }
    .item-card-img {
        width: 45%;
        height: auto;
        aspect-ratio: 238 / 403;
    }
    .item-desc {
        flex: 1;
        gap: var(--space-16);
    }
    .item-thumb {
        width: 100%;
        height: auto;
        aspect-ratio: 200 / 160;
    }

    /* accessory */
    .accessory-block {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: var(--space-24);
    }
    .accessory-block + .accessory-block {
        margin-top: var(--space-40);
        flex-direction: column-reverse;
    }
    .accessory-images {
        width: 100%;
        height: auto;
    }
    .accessory-images a {
        width: 50%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .accessory-detail {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .price-category {
        width: 170px;
        font-size: var(--font-size-product);
    }    
}
