/* ============================================================
   月次マーケティングレポート自動化サービス LP スタイル
   page-marketing.php 専用（全セレクタ #mrlp 配下にスコープ）
   ============================================================ */

/* ===== スコープ済みリセット & 変数 ===== */
#mrlp {
    --navy: #0f2742;
    --blue: #1d6fe0;
    --blue-d: #0f4fb0;
    --teal: #16c2a3;
    --ink: #1c2733;
    --sub: #566273;
    --line: #e4e9f0;
    --bg-soft: #f5f8fc;
    --bg-soft2: #eef4fb;
    --white: #fff;
    --radius: 18px;
    --shadow: 0 18px 50px rgba(15, 39, 66, .10);
    --maxw: 1080px;
    box-sizing: border-box;
    color: #303030;
    font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

#mrlp *,
#mrlp *::before,
#mrlp *::after {
    box-sizing: border-box;
}

#mrlp img {
    max-width: 100%;
    height: auto;
    display: block;
}

#mrlp p {
    color: #303030;
    margin: 0;
    text-align: center;
}

#mrlp a {
    color: inherit;
    text-decoration: none;
}

/* 視覚的に隠すが、検索エンジン・AI・スクリーンリーダーには読める（AEO/GEO・アクセシビリティ用） */
#mrlp .mr-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#mrlp .mr-wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 20px;
}

#mrlp section {
    padding: 48px 16px;
}

/* ===== 共通見出し ===== */
#mrlp .mr-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    color: var(--blue);
    background: var(--bg-soft2);
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 18px;
}

#mrlp h2.mr-h2 {
    font-size: clamp(24px, 4.4vw, 38px);
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: .01em;
    margin: 0 0 16px;
    color: var(--navy);
}

#mrlp .mr-lead {
    font-size: clamp(15px, 2.2vw, 17px);
    color: var(--sub);
    max-width: 720px;
}

#mrlp .mr-center {
    text-align: center;
}

#mrlp .mr-center .mr-lead {
    margin-left: auto;
    margin-right: auto;
}

#mrlp .waku-line-white {
    border: 1px solid white;
    width: fit-content;
    margin: 0 auto;
    padding: 4px 16px;
    border-radius: 50px;
}

/* ===== ボタン ===== */
#mrlp .mr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    font-weight: 800;
    font-size: clamp(15px, 2vw, 17px);
    letter-spacing: .02em;
    padding: 16px 34px;
    border-radius: 999px;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
    text-align: center;
}

#mrlp .mr-btn-primary {
    background: linear-gradient(135deg, var(--blue), var(--teal));
    color: var(--white);
    box-shadow: 0 12px 28px rgba(29, 111, 224, .35);
}

#mrlp .mr-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(29, 111, 224, .45);
}

#mrlp .mr-btn-ghost {
    background: var(--white);
    color: var(--blue-d);
    border: 2px solid var(--blue);
}

#mrlp .mr-btn-ghost:hover {
    background: var(--bg-soft2);
    transform: translateY(-2px);
}

#mrlp .mr-btn-arrow {
    font-size: 1.1em;
    line-height: 1;
}


#mrlp .vh-center {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}


/* ===== TOP ===== */
#mrlp .mr-top {
    padding: 0;
}

#mrlp .mr-top .imgErea img {
    width: 100%;
}

/* 画像プレースホルダー（差し替え前でもレイアウトが崩れないよう装飾） 悩みと選ばれる理由
*/
#mrlp .mr-ph {
    color: var(--sub);
    font-size: 11px;
}

/* ===== 集客ストーリー（導入） ===== */

#mrlp .mr-story .vh-center .width30 {
    display: flex;
    align-items: center;
    width: 30px;
}

#mrlp .mr-story .mr-story-arrow {
    margin: 8px 0 4px 0;
}



/* 本来の目的は集客（和紙バナー） */
#mrlp .mr-story .mr-washi {
    background-image: url(../../img/marketing/pink_washi.png);
    width: 70%;
    max-width: 670px;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 1004 / 327;
    margin: 40px 0;
}

#mrlp .mr-story .mr-washi .vh-center .mr-washi-txt {
    margin: 0;
}

#mrlp .mr-story .mr-washi .vh-center b {
    font-size: clamp(32px, 6.5vw, 50px);
    color: #e5407a;
    letter-spacing: .04em;
}

#mrlp .mr-story .mr-washi .vh-center img {
    max-width: 80px;
    margin-top: -70px;
    width: 60px;
    margin-left: -10px;
}

#mrlp .mr-story .mr-washi-txt {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 1rem 0 10px 0;
}

#mrlp .mr-story .vh-center .graph-img-erea img {
    width: fit-content;
    max-width: 100%;
}

#mrlp .mr-cl-no {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
}


/* ===== 紹介 ===== */

#mrlp .mr-introduction {
    padding: 26px 20px;
    text-align: center;
    background: linear-gradient(-46deg, #015eea, #00c0fa);
    color: #fff;
}

#mrlp .mr-introduction .vh-center {
    padding: 64px 0;
}

#mrlp .mr-introduction .vh-center .left {
    max-width: 650px;
    min-width: 500px;
}

#mrlp .mr-introduction .vh-center .left h2 {

    font-size: 2rem;
    margin: 0 auto;
    padding: 64px 0 40px 0;
}

#mrlp .mr-introduction .vh-center .left h2 span {
    /* background: rgba(22, 194, 163, 0.55) 62%; */
    background: linear-gradient(transparent 60%, rgba(22, 194, 163, 0.55) 30%);
    display: inline-block;
    padding: 0 0 0 20px;
}

#mrlp .mr-hissen p {
    margin: 0;
    font-size: clamp(16px, 2.6vw, 22px);
    font-weight: 800;
}

#mrlp .mr-hissen strong {
    color: #ffffff;
}

#mrlp .mr-introduction .mr-hissen {
    position: relative;
    display: inline-block;
    margin-right: 16px;
    padding: 16px;
    border-radius: 12px;
    background-image: linear-gradient(90deg, rgba(144, 245, 154, 1), rgba(4, 202, 255, 1));
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}

#mrlp .mr-introduction .mr-hissen::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent transparent rgba(4, 202, 255, 1);
    translate: 100% calc(-50% - 0.4px);
    transform: skew(0, -10deg);
    transform-origin: left;
}

#mrlp .mr-introduction .vh-center .left p {
    width: 360px;
    margin: 0 auto;
}

#mrlp .mr-introduction .vh-center .right {
    max-width: 400px;
    min-width: 300px;
    align-items: end;
}


/* ===== 悩み ===== */
#mrlp .mr-pain {
    background-image: url(../../img/marketing/worries.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    /* aspect-ratio: 1366 / 1027; */
    width: 100%;
    background-size: cover;
    padding: 72px 0;
}


#mrlp .mr-pain-erea {
    margin-top: 80px;
}

#mrlp .mr-pain-erea .mr-pain-card {
    padding: 24px 0;
    justify-content: start;
}

#mrlp .mr-pain-erea .mr-pain-card img {
    width: 80px;
    height: 80px;
    margin-right: 16px;
}

#mrlp .mr-pain-erea .mr-pain-card h3 {
    color: #0000a8;
}

#mrlp .mr-pain-erea .mr-pain-card p {
    color: #474747;
}

/*==================== ソリューション帯  ================ */

#mrlp .mr-sol {
    background: linear-gradient(135deg, #0f4fb0, #16c2a3);
    color: #fff;
    margin: 80px 0;
}

#mrlp .mr-sol h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0 0 12px;
    line-height: 1.4;
    text-align: center;
}

#mrlp .mr-sol p {
    color: white;
}

/*==================== レポート8項目  ================ */
#mrlp .mr-feat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 38px;
}

#mrlp .mr-feat .mr-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--teal));
    margin-bottom: 12px;
}

#mrlp .mr-feat .mr-no img {
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
}

#mrlp .mr-feat {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 22px 20px;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s;
}

#mrlp .mr-feat h3 {
    font-size: 15.5px;
    font-weight: 800;
    color: var(--navy);
    margin: 0 0 6px;
    line-height: 1.4;
}

#mrlp .mr-feat p {
    font-size: 13px;
    color: var(--sub);
    margin: 0;
    text-align: start;
}

#mrlp .mr-feat .mr-src {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 700;
    color: var(--blue);
    background: var(--bg-soft2);
    padding: 3px 9px;
    border-radius: 6px;
}

#mrlp .mr-report-detail .btn-pdf {
    text-align: center;
    padding: 80px 0;
    font-size: 0.8rem;
    font-weight: 100;
    color: #002c6a;
    width: fit-content;
    margin: 0 auto;
}

#mrlp .mr-report-detail .btn-pdf a {
    border: 2px solid pink;
    padding: 6px 12px;
    border-radius: 50px;
}


/* ===== 仕組み（3ステップ）===== */

#mrlp .mr-flow {
    padding: 160px 0;
}

#mrlp .mr-steps {
    max-width: 760px;
    margin: 44px auto 0;
    text-align: left;
}

/* 1ステップ＝丸(左) + 見出し・本文(右) の2カラムグリッド */
#mrlp .mr-step {
    position: relative;
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: clamp(16px, 3vw, 28px);
    row-gap: 8px;
    padding: 0 0 64px 8px;
    /* 下方向にステップ間の余白 */
}

#mrlp .mr-step:last-child {
    padding-bottom: 0;
}

/* 丸どうしをつなぐ縦線（丸の中心を通す） */
#mrlp .mr-step::before {
    content: "";
    position: absolute;
    left: 29px;
    /* padding-left 8px + 丸半径22px − 線幅half1px */
    top: 22px;
    /* 丸の中心から下へ */
    bottom: 0;
    width: 2px;
    background: var(--navy);
}

/* #mrlp .mr-step:last-child::before { */
/* display: none; */
/* 最後のステップは線を出さない */
/* } */

/* 番号の丸（濃紺） */
#mrlp .mr-step .mr-step-no {
    position: relative;
    z-index: 1;
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mrlp .mr-step h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    /* タイトルを丸の高さに合わせる */
    margin: 0;
    font-size: clamp(19px, 2.6vw, 24px);
    font-weight: 700;
    color: var(--navy);
}

#mrlp .mr-step p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: var(--sub);
    text-align: start;
}



/* ===== 選ばれる理由 ===== */
#mrlp .mr-reason {
    background: var(--bg-soft);
}

#mrlp .mr-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 38px;
}

#mrlp .mr-why {
    padding: 28px 24px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: var(--white);
}

#mrlp .mr-why .mr-wi {
    width: 76px;
    height: 76px;
    object-fit: contain;
    margin: 0 auto;
}

#mrlp .mr-why h3 {
    font-size: 18px;
    font-weight: 800;
    color: var(--navy);
    text-align: center;
}

#mrlp .mr-why p {
    font-size: 14px;
    color: var(--sub);
    margin: 0;
}

/* ===== 料金 ===== */
#mrlp .mr-price {
    background: var(--bg-soft2);
}

#mrlp .mr-price-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 22px;
    margin-top: 38px;
    align-items: stretch;
}

#mrlp .mr-plan {
    background: var(--white);
    border-radius: 22px;
    padding: 36px 32px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
}

#mrlp .mr-plan.is-main {
    border: 2px solid var(--blue);
    position: relative;
}

#mrlp .mr-plan.is-main::before {
    content: "おすすめ";
    position: absolute;
    top: 18px;
    right: 18px;
    background: linear-gradient(135deg, var(--blue), var(--teal));
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: 999px;
}

#mrlp .mr-plan .mr-plan-name {
    font-size: 17px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 6px;
}

#mrlp .mr-plan .mr-plan-desc {
    font-size: 13.5px;
    color: var(--sub);
    margin-bottom: 18px;
    min-height: 42px;
}

#mrlp .mr-plan .mr-plan-price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 4px;
}

#mrlp .mr-plan .mr-plan-price b {
    font-size: clamp(30px, 6vw, 42px);
    font-weight: 900;
    color: var(--navy);
    line-height: 1;
}

#mrlp .mr-plan .mr-plan-price span {
    font-size: 15px;
    color: var(--sub);
    font-weight: 700;
}

#mrlp .mr-plan .mr-tax {
    font-size: 12px;
    color: var(--sub);
    margin-bottom: 20px;
}

#mrlp .mr-plan ul {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
}

#mrlp .mr-plan li {
    position: relative;
    padding: 8px 0 8px 28px;
    font-size: 14px;
    border-bottom: 1px dashed var(--line);
}

#mrlp .mr-plan li:last-child {
    border-bottom: 0;
}

#mrlp .mr-plan li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 8px;
    color: var(--teal);
    font-weight: 900;
}

#mrlp .mr-plan .mr-btn {
    margin-top: auto;
}

#mrlp .mr-price-note {
    margin-top: 24px;
    font-size: 13px;
    color: var(--sub);
    text-align: center;
}

/* ===== FAQ ===== */
#mrlp .mr-faq-list {
    max-width: 820px;
    margin: 34px auto 0;
}

#mrlp .mr-faq-item {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
}

#mrlp .mr-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 54px 20px 22px;
    position: relative;
    font-weight: 700;
    color: var(--navy);
    font-size: 15.5px;
}

#mrlp .mr-faq-item summary::-webkit-details-marker {
    display: none;
}

#mrlp .mr-faq-item summary::before {
    content: "Q";
    color: var(--blue);
    font-weight: 900;
    margin-right: 10px;
}

#mrlp .mr-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: var(--blue);
    font-weight: 300;
    transition: transform .2s;
}

#mrlp .mr-faq-item[open] summary::after {
    content: "–";
}

#mrlp .mr-faq-item .mr-faq-a {
    padding: 0 22px 20px;
    color: var(--sub);
    font-size: 14.5px;
}

#mrlp .mr-faq-item .mr-faq-a::before {
    content: "A";
    color: var(--teal);
    font-weight: 900;
    margin-right: 10px;
}

/* ===== 最終CTA ===== */
#mrlp .mr-final {
    background:
        radial-gradient(800px 400px at 80% 0%, rgba(22, 194, 163, .25), transparent 60%),
        linear-gradient(160deg, #0f2742, #1d4f9c);
    color: #fff;
    text-align: center;
}

#mrlp .mr-final h2 {
    color: #fff;
    font-size: clamp(24px, 4.6vw, 38px);
    font-weight: 900;
    margin: 0 0 14px;
}

#mrlp .mr-final p {
    color: rgba(255, 255, 255, .9);
    max-width: 640px;
    margin: 0 auto 30px;
}

#mrlp .mr-final .mr-final-note {
    font-size: 13px;
    color: rgba(255, 255, 255, .72);
    margin-top: 20px;
}

/* ============================================================
   レスポンシブ（タブレット / スマホ）ドラフト
   ・タブレット ≤1024px → スマホ ≤600px の順（後の指定＝スマホが優先）
   ============================================================ */

/* ============ タブレット（〜1024px）============ */
@media (max-width: 1024px) {

    /* 概要：左右2カラム→縦積み（固定幅 min-width を解除してはみ出し防止） */
    #mrlp .mr-introduction .vh-center {
        flex-direction: column;
        padding: 40px 0;
        gap: 32px;
    }

    #mrlp .mr-introduction .vh-center .left {
        min-width: 0;
        max-width: 100%;
    }

    #mrlp .mr-introduction .vh-center .left h2 {
        padding: 24px 0;
        font-size: 1.7rem;
    }

    #mrlp .mr-introduction .vh-center .left p {
        width: auto;
        max-width: 560px;
    }

    #mrlp .mr-introduction .vh-center .right {
        min-width: 0;
        max-width: 340px;
        margin: 0 auto;
    }

    #mrlp .mr-introduction .mr-hissen {
        margin-right: 0;
    }

    #mrlp .mr-introduction .mr-hissen::after {
        display: none;
        /* 縦積みでは吹き出しの矢印を非表示 */
    }

    /* 集客ストーリー：①②③＋グラフ を縦積み（三角＋リード文の行は横のまま） */
    #mrlp .mr-story>.vh-center:not(.mr-wrap) {
        flex-direction: column;
    }

    #mrlp .mr-story .vh-center .graph-img-erea {
        margin-top: 24px;
    }

    /* レポート8項目：2カラム */
    #mrlp .mr-feat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* 料金：1カラム */
    #mrlp .mr-price-grid {
        grid-template-columns: 1fr;
    }

    /* セクション余白を圧縮 */
    #mrlp .mr-flow {
        padding: 88px 0;
    }

    #mrlp .mr-sol {
        margin: 56px 0;
    }

    #mrlp .mr-sol h2 {
        font-size: 2rem;
    }
}

/* ============ スマホ（〜600px）============ */
@media (max-width: 600px) {

    #mrlp {
        font-size: 15px;
    }

    #mrlp section {
        padding: 40px 14px;
    }

    /* 帯・見出しの縮小 */
    #mrlp .mr-sol h2 {
        font-size: 1.5rem;
    }

    #mrlp .mr-introduction .vh-center {
        padding: 24px 0;
        gap: 24px;
    }

    #mrlp .mr-introduction .vh-center .left h2 {
        font-size: 1.35rem;
        padding: 16px 0;
    }

    #mrlp .mr-introduction .vh-center .left p {
        max-width: 100%;
    }

    /* グリッド系はすべて1カラム */
    #mrlp .mr-feat-grid,
    #mrlp .mr-why-grid,
    #mrlp .mr-price-grid {
        grid-template-columns: 1fr;
    }

    #mrlp .mr-plan {
        padding: 28px 20px;
    }

    /* 集客ストーリー：和紙バナーを広げる／文字調整 */
    #mrlp .mr-story .mr-washi {
        background-image: url('../../img/marketing/washi-sp.jpg');
        width: 100%;
        height: 150px;
        /* clip-path: polygon(18% 1%, 84% 0, 100% 50%, 84% 100%, 14% 99%, 0% 50%); */
        /* clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%); */
        /* clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%); */
        clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 75% 90%, 75% 100%, 53% 90%, 0 90%);
    }

    #mrlp .mr-story .mr-washi-txt {
        font-size: 1.3rem;
    }

    #mrlp .mr-story-arrow strong {
        font-size: 1.6rem;
    }

    /* 悩みカード：画像小さめ・余白圧縮 */
    #mrlp .mr-pain {
        padding: 48px 0;
    }

    #mrlp .mr-pain-erea {
        margin-top: 40px;
    }

    #mrlp .mr-pain-erea .mr-pain-card {
        padding: 16px 0;
    }

    #mrlp .mr-pain-erea .mr-pain-card img {
        width: 56px;
        height: 56px;
        margin-right: 12px;
    }

    /* 仕組みタイムライン：丸を小さく・余白圧縮（線の位置も追従） */
    #mrlp .mr-flow {
        padding: 56px 0;
    }

    #mrlp .mr-step {
        grid-template-columns: 36px 1fr;
        column-gap: 16px;
        padding-bottom: 40px;
    }

    #mrlp .mr-step .mr-step-no {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    #mrlp .mr-step::before {
        left: 25px;
        top: 18px;
    }

    #mrlp .mr-step h3 {
        font-size: 17px;
    }
}

/* ============================================================
   追加素材セクション（集客ストーリー / iMac / 番号アイコン ほか）
   ============================================================ */

/* ヒーロー画像を iMac(pc.png) 用に：枠を外して素材そのものを見せる */
#mrlp .mr-top-visual {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

#mrlp .mr-top-pc {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, .35));
}

/* ===== 集客ストーリー ===== */
#mrlp .mr-story {
    background: var(--white);
    padding-bottom: 0;
}

#mrlp .mr-story-lead {
    margin: 8px 0;
    font-size: clamp(17px, 2.6vw, 22px);
    font-weight: 700;
}

#mrlp .mr-story-lead strong {
    color: var(--blue-d);
}

#mrlp .mr-story-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 10px; */
    /* margin: 20px 0 30px; */
    font-size: clamp(15px, 2.3vw, 18px);
    line-height: 1.9;
    color: var(--sub);
}

#mrlp .mr-story-arrow strong {
    font-size: 2.0rem;
    font-weight: 800;
    color: rgb(227, 13, 13);
    display: inline-block;
}

#mrlp .mr-story-allow {
    width: 48px;
    height: auto;
}


/* ①②③ チェックリスト */
#mrlp .mr-checklist {
    list-style: none;
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
}

#mrlp .mr-checklist li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 4px;
    border-bottom: 1px dashed var(--line);
    font-size: clamp(15px, 2.3vw, 18px);
    font-weight: 700;
    color: var(--navy);
}

#mrlp .mr-checklist li:last-child {
    border-bottom: 0;
}





/* ============================================================
   LP専用ヘッダー：オーバーレイ＆円形展開メニュー
   （PC・SP共通。右上ボタンから円形に広がるフルスクリーンメニュー）
   ============================================================ */

/* ヘッダーバーは透過（ロゴだけ左上に置く／ボタンは別途 fixed で右上に浮かせる） */
.lp-header .header-inner {
    background: transparent;
    box-shadow: none;
}

/* --- トグルボタン（右上・円形） --- */
/* 右上・500px四方の固定エリア（スクロールしても固定。透過＆中のボタンだけクリック可） */
.lp-menu-area {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    max-width: 100vw;
    max-height: 100vh;
    z-index: 1001;
    pointer-events: none;
    /* エリア自体はクリックを透過（下のコンテンツを妨げない） */
}

.lp-burger {
    position: absolute;
    /* 500pxエリア内の右上に配置（エリアが fixed なので実質固定） */
    top: 20px;
    right: 20px;
    pointer-events: auto;
    /* ボタンだけクリック可 */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #16345f;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .28);
    cursor: pointer;
    transition: background .3s ease, transform .3s ease;
}

.lp-burger:hover {
    background: #1d6fe0;
    transform: translateY(-2px);
}

.lp-burger.is-open {
    background: #1d6fe0;
}

.lp-burger__box {
    position: relative;
    width: 26px;
    height: 18px;
}

.lp-burger__line {
    position: absolute;
    left: 0;
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transition: transform .35s ease, opacity .2s ease, top .35s ease;
}

.lp-burger__line:nth-child(1) {
    top: 0;
}

.lp-burger__line:nth-child(2) {
    top: 8px;
}

.lp-burger__line:nth-child(3) {
    top: 16px;
}

/* 開いたら × に */
.lp-burger.is-open .lp-burger__line:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
}

.lp-burger.is-open .lp-burger__line:nth-child(2) {
    opacity: 0;
}

.lp-burger.is-open .lp-burger__line:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
}

/* --- 円形展開オーバーレイ --- */
.lp-nav {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: linear-gradient(150deg, #0f2742 0%, #16345f 55%, #1d6fe0 130%);
    /* 右上のボタン中心（右から51px・上から51px）を起点に円形展開 */
    clip-path: circle(0 at calc(100% - 51px) 51px);
    -webkit-clip-path: circle(0 at calc(100% - 51px) 51px);
    visibility: hidden;
    /* 項目が多い場合は縦スクロール（背景側へは伝播させない） */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    transition: clip-path .6s cubic-bezier(.72, 0, .28, 1),
        -webkit-clip-path .6s cubic-bezier(.72, 0, .28, 1),
        visibility 0s linear .6s;
}

.lp-nav.is-open {
    clip-path: circle(150% at calc(100% - 51px) 51px);
    -webkit-clip-path: circle(150% at calc(100% - 51px) 51px);
    visibility: visible;
    transition: clip-path .6s cubic-bezier(.72, 0, .28, 1),
        -webkit-clip-path .6s cubic-bezier(.72, 0, .28, 1);
}

.lp-nav__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    /* 中身が少なければ中央、多ければ上から並べて .lp-nav 側でスクロール */
    min-height: 100%;
    padding: 96px 24px 64px;
    box-sizing: border-box;
}

.lp-nav__list {
    width: 100%;
    max-width: 520px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.lp-nav__list li {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .4s ease, transform .4s ease;
}

.lp-nav.is-open .lp-nav__list li {
    opacity: 1;
    transform: none;
}

.lp-nav.is-open .lp-nav__list li:nth-child(1) {
    transition-delay: .25s;
}

.lp-nav.is-open .lp-nav__list li:nth-child(2) {
    transition-delay: .32s;
}

.lp-nav.is-open .lp-nav__list li:nth-child(3) {
    transition-delay: .39s;
}

.lp-nav.is-open .lp-nav__list li:nth-child(4) {
    transition-delay: .46s;
}

.lp-nav.is-open .lp-nav__list li:nth-child(5) {
    transition-delay: .53s;
}

.lp-nav.is-open .lp-nav__list li:nth-child(6) {
    transition-delay: .60s;
}

.lp-nav__list a {
    display: inline-block;
    padding: 14px 20px;
    color: #fff;
    font-size: clamp(20px, 3.6vw, 30px);
    font-weight: 700;
    letter-spacing: .05em;
    text-decoration: none;
    transition: color .25s ease;
}

.lp-nav__list a:hover {
    color: #a9f0e0;
}