﻿/* utils */
@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
}


/* Main Visual */
.block-newluque-mv {
    margin: -2.75rem -5.5vw 0;
}
@media screen and (max-width: 768px) {
    .block-newluque-mv {
        margin: 0 -5vw;
    }

}
.block-newluque-mv picture {
    display: block;
    width: 100%;
}
.block-newluque-mv picture img {
    display: block;
    width: 100%;
    height: auto;
}

/* TITLE */
.block-newluque-title {
    display: block;
    width: 267px;
    aspect-ratio: 267.53 / 104;
    margin: 72px auto;
}
@media screen and (max-width: 768px) {
    .block-newluque-title {
        width: calc(134.05rem / 14);
        margin: calc(32rem / 14) auto;
    }
}
.block-newluque-title img {
    display: block;
    width: 100%;
    height: auto;
}

/* LEAD */
.block-newluque-lead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 26px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    letter-spacing: .15em;
    font-weight: 500;
    padding: 72px 0;
    margin: -2.75rem -5.5vw 0;
    background: url(../images/brand/new_luque/top/lead_bg.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
    .block-newluque-lead {
        row-gap: calc(32rem / 14);
        min-height: auto;
        font-size: 1rem;
        line-height: 1.7;
        padding: calc(48rem / 14) 0;
        background: url(../images/brand/new_luque/top/lead_bg_sp.jpg) no-repeat center / cover;
        margin: 0 -5vw;
    }
}
.block-newluque-lead-title {
    font-size: 30px;
    letter-spacing: .15rem;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .block-newluque-lead-title {
        font-size: calc(22rem / 14);
        line-height: 1.6;
    }
}

/* CARE */
.block-newluque-care {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 70px;
}
@media screen and (max-width: 768px) {
    .block-newluque-care {
        padding-top: calc(48rem / 14);
    }
}
.block-newluque-care-title {
    font-size: 24px;
    letter-spacing: .15em;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .block-newluque-care-title {
        font-size: calc(20rem / 14);
    }
}

.block-newluque-care-lead {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .15em;
    text-align: center;
    font-weight: 500;
    margin-top: 32px;
}
@media screen and (max-width: 768px) {
    .block-newluque-care-lead {
        font-size: calc(12rem / 14);
        margin-top: calc(27rem / 14);
        letter-spacing: 0;
    }
}
.block-newluque-care-h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 500;
    border-radius: 28px;
    background-color: #F3D3D4;
    margin-top: 62px;
    padding: 10px 0 9px;
}
@media screen and (max-width: 768px) {
    .block-newluque-care-h3 {
        font-size: calc(20rem / 14);
        margin-top: calc(50rem / 14);
        border-radius: calc(28rem / 14);
    }
}
.block-newluque-care-img {
    max-width: 1013px;
    margin: 72px auto 0;
    position: relative;
}
@media screen and (max-width: 768px) {
    .block-newluque-care-img {
        max-width: calc(264.17rem / 14);
        margin: calc(46rem / 14) auto 0;
    }
}
.block-newluque-care-img picture {
    display: block;
    width: 100%;
    height: auto;
}
.block-newluque-care-img picture img {
    display: block;
    width: 100%;
    height: auto;
}
.block-newluque-care-imgmap-i {
    position: absolute;
}
.block-newluque-care-imgmap-i a {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .block-newluque-care-imgmap-i.-jel {
        width: 22%;
        height: 9%;
        top: 7%;
        left: 39%;
    }
    .block-newluque-care-imgmap-i.-cleansing_cream {
        width: 22%;
        height: 10%;
        top: 19%;
        left: 23%;
    }
    .block-newluque-care-imgmap-i.-cleansing_foam {
        width: 20%;
        height: 9%;
        top: 20%;
        left: 56%;
    }
    .block-newluque-care-imgmap-i.-conc {
        width: 17%;
        height: 9%;
        top: 38%;
        left: 41%;
    }
    .block-newluque-care-imgmap-i.-lotion1 {
        width: 17%;
        height: 8%;
        top: 77%;
        left: 33%;
    }
    .block-newluque-care-imgmap-i.-lotion2 {
        width: 17%;
        height: 8%;
        top: 77%;
        left: 50%;
    }
    .block-newluque-care-imgmap-i.-all_purpose_lotion {
        width: 17%;
        height: 8%;
        top: 52%;
        left: 42%;
    }
    .block-newluque-care-imgmap-i.-milk {
        width: 14%;
        height: 6%;
        top: 93%;
        left: 32%;
    }
    .block-newluque-care-imgmap-i.-cream {
        width: 14%;
        height: 6%;
        top: 93%;
        left: 56%;
    }
}
@media screen and (min-width: 769px) {
    .block-newluque-care-imgmap-i.-jel {
        width: 11%;
        height: 26%;
        top: 23%;
        left: 8%;
    }
    .block-newluque-care-imgmap-i.-cleansing_cream {
        width: 11%;
        height: 26%;
        top: 63%;
        left: 1%;
    }
    .block-newluque-care-imgmap-i.-cleansing_foam {
        width: 10%;
        height: 23%;
        top: 66%;
        left: 16%;
    }
    .block-newluque-care-imgmap-i.-conc {
        width: 9%;
        height: 23%;
        top: 26%;
        left: 38%;
    }
    .block-newluque-care-imgmap-i.-lotion1 {
        width: 8%;
        height: 23%;
        top: 26%;
        left: 51%;
    }
    .block-newluque-care-imgmap-i.-lotion2 {
        width: 8%;
        height: 23%;
        top: 26%;
        left: 59%;
    }
    .block-newluque-care-imgmap-i.-all_purpose_lotion {
        width: 9%;
        height: 23%;
        top: 67%;
        left: 48%;
    }
    .block-newluque-care-imgmap-i.-milk {
        width: 7%;
        height: 16%;
        top: 46%;
        left: 79%;
    }
    .block-newluque-care-imgmap-i.-cream {
        width: 7%;
        height: 18%;
        top: 45%;
        left: 90%;
    }
}
.block-newluque-care-h4 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .15em;
    letter-spacing: .15em;
    position: relative;
    margin-top: 48px;
}
.block-newluque-care-h4::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #231815;
    position: absolute;
    top: 50%;
    left: 0;
}
.block-newluque-care-h4 span {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 0 33px;
    background-color: #fff;
    position: relative;
}
@media screen and (max-width: 768px) {
    .block-newluque-care-h4 {
        font-size: calc(18rem / 14);
        margin-top: calc(40rem / 14);
    }
    .block-newluque-care-h4 span {
        padding: 0 calc(24rem / 14);
    }
}
.block-newluque-ing-list {
    display: flex;
    justify-content: space-between;
    column-gap: 48px;
    max-width: 1128px;
    margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
    .block-newluque-ing-list {
        flex-wrap: wrap;
        column-gap: calc(22rem / 14);
        row-gap: calc(20rem / 14);
        margin: calc(32rem / 14) auto 0;
    }
}
.block-newluque-ing-list-i {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .block-newluque-ing-list-i {
        width: calc((100% - calc(22rem / 14)) / 2);
    }
}
.block-newluque-ing-list-i-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1/1;
}
.block-newluque-ing-list-i-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.block-newluque-ing-list-i-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 16px;
}
@media screen and (max-width: 768px) {
    .block-newluque-ing-list-i-title {
        font-size: 1rem;
        margin-top: calc(12rem / 14);
    }
}
.block-newluque-ing-list-i-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .15em;
    margin-top: 5px;
}
@media screen and (max-width: 768px) {
    .block-newluque-ing-list-i-text {
        font-size: calc(12rem / 14);
        margin-top: calc(8rem / 14);
    }
}
.block-newluque-ing-list sup {
    font-size: .5em;
    vertical-align: top;
}
.block-newluque-ing-list-note {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .block-newluque-ing-list-note {
        font-size: calc(10rem / 14);
        text-align: left;
    }
}

/* COMFORT */
.block-newluque-comfort {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FAF7F7;
    margin-top: 72px;
    padding: 40px 0;
}
@media screen and (max-width: 768px) {
    .block-newluque-comfort {
        margin-top: calc(40rem / 14);
        padding: calc(40rem / 14) 0;
    }
}
.block-newluque-comfort-title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .15em;
}
@media screen and (max-width: 768px) {
    .block-newluque-comfort-title {
        font-size: calc(18rem / 14);
    }

}
.block-newluque-comfort-lead {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .15em;
    margin-top: 24px;
}
@media screen and (max-width: 768px) {
    .block-newluque-comfort-lead {
        font-size: calc(12rem / 14);
        margin-top: calc(10rem / 14);
        letter-spacing: 0;
    }

}
.block-newluque-comfort-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    aspect-ratio: 1/1;
    margin-top: 32px;
}
@media screen and (max-width: 768px) {
    .block-newluque-comfort-img {
        width: calc(200rem / 14);
        margin-top: calc(32rem / 14);
    }
}
.block-newluque-comfort-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

/* FREE */
@media screen and (max-width: 768px) {
    .block-newluque-free .block-newluque-care-h4 span {
        padding: 0 calc(16rem / 14);
    }
}
.block-newluque-free-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 24px;
    max-width: 608px;
    margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
    .block-newluque-free-list {
        column-gap: calc(24rem / 14);
        row-gap: calc(16rem / 14);
        margin: calc(32rem / 14) auto 0;
    }
}
.block-newluque-free-list-i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - (40px * 2)) / 3);
    aspect-ratio: 1/1;
    background-color: #F3D3D4;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    letter-spacing: .15em;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .block-newluque-free-list-i {
        width: calc(128rem / 14);
        font-size: calc(16rem / 14);
    }
}