@charset "utf=8";

/* ==========================================
cover
========================================== */

.topFvSliderWr {
    position: relative;
    width: 100%;
}

.topFvSliderWr:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #38362C;
    background: linear-gradient(180deg,rgba(56, 54, 44, 0.6) 0%, rgba(56, 54, 44, 0) 50%, rgba(56, 54, 44, 0.6) 100%);
    z-index: 2;
    width: 100%;
    height: 100%;
}

.coverWr {
    position: relative;
    width: 100%;
}

.topFvTitSetWr {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 6rem;
    color: var(--white);
}

.coverWr {
    position: relative;
    width: 100%;
}

.topFvTitSetWr {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 6rem;
    color: var(--white);
    font-family: var(--font-family01);
    padding: 0 1.5rem;
}

.topCoverTit {
    font-size: 6rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.45em;
}

.topCoverSubTit>br {
    display: none;
}

.topCoverSubTit {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.45em;
    padding-left: 3.7rem;
    margin-top: 0.8rem;
}

.topFvTitSetBox {
    max-width: 177.4rem;
    width: 100%;
    margin: 0 auto;
}

.topCoverTit>br {
    display: none;
}

.topCoverTit>strong {
    display: none;
}

/* ==========================================
main
========================================== */

.topWr {
    width: 100%;
}

.topWr01 {
    overflow: hidden;
    position: relative;
    padding: 10.8rem 0 46.1rem;
}

.topBoxWr01 {
    max-width: 132rem;
    width: 70.31%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-top: 12.4rem;
}

.topConceptImgBox01 {
    max-width: 46rem;
    width: 23.96%;
    position: absolute;
    left: 10rem;
    bottom: 33.6rem;
}

.topConceptImg01 {
    width: 100%;
    position: relative;
    padding-top: 71.74%;
}

.topConceptImg01>img,.topConceptImg02>img,.topConceptImg03>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}

.topConceptImgBox02 {
    max-width: 71.1rem;
    width: 37.03%;
    position: absolute;
    bottom: 13rem;
    right: 10rem;
}

.topConceptImgSetBox01 {
    width: 60.48%;
    margin: 0 0 0 auto;
}

.topConceptImg02 {
    width: 100%;
    position: relative;
    padding-top: 134.88%;
}

.topConceptImgSetBox02 {
    width: 46.41%;
    margin-top: -14%;
}

.topConceptImg03 {
    width: 100%;
    position: relative;
    padding-top: 69.7%;
}

.topEn01 {
    font-family: var(--font-family02);
    color: #F2F2F0;
    white-space: nowrap;
    font-size: 30rem;
    font-weight: 500;
    line-height: 1.4em;
    position: absolute;
    top: 0;
    right: 12rem;
    margin: auto;
    z-index: -1;
}

.topTit01 {
    text-align: center;
    font-family: var(--font-family01);
    font-weight: 500;
    font-size: 5rem;
}

.topTit01>br {
    display: none;
}

.topTit01>strong {
    font-weight: 600;
    font-size: 6rem;
}

.topConceptTextBox {
    max-width: 68rem;
    width: 100%;
    margin: 8rem auto 0;
    text-align: center;
}

.topText01 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.5em;
}

.topWr02 {
    overflow: hidden;
    position: relative;
    padding: 13rem 0 16rem;
    background-color: var(--fifth);
}

.topBoxWr02 {
    max-width: 162rem;
    width: 100%;
    margin: 0 auto;
}

.topTitSetBox {
    text-align: center;
}

.topEnTit01 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25em;
    font-family: var(--font-family03);
    color: var(--primary);
}

.topJaTitDeco {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 3rem;
}

.topJaTitDeco:before {
    content: "";
    background-color: var(--border-tertiary);
    width: 6rem;
    height: 0.1rem;
}

.topJaTitDeco:after {
    content: "";
    background-color: var(--border-tertiary);
    width: 6rem;
    height: 0.1rem;
}

.topJaTit01 {
    font-size: 4rem;
    font-family: var(--font-family01);
    font-weight: 600;
    letter-spacing: 0.03em;
}

.topSalonItemWr {
    margin-top: 4rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
}

.topSalonItemBox {
    position: relative;
    max-width: 50rem;
    width: 100%;
    margin: 0 auto;
}

.topSalonItemBox:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -3rem;
    width: 0.1rem;
    height: 100%;
    background-color: var(--border-primary);
}

.topSalonItemWr .topSalonItemBox:last-child:after {
    display: none;
}

.topSalonImgBox {
    width: 100%;
    position: relative;
    padding-top: 72%;
}

.topSalonImgBox>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topSalonTextBox {
    margin-top: 5rem;
}

.topSalonTit {
    font-size: 2.8rem;
    font-family: var(--font-family01);
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.43em;
}

.topSalonTextList {
    margin-top: 3rem;
}

.topText02 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.556em;
}

.topSalonBtnMg {
    margin: 3rem 0 0;
}

.topWr03 {
    overflow: hidden;
    position: relative;
    padding: 11.7rem 0 13rem;
    background-color: var(--primary);
    color: var(--white);
}

.topEn02 {
    font-family: var(--font-family02);
    color: #706C5D;
    color: var(--secondary);
    white-space: nowrap;
    font-size: 20rem;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 0 -10rem;
}

.topPromiseLeftBox {
    max-width: 76rem;
    width: 43.43%;
}

.topBoxWr03 {
    max-width: 175rem;
    width: 100%;
    padding: 0 0 0 3rem;
    margin: 0 0 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.topPromiseImgBox {
    max-width: 88rem;
    width: 50.29%;
    margin: 4.3rem 0 0;
}

.topPromiseTit {
    margin-top: -2rem;
    font-family: var(--font-family01);
    letter-spacing: 0.03em;
    font-weight: 500;
    font-size: 4rem;
    line-height: 1.375em;
}

.topPromiseTit>strong {
    font-size: 5rem;
    font-weight: 600;
}

.topPromiseTit>strong>br {
    display: none;
}

.topPromiseTextBox {
    margin-top: 5rem;
    line-height: 1.944em;
}

.topWr04 {
    overflow: hidden;
    position: relative;
    padding: 16rem 0 16rem;
}

.topBoxWr04 {
    max-width: 162rem;
    width: 100%;
    margin: 0 auto;
}

.topPickupFlexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 8rem auto 0;
}

.topPickupImgBox {
    width: 48.15%;
}

.topPickupLeftBox {
    width: 43.83%;
}

.topPickupTextBox {
    line-height: 1.944em;
    margin-top: 5rem;
}

.topPickupTit {
    font-family: var(--font-family01);
    letter-spacing: 0.03em;
    font-weight: 500;
    font-size: 4rem;
    line-height: 1.375em;
}

.topPickupTit>strong {
    font-size: 5rem;
    font-weight: 600;
}

.topGalleryWr {
    max-width: 152rem;
    width: 100%;
    margin: 16rem auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.topTitSetBoxLeft {
    text-align: left;
}

.topGalleryBlockBoxWr {
    flex: 1;
    margin-top: 1.3rem;
}

.topGalleryBtnPc {
    display: block;
}

.topGalleryBtnSp {
    display: none;
}

.topGalleryTitLeftBox {
    max-width: 22rem;
    width: 100%;
    margin: 0 19rem 0 0;
}

.topGalleryBtnMg {
    margin: 10rem 0 0 0;
}

.topWr05 {
    overflow: hidden;
    position: relative;
}

.topRecruitMainTextBox .topEnTit01 {
    color: #6C6661;
}

.topRecruitMainTextBox {
    position: relative;
    max-width: 74rem;
    width: 100%;
    margin: 0 0 0 auto;
    padding-top: 8.6rem;
    z-index: 1;
}

.topRecruitMainTextBox .topEnTit01 {
    color: #6C6661;
}

.topBoxWr05 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background-color: #2C241C;
    color: #fff;
}

.topRecruitImgBox {
    width: 50%;
}

.topRecruitImgBox>img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.topRecruitLeftBox {
    width: 50%;
    padding: 4.4rem 2rem 13rem;
}

.topEn04 {
    font-family: var(--font-family02);
    color: #423A33;
    white-space: nowrap;
    font-size: 20rem;
    font-weight: 500;
    line-height: 1.4em;
    margin: auto;
    position: absolute;
    top: 0;
    left: -9rem;
    z-index: -1;
}

.topRecruitTitPc {
    display: block;
}

.topRecruitTitSp {
    display: none;
}

.topRecruitTit {
    font-family: var(--font-family01);
    letter-spacing: 0.03em;
    font-weight: 500;
    font-size: 4rem;
    line-height: 1.375em;
    margin-top: 8rem;
}

.topRecruitTit>strong {
    font-size: 5rem;
    font-weight: 600;
}

.topRecruitTextBox {
    margin-top: 5rem;
    line-height: 1.944em;
}

.topWr06 {
    overflow: hidden;
    position: relative;
    padding: 16rem 0 16rem;
}

.topBoxWr06 {
    max-width: 152rem;
    width: 100%;
    margin: 0 auto;
}

.topVisionWr {
    max-width: 125.5rem;
    width: 100%;
    margin: 0 auto;
}

.topVisionBox {
    position: relative;
    padding-top: 10rem;
}

.topEn03 {
    font-family: var(--font-family02);
    color: #F2F2F0;
    white-space: nowrap;
    font-size: 40rem;
    font-weight: 500;
    line-height: 1.4em;
    position: absolute;
    top: -2.3rem;
    right: 17rem;
    margin: auto;
    z-index: -1;
}

.topVisionTit {
    font-family: var(--font-family01);
    letter-spacing: 0.03em;
    font-weight: 500;
    font-size: 4rem;
    line-height: 1.375em;
    text-align: center;
}

.topVisionTit>strong {
    font-size: 5rem;
    font-weight: 600;
}

.topVisionTextListBox {
    margin: 5rem auto 0;
    text-align: center;
    line-height: 1.944em;
}

.topNewsWr {
    margin: 16rem 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.topNewsBlockBoxWr {
    flex: 1;
    margin-top: 1.3rem;
}

.topNewsBtnPc {
    display: block;
}

.topNewsBtnSp {
    display: none;
}

.topNewsTitLeftBox {
    max-width: 22rem;
    width: 100%;
    margin: 0 30rem 0 0;
}

.topNewsBtnMg {
    margin: 10rem 0 0 0;
}

.topPickupTextBox>p>br {
    display: block;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

    .topEn01 {
        font-size: 25rem;
        right: 10rem;
    }

    .topConceptImgBox01 {
        left: 5rem;
    }

    .topConceptImgBox02 {
        right: 5rem;
    }

    .topCoverTit {
        font-size: 5rem;
    }

    .topCoverSubTit {
        font-size: 2rem;
    }

    .topRecruitMainTextBox {
        max-width: 64rem;
        padding-top: 4.6rem;
    }

    .topEn04 {
        font-size: 16rem;
        left: -6rem;
    }

    .topRecruitTit {
        font-size: 2.7rem;
        margin-top: 6rem;
    }
    
    .topRecruitTit>strong {
        font-size: 3rem;
    }

    .topRecruitTextBox {
        margin-top: 4rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    .topCoverTit {
        font-size: 4rem;
    }

    .topCoverSubTit {
        font-size: 1.8rem;
    }

    .topConceptImgBox01 {
        max-width: 100%;
        width: 64%;
        position: relative;
        left: auto;
        bottom: auto;
        margin: 0 0 3.6rem;
    }

    .topWr01 {
        padding: 5rem 0 8rem;
    }

    .topConceptImgBox02 {
        max-width: 100%;
        width: 89.33%;
        position: relative;
        bottom: auto;
        right: auto;
        margin: 5rem 0 0 auto;
    }

    .topConceptTextBox {
        margin: 6rem auto 0;
    }

    .topEn01 {
        right: 14rem;
        font-size: 20rem;
    }

    .topBoxWr01 {
        width: 100%;
        padding-top: 4.8rem;
    }

    .topTit01>br {
        display: block;
    }

    .topText02 {
        font-size: 1.4rem;
    }

    .topEn02 {
        font-size: 14rem;
    }

    .topPromiseTit {
        margin-top: -2rem;
        font-size: 2.7rem;
    }
    
    .topPromiseTit>strong {
        font-size: 3rem;
    }

    .topPromiseTextBox {
        margin-top: 4rem;
    }

    .topPickupTit {
        font-size: 2.7rem;
    }
    
    .topPickupTit>strong {
        font-size: 3rem;
    }

    .topPickupTextBox {
        margin-top: 4rem;
    }

    .topEn04 {
        font-size: 12rem;
        left: -3rem;
    }

    .topRecruitMainTextBox {
        max-width: 45rem;
        padding-top: 2.6rem;
    }

    .topEn03 {
        font-size: 30rem;
        top: -2.3rem;
        right: 13rem;
    }

    .topGalleryTitLeftBox {
        margin: 0 8rem 0 0;
    }

    .topNewsTitLeftBox {
        margin: 0 8rem 0 0;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

.main-visual-img-sp>img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.main-visual-img-sp {
    width: 100%;
    height: auto;
}

.topCoverTit>br {
    display: block;
}

.topCoverTit>strong {
    display: inline-block;
}

.topFvTitSetWr {
    bottom: 4rem;
}

.topCoverTit {
    font-size: 2.7rem;
}

.topCoverSubTit {
    font-size: 1.5rem;
    padding-left: 3.7rem;
    margin-top: 0.8rem;
}

.topCoverSubTit>br {
    display: block;
}

.topEn01 {
    font-size: 16rem;
    right: 10rem;
}

.topEnTit01 {
    font-size: 1.5rem;
}

.topJaTit01 {
    font-size: 2.7rem;
}

.topJaTitDeco:before {
    width: 4rem;
}

.topJaTitDeco:after {
    width: 4rem;
}

.topJaTitDeco {
    gap: 0 1.5rem;
}

.topSalonItemWr {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 8rem;
}

.topSalonItemBox:after {
    top: auto;
    bottom: -4rem;
    right: 0;
    width: 100%;
    height: 0.1rem;
}

.topSalonTextBox {
    margin-top: 2.5rem;
}

.topSalonTit {
    font-size: 2rem;
}

.topSalonBtnMg {
    margin: 1.9rem 0 0;
}

.topWr02 {
    padding: 6rem 0 8rem;
}

.topWr03 {
    padding: 3.6rem 0 8rem;
}

.topBoxWr03 {
    padding: 0;
    margin: 0 0 0 auto;
    display: block;
}

.topPromiseLeftBox {
    max-width: 100%;
    width: 100%;
    padding: 0 1.5rem;
}

.topEn02 {
    margin: 0 0 0 -5rem;
}

.topPromiseImgBox {
    max-width: 100%;
    width: 78.67%;
    margin: 5rem 0 0 auto;
}

.topWr04 {
    padding: 6rem 0 8rem;
}

.topPickupFlexBox {
    margin: 3rem auto 0;
    flex-direction: column-reverse;
    gap: 4rem;
}

.topPickupImgBox {
    width: 100%;
}

.topPickupLeftBox {
    width: 100%;
}

.topPickupTit {
    font-size: 2.7rem;
}

.topPickupTit>strong {
    font-size: 3rem;
}

.topPickupTextBox {
    margin-top: 4rem;
}

.topGalleryWr {
    margin: 8rem auto 0;
    display: block;
}

.topNewsWr {
    margin: 8rem auto 0;
    display: block;
}

.topGalleryTitLeftBox {
    max-width: 100%;
    margin: 0;
}

.topGalleryBtnMg {
    margin: 4rem 0 0 0;
}

.topGalleryBtnPc {
    display: none;
}

.topGalleryBtnSp {
    display: block;
}

.topGalleryBlockBoxWr {
    margin-top: 4rem;
}

.topBoxWr05 {
    display: block;
}

.topRecruitImgBox {
    width: 100%;
}

.topRecruitLeftBox {
    width: 100%;
    padding: 3.6rem 2rem 5rem;
}

.topRecruitMainTextBox {
    max-width: 100%;
    padding-top: 4.2rem;
}

.topEn04 {
    font-size: 10rem;
}

.topWr06 {
    padding: 6rem 0 8rem;
}

.topVisionBox {
    padding-top: 6rem;
}

.topVisionTit {
    font-size: 2.7rem;
}

.topVisionTit>strong {
    font-size: 3rem;
}

.topEn03 {
    font-size: 14rem;
    top: -1rem;
    right: 0;
    left: 0;
    text-align: center;
}

.topText02 {
    font-size: 1.6rem;
}

.topNewsBtnPc {
    display: none;
}

.topNewsBtnSp {
    display: block;
}

.topNewsBlockBoxWr {
    margin-top: 4rem;
}

.topNewsBtnMg {
    margin: 4rem 0 0 0;
}

.topPickupTextBox>p>br {
    display: none;
}
    
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

    .topTit01 {
        font-size: 2.7rem;
    }
    
    .topTit01>strong {
        font-size: 3rem;
    }

    .topEn01 {
        font-size: 10rem;
        right: 6rem;
    }

    .topText01 {
        font-size: 1.3rem;
        line-height: 2.308em;
    }

    .topEn02 {
        font-size: 10rem;
    }

    .topPromiseTit>strong>br {
        display: block;
    }

    .topRecruitTitPc {
        display: none;
    }
    
    .topRecruitTitSp {
        display: block;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {

    .topEn01 {
        right: 2rem;
        font-size: 11rem;
    }

    .topText01 {
        font-size: 1.2rem;
        line-height: 2.308em;
    }

    .topText02 {
        font-size: 1.3rem;
        line-height: 1.769em;
    }

    .topPickupTextBox {
        line-height: 2.308em;
    }

    .topVisionTit {
        font-size: 2.4rem;
    }
    
    .topVisionTit>strong {
        font-size: 2.8rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */