@charset "UTF-8";
/* ===================
common
=====================*/
html{
    font-size: 62.5%;
}

body{
    font-family: 
    "Noto Sans JP",
    Arial,
    serif;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #523e27;
    background-color: #fff;
    text-align: center;
}


/* ====================
header
===================== */


/* =====================
main
=======================*/
.mainvisual__pc{
    display: none;
}

.mainvisual__sp{
    width: 100%;
    position: relative;
}

h2{
    position: relative;
}

h2 p{
    font-size: 1.6rem;
    font-family: serif;
    letter-spacing: 1.7px;
    text-shadow: 4px 3px 1px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    position: absolute;
    top: 32%;
    left: 29%;
}

h2 p span{
    margin-left: 8%;
}

/* .mainvisual__txt{
    font-size: 1.6rem;
    font-family: serif;
    position: absolute;
    top: 300px;
    left: 49%;
    transform: translateX(-50%);
} */

/* .spBr{
    top: 290px;
    left: 172px;
} */

/* main pc */
@media screen and (min-width:769px) {
    .mainvisual__sp{
        display: none;
    }
    .mainvisual__pc{
        display: block;
        width: 100%;
        position: relative;
    }
    .article__header{
        background-color: #ECE9E4;
        text-align: center;
    }

    h2 p{
        font-size: 3rem;
        letter-spacing: 3px;
        line-height: 1.8;
        text-shadow: 6px 4px 1px rgba(0, 0, 0, 0.2);
        top: 61%;
        left: 21%;
    }

    h2 p span{
        margin-left: 16%;
    }


    /* 文字固定 */
    /* .article__header div{
        width:1440px;
        margin: auto;
    }
    .mainvisual__pc{
        display: inline;
        margin: 0 auto;
        position: relative;
    } */
    

    /* .mainvisual__txt{
        font-size: 2.4rem;
        position: absolute;
        top: 73%;
        left: 40%;
        transform: translateX(-50%);
        white-space: nowrap;
    } */
    /* .spBr{
        display: none;
    } */
}

.sec-wrap{
    background: #F8F7F5;
    box-sizing: border-box;
}

/* ----------------
about
------------------ */
.section--about{
    position: relative;
    z-index: 100;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
    background-color: #fff;
}

.about__logo{
    font-size: 7rem;
    font-family: Homemade Apple;
    color: var(--primary-white);
    letter-spacing: -12px;
    position: absolute;
    top: 80px;
    right: 0px;
    z-index: -1;
}

.about__group{
    padding: 25px var(--contentpadding) 30px;
    background: #ECE9E4;
    margin-top: 60px;
}

.about__img{
    width: 100%;
}

.about__list{
    margin-top: 65px;
    border: 3px solid #fff;
    padding: 30px 19px;
    text-align: left;
}

.about__item span{
    font-size: 1.7rem;
    font-weight: 700;
}

.about__item:not(:first-child){
    margin-top: 20px;
}

.about__topics{
    font-size: 1.8rem;
    color: #fff;
    margin-top: -13px;
}

.about__titelpc{
    display: none;
}
.about__titel,
.about__subtitle,
.about__txt{
    font-family: serif;
    display: inline-block;
    background-color: var(--primary-darkbrown);
    padding: 1px 20px;
}

.about__titel{
    margin-right: 19.8%;
}

.about__subtitle{
    margin: 10px 0 0 16%;
}

.about__txt{
    margin: 30px auto 0;
}

/* about pc */
@media screen and (min-width:769px) {
    .section--about{
        padding: 160px var(--contentpaddingpc) 200px;
    }
    .about__logo{
        font-size: 20rem;
        letter-spacing: -30px;
        top: 86px;
        right: 7%
    }
    .about__group{
        display: flex;
        background-color: transparent;
        padding: 0 0 30px;
        margin: 0 auto;
    }

    .about__img{
        position: absolute;
        object-fit: contain;
        max-width: 588px;
        height: auto;
        margin: 120px 0 0 33px;
    }

    .about__list{
        padding: 60px;
        background: #ECE9E4;
        width: 724px;
        height: auto;
        margin: 205px 0 0 600px;
        display: inline-block;
        justify-content: space-between;
        outline: 6px dotted #b29a9a;
        outline-offset: -18px;
    }
    .about__topics{
        font-size: 3.2rem;
    }
    .about__titel,
    .about__subtitle{
        display: none;
    }
    .about__titelpc{
        font-family: serif;
        display: inline-block;
        background-color: var(--primary-darkbrown);
        padding: 1px 20px;
        margin: 0 286px 0 0;
    }
}

/* ----------------
concept
------------------ */
.section--concept{
    background: #F8F7F5;
}
.topics{
    margin-top: 40px;
}


.topics__listSalon{
    background-image: url(../image/concept_01.jpg);
    margin: 0 auto;
}

.topics__listEffect{
    background-image: url(../image/concept_02.jpg);
    margin: 30px auto 0;
}

.topics__listrec{
    background-image: url(../image/concept_03.jpg);
    margin: 30px auto 0;
}

.topics__listSalon,
.topics__listEffect,
.topics__listrec{
    position: relative;
    max-width: 320px;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.topics__item{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.6rem;
    font-weight: 700;
    white-space: nowrap;
}

.concept__img{
    width: 126px;
    height: auto;
    margin-top: 60px;
}

.concept__group{
    font-family: serif;
}

.concept__name{
    margin-top: 26px;
}

.concept__txt{
    margin-top: 46px;
}

.concept__btn{
    display: block;
    max-width: 100%;
    width: 225px;
    height: 40px;
    font-size: 1.6rem;
    color: #fff;
    padding: 7px 15px;
    border-radius: 20px;
    background: #8F7E7A;
    opacity: 0.7;
    border: 1px solid var(--primary-ligthbrown);
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);

    /* *****ボタン中央に来ない */
    margin: 0 auto;
}

.concept__btn:hover{
    opacity: 0.7;
}

/* concept pc */
@media screen and (min-width:769px){
    .section--concept{
        padding: 160px 12.4%;
    }
    .concept__img{
        width: 244px;
        height: auto;
        margin-top: 120px;
    }
    .concept__name{
        font-size: 2rem;
        margin-top: 30px;
    }
    .concept__txt{
        margin-top: 70px;
    }
    .topics{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0 40px;
        margin-top: 80px;
    }
    .topics__listEffect,
    .topics__listrec{
        margin: 0 auto;
    }
    .topics li{
        width: 320px;
        min-height: 274px;
    }
    .concept__btn{
        width: 80%;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .concept__btn:hover{
        opacity: 0.5;
    }
}

/* ----------------
menu
----------------- */
.section--menu{
    background-image: url(../image/menu.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.menu__list{
    margin-top: 60px;
}

.menu__item{
    padding: 10px 25px 10px;
    background-color: var(--primary-white);
    opacity: 0.8;
    width: 70%;
    margin: 13px auto 0;
    position: relative;
}

.menu__img{
    width: 43px;
    height: auto;
}

.menu{
    font-size: 1.6rem;
    font-family: serif;
    margin-top: 5px;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
}

.money{
    display: flex;
    justify-content: end;
    font-size: 1.6rem;
    font-family: serif;
    letter-spacing: 1.2px;
    margin-top: 24px;
}

.menu__txt{
    display: flex;
    justify-content: end;
    font-size: 1.3rem;
    margin-top: 20px;
    margin-left: auto;
}

.menu__btn{
    display: block;
    max-width: 100%;
    width: 270px;
    height: 40px;
    font-size: 1.6rem;
    color: #8F7E7A;
    padding: 10px 15px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    margin: 20px auto 0;
}

.menu__btn:hover{
    opacity: 0.7;
}

/* menu pc */
@media screen and (min-width:769px){
    .menu__list{
        display: flex;
        max-width: 1068px;
        height: auto;
        flex-wrap: wrap;
        gap: 46px;
        margin: 120px auto 0;
    }
    .menu__item{
        max-width: 510px;
        width: 100%;
        padding: 30px 24px;
        margin: 0 auto;
    }
    .menu__img{
        width: 58px;
        height: auto;
    }
    .menu{
        font-size: 2rem;
    }
    .money{
        font-size: 1.8rem;
    }
    .menu__txt{
        font-size: 1.6rem;
        margin: 53px 1.9% 0 0;
    }
    .menu__btn{
        margin: 50px auto 0;
        width: 270px;
        height: 55px;
        font-size: 1.6rem;
        padding: 15px;
    }
}


/* ---------------
question
---------------- */
.section--question{
    background: #F5F3EE;
}
.question{
    border: 1px solid var(--primary-brown);
    padding: 20px 10px;
    margin: 15px auto 0;
    text-align: left;
}

.question:first-of-type{
    margin-top: 60px;
}

.q{
    font-weight: 400;
    border-bottom: solid 1px var(--primary-brown);
    padding: 0 0 3px;
}

.a{
    font-size: 1.6rem;
    margin-top: 16px;
}

.a span{
    font-size: 1.6rem;
    font-weight: 700;
}

.question__txt{
    font-size: 1.3rem;
    margin: 6px 0 0 28px;
}

/* question pc */
@media screen and (min-width:769px){
    .section--question{
        padding: 150px 16.8%;
    }
    .question:first-of-type {
        margin: 120px auto 0;
    }
    .question{
        padding: 36px 72px;
        margin: 50px auto 0;
    }
    .q{
        font-size: 2rem;
    }
    .a{
        font-size: 2rem;
    }
    .a span{
        font-size: 2.2rem;
    }
    .question__txt{
        font-size: 1.6rem;
        margin-left: 33px;
    }
}



/* ----------------
voice
------------------*/
.section--voice{
    background-image: url(../image/voice.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.topic--voice{
    color: #fff;
}

.voice__topics{
    background-color: var(--primary-skincolor);
    opacity: 0.9;
    width: 280px;
    height: auto;
    padding: 30px 20px;
    margin: 44px 2% 0;
}

.voice__topics dt{
    display: flex;
    justify-content: center;
}

voice__topics div{
    display: block;
    text-align: right;
}

.voiceTopics__img{
    width: 100px;
    object-fit: contain;
}

.agg{
    font-size: 1.2rem;
    font-weight: 400;
    text-align: right;
    margin-top: 10px;
}

.agg span{
    font-size: 1.3rem;
}

.voice__topics dd{
    font-size: 1.4rem;
}

.voice__logo{
    font-size: 5rem;
    font-family: Homemade Apple;
    color: var(--primary-brown);
    opacity: 0.3;
    transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -webkit-transform: rotate(-16deg);
    letter-spacing: -12px;
    position: absolute;
    top: 54px;
    left: 10%;
}

.voice__txt{
    font-family: serif;
    font-size: 1.1rem;
    text-align: right;
    backdrop-filter: blur(15px);
    padding: 8px;
    margin: 60px 0 0 45%;
}

.slider{
    display: flex;
    justify-content: center;
    align-items: center;
}

.txt__title{
    font-size: 1.8rem;
}

.voice__topics dd{
    font-family: Klee One;
    letter-spacing: -1px;
    border-top: 3px dashed var(--primary-brown);
    padding: 30px 0 0;
    margin-top: 40px;
}

/* voice pc */
@media screen and (min-width:769px){
    .voice__logo{
        font-size: 12rem;
        transform: rotate(-14deg);
        -moz-transform: rotate(-14deg);
        -webkit-transform: rotate(-14deg);
        letter-spacing: -21px;
        position: absolute;
        top: 51px;
        left: 13%;
    }
    .voice__txt{
        font-size: 1.6rem;
        text-align: center;
        margin: 120px auto 0;
    }
    .spBr{
        display: none;
    }
    .voice__topics{
        width: 646px;
        height: 420px;
        padding: 58px 60px;
        margin: 120px 78px 0;
    }
    .voiceTopics__img{
        width: 174px;
    }
    .txt__title{
        font-size: 2rem;
        margin-top: 7px;
    }
    .agg{
        text-align: right;
        margin-top: 42px;
    }
    .voice__topics dd{
        margin-top: 34px;
        border-top: 3px dashed var(--primary-brown);
        padding: 30px 0 0;
    }
}


/* ----------------- 
instagram
-------------------*/
.section--instagram{
    background-color: #ECE9E4;
}

.section--instagram div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 120px auto 0;
}

.instagram__img{
    width: 150px;
    object-fit: cover;
}

.instagram__img:hover{
    opacity: 0.6;
}

/* instagram pc */
@media screen and (min-width:600px){
    .instagram__img{
        width: 250px;
    }
}


/* -------------------
access
-------------------- */
.section--access{
    padding: 100px 14.2%;
    position: relative;
}

.access__group{
    margin-top: 120px;
}

.map{
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}

.address{
    text-align: left;
    line-height: 30px;
    margin: 50px 0 0 10px;
}

.address span{
    margin-left: 20px;
}

.address__txt{
    border: 1px solid var(--primary-brown);
    padding: 20px 10px;
    font-size: 1.4rem;
    text-align: left;
    margin: 30px auto 0;
}
.access__txt{
    margin-top: 30px;
}

.access__logo{
    font-size: 10rem;
    font-family: Homemade Apple;
    color: var(--primary-lightGray);
    opacity: 0.3;
    letter-spacing: -15px;
    position: absolute;
    bottom: 28px;
    right: 0px;
    z-index: -1;
}

/* access pc */ 
@media screen and (min-width:769px){
    .section--access{
        padding: 160px var(--contentpaddingpc);
    }
    .access__group{
        display: flex;
    }
    .map{
        aspect-ratio: 16/9;
        max-width: 50%;
    }
    .address__group{
        margin-left: 100px;
    }
    .address__txt{
        margin-left: 60px;
    }
    .access__logo{
        font-size: 25rem;
        letter-spacing: -40px;
    }
}


/* ====================
footer
===================== */
.footer{
    background: #ece7dd;
    padding: 40px 4.2%;
}

.footer__img{
    width: 88px;
    height: auto;
}

.footer__logo{
    margin-top: 10px;
}

.footer__logo span{
    font-size: 2rem;
    font-weight: 700;
    margin-left: 5px;
}

.footer__group{
    margin-top: 25px;
}

.info,
.footer__contents p{
    display: none;
}

.footer dl{
    margin-top: 40px;
}

.footer dt{
    font-weight: 400;
}

.footer dd{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.footer dd span{
    margin-left: 25px;
}

.footer__address span{
    margin-left: 10px;
}

.footer__list{
    display: none;
}

.footer__contents img{
    display: none;
}

.footer__nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 302px;
    height: auto;
    margin: 74px auto 0;
}

.footer__btn{
    display: block;
    width: 158px;
    height: 40px;
    padding: 5px 8px;
    border-radius: 10px;
    background: var(--primary-white);
    font-size: 1.6rem;
    color: var(--primary-darkbrown);
}

.copy{
    font-size: 1.4rem;
    margin: 80px auto 0;
}

/* footer pc */
@media screen and (min-width:769px){
    .footer{
        padding: 120px var(--contentpaddingpc);
    }
    .footer__left{
        position: relative;
        margin-right: auto;
    }
    .footer__img{
        width: 185px;
        height: auto;
    }
    .footer__logo{
        font-size: 1.6rem;
        margin-top: 30px;
    }
    .footer dl:first-of-type{
        margin-top: 50px;
    }
    .footer dl{
        display: flex;
        margin-top: 40px;
    }
    .footer__group{
        display: flex;
    }
    .footer__info{
        font-size: 1.8rem;
        text-align: left;
        margin: 100px 0 0 11%;
        position: relative;
    }
    .info{
        display: flex;
        align-items: center;
        margin-left: -33px;
    }
    .info:before{
        border-top: 1px solid var(--primary-darkbrown);
        content: '';
        width: 50px;
        margin-right: 16px;
    }
    .info:after{
        border-top: 1px solid var(--primary-darkbrown);
        content: "";
        width: 76%;
        margin-left: 16px;
    }
    .footer dd{
        margin: 0 0 0 56px;
        white-space: nowrap;
    }
    .footer__address{
        text-align: left;
        margin-left: 10px;
    }
    .footerItem__grouptxt{
        margin-left: 33%;
    }
    .info__img{
        width: 142px;
        position: absolute;
        top: 109%;
        left: 78%;
        transform: translateX(-50%);
        opacity: 0.5;
    }

    .footer__contents{
        font-size: 1.8rem;
        text-align: left;
        margin: 140px 0 0 11%;
        position: relative;
    }
    .footer__contents p{
        display: flex;
        align-items: center;
        margin-left: -33px;
    }
    .footer__contents p:before{
        border-top: 1px solid var(--primary-darkbrown);
        content: '';
        width: 37px;
        margin-right: 16px;
    }
    .footer__contents p:after{
        border-top: 1px solid var(--primary-darkbrown);
        content: "";
        width: 73%;
        margin-left: 16px;
    }

    .footer__list{
        display: flex;
        justify-content: space-between;
        gap: 0 72px;
    }
    .footer__list{
        display: flex;
        font-size: 1.6rem;
        justify-content: center;
    }
    .footer ul{
        text-align: left;
        margin-top: 30px;
    }
    .footer li{
        margin-top: 20px;
        position: relative;
    }

    .footer li::before{
        content: '';
        display: inline-block;
        width: 9px;
        height: 9px;
        background-image: url(../image/arrow.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 39%;
        left: -13%;
        transform: translateX(-50%);
        margin-right: 20px;
    }

    .footer__contents img{
        display: block;
        width: 120px;
        position: absolute;
        top: 52%;
        left: 100%;
        transform: translateX(-50%);
        opacity: 0.5;
    }


    .footer__nav{
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 556px;
        height: auto;
        margin: -10px 0 0 46.6%;
    }
    .footer__nav img{
        width: 60px;
        height: 60px;
    }
    .footer__btn{
        width: 272px;
        height: 60px;
        background-color: var(--primary-ligthbrown);
        font-size: 2rem;
        padding: 15px;
    }

    .copy{
        margin: 146px auto 0;
    }
}

/* ===============
page top 
================= */
.pagetop{
    width: 64px;
    position: fixed;
    bottom: 18px;
    right: 27px;
    z-index: 999;
}

@media screen and (min-width:769px) {
    .pagetop{
        width: 85px;
    }
}