@charset "utf-8";

/* ==========================================
about01
========================================== */

.about01-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about01-left {
    width: 53%;
}

.about01-text-block {
    margin: 4rem 0 0;
}

.about01-text:nth-child(n+2) {
    margin: 4rem 0 0;
}


.about01-right {
    width: 46.21%;
}

.about01-img01 {
    max-width: 56rem;
    width: 91.8%;
    aspect-ratio: 56/66;
}

.about01-img01 {
    max-width: 56rem;
    width: 91.8%;
    aspect-ratio: 56/66;
    margin: 0 0 0 auto;
    position: relative;
}

.about01-img02 {
    max-width: 36rem;
    width: 59.02%;
    aspect-ratio: 36/26;
    margin: -11% 0 0;
    position: relative;
    z-index: 1;
}

.about01-img01:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 100.5%;
    top: 0;
    left: -1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
}

.about01-deco01 {
    position: absolute;
    max-width: 47rem;
    width: 25%;
    left: 3%;
    bottom: 10%;
    z-index: -1;
}

.about01-deco02 {
    position: absolute;
    max-width: 35rem;
    width: 19%;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* ==========================================
10年後も、好きでいられる髪へ
========================================== */

.about02 .common-row01-num {
    margin: 0;
    position: absolute;
    right: 0;
    top: -18rem;
}

.about02 .common-row01-item:nth-child(2n) .common-row01-num {
    top: -14rem;
}

.about02 .common-row01-item:nth-child(4n) .common-row01-num {
    top: -18rem;
}

.about02-item-title br {
    display: none;
}

.about02-text-box {
    margin: 4rem auto 0;
    text-align: center;
}

.about02-deco01 {
    position: absolute;
    max-width: 47.2rem;
    width: 25%;
    top: 25%;
    left: 0;
    z-index: 1;
}

.about02-deco02 {
    position: absolute;
    max-width: 24.4rem;
    width: 13%;
    bottom: 14%;
    right: 0;
    z-index: 1;
}

/* ==========================================
一人ひとりに合わせた時間
========================================== */

.about03-deco01 {
    max-width: 40rem;
    width: 22%;
    position: absolute;
    bottom: -2%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1550px) {

    /* ==========================================
    about01
    ========================================== */

    .about01-left {
        width: 61%;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1280px) {

    .about01-left {
        width: 62%;
    }

    .about02 .common-row01-num {
        top: -14rem;
    }

    .about02 .common-row01-item:nth-child(4n) .common-row01-num {
        top: -14rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    /* ==========================================
    about01
    ========================================== */

    .about01-left {
        width: 85%;
    }

    /* ==========================================
    10年後も、好きでいられる髪へ
    ========================================== */

    .about02-item-title br {
        display: block;
    }

    .about02 .common-row01-num {
        top: -11rem;
    }

    .about02 .common-row01-item:nth-child(2n) .common-row01-num {
        top: -10.5rem;
    }

    .about02 .common-row01-item:nth-child(3n) .common-row01-num {
        top: -13rem;
    }

    .about02 .common-row01-item:nth-child(4n) .common-row01-num {
        top: -10rem;
    }

    .about02 .common-row01-item:nth-child(3n) .common-row01-img01 {
        top: -70%;
    }

    .about02 .common-row01-item:nth-child(4n) .common-row01-img01 {
        top: -50%;
    }

    /* ==========================================
    一人ひとりに合わせた時間
    ========================================== */


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 820px) {

    /* ==========================================
    about01
    ========================================== */
/* 
    .about01-left {
        width: 79%;
    } */

    .about01-left .title40 {
        font-size: 30px;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    /* ==========================================
    about01
    ========================================== */

    .about01-row {
        flex-direction: column;
        gap: 4rem;
    }

    .about01-left {
        width: 100%;
    }

    .about01-right {
        width: 65%;
        margin: 0 0 0 auto;
    }

    .about01-deco01 {
        width: 44%;
        bottom: 36%;
    }

    .about01-deco02 {
        position: absolute;
        max-width: 35rem;
        width: 26%;
    }

    .common-row01-item:after {
        background: var(--white);
    }

    /* ==========================================
    10年後も、好きでいられる髪へ
    ========================================== */

    .about02-text-box {
        text-align: left;
    }

    .about02-item-title br {
        display: none;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

    .title40 {
        font-size: 25px;
    }

    .about01-left .title40 {
        font-size: 25px;
    }

    /* ==========================================
    about01
    ========================================== */

    .about01-right {
        width: 85%;
    }

    .about01-deco01 {
        width: 70%;
        left: 3%;
        top: 17%;
        bottom: auto;
    }

    .about01-deco02 {
        width: 32%;
    }


    /* ==========================================
    10年後も、好きでいられる髪へ
    ========================================== */

    .about02-item-title br {
        display: block;
    }

 
    /* ==========================================
    一人ひとりに合わせた時間
    ========================================== */

    .about03-deco01 {
        width: 32%;
        left: 0;
        right: auto;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
