@charset "UTF=8";

/*=======================================
Menu
========================================*/
.SP-Menu-scissors,
.SP-salon-photo,
.SP-Style-scissors {
    display: none;
}

.Menu {
    padding: 50px 5% 100px;
    position: relative;
}


.English-Title {
    font-family: 'Outfit';
    font-size: 8rem;
    font-weight: 500;
    margin-top: 5px;
}

.SubTitle,
.English-Title {
    color: #67859A;
}

.SubTitle {
    margin-left: 30px;
}

 .English-Title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.Menu .English-Title::before {
    content: '';
    display: block;
    width: 6px;
    height: 56px;
    background-image: url(../images/PC-blue-deco.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.Menu-list {
    display: flex;
    flex-wrap: wrap;
    margin: 110px auto 0;
    gap: 70px 150px;
    justify-content: center;
    align-items: start;
}

.Menu-box {
    width: 415px;
    display: flex;
    flex-direction: column;
    margin-top: -33px;
}

.Menu-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Outfit';
    font-size: 2.5rem;
    font-weight: 400;
    gap: 10px;
}

.Menu-item::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #67859A;
}


.Menu-p,
.Menu-p-cut {
    display: flex;
    align-items: center;
}

.Menu-p-cut:first-of-type {
    margin-top: 32px;
}

.Menu-dd {
    display: flex;
    flex-direction: column;
    font-weight: 400;
}

.Menu-dd img {
    width: 10px;
    height: 1px;
}

.Menu-dd-item {
    display: flex;
    margin-top: 32px;
    align-items: center;
    gap: 5px;
}

.Menu-dd-box,
.Menu-p-cut {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

span {
    font-family: 'Outfit';
    display: flex;
    align-items: center;
}

.color-span {
    font-family: 'Zen Kaku Gothic New' 
}

.line {
    flex: 1;
    height: 1px;
    background-image: repeating-linear-gradient(90deg, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 3px, transparent 0px, transparent 10px);
}

.Menu-img {
    width: 415px;
    height: 275px;
    border-radius: 10px;
}


.viewmore-box {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    height: 28px;
}
.viewmore {
    display: flex;
    width: 136px;
    justify-content: center;
    margin: 72px 0 0 auto;
    border-bottom: 1px solid;
}


.viewmore-txt {
    font-family: 'Outfit';
    font-size: 1.8rem;
    font-weight: 300;
    margin-right: 18px;
}

.PC-Menu-scissors,
.PC-Style-scissors {
    width: 16px;
    height: 12px;
    transition: 0.3s ease;
}

.viewmore:hover .PC-Menu-scissors,
.viewmore:hover .PC-Style-scissors{
    transform: translateX(5px);    
}

.viewmore-txt {
    font-family: 'Outfit';
    font-size: 1.8rem;
    font-weight: 300;
    margin-right: 18px;
}

.PC-Menu-scissors {
    width: 16px;
    height: 12px;
    transition: 0.3s ease;
}

.PC-Menu-scissors:hover{
    transform: translateX(5px);    
}


.PC-salon-photo {
    position: absolute;
    width: calc(530 / 1360 * 100vw);
    height: auto;
    border-radius: 20px;
    top: 121px;
    left: 55%;
    /* z-index: -1; */
}

.Menu-deco {
    position: absolute;
    background-image: url(../images/menu-img.jpeg);
    background-size: cover;
    background-repeat: repeat;
    width: 82vw;
    height: 666px;
    border-radius: 0 20px 20px 0;
    top: 197px;
    left: 0%;
    z-index: -2;
}


.branch {
    position: absolute;
    width: calc(705 / 1360 * 100vw);
    max-width: 700px;
    top: -260px;
    left: calc(-28 / 1360 * 100vw);
    transform: rotate(375deg) scale(1, -1);
    pointer-events: none;
}

/* Menu sp */
@media screen and (max-width: 769px) {
    .Menu {
        position: relative;
    }

    .PC-icon,
    .PC-Menu-scissors,
    .PC-salon-photo,
    .PC-Style-scissors {
        display: none;
    }

    .SubTitle {
        font-size: 0.8rem;
        margin-left: 20px;
    }

    .Menu .English-Title {
        margin-left: 0;
    }

    .Menu .English-Title::before {
        width: 3px;
        height: 27px;
        top: 42px;
        left: 7%;
        background-image: url(../images/SP-blue-deco.png);
    }

    .English-Title {
        font-size: 2.5rem;
    }

    .Menu-list {
        padding: 0 10%;
        gap: 50px;
        margin-top: 50px;
    }

    .Menu-item {
        font-size: 1.8rem;
    }

    .Menu-box {
        margin-top: 15px;
    }

    .Menu-dd-box,
    .Menu-p-cut,
    .Menu-dd-item{
        font-size: 1.4rem;
    }

    .Menu-img {
        width: calc(310 / 375 * 100vw);
        max-width: 450px;
        height: auto;
    }

    .Menu-img:first-of-type, 
    .Menu-img:last-of-type{
        display: none;
    }

    .viewmore-txt {
        font-size: 1.4rem;
        margin-right: 22px;
    }

    .viewmore-box::after {
        width: 111px;
        margin-top: 0;
    }

    .SP-Menu-scissors {
        display: block;
        width: 12px;
        height: 11px;
    } 

    .viewmore {
        width: 120px;
        margin-top: 60px;
        margin-right: 5px;
    }

    .SP-salon-photo {
        display: block;
        position: absolute;
        width: calc(194 / 375 * 100vw);
        border-radius: 10px;
        top: 63px;
        left: -20px;
        /* z-index: -1; */
    }

    .Menu-deco {
        width: 87vw;
        height: 460px;
        top: 116px;
    }

    .branch {
        position: absolute;
        width: calc(325 / 375 * 100vw);
        max-width: 330px;
        top: calc(-55 / 323 * 100vh);
        left: calc(-13 / 375 * 100vw);
        transform: rotate(375deg) scale(1, -1);
        pointer-events: none;
    }

}


