@charset "utf-8";

.tFvBx {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.tFvLink {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
}

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

.tFvLink::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #726B6A;
    opacity: .45;
    pointer-events: none;
    transition: all .3s;
}

.tFvLink:hover::before {
    opacity: .1;
}

.tFvLink::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    pointer-events: none;
}

.tFvTxtBx {
    max-width: calc(100% - 20px);
}

.tServiceFukidashiBx {
    position: relative;
    background-image: radial-gradient(circle closest-side at center, #F9F0EC 100%, transparent 100.1%);
    background-repeat: no-repeat;
}

.tServiceFukidashiBx::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) scaleX(0.9);
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #F9F0EC transparent transparent transparent;
}

.tServiceItemLinkImg {
    aspect-ratio: 41/27;
}

.tServiceItemLinkImg>img {
    transition: all .3s;
}

.tServiceItemLink:hover .tServiceItemLinkImg>img {
    transform: scale(1.05)
}

.tKimonoBx::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #CAB9A7;
    pointer-events: none;
}

.tKimonoInTit span {
    position: relative;
    font-size: 133.3%;
    color: #ABA0A0;
}

.tKimonoInTit span::before {
    content: "";
    position: absolute;
    bottom: 105%;
    right: 0;
    left: 0;
    width: 5px;
    height: 5px;
    margin: 0 auto;
    border-radius: 100%;
    background: #ABA0A0;
}

.tKimonoImg02,
.tKimonoImg03 {
    background-color: #F1E0D9;
}

.tKimonoImg02>img,
.tKimonoImg03>img {
    opacity: 0.48;
}

.tKimonoImg03 {
    top: calc(100% - 41px);
}

.tMenuBx::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/system_panel/uploads/images/top_menu_cover.svg)no-repeat center /cover;
}

.tSalonImgBx {
    transform: translateY(-20px);
}

.tSalon::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 55%;
    max-height: 450px;
    z-index: -1;
    background: url(/system_panel/uploads/images/top_salon_bg.jpg) no-repeat center /cover;
}

.tRecruitBx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    max-width: 875px;
    height: 240px;
    border: 1px solid #CAB9A7;
    z-index: -1;
}

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

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

    .tFvBx {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .tFvLink {
        aspect-ratio: 430/776;
    }

    .tKimonoBx::before {
        bottom: 30px;
        left: 15px;
    }

    .tSalonImgBx {
        transform: translateY(-42px);
    }

    .tRecruitBx::before {
        bottom: 0;
        width: 45.6%;
        height: auto;
    }

}


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

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

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

    .tKimonoBx::before {
        left: 30px;
    }

}


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


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

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

    .tFvBx {
        gap: 20px;
    }

    .tFvLink::after {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    .tFvTxtBx {
        right: 20px !important;
        bottom: 84px !important;
        max-width: calc(100% - 40px);
    }

    .tKimonoInTxt {
        text-align: center;
    }
}


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


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

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

    .tKimonoImg02 {
        left: -13.3% !important;
    }

}

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