@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url("https://use.typekit.net/cxe7cgc.css");

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;
    max-width: 1000px;
    width: 100%;
    color: #40312d;
    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;}
}

.sp-700{display: block;}
.pc-700{display: none;}
@media only screen and (min-width:700px){
    .sp-700{display: none;}
    .pc-700{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;
}
/* フェード縮小 */
.js-fadeSmall {
    opacity: 0;
    transform:scale(1.1);
    transition: opacity .8s, transform .8s;
}
.js-fadeSmall.is-inview,
.js-fadeSmall.is-inview {
    opacity: 1;
    transform:scale(1);
    transition-delay: .5s;
}


h1{
    font-size: 2.375rem;
}
h2{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    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: 70%;
	margin: 1em auto 0px;
	padding: 0.6em 0rem;
	background: #FFDE46;
    border: 1px solid #FFDE46;
	border-radius: 30px;
	position: relative;
	transition: 0.5s;
    font-size: 1.3rem;
    line-height: 1.8;
}
a.reserve::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0em;
	transform: translateY(-50%);
	width: 25px;
	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: 70%;
	margin: 2em auto 0px;
	padding: 0.6em 0rem;
	background: #fff;
    border: 1px solid #333;
	border-radius: 30px;
	position: relative;
	transition: 0.5s;
    font-size: 1.3rem;
    line-height: 1.8;
}
a.viewmore::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0em;
	transform: translateY(-50%);
	width: 25px;
	height: 1px;
	background-color: #333;
    transition: 0.5s;
}
a.viewmore:hover{
    opacity: 1;
}
a.viewmore:hover::after {
    right: -1em;
}
@media only screen and (min-width:768px){
    a.viewmore {
        width: 300px;
    }
}

a.flowmore{
    color: #fff;
    background: #938e8c;
    border: 1px solid #938e8c;
}
a.flowmore::after {
    background-color: #fff;
}

/*-----中身-----*/

/*mv*/
.mv__area{
    text-align: center;
}
.mv__area p{
    font-size: 1.5rem;
    margin: 2em 0 2em;
}

/*スタジオコンセプト*/
.concept__area{
    position: relative;
    padding: 1em 0 7em;
    z-index: 0;
}
.concept__area .inner{
    max-width: 100%;
}
.exp-img__box {
    width: 100%;
}
.concept__exp {
    position: relative;
    gap: 20px;
    width: 100%;
}
.concept__exp h2{
    line-height: 1.3;
    font-size: 2.2rem;
    margin-bottom: 1em;
}
.exp-txt__box{
    width: 95%;
    margin: 1em auto 3em;
}
.exp-txt__box p{
    font-size: 1.2rem;
}
.exp-txt__box p .marker{
    background-color: #fff4ce;
}

/*内容*/
.mainContent__area{
    margin: 0 auto;
    padding-bottom: 3em;
    background-color: #efe5e3;
}
.mainContent__area .inner{
    position: relative;
    top: -2em;
}
.mainContent__box{
    position: relative;
    max-width: 800px;
}
.mainContent__box:not(:last-child){
    margin-bottom: 5em;
}

.mainContent-img{
    width: 85%;
    margin: 0 auto 0em;
}
.mainContent-txt{
    margin-top: 3em;
}

.mainContent-txt h2{
    text-align: center;
    line-height: 1.8;
    margin-bottom: 0.5em;
    margin-top: -1em;

    position: relative;
    z-index: 1;
}
.mainContent-txt h2::before{
    content: "";
    position: absolute;
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border: 1px solid #333333;
    border-radius: 50%;
    margin-top: 0em;
    z-index: -1;
    top: -1.8em;
    left: 10%;
    transform: translateX(-50%);
}
.mainContent-txt h2::after {
    content: "";
    position: absolute;
    top: 13%;
    left: 14%;
    width: 33px;
    height: 45px;
    transform: rotate(50deg) translateX(-50%);
    box-sizing: border-box;
    background-color: #efe5e3;
    z-index: -1;
}
.mainContent__box:nth-child(2) .mainContent-txt h2::before{
    top: -1.9em;
    left: 21%;
}
.mainContent__box:nth-child(2) .mainContent-txt h2::after{
    left: 25%;
}
.mainContent__box:nth-child(3) .mainContent-txt h2::after{
    top: 5%;
}


.mainContent-txt > div{
    text-align: center;
}
.mainContent-txt p{
    font-size: 1.2rem;
    display: inline-block;
    text-align: left;
}
.mainContent-txt p .weight{
    font-weight: 600;
}
.mainContent-txt .choose{
    width: 210px;
    margin: 1em auto;
    padding: 0.4em 1em;
    background-color: #fff;
}

/*サブスク*/
.subscribe__area{
    padding: 2em 0;
}
.subscribe__area h2{
    text-align: center;
    margin-bottom: 0.5em;
}
.subscribe__area .exp{
    text-align: center;
}
.subscribe__area .exp p{
    display: inline-block;
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 2em;
}
.subscribe__area .subject{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.subscribe__area .subject h3{
    width: 20%;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background-color: #b6aaa7;
}
.subscribe__area .subject p{
    font-size: 1.2rem;
}


.schedule__area{
    margin-bottom: 3em;
    padding: 3em 0;
    background-color: #fff8da;
}
.schedule__area .inner {
    width: 95%;
    max-width: 800px;
}
.schedule__area h2{
    text-align: center;
}
.schedule__area p{
    text-align: center;
}
.schedule__box{
    width: 100%;
    max-width: 600px;
    margin: 1em auto 2em;
    padding: 1em;
    background-color: #fff;

    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(24, 1fr);
    align-items: stretch;
}
.schedule__box .contents{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    align-items: center;
    gap: 20px;
    padding: 1em 0;
}
.schedule__box .contents:not(:last-child){
    border-bottom: 1px solid #333;
}
.schedule__box .contents:first-child{
    padding-top: 0;
}
.schedule__box .contents:last-child{
    padding-bottom: 0;
}


.schedule__box .contents .studio{
    grid-area: 1 / 1 / 2 / 3;
    line-height: 1.5;
}
.schedule__box .contents .cv{
    grid-area: 1 / 3 / 2 / 6;
}

.schedule__box .contents:nth-child(1) {
    grid-column: 1 / 2;
}
.schedule__box .contents:nth-child(2) {
    grid-column: 1 / 2;
}
.schedule__box .contents:nth-child(3) {
    grid-column: 1 / 2;
}
.schedule__box .contents:nth-child(4) {
    grid-column: 1 / 2;
}

.schedule__area a.reserve{
    width: 80%;
    margin: 0;
    padding: 0.3em 0rem;
}





/*店舗一覧*/
.exp__area{
    margin: 4em auto 0;
    padding: 2em 0 4em;
    background-color: #edf1f6;
}
.exp__area .inner{
    max-width: 100%;
}
.exp__area .title{
    text-align: center;
    margin-bottom: 1em;
    background-color: #edf1f6;
}
.exp__area .title p{
    font-family: 'Lora', serif ;
    font-size: 2.4rem;
    line-height: 1;
}
.exp__area .title h2{
    font-size: 1.2rem;
}

.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: 0em;
    background-color: #edf1f6;
    position: relative;
    overflow-x: clip;
}

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


/*タブ切り替え*/
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tab-label {
    color: #333;
    background: #fff;
    border: 1px solid #e4c0c0;
    width: 80px;
    margin-bottom: 2em;
    padding: 8px 12px;
    order: -1;
    text-align: center;
    font-size: 1.3rem;
}
.tab-label:not(:last-child) {
    border-right: none;
}
.tab-label.label04 {
    border-right: 1px solid #e4c0c0;
}
.tab-content{
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    color: #fff;
    background: #e4c0c0;
}
.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.3rem;
    font-weight: 600;
    text-align: left;
    margin-top: 3%;
}
.tab-content .studio .exp__box{
    font-size: 1.2rem;
    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;
}


.campaign__area{
    padding: 4em 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: 20px;
}
.campaign__box div{
    width: 90%;
}

/*フレンドクラブ*/
.friendClub_area img{
    width: 100%;
}
.friendClub_area p.start{
    text-align: center;
    font-weight: 600;
    color: #fff;
    padding: 0.4em 0;
    background-color: #aba297;
}
.friendClub__header{
    margin: 2.5em 0;
}
.friendClub__header p{
    font-size: 1.2rem;
}
.friendClub__header .title{
    text-align: center;
    margin: 1.5em 0;
}
.friendClub__header .title h2 {
    font-size: 1.5rem;
    font-weight: 600;
}
.friendClub__header .title p {
    font-family: 'Lora', serif;
    font-size: 3rem;
    line-height: 1;
    color: #6c6857;
}
.friendClub__header .text{
    text-align: center;
}
.friendClub__header .text p{
    display: inline-block;
    text-align: left;
}
.friendClub__save{
    padding: 2em 0;
    background-color: #ede9e2;
}
.friendClub__save-exp{
    width: 90%;
    margin: 0 auto;
}
.friendClub_area h3{
    position: relative;
    font-weight: bold;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.friendClub_area h3:before,
.friendClub_area h3:after {
    content: '';
    position: absolute;
    top: 48%;
    width: 2.5rem;
    border-top: 3px dotted;
}
.friendClub_area h3:before {
    left: 19%;
}
.friendClub_area h3:after {
    right: 19%;
}

.save-exp__box{
    padding: 1em;
    background-color: #fff;
    border-radius: 5px;
}
.save-exp__box .box-content{
    display: flex;
    align-items: center;
    gap: 0.8em;
}
.save-exp__box .box-content:not(:last-child){
    margin-bottom: 1.5em;
}
.save-exp__box .box-content .step{
    width: 16%;
    position: relative;
}
.save-exp__box .box-content:not(:last-child) .step::before{
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    left: 50%;
    bottom: -26%;
    transform: rotate(-45deg) translateY(-50%);
    border: 3px solid;
    border-color: transparent transparent #c8b89d #c8b89d;
}
.save-exp__box .box-content .step p{
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #c8b89d;
    background-color: #f5f0e8;
    border-radius: 50px;
    border: 1px solid #c8b89d;
}
.save-exp__box .box-content .content{
    width: 84%;
}
.save-exp__box .box-content .content h4{
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.8;
}
.save-exp__box .box-content .content a{
    display: block;
    width: 160px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 1.2rem;
    padding: 0 15px;
    background-color: #afcabf;
    border-radius: 50px;
    position: relative;
}
.save-exp__box .box-content .content a::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 40%;
    right: 10%;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.friendClub__save-exp img{
    width: 90%;
    margin: 1em auto 0;
    position: relative;
    z-index: 0;
}
.friendClub__benefits {
    position: relative;
    padding: 2em 0;
    background-color: #f6f5f5;
    line-height: 1.5;
}
.friendClub__benefits p{
    text-align: center;
}
.friendClub__benefits h3{
    margin: 0.5em 0;
}

.friendClub__benefits-exp{
    width: 90%;
    margin: 2em auto 0;
}
.benefits-exp__box{
    margin-bottom: 2.5em;
    padding: 1em;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px 35px;
    position: relative;
}
.benefits-exp__box::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: -1em;
    left: -7%;
}
.benefits-exp__box:nth-child(1)::before{
    background: url(../images/mag/lp2407_studiocoffret-reward/point01.png) no-repeat center center / contain;
}
.benefits-exp__box:nth-child(2)::before{
    background: url(../images/mag/lp2407_studiocoffret-reward/point02.png) no-repeat center center / contain;
}
.benefits-exp__box:nth-child(3)::before{
    background: url(../images/mag/lp2407_studiocoffret-reward/point03.png) no-repeat center center / contain;
}
.benefits-exp__box:nth-child(4)::before{
    background: url(../images/mag/lp2407_studiocoffret-reward/point04.png) no-repeat center center / contain;
}
.benefits-exp__box:nth-child(5)::before{
    background: url(../images/mag/lp2407_studiocoffret-reward/point05.png) no-repeat center center / contain;
}
.benefits-exp__box p{
    font-size: 1.2rem;
}
.benefits-exp__box h4{
    text-align: center;
    font-weight: 600;
}
.benefits-exp__box h4 span.hl {
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    margin-right: 1px;
}

.friendClub__already{
    padding: 2em 0;
}
.friendClub__already h3{
    line-height: 1.5;
}
.friendClub__already h3:before {
    left: 13%;
}
.friendClub__already h3:after {
    right: 13%;
}
.friendClub__already h4{
    text-align: center;
    font-weight: 600;
    margin: 1em 0;
}
.already__box{
    padding: 1em;
    border: 1px dotted #aba297;
    position: relative;
}
.already__box:not(:last-child){
    margin-bottom: 2em;
}
.already__box:not(:first-child)::before,
.already__box:not(:first-child)::after{
    content: '';
    position: absolute;
    top: -1em;
    left: 50%;
    background-color: #aba297;
    border-radius: 50px;
}
.already__box::before{
    width: 15px;
    height: 2px;
    transform: translateX(-50%);
}
.already__box::after{
    width: 2px;
    height: 15px;
    transform: translate(-50%, -40%);
}
.already__box h5{
    font-size: 1.2rem;
    text-align: center;
    position: relative;
}
.already__box h5::before{
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    left: 50%;
    bottom: -1em;
    transform: rotate(-45deg) translateY(-50%);
    border: 3px solid;
    border-color: transparent transparent #acc1cb #acc1cb;
}
.already__box p{
    font-size: 1.2rem;
    text-align: center;
}
.already__box .hl{
    width: fit-content;
    margin: 0 auto;
}
.already__box .exp{
    margin-top: 1.5em;
}
.already__box h6{
    display: inline;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(transparent 70% , #acc1cb 70%);
}
.friendClub__already span.note{
    display: block;
    margin-top: 1em;
    text-align: center;
}

.friendClub__guide{
    padding: 2em 0 3em;
    background-color: #f6f5f5;
}
.friendClub__guide h3:before,
.friendClub__guide h3:after {
    content: none;
}
.friendClub__guide .inner{
    text-align: center;
}
.friendClub__guide p{
    font-size: 1.2rem;
    text-align: left;
    display: inline-block;
}

.benefits-exp__box:last-child {
    margin-bottom: 0em;
}


.sp-500{display: block;}
.sp-500min{display: none;}

.friendClub__use{
    padding: 2em 0;
}
.friendClub__use h3:before {
    left: 13%;
}
.friendClub__use h3:after {
    right: 13%;
}
.friendClub__use p{
    font-size: 1.2rem;
}
.friendClub__use h4{
    text-align: center;
    border: 1px solid #333;
    margin-top: 2em;
}
.use__box{
    width: 210px;
    margin: 2em auto 0;
}
.use__box li{
    display: flex;
    position: relative;
}
.use-root__box{
    flex: 0 1 auto;
    width: 100%;
    padding: 0 0 30px 16px;
}
.use__box li::before, 
.use__box li:not(:last-child)::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #000;
    top: 45px;
}
.use__box li::before {
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}
.use__box li::after{
    width: 1px;
    height: 100%;
    left: 1px;
}
.use-root__box h5{
    font-weight: 600;
}
.use-root__box div{
    width: 190px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #acc1cb;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
}
.use-root__box div::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: 8%;
    top: 48%;
    transform: rotate(45deg) translateX(-50%);
    border: 5px solid;
    border-color: transparent transparent #acc1cb #acc1cb;
}
.use-root__box div span.hl{
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    margin-right: 1px;
}



@media only screen and (min-width:390px){

}

@media only screen and (min-width:414px){
    .save-exp__box .box-content:not(:last-child) .step::before{
        left: 47%;
    }
    .friendClub__save-exp img{
        width: 80%;
    }

    .friendClub__benefits-exp {
        width: 80%;
    }

    .already__box {
        width: 80%;
        margin: 0 auto;
    }

    .already__box:not(:first-child)::before, 
    .already__box:not(:first-child)::after {
        top: -1.2em;
    }
}

@media only screen and (min-width:430px){
    .mainContent__box .mainContent-txt h2::before{
        left: 16%;
    }
    .mainContent__box .mainContent-txt h2::after{
        left: 19%;
    }
    .mainContent__box:nth-child(2) .mainContent-txt h2::before{
        left: 26%;
    }
    .mainContent__box:nth-child(2) .mainContent-txt h2::after{
        left: 29%;
    }
}

@media only screen and (min-width:430px){
    .mv__area .title{
        width: 270px;
    }
    .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;
    }

}

@media only screen and (min-width:480px){
    .mainContent__box .mainContent-txt h2::before{
        left: 21%;
    }
    .mainContent__box .mainContent-txt h2::after{
        left: 24%;
    }
    .mainContent__box:nth-child(2) .mainContent-txt h2::before{
        left: 29%;
    }
    .mainContent__box:nth-child(2) .mainContent-txt h2::after{
        left: 32%;
    }
}

@media only screen and (min-width:500px){
    .exp-txt__box p {
        font-size: 1.4rem;
    }
    .mainContent-txt .choose {
        width: 240px;
    }
    .mainContent-txt p {
        font-size: 1.4rem;
    }
    .subscribe__area .exp p {
        font-size: 1.4rem;
    }
    .subscribe__area .subject h3,
    .subscribe__area .subject p {
        font-size: 1.4rem;
    }


    .friendClub__save{
        padding: 1em 0 0;
    }
    .friendClub__save-exp{
        display: flex;
        gap: 15px;
        height: 27em;
    }
    .save-exp__wrap{
        width: 60%;
        margin-top: 1em;
    }
    .friendClub_area h3:before {
        left: 9%;
    }
    .friendClub_area h3:after {
        right: 9%;
    }
    .save-img__wrap{
        width: 45%;
    }
    .friendClub__save-exp img{
        width: 100%;
    }
    .save-exp__box .box-content .step {
        width: 50px;
    }
    .save-exp__box .box-content .content h4{
        line-height: 1.5;
    }
    .save-exp__box .box-content .content a{
        margin-top: 0.5em;
        width: 100%;
    }

    .friendClub__benefits{
        margin-top: 0;
    }
    .friendClub__benefits-exp{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        margin: 4em auto 0;
        gap: 15px;
    }
    .friendClub__benefits h3:before {
        left: 27%;
    }
    .friendClub__benefits h3:after {
        right: 27%;
    }
    .benefits-exp__box{
        padding: 1em 0.5em;
        width: 48%;
        height: 100%;
    }
    .benefits-exp__box::before{
        top: -2.5em;
    }

    .friendClub__already h3:before {
        left: 21%;
    }
    .friendClub__already h3:after {
        right: 21%;
    }

    .sp-500{
        display: none;
    }
    .sp-500min{
        display: block;
    }

    .friendClub__use h3:before {
        left: 22%;
    }
    .friendClub__use h3:after {
        right: 22%;
    }
    .friendClub__use h4{
        margin-top: 3em;
        display: inline-block;
        padding: 0 1em;
    }

    .use__box li::before, 
    .use__box li:not(:last-child)::after {
        top: 60px;
        left: 50%;
    }
    .use__box{
        width: 100%;
        display: flex;
    }
    .use__box li{
        width: calc(100% / 5);
    }
    .use-root__box{
        padding: 0 2px;
    }
    .use__box li::after {
        width: 100%;
        height: 1px;
    }
    .use-root__box h5 {
        margin-top: 2em;
        text-align: center;
        line-height: 1.2;
    }
    .use-root__box div{
        width: 100%;
        height: 46px;
        line-height: 1.2;
        font-size: 1.2rem;
        position: relative;
    }
    .use-root__box div span.circle{
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
    }
    .use-root__box div::before {
        left: 50%;
        top: 75%;
        transform: rotate(315deg) translateX(-50%);
    }
    .use-root__box div span.hl {
        font-size: 1.8rem;
    }
    .use__box a.reserve {
        margin: 3em auto 0px;
    }

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

    .already__box h5 {
        line-height: 1.8;
    }
}

@media only screen and (min-width:600px){
    .exp__area{
        padding: 4em 0 4em;
    }
    .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;
    }

    .mainContent__box .mainContent-txt h2::before{
        left: 27%;
    }
    .mainContent__box .mainContent-txt h2::after{
        left: 29%;
    }
    .mainContent__box:nth-child(2) .mainContent-txt h2::before{
        left: 33%;
    }
    .mainContent__box:nth-child(2) .mainContent-txt h2::after{
        left: 35%;
    }

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

    .campaign__area h2{
        font-size: 1.875rem;
    }

    .save-exp__box .box-content .content a {
        width: 160px;
    }

    .friendClub__use a.reserve{
        margin-top: 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){
    .concept__exp{
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 98%;
    }
    .concept__exp h2 {
        right: 0.5em;
    }
    .exp-txt__box {
        margin: 1em auto 0;
    }

    .mainContent__box {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 90%;
        margin: 0 auto;
    }
    .mainContent__box:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .mainContent-img{
        width: 50%;
    }
    .mainContent-txt{
        width: 50%;
    }
    .mainContent__box:nth-child(1) .mainContent-txt{
        margin-top: 3em;
    }

    .mainContent__box .mainContent-txt h2::before{
        left: 25%;
    }
    .mainContent__box .mainContent-txt h2::after{
        left: 31%;
    }
    .mainContent__box:nth-child(2) .mainContent-txt h2::before{
        left: 17%;
    }
    .mainContent__box:nth-child(2) .mainContent-txt h2::after{
        left: 22%;
    }
    .mainContent__box:nth-child(3) .mainContent-txt h2::after {
        top: 10%;
    }

}

@media only screen and (min-width:768px){
    a.reserve{
        width: 300px;
        padding: 0.8em 0rem;
    }

    .mv__area p{
        font-size: 1.8rem;
    }

    .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__exp{
        width: 60%;
    }

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

    .concept__area p {
        font-size: 1.4rem;
    }
    .exp-img__box {
        width: 25%;
    }
    .exp-txt__box {
        width: 75%;
    }

    .schedule__area a.reserve{
        width: 200px;
    }

    .campaign__area .campaign__box{
        justify-content: space-evenly;
    }
    .campaign__box div {
        width: 45%;
    }


    .exp__area {
        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;
    }
    .exp__area .title h2 {
        font-size: 1.4rem;
    }
    .exp__area .title p{
        font-size: 2.8rem;
    }

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

    .tab-label{
        font-size: 1.4rem;
    }
    .tab-content .studio h3{
        font-size: 1.6rem;
    }
    .tab-content .studio .exp__box {
        font-size: 1.4rem;
    }


    /*フレンドクラブ*/
    .friendClub__header p {
        font-size: 1.4rem;
    }
    .save-exp__box .box-content .content h4 {
        font-size: 1.6rem;
    }

    .friendClub_area h3 {
        font-size: 1.8rem;
    }
    .save-exp__wrap {
        width: 65%;
    }
    .save-img__wrap {
        width: 35%;
    }
    .friendClub_area h3::before {
        left: 25%;
    }
    .friendClub_area h3::after {
        right: 25%;
    }

    .friendClub__benefits{
        padding: 4em 0;
    }
    .friendClub__benefits h3::before {
        left: 34%;
    }
    .friendClub__benefits h3::after {
        right: 34%;
    }
    .friendClub__benefits-exp {
        gap: 10px 25px;
    }
    .benefits-exp__box {
        width: 45%;
    }
    .benefits-exp__box::before {
        top: -1.5em;
        left: -3%;
    }
    .benefits-exp__box p {
        font-size: 1.4rem;
    }
    .benefits-exp__box h4 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .benefits-exp__box h4 span.hl {
        font-size: 2.4rem;
    }

    .friendClub__guide p {
        font-size: 1.4rem;
    }

    .friendClub__already {
        padding: 4em 0;
    }
    .already__wrap{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .already__box {
        width: 45%;
        height: 100%;
    }
    .already__box:not(:first-child)::before, 
    .already__box:not(:first-child)::after {
        top: 50%;
        left: -6%;
    }

    .friendClub__already h4 {
        font-size: 1.6rem;
    }
    .already__box h5 {
        font-size: 1.4rem;
    }
    .already__box p {
        font-size: 1.4rem;
    }
    .already__box .hl {
        font-size: 1.8rem;
    }

    .friendClub__guide {
        padding: 4em 0;
    }

    .friendClub__use {
        padding: 4em 0;
    }
    .friendClub__use h3::before {
        left: 31%;
    }
    .friendClub__use h3::after {
        right: 31%;
    }
    .friendClub__use .inner{
        width: 90%;
    }
    .use-root__box h5 {
        margin-top: 3em;
    }
    .use__box li::before, 
    .use__box li:not(:last-child)::after {
        top: 75px;
    }
    .use-root__box div{
        height: 52px;
        width: 80%;
        margin: 0 auto;
    }
    .use-root__box div::before {
        top: 78%;
    }
    .friendClub__use p {
        font-size: 1.4rem;
    }

}

@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%;
    }

    .mainContent-txt h2{
        line-height: 1.5;
    }
    .mainContent__box:not(:last-child) {
        margin-bottom: 2em;
    }
}

@media only screen and (min-width:820px){
    .mainContent__box .mainContent-txt h2::before{
        left: 29%;
    }
    .mainContent__box .mainContent-txt h2::after{
        top: 22%;
        left: 34%;
    }
    .mainContent__box:nth-child(2) .mainContent-txt h2::before{
        left: 22%;
    }
    .mainContent__box:nth-child(2) .mainContent-txt h2::after{
        left: 26%;
    }
    .mainContent__box:nth-child(3) .mainContent-txt h2::before {
        top: -29%;
    }
    .mainContent__box:nth-child(3) .mainContent-txt h2::after {
        top: 14%;
    }
}

@media only screen and (min-width:860px){
    .mainContent__box:not(:last-child) {
        margin-bottom: 2em;
    }
}

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

    /*コフレフレンド*/
    .friendClub__benefits-exp {
        gap: 10px 35px;
    }
    .benefits-exp__box {
        width: 40%;
    }
}

@media only screen and (min-width:1000px){
    h2 {
        font-size: 2.275rem;
    }
    span.hl {
        font-size: 3.5625rem;
    }
    .mv__area .title {
        right: 1%;
        width: 390px;
    }
    .mv__area .mv img {
        width: 100%;
    }
    .mv__area .mv::before {
        height: 88%;
        top: 7em;
    }

    .mainContent__box .mainContent-txt h2::before{
        top: -1.6em;
        left: 30%;
    }
    .mainContent__box .mainContent-txt h2::after {
        height: 50px;
        top: 17%;
        left: 35%;
    }
    .mainContent__box:nth-child(2) .mainContent-txt h2::before {
        top: -1.4em;
        left: 21%;
    }
    .mainContent__box:nth-child(2) .mainContent-txt h2::after {
        left: 24%;
    }
    .mainContent__box:nth-child(3) .mainContent-txt h2::before {
        top: -30%;
        left: 27%;
    }
    .mainContent__box:nth-child(3) .mainContent-txt h2::after {
        top: 9%;
        left: 31%;
    }


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

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

}