html,
body {
    height: 100%;
}

body.lp-page {
    margin: 0 !important;
    padding: 0 !important;
    background: #e9f6ff;
    color: #1b2a3a;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Yu Gothic', 'Segoe UI', Roboto, Arial, sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.lp-page #page,
body.lp-page #content,
body.lp-page .site,
body.lp-page .site-content {
    width: 100%;
    max-width: none;
}

body.lp-page a {
    color: inherit;
    text-decoration: none;
}

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

body.lp-page * {
    box-sizing: border-box;
}

body.lp-page .lp-wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 0;
    padding: 0 20px;
}

@media (max-width: 680px) {
    body.lp-page .lp-wrap {
        padding: 0 14px;
    }
}

/* =========================================
   Header (full-bleed)
========================================= */
body.lp-page .lp-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

body.lp-page .lp-header__inner {
    width: 100%;
    /* max-width: 1080px; */
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

body.lp-page .lp-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

body.lp-page .lp-brand__mark {
    /* width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1d75ff, #46b0ff);
    box-shadow: 0 6px 18px rgba(29, 117, 255, 0.25); */
}

body.lp-page .lp-brand__text {
    font-size: 16px;
    color: #1d75ff;
}

body.lp-page .lp-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 13px;
    font-weight: 700;
    color: #2b5c7a;
}

body.lp-page .lp-nav a {
    opacity: 0.92;
    padding: 8px 2px;
    border-bottom: 2px solid transparent;
}

body.lp-page .lp-nav a:hover {
    opacity: 1;
    border-bottom-color: rgba(29, 117, 255, 0.35);
}

@media (max-width: 780px) {
    /* body.lp-page .lp-nav {
        gap: 14px;
        font-size: 12px;
    } */
}

@media (max-width: 560px) {
    body.lp-page .lp-header__inner {
        padding: 10px 14px;
    }

    /* body.lp-page .lp-nav {
        display: none;
    } */
}

/* =========================================
   Hero (orange burst, full-bleed)
========================================= */
body.lp-page .lp-hero {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* background-color: #f08a12; */
    background-color: #3489ff;
    /* 濃い色: #1f3b8f */
    /* background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 55%),
        repeating-conic-gradient(from 0deg, rgba(255, 210, 120, 0.22) 0 10deg, rgba(255, 175, 60, 0.22) 10deg 20deg),
        linear-gradient(180deg, #f6a01c 0%, #f08a12 55%, #ee7e0e 100%); */
}

/* body.lp-page .lp-hero::before {
    content: '';
    position: absolute;
    inset: -40px;
    background:
        radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 55%),
        radial-gradient(circle at 70% 25%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 60%);
    pointer-events: none;
} */

body.lp-page .lp-hero__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 34px 0 36px;
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 22px;
    align-items: center;
}

@media (max-width: 860px) {
    body.lp-page .lp-hero__inner {
        grid-template-columns: 1fr;
        gap: 14px;
        /* padding: 26px 20px 28px; */
    }
}

body.lp-page .lp-hero__badgeRow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

body.lp-page .lp-ribbon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    /* border-radius: 999px; */
    background: #1f3b8f;
    color: #fff;
    font-weight: 800;
    font-size: 12px !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

body.lp-page .lp-ribbon small {
    font-weight: 800;
    opacity: 0.95;
}

body.lp-page .lp-hero__headline {
    margin-top: 30px;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1.05;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

body.lp-page .lp-hero__headline .lp-hero__max {
    display: block;
    font-size: 30px;
    margin: 20px 0;
}

body.lp-page .lp-hero__headline .lp-hero__yen {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

body.lp-page .lp-hero__headline .lp-hero__num {
    font-size: 110px;
    line-height: 0.9;
    letter-spacing: 0.01em;
}

body.lp-page .lp-hero__headline .lp-hero__unit {
    font-size: 28px;
    padding-bottom: 10px;
}

body.lp-page .lp-hero__sub {
    margin: 20px 0 20px;
    color: #ff9d00;
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 0.02em;
    text-align: center;
}

@media (max-width: 1000px) {
}

@media (max-width: 680px) {
    body.lp-page .lp-hero__headline .lp-hero__max {
        font-size: 22px;
    }

    body.lp-page .lp-hero__headline .lp-hero__num {
        font-size: 62px;
    }

    body.lp-page .lp-hero__headline .lp-hero__unit {
        font-size: 20px;
        padding-bottom: 8px;
    }

    body.lp-page .lp-hero__sub {
        font-size: 16px;
    }
    body.lp-page .lp-hero__sub {
        margin: 20px 0 20px;
        font-weight: 900;
        font-size: 22px;
        letter-spacing: 0.1em;
        text-align: center;
    }

    body.lp-page .lp-bubble__top {
        font-size: 18px !important;
    }

    body.lp-page .lp-bubble__bot {
        margin: 0 !important;
        font-size: 11px !important;
    }
}

/* Right side circles */
body.lp-page .lp-hero__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}

@media (max-width: 860px) {
    body.lp-page .lp-hero__right {
        align-items: center;
    }
}

body.lp-page .lp-bubbles {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    justify-content: flex-end;
}

@media (max-width: 860px) {
    body.lp-page .lp-bubbles {
        justify-content: center;
    }
}

body.lp-page .lp-bubble {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
    border: 6px solid rgba(255, 255, 255, 0.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border: 4px solid #1f3b8f;
}

body.lp-page .lp-bubble__top {
    color: #f08a12;
    font-weight: 900;
    font-size: 19px !important;
    padding: 0;
    margin-bottom: 4px;
}

body.lp-page .lp-bubble__mid {
    color: #1b2a3a;
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
}

body.lp-page .lp-bubble__bot {
    color: #3a556a;
    font-weight: 800;
    font-size: 12.5px;
    margin: 0;
}

@media (max-width: 680px) {
    body.lp-page .lp-bubble {
        width: 108px;
        height: 108px;
    }
}

body.lp-page .lp-hero__illust {
    width: 230px;
    max-width: 100%;
    margin-top: 4px;
}

@media (max-width: 860px) {
    body.lp-page .lp-hero__illust {
        width: 220px;
    }
}

/* CTA button (blue pill) */
body.lp-page .lp-ctaRow {
    margin-top: 18px;
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 860px) {
    body.lp-page .lp-ctaRow {
        justify-content: center;
    }
}

body.lp-page .lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: 0.02em;
    border: 0;
    cursor: pointer;
    font-size: 24px;
    transition:
        transform 0.12s ease,
        box-shadow 0.12s ease,
        opacity 0.12s ease;
}

body.lp-page .lp-btn:active {
    transform: translateY(1px);
}

body.lp-page .lp-btn--blue {
    background: #1f3b8f;
    color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}

body.lp-page .lp-btn--blue:hover {
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

body.lp-page .lp-btn--orange {
    background: linear-gradient(180deg, #ffb84d 0%, #ff9d00 55%, #ff8a00 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    cursor: pointer;
}
body.lp-page .lp-btn--orange:hover {
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

body.lp-page .lp-btn__mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 900;
}

/* =========================================
   Section blocks
========================================= */
body.lp-page .lp-section {
    width: 100%;
    padding: 34px 0;
    /* background: #93e0ff; */
    background: #cfeeff;
}

body.lp-page .lp-section--white {
    background: #ffffff;
}

body.lp-page .lp-section--sky {
    /* background: #cfeeff; */
    background:
        radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 55%),
        radial-gradient(circle at 70% 25%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 60%);
}

body.lp-page .lp-section__title {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin: 0 0 28px;
    color: #1d75ff;
    font-weight: 900;
    letter-spacing: 0.01em;
}

body.lp-page .lp-section__title .lp-section__no {
    font-size: 44px;
    line-height: 1;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.4),
        0 2px 6px rgba(0, 0, 0, 0.22);
}

body.lp-page .lp-section__title .lp-section__text {
    font-size: 32px;
    padding-bottom: 4px;
    line-height: 32px;
}

@media (max-width: 680px) {
    body.lp-page .lp-section {
        padding: 26px 0;
    }

    body.lp-page .lp-section__title .lp-section__no {
        font-size: 38px;
    }

    body.lp-page .lp-section__title .lp-section__text {
        font-size: 22px;
        line-height: 40px;
    }
}

/* =========================================
   Section 1: Cards (earn)
========================================= */
body.lp-page .lp-earn {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 22px;
    align-items: start;
}

@media (max-width: 900px) {
    body.lp-page .lp-earn {
        grid-template-columns: 1fr;
    }
}

body.lp-page .lp-earn__left {
    padding: 18px 16px;
    text-align: left;
    color: #1b2a3a;
}

body.lp-page .lp-earn__left .lp-earn__lead {
    font-weight: 900;
    font-size: 22px;
    margin: 2px 0 8px;
    color: #111;
}

body.lp-page .lp-earn__left .lp-earn__money {
    font-weight: 900;
    font-size: 18px;
}

body.lp-page .lp-earn__left .lp-earn__money span {
    font-size: 16px;
    color: #888;
}

body.lp-page .lp-earn__left .lp-earn__money strong {
    font-size: 24px;
}

body.lp-page .lp-earn__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

@media (max-width: 680px) {
    body.lp-page .lp-earn__grid {
        grid-template-columns: 1fr;
    }

    body.lp-page .lp-earn__left {
        padding: 18px 16px;
        text-align: center;
        color: #1b2a3a;
    }
}

body.lp-page .lp-card {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(17, 70, 140, 0.08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

body.lp-page .lp-card--active {
    border: 2px solid rgba(47, 123, 246, 0.7);
    box-shadow: 0 14px 30px rgba(47, 123, 246, 0.2);
}

body.lp-page .lp-card__inner {
    padding: 16px 16px 14px;
}

body.lp-page .lp-card__row {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 12px;
    align-items: center;
    margin: 10px 0;
}

body.lp-page .lp-ico {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: rgba(47, 123, 246, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* body.lp-page .lp-ico svg {
    width: 36px;
    height: 36px;
} */

body.lp-page .lp-card__k {
    font-size: 16px;
    font-weight: 900;
    color: #2b5c7a;
    line-height: 1.2;
}

body.lp-page .lp-card__v {
    font-size: 22px;
    font-weight: 900;
    color: #1b2a3a;
    margin-top: 2px;
    line-height: 22px;
}

body.lp-page .lp-card__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

body.lp-page .lp-card__top .lp-tag {
    font-size: 12px;
    font-weight: 900;
    color: #2f7bf6;
    background: rgba(47, 123, 246, 0.1);
    border-radius: 999px;
    padding: 6px 10px;
}

body.lp-page .lp-card__top .lp-card__title {
    font-size: 14px;
    font-weight: 900;
    color: #1b2a3a;
}

/* Testimonials block on sky */
body.lp-page .lp-voiceBox {
    background: #f9fbff;
    /* pointer-events: none; */
    padding: 12px 0 16px;
    margin: 0 auto;
}

body.lp-page .lp-voices {
    /* background: #3489ff; */
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 40px;
    display: grid;
    gap: 18px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* body.lp-page .lp-voices::before {
    content: '';
    position: absolute;
    inset: -40px;
    background:
        radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 55%),
        radial-gradient(circle at 70% 25%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 60%);
    pointer-events: none;
} */

@media (max-width: 680px) {
    body.lp-page .lp-voices {
        padding: 20px 14px;
        border-radius: 0;
    }

    body.lp-page .lp-bubbleTalk .voice-univ {
        font-size: 12px !important;
    }
}

body.lp-page .lp-voice {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 22px;
    align-items: center;
}

body.lp-page .lp-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #1d75ff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

body.lp-page .lp-bubbleTalk {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 14px 16px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-align: center;
}

body.lp-page .lp-bubbleTalk::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 34px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
}

body.lp-page .lp-bubbleTalk p {
    margin: 0;
    font-weight: 800;
    color: #1b2a3a;
    font-size: 20px;
    padding-top: 4px;
}

body.lp-page .lp-bubbleTalk .voice-univ {
    text-align: right;
    color: #999;
    font-size: 0.9em;
}

body.lp-page .lp-ctaCenter {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

/* =========================================
   Section 2: How to post + flow panel
========================================= */
body.lp-page .lp-post {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 22px;
    align-items: start;
}

@media (max-width: 900px) {
    body.lp-page .lp-post {
        grid-template-columns: 1fr;
    }
}

body.lp-page .lp-post__left {
    padding: 10px 0;
    color: #1b2a3a;
}

body.lp-page .lp-post__label {
    font-weight: 900;
    font-size: 16px;
    margin: 12px 0 6px;
}

body.lp-page .lp-post__note {
    font-size: 12px;
    font-weight: 700;
    color: #5b768b;
    margin: 0;
}

body.lp-page .lp-payList {
    display: grid;
    gap: 12px;
}

body.lp-page .lp-payItem {
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

body.lp-page .lp-payItem__name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    color: #1b2a3a;
}

body.lp-page .lp-payItem__bar {
    width: 4px;
    height: 20px;
    background: #2f7bf6;
    border-radius: 999px;
}

body.lp-page .lp-payItem__yen {
    font-weight: 900;
    color: #1b2a3a;
}

body.lp-page .lp-payItem__yen small {
    color: #5b768b;
    font-weight: 900;
    margin-right: 4px;
}

body.lp-page .lp-miniCards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

@media (max-width: 680px) {
    body.lp-page .lp-miniCards {
        grid-template-columns: 1fr;
    }

    body.lp-page .lp-bubbleTalk p {
        font-size: 12.8px;
    }
}

body.lp-page .lp-mini {
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
    padding: 14px;
    text-align: center;
}

body.lp-page .lp-mini__yen {
    font-weight: 900;
    font-size: 28px;
    margin: 6px 0 10px;
}

body.lp-page .lp-mini__chipRow {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

body.lp-page .lp-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    border: 1px solid rgba(47, 123, 246, 0.2);
    background: rgba(47, 123, 246, 0.07);
    color: #2f7bf6;
}

body.lp-page .lp-chip--on {
    background: #2f7bf6;
    color: #fff;
    border-color: #2f7bf6;
}

/* Flow big blue panel */
/* body.lp-page .lp-flowPanel {
    background: 93ff;
    border-radius: 0;
    padding: 32px 0 26px;
} */

body.lp-page .lp-flowPanel__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 680px) {
    body.lp-page .lp-flowPanel__inner {
        padding: 0 14px;
    }
}

body.lp-page .lp-flowTitle {
    color: #111;
    font-weight: 900;
    text-align: center;
    font-size: 22px;
    margin: 0 0 14px;
    letter-spacing: 0.02em;
}

body.lp-page .lp-flowSteps {
    display: grid;
    gap: 18px;
}

body.lp-page .lp-step {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 16px 16px;
}

/* =========================================
   LP Flow Steps Styling
   ========================================= */

/* 全体のリセットと調整 */
.lp-step h4,
.lp-step p {
    margin: 0;
    padding: 0;
}

/* ステップカードのレイアウト（共通・モバイルベース） */
.lp-step {
    /* すでにあるCSSに追加して適用されます */
    position: relative; /* スマホ版アイコンの絶対配置の基準点 */
    display: flex; /* 数字とテキストを横並びにする */
    align-items: flex-start;
    gap: 15px; /* 数字とテキストの間隔 */
}

/* --- ① 数字 (1, 2...) --- */
.lp-step__no {
    font-size: 60px;
    font-weight: bold;
    line-height: 0.8;
    color: #aaa;
    font-family: Arial, sans-serif;
    flex-shrink: 0;
    margin-top: 4px;

    /* うっすら影 */
    text-shadow:
        0 1px 0 rgba(0, 0, 0, 0.15),
        0 2px 6px rgba(0, 0, 0, 0.12);
}

/* --- ② テキストエリア --- */
.lp-step__txt {
    flex: 1; /* 余白を埋める */
    z-index: 1; /* アイコンより手前に（重なり防止） */
    padding-right: 60px; /* モバイル時、右上のアイコンと被らないように余白確保 */
}

/* タイトル（謝礼表を確認 etc） */
/* .lp-step__txt h4 {
    font-size: 20px;
    font-weight: bold;
    color: #c0c0c0;
    margin-bottom: 8px;
} */

.lp-step__txt h4 {
    font-size: 20px;
    font-weight: bold;
    color: #c0c0c0; /* 薄いグレー */
    margin-bottom: 8px;

    /* 上品なうっすら影 */
    text-shadow:
        0 1px 0 rgba(0, 0, 0, 0.15),
        0 2px 6px rgba(0, 0, 0, 0.12);
}

/* メインテキスト（想定獲得金額が...） */
.lp-step__txt .main-p {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
}

/* サブテキスト（注釈など） */
.lp-step__txt .sub-p {
    font-size: 14.5px;
    color: #888;
    margin-top: 8px;
    line-height: 1.4;
}

/* --- ③ アイコン画像（モバイル：初期値） --- */
/* ポイント：モバイルでは右上に絶対配置で浮かせます */
.lp-step__ill {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 60px; /* スマホでは少し小さく */
}

body.lp-page .lp-step__ill img {
    filter: grayscale(100%) contrast(1.15) drop-shadow(0 0 0 rgba(47, 128, 237, 0.55)) drop-shadow(0 0 0 rgba(47, 128, 237, 0.55)) saturate(1.2);
}

/* =========================================
   Desktop Layout (PC用表示 768px以上)
   ========================================= */
@media screen and (min-width: 768px) {
    .lp-step {
        align-items: center; /* 垂直方向中央揃え */
        padding: 30px 40px; /* 余白を広めに */
    }

    /* 数字をさらに大きく */
    .lp-step__no {
        font-size: 80px;
        margin-right: 10px;
        margin-top: 0;
    }

    /* テキストエリア */
    .lp-step__txt {
        padding-right: 0; /* PCでは右の余白不要 */
    }

    .lp-step__txt h4 {
        font-size: 25px;
    }

    .lp-step__txt .main-p {
        font-size: 16px;
    }

    /* --- アイコン画像（PC配置変更） --- */
    /* ポイント：絶対配置を解除し、Flexboxの流れに戻します */
    .lp-step__ill {
        position: static; /* 絶対配置解除 */
        width: auto; /* 幅制限解除 */
        margin-left: 30px; /* テキストとの距離 */
        flex-shrink: 0; /* 縮小させない */
    }

    .lp-step__ill img {
        width: 120px !important; /* 元のサイズに戻す */
    }
}
/* =========================================
   Section 3: Pickup companies
========================================= */
body.lp-page .lp-pick {
    /* background: #93e0ff; */
    background: #cfeeff;
    padding: 34px 0 0;
}

body.lp-page .lp-pick__panel {
    margin: 10px;
}

@media (max-width: 680px) {
    body.lp-page .lp-pick__panel {
        padding: 16px 14px 14px;
        border-radius: 10px;
    }

    body.lp-page .lp-pick__panel {
        margin: 10px 0 !important;
        padding: 0;
    }

    body.lp-page .lp-flowTitle {
        font-size: 18px;
    }
}

body.lp-page .lp-pick__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

@media (max-width: 860px) {
    body.lp-page .lp-pick__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body.lp-page .lp-pick__grid {
        grid-template-columns: 1fr;
    }
}

body.lp-page .lp-company {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-align: center;
}

body.lp-page .lp-company__name {
    font-weight: 900;
    /* font-size: 18px; */
    color: #1b2a3a;
    text-align: left;
}

body.lp-page .lp-company__name h3 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #111; /* ほぼ黒（真っ黒より少し柔らかい） */

    /* 黒文字向けの超うっすら影 */
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.35),
        /* ほんのりハイライト */ 0 1px 4px rgba(0, 0, 0, 0.18); /* ごく薄い影 */
}

body.lp-page .lp-company__type {
    font-weight: 800;
    color: #5b768b;
    text-align: left;
    margin-top: 2px;
}

body.lp-page .lp-company__type p {
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #666; /* ほぼ黒（真っ黒より少し柔らかい） */

    /* 黒文字向けの超うっすら影 */
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.35),
        /* ほんのりハイライト */ 0 1px 4px rgba(0, 0, 0, 0.18); /* ごく薄い影 */
}

body.lp-page .lp-company__yen {
    font-weight: 900;
    font-size: 38px;
    margin: 8px 0 10px;
    color: #1f3b8f;
}

body.lp-page .lp-company__yen span {
    font-size: 14px;
    font-weight: 900;
    color: #2f7bf6;
}

body.lp-page .lp-company__btn {
    width: 90%;
    padding: 12px 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffb84d 0%, #ff9d00 55%, #ff8a00 100%);
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

/* =========================================
   Footer (black, full-bleed)
========================================= */
body.lp-page .lp-footer {
    width: 100%;
    background: #3489ff;
    color: #fff;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
}

body.lp-page .lp-footer__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 18px 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* body.lp-page .lp-footer::before {
    content: '';
    position: absolute;
    inset: -40px;
    background:
        radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 55%),
        radial-gradient(circle at 70% 25%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 60%);
    pointer-events: none;
} */

@media (max-width: 680px) {
    body.lp-page .lp-footer__inner {
        padding: 18px 14px;
    }
}

.lp-ico i {
    font-size: 32px;
    color: #2f7bf6;
}

/* リボン本体（中央の帯） */
.lp-hero__badgeRow {
    margin-bottom: 12px;
}

.lp-ribbon {
    position: relative;
    display: inline-block;
    padding: 10px 26px;
    background: #1f3b8f;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    line-height: 2.2;
    letter-spacing: 0.01em;
    width: 100%;
    border-radius: 6px;
    opacity: 0.8;
    /* box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18); */
}

/* 両端の「尻尾」(外側に飛び出す部分) */
.lp-ribbon::before,
.lp-ribbon::after {
    content: '';
    position: absolute;
    top: 0;
    width: 26px;
    height: 100%;
    background: #1f3b8f;
}

/* 左の尻尾 */
.lp-ribbon::before {
    left: -12px;
    clip-path: polygon(0 0, 100% 0, 70% 50%, 100% 100%, 0 100%, 40% 50%);
}

/* 右の尻尾 */
.lp-ribbon::after {
    right: -12px;
    clip-path: polygon(0 0, 100% 0, 60% 50%, 100% 100%, 0 100%, 30% 50%);
}

/* 帯の内側に「切り込み（三角の凹み）」を作る */
.lp-ribbon small {
    position: relative;
    display: inline-block;
    font-weight: 900;
    font-size: 20px;
    padding: 0 10px;
}

/* 内側の切り込み（左） */
.lp-ribbon small::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid rgba(0, 0, 0, 0.18); /* 影っぽい */
    opacity: 0.2;
}

/* 内側の切り込み（右） */
.lp-ribbon small::after {
    content: '';
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid rgba(0, 0, 0, 0.18);
    opacity: 0.2;
}

.lp-hero__headline,
.lp-hero__headline .lp-hero__max,
.lp-hero__headline .lp-hero__num,
.lp-hero__headline .lp-hero__unit {
    color: #1f3b8f; /* 藍色 */

    /* 白フチ（細め・上品） */
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.9);
    paint-order: stroke fill;

    letter-spacing: 0.01em;

    /* FV向け：主張しすぎない上品シャドウ */
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.28),
        /* ほんのりハイライト */ 0 2px 6px rgba(0, 0, 0, 0.14); /* 浅く・短い影で広告感を減らす */
}

/* Safari/古め対策：text-strokeが効かない時の擬似縁取り */
@supports not (-webkit-text-stroke: 1px #000) {
    .lp-hero__headline,
    .lp-hero__headline .lp-hero__max,
    .lp-hero__headline .lp-hero__num,
    .lp-hero__headline .lp-hero__unit {
        text-shadow:
            2px 0 0 #fff,
            -2px 0 0 #fff,
            0 2px 0 #fff,
            0 -2px 0 #fff,
            2px 2px 0 #fff,
            -2px 2px 0 #fff,
            2px -2px 0 #fff,
            -2px -2px 0 #fff,
            0 3px 0 rgba(0, 0, 0, 0.08);
    }
}
/* .lp-hero__sub {
    color: #ffffff;
    font-weight: 900;

    -webkit-text-stroke: 5px rgb(31, 59, 143);
    paint-order: stroke fill;

    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.lp-hero__sub {
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #3aa0ff;
} */

.lp-hero__sub {
    position: relative;
    text-align: center;
    font-weight: 900;
    color: #ff9d00; /* 文字は白 */

    /* 縁取りは使わない */
    -webkit-text-stroke: 0;
    paint-order: normal;

    /* 青い影（ヒーロー感） */
    text-shadow:
        0 1px 0 rgba(58, 160, 255, 0.45),
        /* うっすら青ハイライト */ 0 4px 12px rgba(31, 59, 143, 0.55); /* ふわっと青影 */
}

.lp-hero__sub::before,
.lp-hero__sub:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 18%; /* ラインの長さ */
    height: 2px; /* ラインの太さ */
    background: #fff; /* ラインの色 */
    transform: translateY(-50%);
}

.lp-hero__sub::before {
    left: 0;
}

.lp-hero__sub::after {
    right: 0;
}

@supports not (-webkit-text-stroke: 1px #000) {
    .lp-hero__sub {
        text-shadow:
            2px 0 0 #2f7bf6,
            -2px 0 0 #2f7bf6,
            0 2px 0 #2f7bf6,
            0 -2px 0 #2f7bf6,
            2px 2px 0 #2f7bf6,
            -2px 2px 0 #2f7bf6,
            2px -2px 0 #2f7bf6,
            -2px -2px 0 #2f7bf6,
            0 3px 0 rgba(0, 0, 0, 0.1);
    }
}
/* ヒーローを 左・右・下 の3ブロックに */
.lp-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        'left right'
        'bottom bottom';
    gap: 20px;
}

.lp-hero__left {
    grid-area: left;
}
.lp-hero__right {
    grid-area: right;
}
.lp-hero__bottom {
    grid-area: bottom;
}

/* CTAを中央寄せ */
.lp-ctaRow--center {
    justify-content: center;
}

/* スマホ時は縦並び */
@media (max-width: 860px) {
    .lp-hero__inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            'left'
            'right'
            'bottom';
    }

    .lp-hero__right {
        padding: 0 !important;
    }
}

.lp-hero__bottom {
    margin-top: 10px;
    padding-top: 10px;
}
.lp-hero__bottom .lp-ctaRow {
    justify-content: center !important;
}
/* 左ブロックを少し中央寄りに */
.lp-hero__left {
    padding-left: 40px;
    padding-right: 40px;
}

/* 右ブロックを少し中央寄りに */
.lp-hero__right {
    padding-right: 40px;
}

.lp-hero__right .lp-hero__illust {
    display: flex;
    justify-content: center;
}

/* 右ブロック内のイラストだけ左寄せ */
.lp-hero__right .lp-hero__illust {
    margin-right: auto; /* 右側の余白を広げて、相対的に左へ */
}
.lp-hero__right .lp-hero__illust img {
    margin-left: auto;
    margin-right: auto;
}
.lp-hero__right .lp-hero__illust {
    float: none;
    text-align: center;
}

/* =========================
   Header layout（詳細度 少し強め）
========================= */
.lp-header .lp-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 16px;
}

.lp-header .lp-brand__mark {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.lp-header .lp-brand__mark img {
    display: block;
    height: 40px;
    width: auto;
}

/* nav（ロゴの横に表示） */
.lp-header .lp-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    white-space: nowrap;
}

.lp-header .lp-nav a {
    font-size: 14px;
    line-height: 1;
    text-decoration: none;

    /* 3リンクを少し下げる */
    position: relative;
    top: 4px;
}

/* =========================
   スマホ：余白詰め＋サイズダウン
========================= */
@media (max-width: 600px) {
    .lp-header .lp-header__inner {
        padding: 8px 8px !important;
        gap: 5px !important;
    }

    .lp-header .lp-brand__mark img {
        height: 24px;
    }

    .lp-header .lp-nav {
        gap: 10px !important;
        margin-right: 2px;
    }

    .lp-header .lp-nav a {
        font-size: 11px;
    }

    .lp-ribbon small {
        position: relative;
        display: inline-block;
        font-weight: 900;
        font-size: 16px;
        padding: 0 10px;
    }

    .lp-hero__left {
        padding-left: 30px;
        padding-right: 30px;
    }

    .lp-btn {
        font-size: 18px !important;
    }

    .lp-hero__num {
        font-size: 66px !important;
    }

    .lp-ribbon {
        line-height: 30px;
    }

    .lp-header .lp-brand__mark img {
        display: block;
        height: 34px;
        width: auto;
    }
}

.lp-identify {
    background-color: #fff;
    padding: 30px;
}

.lp-identify .lp-identify__title {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
}

.lp-identify .lp-identify__summary {
    font-size: 14px;
    margin: 20px auto;
    max-width: 1000px;
}

.lp-identify .lp-identify__p {
    font-size: 14px;
    padding: 0 15px 15px;
}

body.lp-page .lp-identify__panel {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 18px 18px 16px;
}

body.lp-page .lp-identify__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.lp-page .lp-identify__grid .lp-identify-area {
    /* border: 1px solid #eee; */
    gap: 10px;
}

body.lp-page .lp-identify__grid .lp-identify-area h3 {
    font-size: 15px;
    padding: 3px 15px;
    margin: 0;
}

body.lp-page .lp-identify__grid .lp-identify-area p {
    font-size: 14px;
    padding: 2px 15px;
    margin: 0;
}

@media (max-width: 860px) {
    body.lp-page .lp-identify__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body.lp-page .lp-identify__grid {
        grid-template-columns: 1fr;
    }

    body.lp-page .lp-identify__panel {
        width: 100%;
        padding: 0;
    }
    body.lp-page .lp-identify__grid .lp-identify-area h3 {
        font-size: 14px;
        padding: 3px 5px;
        margin: 0;
    }

    body.lp-page .lp-identify__grid .lp-identify-area p {
        font-size: 12px;
        padding: 2px 5px;
        margin: 0;
    }

    .lp-identify .lp-identify__p {
        padding: 5px;
        font-size: 13px;
    }
}

/* =========================================
   謝礼一覧モーダル
========================================= */
body.lp-page .lp-reward-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
}

body.lp-page .lp-reward-modal.is-open {
    visibility: visible;
    opacity: 1;
}

body.lp-page .lp-reward-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

body.lp-page .lp-reward-modal__dialog {
    position: relative;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    overflow-y: auto;
}

body.lp-page .lp-reward-modal__inner {
    position: relative;
    padding: 20px 20px 24px;
}

body.lp-page .lp-reward-modal__title {
    margin: 0 36px 4px 0;
    font-size: 18px;
    font-weight: 700;
    color: #1b2a3a;
}

body.lp-page .lp-reward-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background: transparent;
    color: #666;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s;
}

body.lp-page .lp-reward-modal__close:hover {
    background: #f0f0f0;
    color: #1b2a3a;
}

body.lp-page .lp-reward-modal__body {
    margin-top: 16px;
    margin-right: 5px;
    max-height: none;
    overflow: visible;
}

body.lp-page .lp-reward-modal__section {
    margin-top: 40px;
    margin-bottom: 20px;
}

body.lp-page .lp-reward-modal__section:first-child {
    margin-top: 0;
}

body.lp-page .lp-reward-modal__section:last-child {
    margin-bottom: 0;
}

body.lp-page .lp-reward-modal__amount {
    margin: 0 0 10px;
    padding: 6px 12px;
    background: rgb(31, 59, 143);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

body.lp-page .lp-reward-modal__section .lp-reward-modal__amount:nth-of-type(n+2) {
    margin-top: 30px;
}

body.lp-page .lp-reward-modal__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.lp-page .lp-reward-modal__chip {
    display: inline-block;
    padding: 4px 8px;
    background: #e9f6ff;
    border: 1px solid rgba(29, 117, 255, 0.25);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #1b2a3a;
}

body.lp-page .lp-reward-modal__subtitle {
    margin: 0 0 8px;
    padding: 8px 12px;
    background: #e9f6ff;
    border: 1px solid rgba(29, 117, 255, 0.25);
    color: #1b2a3a;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
}

body.lp-page .lp-reward-modal__noteList {
    list-style: none;
    margin: 0;
    padding: 0 5px 0 1.2em;
}

body.lp-page .lp-reward-modal__noteList li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 5px;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
}

body.lp-page .lp-reward-modal__noteList li::before {
    content: '・';
    position: absolute;
    left: -1em;
}

body.lp-page .lp-reward-modal__notes {
    margin-top: 24px;
    padding-top: 20px;
}

body.lp-page .lp-reward-modal__notesTitle {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: #1b2a3a;
}

body.lp-page .lp-reward-modal__lead {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    font-weight: 700;
}

body.lp-page .lp-reward-modal__groupTitle {
    margin: 24px 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #555;
    text-align: center;
}

body.lp-page .lp-reward-modal__groupTitle::before,
body.lp-page .lp-reward-modal__groupTitle::after {
    content: "";
    flex: 1;
    height: 3px;
    background: #e0e0e0;
}

body.lp-page .lp-reward-modal__line {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.7;
}
