@charset "UTF-8";

/* =========================================================
   HOME専用
   ========================================================= */

.home-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 12px 0px 12px;
}

/* 共通見出し */
.section-heading {
    text-align: center;
    margin-bottom: 24px;
}

.section-heading--compact {
    margin-bottom: 18px;
}

.section-heading__en {
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff1eb;
    color: #c84b1c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}

.section-heading__title {
    margin: 0;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.35;
    color: #2b2b2b;
}

.section-heading__text {
    margin: 10px 0 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

/* ヒーロー */
.home-hero {
    margin-bottom: 10px;
}

.home-hero__inner {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 26px;
    align-items: center;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(135deg, #fff8f4 0%, #ffffff 60%);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid #f3e5dc;
}

.home-hero__image {
    text-align: center;
}

.home-hero__badge {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffedd5, #fed7aa);
    color: #9a3412;
    font-size: 12px;
    font-weight: 800;
}

.home-hero__title {
    margin: 14px 0 12px;
    font-size: 38px;
    line-height: 1.35;
    color: #1f2937;
    font-weight: 900;
}

.home-hero__text {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.9;
}

.home-hero__actions {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.home-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    transition: all .2s ease;
}

.home-main-btn:hover {
    transform: translateY(-1px);
}

.home-main-btn--primary {
    background: linear-gradient(135deg, #ff9f1a, #f97316);
    color: #fff;
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.25);
}

.home-main-btn--secondary {
    background: #fff;
    color: #334155;
    border: 1px solid #e2e8f0;
}

/* 買取フロー */
.purchase-section {
    margin-bottom: 10px;
}

.purchase-flow-card {
    margin-bottom: 24px;
    padding: 22px 18px 20px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
    border: 1px solid #ececec;
}

.purchase-flow-card--orange {
    border-color: #ffe1bf;
    background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
}

.purchase-flow-card--gray {
    border-color: #e5e7eb;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.purchase-flow-card__head {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.purchase-flow-card__label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 800;
    color: #ea580c;
    letter-spacing: .08em;
}

.purchase-flow-card__title {
    margin: 0;
    font-size: 26px;
    line-height: 1.4;
    color: #1f2937;
    font-weight: 900;
}

.purchase-flow-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.step-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.step-list--4 {
    grid-template-columns: repeat(4, 1fr);
}

.step-list--5 {
    grid-template-columns: repeat(5, 1fr);
}

.step-card {
    margin: 0;
    padding: 8px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e8edf3;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.step-card img {
    display: block;
    width: 100%;
    height: auto;
}

.purchase-button-row,
.purchase-single-button {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ボーナス */
.bonus-section {
    margin-bottom: 38px;
}

.bonus-modern {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff8e8 0%, #fff 60%);
    border: 1px solid #ffe0a3;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.bonus-modern__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.bonus-modern__eyebrow {
    font-size: 12px;
    font-weight: 800;
    color: #b45309;
    margin-bottom: 6px;
}

.bonus-modern__title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    color: #f97316;
}

.bonus-modern__sub {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}

.bonus-modern__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 18px 20px;
    border-radius: 22px;
    background: linear-gradient(135deg, #fb923c, #f97316);
    color: #fff;
    box-shadow: 0 12px 24px rgba(249, 115, 22, 0.28);
}

.bonus-modern__badge-small {
    font-size: 13px;
    font-weight: 700;
}

.bonus-modern__badge-main {
    margin-top: 4px;
    font-size: 28px;
    font-weight: 900;
}

.bonus-modern__table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.bonus-modern__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 64px;
    padding: 10px 12px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #ffe7c2;
    font-weight: 800;
}

.bonus-modern__row--emphasis {
    background: #fff4db;
}

.bonus-modern__row--strong {
    background: linear-gradient(135deg, #fff1cc, #ffe29a);
    border-color: #ffd36c;
}

.bonus-modern__count,
.bonus-modern__arrow,
.bonus-modern__price {
    font-size: 18px;
}

.bonus-modern__arrow {
    color: #f97316;
}

.bonus-modern__price {
    color: #ea580c;
}

.bonus-note {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f8fafc;
    color: #64748b;
    font-size: 13px;
    line-height: 1.8;
    border: 1px solid #e2e8f0;
}
/* =========================
   HOME お知らせ
========================= */
.home-notice-section {
    margin-bottom: 10px;
    padding: 22px 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
    border: 1px solid #ffe1bf;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.home-notice-list {
    display: grid;
    gap: 12px;
}

.home-notice-item {
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.home-notice-item--important {
    border-color: #fb923c;
    background: #fff7ed;
}

.home-notice-toggle {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    text-align: left;
}

.home-notice-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.home-notice-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.home-notice-title {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
    color: #1f2937;
}

.home-notice-arrow {
    font-size: 13px;
    color: #f97316;
    transition: transform .2s ease;
}

.home-notice-item.is-open .home-notice-arrow {
    transform: rotate(90deg);
}

.home-notice-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.home-notice-pill {
    padding: 3px 8px;
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.home-notice-date {
    font-size: 12px;
    color: #64748b;
}

.home-notice-body {
    display: none;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
    font-size: 14px;
    line-height: 1.8;
    color: #334155;
}

.home-notice-item.is-open .home-notice-body {
    display: block;
}


/* 検索 */
.home-search-section {
    margin-bottom: 38px;
    padding: 26px 22px;
    border-radius: 24px;
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    border: 1px solid #dbeafe;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}
.home-search-section .section-heading__title {
    color: #fff;
}
.home-search-section .section-heading__en {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.home-search-keyword-link {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
}

.home-search-keyword-link--monthly {
    background: rgba(255, 159, 26, 0.15);
    border-color: rgba(255, 159, 26, 0.4);
    color: #ffb347;
}

.home-search-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.home-search-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 52px;
    padding: 0 16px;
        border: none;
    border-radius: 14px;
    background: #fff;
    font-size: 15px;
    outline: none;
    height: 54px;
}

.home-search-input:focus {
    border-color: #fb923c;
    box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.12);
}

.home-search-button {
    height: 52px;
    padding: 0 24px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff9f1a, #f97316);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.4);
}


.home-search-keywords {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.home-search-keywords-label {
    font-size: 13px;
    font-weight: 800;
    color: #cbd5f5;
}

.home-search-keyword-link {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dbeafe;
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
}

.home-search-keyword-link--monthly {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #c2410c;
}
/* =========================
   特別指定 見出し（高級版）
   ========================= */
.product-showcase-section-special .section-heading {
    margin-bottom: 28px;
}
.product-showcase-section-special {
    padding: 28px 20px;
    border-radius: 26px;

    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
    border: 1px solid rgba(250, 204, 21, 0.25);

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.product-showcase-section-special .section-heading {
    position: relative;
    padding: 24px 0;
}

.product-showcase-section-special .section-heading::before {
    content: "";
    position: absolute;
    inset: 0;

    border: 1px solid rgba(250, 204, 21, 0.2);
    border-radius: 18px;
}

/* SPECIALラベル */
.product-showcase-section-special .section-heading__en {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;

    background: linear-gradient(135deg, #d4af37, #facc15);
    color: #000;

    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.18em;

    box-shadow: 0 4px 12px rgba(250, 204, 21, 0.4);
}
/* 特別指定買取タイトル強化 */
.product-showcase-section-special .section-heading__title {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.06em;

    /* ★明るめ金に変更 */
    background: linear-gradient(135deg,
            #fff7cc 0%,
            /* 超ハイライト */
            #ffe066 20%,
            /* 明るい金 */
            #ffd700 40%,
            /* ゴールド */
            #fff1a8 60%,
            /* 光 */
            #ffcc00 80%,
            /* 強い金 */
            #fff7cc 100%
            /* 反射 */
        );

    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 2px 6px rgba(0, 0, 0, 0.2),
        0 4px 16px rgba(255, 215, 0, 0.35),
        0 0 25px rgba(255, 215, 0, 0.25);
}
.product-showcase-section-special .section-heading__title {
    -webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.4);
}

/* 下にライン入れると一気に高級 */
.product-showcase-section-special .section-heading__title::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    margin: 14px auto 0;

    background: linear-gradient(90deg, transparent, #facc15, transparent);
}

/* サブテキスト（あれば） */
.product-showcase-section-special .section-heading__text {
    margin-top: 10px;
    color: #d1d5db;
}
/* =========================
   特別指定「もっと見る」
========================= */
.special-more {
    display: flex;
    justify-content: center;
    /* ←中央寄せ */
    margin: 40px 0 20px;
}

/* ボタン強化 */
.special-more .home-main-btn {
    position: relative;
    padding: 14px 36px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 999px;
    transition: all 0.25s ease;

    /* グラデーション（ちょい高級感） */
    background: linear-gradient(135deg, #fff 0%, #f1f1f1 100%);
    border: 1px solid #ddd;

    /* 影 */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* ホバー */
.special-more .home-main-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #ffffff 0%, #eaeaea 100%);
}

/* 矢印ちょい動かす */
.special-more .home-main-btn::after {
    content: "→";
    margin-left: 8px;
    transition: transform 0.2s ease;
}

.special-more .home-main-btn:hover::after {
    transform: translateX(4px);
}


/* 商品一覧 */
.product-showcase-section {
    margin-bottom: 38px;
}

.product-card-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.product-card {
    height: 100%;
    padding: 14px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    transition: all .2s ease;
}

.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.product-card-maker {
    min-height: 22px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 800;
    color: #64748b;
}

.product-card-image-wrap {
    position: relative;
    aspect-ratio: 1 / 1;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 16px;
    background: #f8fafc;
    overflow: hidden;
}

.product-card-image-wrap img {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    object-fit: contain;
    display: block;
}

.product-card-name {
    min-height: 3.8em;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #1f2937;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card-price {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 900;
    color: #dc2626;
}

.product-card-special {
    background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
    border: 1px solid rgba(250, 204, 21, 0.4);

    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
}

.product-card-special:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(250, 204, 21, 0.2);
}

/* メーカー */
.product-card-special .product-card-maker {
    color: #cbd5e1;
}

/* 商品名 */
.product-card-special .product-card-name {
    color: #fff;
}

/* 価格（ここが命） */
.product-card-special .product-card-price {
    color: #facc15;
    font-size: 18px;
}

.product-card-top {
    border-color: #dbeafe;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.special-note-box {
    margin-top: 18px;
    padding: 18px;
    border-radius: 18px;
    background: #fff8f8;
    border: 1px solid #ffd7d7;
}

.special-note-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 900;
    color: #b91c1c;
}

.special-note-list {
    margin: 0;
    padding-left: 1.2em;
    color: #7f1d1d;
    line-height: 1.9;
    font-size: 13px;
}
.product-card-special::before {
    content: "SPECIAL";
    position: absolute;
    top: 10px;
    left: 10px;

    font-size: 10px;
    font-weight: 900;
    color: #000;
    background: #facc15;
    padding: 4px 6px;
    border-radius: 6px;
}
/* PICK UP セクション */
.product-showcase-section-top {
    padding: 28px 20px;
    border-radius: 26px;

    /* ★上が濃くて下にフェード */
    background: linear-gradient(180deg,
            rgba(79, 70, 229, 0.18) 0%,
            /* 上：しっかり色 */
            rgba(99, 102, 241, 0.10) 30%,
            /* 中：少し薄く */
            rgba(255, 255, 255, 0) 80%
            /* 下：消える */
        );

    border: 1px solid rgba(59, 130, 246, 0.15);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}
.product-showcase-section-top .section-heading__title {
    font-weight: 900;

    background: linear-gradient(135deg,
            #3b82f6,
            #6366f1,
            #3b82f6);

    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow: 0 2px 10px rgba(59, 130, 246, 0.2);
}
.product-showcase-section-top .section-heading__en {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    color: #fff;

    box-shadow:
        0 4px 10px rgba(59, 130, 246, 0.3),
        0 0 12px rgba(99, 102, 241, 0.2);
}
.product-card-top {
    border: 1px solid rgba(59, 130, 246, 0.15);

    background: linear-gradient(180deg,
            rgba(239, 246, 255, 0.9),
            #fff);
}

.product-card-top:hover {
    box-shadow: 0 14px 30px rgba(59, 130, 246, 0.15);
}

/* レスポンシブ */
@media (max-width: 1024px) {
    .home-hero__inner {
        grid-template-columns: 1fr;
    }

    .bonus-modern__table {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .home-page {
        padding: 16px 10px 40px;
    }

    .section-heading__title {
        font-size: 24px;
    }

    .home-hero__inner,
    .purchase-flow-card,
    .bonus-modern,
    .home-search-section {
        padding: 18px;
        border-radius: 20px;
    }

    .home-hero__title {
        font-size: 28px;
    }

    .purchase-flow-card__title {
        font-size: 21px;
    }

    .home-search-form {
        flex-direction: column;
        align-items: stretch;
    }

    .home-search-button,
    .bonus-modern__badge {
        width: 100%;
    }

    .bonus-modern__badge {
        min-width: 0;
    }

    .product-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .step-list {
        gap: 6px;
    }

    .step-card {
        padding: 2px;
    }
}
@media (max-width: 640px) {
    .home-notice-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-notice-meta {
        margin-left: 21px;
    }
}

@media (max-width: 480px) {
    .home-hero__title {
        font-size: 22px;
    }
    .product-showcase-section-special .section-heading__title {
        font-size: 30px;
    }

    .section-heading__title {
        font-size: 20px;
    }

    .bonus-modern__table,
    .product-card-grid {
        grid-template-columns: 1fr;
    }

    .purchase-button-row,
    .purchase-single-button,
    .home-hero__actions {
        flex-direction: column;
    }

    .home-main-btn {
        width: 100%;
    }
}