/* コンテンツ */
.page-bg-inner {
    width: 60%;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    background: rgba(255, 250, 255, 0.38);
    backdrop-filter: blur(2px);
    border-radius: 20px;
}

.home-title {
    margin-top: 100px;
    padding-top: 50px;
}

.lead {
    margin: 32px 0 60px 0;
    padding: 0 2%;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.solo-intro {
    margin-bottom: 0;
}

/* =========================
   ご利用にあたってのご案内（notice）
========================= */
.description.notice {
    padding: 80px 0 80px 0;
    width: 100%;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.25);

    text-align: left;
    color: rgba(90, 58, 74, 0.9);
}

/* 見出し */
.description.notice h2 {
    margin: 0 0 28px 0;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.08em;

    color: rgba(96, 96, 96, 0.9);
}

/* 箇条書き全体 */
.description.notice ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 12%;
    width: 80%;
}

/* 各項目 */
.description.notice li {
    position: relative;
    padding: 0 1.2em 0 1.8em;
    margin-bottom: 1.8em;

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

/* 最後だけ余白なし */
.description.notice li:last-child {
    margin-bottom: 0;
}

/* 小さな飾り（点） */
.description.notice li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 0.2em;

    font-size: 0.8em;
    color: rgba(180, 120, 160, 0.7);
}

.section-banner.multi {
    position: relative;
    display: block;
    width: 70%;
    margin: 20px auto 100px;

    aspect-ratio: 3 / 1;
    border-radius: 28px;
    overflow: visible;

    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-decoration: none;

    transition:
        transform 0.35s cubic-bezier(.22, .61, .36, 1),
        box-shadow 0.35s cubic-bezier(.22, .61, .36, 1),
        filter 0.35s ease;
}

.section-banner.solo {
    position: relative;
    display: block;
    width: 60%;
    margin: 20px auto 40px;

    aspect-ratio: 3.8 / 1;
    border-radius: 16px;
    overflow: hidden;


    background-size: cover;
    background-repeat: no-repeat;

    text-decoration: none;

    transition:
        transform 0.35s cubic-bezier(.22, .61, .36, 1),
        box-shadow 0.35s cubic-bezier(.22, .61, .36, 1),
        filter 0.35s ease;
}

.section-banner.multi {
    background-image: url("../img/multi-banner.png");
    background-position: center 20%;
}

.section-banner.solo {
    background-image: url("../img/solo-banner.png");
    background-position: center bottom;
}

.section-banner.multi::after {
    content: "占ってみる";
    position: absolute;
    right: 4px;
    top: -20px;

    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 6px 10px;
    border-radius: 12px;

    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;

    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 30;
}

.section-banner:hover {
    transform: translateY(-4px) scale(1.005);

    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.25),
        0 0 8px rgba(255, 255, 255, 0.12);

    filter: brightness(1.02) saturate(1.02);
}

.section-banner.multi:hover::after {
    opacity: 1;
    transform: translateY(0);
}

/* 文字全体の配置 */
.banner-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    color: white;
    font-family: "Noto Serif JP", "游明朝", "Hiragino Mincho ProN", serif;
}


/* =========================
   バナー文字
========================= */
.banner-content.multi h2 {
    font-size: 2.4vw;
    font-weight: 700;
    margin: 0 0 1em;

    color: #ffd6f0;
    text-align: center;
    letter-spacing: 0.08em;

    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.45),
        0 0 8px rgba(255, 200, 120, 0.4),
        0 0 12px rgba(255, 170, 220, 0.4);
}

/* マルチ リード */
.banner-content.multi .lead {
    font-size: clamp(0.9rem, 1.6vw, 1.05rem);
    font-weight: 600;
    line-height: 1.8;

    color: #ffffff;
    text-align: center;

    max-width: 90%;
    margin: 0 auto;

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

/* ソロ 見出し */
.banner-content.solo h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    margin: 0 0 1em;

    color: #1e40ff;
    text-align: center;

    text-shadow:
        0 2px 6px rgba(0, 0, 0, 0.4),
        0 0 12px rgba(30, 64, 255, 0.6);
}

/* ソロ リード */
.banner-content.solo .lead {
    font-size: clamp(0.9rem, 1.4vw, 1rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    max-width: 90%;
    margin: 0;
}

/* =========================
   説明文 共通
========================= */
.description {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
    color: #5a3a4a;
}

.description>p {
    line-height: 1.6;
    margin-bottom: 10px;
}

.description.service {
    margin-top: 100px;
}

.description.disclaimer>p {
    padding: 0 6% 30px;
    margin-bottom: 100px;
}

@media (max-width: 1000px) {
    .section-banner.multi {
        position: relative;
        display: block;
        width: 96%;
        margin-bottom: 60px;
    }

    .section-banner.solo {
        position: relative;
        margin-top: 5px;
        display: block;
        width: 96%;
        margin-bottom: 60px;
    }

    .description>p {
        margin-bottom: 0;
    }

    .description.notice {
        padding: 0;
        margin-bottom: 60px;
    }

    .description.notice>ul {
        margin: 0 auto;
    }

    .description.disclaimer>p {
        padding-bottom: 50px;
    }
}

/* =========================
   スマホ対応
========================= */
@media (max-width: 767px) {

    /* コンテンツ */
    .page-bg-inner {
        width: 100%;
        position: relative;
        margin: 0 auto;
        z-index: 2;
        background: none;
        backdrop-filter: blur(2px);
        border-radius: 20px;
    }

    .home-title {
        margin-top: 0;
    }

    li {
        padding-right: 2%;
    }

    /* =========================
       バナー高さの逃げ
    ========================= */
    .section-banner.multi,
    .section-banner.solo {
        width: 90%;
        padding: clamp(64px, 12vw, 160px) 5vw;
    }

    .section-banner.solo {
        background-position: 10%;
    }


    .banner-content.multi h2,
    .banner-content.solo h2 {
        font-size: clamp(1.1rem, 5.2vw, 1.5rem);
        line-height: 1.35;
        letter-spacing: 0.04em;
        text-align: center;
        margin-bottom: 0.6em;
    }

    /* =========================
       バナーリード文（multi / solo 共通）
    ========================= */
    .banner-content.multi .lead,
    .banner-content.solo .lead {
        font-size: clamp(0.85rem, 3.8vw, 0.95rem);
        line-height: 1.6;
        letter-spacing: 0.03em;
        max-width: 92%;
        margin: 0 auto;
        text-align: center;
    }

    .section-banner.multi {
        margin: 20px auto 14%;
    }

    .section-banner.solo {

        margin: 20px auto 40px;
    }

    /* =========================
       説明文
    ========================= */
    .description {
        width: 100%;
        font-size: clamp(0.9rem, 4vw, 1rem);
        line-height: 2.1;
        margin: 0 auto;
    }

    .description.notice {
        padding-left: 1%;
        padding: 40px 0 40px 1%;
    }

    .description.disclaimer>p {
        margin-bottom: 30px;
    }
}

@media (max-width: 400px) {
    .lead {
        margin-bottom: 30px;
    }

    .description.disclaimer>p {
        margin-bottom: 10px;
    }

    .description.notice {
        margin-bottom: 30px;
    }
}