.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;
}

.news .section-title {
    margin-top: 0;
}

.news__inner {
    max-width: 480px;
    margin: 0 auto;
}

/* タイトル＋ボタン */
.news__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Columnと揃えるため余白調整 */
.news__head .section-title {
    margin: 70px 15px 20px;
    text-align: left;
    justify-content: center;
}

.news__head .arrow-link {
    margin-top: 58px;
}

/* 一覧 */
.news__list {
    background-color: #fff;
    margin-top: 36px;
}

.news__item {
    padding: 10px 15px;
    border-bottom: 1px solid #E6E0D8;
}

.news__date {
    display: block;
    font-size: 12px;
    color: #9A948C;
    margin-bottom: 6px;
}

.news__text {
    font-size: 14px;
    line-height: 1.8;
}


.news__link {
    text-decoration: none;
    color: inherit;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 80px;
}

.page-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #8A9B6E;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #8A9B6E;
    font-size: 16px;
    transition: 0.3s;
    position: relative;
}

.page-btn.is-current {
    background: #8A9B6E;
    color: #fff;
}

.page-next::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #8A9B6E;
    border-right: 1px solid #8A9B6E;
    transform: translate(-20%, 0%) rotate(45deg);
    position: absolute;
}

.page-prev::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #8A9B6E;
    border-left: 1px solid #8A9B6E;
    transform: translate(20%, 0%) rotate(-45deg);
    position: absolute;
}

@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;
    }

    .news__list {
        margin-top: 20px;
    }

    .news__inner {
        padding: 0 10px;
    }

}