@charset "utf-8";

.header {
    opacity: 0;
    pointer-events: none;
}

.header.is-scroll {
    opacity: 1;
    pointer-events: all;
}

.hamMenu {
    padding: 0;
}

.header.is-scroll+.hamMenu {
    padding: 80px 0 0;
}

.tEstheMake::before,
.tEstheMake::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    aspect-ratio: 1920/740;
}

.tEstheMake::before {
    z-index: -2;
    background: url(/system_panel/uploads/images/top_bg01.jpg) no-repeat center /cover;
}

.tEstheMake::after {
    z-index: -1;
    background: #432B18;
    opacity: .5;
    mix-blend-mode: multiply;
}

.tSalonFaqItem::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #72635B;
    opacity: .6;
    z-index: 1;
    mix-blend-mode: multiply;
    transition: all .3s;
}

.tSalonFaqItem:hover::before {
    opacity: .2;
}

.tSalonFaqItem:hover .btn01 {
    background: var(--black);
}

.tSalonFaqItem:hover .btn01::before {
    background: var(--white) url(/system_panel/uploads/images/arrow01_brown.svg)no-repeat center / 10px;
}

.tSalonFaqItem:hover p {
    color: var(--white);
}

.tNewsTitBx {
    display: contents !important;
}

.tNewsBtnBx {
    order: 1;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {

    .tNewsTitBx {
        display: flex !important;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    .header.is-scroll+.hamMenu {
        padding: 100px 0 0;
    }

    .tConceptImgBx {
        display: contents !important;
    }

    .tConceptImg01 {
        order: -1;
    }

}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


    .tEstheMakeItem {
        padding: 0 24px 70px !important;
    }

}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {

    .tFvTxtBx {
        left: 100px !important;
        bottom: 94px !important;
    }

    .tFvTxt01 {
        font-size: 40px !important;
    }

    .tFvTxt02 {
        font-size: 88px !important;
    }

    .tSalonFaqItemBx {
        flex-direction: row !important;
        align-items: flex-end !important;
    }

    .tSalonFaqBtnBx {
        margin: 0 !important;
    }

}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */