@charset "UTF-8";
/* CSS Document */

/*美容液ビッグボトル*/
:root {
    --thickpink: #bc535f;
    --palepink: #dc737c;
    --gold: #9c6511;
    --blue: #539dbc;
    --paleblue: #cff0fb;
    --normalblue: #67b3dd;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;

}

.main341 ::before,
.main341 ::after {
    content: "";
    background-repeat: no-repeat !important;
}

.main341 .whole-wrapper {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1rem;
    color: #3e3e3e;
    font-weight: 500;
    font-size: min(3.733333vw, 16px);
    line-height: 1.7;
}


.main341 img {
    width: 100%;
    display: block;
}


.main341 .caution {
    color: #606060;
    font-size: min(2.777778vw, 10px);
}


.main341 .topmain__backtxt {
    position: absolute;
    color: #45b3d8;
    font-size: 13vw;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    z-index: 0;
    opacity: 0.5;
    left: -20px;
    top: -60px;
}

.main341 .main-box {
    position: relative;
}

.main341 .main-box .caution {
    position: absolute;
    bottom: 0;
    text-shadow: 0 0 3px #fff,
        0 0 3px #fff;
    left: 20px;
    right: 20px;
}


/* アンカーリンク */


.main341 .choice__list {
    display: flex;
    justify-content: center;
}

.main341 .choice__item {
    text-align: center;
    width: 50%;
    font-size: 3.4vw;
    line-height: 1.3;
    transition: ease-in-out 0.3s;
}

.main341 .choice__item>a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 10px 0px 20px;
    position: relative;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    width: 100%;
}

.main341 .choice__item:hover {
    opacity: 0.8;
}

.main341 .choice__item.item02 {
    background: linear-gradient(to right, var(--thickpink), var(--palepink), var(--thickpink));
}

.main341 .choice__item.item01 {
    background: linear-gradient(to right, var(--blue), var(--normalblue), var(--blue));
}

.main341 .choice__item>a .choice__item__txt {
    position: relative;
}

.main341 .choice__item>a .choice__item__txt::after {
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: auto;
    bottom: -12px;
    left: 59%;
    margin: auto;

}







/*whitelady*/
.main341 .product-area {
    background-color: #cce7f6;
    background-image: url(../images/255/255_bg01.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.main341 .topmain__img {
    padding: 20px 10px;
}

.main341 .product-area__wrapper {
    padding: 60px min(5.5555vw, 40px) 40px;
}

.main341 .topmain__sub {
    color: #fff;
    background: linear-gradient(to right, var(--thickpink), var(--palepink), var(--thickpink));
    border-radius: 50px;
    padding: 4px;
    text-align: center;
    margin-bottom: 1rem;
}

.main341 .product-area.item01 .topmain__sub {
    background: linear-gradient(to right, var(--blue), var(--normalblue), var(--blue));
}

.main341 .product-area.item01 .offer-box .offer-box__effect {
    background: linear-gradient(to right, var(--blue), var(--paleblue), var(--blue));
    text-shadow: 1px 1px 2px #28779a;
}

.main341 .product-area.item01 .offer-box__name>.limited {
    color: var(--blue);
    border: 2px solid var(--blue);
}



.main341 .product-area.item01 .offer-box::after {
    background: url(../images/255/255_img18.png);
    width: 17%;
    height: 100%;
    position: absolute;
    right: 10px;
    left: auto;
    top: -99px;
    background-size: contain;
}

.main341 .product-area.item02 .offer-box::after {
    right: -260px;
    left: auto;

}


.main341 .product-area.item01 .point {
    background: url(../images/255/255_img10.png), #cff3ff;
    background-size: contain;
    padding: 80px 20px;
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
}

.main341 .product-area .offer {
    background: #fbfeff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.main341 .point__ttl {
    color: var(--blue);
    font-weight: bold;
    font-size: min(4.8vw, 25px);
    text-align: center;
    padding-top: 10px;
}



.main341 .product-area.item01 .point__list .point__item:not(:first-child) {
    border-top: 1px solid #baccd6;
}









.main341 .topmain {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
}

.main341 .topmain__box {
    position: relative;
}

/* .main341 .topmain__box::before {
    background: url(../images/255/255_img15.png);
    display: block;
    width: 18%;
    height: 100%;
    position: absolute;
    left: -16px;
    top: -90px;
    background-size: contain;
} */

/* .main341 .product-area.item01 .topmain__box::before {
    background: url(../images/255/255_img17.png);
    top: -90px;
    background-size: contain;
} */



.main341 .topmain__ttl {
    font-size: min(4.6vw, 30px);
    font-weight: bold;
    margin-bottom: 0.875rem;
}



.main341 .offer-ttl {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    display: flex;
    flex-direction: column;
    color: var(--gold);
    font-size: min(10vw, 80px);
    line-height: 1.2;
    position: relative;
    letter-spacing: 0.4rem;
    font-weight: 600;
}

.main341 .offer-ttl::before,
.main341 .offer-ttl::after {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    background: #e2ac5d;
    width: 20vw;
    height: 2px;
    position: absolute;
    top: min(2.0833333333vw, 40px);
    left: -26px;
    bottom: 0;
}

.main341 .offer-ttl.right::before,
.main341 .offer-ttl.right::after {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    background: #e2ac5d;
    width: 15vw;
    height: 2px;
    position: absolute;
    top: min(2.0833333333vw, 40px);
    right: -26px;
    left: auto;
}

.main341 .offer-ttl::after {
    width: min(4vw, 15px);
    height: min(5vw, 15px);
    border-radius: 50vh;
    left: 14%;
}

.main341 .offer-ttl.right::after {
    width: min(4vw, 15px);
    height: min(4vw, 15px);
    border-radius: 50vh;
    right: 8%;
    left: auto;
}

.main341 .offer-ttl>span {
    font-size: min(3.7vw, 28px);
}


.main341 .offer-box::after {
    background: url(../images/255/255_img16.png);
    display: block;
    width: 23%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -100px;
    background-size: contain;
}

.main341 .product-img img {
    margin: 0 auto 20px;
    display: block;
    padding-left: 30px;
}

.main341 .offer-box .product-img img {
    width: 50%;
    padding-left: 35px;
}

.main341 .offer-box .effect {
    background: linear-gradient(to right, var(--blue), var(--normalblue), var(--blue));
    text-align: center;
    color: #fff;
    border-radius: 50px;
    line-height: 2;
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
    /* text-shadow: 2px 1px 2px #ba414f; */
}


.main341 .product-name {
    font-size: min(5.3vw, 30px);
    font-weight: bold;
}

.main341 .product-name .detail {
    text-align: center;
    font-size: min(3.7vw, 18px);
    font-weight: 500;
}

.main341 .product-name>.limited {
    display: inline-block;
    color: var(--blue);
    border: 2px solid var(--blue);
    padding: 0 5px;
    font-size: min(3.7vw, 20px);
    margin-bottom: 5px;
}





/* price */

.main341 .price {
    font-size: min(6.1vw, 34px);
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}

.btn_wrap {
    margin-top: 10px;
    width: 90%;
    margin-left: 5%;
}

.btn_style {
    width: 250px;
    height: 60px;
    background: #444;
    letter-spacing: 0.15em;
    border: 1px solid #444;
    box-sizing: border-box;
    transition: all .3s 0s ease-in-out;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
}

.btn_style.off {
    background: #bababa;
    border: none;
}

.btn_style:not(.btn_style.off):hover {
    background: #fff;
}

.btn_style:not(.btn_style.off):hover>a,
.btn_style:not(.btn_style.off):hover>span {
    color: #444;
}

/* .btn_style {
    height: 13vw;
    width: 100%;
} */

.btn_style>a,
.btn_style>span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}

.btn_style>a span,
.btn_style>span span {
    position: relative;
    padding-left: 40px;
    text-align: center;
}

.btn_style>a span:before,
.btn_style>span span:before {
    display: block;
    width: 23px;
    height: 17px;
    background: url(../images/icon_cart.png) left top no-repeat;
    background-size: 20px 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
}

.btn_style:not(.btn_style.off):hover>a span:before,
.btn_style:not(.btn_style.off):hover>span span:before {
    background: url(../images/icon_cart_b.png) left top no-repeat;
    background-size: 20px 15px;
}

.btn_style>a span,
.btn_style>span span {
    padding-left: 32px;
}

.main341 .yen {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.main341 .setbtn {
    position: relative;
    text-align: center;
    margin-top: 20px;

    font-weight: bold;
    background: var(--paleblue);
    color: #3c3c3c;
    transition: ease-in-out .3s;
}

.main341 .setbtn>a {
    width: 100%;
    display: block;
    padding: 7px;
}

.main341 .setbtn:hover {
    opacity: .7;
}

.main341 .setbtn::after {
    margin: auto;
    position: absolute;
    top: 38%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #3c3c3c;
    border-right: 2px solid #3c3c3c;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}


/*point*/

.main341 .point {
    background: url(../images/255/255_img10.png), #cff3ff;
    background-size: 150%;
    padding: 80px min(5.5555vw, 40px);
    clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
    -webkit-clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
}


.main341 .point__container {
    background: #f9fdff;
    border-width: 1.5px;
    border-style: solid;
    border-image-source: linear-gradient(20deg, #dda33e, #e8b265, #dda33e);
    border-image-slice: 1;
    padding: min(5.5555vw, 40px);
    margin-top: 40px;
}



.main341 .point__img {
    margin-top: 20px;

}

.main341 .point__txt {
    margin-top: 10px;
}

.main341 .point__item {
    position: relative;
}

.main341 .point__item:not(:last-child) {
    margin-bottom: 60px;
}

.main341 .point__icon {
    position: absolute;
    background: linear-gradient(45deg, var(--blue), #71c4ed, var(--blue));
    width: min(19vw, 80px);
    height: min(19vw, 80px);
    left: -40px;
    top: -40px;
    border-radius: 100px;
    color: #fff;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    text-align: center;
    line-height: 1.1;
    padding-top: 5%;
    font-size: min(3.4vw, 14px);
}

.main341 .product-area.item02 .point__icon {
    background: linear-gradient(45deg, var(--thickpink), var(--palepink), var(--thickpink));
}

.main341 .point__icon .number {
    font-size: min(8vw, 30px);
    position: relative;
}

.main341 .point__icon .number::before {
    display: block;
    height: 1px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.main341 .point__list .point__item:not(:first-child) {
    padding-top: 10px;
    border-top: 1px solid #fcd6cf;
}







/* lus */
.main341 .product-area.item02 {
    background: #fdd9dd;
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
    margin-top: -57px;
    background-image: url(../images/255/255_bg02.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.main341 .product-area.item02 .offer-box .effect {
    background: linear-gradient(to right, var(--thickpink), var(--palepink), var(--thickpink));

}

.main341 .product-area.item02 .product-name>.limited {
    color: var(--thickpink);
    border: 2px solid var(--thickpink);
}

.main341 .product-area.item02 .setbtn {
    background: #ffc6c6;
}

.main341 .product-area.item02 .point {
    background: url(../images/255/255_img04.png), #fac9c9;
    background-size: 150%;
    padding: 80px 20px;
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
}

.main341 .product-area.item02 .point__container {
    background: #fff7f7;
}

.main341 .product-area.item02 .point__ttl {
    color: var(--thickpink);
}

.main341 .product-area.item02 .topmain__backtxt {
    color: var(--thickpink);
    z-index: 0;
    opacity: 0.3;
    font-size: min(10.5vw, 80px);
    left: -20px;
    top: -30px;
}





/* ここにPC向けのCSS指定 */
@media (min-width: 768px),
print {
    .main341 .whole-wrapper {
        font-size: 24px;
    }


    /* メインビジュアル*/


    /* .main341 .main-box .caution.left {
        left: 15%;
    }

    .main341 .main-box .caution.right {
        right: 15%;
        left: auto;
    } */


    .main341 .main-box .top-flexbox {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .main341 .main-box .top-flexbox>.top-flexitem {
        width: 50%;
    }

    .main341 .main-box .top-flexbox>.top-flexitem.item01 {
        background: linear-gradient(to bottom, #d1eefb, #fff);
    }

    .main341 .main-box .top-flexbox>.top-flexitem.item02 {
        background: linear-gradient(to bottom, #ffd6db, #ffd9de);
    }



    .main341 .main-box .top-flexbox>.top-flexitem .top-flexitem__container {
        width: 100%;
        max-width: 800px;
        position: relative;
    }

    .main341 .main-box .top-flexbox>.top-flexitem.item02 .top-flexitem__container {
        margin-right: auto;
    }

    .main341 .main-box .top-flexbox>.top-flexitem.item01 .top-flexitem__container {
        margin-left: auto;
    }

    .main341 .main-box .top-flexbox>.top-flexitem .top-flexitem__container .catch {
        position: absolute;
        top: -6px;
        width: 135px;
    }

    .main341 .main-box .top-flexbox>.top-flexitem .top-flexitem__container .catch.catch01 {
        left: 0;
    }

    .main341 .main-box .top-flexbox>.top-flexitem .top-flexitem__container .catch.catch02 {
        left: auto;
        right: 0;
    }

    .main341 .main-box .ttl01 {
        position: absolute;
        top: 20px;
        bottom: 0px;
        left: 50%;
        width: 55%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-46%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        max-width: 750px;
        z-index: 1;
    }







    /* アンカーリンク */


    .main341 .choice__item {
        font-size: 30px;
        line-height: 1;
        transition: ease-in-out .3s;
        cursor: pointer;
    }

    .main341 .choice__item>a {
        padding-top: 20px;
        padding-bottom: 40px;
    }




    .main341 .choice__item .ml {
        font-size: 25px;

    }

    .main341 .choice__item.item01>a {
        padding-right: 120px;
        text-align: right;
    }

    .main341 .choice__item.item02>a {
        padding-left: 120px;
        text-align: left;
    }



    .main341 .choice__item>a .choice__item__txt::after {
        width: 15px;
        height: 15px;
        top: auto;
        bottom: -20px;
        left: 50%;
        margin: auto;
        transition: .3s ease-in-out;
    }

    /* .main341 .choice__item>a::after {
        width: 15px;
        height: 15px;
        bottom: 20px;
        transition: ease-in-out .3s;
    } */

    .main341 .choice__item>a:hover .choice__item__txt::after {
        bottom: -25px;
    }





    /* プロダクト*/
    .main341 .product-area.item01 .topmain {
        flex-direction: row;
    }

    .main341 .product-area__wrapper {
        padding: 0;
    }

    /* .main341 .product-area.item01 .topmain__box::before {
        width: 36%;
        right: -189px;
        left: auto;
    } */


    .main341 .topmain__backtxt {
        font-size: 80px;
        top: 20px;
        right: 3rem;
        left: auto;
        line-height: 1;
    }

    .main341 .topmain {
        max-width: 1100px;
        margin: 0 auto;
        padding-top: 100px;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .main341 .product-area.item02 .topmain {
        padding-top: 200px;
        margin-top: -150px;
        margin-bottom: 40px;
    }

    .main341 .topmain__img {
        width: calc(47% - 40px);
        margin-right: 40px;
        padding: 0;
    }



    .main341 .topmain__box {
        width: 53%;
        position: relative;

    }



    .main341 .topmain__sub {
        margin-bottom: 20px;
    }


    .main341 .topmain__txt {
        line-height: 2;
        font-size: 18px;
    }

    .main341 .lus .topmain__backtxt {
        font-size: 110px;
        left: 0;
        top: 20px;

    }

    /* オファー */
    .offer-container {
        max-width: 1100px;
        margin: 0 auto 40px;
    }

    .main341 .offer-ttl {
        letter-spacing: 0.5rem;
        text-align: left;
        position: relative;
    }

    .main341 .offer-ttl.right {
        text-align: right;
        margin: 0 auto;
    }

    .main341 .offer-ttl.right::before {
        right: -29vw;
        left: inherit;
        width: 25vw;
        height: 2px;
    }

    .main341 .offer-ttl::before {
        width: 27vw;
        height: 3px;
        left: -29vw;
        right: inherit;
    }

    .main341 .offer-ttl.right::after {
        width: min(5vw, 25px);
        height: min(5vw, 25px);
        border-radius: 50vh;
        right: -4vw;
        left: inherit;
    }

    .main341 .offer-ttl::after {
        width: min(5vw, 25px);
        height: min(5vw, 25px);
        border-radius: 50vh;
        left: -2vw;
        right: inherit;
    }

    .main341 .product-area .offer {
        margin: 0 auto;
        padding: 20px 80px;
    }

    .main341 .offer-box {
        display: flex;
        justify-content: center;
        position: relative;
        align-items: center;
    }

    .main341 .product-img {
        width: calc(35% - 40px);
        margin-right: 40px;
    }

    .main341 .offer-box .product-img img {
        width: 100%;
        padding-left: none
    }

    .main341 .offer-box .offer-txt {
        width: 65%;
    }

    .main341 .product-name>.limited {
        margin-bottom: 0;
        margin-right: 1rem;
    }

    .main341 .setbtn>a {
        padding: 15px;
    }

    .main341 .setbtn {
        font-size: 18px;
    }

    .main341 .setbtn::after {
        right: 30px;
    }


    .main341 .product-area.item01 .offer-box::after {
        background: url(../images/255/255_img18.png);
        display: block;
        width: 15%;
        left: -170px;
        top: -50px;
        background-size: contain;
    }



    .main341 .product-name {
        display: flex;
        align-items: center;
    }


    .main341 .price {
        display: flex;
        justify-content: end;
        align-items: center;
        margin-bottom: 50px;
    }

    .main341 .btn_wrap {
        position: relative;
        right: 0;
        left: auto;
        width: 250px;
    }






    /*point*/
    .main341 .point {
        clip-path: polygon(0 150px, 100% 0, 100% calc(100% - 150px), 0 100%);
        -webkit-clip-path: polygon(0 150px, 100% 0, 100% calc(100% - 150px), 0 100%);
    }

    .main341 .point-wrapper {
        max-width: 1100px;
        margin: 0 auto 40px;
    }

    .main341 .point__container {
        border-width: 3.5px;
        padding: 50px 70px;
        margin-bottom: 0px;
    }

    .main341 .point__item {
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }

    .main341 .point__item.reverse {
        flex-direction: row;
    }

    .main341 .point__img {
        width: calc(44% - 40px);
        margin-right: 40px;
        margin-top: 0;
    }

    .main341 .point__box {
        width: 56%;
    }

    .main341 .point__txt {
        font-size: 18px;
        margin-top: 30px;
        line-height: 2;
    }



    .main341 .point__item.reverse .point__img {
        margin-left: 40px;
        margin-right: 0;
    }


    .main341 .point__icon {
        width: 130px;
        height: 130px;
        left: -130px;
        top: -55px;
        font-size: 23px;
        padding-top: 23px;
    }

    .main341 .point__list .point__item:first-child .point__icon {
        top: -95px;
    }

    .main341 .point__icon .number {
        font-size: 54px;
    }

    .main341 .point__list .point__item:not(:first-child) {
        padding-top: 40px;
    }

    .main341 .product-area.item01 {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        background-image: url(../images/255/255_bg01-left.jpg), url(../images/255/255_bg01-right.jpg);
        background-position:
            top left,
            top right;
        background-repeat: no-repeat;
        background-size: 30%;
    }

    .main341 .product-area.item02 {
        background-image: url(../images/255/255_bg02-md.png);
        clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 100%);
        margin-top: -100px;
    }



    .main341 .product-area.item01 .point {
        background: url("../images/255/255_img10_md.png"), #cff3ff;
        background-repeat: repeat;
        background-size: 70%;
        clip-path: polygon(0 150px, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 150px, 100% 0, 100% 100%, 0 100%);
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .main341 .product-area.item02 .point {
        clip-path: polygon(0 150px, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 150px, 100% 0, 100% 100%, 0 100%);
        padding-top: 150px;
    }

    .main341 .product-area.item02 .topmain__backtxt {
        opacity: 0.4;
        top: 130px;
    }



    .main341 .product-area.item02 .topmain__img {
        margin-right: 0;
        margin-left: 40px;
    }



}