@charset "UTF-8";

/********************************



共通エリア 2024 夏BUオーバライド(上書き)



*********************************/





/********************************


ヘッダー帯まわり 2025無し


*********************************/
/* .bu-header__area a p.bu-header__period {
    letter-spacing: 4px;
}

.bu-header__area a p.bu-header__period small {
    font-size: 14px;
    letter-spacing: 2px;
}

.bu-header__area a p.bu-header__period small .sum-triangle {
    font-size: 10px;
    padding: 0px 2px;
}

.bu-header__area {
    background-color: #006A4C;
}
.bu-header__area a {
    max-width: 1040px;
    color: #fff;
}
@media(hover: hover) {
    .bu-header__area a:hover {
    color: rgba(255, 255, 255, 0.5);
    }
} */

/* ここまで */

/******************************** 

2025秋追加
coming soonメインビジュアルスライダー無し


*********************************/

.bu-top-slider__area .coming-imgbox{
    width: 90rem;
    margin: 0 auto -0.6rem auto;
}
.bu-top-slider__area .coming-imgbox img{
    width: 100%;;
}

@media screen and (max-width:600px) {
    .bu-top-slider__area .coming-imgbox{
        width: 100%;
        margin: 0 auto;
    }
}


/******************************** 


ページ内リンク


*********************************/


@media(hover: hover) {

    /* 背景色 */
    /* .bu-anchor__area--list li a:hover {
        color: #2B2B2B;
        background-color: #7B9D83;
    } */

    /* 各アイコン */
    /* .bu-anchor__area--list li:nth-of-type(1) a:hover::before {
        background-image: url(/img/beautyup-index-2025au/bu_icon__cosme.png);
    } */

    /* .bu-anchor__area--list li:nth-of-type(3) a:hover::before {
        background-image: url(/img/beautyup-index-2025au/bu_icon__articles.png);
    } */

}
/* アイコン */
.bu-anchor__area--list li:nth-of-type(1) a::before {
    background-image: url(/img/beautyup-index-2025au/bu_icon__cosme-2025.png);
}

.bu-anchor__area--list li:nth-of-type(2) a::before {
    background-image: url(/img/beautyup-index-2025au/bu_icon__ce-2025.png);
}

.bu-anchor__area--list li:nth-of-type(3) a::before {
    background-image: url(/img/beautyup-index-2025au/bu_icon__articles-2025.png);
}

@media(hover: hover) {
    /* .bu-anchor__area--list li:nth-of-type(1) a:hover::before {
        background-image: url(/img/beautyup-index-2025au/bu_icon__cosme.png);
    }

    .bu-anchor__area--list li:nth-of-type(2) a:hover::before {
        background-image: url(/img/beautyup-index-2025au/bu_icon__ce-white.png);
    }

    .bu-anchor__area--list li:nth-of-type(3) a:hover::before {
        background-image: url(/img/beautyup-index-2025au/bu_icon__articles.png);
    } */
}
.bu_shop-cp__title .bu_depaco-icon::before {
    background-image: url(/img/beautyup-index-2025au/bu_icon_cart-cp.png);
}


@media screen and (max-width:600px) {
    .bu-anchor__area--list br{
        display: none;
    }
}

/******************************** 


ページ内リンク 2025春BU


*********************************/

.bu-anchor__area--list{
    width: 80.5rem;
    margin: 3rem auto 4rem auto;
    display: flex;
    justify-content: space-between;
}

.bu-anchor__area--list li{
    width: 24rem;
    border: 2px solid #9F86BD;
    border-radius: 0.8rem;
    transition: 0.3s;
}
@media(hover: hover) {
    .bu-anchor__area--list li:first-of-type:hover,
    .bu-anchor__area--list li:last-of-type:hover{
        opacity: 0.6;
    }
}

.bu-anchor__area--list li a p{
    font-size: 1.4rem;
    color: #9F86BD;
    display: flex;
    font-weight: 700;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1.2rem 0 1.2rem 3rem;
    margin: 0;
    position: relative;
}
.bu-anchor__area--list .grad-border-block .grad-border-content li a p {
    color: #656565;
}

@media screen and (max-width:600px) {
    .bu-anchor__area--list .grad-border-block .grad-border-content li a p{
        padding: 0;
        margin: -0.4rem 0;
    }
}

/* 中央：グラデーションボーダー */
.bu-anchor__area--list .grad-border-block {
    background: radial-gradient(circle at 100% 0%, rgba(251, 213, 229, 1), rgba(208, 191, 233, 1));
    border-radius: 0.8rem;
    padding: 0.2rem;
    transition: 0.3s;
}

@media(hover: hover) {
    .bu-anchor__area--list .grad-border-block:hover {
        opacity: 0.6;
    }
}

.bu-anchor__area--list .grad-border-block .grad-border-content{
    background: #ffffff;
    border-radius: 0.6rem;
    padding: 0.3rem;
}

.bu-anchor__area--list .grad-border-block .grad-border-content li{
    border: none;
}

.bu-anchor__area--list .grad-border-block .grad-border-content li a p::before{
    background-image: url(/img/beautyup-index-2025au/bu_icon__ce-2025.png);
}

.bu-anchor__area--list .grad-border-block .grad-border-content li a p::after {
    background-image: url(/img/beautyup-index-2025au/bu_anchor_arrow-grd.png);
}

@media(hover: hover) {
    .bu-anchor__area--list .grad-border-block .grad-border-content li:hover {
        opacity: 1;
    }
}
/* 中央：グラデーションボーダーここまで */

.bu-anchor__area--list li a p::after{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    background-image: url(/img/beautyup-index-2025au/bu_anchor_arrow-color.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: 0.3s;
    position: absolute;
    right: 1rem;
}

.bu-anchor__area--list li a p::before{
    content: "";
    display: inline-block;
    width: 43px;
    height: 43px;
    background-image: url(/img/beautyup-index-2025au/bu_icon__cosme-2025.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: 0.3s;
    position: absolute;
    left: -2.2rem;
}

.bu-anchor__area--list li:nth-of-type(2) a p::before{
    background-image: url(/img/beautyup-index-2025au/bu_icon__articles-2025.png);
}

/********************************


新作コスメカレンダー


*********************************/
.bu_cate-recm__wrap .bu-title__wrap{
    margin: 0rem auto 2.4rem;
}
@media screen and (max-width:600px) {
    .bu_cate-recm__wrap .bu-title__wrap{
        margin: 4.2rem auto 1.4rem;
    }
}
.bu-holiday__wrap .bu-title__wrap h2{
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1;
}

.bu-title__wrap p {
    width: fit-content;
    font-size: 2rem;
    color: #9F86BD;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto 1rem;
}

.bu-title__wrap p::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 23px;
    margin: 0 1.5rem -0.3rem 0;
    border-radius: 1rem;
    background-color: #9F86BD;
    transform: rotate(-35deg);
}

.bu-title__wrap p::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 23px;
    margin: 0 0 -0.3rem 1rem;
    border-radius: 1rem;
    background-color: #9F86BD;
    transform: rotate(35deg);
}

.bu-holiday__wrap{
    margin: 5.3rem auto 4.5rem auto;
}
@media screen and (max-width:600px) {
    .bu-holiday__wrap{
        margin: 4rem auto 0;
    }
}

.bu-holiday__wrap ul li{
    width: 75rem;
    margin: 0 auto;
}
@media screen and (max-width:600px) {
    .bu-holiday__wrap ul li {
        width: calc(100% - 3rem);
        height: auto;
    }  
}
.bu-holiday__wrap ul li a{
    display: block;
    height: 26rem;
}

@media(hover: hover) {
    .bu-holiday__wrap ul li a:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width:600px) {
    .bu-holiday__wrap ul li a{
        height: auto;
    }
    .bu-holiday__wrap ul li a img{
        height: auto;
    }
}
.bu-holiday__wrap ul li a img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width:600px) {
    .bu-holiday__wrap ul li a img{
        height: auto;
    }
}

/********************************


カテゴリ別バナーエリア


*********************************/

/* .bu-cate-reco__area--single:first-child li a {
    background-image: url(/img/beautyup-index-2025au/bu_cate_reco_makeup.jpg);
    background-position: 35% 56%;
    background-size: 125%;
}
@media screen and (max-width:600px) {
    .bu-cate-reco__area--single:first-child li a {
        background-position: 48% 56%;
        background-size: 110%;
    }
} */

.bu-cate-reco__area--flex li:nth-child(1) a {
    background-image: url(/img/beautyup-index-2025au/bu_cate_reco_makeup.jpg);
    background-size: 100%;
}
.bu-cate-reco__area--flex li:nth-child(2) a {
    background-image: url(/img/beautyup-index-2025au/bu_cate_reco_basemake.jpg);
    background-size: 100%;
}

.bu-cate-reco__area--flex li:nth-child(3) a {
    background-image: url(/img/beautyup-index-2025au/bu_cate_reco_skincare.jpg);
    background-size: 100%;
}

.bu-cate-reco__area--flex li:nth-child(4) a {
    background-image: url(/img/beautyup-index-2025au/bu_cate_reco_fragrance.jpg);
    background-size: 100%;
}

.bu-cate-reco__area--flex li:nth-child(5) a {
    background-image: url(/img/beautyup-index-2025au/bu_cate_reco_haircare.jpg);
    background-size: 100%;
}

.bu-cate-reco__area--flex li:nth-child(6) a {
    background-image: url(/img/beautyup-index-2025au/bu_cate_reco_device.jpg);
    background-size: 100%;
}
/* .bu-cate-reco__area--flex li:nth-child(7) a {
    background-image: url(/img/beautyup-index-2025au/bu_cate_reco_kit.jpg);
    background-position: 5% 54%;
    background-size: 154%;
}

.bu-cate-reco__area--flex li:nth-child(8) a {
    background-image: url(/img/beautyup-index-2025au/bu_cate_reco_beauty_equipment.jpg);
    background-position: 50% 55%;
    background-size: 111%;
} */

/* @media (hover: hover) {

    .bu-cate-reco__area ul li:nth-child(5) a:hover h2,
    .bu-cate-reco__area ul li:nth-child(7) a:hover h2 {
        color: #fff;
    }
} */

/* @media screen and (max-width: 600px) {
    .bu-cate-reco__area--flex li:nth-child(1) a {
        background-size: 168%;
    }

    .bu-cate-reco__area--flex li:nth-child(2) a {
        background-size: 168%;
    }
} */

/********************************


ピンクグラデーションボタン背景画像1


*********************************/

.bu-contents__area .colorgrd-button-img{
    width: 82rem;
    margin: 0 auto;
    background-image: url(/img/beautyup-index-2025au/bu-titleline.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.bu-contents__area .colorgrd-button-img p{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.4rem;
    height: 5.2rem;
    font-weight: bold;
}

.bu-contents__area .colorgrd-button-img p::before{
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url(/img/beautyup-index-2025au/bu_icon__cosme-white.png);
    background-repeat: no-repeat;
    background-position: 0% 64%;
    background-size: 100%;
    margin: 0 2rem 0 0;
}
@media screen and (max-width:600px) {
    .bu-contents__area .colorgrd-button-img{
        width: calc(100% - 3rem);
        background-image: url(/img/beautyup-index-2025au/bu-titleline-sp.png);
    }
    .bu-contents__area .colorgrd-button-img p{
        font-size: 1.6rem;
        height: 5rem;
    }
    .bu-contents__area .colorgrd-button-img p::before{
        width: 36px;
        height: 36px;
        margin: 0 1.5rem 0 0;
    }
}
/********************************


ピンクグラデーションボタン背景画像2


*********************************/

.bu-slider__area .colorgrd-button-wrap{
    margin-top: 6.1rem
}

.bu-slider__area .colorgrd-button-wrap .colorgrd-button-img{
    width: 82rem;
    margin: 4rem auto 3rem auto;
    background-image: url(/img/beautyup-index-2025au/bu-titleline.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.bu-slider__area .colorgrd-button-wrap .colorgrd-button-img p{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2.4rem;
    height: 5.2rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}

.bu-slider__area .colorgrd-button-wrap .colorgrd-button-img p::before{
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url(/img/beautyup-index-2025au/bu_icon__articles-white.png);
    background-repeat: no-repeat;
    background-position: 0% 64%;
    background-size: 100%;
    margin: 0 2rem 0 0;
}

@media screen and (max-width:600px) {
    .bu-slider__area .colorgrd-button-wrap{
        padding-top: 2.9rem;
        margin-top: 0.1rem;
    }
    .bu-slider__area .colorgrd-button-wrap .colorgrd-button-img{
        width: calc(100% - 3rem);
        background-image: url(/img/beautyup-index-2025au/bu-titleline-sp.png);
        margin: 0 auto 1.9rem auto;
    }
    .bu-slider__area .colorgrd-button-wrap .colorgrd-button-img p{
        font-size: 1.6rem;
        height: 5rem;
    }
    .bu-slider__area .colorgrd-button-wrap .colorgrd-button-img p::before{
        width: 36px;
        height: 36px;
        margin: 0 1.5rem 0 0;
    }
}

/********************************


ピンクグリボン背景画像


*********************************/

.bu-article-slider_area .colorribbon-img{
    width: 42rem;
    margin: 0 auto 2rem auto;
    background-image: url(/img/beautyup-index-2025au/bu-title-ribbon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 6.4rem;
}
.bu-article-slider_area .colorribbon-img p{
    width: 100%;
    display: flex;
    justify-content: center;
    color: #2B2B2B;
    font-size: 2.2rem;
    padding: 1rem 0 0 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

@media screen and (max-width:600px) {
    .bu-article-slider_area .colorribbon-img{
        width: calc(100% - 6rem);
        margin: 0 auto 0 auto;
        height: 5.8rem;
    }
    .bu-article-slider_area .colorribbon-img p{
        font-size: 1.4rem;
    }
}

/********************************


キットも続々！ 2025春BUなし


*********************************/




/********************************


記事 or 商品一覧で新作をチェック！


*********************************/
.bu-new-item__wrap .bu-title__wrap{
    margin: 0 auto 2.4rem;
}
@media screen and (max-width:600px) {
    .bu-new-item__wrap .bu-title__wrap{
        margin: 3rem auto 1.7rem;
    }
}

.bu-new-item__wrap ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.bu-new-item__wrap ul li {
    width: 100%;
    max-width: 24.2rem;
    height: 24.2rem;
    margin: 0;
}
.bu-new-item__wrap ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

@media(hover: hover) {
    .bu-new-item__wrap ul li a:hover {
        opacity: 0.8;
    }
}

.bu-new-item__wrap .bu-new-item__more{
    margin: 3rem 0 6rem 0;

}
/* 固有styleないため全てpc2024に記載 */



/********************************


キャンペーン＆イベント情報 エリア


*********************************/
.bu-wrpa{
    background-color: #FCEFF2;
    padding: 2.8rem 0 9.2rem 0;
}
.bu-ce__area {
    /* background-color: #FFF0E2;
    padding: 6rem 0 9.2rem 0; */
}
.bu-ce__area .bu-title__wrap {
    margin: 0 auto 3.3rem;
}
@media screen and (max-width: 600px) {
    .bu-ce__area .bu-title__wrap {
        margin: 0 auto 2rem;
    } 
    .bu-wrpa{
        padding: 0;
    }
}

.bu-ce__list-big-flex li a .bu-ce__list-day {
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.bu-ce__list-big-flex li a .new,
.bu-ce__list-big li a .new,
.bu-ce__slider-list li a .new,
.bu-ce__list-big-flex li a .close{
    width: 100%;
    display: flex;
    align-items: center;
}


/* 開催中 new-redmark */
.bu-ce__list-big-flex li a .new .new-redmark{
    font-size: 1.2rem;
    width: 5.1rem;
    height: 2.2rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 2rem;
    text-align: center;
    color: #D90000;
    margin: 0 1rem 0 0;
    padding: 0 0 0 0.2rem;
    border: 2px solid #D90000;
}


/* 開催中下段 new-redmark */
.bu-ce__list-big li a .new .new-redmark,
.bu-ce__slider-list li a .new .new-redmark{
    font-size: 1.2rem;
    width: 5.1rem;
    height: 2.2rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 2rem;
    text-align: center;
    padding: 0 0 0 0.2rem;
    color: #D90000;
    margin: 0 1rem 0 0;
    border: 2px solid #D90000;
}

/* 終了しました 上段 close-redmark */
.bu-ce__list-big-flex li a .close .close-redmark{
    font-size: 1.2rem;
    border: none;
    color: #D90000;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0 1rem 0 0;
}

/* 終了しました 下段 close-redmark */
.bu-ce__slider-list li a .close{
    display: block;
    text-align: left;
    line-height: 2rem;
    margin: -0.3rem 0 0 0;
}
.bu-ce__slider-list li a .close .close-redmark{
    font-size: 1.2rem;
    border: none;
    color: #D90000;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width:600px) {
    /* 開催中 new-redmark */
    .bu-ce__list-big-flex li a .new .new-redmark{
        font-size: 1rem;
        width: 4.1rem;
        height: 1.8rem;
        line-height: 1.7rem;
        border: 1px solid #D90000;
        padding: 0;
    }
    /* 開催中下段 new-redmark */
    .bu-ce__list-big li a .new .new-redmark,
    .bu-ce__slider-list li a .new .new-redmark{
        display: block;
        font-size: 1rem;
        width: 4.1rem;
        height: 1.8rem;
        line-height: 1.7rem;
        margin: 1rem 0 0 0;
        border: 1px solid #D90000;
        padding: 0;
    }

    .bu-ce__list-big li a .new .new-redmark{
        display: block;
        font-size: 1rem;
        width: 4.1rem;
        height: 1.8rem;
        line-height: 1.7rem;
        margin: 0 1rem 0 0;
        border: 1px solid #D90000;
    }

    .bu-ce__list-big-flex li a .close{
        display: block;
}
    /* 終了しました 上段 close-redmark */
    .bu-ce__list-big-flex li a .close{
        text-align: left;
    }
    .bu-ce__list-big-flex li a .close .close-redmark{
        font-size: 1rem;
        border: none;
        width: auto;
        color: #D90000;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        margin: 0 1rem 0 0;
    }
    /* 終了しました 下段 close-redmark */
    .bu-ce__slider-list li a .close{
        line-height: 2rem;
        margin: 0.6rem 0 0 0;
    }
    .bu-ce__slider-list li a .close .close-redmark{
        font-size: 1rem;
    }
    .bu-ce__slider-list li a .close p{
        text-align: left;
        margin: -0.2rem 0 0 0;
    }
    
}

@media screen and (max-width:600px) {
    .bu-ce__slider-list li a .new{
        display: block;
    } 
}

/********************************


キャンペーン＆イベント グラデーションボタン


*********************************/

.bu-ce__area .bu-title__wrap .grd-button{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2.4rem;
    border-radius: 0.4rem;
    width: 82rem;
    height: 5.2rem;
    font-weight: 700;
    background-image: radial-gradient(circle at 100% 0%, rgb(240, 201, 202), rgb(224, 191, 212), rgb(203, 200, 221));
    color: #333;
}

.bu-ce__area .bu-title__wrap .grd-button::before{
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url(/img/beautyup-index-2025au/bu_icon__ce.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 2rem 0 0;
}

@media screen and (max-width: 600px) {
    .bu-ce__area .bu-title__wrap .grd-button{
        font-size: 1.6rem;
        width: calc(100% - 3rem);
        height: 4.8rem;
        background-image: radial-gradient(circle at 100% 0%, rgb(240, 201, 202), rgb(224, 191, 212), rgb(203, 200, 221));
    }
    .bu-ce__area .bu-title__wrap .grd-button::before{
        width: 37px;
        height: 37px;
        background-position: 0% 64%;
        margin: 0 1.5rem 0 0;
    }
}
/* グラデーションボタンここまで */

/********************************





*********************************/



/* 冬BU追加：左右横線タイトル：緑 */
/* .title-line{
    width: 772px;
    margin: 0 auto;
    font-size: 2rem;
    color: #006A4C;
    line-height: 1;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 600px) {
    .title-line{
        width: 93%;
        margin: 0 auto;
        font-size: 1.4rem;
    }
}
.title-line::before,
.title-line::after{
    content: "";
    background-color: #006A4C;
    height: 1px;
    border-top: 1px solid #006A4C;
    flex-grow: 1;
}
.title-line::before{
    margin-right: 1.7rem;
}
@media screen and (max-width: 600px) {
    .title-line::before{
        margin-right: 0.5rem;
    }
}
.title-line::after{
    margin-left: 1.7rem;
}
@media screen and (max-width: 600px) {
    .title-line::after{
        margin-left: 0.5rem;
    }
} */

/* 冬BU追加：左右横線タイトル：灰 */
/* .title-line-gray{
    width: 772px;
    margin: 0 auto;
    font-size: 2rem;
    color: #555555;
    line-height: 1;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 600px) {
    .title-line-gray{
        width: 93%;
        margin: 0 auto;
        font-size: 1.4rem;
    }
}
.title-line-gray::before,
.title-line-gray::after{
    content: "";
    background-color: #555555;
    height: 1px;
    border-top: 1px solid #555555;
    flex-grow: 1;
}
.title-line-gray::before{
    margin-right: 1.7rem;
}
@media screen and (max-width: 600px) {
    .title-line-gray::before{
        margin-right: 0.5rem;
    }
}
.title-line-gray::after{
    margin-left: 1.7rem;
}
@media screen and (max-width: 600px) {
    .title-line-gray::after{
        margin-left: 0.5rem;
    }
} */

/********************************


ヘルシー＆ビューティー特集 エリア
2025春BUなし


*********************************/

/* 
.bu-ce__list-big.hb__area li {
    width: 400px
}

@media screen and (max-width: 600px) {
    .bu-ce__list-big.hb__area li {
        width: 100%;
        margin: 3rem auto 0;
    }
} */


/******************************** 


カタログ背景グラデーション エリア


*********************************/

.bu-catalog_area .bu-catalog_inner {
    margin: 6rem 0 0 0;
    background: linear-gradient(0deg, rgba(250, 226, 227, 1) 0%, rgb(235, 192, 202) 100%);
}

/******************************** 


過去の特集 エリア


*********************************/
.bu-archive_area{
    margin: 11.7rem auto 6rem;
}
@media screen and (max-width: 600px) {
    .bu-archive_area{
        margin: 3.5rem auto 0;
    }
}
.bu-archive_area .bu-title__wrap{
    margin: 0 auto 2.5rem;
}
@media screen and (max-width: 600px) {
    .bu-archive_area .bu-title__wrap{
        margin: 0 auto 1.4rem;
    }
}

/******************************** 


便利なサービス エリア


*********************************/
.bu-service_area .bu-title__wrap {
    margin: 6rem auto 2.2rem;
}
@media screen and (max-width: 600px) {
    .bu-service_area .bu-title__wrap{
        margin: 5.5rem auto 1.4rem;
    }
}

/******************************** 


SP対応


*********************************/


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

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

    /******************************** 


    共通項目


    *********************************/




    /******************************** 


    ヘッダー帯


    *********************************/
    /* .bu-header__area a p.bu-header__period {
        letter-spacing: 0.7vw;
    }

    .bu-header__area a p.bu-header__period small {
        font-size: 3vw;
        letter-spacing: 0.1vw;
        display: inline-block;
        margin-top: 0.3rem;
    }

    .bu-header__area a p.bu-header__period small .sum-triangle {
        font-size: 2.0vw;
        padding: 0 1vw;
    }

    .bu-au__header-text {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 2.65vw;
    } */


}
    /******************************** 


    スライダー


    *********************************/

    .bu-slider__wrap .slick-arrow{
        background-image: url(/img/beautyup-index-2025au/bu_slide_icon-black.png);
    }