@charset "UTF-8";

/*-------------------------------------------
about
-------------------------------------------*/

.about-container {
    background-image: url(../img/about/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.about {
    margin: 0 auto;
    padding: 90px 15px 90px 15px;
}

.about-title {
    color: #d74765;
    font-weight: bold;
    line-height: 1.4;
}

.approach {
    position: relative;
    margin-top: 65px;
}

.about-section-title {
    margin-bottom: 30px;
}
.about-section-title img {
    height: min(3vw, 30px);
}

.about-text {
    font-size: 16px;
    line-height: 1.7;
}

.about-main-img-box {
    position: absolute;
    right: -56.3%;
    top: -90%;
    left: 0;
    margin-left: max(59.5%,422px);
    width: min(36vw,414px);
    height: 100%;
}

.asterisk-box {
    width: fit-content;
    margin: 10px auto 0;
}

.asterisk {
    font-size: 11px;
    line-height: 1.5;
}

/*-------------------------------------------
moisturizer
-------------------------------------------*/

.moisturizer {
    margin-top: 88px;
}

.about-sub-title {
    position: relative;
    display: grid;
    place-content: center;
    font-size: 19px;
    font-weight: bold;
    background-color: #8f8240;
    color: #fff;
    width: fit-content;
    min-height: 40px;
    padding: 5px 33px 4px 47px;
    border-radius: 100vh;
    margin-bottom: 15px;
    line-height: 1.4;
}

.about-sub-title::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #ddd9c6;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
}

.moisturizer .about-sub-title {
    background-color: #8f8240;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}

.hypoallergenic {
    margin-top: 44px;
}

.about-list1 {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 1.7%;
}

.about-list1 li {
    width: 23.6%;
    max-width: 255px;
}

.about-list2 {
    display: flex;
    justify-content: space-between;
}

.about-list2 li {
    width: 32%;
    max-width: 347px;
}

.supplement {
    margin-top: 24px;
}

.supplement-text  {
    display: flex;
    border-top: solid 1px #201f1e;
    font-size: 16px;
    gap: 27px;
    padding-top: 20px;
    margin: 20px 0 3px;
}

.supplement-asterisk {
    display: flex;
    gap: 12px;
}

/*-------------------------------------------
gloss
-------------------------------------------*/

.gloss {
    margin-top: 80px;
}

.gloss-box {
    margin-top: 54px;
}

.gloss-box-sub {
    display: flex;
}

.gloss-box-text {
    width: 42.8%;
    min-width: 340px;
}

.gloss-img {
    margin-top: 20px;
    width: 46.3%;
    max-width: 500px;
}

.ingredient {
    margin-top: 50px;
}

.ingredient-items {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
}

.ingredient-items li {
    width: 32.2%;
    max-width: 347px;
}

.ingredient-text-box {
    display: flex;
    margin-top: 20px;
    gap: 5%;
}

.ingredient-text {
    font-size: 14px;
}

.ingredient-img {
    flex-shrink: 0;
    width: 45%;
    max-width: 120px;
    min-width: 100px;
}

.ingredient .asterisk {
    margin-top: 16px;
    text-align: end;
}

.series {
    padding-top: 80px;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {

/*-------------------------------------------
about
-------------------------------------------*/
    .about-container {
        background-image: url(../img/about/bg-sp.jpg);
    }

    .about {
        padding: 60px 1% 50px 1%;
        max-width: 550px;
    }

    .about-title {
        font-size: min(7vw,38px);
        line-height: 130%;
    }

    .approach {
        margin-top: min(11.2%,60px);
    }

    .about-section-title {
        margin-bottom: 20px;
    }

    .about-section-title img {
        height: 48px;
    }

    .about-text {
        font-size: 15px;
    }

    .about-main-img-box {
        position: static;
        margin: 50px auto 0;
        width: 96%;
        max-width: 400px;
    }


/*-------------------------------------------
moisturizer
-------------------------------------------*/

    .moisturizer {
        margin-top: 60px;
    }

    .about-sub-title {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .asterisk-box {
        margin: 15px auto 0;
    }

    .asterisk {
        font-size: 13px;
    }

    .about-list1 {
        position: relative;
        flex-wrap: wrap;
        margin: 6% -3.5% 0;
        width: 107%;
    }

    .about-list1 li {
        width: 49%;
        max-width: initial;
    }

    .about-list1 li:nth-child(n+3) {
        margin-top: 1.7%;
    }

    .about-list2 {
        max-width: 642px;
        margin: 1.7% -3.5% 0;
        width: 107%;
        flex-direction: column;
    }

    .about-list2 li {
        width: 100%;
        max-width: 100%;
    }

    .about-list2 li:nth-child(n+2) {
        margin-top: 1.7%;
    }

    .supplement {
        margin-top: 4.4%;
    }

    .supplement-text  {
        display: block;
        font-size: 15px;
    }

    .supplement-brackets {
        position: relative;
        display: block;
        width: fit-content;
        padding-left: 10px;
        padding-right: 3px;
    } 

    .supplement-brackets::after,
    .supplement-brackets::before {
        position: absolute;
        content: '';
        width: 5px;
        height: 75%;
        border: solid 1px #201F1E;
        top: 15%;
    }
    
    .supplement-brackets::after{
        border-right: none;
        left: 0;
    }
    .supplement-brackets::before {
        border-left: none;
        right: 0;
    }

    .supplement-asterisk {
        display: block;
        font-size: 11px;
    }

/*-------------------------------------------
gloss
-------------------------------------------*/

    .gloss {
        margin-top: 60px;
    }

    .gloss-box {
        margin-top: 30px;
    }
    .gloss-box-sub {
        display: block;
    }

    .gloss-box-text {
        width: 100%;
        min-width: initial;
    }

    .gloss-img {
        margin: 20px -3.5% 0;
        width: 107%;
        max-width: 107%;
    }

    .ingredient {
        margin-top: 60px;
    }

    .ingredient-items {
        flex-direction: column;
        margin-top: 21px;
    }

    .ingredient-items li {
        width: 100%;
        max-width: initial;
    }

    .ingredient-items li:nth-child(n+2) {
        margin-top: 25px;
    }

    .ingredient-title {
        margin: 0 -3.5% 0;
        width: 107%;
    }

    .ingredient-text {
        font-size: 13.5px;
    }

    .ingredient-img {
        width: 32%;
        max-width: initial;
    }

    .series {
        padding-top: 30px;
    }
}