body{
    font-size: 1.4375rem;
}

.c-nav-plan{
    height: auto;
}

.l-content .l-inner{
    font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #645454;
    max-width: 1000px;
    width: 100%;
    position: relative;
}
.inner{
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.sp{display: block;}
.pc{display: none;}
@media only screen and (min-width:768px){
    .sp{display: none;}
    .pc{display: block !important;}
}

/* フェードイン */
.js-fadeIn {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s, transform .8s;
}
.js-fadeIn.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
}
/* フェードライト */
.js-fadeRight {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity .8s, transform .8s;
}
/* フェードレフト */
.js-fadeLeft {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity .8s, transform .8s;
}
.js-fadeRight.is-inview,
.js-fadeLeft.is-inview {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .5s;
}


h1{
    font-size: 2.375rem;
}
h2{
    font-size: 1.875rem;
}
h3{
    font-size: 1.6875rem;
}
span.hl{
    font-size: 2.5625rem;
    font-weight: 600;
}
span.note{
    font-size: 1.2rem;
    line-height: 1.8;
}

/*ご予約はこちら*/
a.reserve {
	display: block;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: 1em auto 0px;
	padding: 1rem 4rem;
	background: #FFDE46;
    border: 1px solid #FFDE46;
	border-radius: 30px;
	position: relative;
	transition: 0.5s;
}
a.reserve::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #fff;
    transition: 0.5s;
}
a.reserve:hover{
    opacity: 1;
}
a.reserve:hover::after {
    right: -1em;
}

/*もっと見る*/
a.viewmore {
	display: block;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: 2em auto 0px;
	padding: 1rem 4rem;
	background: #fff;
    border: 1px solid #645454;
	border-radius: 30px;
	position: relative;
	transition: 0.5s;
}
a.viewmore::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #beb1a0;
    transition: 0.5s;
}
a.viewmore:hover{
    opacity: 1;
}
a.viewmore:hover::after {
    right: -1em;
}

/*中身*/
.mv__area{
    position: relative;
}
.mv__area .mv{
    position: relative;
}
.mv__area .mv::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 98%;
    top: 2em;
    background-image: linear-gradient(0deg, rgba(251, 240, 225, 1), rgba(246, 250, 236, 1));
}
.mv__area .mv img{
    width: 88%;
    margin-left: 1em;
}
.mv__area .title{
    position: absolute;
    bottom: -1em;
    right: -1%;
    width: 210px;
}


.app__area{
    width: 90%;
    margin: 4em auto 0;
    position: relative;
}
.app__area h2{
    line-height: 1.3;
    margin-bottom: 0.5em;
    position: relative;
}
.app__box{
    display: flex;
    width: 90%;
    gap: 8px;
    margin: 2em 0 0 auto;
}
.app__area::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    top: 38%;
    background-image: linear-gradient(90deg, rgba(251, 240, 225, 1), rgba(246, 250, 236, 1));
    z-index: -1;
}


.nav__area{
    display: flex;
    justify-content: space-evenly;
    margin-top: 5em;
    position: relative;
    z-index: 1;
}
/*.nav__area::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: 0;
    background: #FAF0E1;
    z-index: -1;
}*/

.nav__area .nav__box{
    width: 120px;
}
.nav-img {
    position: relative;
}
.nav-img::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 50%;
}
.nav-img::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    bottom: 10%;
    right: 8.2%;
    border-top: solid 1px #645454;
    border-right: solid 1px #645454;
    transform: rotate(135deg);
}

.nav__area div p.name{
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0.5em;
}
.nav__area div p.name span{
    font-family: 'Mrs Eaves XL Serif OT','Cambria','Iowan Old Style','Lora',serif;
    font-size: 2rem;
}
.exp__area{
    padding-top: 5em;
    margin-top: -8em;
    background-image: linear-gradient(180deg, rgba(251, 240, 225, 1) 0%, rgba(246, 250, 236, 1) 10%);
    position: relative;
    overflow-x: clip;
}
.exp__area:nth-of-type(1){
    padding-top: 12em;
}
.exp__area:nth-of-type(1)::before{
    content: '';
    position: absolute;
    width: 120%;
    height: 60px;
    top: -45px;
    left: 50%;
    background: #FAF0E1;
    transform: translate(-50%,50%);
    border-radius: 100%;
    z-index: -1;
}
.exp__area:nth-of-type(2){
    background-image: unset;
    background-color: #FAF0E1;
    z-index: 1;
}
.exp__area:nth-of-type(2)::before{
    content: '';
    position: absolute;
    width: 120%;
    height: 60px;
    top: -60px;
    left: 50%;
    background: #FAF0E1;
    transform: translate(-50%,50%);
    border-radius: 100%;
    z-index: -1;
}

.exp__area h2.exp-title{
    font-family: 'Mrs Eaves XL Serif OT','Cambria','Iowan Old Style','Lora',serif;
    display: inline-block;
    padding: 0 20px;
    font-size: 2.1875rem;
    line-height: 1.5;
    background-color: #fff;
}
.exp__area .sub{
    margin: 5px 0 5px 20px;
    font-size: 1.2rem;
}
.exp__area .concept{
    width: 90%;
    margin: 2em auto 3em;
    text-align: center;
}
.exp__area .concept p{
    display: inline-block;
    text-align: left;
}
.exp__area .sample{
    width: 90%;
    margin: 0 auto 5em;
}
.exp__area .sample div:nth-child(1) img{
    width: 55%;
    height: auto;
}
.exp__area .sample div:nth-child(2){
    display: flex;
    justify-content: space-between;
}
.exp__area .sample div:nth-child(2) p{
    font-size: 1.2rem;
    margin: 2em 0 0 5px;
}
.exp__area .sample div:nth-child(2) img{
    width: 58%;
    height: auto;
}
.exp__area .sample div:nth-child(3){
    display: flex;
}
.exp__area .sample div:nth-child(3) img{
    width: 46%;
    height: auto;
    margin: -3em 0 0 1em;
}
.exp__area .sample div:nth-child(3) p{
    font-size: 1.2rem;
    margin: 4em 0 0 5px;
}

.exp__area .slick-slide{
    min-width: 300px !important;
    padding: 3px;
}
.slider-birthday{
    height: fit-content;
}


/*店舗一覧*/
.exp__area:nth-of-type(1) .m-shoplist_area{
    padding: 4em 0 15em;
}
.exp__area:nth-of-type(2) .m-shoplist_area{
    padding: 4em 0 5em;
}
.m-shoplist_area h2{
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1em;
}

/*タブ切り替え*/
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tab-label {
    background: #fff;
    border: 1px solid #ffde46;
    width: 80px;
    margin-bottom: 2em;
    padding: 3px 12px;
    order: -1;
    text-align: center;
}
.tab-content{
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #ffde46;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

/*店舗詳細*/
.exp__wrap{
    width: 90%;
    margin: 0 auto;
}
.tab-content .studio{
    display: flex;
    flex-direction: column;
    column-gap: 5px;
    width: 100%;
    margin: 0 auto 2em;
}
.tab-content .studio h3{
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
    margin-top: 3%;
}
.tab-content .studio .exp__box{
    font-size: 1.4rem;
    margin-bottom: 1em;
}
.tab-content .table {
    display: table;
    border-collapse: collapse;
    margin: 0;
}
.tab-content .table .tr{
    display: table-row;
}
.tab-content .table .th{
    display: table-cell;
    width: 21%;
}
.tab-content .table .td{
    display: table-cell;
    padding: 1px 0 0 0;
    border: unset;
}

/*マップ*/
.map{
    width: 100%;
}
.map iframe{
    width: 100%;
    height: 220px;
}


/*店舗ページへボタン*/
a.learn-more {
    position: relative;
    display: block;
    cursor: pointer;
    border: 0;
    width: 12rem;
    height: auto;
    background-color: unset;
    margin: 0 0 0 auto;
}
a.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    display: block;
    right: 0;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #fff;
    border-radius: 1.625rem;
}
a.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
a.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    right: 1.2rem;
    /*width: 1.125rem;*/
    height: 0.125rem;
}
a.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #645454;
    border-right: 0.125rem solid #645454;
    transform: rotate(45deg);
}
a.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 1.5em;
    bottom: 0;
    padding: 0.25rem 0;
    margin: 0 0 0 0rem;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    opacity: 0;
}
a.learn-more:hover{
    opacity: 1;
}
a.learn-more:hover .circle {
    width: 100%;
    right: 0;
    position: absolute;
}
a.learn-more:hover .button-text {
    color: #645454;
    opacity: 1;
}

/*プレゼント*/
.present__area{
    background-color: #f0edeb;
    padding: 3em 0;
}
.present__img{
    position: relative;
    z-index: 0;
}
.present__img div:nth-child(1){
    position: absolute;
    width: 53%;
    top: 8%;
    left: 3%;
    z-index: 1;
}
.present__img div:nth-child(2){
    width: 80%;
    margin: 0 0 0 auto;
    padding-top: 34%;
}
.present__txt{
    width: 95%;
    margin: 0 auto;
}
.present__txt h2{
    display: inline-block;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.6;
    padding: 10px 20px;
    margin: -5% 0 0 0px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.present__txt h2 span{
    font-size: 1.4rem;
}
.present__txt p{
    margin-top: 1em;
}

.headdress__area{
    background-color: #f0edeb;
    padding: 3em 0;
    position: relative;
}

.headdress__area  h2{
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: 10px;
}
.headdress__area img.txt{
    width: 230px;
    position: absolute;
    right: 10px;
    top: 3.2em;
}
.headdress__area img.img01{
    position: relative;
    z-index: 1;
}

.headdress__subimg{
    position: relative;
}
.headdress__subimg img.img02{
    width: 40%;
    position: absolute;
    right: 7%;
    top: -1em;
    z-index: 1;
}
.headdress__subimg img.img03{
    width: 45%;
    position: absolute;
    top: 10em;
    left: 12%;
    z-index: 1;
}
.headdress__area .exp{
    width: 90%;
    margin: 80% auto 0;
    text-align: center;
}
.headdress__area p{
    display: inline-block;
    text-align: left;
}

.img-circle{
    position: absolute;
    top: 7.5em;
    left: 4%;
    z-index: 1;
    display: inline-block;
    width: 60px;
    height: 60px;
    animation:10s linear infinite rotation1;
}
@keyframes rotation1{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
}

.campaign__area{
    padding: 3em 0;
    background-color: #f4f2f2;
}
.campaign__area h2{
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em;
}
.campaign__area .campaign__box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 30px;
}
.campaign__box div{
    width: 45%;
}

@media only screen and (min-width:430px){
    .mv__area .title{
        width: 270px;
    }

    .app__area::before{
        top: 35%;
    }
    .nav__area .nav__box{
        width: 150px;
    }
    .nav-img::before{
        width: 35px;
        height: 35px;
    }
    .nav-img::after{
        right: 10%;
    }
    .exp__area .sample div:nth-child(2) p{
        margin: 4em 0 0 25px;
    }
    .exp__area .sample div:nth-child(3) p{
        margin: 6em 0 0 5px;
    }
    .exp__area .sample div:nth-child(3) img{
        width: 41%;
        height: 100%;
        margin: -3em 0 0 2em;
    }

    .headdress__area img.txt{
        width: 260px;
        top: 2.9em;
    }
    .img-circle{
        width: 70px;
        height: 70px;
    }
    .headdress__area .exp{
        width: 91%;
        margin: 75% auto 0;
        text-align: center;
    }
}

@media only screen and (min-width:500px){
    .app__area::before {
        top: 31%;
    }

    .present__txt h2{
        font-size: 1.875rem;
    }
    .present__txt h2 span {
        font-size: 1.7rem;
    }

    .headdress__area h2{
        margin-left: 15px;
    }
    .headdress__area img.txt{
        width: 280px;
        top: 2.7em;
        right: 15px;
    }
    .headdress__subimg img.img03{
        top: 13em;
    }
    .img-circle{
        top: 10.5em;
        left: 5%;
    }
}

@media only screen and (min-width:550px){
    .exp__area .sample div:nth-child(2) p {
        margin: 4em 0 0 5em;
    }
}

@media only screen and (min-width:560px){
    .app__box{
        margin-top: 4em;
    }
}

@media only screen and (min-width:590px){
    .app__area::before {
        top: 26%;
    }
}

@media only screen and (min-width:600px){
    .exp__area{
        padding: 13em 0 5em;
    }
    .exp__area:nth-of-type(2){
        padding-top: 3em;
    }
    .exp__area h2.exp-title{
        font-size: 2.625rem;
    }
    
    .nav__area{
        margin-top: 7em;
    }

    .exp__area .sample div:nth-child(2) p{
        font-size: 1.3125rem;
    }
    .exp__area .slick-slide{
        padding: 5px;
    }
    .exp__area .sample div:nth-child(3) p {
        font-size: 1.3125rem;
        margin: 8em 0 0 5px;
    }

    .m-shoplist_area h2{
        font-size: 1.875rem;
    }

    .tab-label{
        width: 100px;
        padding: 8px 12px;
    }
    
    .tab-content .studio{
        flex-direction: row;
        column-gap: 10px;
    }
    .tab-content .table .th{
        width: 5em;
    }

    .tab-content .studio .exp__box{
        position: relative;
    }
    a.learn-more{
        position: absolute;
        right: 10px;
        bottom: -2em;
    }

    .headdress__area h2,
    .campaign__area h2{
        font-size: 1.875rem;
    }
    .headdress__area img.txt {
        top: 3.5em;
    }
}

@media only screen and (min-width:620px){
    .mv__area .title {
        width: 300px;
    }

    .exp__area .sample div:nth-child(2) img{
        margin-top: -2em;
    }
    .exp__area .sample div:nth-child(3) img{
        margin: -5em 0 0 4em;
    }
}

@media only screen and (min-width:650px){
    .nav__area{
        justify-content: center;
        gap: 5em;
    }
}

@media only screen and (min-width:700px){
    .app__area {
        width: 97%;
        margin: 4em 0 0 auto;
    }
    .app__area::before{
        width: 80%;
        right: 0;
    }
    .app__box {
        width: 70%;
        justify-content: flex-end;
        margin-right: 20px;
    }

    .headdress__area .exp{
        width: 91%;
        margin: 65% auto 0;
    }
}


@media only screen and (min-width:768px){
    .mv__area .title{
        right: 2%;
    }
    .mv__area .mv::before{
        background-image: linear-gradient(270deg, rgba(251, 240, 225, 1), rgba(246, 250, 236, 1));
    }
    .app__area{
        display: flex;
        align-items: center;
        column-gap: 20px;
        width: 98%;
        margin: 4em 0px 0 auto;
    }
    .app__area::before {
        width: 75%;
        height: 280px;
        top: 8%;
    }
    .app__area h2 {
        line-height: 1.6;
    }
    .app__exp{
        width: 60%;
    }
    .app__box{
        width: 100%;
    }

    .nav__area::before {
        bottom: 110px;
    }
    .nav__area::after{
        height: 100px;
    }
    .nav__area div p.name{
        font-size: 1.2rem;
    }
    .nav__area div p.name span{
        font-size: 2.575rem;
    }

    .exp__area {
        padding: 13em 0 8em;
    }
    .exp__area:nth-of-type(2) {
        padding: 5em 0;
    }

    .exp__area .sub{
        font-size: 1.4375rem;
    }
    .exp__area .sample{
        width: 70%;
    }
    .exp__area .sample div:nth-child(1) img{
        width: 50%;
    }
    .exp__area .sample div:nth-child(2) img{
        width: 55%;
    }
    .exp__area .sample div:nth-child(3) img{
        width: 35%;
        margin: -3em 0 0 4em;
    }
    .exp__area .sample div:nth-child(3) p{
        margin: 6em 0 0 5px;
    }

    .tab-content .studio {
        column-gap: 20px;
    }

    .present__area{
        padding: 3em 0 5em;
    }
    .present__img div:nth-child(1) {
        width: 39%;
        top: 8%;
        left: 11%;
    }
    .present__img div:nth-child(2) {
        width: 55%;
        margin: 0 02em 0 auto;
        padding-top: 12%;
    }

    .headdress__area img.txt {
        width: 400px;
        top: 2.5em;
    }
    .headdress__subimg img.img02{
        right: 3%;
        top: -2em;
    }
    .headdress__subimg img.img03{
        top: 6em;
        left: 3%;
    }
    .img-circle{
        top: 19.5em;
        left: 42%;
        width: 90px;
        height: 90px;
    }
    .headdress__area .exp{
        margin: 58% auto 0;
    }
    
}

@media only screen and (min-width:800px){
    .exp__area .sample div:nth-child(2) p {
        margin: 4em 0 0 7em;
    }
    .nav__area .nav__box {
        width: 180px;
    }
    .nav-img::before {
        width: 40px;
        height: 40px;
    }
    .nav-img::after {
        right: 9.5%;
        bottom: 9%;
    }
}

@media only screen and (min-width:900px){
    .mv__area .title {
        bottom: 0em;
        right: 2%;
        width: 350px;
    }
    .img-circle {
        top: 22.5em;
        left: 43%;
    }
}

@media only screen and (min-width:1000px){
    h2 {
        font-size: 2.875rem;
    }
    span.hl {
        font-size: 3.5625rem;
        letter-spacing: 3px;
    }
    .mv__area .title {
        right: 1%;
        width: 390px;
    }
    .mv__area .mv img {
        width: 87%;
        margin-left: 2em;
    }
    .mv__area .mv::before {
        height: 88%;
        top: 7em;
    }

    .app__area::before {
        height: 400px;
    }
    .app__box {
        margin-top: 5em;
    }


    .exp__area:nth-of-type(1)::before{
        top: -70px;
    }
    .exp__area:nth-of-type(2)::before{
        height: 220px;
        top: -170px;
    }

    .exp__area:nth-of-type(1) {
        padding: 14em 0 5em;
    }
    .exp__area .concept {
        margin-bottom: 4em;
    }
    .exp__area h2.exp-title {
        padding: 0 50px 0 20px;
        font-size: 3.25rem;
    }
    .exp__area .sample div:nth-child(1) img{
        width: 45%;
    }
    .exp__area .sample div:nth-child(2) img {
        margin-top: -5em;
    }
    .exp__area .sample div:nth-child(2) p{
        font-size: 1.4375rem;
        margin-top: 3em;
    }
    .exp__area .sample div:nth-child(3) img {
        margin: -6em 0 0 7em;
    }
    .exp__area .sample div:nth-child(3) p{
        font-size: 1.4375rem;
        margin: 5em 0 0 13px;
    }

    .tab-area{
        width: 90%;
        margin: 0 auto;
    }

    a.learn-more{
        width: 15rem;
    }
    a.learn-more .button-text {
        padding: 0.7rem 0;
        font-size: 1.4rem;
    }
    a.learn-more .circle {
        width: 4rem;
        height: 4rem;
        border-radius: 2.625rem;
    }
    a.learn-more .circle .icon.arrow::before{
        right: 0.4625rem;
        width: 0.825rem;
        height: 0.825rem;
    }

    .present__img {
        width: 90%;
        margin: 0 auto;
    }
    .present__img div:nth-child(1) {
        width: 45%;
        left: 0%;
    }
    .present__img div:nth-child(2) {
        width: 65%;
        margin: 0 0em 0 auto;
    }
    .present__txt{
        width: 90%;
    }

    .headdress__wrap{
        width: 90%;
        margin: 0 auto;
    }
    .headdress__area img.txt{
        right: 70px;
    }
    .headdress__subimg img.img02{
        width: 35%;
        right: 6%;
    }
    .headdress__subimg img.img03{
        width: 40%;
    }
    .img-circle{
        top: 19.5em;
        left: 36%;
        width: 130px;
        height: 130px;
    }
    .headdress__area .exp{
        margin: 52% auto 0;
    }
}