@charset "UTF-8";
/* スマホ・タブレット対応 */


/* ========================================
   Targetページ 1100px以下
======================================== */

@media screen and (max-width: 1100px) {

    .target-check-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .target-condition-layout {
        grid-template-columns: 1fr;
    }
}


/* ========================================
   Targetページ 768px以下
======================================== */

@media screen and (max-width: 768px) {

    .target-hero {
        min-height: 100svh;

        padding:
            calc(var(--header-height) + 60px)
            20px
            90px;
            background:
        radial-gradient(
            circle at 20% 30%,
            rgb(36 233 255 / 15%),
            transparent 30%
        ),
        radial-gradient(
            circle at 80% 60%,
            rgb(255 143 216 / 12%),
            transparent 32%
        ),
        radial-gradient(
            circle at 65% 20%,
            rgb(184 156 255 / 12%),
            transparent 25%
        ),
        #050505;
    }
.target-hero-inner {
        grid-template-columns: 1fr;
        gap: 45px;
        text-align: center;
    }
    .target-hero-label {
        justify-content: center;
    }

    .target-hero-title {
        font-size: clamp(3rem, 13vw, 5.2rem);
    }

    .target-hero-catch {
        font-size: clamp(1.35rem, 5.5vw, 1.9rem);
    }

    .target-hero-text {
        margin-right: auto;
        margin-left: auto;

        font-size: 0.95rem;
        line-height: 1.9;
    }

    .target-hero-visual {
        width: min(360px, 88vw);
        margin: 0 auto;
    }

    .target-scroll {
        bottom: 18px;
    }


    /* 共通セクション */

    .target-section {
        padding: 85px 20px;
    }

    .target-heading {
        gap: 14px;
        margin-bottom: 42px;
    }

    .target-heading::before {
        width: 32px;
    }

    .target-heading-number {
        font-size: 3rem;
    }

    .target-heading-en {
        font-size: 0.65rem;
        letter-spacing: 0.2em;
    }
/* 「Beスポーツはこんな方におすすめ」をスマホ幅に収める */
    .target-heading-ja {
         font-size: clamp(0.80rem, 4.2vw, 1.8rem);
    white-space: nowrap;
    }


    /* チェックカード */

    .target-check-grid {
        grid-template-columns: 1fr;
    }

    .target-check-card {
        min-height: 0;
    }

    .target-check-message {
        margin-top: 40px;

        font-size: clamp(1.2rem, 5vw, 1.7rem);
    }


    /* 利用条件 */

    .target-condition-main,
    .target-condition-note {
        padding: 28px 22px;
    }

    .target-condition-lead {
        font-size: 1.15rem;
    }

    .target-condition-list li {
        padding-left: 44px;

        font-size: 0.92rem;
    }


    /* おすすめ対象 */

    .target-fit-item {
        grid-template-columns: 70px 1fr;
        gap: 18px;

        padding: 22px 20px;
    }

    .target-fit-number {
        font-size: 2.5rem;
    }

    .target-fit-item h3 {
        font-size: 1.15rem;
    }


    /* 利用までの流れ */

    .target-flow-list::before {
        display: none;
    }

    .target-flow-item {
        grid-template-columns: 58px 1fr;
        gap: 18px;

        min-height: 0;

        padding: 24px 20px;
    }

    .target-flow-number {
        display: none;
    }

    .target-flow-icon {
        width: 52px;
        height: 52px;

        font-size: 1.2rem;
    }

    .target-flow-content h3 {
        font-size: 1.15rem;
    }


    /* 不安案内 */

    .target-support-box {
        padding: 42px 24px;
    }

    .target-support-box h2 {
        font-size: clamp(1.rem, 5.5vw, 2rem);
    }
.target-support-second-line {
    display: block;
}
    .target-support-box h2 br {
        display: none;
    }

    .target-support-link {
        width: 100%;
        min-width: 0;
    }


    /* CTA */

    .target-cta {
        padding: 90px 20px;
    }

    .target-cta h2 {
        font-size: clamp(2rem, 8vw, 3.3rem);
    }
/* CTAの説明文を指定どおり2行に収める */
.target-cta-inner > p:not(.target-cta-en) {
    font-size: clamp(0.55rem, 2.8vw, 0.95rem);
    white-space: nowrap;
}
/* レスポンシブでも指定位置で改行する */
.target-cta h2 br {
    display: inline;
}
    .target-cta-buttons {
        flex-direction: column;
    }

    .target-cta-button {
        width: 100%;
        min-width: 0;
    }
}


/* ========================================
   Targetページ 480px以下
======================================== */

@media screen and (max-width: 480px) {

    .target-hero-title {
        font-size: 2.9rem;
    }

    .target-hero-catch br {
        display: none;
    }

    .target-hero-visual {
        width: 290px;
    }

    .target-hero-word {
        padding: 7px 11px;

        font-size: 0.58rem;
    }

    .target-section {
        padding-right: 16px;
        padding-left: 16px;
    }

    .target-heading {
        align-items: flex-start;
    }

    .target-heading::before {
        display: none;
    }

    .target-heading-number {
        font-size: 2.5rem;
    }

    .target-check-card {
        padding: 26px 22px;
    }

    .target-condition-main,
    .target-condition-note {
        padding: 24px 18px;
    }

    .target-condition-note h3 {
        font-size: 1.35rem;
    }

    .target-fit-item {
        grid-template-columns: 1fr;
    }

    .target-fit-number {
        font-size: 2.2rem;
    }

    .target-flow-item {
        grid-template-columns: 46px 1fr;

        padding: 20px 16px;
    }

    .target-flow-icon {
        width: 44px;
        height: 44px;
    }

    .target-support-box {
        padding: 36px 18px;
    }
}
