.entry-cp-wrap {
    background: #eee;
}

.entry-cp {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 6rem;
    background: #fff;

    img {
        display: inline-block;
    }
}

.entry-cp__eyecatch {
    margin-bottom: 3rem;
}

.entry-cp-inner {
    padding: 0 3rem;
}

.entry-cp__section {
    margin-bottom: 5rem;
}

.entry-cp__section-title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN W6", "Yu Gothic Bold","Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.04em;
}

.entry-cp__section-title::after {
    content: "";
    display: block;
    width: 1.6em;
    height: 4px;
    margin: 1.5rem auto 0;
    background: #2a8a47;
    border-radius: 999px;
}

@media (min-width: 768px) {
    .entry-cp {
        border-radius: 20px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
        overflow: hidden;
    }

    .entry-cp__eyecatch {
        margin-bottom: 4rem;
    }

    .entry-cp-inner {
        padding: 0 3.5rem;
    }

    .entry-cp__section {
        margin-bottom: 8rem;
    }

    .entry-cp__section-title::after {
        margin: 1.4rem auto 0;
    }

    .entry-cp__section-title {
        font-size: 3.6rem;
    }
}


/* ========================================
   会員登録でうれしい特典がもらえる
======================================== */

.entry-cp__merit-title {
    margin-bottom: 2rem;
    text-align: center;
}

.entry-cp__merit-list {
    display: grid;
    gap: 2rem;
}

.entry-cp__merit-item {
    position: relative;
    padding: 2rem;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    box-shadow: 0 1px 4px rgb(0 0 0 / 4%);
    overflow: hidden;
}

.entry-cp__merit-item--main {
    background: #faf5ef;
    border: 1px solid #fdd1b8;
}

.entry-cp__merit-item--sub {
    background: #f6f7f2;
    border: 1px solid #bfe7d2;
}

.entry-cp__merit-notes {
    color: #d94a2a;
}

.entry-cp__merit-notes--pc {
    display: none;
}

.entry-cp__merit-text {
    margin: 2rem 0;
    text-align: center;
}

@media (min-width: 768px) {
    .entry-cp__merit-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }

    .entry-cp__merit-item {
        padding: 1.5rem;
    }

    .entry-cp__merit-notes--sp {
        display: none;
    }

    .entry-cp__merit-notes--pc {
        display: block;
        margin-top: 1rem;
        font-size: 1.4rem;
    }
}


/* ========================================
   こんな方におすすめ
======================================== */

.entry-cp__recommend-list {
    display: grid;
    gap: 2rem;
}

.entry-cp__recommend-item {
    padding: 1.5rem 2.5rem 2.5rem;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 4%);
    text-align: center;
}

.entry-cp__recommend-image {
    max-width: 180px;
    margin: 0 auto 2.5rem;
}

.entry-cp__recommend-heading {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN W6", "Yu Gothic Bold","Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

.entry-cp__recommend-label {
    display: block;
}

.entry-cp__recommend-text {
    font-size: 1.4rem;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .entry-cp__recommend-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

/* ========================================
   口コミ
======================================== */

.entry-cp__recommend-content {
    display: grid;
    gap: 3rem;
    margin-top: 3rem;
    padding: 2rem;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fafafa;
}

.entry-cp__recommend-content > * {
    min-width: 0;
}

.entry-cp__recommend-content-label {
    display: inline-block;
    margin-bottom: 1.5rem;
    padding: 1.2rem 1.4rem;
    border-radius: 999px;
    background: #e9f6ee;
    color: #2a8a47;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .05em;
}

.entry-cp__recommend-content-heading {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
}

.entry-cp__recommend-content-text {
    margin-bottom: 2rem;
    color: #444;
    font-size: 1.4rem;
    line-height: 1.8;
}

.entry-cp__recommend-content-image-wrap {
    text-align: center;
}

.entry-cp__recommend-content-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.entry-cp__recommend-content-note {
    margin-top: 1rem;
    color: #777;
    font-size: 1.2rem;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .entry-cp__recommend-content {
        grid-template-columns: minmax(0, 1fr) minmax(0, 400px);
        gap: 4rem;
        padding: 4rem;
    }

    .entry-cp__recommend-content-label {
        margin-bottom: 2rem;
        font-size: 1.6rem;
    }

    .entry-cp__recommend-content-heading {
        margin-bottom: 2rem;
        font-size: 2.8rem;
    }

    .entry-cp__recommend-content-text {
        margin-bottom: 3rem;
    }
}


/* ========================================
   便利なマイページ機能
======================================== */

.entry-cp__mypage-list {
    display: grid;
    gap: 2rem;
}

.entry-cp__mypage-item {
    padding: 2.4rem 2rem;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    text-align: center;
}

.entry-cp__mypage-heading {
    color: #2a8a47;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
}

.entry-cp__mypage-image {
    max-width: 180px;
    margin: 16px auto 0;
}

.entry-cp__mypage-text {
    margin-top: 12px;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .entry-cp__mypage-heading {
        font-size: 1.8rem;
    }

    .entry-cp__mypage-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .entry-cp__mypage-item {
        padding: 28px 20px;
    }

    .entry-cp__mypage-image {
        max-width: 160px;
    }

    .entry-cp__mypage-text {
        font-size: 1.4rem;
    }
}


/* ========================================
   口コミ投稿でポイントGET
======================================== */

.entry-cp__point-list {
    display: grid;
    gap: 2rem;
}

.entry-cp__point-item {
    max-width: 300px;
    margin: 0 auto;
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
}

.entry-cp__point-item--1 {
    border: 1px solid #bfe7d2;
}

.entry-cp__point-item--2 {
    border: 1px solid #fdd1b8;
}

.entry-cp__point-item--3 {
    border: 1px solid #f5c2c7;
}

.entry-cp__point-image {
    width: 100%;
    border-radius: 12px;
}

.entry-cp__point-note {
    margin-top: 3rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

@media (min-width: 768px) {
    .entry-cp__point-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}


/* ========================================
   はじめての流れ
======================================== */

.entry-cp__flow-list {
    display: grid;
    gap: 48px;
}

.entry-cp__flow-item {
    position: relative;
    padding: 2.4rem 2rem;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 1px 4px rgb(0 0 0 / 4%);
}

.entry-cp__flow-item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-right: 3px solid #42a660;
    border-bottom: 3px solid #42a660;
    transform: translateX(-50%) rotate(45deg);
}

.entry-cp__flow-heading {
    color: #2a8a47;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
}

.entry-cp__flow-image {
    max-width: 180px;
    margin: 2rem auto 0;
}

.entry-cp__flow-text {
    margin-top: 1rem;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .entry-cp__flow-heading {
        font-size: 1.8rem;
    }

    .entry-cp__flow-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }

    .entry-cp__flow-item {
        padding: 2.4rem 1.8rem;
    }

    .entry-cp__flow-item:not(:last-child)::after {
        top: 50%;
        right: -26px;
        bottom: auto;
        left: auto;
        transform: translateY(-50%) rotate(-45deg);
    }

    .entry-cp__flow-image {
        max-width: 160px;
    }

    .entry-cp__flow-text {
        font-size: 1.4rem;
    }
}


/* ========================================
   よくある質問
======================================== */

.entry-cp__faq-list {
    display: grid;
    gap: 2rem;
}

.entry-cp__faq-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    overflow: hidden;
}

.entry-cp__faq-question {
    position: relative;
    width: 100%;
    padding: 1.8rem 4rem 1.6rem 2rem;
    background: #f7f7f7;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
}

.entry-cp__faq-question::before,
.entry-cp__faq-question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 2px;
    background: #42a660;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.entry-cp__faq-question::after {
    transform: translateY(-50%) rotate(90deg);
}

.entry-cp__faq-item.is-open .entry-cp__faq-question::after {
    transform: translateY(-50%) rotate(0);
}

.entry-cp__faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.entry-cp__faq-item.is-open .entry-cp__faq-answer {
    grid-template-rows: 1fr;
}

.entry-cp__faq-answer-inner {
    overflow: hidden;
}

.entry-cp__faq-answer-text {
    margin: 0 2rem 2rem;
    padding-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .entry-cp__faq-question {
        font-size: 1.7rem;
    }

    .entry-cp__faq-answer-text {
        margin: 0 2rem 2rem;
    }
}


/* ========================================
   無料会員登録で特典を受け取る
======================================== */

.entry-cp__cta {
    position: relative;
    padding: 3rem 2rem 4rem;
    background:
        radial-gradient(
            rgba(255,255,255,.12) 1px,
            transparent 1px
        ),
        linear-gradient(
            135deg,
            #319f52,
            #237742
        );
    background-size:
        16px 16px,
        auto;
    text-align: center;
    overflow: hidden;
}

.entry-cp__cta::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -20%;
    width: 70%;
    height: 200%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.12),
        transparent
    );
    transform: rotate(25deg);
    pointer-events: none;
}

.entry-cp__cta-heading {
    color: #fff;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN W6",
        "Yu Gothic Bold",
        Meiryo,
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    line-height: 1.5;
    letter-spacing: .03em;
}

.entry-cp__cta-list {
    display: grid;
    gap: 1rem;
    max-width: 520px;
    margin: 2rem auto 0;
    padding: 2rem 2.5rem;
    background: #fff;
    border-radius: 16px;
    text-align: left;
    border: 1px solid rgba(42, 138, 71, .08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.entry-cp__cta-item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 36px;
    padding-left: 3.6rem;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.6;
}

.entry-cp__cta-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2.4rem;
    height: 2.4rem;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #2a8a47;
}

.entry-cp__cta-item::after {
    content: "";
    position: absolute;
    left: .4rem;
    top: 50%;
    width: 1.6rem;
    height: 1.6rem;
    transform: translateY(-50%);
    background: #fff;

    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M9.55 18.3 3.9 12.65l1.4-1.4 4.25 4.25 9.15-9.15 1.4 1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M9.55 18.3 3.9 12.65l1.4-1.4 4.25 4.25 9.15-9.15 1.4 1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.entry-cp__cta-button-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 520px;
    margin: 3rem auto 0;
}

/* メインCTA */
.cta-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN W6", "Yu Gothic Bold","Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    background: linear-gradient(
        180deg,
        #ff7c1f 0%,
        #ff5600 100%
    );
    border: 1px solid #e86320;
    border-radius: 14px;
    box-shadow:
        0 5px 0 #d54900,
        0 6px 8px rgba(255, 90, 0, .25);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
    letter-spacing: .05rem;
    white-space: nowrap;
}

.cta-button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .5em;
    padding: .25em .6em;
    color: #ff5600;
    font-size: .85em;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);

    line-height: 1.2;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow:
        0 5px 0 #d54900,
        0 3px 6px rgba(255, 90, 0, .3);
}

.cta-button:active {
    transform: translateY(2px);
    box-shadow:
        0 2px 0 #d54900,
        0 3px 6px rgba(255, 90, 0, .3);
}

/* 大 */
.cta-button--lg {
    width: 100%;
    min-height: 72px;
    padding: 1rem;
    font-size: 1.7rem;
}

/* 中 */
.cta-button--md {
    width: 100%;
    min-height: 60px;
    padding: 0 4.8rem 0 2.4rem;
    font-size: 1.7rem;
}

/* ログインボタン */

.entry-cp__cta-login {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 56px;
    padding: 0 2.4rem;
    color: #444 !important;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;

    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f2f4f7 100%
    );

    border: 1px solid #cfd5dc;
    border-radius: 12px;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.9),
        0 2px 8px rgba(0,0,0,.06),
        0 1px 2px rgba(0,0,0,.04);

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.entry-cp__cta-login:hover {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #eceff3 100%
    );

    color: #333 !important;
    transform: translateY(-1px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.9),
        0 4px 12px rgba(0,0,0,.08),
        0 2px 4px rgba(0,0,0,.05);
}

@media (min-width: 768px) {
    .entry-cp__cta {
        padding: 4rem 4rem 5rem;
    }

    .entry-cp__cta-heading {
        font-size: 3.2rem;
    }

    .entry-cp__cta-item {
        font-size: 1.7rem;
    }

    .entry-cp__cta-button,
    .entry-cp__cta-login {
        min-width: 420px;
    }

    /* 大 */
    .cta-button--lg {
        font-size: 2.1rem;
    }

    /* 中 */
    .cta-button--md {
        width: 360px;
    }
}
