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

.sec-feature .feature-point-content .feature-point__image {
    background-size: contain;
}

.ladyset_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
/*    width: 70%;*/
    width: unset;
}
.subimg img{
    width: 100%;
    
}
.sec-feature .feature-point-content .lotion_title {
    font-size: 18px;
}
.dm, .vc30 {
    width: 55%;
    margin-right: -20%;
    display: block;
}
.vc30{
    width: 30%;
    margin-right: 10px;
    height: auto;
    object-fit: contain;
}
.txt_purple {
   color: #a08ec8;
}
.sec-feature .feature-point-content .dm_txt,.sec-feature .feature-point-content .vc_txt{
    font-size: 0.88rem;
    line-height: 2;
}
.feature-point__text a {
    border: 1px solid #585564;
    display: block;
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.sec-feature .feature-point-content {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
/*    outline: 2px solid #e2ddf4;*/
    outline-offset: -6px;
/*    box-shadow: 1px 1px 5px #0000001c;*/
        box-shadow: 1px 1px 3px #0000001c;
}
/*
.sec-feature .feature-point-content:last-child{
    border-top: 2px dotted #d6dce2;
}
*/

.sec-feature .feature-point-content .feature-point {
        margin: 20px 0;
}
.ladyset_h3{
    text-align: center;
    background: linear-gradient(297deg, #c8a1cc, rgb(189 179 207));
    line-height: 2.5;
    color: #fff;
    font-size: 1.5em;
}

.sec-feature .feature-point-content .feature-point:last-of-type {
    border-bottom: none;
}
.pconly{
    display: none;
}


/*夏のスキンケアセット*/

.txt_blue{
    color: #47508b;
}
.skincareset_h3{
text-align: center;
    background: linear-gradient(297deg, #48508b, rgb(148 155 201));
    line-height: 1.7;
    padding: 10px;
    color: #fff;
    font-size: 1.5em;
}
.sec-feature .feature-point-content.skincareset{
    margin-bottom: 0;
}
    .wl{
        width: 30%;
        margin-right: 20px;
    }
    .lv{
        width: 100%;
        display: block;
        margin-top: 20px;

    }
.sec-feature .feature-point-content .feature-point__title {
    font-size: 18px;
}
.skincareset_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
/*    width: 65%;*/
}


/*集中エイジングケアセット*/
.txt_pnk{
    color: #d36773;
}
.skincareset_h3 {
    background: linear-gradient(297deg, #d46773, rgb(229 162 134));
}
@media (min-width: 768px){

    .pconly{
    display: block;
}
.dm, .vc30 {
    width: 60%;
    margin-right: -5%;
}
    .container_vc{
        margin-bottom: 31px;
    }
    .sec-feature .feature-point-content .dm_txt{
    font-size: 19px;
}
    .sec-feature .feature-point-content .wl_txt,.sec-feature .feature-point-content .lv_txt{
        font-size: 24px;
    }
    
    .sec-feature .feature-point-content .feature-point__title {
    font-size: 19px;
}
/*
        .sec-feature .feature-point-content .feature-point__title.wl_ttl, .sec-feature .feature-point-content .feature-point__title.lv_ttl{
    font-size: 24px;
}
*/
    .ladyset_container {
    align-items: unset;
    }
.sec-feature .feature-point-content .feature-point {
    width: calc(100% / 2);
}
    .sec-feature .feature-point-content .feature-point:last-of-type {
    border-right: none;
}
    .sec-feature .feature-point-content .lotion_title {
    font-size: 20px;
}
    .sec-feature .feature-point-content .feature-point {
    width: 46%;
    padding: 0px 50px;
}
    
    .sec-feature .feature-point-content-bottom .feature-point{
        padding: 0 30px;
    }

    .ladyset_box .txt1{
        font-size: 12px;
    }
    .sec-feature .feature-point-content {
/*    outline: 2px solid #e2ddf4;*/
    outline-offset: -8px;
    }

    .feature-point__text a:hover{
               background: #5e5e5e;
        color: #fff;
        	transition: 0.5s ;
    }
    .vc30{
        width: 30%;
        margin-top: 38px;
    }
    .deco img{
        width: 200px;
    }
        .sec-feature__image .image {
        padding: 40px 60px 0;
    }

}
