/*
Theme Name: 愛's Country
Description: Strategic Top Page (LP) Styles - Refined for Trust and Conversion
*/

/* --- Reset & Base --- */
#content { padding: 0 !important; }
#inner-content { max-width: none !important; width: 100% !important; padding: 0 !important; }

.top-page-main {
    font-family: "Noto Sans JP", sans-serif;
    color: #1a1a1a;
    line-height: 1.7;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* --- Block & Inner Structure --- */
.top-hero-block, .top-choice-block, .top-values-block, .top-stock-block, 
.top-youtube-block, .top-bo-block, .top-trust-block, .top-final-cta-block {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.top-hero-inner, .top-choice-inner, .top-values-inner, .top-stock-inner, 
.top-youtube-inner, .top-bo-inner, .top-trust-inner, .top-final-cta-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* --- Common UI --- */
.section-head {
    margin-bottom: clamp(40px, 6vw, 60px);
    text-align: center;
}
.section-head-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: clamp(40px, 6vw, 60px);
}
.section-sub {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(16px, 2.2vw, 19px);
    color: #e70314;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.section-title {
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 900;
    line-height: 1.4;
    color: #1a1a1a;
}

.view-all-link {
    font-size: 16px;
    font-weight: 700;
    color: #e70314;
    text-decoration: none;
    border-bottom: 2px solid #e70314;
    padding-bottom: 2px;
    transition: opacity 0.3s;
}
.view-all-link:hover { opacity: 0.7; }

/* --- 1. Hero Block --- */
.top-hero-block {
    padding: clamp(100px, 15vw, 200px) 0;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
.top-hero-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 0;
    pointer-events: none;
}
.top-hero-block .top-hero-inner {
    position: relative;
    z-index: 1;
}
/* NO IMAGE 状態（背景画像が未設定の場合） */
.top-hero-block.is-empty { background-color: #d8d8d8; }
.top-hero-block.is-empty::before {
    background: transparent;
    content: 'NO IMAGE';
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(40px, 6vw, 80px);
    letter-spacing: 0.22em;
    color: rgba(255, 255, 255, 0.9);
}
.top-bo-block.is-empty { background-color: #d8d8d8; }
.top-bo-block.is-empty::after {
    content: 'NO IMAGE';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(40px, 6vw, 80px);
    letter-spacing: 0.22em;
    color: rgba(255, 255, 255, 0.9);
    z-index: 0;
    pointer-events: none;
}

/* 共通 NO IMAGE プレースホルダー（img の代わりに描画） */
.top-noimage {
    width: 100%;
    height: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d8d8d8;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(18px, 2.5vw, 28px);
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.trust-visual .top-noimage { aspect-ratio: 4 / 3; min-height: 0; border-radius: 24px; }
.hero-label { margin-bottom: 25px; }
.hero-label span {
    display: inline-block;
    background: #e70314;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 18px;
    letter-spacing: 0.1em;
    border-radius: 4px;
}
.hero-title {
    font-size: clamp(32px, 5.5vw, 56px);
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 30px;
}
.hero-title .highlight {
    background: #e70314;
    color: #fff;
    padding: 0.05em 0.25em 0.12em; /* 下側にわずかに厚みを持たせて視覚的中央を調整 */
    display: inline-block;
    line-height: 1;
    margin: 0 0.1em;
    vertical-align: baseline; /* ベースラインに合わせる */
    position: relative;
    transform: translateY(0.04em); /* 漢字の座りを周囲と一致させるための微細調整 */
}
.hero-lead {
    font-size: clamp(16px, 2vw, 20px);
    margin-bottom: 50px;
    opacity: 0.9;
}
.hero-cta-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(15px, 2vw, 20px) clamp(30px, 4vw, 50px);
    border-radius: 50px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}
.cta-line { background: #06C755; color: #fff; }
.cta-line i { margin-right: 10px; font-size: 1.2em; }
.cta-stock { background: #fff; color: #1a1a1a; }
.cta-backorder { background: linear-gradient(to right, #e70314, #8b1102); color: #fff; }
.cta-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }

/* --- 2. Choice Block --- */
.top-choice-block { margin-top: -60px; z-index: 10; padding-bottom: 80px; }
.choice-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.choice-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: clamp(25px, 3vw, 40px) 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    text-decoration: none;
    color: #1a1a1a;
    transition: all 0.3s;
}
.choice-box.stock { border-left: 6px solid #1a1a1a; }
.choice-box.consult { border-left: 6px solid #06C755; }
.choice-box.backorder { border-left: 6px solid #e70314; }
.choice-box:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,0.12); }

.choice-text .en {
    display: block;
    font-family: 'Oswald', sans-serif;
    color: #888;
    letter-spacing: 0.1em;
    font-size: 13px;
}
.choice-text h3 { font-size: clamp(23px, 3.2vw, 28px); font-weight: 900; margin: 5px 0 10px; line-height: 1.3; }
.choice-text p { font-size: 13px; color: #666; line-height: 1.5; }
.choice-icon { font-size: 30px; color: #f0f0f0; transition: color 0.3s; margin-left: 10px; }
.choice-box:hover .choice-icon { color: #eee; }

/* --- 3. Values Block (V3: Ultimate Hierarchical Design) --- */
.top-values-block-v3 {
    padding: 0 0 clamp(80px, 12vw, 160px) 0;
    background: linear-gradient(135deg, #e70314 0%, #a0020e 100%);
    color: #ffffff;
    overflow: hidden;
}

.top-values-block-v3 .section-head { margin-top: 60px; }
.top-values-block-v3 .section-sub { color: #ffeb3b; } /* 赤背景に合わせて黄色に */
.top-values-block-v3 .section-title { color: #ffffff; font-size: clamp(39px, 6vw, 54px); }

.values-v3-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.v3-card {
    background: #ffffff;
    display: flex;
    box-shadow: 0 24px 60px rgba(0,0,0,0.18);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    color: #1a1a1a; /* セクションの color:#fff を上書き */
}

/* 1: Primary Feature */
.v3-card.is-primary-feature {
    grid-column: 1 / -1;
    min-height: 500px;
    align-items: stretch;
}
.v3-card.is-primary-feature .v3-visual { width: 52%; flex-shrink: 0; overflow: hidden; }
.v3-card.is-primary-feature .v3-content { width: 48%; padding: clamp(48px, 5vw, 84px); position: relative; z-index: 1; }

.v3-card.is-row-normal { flex-direction: row; }

/* 2: テキスト左・画像右・全幅フィーチャーカード（01より低め） */
.v3-card.is-vertical {
    flex-direction: row-reverse;
    grid-column: 1 / -1;
    min-height: 440px;
    align-items: stretch;
}
.v3-card.is-vertical .v3-visual { width: 46%; flex-shrink: 0; overflow: hidden; }
.v3-card.is-vertical .v3-content { width: 54%; padding: clamp(40px, 4.5vw, 76px); }
.v3-card.is-vertical .v3-text h3 { font-size: clamp(28px, 3.6vw, 40px); margin-bottom: 24px; line-height: 1.4; }
.v3-card.is-vertical .v3-text p { font-size: 17px; line-height: 1.95; color: #444; }

.v3-card.is-primary-feature .v3-text h3 { font-size: clamp(34px, 4.2vw, 46px); margin-bottom: 28px; line-height: 1.35; }
.v3-card.is-primary-feature .v3-text p { font-size: 18px; line-height: 1.95; color: #333; }

/* Soulful Decorations */
.v3-deco-red { color: #e70314; font-weight: 900; }
.v3-deco-yellow { 
    background: linear-gradient(transparent 60%, rgba(255, 235, 59, 0.6) 60%); 
    padding: 0 4px;
    font-weight: 700;
}
.v3-deco-underline { border-bottom: 4px solid #e70314; padding-bottom: 2px; }
.v3-deco-bold { font-weight: 900; color: #000; }

/* 3 & 4: 縦型カード（画像上・テキスト下）・2列横並び */
.v3-card.is-horizontal {
    flex-direction: column;
}
.v3-card.is-horizontal .v3-visual { width: 100%; aspect-ratio: 3 / 2; flex-shrink: 0; overflow: hidden; }
.v3-card.is-horizontal .v3-content { flex: 1; padding: clamp(28px, 3vw, 40px) clamp(28px, 3vw, 40px) clamp(32px, 3.5vw, 44px); justify-content: flex-start; }
.v3-card.is-horizontal .v3-text h3 { font-size: clamp(21px, 2.2vw, 27px); margin-bottom: 16px; line-height: 1.45; }
.v3-card.is-horizontal .v3-text p { font-size: 16px; line-height: 1.85; color: #555; }

.v3-visual { position: relative; }
.v3-visual img { width: 100%; height: 100%; object-fit: cover; }
.v3-content { position: relative; display: flex; flex-direction: column; justify-content: center; }

/* 画像隅のタグ（アイキャンディ）。当たり面はマージン0、内側のカドだけ角丸 */
.v3-tag {
    position: absolute;
    z-index: 2;
    background: #ffeb3b;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    padding: 8px 16px;
    pointer-events: none;
}
.v3-tag-tl { top: 0; left: 0;  border-radius: 0 0 8px 0; }
.v3-tag-tr { top: 0; right: 0; border-radius: 0 0 0 8px; }
.v3-tag-br { bottom: 0; right: 0; border-radius: 8px 0 0 0; }
.v3-tag-bl { bottom: 0; left: 0; border-radius: 0 8px 0 0; }
.v3-card.is-primary-feature .v3-tag { font-size: 22px; padding: 8px 16px; }

.v3-num {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 200px;
    line-height: 0.7;
    color: rgba(231, 3, 20, 0.07);
    letter-spacing: -0.03em;
    position: absolute;
    right: 12px;
    bottom: -28px;
    pointer-events: none;
}
/* 重要度順に大きく。下方向に大胆にはみ出させてエディトリアルに（カード側 overflow:hidden で裁ち落とし） */
.v3-card.is-primary-feature .v3-num { font-size: 300px; right: 24px; bottom: -56px; }
.v3-card.is-vertical .v3-num { font-size: 240px; right: 20px; bottom: -44px; }
.v3-card.is-horizontal .v3-num { font-size: 150px; right: 10px; bottom: -24px; }
@media screen and (max-width: 639px) {
    .top-values-block-v3 { padding-bottom: 60px; }
    /* 01/02は全幅・03/04は2列の編集グリッド */
    /* 全カード1カラム縦積み（03/04は横向きカード） */
    .values-v3-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; }

    /* 01/02: カードは透明（無）。中のvisualを丸く＋影、contentが少し重なる構図 */
    .v3-card.is-primary-feature,
    .v3-card.is-vertical {
        flex-direction: column;
        min-height: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
        align-items: stretch;
    }
    .v3-card.is-primary-feature .v3-visual,
    .v3-card.is-vertical .v3-visual {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        align-self: auto;
        border-radius: 14px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
        overflow: hidden;
    }
    .v3-card.is-primary-feature .v3-content,
    .v3-card.is-vertical .v3-content {
        width: auto;
        margin: -56px 18px 0;
        padding: 22px 22px 24px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
        position: relative;
        z-index: 2;
        overflow: hidden;
    }
    .v3-card.is-primary-feature .v3-text h3,
    .v3-card.is-vertical .v3-text h3 { font-size: 21px; line-height: 1.45; margin-bottom: 12px; }
    .v3-card.is-primary-feature .v3-text p,
    .v3-card.is-vertical .v3-text p { font-size: 14px; line-height: 1.75; color: #444; }

    /* 赤下線は小さい文字向けに細め＋下余白を詰める */
    .v3-card.is-primary-feature .v3-text h3 .v3-deco-underline,
    .v3-card.is-vertical .v3-text h3 .v3-deco-underline {
        border-bottom-width: 3px;
        padding-bottom: 0;
    }

    /* 03/04: 正方形画像を左上に・横長テキストカードを右下に斜め重ね（01/02の横バージョン） */
    .v3-card.is-horizontal {
        display: block;
        position: relative;
        min-height: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
    }
    .v3-card.is-horizontal .v3-visual {
        width: 35%;
        aspect-ratio: 1 / 1;
        border-radius: 12px;
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    .v3-card.is-horizontal .v3-content {
        width: 70%;
        margin-left: 30%;
        margin-top: -125px;
        padding: 14px 16px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
        position: relative;
        z-index: 2;
        overflow: hidden;
        justify-content: center;
    }
    .v3-card.is-horizontal .v3-text h3 { font-size: 16px; line-height: 1.4; margin-bottom: 6px; }
    .v3-card.is-horizontal .v3-text h3::after { display: none; }
    .v3-card.is-horizontal .v3-text p { font-size: 11.5px; line-height: 1.55; color: #555; }
    /* タグはテキストカードに隠れないよう画像左上へ（内側=右下カドのみ角丸） */
    .v3-card.is-horizontal .v3-tag {
        top: 0; left: 0; right: auto; bottom: auto;
        border-radius: 0 0 8px 0;
    }

    /* 番号: Oswald・カード別サイズ（小カードは小さく）・下方向はみ出し */
    .v3-num { display: block; font-size: 110px; top: auto; right: 10px; bottom: -18px; }
    .v3-card.is-horizontal .v3-num { font-size: 46px; right: 6px; bottom: -10px; }

    /* タグ: SPは程よいサイズ・paddingは小さめ */
    .v3-tag { font-size: 13px; padding: 4px 9px; }
    .v3-card.is-primary-feature .v3-tag,
    .v3-card.is-vertical .v3-tag { font-size: 14px; padding: 5px 11px; }
}

/* --- 4. Stock Block --- */
.top-stock-block { padding: 120px 0; background: #fff; }
.stock-head {
    text-align: center;
    margin-bottom: clamp(60px, 8vw, 100px);
}
.stock-title {
    font-size: clamp(32px, 5.5vw, 56px); /* YouTubeブロックと同じ最大56pxまで拡大 */
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}
.section-lead {
    font-size: clamp(16px, 1.8vw, 20px);
    color: #666;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

.stock-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.stock-footer {
    text-align: center;
    margin-top: 60px;
}
.btn-stock-all {
    display: inline-block;
    padding: clamp(15px, 2vw, 22px) clamp(40px, 5vw, 80px);
    background: linear-gradient(135deg, #e70314 0%, #a0020e 100%);
    color: #fff;
    border: none;
    border-radius: 60px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 900;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(231, 3, 20, 0.3);
}
.btn-stock-all i {
    margin-left: 12px;
    transition: transform 0.3s;
}
.btn-stock-all:hover {
    background: linear-gradient(135deg, #ff0000 0%, #e70314 100%);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(231, 3, 20, 0.5);
}
.btn-stock-all:hover i {
    transform: translateX(5px);
}

/* --- sl-card (Ported from zaiko-list.css) --- */
.sl-card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.sl-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-color: #e70314;
}

.sl-card a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sl-card-image {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
}

.sl-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sl-card:hover .sl-card-image img {
    transform: scale(1.05);
}

.sl-card-price-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(231,3,20,0.95) 0%, rgba(160,2,14,0.95) 100%);
    color: #fff;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    text-align: right;
    box-shadow: -2px -2px 10px rgba(0,0,0,0.1);
    z-index: 2;
}

.sl-card-price-overlay .label {
    display: block;
    font-size: 0.75rem;
    font-weight: 900;
    margin-bottom: 2px;
}

.sl-card-price-overlay .value {
    line-height: 1;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500 !important;
    font-style: italic !important;
}

.sl-card-price-overlay .value .num {
    font-size: 3rem;
    border-bottom: 4px solid #ffeb3b;
    padding-bottom: 2px;
    font-family: 'Oswald', sans-serif !important;
}

.sl-card-price-overlay .value .unit {
    font-size: 1.1rem;
    margin-left: 2px;
    font-family: 'Oswald', sans-serif !important;
}

.sl-card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.sl-card-title {
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: 8px;
    line-height: 1.4;
    color: #1a1a1a;
}

.sl-card-grade {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.4;
}

.sl-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
}

.sl-tag {
    font-size: 0.7rem;
    font-weight: 700;
    color: #555;
    background: #f0f0f0;
    padding: 3px 8px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

/* --- 5. YouTube Block --- */
.top-youtube-block {
    padding: 60px 0 100px;
    background: #0f0f0f; /* YouTubeのダークトーンに近い黒 */
    color: #fff; 
    overflow: hidden; 
}

/* PCレイアウト (標準) */
.yt-content { 
    display: grid; 
    grid-template-columns: 1fr 1.2fr;
    grid-template-rows: auto auto auto; /* 3行に拡張 */
    gap: 15px 30px; 
    align-items: start;
}

.yt-label { 
    color: #ff0000; 
    font-family: 'Oswald', sans-serif; 
    font-weight: 700; 
    letter-spacing: 0.2em; 
    display: block;
    margin-bottom: 60px;
    font-size: 18px;
    text-align: center;
}

.yt-title { 
    grid-column: 1;
    grid-row: 1;
    font-size: 44px; 
    font-weight: 900; 
    margin-bottom: 0; 
    line-height: 1.3; 
    color: #ffffff; 
}
.yt-title .highlight {
    color: #ffeb3b; 
    position: relative;
    display: inline-block;
}
.yt-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(255, 235, 59, 0.3); 
    z-index: -1;
}

/* 黄色い紹介ブロック (左カラム2個目) */
.yt-goo-intro-block {
    grid-column: 1; 
    grid-row: 2;
    background-color: #ffeb3b;
    color: #000;
    display: flex;
    align-items: center;
    border-radius: 3px;
    padding: 10px;
    gap: 0;
    box-shadow: 0 0 25px rgba(255, 235, 59, 0.7); 
    text-decoration: none; 
    transition: all 0.2s ease;
    cursor: default;
    margin: 10px 0; /* 前後の隙間調整 */
}
.yt-goo-intro-block[href] {
    cursor: pointer;
}
.yt-goo-intro-block[href]:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 30px rgba(255, 235, 59, 0.9);
}
.yt-goo-intro-block[href]:hover .yt-goo-intro-text {
    text-decoration: underline;
}
.yt-goo-intro-block[href]:active {
    transform: translateY(-1px);
    box-shadow: none; 
}
.yt-goo-intro-img {
    flex: 0 0 40%; 
}
.yt-goo-intro-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px;
}
.yt-goo-intro-text {
    flex: 0 0 60%; 
    font-size: 22px; 
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
}

.yt-desc { 
    grid-column: 1;
    grid-row: 3;
    font-size: 17px; 
    margin-bottom: 0; 
    color: rgba(255, 255, 255, 0.8); 
    line-height: 1.8;
}

.yt-image-video { 
    grid-column: 2; 
    grid-row: 1 / 3; /* 1行目と2行目を使って大きく表示 */
    width: 100%;
    border-radius: 24px; 
    overflow: hidden; 
    box-shadow: 0 25px 60px rgba(0,0,0,0.5); 
    background: #000;
    border: 4px solid #333; 
}
.yt-image-video img { width: 100%; height: 100%; object-fit: cover; display: block; }

.yt-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}
.yt-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.yt-side-button {
    grid-column: 2; 
    grid-row: 3; 
    text-align: center;
}
.yt-link { 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff; 
    text-decoration: none; 
    font-weight: 900; 
    border: 2px solid #ff0000;
    padding: 18px 40px;
    border-radius: 60px;
    background: #ff0000;
    transition: all 0.3s ease;
    font-size: 20px; 
    width: 100%;
    box-sizing: border-box;
}
.yt-link:hover { 
    background: transparent; 
    color: #ffffff;
}
.yt-link i { margin-left: 12px; font-size: 1.2em; color: #fff; }
.yt-link { 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff; 
    text-decoration: none; 
    font-weight: 900; 
    border: 2px solid #ff0000;
    padding: 18px 40px;
    border-radius: 60px;
    background: #ff0000;
    transition: all 0.3s ease;
    font-size: 20px; 
    width: 100%;
    box-sizing: border-box;
}
.yt-link:hover { 
    background: transparent; 
    color: #ffffff;
}
.yt-link i { margin-left: 12px; font-size: 1.2em; color: #fff; }
.yt-link { 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff; 
    text-decoration: none; 
    font-weight: 900; 
    border: 2px solid #ff0000;
    padding: 18px 40px;
    border-radius: 60px;
    background: #ff0000;
    transition: all 0.3s ease;
    font-size: 20px; /* PC固定サイズ */
    width: 100%;
    box-sizing: border-box;
}
.yt-link:hover { 
    background: transparent; 
    color: #ffffff;
}
.yt-link i { margin-left: 12px; font-size: 1.2em; color: #fff; }

/* --- 6. Backorder Block --- */
.top-bo-block {
    padding: clamp(70px, 9vw, 120px) 0;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.top-bo-block .top-bo-inner { position: relative; z-index: 1; }

/* 大カード1枚 */
.bo-card {
    background: #fff;
    border-radius: 14px;
    padding: clamp(32px, 4.5vw, 56px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    position: relative;
}

/* 1. ヘッダー（全幅・中央） */
.bo-head {
    text-align: center;
    margin-bottom: clamp(30px, 4vw, 48px);
}
.bo-head .bo-eyebrow { margin: 0 0 18px; }
.bo-head-title {
    font-size: clamp(22px, 3.2vw, 34px);
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.55;
    margin: 0;
}
.bo-head-title .bo-head-sub { font-size: 0.88em; }
.bo-head-title .bo-head-main { font-size: 1.18em; }
.bo-head-title .highlight-yellow {
    background: linear-gradient(transparent 65%, rgba(255, 235, 59, 0.75) 65%);
    padding: 0 4px;
    font-weight: 900;
}

/* eyebrow バッジ（赤グラデ白抜き） */
.bo-eyebrow {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 0.18em;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(135deg, #e70314 0%, #8b1102 100%);
    padding: 6px 14px;
    border-radius: 4px;
}

/* 2. 内部の2カラム（PC）/ 1カラム（SP） */
.bo-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(28px, 3.5vw, 48px);
    align-items: stretch;
}
.bo-col {
    display: flex;
    flex-direction: column;
}
.bo-col-visual { justify-content: center; }

/* 漫画画像（STEP01「まずは相談」）＋ 黄色オーバーレイタグ */
.bo-manga {
    position: relative;
    margin: 0;
    border-radius: 12px;
    /*overflow: hidden;*/
    background: #fff;
    /* box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);*/
    border: 4px solid #fff;
    transform: rotate(-1deg);
}
.bo-manga img { display: block; width: 100%; height: auto; }
.bo-manga-tag {
    position: absolute;
    border-radius: 12px;
    left: -20px;
    bottom: 18px;
    background: linear-gradient(135deg, #e70314 0%, #8b1102 100%);
    color: #fff;
    padding: 14px 32px 22px;
    border-radius: 0;
    font-weight: 700;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.3;
    text-align: left;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.bo-manga-tag .bo-tag-sub {
    font-size: 0.75em;
    font-weight: 700;
}
.bo-manga-tag .highlight-yellow {
    background: linear-gradient(transparent 88%, #fff000 88%);
    padding: 0 3px;
    font-weight: 900;
    font-size: 1.3em;
}

/* 解決見出し */
.bo-solve-title {
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.4;
    margin: 0 0 18px;
    font-size: clamp(22px, 2.6vw, 28px);
}
.bo-solve-title .highlight {
    background: linear-gradient(135deg, #e70314 0%, #8b1102 100%);
    color: #fff;
    padding: 0.05em 0.28em 0.14em;
    display: inline-block;
    line-height: 1;
    margin: 0.15em 0.06em 0;
    vertical-align: baseline;
    border-radius: 3px;
    transform: translateY(0.04em);
}

.bo-solve-lead {
    font-size: 15px;
    line-height: 1.85;
    color: #444;
    margin: 0 0 22px;
}
.bo-solve-lead strong { color: #1a1a1a; }

/* 悩み見出し（分離された見出し / .bo-solve-title と同サイズ） */
.bo-worries-title {
    display: flex; align-items: center; gap: 10px;
    font-size: clamp(22px, 2.6vw, 28px);
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.4;
    margin: 0 0 14px;
}
.bo-worries-title i { color: #e70314; font-size: 0.95em; }

/* 悩みリスト */
.bo-worries {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px 22px;
    margin: 0 0 26px;
}
.bo-worries-list {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 12px;
}
.bo-worries-list li {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 17px; font-weight: 700; color: #333; line-height: 1.6;
}
.bo-worries-list li i {
    color: #e70314; width: 20px; text-align: center; flex-shrink: 0;
    margin-top: 4px;
}

/* 手法 (5ステップ) */
.bo-method {
    background: #fff6f6;
    border-left: 4px solid #e70314;
    border-radius: 0 10px 10px 0;
    padding: 16px 18px;
    margin: 0;
}
.bo-method-head {
    font-size: 14px; font-weight: 900; color: #e70314;
    margin: 0 0 12px;
}
.bo-method-head strong { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 17px; }

.bo-steps {
    list-style: none; margin: 0; padding: 0;
    display: flex; align-items: center; flex-wrap: wrap;
    gap: 6px 4px;
}
.bo-steps > li:not(.bo-step-arrow) {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    background: #fff; border: 1px solid #f0d2d4;
    border-radius: 8px; padding: 8px 6px;
    flex: 1 1 0; min-width: 0;
}
.bo-step-num { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 18px; color: #e70314; line-height: 1; }
.bo-step-label { font-size: 12px; font-weight: 700; color: #333; white-space: nowrap; }
.bo-step-arrow { color: #ccc; font-size: 11px; display: flex; align-items: center; }

/* 3. まとめ（全幅）＋社長チャット＋CTA */
.bo-summary {
    margin-top: clamp(36px, 4.5vw, 56px);
    padding-top: clamp(28px, 4vw, 40px);
    border-top: 1px dashed #e0e0e0;
}
.bo-summary-text {
    text-align: center;
    font-size: clamp(15px, 1.6vw, 17px);
    line-height: 1.9;
    color: #333;
    margin: 0 auto 28px;
    max-width: 760px;
}
.bo-summary-text strong { color: #e70314; font-weight: 900; font-size: 1.8em; line-height: 1.4; display: inline-block; margin: 0.15em 0; }

/* 社長チャットバブル（backorder.css の bo-chat 系を踏襲・top スコープで複製） */
.bo-chat-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin: 0 auto 28px;
    max-width: 720px;
}
.bo-chat-icon {
    flex-shrink: 0;
    width: 72px;
    text-align: center;
}
.bo-chat-icon img,
.bo-chat-icon .placeholder-icon {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    background: #f0f0f0;
    overflow: hidden;
}
.bo-chat-icon .placeholder-icon {
    display: flex; align-items: center; justify-content: center;
    color: #999; font-size: 28px;
}
.bo-chat-icon .icon-label {
    display: block;
    font-size: 11px;
    font-weight: 900;
    color: #555;
    margin-top: 4px;
    letter-spacing: 0.05em;
}
.bo-chat-bubble {
    position: relative;
    background: #fff6f6;
    border: 1px solid #f0d2d4;
    border-radius: 14px;
    padding: 16px 20px;
    font-size: 15px;
    line-height: 1.75;
    color: #333;
    flex: 1;
}
.bo-chat-bubble::before,
.bo-chat-bubble::after {
    content: '';
    position: absolute;
    top: 22px;
    width: 0; height: 0;
    border-style: solid;
}
.bo-chat-bubble::before {
    left: -10px;
    border-width: 8px 10px 8px 0;
    border-color: transparent #f0d2d4 transparent transparent;
}
.bo-chat-bubble::after {
    left: -8px;
    border-width: 8px 10px 8px 0;
    border-color: transparent #fff6f6 transparent transparent;
}

/* CTA */
.bo-cta-group {
    display: flex; gap: 14px; flex-wrap: wrap;
    justify-content: center;
    max-width: 720px;
    margin: 0 auto;
}
.btn-bo-detail,
.btn-bo-line {
    flex: 1 1 240px;
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px;
    padding: 16px 24px;
    border-radius: 50px;
    font-weight: 900;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s;
    box-sizing: border-box;
}
.btn-bo-detail {
    background: linear-gradient(135deg, #e70314 0%, #8b1102 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(231, 3, 20, 0.30);
}
.btn-bo-detail:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(231, 3, 20, 0.45);
    color: #fff;
}
.btn-bo-line {
    background: #06C755;
    color: #fff;
    box-shadow: 0 10px 24px rgba(6, 199, 85, 0.30);
}
.btn-bo-line:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(6, 199, 85, 0.45);
    color: #fff;
}
.btn-bo-line i { font-size: 1.2em; }

/* --- 7. Trust Block --- */
.top-trust-block { padding: clamp(80px, 10vw, 120px) 0; background: #fcfcfc; }
.trust-flex { display: flex; align-items: center; gap: clamp(40px, 6vw, 80px); }
.trust-visual { flex: 1; }
.trust-visual img { 
    width: 100%; 
    height: auto; 
    display: block; 
    border-radius: 24px; 
    box-shadow: 0 15px 40px rgba(0,0,0,0.08); 
    object-fit: cover;
}

.trust-text { flex: 1.2; }
.trust-title { 
    font-size: clamp(26px, 4vw, 36px); 
    font-weight: 900; 
    color: #1a1a1a; 
    margin-bottom: 30px; 
    line-height: 1.4;
}
.trust-text p { 
    font-size: 16px; 
    margin-bottom: 40px; 
    color: #555; 
    line-height: 1.8;
}
.trust-link { 
    display: inline-block;
    color: #1a1a1a; 
    font-weight: 700; 
    text-decoration: none; 
    border-bottom: 2px solid #e70314; /* サイト共通の赤でアクセント */
    padding-bottom: 5px; 
    transition: all 0.3s;
}
.trust-link:hover { opacity: 0.7; transform: translateX(5px); }
.trust-link i { margin-left: 8px; color: #e70314; }

/* --- 8. Final CTA Block --- */
.top-final-cta-block { padding: 100px 0 150px; }
.cta-card {
    background: #f9f9f9;
    padding: clamp(40px, 8vw, 80px);
    border-radius: 30px;
    text-align: center;
    border: 1px solid #eee;
}
.cta-headline { font-size: clamp(24px, 5vw, 42px); font-weight: 900; color: #1a1a1a; margin-bottom: 25px; line-height: 1.3; }
.cta-subline { font-size: 16px; color: #666; margin-bottom: 50px; }
.cta-btns { display: flex; gap: 20px; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; }
.cta-btns > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    flex: 1 1 280px;
    max-width: 360px;
    box-sizing: border-box;
    transition: all 0.3s;
}
.btn-primary-line { background: #06C755; color: #fff; }
.btn-primary-line i { font-size: 1.4em; }
.btn-primary-line:hover { background: #05a847; color: #fff; transform: translateY(-2px); }
.btn-outline { border: 2px solid #1a1a1a; color: #1a1a1a; background: #fff; }
.btn-outline:hover { background: #1a1a1a; color: #fff; transform: translateY(-2px); }

.cta-tel { font-size: 18px; color: #888; font-weight: 700; }
.cta-tel span { font-family: 'Oswald', sans-serif; color: #1a1a1a; font-size: 1.5em; margin-left: 10px; }

/* --- 6.5. Warranty Block --- */
.top-warranty-block {
    padding: 40px 20px;
    background: linear-gradient(135deg, #e70314 0%, #a0020e 100%);
}
.top-warranty-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(40px, 5vw, 64px) clamp(28px, 4vw, 48px);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.top-warranty-lead {
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
    color: #444;
    line-height: 1.8;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.top-wplan-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.top-wplan-item {
    --plan-color: #ccc;
    --plan-color-soft: #f3f3f3;
    background: linear-gradient(180deg, var(--plan-color-soft) 0%, #fff 55%);
    border-radius: 14px;
    padding: 30px 20px 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.08);
    border-top: 10px solid var(--plan-color);
    position: relative;
}

.top-wplan-bronze   { --plan-color: #cd7f32; --plan-color-soft: #fff3e0; }
.top-wplan-silver   { --plan-color: #9e9e9e; --plan-color-soft: #ececec; }
.top-wplan-gold     { --plan-color: #d4a017; --plan-color-soft: #fff7d6; }
.top-wplan-platinum { --plan-color: #6a6a8a; --plan-color-soft: #ededf3; }

.top-wplan-name {
    font-size: 22px;
    font-weight: 900;
    color: var(--plan-color);
    letter-spacing: 0.04em;
}
.top-wplan-parts { font-size: 13px; color: #666; font-weight: 700; line-height: 1; }
.top-wplan-parts em {
    font-family: "Oswald", sans-serif;
    font-size: 54px;
    font-weight: 700;
    color: var(--plan-color);
    font-style: normal;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}

.top-wplan-note {
    font-size: 11px;
    font-weight: 900;
    background: #555;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.top-wplan-badge {
    font-size: 11px;
    font-weight: 900;
    background: #e70314;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.top-wfeature-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.top-wfeature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.top-wfeature-item i { color: #e70314; font-size: 18px; }

.top-warranty-link { display: flex; justify-content: center; margin-top: 50px; }

.btn-top-warranty {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(to right, #e70314, #8b1102);
    color: #fff;
    padding: 18px 50px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(231, 3, 20, 0.35);
}
.btn-top-warranty:hover { filter: brightness(1.1); box-shadow: 0 10px 30px rgba(231, 3, 20, 0.55); }

/* --- 9. Map Block --- */
.top-map-block { width: 100%; }
.top-map-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 21 / 9;
    overflow: hidden;
    background: #e8e8e8;
}
.top-map-frame iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
    display: block;
}

/* --- Responsive --- */
@media screen and (max-width: 639px) {
    .top-hero-block { padding: 120px 0 80px; text-align: center; }
    .hero-label { margin-bottom: 20px; }
    .hero-cta-group, .cta-btns { flex-direction: column; width: 100%; gap: 12px; }
    .cta-btn, .btn-primary-line, .btn-outline { width: 100%; box-sizing: border-box; }
    .cta-btns > a { padding: 14px 20px; font-size: 16px; gap: 10px; max-width: none; flex: 1 1 auto; }
    .btn-primary-line i { font-size: 1.2em; }

    .top-choice-block { margin-top: -30px; padding-bottom: 40px; }
    .choice-container { grid-template-columns: 1fr; }

    .top-values-block-v2 { padding: 60px 0; }
    .values-main-features { gap: 40px; margin-top: 40px; margin-bottom: 40px; }
    .v2-feature-item, .v2-item-consult { flex-direction: column; min-height: auto; }
    .v2-feature-visual { height: 240px; flex: none; }
    .v2-feature-content { padding: 40px 20px; }
    .v2-num { font-size: 80px; top: 10px; left: 10px; opacity: 0.1; }
    .v2-item-consult .v2-num { right: 10px; }
    .v2-text h3 { font-size: 22px; margin-bottom: 15px; }
    .v2-text p { font-size: 15px; }
    .values-sub-grid { grid-template-columns: 1fr; gap: 20px; }
    .v2-sub-item { padding: 30px 20px; }
    .v2-sub-num { font-size: 36px; }
    .v2-sub-content h3 { font-size: 18px; }
    .top-stock-block { padding: 60px 0; overflow: hidden; }
    .stock-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding: 0 20px 20px;
        margin: 0 -20px;
        -webkit-overflow-scrolling: touch;
    }
    .stock-grid::-webkit-scrollbar { display: none; } /* スクロールバー非表示 */
    .sl-card {
        flex: 0 0 280px;
        scroll-snap-align: center;
    }
    .stock-footer { margin-top: 30px; }

    .yt-content { display: flex; flex-direction: column; gap: 30px; }
    .yt-image-video { order: 1; width: 100%; border-radius: 12px; }
    .yt-title { order: 2; font-size: clamp(28px, 8vw, 36px); text-align: left; }
    .yt-goo-intro-block { order: 3; }
    .yt-desc { order: 4; font-size: 15px; text-align: left; }
    .yt-side-button { order: 5; text-align: center; width: 100%; }
    .yt-link { width: auto; min-width: 280px; font-size: clamp(16px, 4vw, 20px); }

    /* BACK ORDER: 単一カード内をヘッダー → 漫画 → 悩み・解決 → まとめ・社長・CTA */
    .bo-card { padding: 22px 18px; }
    .bo-head { margin-bottom: 24px; }
    .bo-head .bo-eyebrow { margin-bottom: 12px; }
    .bo-head-title { font-size: 19px; line-height: 1.55; }
    .bo-eyebrow { font-size: 12px; padding: 5px 12px; }
    .bo-cols { grid-template-columns: 1fr; gap: 26px; }
    .bo-col-visual { justify-content: flex-start; }
    .bo-manga { transform: rotate(-1.5deg); }
    .bo-manga-tag { left: 0; bottom: 14px; padding: 10px 16px 16px; font-size: 20px; }
    .bo-worries-title { font-size: 19px; margin-bottom: 12px; }
    .bo-worries { padding: 16px 18px; margin-bottom: 20px; }
    .bo-worries-list { gap: 10px; }
    .bo-worries-list li { font-size: 15px; }
    .bo-solve-title { font-size: 19px; margin-bottom: 12px; }
    .bo-solve-lead { font-size: 14px; line-height: 1.75; margin-bottom: 18px; }
    .bo-method { padding: 12px 14px; }
    .bo-steps { gap: 4px 2px; }
    .bo-steps > li:not(.bo-step-arrow) { padding: 6px 2px; }
    .bo-step-num { font-size: 15px; }
    .bo-step-label { font-size: 10.5px; }
    .bo-step-arrow { display: none; }
    .bo-summary { margin-top: 28px; padding-top: 22px; }
    .bo-summary-text { font-size: 14px; line-height: 1.8; margin-bottom: 20px; }
    .bo-chat-item { gap: 10px; margin-bottom: 20px; }
    .bo-chat-icon { width: 56px; }
    .bo-chat-icon img, .bo-chat-icon .placeholder-icon { width: 56px; height: 56px; }
    .bo-chat-icon .placeholder-icon { font-size: 22px; }
    .bo-chat-icon .icon-label { font-size: 10px; }
    .bo-chat-bubble { font-size: 13.5px; padding: 12px 14px; }
    .bo-chat-bubble::before, .bo-chat-bubble::after { top: 18px; }
    .bo-cta-group { flex-direction: column; gap: 10px; }
    .btn-bo-detail, .btn-bo-line { flex: 1 1 auto; width: 100%; padding: 14px 18px; font-size: 14px; }

    .trust-flex { flex-direction: column; gap: 30px; }
    .trust-visual, .trust-text { width: 100%; text-align: center; }
    .trust-title { font-size: 24px; margin-bottom: 20px; }
    .trust-link { display: inline-block; }

    .section-head-flex { flex-direction: column; align-items: center; text-align: center; }
    .view-all-link { margin-top: 20px; }
    .cta-card { padding: 40px 20px; border-radius: 20px; }
    .cta-headline { font-size: 24px; }
    .cta-tel span { display: block; margin: 10px 0 0; font-size: 28px; }

    /* Warranty Block */
    .top-warranty-block { padding: 60px 16px; }
    .top-warranty-inner { padding: 32px 18px; border-radius: 14px; }
    .top-wplan-item { padding: 22px 14px 20px; gap: 8px; border-top-width: 8px; }
    .top-wplan-name { font-size: 18px; }
    .top-wplan-parts em { font-size: 40px; }

    /* Map Block: SPは縦長めの比率に */
    .top-map-frame { aspect-ratio: 4 / 3; }
    .top-wplan-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .top-wfeature-list { flex-direction: column; gap: 16px; align-items: flex-start; padding: 0 10px; }
    .btn-top-warranty { width: 100%; max-width: 340px; justify-content: center; box-sizing: border-box; }

    .pc-only { display: none !important; }
    .sp-only { display: block !important; }
}

@media screen and (min-width: 640px) {
    .sp-only { display: none !important; }
}
