@charset "UTF=8";

main {
    overflow: hidden;
}

/*=======================================
FV
========================================*/



.SP-circle,
.SP-FV-scissors,
.SP-FV-img {
    display: none;
}

.FV {
    padding: 0 6.6% 67px;
}

h1 {
    padding: 50px 6.6% 0;
    font-family: 'Outfit';
    font-weight: 600;
    font-size: 80px;
    line-height: 0.95em;
    letter-spacing: 2%;
    color: #67859A;
}

.subcopy {
    font-size: 1.6rem;
    font-weight: 300;
    padding: 0 6.6% 0;
    margin: 30px 0;
}

.Pc-FVimg {
    width: 100%;
    border-radius: 30px;
    margin-top: -64px;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.circle-box {
    position: relative;
    width: 132px;
    height: 132px;
    margin-left: 83%;
}

.PC-circle {
    position: absolute;
    width: 140px;
    height: 140px;
    top: 0;
    right: 0;
    animation: rotateAnimation 10s linear infinite;
}

.PC-FV-scissors {
    position: absolute;
    width: 21px;
    height: 29px;
    top: 53px;
    right: 58px;
}

/* FV sp */
@media screen and (max-width: 769px) {
    .PC-circle,
    .PC-FV-scissors,
    .Pc-FVimg {
        display: none;
    }

    .SP-circle,
    .SP-FV-scissors,
    .SP-FV-img {
        display: block;
    }

    .FV {
        padding: 0 6.6% 50px;
    }

    h1 {
        padding: 40px 5% 0;
        font-size: 3.3rem;
    }

    .subcopy {
        font-size: 1.3rem;
        margin: 15px 0 0;
        padding: 0 5%;
    }

    .circle-box {
        width: 80px;
        height: 80px;
        margin-left: 79%;
    }

    .SP-circle {
        position: absolute;
        top: 0;
        right: 0;
        width: 95px;
        height: 95px;
        animation: rotateAnimation 10s linear infinite;
    }

    .SP-FV-scissors {
        position: absolute;
        top: 40px;
        right: 42px;
        width: 10px;
        height: 14px;
    }

    .SP-FV-img {
        width: calc(330 / 375 * 100vw);
        border-radius: 10px;
        margin-top: -33px;
    }

}

/*=======================================
About
========================================*/

@keyframes infinity-scroll-left {
    from {
    transform: translateX(0);
    }
    to {
    transform: translateX(-100%);
    }
}

.SP-About-img {
    display: none;
}

.About {
    padding: 83px 5.7% 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.About-box {
    display: flex;
    flex-direction: column;
    position: relative;
}

.Japanese-Title {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.2;
    color: #67859A;
    margin-top: 5px;
}

.About-box::before {
    content: '';
    display: block;
    width: 4px;
    height: 38px;
    background-image: url(../images/PC-About-deco.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    left: -20px;
}

.SubTitle {
    font-size: 1.5rem;
    font-weight: 300;
}

.About .SubTitle {
    font-family: 'Outfit';
    font-weight: 200;
    display: flex;
}


.PC-About-img {
    max-width: calc(590 / 1360 * 100vw);
    height: auto;
    border-radius: 20px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    object-fit: cover;
}

.About-txt {
    max-width: 540px;
    font-size: 1.6rem;
    letter-spacing: 2%;
    line-height: 2;
    margin-top: 44px;
}

.BigTxt-box {
    display: flex;
}

.BigTxt-item {
    display: flex;
    animation: infinity-scroll-left 40s infinite linear 0.3s both;
}

.BigTxt {
    font-family: 'Outfit';
    font-size: 10vw;
    font-weight: 400;
    color: #F4F0F0;
    white-space: nowrap;
    text-align: center;
    padding: 0 20px;
}

/* About sp */
@media screen and (max-width: 769px) {
    .PC-About-img {
        display: none;
    }

    .About {
        flex-direction: column;
        padding: 27px 11.7% 38px;
    }

    .SubTitle {
        font-size: 1rem;
    }

    .About .Japanese-Title {
        font-size: 2.2rem;
    }

    .About-box::before {
        width: 3px;
        height: 27px;
        background-image: url(../images/SP-blue-deco.png);
        top: 16px;
        left: -14px;
    }

    .About-txt {
        font-size: 1.4rem;
    }

    .SP-About-img {
        display: block;
        width: calc(342 /375 * 100vw);
        border-radius: 10px;
        margin-top: 38px;
    }

    .BigTxt {
        padding: 0 10px;
    }
}

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

.Menu {
    padding: 10px 0 0px;
    height: 863px;
    position: relative;
}


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

.Menu .SubTitle {
    color: #BF7D65;
    margin-left: 15px;
}


.Menu .English-Title {
    color: #BF7D65;
    margin-left: 15px;
}

.Menu .English-Title::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 56px;
    top: 75px;
    left: 4%;
    background-image: url(../images/PC-blue-deco.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.Menu-content {
    position: relative;
    display: block;
    max-width: 1084px;
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.Menu-boad {
    position: absolute;
    width: 677px;
    height: 447px;
    padding: 42px 37px;
    background-color: #FFF8EF;
    border-radius: 20px;
    top: 295px;
}

.Menu-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 72px;
    gap: 50px;
    justify-content: center;
}

.Menu-box {
    width: 225px;
    display: flex;
    align-items: center;
}

.Menu-item {
    font-family: 'Outfit';
    font-size: 1.8rem;
    font-weight: 400;
    color: #BF7D65;
    display: flex;
    align-items: center;
    gap: 10px;
}

.Menu-item::before {
    content: '';
    display: block;
    background-color: #BF7D65;
    width: 10px;
    height: 1px;
}

.Menu-price {
    font-family: 'Outfit';
    font-size: 1.8rem;
    font-weight: 300;
    color: #BF7D65;
    margin-left: 25px;
}

.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 #BF7D65;
}


.viewmore-txt {
    font-family: 'Outfit';
    font-size: 1.8rem;
    font-weight: 300;
    color: #BF7D65;
    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);    
}


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

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

.branch {
    position: absolute;
    width: calc(867 / 1360 * 100vw);
    right: calc(-41 / 1360 * 100vw);
    bottom: -19%;
    transform: rotate(-197deg);
    pointer-events: none;
}

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

    .Menu-content {
        width: 0;
    }

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

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

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

    .Menu-boad {
        width: 260px;
        height: 374px;
        padding: 26px 32px;
        top: 160px;
        left: -28px;
        transform: translateX(-50%);
    }

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

    .Menu-list {
        gap: 34px;
        margin-top: 50px;
    }

    .Menu-item,
    .Menu-price {
        font-size: 1.4rem;
    }

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

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

    .viewmore {
        width: 115px;
        justify-content: center;
        margin-top: 35px;
        margin-right: 5px;
    }

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

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

    .branch {
        width: calc(324 / 375 * 100vw);
        right: -8%;
        bottom: 4%;
        transform: rotate(-204deg);
    }


}


/*=======================================
Staff
========================================*/

.Staff {
    padding: 104px 5.7% 205px;
    position: relative;
}

.Staff-Title {
    position: relative;
}

.Staff-Title::before,
.Access-Title::before {
    content: '';
    display: block;
    width: 6px;
    height: 56px;
    background-image: url(../images/PC-blue-deco.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 32px;
    left: -20px;
}

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

.Staff-img {

    position: relative;
}

.Staff img {
    width: 315px;
    height: 315px;
    border-radius: 15px;
    object-fit: cover;
}

.Staff-img::after {
    content: '';
    display: block;
    position: absolute;
    width: 238px;
    height: 238px;
    top: 116px;
    right: -75px;
    background-color: #67859A;
    border-radius: 15px;
    z-index: -1;
}

.Staff-box {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    position: relative;
}

.Staff-contents {
    width: 450px;
    margin-left: 158px;
}

.Staff-position {
    margin-top: 85px;
    font-family: 'Outfit';
    font-size: 1.4rem;
    font-weight: 300;
    color: #67859A;
}

.Staff-name {
    margin-top: 14px;
    font-size: 2rem;
    font-weight: 400;
}

.Staff-name-sub {
    margin-top: 20px;
    font-family: 'Outfit';
    font-size: 1.6rem;
    font-weight: 300;
}

.Staff-txt {
    margin-top: 45px;
    font-size: 1.6rem;
    letter-spacing: 4%;
    line-height: 1.6;
}

/* Staff sp */
@media screen and (max-width: 769px) {

    .Staff {
        margin-top: 0;
        padding: 11px 10% 35px;
    }

    .Staff-Title::before,
    .Access-Title::before {
        width: 3px;
        height: 27px;
        top: 15px;
        left: -3%;
        background-image: url(../images/SP-blue-deco.png);
    }

    .Staff-box {
        flex-direction: column;
        align-items: center;
    }

    .Staff-contents {
        margin-left: 0;
        width: 247px;
    }

    .Staff img {
        width: 200px;
        height: 200px;
        transform: translateX(-10%);
    }
    
    .Staff-img::after {
        width: 154px;
        height: 154px;
        top: 85px;
        right: -52px;
        transform: translateX(-10%);
    }

    .Staff-position {
        margin-top: 40px;
        font-size: 1.1rem;
    }

    .Staff-name {
        margin-top: 6px;
        font-size: 1.5rem;
    }

    .Staff-name-sub {
        margin-top: 6px;
        font-size: 1.3rem;
    }

    .Staff-txt {
        margin-top: 10px;
        font-size: 1.3rem;
    }

}

/*=======================================
Style
========================================*/

.Style {
    padding: 104px 5.7% 126px;
    background-color: #67859A;
    position: relative;
}

.Style-Title {
    position: relative;
}

.Style-Title::before {
    content: '';
    display: block;
    width: 6px;
    height: 56px;
    background-image: url(../images/PC-white-deco.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 34px;
    left: -20px;
}

.Style .SubTitle,
.Style .English-Title {
    color: #FFFFFF;
}

.Style-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-top: 42px;
}

.Style-img {
    max-width: 308px;
    width: 308px;
}

.Style-branch {
    width: calc(867 / 1360 * 100vw);
    transform: scale(1,-1) rotate(-8deg);
    margin: -25% 0 0 -2%;
    pointer-events: none;
}

.Style .viewmore-box::after {
    background-color: #FFFFFF;
}

.Style .viewmore {
    margin-top: 116px;
    border-bottom: 1px solid #FFFFFF;
}

.Style .viewmore-txt {
    color: #FFFFFF;
}

/* Style sp */
@media screen and (max-width: 769px)  {
    .Style {
        padding: 26px 10% 87px;
    }

    .Style-Title::before {
        width: 3px;
        height: 27px;
        top: 15px;
        left: -3%;
        background-image: url(../images/SP-white-deco.png);
    }

    .Style-img:nth-child(4), 
    .Style-img:nth-child(5),
    .Style-img:nth-child(6){
        display: none;
    }

    .Style-img {
        width: 240px;
        height: 240px;
    }

    .Style .viewmore {
        margin-top: 42px;
    }

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

    .Style-branch {
        position: relative;
        width: calc(330 / 375 * 100vw);
        top: calc(-57 / 863 * 100vh);
        right: 24px;
        margin-left: -4%;
        transform: rotate(385deg) scale(1, -1);
        z-index: 1;
    }
}

/*=======================================
Reserve
========================================*/

.SP-LINE-URL,
.SP-LINE-icon {
    display: none;
}

.Reserve {
    margin: 0 14.1% 60px;
}

.Reserve .SubTitle {
    color: #FFFFFF;
    font-weight: 350;
    margin-top: 0;
}

.Reserve .English-Title {
    color: #FFFFFF;
    font-size: 4.5rem;
    font-weight: 400;
}

.Reserve-Box {
    padding: 101px 15% 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/PC-Reserve-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    gap: 123px;
}

.Reserve-txt p {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 350;
    letter-spacing: 2%;
    line-height: 1.5;
    margin-top: 26px;
}

.LINE-code {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.PC-LINE-QR {
    max-width: 165px;
    max-height: 165px;
}

.LINE-code p {
    color: #FFFFFF;
    letter-spacing: 2%;
    margin-top: 5px;
}

/* Reserve sp */
@media screen and (max-width: 769px) {
    .Reserve-Box {
        margin-top: -56px;
        flex-direction: column;
        padding: 38px 15%;
        background-image: url(../images/SP-Reserve-img.jpg);
        border-radius: 20px;
        gap: 30px;
    }

    .Reserve .SubTitle,
    .PC-LINE-QR,
    .LINE-code p {
        display: none;
    }

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

    .Reserve-txt p {
        font-size: 1.4rem;
    }

    .SP-LINE-URL {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        height: 53px;
        background-color: #06C755;
        border-radius: 50px;
        gap: 25px;
    }

    .SP-LINE-icon {
        display: block;
        width: 35px;
        height: 35px;
        border-radius: 10px;
        transform: translateX(-20%);
    }

    .SP-LINE-URL p {
        display: block;
        font-size: 1.5rem;
        font-weight: 300;
        margin-top: 0;
        transform: translateX(-10%);
    }

    .SP-LINE-arrow {
        width: 8px;
        height: 9px;
        transform: translateY(10%);
    }

}

/*=======================================
Access
========================================*/

.Access {
    padding: 114px 6% 142px;
    position: relative;
}

.Access-Title {
    position: relative;
}

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

.Access-Box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 73px;
    margin-top: 35px;
}

iframe {
    width: 626px;
    height: 300px;
    border-radius: 10px;
}

.Access dl {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.Access-item {
    display: flex;
}

.Access dt {
    font-family: 'Outfit';
    font-weight: 300;
    width: 60px;
    margin-right: 35px;
}

.Access-dd {
    display: flex;
    flex-direction: column;
    font-weight: 200;
    gap: 10px;
}

.open-dd-wed,
.open-dd-thu {
    display: flex;
    gap: 8px;
}

.open-dd-wed span,
.open-dd-thu span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.open-dd-wed span::before {
    content: '';
    display: inline-block;
    width: 184px;
    height: 1px;
    background-image: repeating-linear-gradient(90deg, #000000 0 3px, transparent 0 10px)
}

.open-dd-thu span::before {
    content: '';
    display: inline-block;
    width: 205px;
    height: 1px;
    background-image: repeating-linear-gradient(90deg, #000000 0 3px, transparent 0 10px)
}

.Access-dd img {
    width: 14px;
    height: 11px;
    margin-right: 5px;
}

/* Access sp */
@media screen and (max-width: 769px) {
    .Access {
        padding: 26px 10% 34px;
    }

    .Access-Box  {
        flex-direction: column;
        gap: 30px;
    }

    iframe {
        width: calc(310 / 375 * 100vw);
    }

    .Access dd,
    .Access dt {
        font-size: 1.4rem;
    }

    .open-dd-wed span::before {
        width: 45px;
        background-image: repeating-linear-gradient(90deg, #000000 0 2px, transparent 0 7px);
    }
    
    .open-dd-thu span::before {
        width: 63px;
        background-image: repeating-linear-gradient(90deg, #000000 0 2px, transparent 0 7px);
     }

}


