@charset "UTF-8";

/* =========================================================
   campaign.css
   せんたく便 × Amazonギフト券プレゼントキャンペーン LP
   - Mobile First
   - Color: Blue / Gold / White
   ========================================================= */

/* ---------- 0. Tokens ---------- */
:root {
    --c-blue-900: #061b46;
    --c-blue-800: #0c2a6a;
    --c-blue-700: #133b97;
    --c-blue-600: #1a4ec2;
    --c-blue-500: #2a6fef;
    --c-blue-100: #e6efff;

    --c-gold-700: #b8861d;
    --c-gold-500: #f0bf3a;
    --c-gold-300: #ffd966;
    --c-gold-200: #ffe89a;

    --c-pink-500: #ef2f63;

    --c-line: #00c300;
    --c-line-dark: #00a000;

    --c-text: #1c2540;
    --c-text-sub: #4a5573;
    --c-muted: #7d869c;
    --c-bg: #ffffff;
    --c-bg-soft: #f6f9ff;
    --c-border: #d7dfee;

    --shadow-sm: 0 2px 6px rgba(7, 24, 70, 0.08);
    --shadow-md: 0 8px 24px rgba(7, 24, 70, 0.12);
    --shadow-lg: 0 14px 36px rgba(7, 24, 70, 0.18);

    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 22px;
    --radius-pill: 999px;

    --font-jp: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, -apple-system, "Segoe UI", sans-serif;

    --container: 1080px;
    --header-h: 56px;
}

/* ---------- 1. Reset ---------- */
.cmp-body,
.cmp-body * {
    box-sizing: border-box;
}

.cmp-body {
    margin: 0;
    padding: 0;
    font-family: var(--font-jp);
    font-size: 16px;
    line-height: 1.7;
    color: var(--c-text);
    background: var(--c-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    /* スマホで追従CTA分の余白を確保 */
    padding-bottom: 88px;
}

@media (min-width: 768px) {
    .cmp-body {
        padding-bottom: 0;
    }
}

.cmp-body img {
    max-width: 100%;
    height: auto;
    display: block;
}

.cmp-body a {
    color: #ffffff;
    text-decoration: none;
}

.cmp-body a:hover {
    text-decoration: none;
}

.cmp-body h1,
.cmp-body h2,
.cmp-body h3 {
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
}

.cmp-body p,
.cmp-body ul,
.cmp-body ol,
.cmp-body dl {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.cmp-body :focus-visible {
    outline: 3px solid var(--c-gold-500);
    outline-offset: 3px;
    border-radius: 4px;
}

/* ---------- 2. Layout helpers ---------- */
.cmp-container {
    width: 100%;
    max-width: var(--container);
    padding: 0 20px;
    margin: 0 auto;
}

.cmp-br-sp {
    display: inline;
}

@media (min-width: 768px) {
    .cmp-br-sp {
        display: none;
    }
}

.cmp-section {
    padding: 56px 0;
}

@media (min-width: 768px) {
    .cmp-section {
        padding: 88px 0;
    }
}

.cmp-section .cmp-section__note {
    margin-top: 36px;
    text-align: center;
    color: var(--c-text-sub);
    font-size: 13px;
}

/* ---------- 3. Header ---------- */
.cmp-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: saturate(140%) blur(8px);
    -webkit-backdrop-filter: saturate(140%) blur(8px);
    border-bottom: 1px solid var(--c-border);
}

.cmp-header__inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 8px 16px;
    height: var(--header-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cmp-header__logo img {
    height: 28px;
    width: auto;
}

@media (min-width: 768px) {
    .cmp-header__logo img {
        height: 36px;
    }
}

.cmp-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 18px;
    background: linear-gradient(135deg, var(--c-gold-500) 0%, var(--c-gold-300) 100%);
    color: var(--c-blue-900);
    font-weight: 700;
    font-size: 14px;
    border-radius: var(--radius-pill);
    box-shadow: 0 2px 0 rgba(184, 134, 29, 0.6);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-decoration: none;
}

.cmp-header__cta:hover {
    transform: translateY(-1px);
    text-decoration: none;
    box-shadow: 0 4px 0 rgba(184, 134, 29, 0.6);
}

.cmp-header__cta:active {
    transform: translateY(1px);
    box-shadow: 0 0 0 rgba(184, 134, 29, 0.6);
}

/* ---------- 4. First View ---------- */
.cmp-fv {
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 32px 0 64px;
    isolation: isolate;
}

@media (max-width: 767px) {
    .cmp-fv {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .cmp-fv {
        padding: 48px 0 96px;
    }
}

.cmp-fv__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(ellipse at top, #1d49a9 0%, #0a1c52 55%, #050f33 100%);
}

.cmp-fv__inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.cmp-fv__period {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 14px;
    background: linear-gradient(135deg, var(--c-pink-500) 0%, #c2185b 100%);
    border: none;
    border-radius: var(--radius-pill);
    width: auto;
    max-width: 100%;
    padding: 12px 48px;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(7, 24, 70, 0.28);
}

.cmp-fv__period-label {
    font-size: 13px;
    letter-spacing: 0.08em;
    font-weight: 800;
    color: var(--c-pink-500);
    background: #ffffff;
    border: none;
    border-radius: var(--radius-pill);
    padding: 4px 12px;
}

.cmp-fv__period-date {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.cmp-fv__period-date small {
    font-size: 12px;
    margin-left: 1px;
    font-weight: 700;
    color: #ffffff;
}

.cmp-fv__period-arrow {
    display: inline-block;
    margin: 0 4px;
    color: #ffffff;
    font-weight: 900;
}

@media (min-width: 768px) {
    .cmp-fv__period {
        padding: 14px 60px;
    }

    .cmp-fv__period-date {
        font-size: 24px;
    }

    .cmp-fv__period-label {
        font-size: 14px;
    }
}

.cmp-fv__title {
    margin-bottom: 48px;
    padding-block: 1rem;
}

@media (min-width: 768px) {
    .cmp-fv__title {
        margin-bottom: 64px;
    }
}

.cmp-fv__title-sub {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    background: var(--c-gold-300);
    color: var(--c-blue-900);
    padding: 6px 16px;
    border-radius: var(--radius-pill);
    margin-bottom: 14px;
    letter-spacing: 0.02em;
}

.cmp-fv__title-sub em {
    font-style: normal;
    font-size: 1.1em;
    font-weight: 900;
    color: var(--c-pink-500);
    margin: 0 2px;
}

.cmp-fv__title-main {
    display: block;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
    margin-bottom: 14px;
}

.cmp-fv__title-row1 {
    display: block;
    font-size: clamp(22px, 6.5vw, 38px);
    color: var(--c-gold-300);
    margin-bottom: 4px;
}

.cmp-fv__title-row2 {
    display: block;
    font-size: clamp(28px, 8vw, 52px);
    color: #fff;
}

.cmp-fv__title-amount {
    display: inline-block;
    background: linear-gradient(180deg, #fff7c0 0%, var(--c-gold-300) 50%, #c9941f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 1.15em;
    margin-right: 4px;
    filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.25));
}

@media (max-width: 767px) {
    .cmp-fv__title-amount {
        display: block;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .cmp-fv__title-sub {
        font-size: 18px;
    }
}

.cmp-fv__visual {
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

@media (max-width: 767px) {
    .cmp-fv__visual {
        width: calc(100% + 80px);
        max-width: none;
        margin: 0 -40px;
        border-radius: 0;
        box-shadow: none;
    }
}

.cmp-fv__visual img {
    width: 100%;
    height: auto;
    display: block;
}

.cmp-fv__ctas {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
    max-width: 460px;
    margin: 0 auto;
}

.cmp-fv .cmp-fv__note {
    margin-top: 22px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
}

@media (min-width: 768px) {
    .cmp-fv__ctas {
        max-width: 560px;
    }

    .cmp-fv__note {
        font-size: 13px;
    }
}

/* ---------- 5. Buttons ---------- */
.cmp-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-align: center;
    padding: 16px 40px;
    border-radius: var(--radius-pill);
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    min-height: 56px;
    line-height: 1.3;
    position: relative;
}

.cmp-btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.cmp-btn:active {
    transform: translateY(1px);
}

.cmp-btn--primary {
    background: linear-gradient(180deg, #ffd966 0%, #f0bf3a 50%, #d99c1d 100%);
    color: var(--c-blue-900);
    box-shadow: 0 6px 0 rgba(176, 110, 12, 0.6), 0 12px 24px rgba(0, 0, 0, 0.18);
    border: 2px solid #ffe89a;
}

.cmp-btn--primary:hover {
    box-shadow: 0 8px 0 rgba(176, 110, 12, 0.6), 0 14px 28px rgba(0, 0, 0, 0.22);
    filter: brightness(1.04);
}

.cmp-btn--primary::after {
    content: "▶";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: var(--c-blue-900);
    opacity: 0.5;
    pointer-events: none;
}

.cmp-btn--line {
    background: var(--c-line);
    color: #fff;
    box-shadow: 0 4px 0 var(--c-line-dark);
    border: 2px solid var(--c-line);
    flex-direction: row;
    gap: 8px;
}

.cmp-btn--line:hover {
    color: #fff;
    background: #00cd00;
    box-shadow: 0 6px 0 var(--c-line-dark);
}

.cmp-btn--small {
    min-height: 48px;
    padding: 12px 20px;
    font-size: 14px;
}

.cmp-btn--large {
    min-height: 72px;
    padding: 18px 52px;
    font-size: 17px;
}

.cmp-btn__main {
    font-size: 16px;
    font-weight: 900;
}

.cmp-btn--large .cmp-btn__main {
    font-size: 18px;
}

@media (min-width: 768px) {
    .cmp-btn--large .cmp-btn__main {
        font-size: 20px;
    }
}

.cmp-btn__sub {
    font-size: 12px;
    font-weight: 700;
    opacity: 0.85;
}

.cmp-btn--large .cmp-btn__sub {
    font-size: 13px;
}

.cmp-btn__line-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-shrink: 0;
}

.cmp-btn__line-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

/* ---------- 6. Heading ---------- */
.cmp-heading {
    text-align: center;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .cmp-heading {
        margin-bottom: 48px;
    }
}

.cmp-heading__en {
    display: block;
    font-size: 12px;
    letter-spacing: 0.18em;
    font-weight: 600;
    color: var(--c-gold-700);
    margin-bottom: 8px;
}

.cmp-heading__main {
    font-size: 24px;
    font-weight: 900;
    color: var(--c-blue-900);
    line-height: 1.4;
    position: relative;
    display: inline-block;
}

.cmp-heading__main::after {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, var(--c-gold-500) 0%, var(--c-gold-300) 100%);
    border-radius: 2px;
}

/* SPのみ「せんたく便の」の直後で改行（767px以下） */
.cmp-heading__sp-br::before {
    content: none;
}

@media (max-width: 767px) {
    .cmp-heading__sp-br::before {
        content: "\A";
        white-space: pre;
    }
}

.cmp-heading .cmp-heading__lead {
    margin-top: 18px;
    color: var(--c-text-sub);
    font-size: 14px;
}

.cmp-heading--small .cmp-heading__main {
    font-size: 20px;
}

.cmp-heading--small .cmp-heading__main::after {
    width: 36px;
    height: 3px;
}

@media (min-width: 768px) {
    .cmp-heading__main {
        font-size: 32px;
    }

    .cmp-heading .cmp-heading__lead {
        font-size: 16px;
    }

    .cmp-heading--small .cmp-heading__main {
        font-size: 24px;
    }
}

/* ---------- 7. Overview Section ---------- */
.cmp-section--overview {
    background: var(--c-bg-soft);
    text-align: center;
}

.cmp-overview-list {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--c-border);
    overflow: hidden;
    margin: 0 auto;
}

.cmp-overview-list__row {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: 1px solid var(--c-border);
}

.cmp-overview-list__row:last-child {
    border-bottom: none;
}

.cmp-overview-list__row dt {
    background: linear-gradient(135deg, var(--c-blue-700) 0%, var(--c-blue-600) 100%);
    color: #fff;
    font-weight: 700;
    padding: 12px 18px;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: center !important;
}

.cmp-overview-list__row dd {
    margin: 0;
    padding: 16px 18px;
    color: var(--c-text);
    font-size: 15px;
    text-align: center !important;
}

.cmp-overview-list__row dd strong {
    color: var(--c-blue-800);
    font-weight: 900;
}

@media (min-width: 768px) {
    .cmp-overview-list__row {
        grid-template-columns: 200px 1fr;
    }

    .cmp-overview-list__row dt {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }

    .cmp-overview-list__row dd {
        font-size: 16px;
        padding: 18px 24px;
        text-align: left !important;
    }
}

.cmp-overview-cta {
    margin-top: 32px;
    text-align: center;
}

/* ---------- 8. Steps ---------- */
.cmp-section--steps {
    background: #fff;
}

.cmp-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .cmp-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
}

/* タブレット幅では3列だとカードが狭く長い見出しが折れるため1列に */
@media (min-width: 768px) and (max-width: 991px) {
    .cmp-steps {
        grid-template-columns: 1fr;
        max-width: 560px;
    }
}

.cmp-step {
    background: linear-gradient(180deg, #fff 0%, var(--c-bg-soft) 100%);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-md);
    padding: 28px 22px 24px;
    text-align: left;
    box-shadow: var(--shadow-sm);
    position: relative;
}

.cmp-step .cmp-step__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 auto 14px;
    padding: 0;
    font-size: 16px;
    font-weight: 800;
    color: var(--c-gold-700);
    letter-spacing: 0;
    background: var(--c-gold-200);
    border-radius: 50%;
    text-align: center;
}

.cmp-step .cmp-step__title {
    font-size: 18px;
    color: var(--c-blue-900);
    margin-bottom: 10px;
    font-weight: 900;
    text-align: center;
    word-break: keep-all;
}

.cmp-step .cmp-step__desc {
    color: var(--c-text-sub);
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
}

@media (min-width: 768px) {
    .cmp-step .cmp-step__title {
        font-size: 20px;
    }

    .cmp-step .cmp-step__desc {
        font-size: 15px;
    }
}

/* ---------- 9. Services (TOPページのサービスカード踏襲) ---------- */
.cmp-section--services {
    background: var(--c-bg-soft);
}

.cmp-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

@media (min-width: 600px) {
    .cmp-services {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (min-width: 900px) {
    .cmp-services {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
}

.cmp-service-card {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 18px 12px 18px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}

.cmp-service-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.cmp-service-card a {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.cmp-service-card a:hover {
    text-decoration: none;
}

.cmp-service-card img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto;
}

.cmp-service-card__img--chosei {
    margin-top: 24px;
}

.cmp-service-card h3 {
    font-size: 15px;
    color: #42546A;
    font-weight: 700;
    margin: 0.6em 0 0.8em;
    line-height: 1.4;
}

.cmp-service-card__btn {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
}

.cmp-service-card__btn span {
    display: block;
    padding: 8px 22px 8px 8px;
    border: 1px solid #3972B7;
    border-radius: 30px;
    color: #3972B7;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12'%3E%3Cpath fill='%233972B7' d='M3 1l6 5-6 5V1z'/%3E%3C/svg%3E") no-repeat right 12px center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.cmp-service-card a:hover .cmp-service-card__btn span,
.cmp-service-card a:focus-visible .cmp-service-card__btn span {
    background-color: #3972B7;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12'%3E%3Cpath fill='%23ffffff' d='M3 1l6 5-6 5V1z'/%3E%3C/svg%3E");
}

@media (min-width: 768px) {
    .cmp-service-card {
        padding: 22px 14px 20px;
    }

    .cmp-service-card h3 {
        font-size: 17px;
        margin: 0.8em 0 1em;
    }

    .cmp-service-card__btn span {
        font-size: 14px;
        padding: 9px 30px 9px 20px;
    }
}

.cmp-services__cta {
    margin-top: 32px;
    text-align: center;
}

/* ---------- 10. Merits ---------- */
.cmp-section--merits {
    background: #fff;
}

.cmp-merits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (min-width: 768px) {
    .cmp-merits {
        grid-template-columns: repeat(4, 1fr);
        gap: 22px;
    }
}

.cmp-merit {
    background: linear-gradient(180deg, var(--c-blue-100) 0%, #fff 100%);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-md);
    padding: 22px 16px 20px;
    text-align: left;
    box-shadow: var(--shadow-sm);
}

.cmp-merit__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--c-blue-700) 0%, var(--c-blue-500) 100%);
    color: var(--c-gold-300);
    margin: 0 auto 14px;
    box-shadow: 0 4px 12px rgba(19, 59, 151, 0.35);
}

.cmp-merit .cmp-merit__title {
    font-size: 15px;
    color: var(--c-blue-900);
    margin-bottom: 8px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
}

.cmp-merit .cmp-merit__desc {
    color: var(--c-text-sub);
    font-size: 13px;
    line-height: 1.7;
    text-align: left;
}

@media (min-width: 768px) {
    .cmp-merit .cmp-merit__title {
        font-size: 17px;
    }

    .cmp-merit .cmp-merit__desc {
        font-size: 14px;
    }
}

/* ---------- 11. LINE Banner ---------- */
.cmp-section--line {
    background: var(--c-bg-soft);
}

.cmp-visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cmp-line-banner {
    display: block;
    max-width: 720px;
    margin: 0 auto;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cmp-line-banner:hover,
.cmp-line-banner:focus-visible {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 12px 32px rgba(0, 0, 0, 0.12));
}

.cmp-line-banner img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------- 12. FAQ ---------- */
.cmp-section--faq {
    background: #fff;
}

.cmp-faq {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cmp-faq__item {
    border: 1px solid var(--c-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.cmp-faq details {
    width: 100%;
}

.cmp-faq summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 32px 1fr 24px;
    gap: 10px;
    align-items: center;
    font-weight: 700;
    color: var(--c-blue-900);
    background: var(--c-bg-soft);
}

.cmp-faq summary::-webkit-details-marker {
    display: none;
}

.cmp-faq__q {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--c-blue-700);
    color: #fff;
    font-weight: 900;
    font-size: 14px;
}

.cmp-faq__q-text {
    font-size: 15px;
    line-height: 1.5;
}

.cmp-faq__icon {
    width: 20px;
    height: 20px;
    position: relative;
    transition: transform 0.2s ease;
    justify-self: end;
}

.cmp-faq__icon::before,
.cmp-faq__icon::after {
    content: "";
    position: absolute;
    background: var(--c-blue-700);
    border-radius: 2px;
}

.cmp-faq__icon::before {
    top: 9px;
    left: 0;
    width: 20px;
    height: 2px;
}

.cmp-faq__icon::after {
    top: 0;
    left: 9px;
    width: 2px;
    height: 20px;
    transition: transform 0.2s ease;
}

.cmp-faq details[open] .cmp-faq__icon::after {
    transform: scaleY(0);
}

.cmp-faq__a {
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 10px;
    align-items: start;
    background: #fff;
    border-top: 1px solid var(--c-border);
}

.cmp-faq__a-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--c-gold-300);
    color: var(--c-blue-900);
    font-weight: 900;
    font-size: 14px;
}

.cmp-faq__a .cmp-faq__a-text {
    font-size: 14px;
    color: var(--c-text);
    line-height: 1.8;
    padding-top: 4px;
}

@media (min-width: 768px) {
    .cmp-faq__item .cmp-faq__q-text,
    .cmp-faq__a .cmp-faq__a-text {
        font-size: 15px;
    }
}

/* ---------- 13. Notes ---------- */
.cmp-section--notes {
    background: var(--c-bg-soft);
    padding: 40px 0;
}

@media (min-width: 768px) {
    .cmp-section--notes {
        padding: 64px 0;
    }
}

/* .cmp-body ul より詳細度を上げないと padding/list-style が打ち消され、マーカーが枠外に出る */
.cmp-body ul.cmp-notes {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-md);
    padding: 22px 24px 22px 2rem;
    list-style: disc;
    list-style-position: outside;
}

.cmp-body ul.cmp-notes .cmp-notes__item {
    color: var(--c-text-sub);
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 6px;
    list-style: disc;
    list-style-position: outside;
}

.cmp-body ul.cmp-notes .cmp-notes__item:last-child {
    margin-bottom: 0;
}

.cmp-body ul.cmp-notes .cmp-notes__item strong {
    color: var(--c-text);
    font-weight: 700;
}

@media (min-width: 768px) {
    .cmp-body ul.cmp-notes {
        padding: 32px 36px 32px 2.25rem;
    }

    .cmp-body ul.cmp-notes .cmp-notes__item {
        font-size: 14px;
    }
}

/* ---------- 14. Final CTA ---------- */
.cmp-final {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 56px 0 64px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(ellipse at top, #1d49a9 0%, #0a1c52 60%, #050f33 100%);
}

@media (min-width: 768px) {
    .cmp-final {
        padding: 88px 0 96px;
    }
}

.cmp-final::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        radial-gradient(circle at 14% 22%, rgba(255, 217, 102, 0.4) 0 2px, transparent 3px),
        radial-gradient(circle at 86% 78%, rgba(255, 217, 102, 0.4) 0 2px, transparent 3px),
        radial-gradient(circle at 38% 88%, rgba(255, 255, 255, 0.4) 0 1.5px, transparent 2.5px);
    background-repeat: no-repeat;
}

.cmp-final__inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.cmp-final .cmp-final__period {
    display: inline-block;
    color: var(--c-gold-300);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    border-bottom: 2px solid rgba(255, 217, 102, 0.5);
    padding-bottom: 4px;
}

.cmp-final .cmp-final__period strong {
    color: #fff;
    font-weight: 900;
}

.cmp-final__title {
    font-size: clamp(22px, 6vw, 36px);
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 28px;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.cmp-final__title-amount {
    display: inline-block;
    background: linear-gradient(180deg, #fff7c0 0%, var(--c-gold-300) 50%, #c9941f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 1.2em;
}

.cmp-final__ctas {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    max-width: 460px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .cmp-final__ctas {
        max-width: 560px;
    }
}

/* ---------- 15. Footer ---------- */
.cmp-footer {
    background: var(--c-blue-900);
    color: rgba(255, 255, 255, 0.85);
    padding: 32px 0 28px;
    margin-top: 0;
}

.cmp-footer__inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.cmp-footer__logo {
    display: inline-block;
    margin-bottom: 18px;
}

.cmp-footer__logo img {
    width: 180px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.cmp-footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
    margin-bottom: 22px;
    padding: 0;
}

.cmp-footer__nav a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    text-decoration: none;
}

.cmp-footer__nav a:hover {
    color: var(--c-gold-300);
    text-decoration: underline;
}

.cmp-footer__copy {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 18px;
}

@media (min-width: 768px) {
    .cmp-footer__nav a {
        font-size: 14px;
    }

    .cmp-footer__copy {
        font-size: 12px;
    }
}

/* ---------- 16. Sticky CTA (SP only) ---------- */
.cmp-sticky-cta {
    position: fixed;
    left: 12px;
    right: calc(12px + 50px);
    bottom: 12px;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 56px;
    gap: 8px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: saturate(140%) blur(8px);
    -webkit-backdrop-filter: saturate(140%) blur(8px);
    padding: 8px;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.cmp-sticky-cta.is-hidden {
    transform: translateY(120%);
    opacity: 0;
    pointer-events: none;
}

.cmp-sticky-cta__primary {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 8px;
    background: linear-gradient(180deg, #ffd966 0%, #f0bf3a 50%, #d99c1d 100%);
    color: var(--c-blue-900);
    border-radius: 10px;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 900;
    box-shadow: 0 3px 0 rgba(176, 110, 12, 0.6);
    border: 1.5px solid #ffe89a;
    min-height: 56px;
}

.cmp-sticky-cta__primary:hover {
    text-decoration: none;
    color: var(--c-blue-900);
}

.cmp-sticky-cta__main {
    font-size: 15px;
}

.cmp-sticky-cta__sub {
    font-size: 11px;
    font-weight: 700;
    color: var(--c-pink-500);
}

.cmp-sticky-cta__line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--c-line);
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 0 var(--c-line-dark);
    text-decoration: none;
    border: 1.5px solid var(--c-line);
    min-height: 56px;
}

.cmp-sticky-cta__line img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
}

.cmp-sticky-cta__line:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .cmp-sticky-cta {
        display: none;
    }
}

/* ---------- 17. Reveal (subtle entry) ---------- */
@media (prefers-reduced-motion: no-preference) {
    .cmp-step,
    .cmp-service-card,
    .cmp-merit,
    .cmp-faq__item,
    .cmp-heading {
        opacity: 0;
        transform: translateY(12px);
        transition: opacity 0.6s ease, transform 0.6s cubic-bezier(.2, .7, .3, 1);
    }

    .cmp-step.is-revealed,
    .cmp-service-card.is-revealed,
    .cmp-merit.is-revealed,
    .cmp-faq__item.is-revealed,
    .cmp-heading.is-revealed {
        opacity: 1;
        transform: translateY(0);
    }

    /* スタッガー（カード列に少しずつ遅延を入れて、視線誘導） */
    .cmp-services .cmp-service-card:nth-child(2).is-revealed { transition-delay: .05s; }
    .cmp-services .cmp-service-card:nth-child(3).is-revealed { transition-delay: .10s; }
    .cmp-services .cmp-service-card:nth-child(4).is-revealed { transition-delay: .15s; }
    .cmp-services .cmp-service-card:nth-child(5).is-revealed { transition-delay: .20s; }
    .cmp-services .cmp-service-card:nth-child(6).is-revealed { transition-delay: .25s; }
    .cmp-merits .cmp-merit:nth-child(2).is-revealed { transition-delay: .08s; }
    .cmp-merits .cmp-merit:nth-child(3).is-revealed { transition-delay: .16s; }
    .cmp-merits .cmp-merit:nth-child(4).is-revealed { transition-delay: .24s; }
    .cmp-steps .cmp-step:nth-child(2).is-revealed { transition-delay: .12s; }
    .cmp-steps .cmp-step:nth-child(3).is-revealed { transition-delay: .24s; }
}

/* =========================================================
   18. Luxury Campaign Effects
   - 派手すぎず上質感を狙ったキラキラ・シマー・パルス類
   - 動きが苦手なユーザーには無効化（prefers-reduced-motion）
   ========================================================= */
@media (prefers-reduced-motion: no-preference) {

    /* ---------- 18.0 Keyframes ---------- */
    @keyframes cmp-shimmer {
        0%   { background-position: -200% 0; }
        100% { background-position:  200% 0; }
    }

    @keyframes cmp-shine-band {
        0%   { transform: translateX(-150%) skewX(-20deg); }
        55%  { transform: translateX(260%)  skewX(-20deg); }
        100% { transform: translateX(260%)  skewX(-20deg); }
    }

    @keyframes cmp-pulse-glow-gold {
        0%, 100% {
            box-shadow:
                0 6px 0 rgba(176, 110, 12, 0.6),
                0 12px 24px rgba(0, 0, 0, 0.18),
                0 0 0 0 rgba(255, 217, 102, 0.55);
        }
        50% {
            box-shadow:
                0 6px 0 rgba(176, 110, 12, 0.6),
                0 12px 24px rgba(0, 0, 0, 0.18),
                0 0 0 14px rgba(255, 217, 102, 0);
        }
    }

    @keyframes cmp-float-y {
        0%, 100% { transform: translateY(0); }
        50%      { transform: translateY(-4px); }
    }

    @keyframes cmp-twinkle {
        0%, 100% { opacity: 0.35; }
        50%      { opacity: 1; }
    }

    @keyframes cmp-rotate-slow {
        from { transform: rotate(0deg); }
        to   { transform: rotate(360deg); }
    }

    @keyframes cmp-bg-pan {
        0%   { transform: translateX(-30%) rotate(8deg); }
        100% { transform: translateX(30%)  rotate(8deg); }
    }

    @keyframes cmp-pulse-ring {
        0%   { transform: scale(0.85); opacity: 0.85; }
        100% { transform: scale(1.6);  opacity: 0; }
    }

    @keyframes cmp-bar-glow {
        0%, 100% { filter: drop-shadow(0 0 0 rgba(255, 217, 102, 0)); }
        50%      { filter: drop-shadow(0 0 6px rgba(255, 217, 102, 0.85)); }
    }

    @keyframes cmp-coin-fall {
        0%   { transform: translate3d(0, -10%, 0) rotate(0deg);   opacity: 0; }
        10%  { opacity: 1; }
        100% { transform: translate3d(var(--cmp-dx, 0), 110%, 0) rotate(720deg); opacity: 0; }
    }

    @keyframes cmp-pulse-soft {
        0%, 100% { transform: scale(1); }
        50%      { transform: scale(1.04); }
    }

    /* ---------- 18.1 FV: 背景の光と粒子 ---------- */
    .cmp-fv__bg {
        background:
            radial-gradient(ellipse at 78% 0%, rgba(255, 217, 102, 0.22) 0%, transparent 55%),
            radial-gradient(ellipse at 0% 100%, rgba(255, 217, 102, 0.12) 0%, transparent 55%),
            radial-gradient(ellipse at top, #1d49a9 0%, #0a1c52 55%, #050f33 100%);
    }

    /* 斜めに流れる光のカーテン */
    .cmp-fv::before {
        content: "";
        position: absolute;
        top: -25%;
        left: -30%;
        width: 70%;
        height: 200%;
        background: linear-gradient(115deg,
            transparent 40%,
            rgba(255, 217, 102, 0.10) 50%,
            transparent 60%);
        animation: cmp-bg-pan 9s ease-in-out infinite alternate;
        pointer-events: none;
        z-index: 0;
    }

    /* キラキラの粒（ツインクル） */
    .cmp-fv::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
            radial-gradient(circle at 14% 22%, rgba(255, 217, 102, .75) 0 1.6px, transparent 2.4px),
            radial-gradient(circle at 86% 18%, rgba(255, 255, 255, .7)  0 1.2px, transparent 2px),
            radial-gradient(circle at 38% 88%, rgba(255, 217, 102, .65) 0 1.6px, transparent 2.2px),
            radial-gradient(circle at 70% 60%, rgba(255, 255, 255, .55) 0 1px,   transparent 1.8px),
            radial-gradient(circle at 22% 60%, rgba(255, 217, 102, .6)  0 1.3px, transparent 1.9px),
            radial-gradient(circle at 50% 12%, rgba(255, 255, 255, .5)  0 1px,   transparent 1.6px),
            radial-gradient(circle at 8% 40%,  rgba(255, 217, 102, .55) 0 1.2px, transparent 1.8px);
        pointer-events: none;
        z-index: 0;
        animation: cmp-twinkle 3.4s ease-in-out infinite;
    }

    /* タイトル「総額10万円」のキラキラシマー */
    .cmp-fv__title-amount {
        background-size: 200% 100%;
        animation:
            cmp-shimmer 3.4s linear infinite,
            cmp-pulse-soft 4s ease-in-out infinite;
    }

    /* 「期間中のご注文で抽選対象」バッジを軽く浮かせる */
    .cmp-fv__title-sub {
        animation: cmp-float-y 3s ease-in-out infinite;
    }

    /* MV画像に光が走るシャイン */
    .cmp-fv__visual {
        position: relative;
    }
    .cmp-fv__visual::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(115deg,
            transparent 35%,
            rgba(255, 255, 255, 0.18) 50%,
            transparent 65%);
        background-size: 220% 100%;
        background-repeat: no-repeat;
        background-position: -120% 0;
        animation: cmp-shimmer 6s linear infinite;
        pointer-events: none;
        mix-blend-mode: screen;
        border-radius: inherit;
    }

    /* ---------- 18.2 ボタン：ゴールドCTA ---------- */
    .cmp-btn--primary {
        position: relative;
        overflow: hidden;
        animation: cmp-pulse-glow-gold 2.6s ease-in-out infinite;
    }

    .cmp-btn--primary::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        height: 100%;
        background: linear-gradient(120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.65) 50%,
            transparent 100%);
        transform: translateX(-150%) skewX(-20deg);
        animation: cmp-shine-band 3.4s ease-in-out infinite;
        pointer-events: none;
        mix-blend-mode: screen;
    }

    /* ヘッダーCTA（注文する）にも軽くシャイン */
    .cmp-header__cta {
        position: relative;
        overflow: hidden;
    }

    .cmp-header__cta::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: linear-gradient(120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.55) 50%,
            transparent 100%);
        transform: translateX(-150%) skewX(-20deg);
        animation: cmp-shine-band 4.2s ease-in-out infinite;
        pointer-events: none;
    }

    /* ---------- 18.3 見出し：ゴールドバーがほのかに発光 ---------- */
    .cmp-heading__main::after {
        animation: cmp-bar-glow 2.6s ease-in-out infinite;
    }

    /* ---------- 18.4 Steps：番号バッジに光るリング ---------- */
    .cmp-step .cmp-step__num {
        position: relative;
        animation: cmp-pulse-soft 2.6s ease-in-out infinite;
    }

    .cmp-step .cmp-step__num::after {
        content: "";
        position: absolute;
        inset: -6px;
        border-radius: 50%;
        border: 2px solid rgba(240, 191, 58, 0.55);
        animation: cmp-pulse-ring 2.6s ease-out infinite;
        pointer-events: none;
    }

    /* ---------- 18.5 Services：ホバー時のシャイン ---------- */
    .cmp-service-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 60%;
        height: 100%;
        background: linear-gradient(120deg,
            transparent 0%,
            rgba(255, 217, 102, 0.22) 50%,
            transparent 100%);
        transform: skewX(-20deg);
        transition: left 0.7s ease;
        pointer-events: none;
        z-index: 1;
    }

    .cmp-service-card:hover::before,
    .cmp-service-card:focus-within::before {
        left: 130%;
    }

    /* ---------- 18.6 Merits：アイコンにゴールドのオーラ ---------- */
    .cmp-merit__icon {
        position: relative;
        z-index: 0;
    }

    .cmp-merit__icon::before {
        content: "";
        position: absolute;
        inset: -6px;
        border-radius: 50%;
        background: conic-gradient(from 0deg,
            rgba(255, 217, 102, 0) 0deg,
            rgba(255, 217, 102, 0.55) 60deg,
            rgba(255, 217, 102, 0) 140deg,
            rgba(255, 217, 102, 0) 360deg);
        animation: cmp-rotate-slow 6s linear infinite;
        filter: blur(2px);
        z-index: -1;
        pointer-events: none;
    }

    /* ---------- 18.7 LINEバナー：ふわふわ ---------- */
    .cmp-line-banner {
        animation: cmp-float-y 4.5s ease-in-out infinite;
    }

    /* ---------- 18.8 最終CTA：金貨が舞い落ちる ---------- */
    .cmp-final__title-amount {
        background-size: 200% 100%;
        animation: cmp-shimmer 3.4s linear infinite;
    }

    .cmp-final .cmp-final__period {
        animation: cmp-float-y 3.6s ease-in-out infinite;
    }

    /* JSで挿入される金貨パーティクル */
    .cmp-final__coins {
        position: absolute;
        inset: 0;
        overflow: hidden;
        pointer-events: none;
        z-index: 0;
    }

    .cmp-coin {
        position: absolute;
        top: -30px;
        left: var(--cmp-cx, 50%);
        width: var(--cmp-size, 12px);
        height: var(--cmp-size, 12px);
        border-radius: 50%;
        background:
            radial-gradient(circle at 30% 30%,
                #fff7c0 0%,
                #ffd966 45%,
                #c9941f 100%);
        box-shadow:
            0 0 6px rgba(255, 217, 102, 0.6),
            inset 0 0 4px rgba(255, 255, 255, 0.6);
        animation: cmp-coin-fall var(--cmp-dur, 4s) linear var(--cmp-delay, 0s) infinite;
        will-change: transform, opacity;
    }

    /* ---------- 18.9 追従CTA：常時パルス ---------- */
    .cmp-sticky-cta__primary {
        animation: cmp-pulse-glow-gold 2.6s ease-in-out infinite;
    }
}

/* 動きを抑える設定のユーザー向けには静的表示 */
@media (prefers-reduced-motion: reduce) {
    .cmp-final__coins { display: none; }
}
