@charset "UTF=8";

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

.SP-Style-scissors {
    display: none;
}

.Style {
    padding: 50px 5.7% 126px;
    position: relative;
}

.Menu {
    padding: 92px 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;
}

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

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

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

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

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


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


.viewmore-box {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}


.viewmore {
    display: flex;
    width: 136px;
    height: 23px;
    align-items: center;
    justify-content: center;
    margin: 116px 0 0 auto;
    border-bottom: 1px solid;
}


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


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

    .Style {
        padding: 26px 10% 87px;
    }

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

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


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

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

    .viewmore-box {
        height: 28px;
    }

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

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

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



