/* ======================================
comonn
=======================================*/
html {
    font-size: 62.5%;
}

body {
    font-family:
        'Zen Old Mincho',
        'Cormorant Garamond';
    font-style: normal;
    color: #435968;
    background-color:#FFFFFF;
    line-height: 3.0;
    font-size: 1.6rem;
    font-weight: 400;
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

.topic {
    width: fit-content;
}

.topic__en {
    color:#F2C0C0;
    font-family: Allison;
    font-size: 6rem;
    font-weight: 400;
    letter-spacing: 3px;
    flex-shrink: 0;
    line-height: 1;
    width: fit-content;
    transform: rotate(358deg);
    transform-origin: left bottom;

}

.topic__ja {
    color: #58B795;
    font-family:'Zen Old Mincho';
    font-size: 3.2rem;
    line-height: 1;
    width: fit-content;
    letter-spacing: 1.6px;
    margin: 24px 0;
}

.topic__sub {
    color: #435968;
    font-family:'Zen Old Mincho';
    font-size: 2.4rem;
    line-height: 1;
    width: fit-content;
    letter-spacing: 13.4px;
    margin-top: 24px;
}

.container {
    width: 68%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.brSp {
    display: none;
}

.bodyContainer {
    overflow: hidden;
}
@media screen and (max-width: 769px){
    
    .brSp {
        display: block;
    }

    .topic__en{
        font-size: 2.4rem;
    }

    .topic__ja {
        font-size: 1.6rem;
        line-height: 1;
        letter-spacing: 1.6px;
        margin: 12px 0;
    }

    .brPc {
        display: none;
    }
    
    .topic__sub {
        font-size: 1.2rem;
        line-height: 1;
        letter-spacing: 6.7px;
        margin: 12px 0px;
    }
}



/* ======================================
header
=======================================*/
.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    background-color: #FFF;
}

.header__container {
    display: flex;
    padding: 20px 50px;
    justify-content: space-between;
    align-items: center;
}

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

.nav__header {
    display: none;
}

.hamburgerBtn {
    display: none;
}

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

.nav__item {
    color:#58B795;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.5;
}

.nav__item:last-of-type {
    display: flex;
    align-items: center;
    gap: 2px;
    border: 2px solid rgba(88, 183, 149, 0.32);
    padding: 10px;
    transition: all.5s;
}

.nav__item:last-of-type:hover {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #F2C0C0;
    border: 2px solid rgba(242, 192, 192, 0.32);
    padding: 10px;
}

.nav__item:last-of-type::before {
    content: "";
    background-image:url(../images/line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;

}

/* spの設定 */
 @media screen and (max-width: 769px) { 
.header__container,
.nav__header {
    padding: 10px 8%;
    margin: 0 auto;
}

.nav__header {
    display: flex;
    justify-content: space-between;
}

/* .topicBox {
    display: flex;
    padding: 22px 22px 20px 22px;
    justify-content: center;
    align-items: center;
    gap: 204px; 
} */

.hamburgerBtn {
    display: block;
}


.nav {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    /* padding: 20px 8%; */
    margin: 0 auto;
    height:100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__topic img {
    display: block;
}

.nav__list {
    margin-top: 42px;
    margin-left: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nav__item {
    color: #435968;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.nav__item img {
    display: inline-block;
    margin-right: 30px;
    vertical-align: -3px;
}

/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}
}
/* ======================================
introduction
=======================================*/
.viewPc {
    width: 100%;
    object-fit: cover;
}

.viewSp {
    display: none;
}

.introduction__container {
    width: fit-content;
    margin: 140px auto 80px;
}

.introduction__top {
    width: 93%;
    margin:0 auto;
}

.introduction__box {
    width: 100%;
    margin: 0 auto;
}

.introduction__txt {
    line-height: 2.5;
    text-align: center;
    margin-top: 24px;
}

/* sp */
@media screen and (max-width: 769px){
    .main {
        width: 100vw;
        overflow: hidden;
    }

    .viewSp {
        display: block;
        width: 100%;
        object-fit: cover;
    }

    .viewPc {
        display: none;
    }

    .introduction__container {
        width: fit-content;
        margin: 40px auto;
    }

    .introduction__top {
        width: 50%;
        margin:0 auto;
    }

    .introduction__txt {
        font-size: 1.4rem;
        line-height: 2;
        text-align: center;
        margin-top: 12px;
        letter-spacing: 0.42px;
    }
}

/* ======================================
cut
=======================================*/
.section--cut ,
.section--perm ,
.section--straightening ,
.section--spa {
    margin-top: 140px;
    position: relative;
}

.container::before {
    content: '';
    display: block;
    background-color: #58B795;
    border-radius: 50%;
    width: 208px;
    height: 208px;
    filter: blur(120px);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

.container::after {
    content: '';
    display: block;
    background-color: #58B795;
    border-radius: 50%;
    width: 208px;
    height: 208px;
    filter: blur(120px);
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
}


.tech__left {
    width: 47%;
}
.tech__right {
    width: 45%;
    display: flex;
    margin-top: 148px;
}

.tech__box {
    width: 86%;
}

.tech__txt {
    line-height: 1.8;
}

.storyBox {
    width: 95%;
    padding: 20px 40px;
    line-height: 2.5;
    letter-spacing: 1.3px;
    border: 1px solid rgba(88, 183, 149, 0.32);
    margin-top: 40px;
    margin-left: 20px;
}


.after {
    margin-top: 217px;
    margin-left: -7%;
}

.afterTag {
    display: flex;
    justify-content: flex-end;
    color: #F2C0C0;
    font-size: 2rem;
}

.beforeTag {
    color: #F2C0C0;
    font-size: 2rem;
}

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

    .section--cut ,
    .section--perm ,
    .section--straightening ,
    .section--spa {
    margin-top: 40px;
    position: relative;
}


    .container {
        width: 80%;
        display: flex;
        flex-direction: column;
    }

    .tech__left {
        width: 100%;
    }

    .tech__box {
        width: 100%;
        margin-top: 8px;
    }

    .tech__txt {
        font-size: 1.2rem;
        line-height: 1.8;
        letter-spacing: 0.36px;
    }

    .storyBox {
        width: 100%;
        padding: 20px 22px;
        margin-top: 24px;
        margin-left: 0px;
    }

    .techStory {
        font-size: 1.2rem;
        line-height: 1.8;
    }

    .tech__right {
        width: 100%;
        margin-top: 24px;
        display: flex;
        justify-content: space-between;

    }

    .beforeTag {
        font-size: 1.4rem;
        line-height: 1;
        width: fit-content;
    }

    .before ,
    .after {
        width: 95%;
    }

    .before img ,
    .after img {
        width: 95%;
    }

    .afterTag {
        font-size: 1.4rem;
        line-height: 1;
        display: flex;
        justify-content: flex-start;
        width: fit-content;
    }

    .after {
        margin-top: 0px;
        margin-left: 0px;
    }


.container::before {
    content: '';
    display: block;
    background-color: #58B795;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    filter: blur(50px);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

.container::after {
    content: '';
    display: block;
    background-color: #58B795;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    filter: blur(50px);
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, -400%);
}
}
/* ======================================
care
=======================================*/
.care__container {
    width: 41%;
    margin: 140px auto 100px;
    position: relative;
}
.care__container::before {
    content: '';
    display: block;
    background-color: #58B795;
    border-radius: 50%;
    width: 208px;
    height: 208px;
    filter: blur(120px);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-250%, -50%);
}

.care__container::after {
    content: '';
    display: block;
    background-color: #58B795;
    border-radius: 50%;
    width: 208px;
    height: 208px;
    filter: blur(120px);
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(250%, 50%);
}
.mainCopy {
     width: fit-content;
     margin: 0 auto;
}

.mainCopy__box {
    width: 100%;
    margin-top: 40px;
   
}

.mainCopy__txt {
    text-align: center;
    /* line-height: 2.5;  */
    letter-spacing: 1.6px;
}

.carePhoto {
    width: fit-content;
    margin: 50px auto 0;
}

.carePhoto img {
    width: fit-content;
    margin: 0 auto;
}


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

    .care__container {
        width: 80%;
        margin: 40px auto;
        position: relative;
    }

    .mainCopy__box {
        width: 100%;
        margin-top: 24px;
    }

    .mainCopy__txt {
        font-size: 1.4rem;
        line-height: 1.8;
        text-align: left;
    }


    .care__container::before {
        content: '';
        display: block;
        background-color: #58B795;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        filter: blur(50px);
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%, -50%);
    }
    
    .care__container::after {
        content: '';
        display: block;
        background-color: #58B795;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        filter: blur(50px);
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translate(50%, -50%);
    }

}
/*======================================
footer
========================================*/
.footer {
    background-color:  #395656;
    padding: 40px 0;
}

.footerBox {
    max-width: 632px;
    margin: 0 auto;
}

.footer__list {
    display: flex;
    justify-content: space-around;
}

.footer__item {
    color: #FFF;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; 
}

.footerLogo {
    width: 13%;
    margin: 24px auto 0;
}

.footerLogo img {
    width: 100%;
}

.snsBox {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 24px auto 0;
}

.snsBox img {
    display: flex;
}

.copy {
    max-width: 100px;
    margin: 40px auto 0;
    color: #888;
    font-family: "Playfair Display";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

    .footerBox {
        max-width: 165px;
        margin: 0;
    }

    .footer__list {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-left: 40px;
    }

    .footer__item {
        color: #FFF;
    }

    .footerLogo {
        width: 44%;
        margin: 24px 0px 20px 40px;
    }

    .snsBox{
        gap: 12px;
    }

    .copy {
        width: 60%;
        margin: 12px 0 24px 40px;
    }
}