.page-child .fv__kage {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.fv__kage img {
    border-radius: 0 20px 0 0;
	max-width:350px;
	
}

.page-child .section {
    padding-top: 100px;
}

.privacy .section-title {
    margin: 30px 0;
}

.privacy__heading {
    line-height: 1.7;
}

.privacy__inner {
    margin: 0 auto;
    padding: 0 20px;
}

.privacy__title {
    margin: 50px 0 20px;
    font-size: 18px;
    font-weight: 500;
}

.privacy__text {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 15px;
}

/* リスト */
.privacy ul {
    padding-left: 30px;
    margin: 25px 0;
}

.privacy li::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 7px;
    width: 3px;
    height: 3px;
    background-color: #6f665f;
    border-radius: 50%;
}

.privacy li {
    position: relative;
    margin-bottom: 12px;
}


.privacy__note {
    font-size: 14px;
    margin: 10px 15px 0;
}

@media (min-width: 1301px) {

    .sp-menu-btn,
    .sp-nav,
    .sp-cv {
        display: none;
    }
}

/* =========================
   SP（1300px以下）
========================= */
@media (max-width: 1300px) {

    .pc-nav,
    .nav__wrapper,
    .fv__cta {
        display: none;
    }

    /* body 下に固定CV分の余白 */
    body {
        padding-bottom: 64px;
    }


    .header {
        top: 20px;
        left: 20px;
        z-index: 3002;
    }

    .logo {
        transform: none;
    }

    body.menu-open .logo__text p {
        color: #fff;
    }

    /* ロゴ画像 */
    .fv__logo img {
        height: auto;
    }

    /* サブコピー */
    .logo__text p {
        font-size: 10px;
        margin-top: 18px;
    }


    /* ロゴ画像の初期状態 */
    .logo-open {
        display: none;
    }

    /* ハンバーガーメニューOPEN時 */
    .sp-nav.is-open~header .logo-default {
        display: none;
    }

    .sp-nav.is-open~header .logo-open {
        display: block;
    }

    /* =========================
     丸いハンバーガーボタン
  ========================= */
    .sp-menu-btn {
        position: fixed;
        top: 30px;
        right: 18px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #889D73;
        z-index: 3001;
        cursor: pointer;
        border: 1px solid #fff;
    }

    .sp-menu-btn span {
        position: absolute;
        left: 50%;
        width: 30px;
        height: 2px;
        background: #fff;
        transform: translateX(-50%);
        transition: transform .3s ease, opacity .3s ease;
    }

    .sp-menu-btn.is-open span:nth-child(1) {
        top: 34px;
        transform: translateX(-50%) rotate(40deg);
    }

    .sp-menu-btn.is-open span:nth-child(2) {
        opacity: 0;
    }

    .sp-menu-btn.is-open span:nth-child(3) {
        top: 34px;
        transform: translateX(-50%) rotate(-40deg);
    }

    .sp-menu-btn span:nth-child(1) {
        top: 26px;
    }

    .sp-menu-btn span:nth-child(2) {
        top: 34px;
    }

    .sp-menu-btn span:nth-child(3) {
        top: 42px;
    }

    /* メニューOPEN時：ボタン色反転 */
    .sp-menu-btn.is-open {
        background: #fff;
        /* 丸の背景を白に */
        border-color: #889D73;
    }

    /* × の線色を緑に */
    .sp-menu-btn.is-open span {
        background: #889D73;
    }

    /* =========================
     下固定CV
  ========================= */
    .sp-cv {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 92px;
        display: flex;
        background: #fff;
        border: .8px solid #889D73;
        z-index: 2000;
    }

    .sp-cv__item {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 12px;
        font-size: 15px;
        text-decoration: none;
        color: #889D73;
        position: relative;
        border: .8px solid #889D73;
    }

    .sp-cv__item.insta {
        flex: 0 0 17%;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sp-cv__item.salon {
        flex: 0 0 27%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sp-cv__item.line {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sp-cv__line-inner {
        display: flex;
        align-items: center;
        gap: 10px;
        text-align: center;
    }

    /* =========================
     緑の全画面メニュー
  ========================= */
    .sp-nav {
        position: fixed;
        inset: 0;
        background-image: url(../image/hb__bc.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: 3000;

        opacity: 0;
        pointer-events: none;
        transition: opacity .35s ease;

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sp-nav.is-open {
        opacity: 1;
        pointer-events: auto;
    }

    .sp-nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        margin: 110px 0 20px
    }

    .sp-nav li {
        text-align: left;
        margin-bottom: 33px;
    }

    .sp-nav a {
        font-size: 16px;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: none;
    }

    .fv__cta.pc-only {
        display: none;
    }

    /* SP用ナビ下にCTAを表示 */
    .sp-nav+.fv__cta {
        position: fixed;
        top: auto;
        bottom: -120px;
        left: 0;
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        padding: 0 0 10px;
        z-index: 3001;
    }

    .sp-nav.is-open+.fv__cta {
        display: flex;
    }

}

@media (max-width: 528px) {

    /* ファーストビュー */
    .article {
        padding-top: 0;
    }

    .article__header {
        padding-top: 80px;
    }


    .fv__logo img {
        width: 180px;
        margin-left: 10px;
    }

    .fv__logo .logo-open {
        width: 160px;
    }

    .logo__text p {
        font-size: 7px;
        margin-top: 13px;
    }

    body.menu-open .logo__text p {
        color: #fff;
    }

    .fv__cta .cta__btn {
        transform: scale(0.85);
        /* 縮小率：0.85〜0.95で調整 */
        transform-origin: center;
    }

    .sp-nav+.fv__cta {
        gap: 1px;
    }

    /* ハンバーガーメニュー */
    .sp-menu-btn {
        width: 50px;
        height: 50px;
        right: 15px;
        margin-top: 13px;
    }

    .sp-menu-btn span {
        width: 22px;
        /* 30 × 0.7 ≒ 21 */
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
    }

    /* 三本線 */
    .sp-menu-btn span:nth-child(1) {
        top: 18px;
    }

    .sp-menu-btn span:nth-child(2) {
        top: 24px;
    }

    .sp-menu-btn span:nth-child(3) {
        top: 30px;
    }

    /* × に変形したとき */
    .sp-menu-btn.is-open span:nth-child(1) {
        top: 24px;
        transform: translateX(-50%) rotate(35deg);
    }

    .sp-menu-btn.is-open span:nth-child(2) {
        opacity: 0;
    }

    .sp-menu-btn.is-open span:nth-child(3) {
        top: 24px;
        transform: translateX(-50%) rotate(-35deg);
    }

    .article__title {
        font-size: 19px;
        margin-right: 2%;
    }

    .article__text {
        font-size: 34px;
        margin-left: 110px;
    }

    .sp-menu-btn {
        top: 10px;
    }

    .sp-cv__item.salon {
        font-size: 11px;
    }

    .sp-cv__item.line {
        font-size: 12px;
    }

    .section {
        width: 100%;
        margin: 0 auto;
    }



}