@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');

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: #333;
    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;
}
/* フェード縮小 */
.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-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;
    margin: 4em auto 0;
    padding: 2em 0;
    background-color: #f1f4f8;
    z-index: 0;
    height: 60em;
}
.concept__area .inner{
    max-width: 100%;
    position: absolute;
}

.exp-img__box{
    position: relative;
}
.concept__area .exp-img__box div{
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    max-width: 100%;
}
.concept__area .exp-img__box div::before{
    content: '';
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.concept__area .exp-img__box div:nth-child(1){
    /*width: 90%;
    height: 30%;
    margin-left: auto;*/
    position: absolute;
    width: 90%;
    height: 200px;
    right: 0;
}
.concept__area .exp-img__box div:nth-child(1)::before{
    background-image: url(../images/mag/lp2407_studiocoffret-reward/concept-img01.jpg);
}

.concept__area .exp-img__box div:nth-child(2){
    /*width: 45%;
    height: 34%;
    margin: 1.5em 0 0 1em;*/
    position: absolute;
    width: 45%;
    height: 250px;
    top: 16em;
    left: 1em;
}
.concept__area .exp-img__box div:nth-child(2)::before{
    background-image: url(../images/mag/lp2407_studiocoffret-reward/concept-img02.jpg);
}

.concept__area .exp-img__box div:nth-child(3){
    /*width: 53%;
    height: 18%;
    margin: -15em 0 0 11em;*/
    position: absolute;
    width: 53%;
    height: 150px;
    top: 17em;
    left: 43%;
}
.concept__area .exp-img__box div:nth-child(3)::before{
    background-image: url(../images/mag/lp2407_studiocoffret-reward/concept-img03.jpg);
}

.concept__area .exp-img__box div:nth-child(4){
    /*width: 35%;
    height: 22%;
    margin: 3em 1.5em 0 auto;*/
    position: absolute;
    width: 40%;
    height: 150px;
    top: 30em;
    right: 2em;
}
.concept__area .exp-img__box div:nth-child(4)::before{
    background-image: url(../images/mag/lp2407_studiocoffret-reward/concept-img04.jpg);
}

.concept__area .exp-txt__box{
    position: relative;
    width: 90%;
    /*margin: -4em auto 0;*/
    top: 35em;
    left: 50%;
    transform: translateX(-50%);
}
.concept__area h2{
    font-size: 1.4rem;
    line-height: 1.3;
    position: relative;
}
.concept__area p{
    font-size: 1.2rem;
}
.concept__area p.lora{
    font-family: 'Lora', serif ;
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
}


/*特典*/
.benefit__area{
    margin: 4em auto 0;
}
.benefit__area .inner {
    max-width: 90%;
}
.benefit__area .title{
    text-align: center;
    margin-bottom: 1em;
}
.benefit__area .title p{
    font-family: 'Lora', serif ;
    font-size: 2.4rem;
    line-height: 1;
}
.benefit__area .title h2{
    font-size: 1.2rem;
}
.benefit__area p.exp{
    font-size: 1.2rem;
}
.benefit__box{
    margin: 2em auto 0;
    padding: 1.5em 1em;
    background-color: #e4c0c0;
    position: relative;
}
.benefit__box::before{
    position: absolute;
    content: '';
    width: 30%;
    height: 1px;
    top: -0.5em;
    left: -0.5em;
    background-color: #e4c0c0;
}
.benefit__box::after{
    position: absolute;
    content: '';
    width: 30%;
    height: 1px;
    bottom: -0.5em;
    right: -0.5em;
    background-color: #e4c0c0;
}

.benefit__box-inner{
    position: relative;
}
.benefit__box-inner::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 50%;
    top: -2em;
    left: -1.5em;
    background-color: #e4c0c0;
}
.benefit__box-inner::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 50%;
    bottom: -2em; /* -3.2em; */
    right: -1.5em;
    background-color: #e4c0c0;
}
.benefit__box-inner .add{
    position: relative;
    margin-top: 2.5em;
    padding-top: 1em;
}
.benefit__box-inner .add::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 30%;
    height: 1px;
    background-color: #fff;
    transform: translateX(-50%);
}

.benefit__box p{
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
    color: #e4c0c0;
    padding: 0.6em 0;
    background-color: #fff;
}
.benefit__box p .hl{
    font-family: 'Lato', serif;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 1px;
}
.benefit__box h3{
    color: #fff;
    font-weight: 600;
    line-height: 1.8;
    margin: 1em 0;
    text-align: center;
}
.benefit__box h3 .hl{
    /*font-family: 'Lato', serif;*/
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 2px;
}
.benefit__box span.note{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
}


/*ストーリー*/
.timeSeries__area{
    margin: 4em auto 0;
    padding: 2em 0 10em;
    background-color: #edf1f6;
    position: relative;
    z-index: -1;
}
.timeSeries__area .title{
    text-align: center;
    margin-bottom: 1em;
    background-color: #edf1f6;
}
.timeSeries__area .title p{
    font-family: 'Lora', serif ;
    font-size: 2.4rem;
    line-height: 1;
}
.timeSeries__area .title h2{
    font-size: 1.2rem;
}

/*縦線*/
.timeSeries__area .inner{
    max-width: calc(100% - 20px);
}

.timeSeries__box {
    position: relative;
}

.timeSeries__box::before {
    content: '';
    position: absolute;
    width: 3px; /* 波線の幅を設定 */
    height: 500vh; /* 任意の高さを設定 */
    top: -3em;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(to bottom, transparent 45%, #fff 55%);
    background-size: 10px 20px;
}

.timeSeries__box-content .content-txt h3{
    font-size: 1.3rem;
    font-weight: 600;
}
.timeSeries__box-content .content-txt p{
    font-size: 1.1rem;
    line-height: 1.8;
}

.timeSeries__box-content{
    position: relative;
    display: flex;
    justify-content: space-between;
}

/*ハーフバースデー*/
.timeSeries__box-content:nth-child(1){
    align-items: flex-start;
    margin-top: 3em;
}
.timeSeries__box-content:nth-child(1)::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50px;
}
.timeSeries__box-content:nth-child(1) .content-img{
    width: 53%;
    margin-top: 2em;
}
.timeSeries__box-content:nth-child(1) .content-txt{
    width: 43%;
    padding: 0.8em;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}
.timeSeries__box-content:nth-child(1) .content-txt::before{
    content: "";
    position: absolute;
    top: 2em;
    left: -20px;
    margin-top: -15px;
    border: 8px solid transparent;
    border-right: 15px solid #fff;
}
.timeSeries__box-content:nth-child(1) .content-txt::after{
    content: '';
    position: absolute;
    width: 60%;
    height: 31%;
    bottom: -4em;
    right: 0;
    background: url(../images/mag/lp2407_studiocoffret-reward/timeseries-accimg01.png) no-repeat center / contain;
}

/*初節句*/
.timeSeries__box-content:nth-child(2){
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-top: 2em;
}
.timeSeries__box-content:nth-child(2)::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 83%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50px;
}
.timeSeries__box-content:nth-child(2) .content-img{
    width: 53%;
    margin-top: 2em;
}
.timeSeries__box-content:nth-child(2) .content-img::after{
    content: '';
    position: absolute;
    width: 12%;
    height: 17%;
    bottom: -2em;
    right: 30%;
    background: url(../images/mag/lp2407_studiocoffret-reward/timeseries-accimg02.png) no-repeat center / contain;
}
.timeSeries__box-content:nth-child(2) .content-txt{
    width: 43%;
    margin-top: 18%;
    padding: 0.8em;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}
.timeSeries__box-content:nth-child(2) .content-txt::before{
    content: "";
    position: absolute;
    top: 85%;
    right: -20px;
    margin-top: -15px;
    border: 8px solid transparent;
    border-left: 15px solid #fff;
}

/*1歳*/
.timeSeries__box-content:nth-child(3){
    align-items: flex-start;
    margin-top: 5em;
}
.timeSeries__box-content:nth-child(3)::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50px;
}
.timeSeries__box-content:nth-child(3) .content-img{
    width: 53%;
}
.timeSeries__box-content:nth-child(3) .content-img::after{
    content: '';
    position: absolute;
    width: 24%;
    height: 46%;
    bottom: -2.8em;
    left: 22%;
    background: url(../images/mag/lp2407_studiocoffret-reward/timeseries-accimg03.png) no-repeat center / contain;
}
.timeSeries__box-content:nth-child(3) .content-txt{
    width: 43%;
    margin-top: 12%;
    padding: 0.8em;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}
.timeSeries__box-content:nth-child(3) .content-txt::before{
    content: "";
    position: absolute;
    top: 85%;
    left: -20px;
    margin-top: -15px;
    border: 8px solid transparent;
    border-right: 15px solid #fff;
}

/*2歳*/
.timeSeries__box-content:nth-child(4){
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-top: 6em;
}
.timeSeries__box-content:nth-child(4)::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50px;
}
.timeSeries__box-content:nth-child(4) .content-img{
    width: 53%;
    margin-top: 0em;
}
.timeSeries__box-content:nth-child(4) .content-txt{
    width: 43%;
    margin-top: -4%;
    padding: 0.8em;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}
.timeSeries__box-content:nth-child(4) .content-txt::before{
    content: "";
    position: absolute;
    top: 20%;
    right: -20px;
    margin-top: -15px;
    border: 8px solid transparent;
    border-left: 15px solid #fff;
}
.timeSeries__box-content:nth-child(4) .content-txt::after{
    content: '';
    position: absolute;
    width: 40%;
    height: 46%;
    bottom: -5.8em;
    left: 50%;
    background: url(../images/mag/lp2407_studiocoffret-reward/timeseries-accimg04.png) no-repeat center / contain;
}

/*七五三*/
.timeSeries__box-content:nth-child(5){
    align-items: flex-start;
    margin-top: 4em;
}
.timeSeries__box-content:nth-child(5)::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 77%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50px;
}
.timeSeries__box-content:nth-child(5) .content-img{
    width: 53%;
}
.timeSeries__box-content:nth-child(5) .content-txt{
    width: 43%;
    margin-top: 10%;
    padding: 0.8em;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}
.timeSeries__box-content:nth-child(5) .content-txt::before{
    content: "";
    position: absolute;
    top: 81%;
    left: -20px;
    margin-top: -15px;
    border: 8px solid transparent;
    border-right: 15px solid #fff;
}

/*4歳*/
.timeSeries__box-content:nth-child(6){
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-top: 3em;
}
.timeSeries__box-content:nth-child(6)::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 84%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50px;
}
.timeSeries__box-content:nth-child(6) .content-img{
    width: 53%;
    margin-top: 2em;
}
.timeSeries__box-content:nth-child(6) .content-img img{
    position: relative;
    z-index: 1;
}
.timeSeries__box-content:nth-child(6) .content-img::after{
    content: '';
    position: absolute;
    width: 14%;
    height: 74%;
    bottom: -5.8em;
    right: 4%;
    background: url(../images/mag/lp2407_studiocoffret-reward/timeseries-accimg05.png) no-repeat center / contain;
    z-index: 0;
}
.timeSeries__box-content:nth-child(6) .content-txt{
    width: 43%;
    margin-top: 23%;
    padding: 0.8em;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}
.timeSeries__box-content:nth-child(6) .content-txt::before{
    content: "";
    position: absolute;
    top: 84%;
    right: -20px;
    margin-top: -15px;
    border: 8px solid transparent;
    border-left: 15px solid #fff;
}


/*衣装*/
.costume__area{
    margin: 4em auto 0;
}
.costume__area .inner{
    width: 100%;
    padding: 2em 1em 5em;
    background-color: #eef2f9;
}
/*吹き出し*/
.fukidashi {
    position: relative;
    display: grid;
    place-items: center;
    width: 80px;
    height: 80px;
    border: 1px solid #333333;
    border-radius: 50%;
    margin-top: -1em;
}
.fukidashi p{
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
}
.fukidashi::after {
    content: "";
    position: absolute;
    top: 92%;
    left: 70%;
    width: 20px;
    height: 1px;
    transform: rotate(50deg);
    box-sizing: border-box;
    background-color: #333;
    /*box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;*/
}
.costume__area h2{
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    margin: -2em 0 1.5em;
}
.costume__area h2 .hl{
    font-size: 2rem;
    background:linear-gradient(transparent 65%, #e4c0c0 0%);
    padding-bottom: 0.15em;
}
.costume__area p{
    font-size: 1.2rem;
}
.costume__exp{
    text-align: center;
}
.costume__exp p{
    text-align: left;
    display: inline-block;
}

/*slick*/
.costume__area .slider-costume{
    height: fit-content;
    margin: 1.5em -50px 4em;
    width: calc(100% + 100px);
}
.costume__area .slick-slide{
    margin: 0 10px;
    width: 187px;
    height: auto;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}
.costume__area .slick-dots{
    bottom: -35px;
}
.costume__area .slick-dots li{
    margin: 0 4px;
}
.costume__area .slick-dots li button:before{
    font-size: 8px;
    width: 8px;
    height: 8px;
    color: #333;
    font-weight: 200 !important;
    opacity: 1;
}
.costume__area .slick-dots li.slick-active button:before{
    color: #e4c0c0;
    font-weight: 600 !important;
}
.costume__area a.viewmore{
    background-color: transparent;
}


/*お客様の声*/
.voice__area{
    margin: 4em auto 0;
    padding: 3em 0 5em;
    background-color: #edf1f6;
}
.voice__area .inner{
    max-width: 100%;
}
.voice__area .title{
    text-align: center;
    margin-bottom: 1em;
    background-color: #edf1f6;
}
.voice__area .title p{
    font-family: 'Lora', serif ;
    font-size: 2.4rem;
    line-height: 1;
}
.voice__area .title h2{
    font-size: 1.2rem;
}
.voice__box-content{
    padding: 1em;
    background-color: #fff;
    border-radius: 5px;
}
.voice__area .slick-slide{
    margin: 0 10px;
    height: auto;
}
.voice__area .content-head{
    display: flex;
    align-items: center;
    gap: 15px;
}
.voice__area .content-head div:nth-child(1){
    width: 20%;
    margin-bottom: 1em;
}
.voice__area .content-head div:nth-child(1) img{
    border-radius: 50px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.voice__area .content-head div:nth-child(2){
    width: 70%;
}
.voice__area .content-head div:nth-child(2) h3{
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600;
}
.voice__box-content p{
    font-size: 1.2rem;
}

.voice__area .slick-dots{
    bottom: -35px;
}
.voice__area .slick-dots li{
    margin: 0 4px;
}
.voice__area .slick-dots li button:before{
    font-size: 8px;
    width: 8px;
    height: 8px;
    color: #333;
    font-weight: 200 !important;
    opacity: 1;
}
.voice__area .slick-dots li.slick-active button:before{
    color: #e4c0c0;
    font-weight: 600 !important;
}


/*フォトギャラリー*/
.gallery__area{
    margin: 4em auto 0;
}
.gallery__area .inner{
    max-width: calc(100% - 20px);
}
.gallery__area .title{
    text-align: center;
    margin-bottom: 1em;
}
.gallery__area .title p{
    font-family: 'Lora', serif ;
    font-size: 2.4rem;
    line-height: 1;
}
.gallery__area .title h2{
    font-size: 1.2rem;
}
.gallery__box:not(:first-child){
    margin-top: 2em;
}
.gallery__box h3{
    position: relative;
    line-height: 1;
    font-size: 1.3rem;
    padding: 0 0 0.6em 1em;
    margin: 0 auto 1em;
    border-bottom: 1px solid #e4c0c0;
}
.gallery__box h3::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 25px;
    top: -20%;
    left: 0;
    background-color: #e4c0c0;
}
.gallery__box-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 5px;
}
.gallery__box-list li{
    width: calc((100% / 3) - 5px);
    margin: 0 auto;
}
.gallery__box-list div{
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    max-width: 100%;
}


/*撮影プラン*/
.plan__area{
    margin: 4em auto 0;
    padding: 3em 0 5em;
    background-color: #edf1f6;
}
.plan__area .inner{
    max-width: 100%;
}
.plan__area .title{
    text-align: center;
    margin-bottom: 2em;
}
.plan__area .title p{
    font-family: 'Lora', serif ;
    font-size: 2.4rem;
    line-height: 1;
}
.plan__area .title h2{
    font-size: 1.2rem;
}
.plan__area .plan__basic{
    margin: 0 auto 1em;
    width: 95%;
}
.plan__box-content{
    padding: 0.5em;
    background-color: #fff;
}
.plan__basic .plan__box-content:nth-child(1){
    margin-bottom: 1em;
}
.plan__area .content-exp__title{
    text-align: center;
    margin: 1em 0;
}
.plan__area h3{
    font-size: 1.6rem;
    font-weight: 600;
}
.plan__area .price{
    line-height: 1.5;
}
.plan__area .price span.hl{
    font-family: 'Lato', sans-serif;
    font-size: 2.3rem;
    font-weight: 600;
}

.plan__area .content-exp{
    margin: 1em 0 0;
    padding: 0.5em;
    background-color: #e9eef1;
    border-radius: 2px;
    position: relative;
}
.plan__area .content-exp__option{
    margin-top: 2em;
}
.plan__area .content-exp__option::before,
.plan__area .content-exp__option::after{
    content: '';
	position: absolute;
    top: -1em;
    left: 50%;
    background-color: #e9eef1;
    border-radius: 50px;
}

.plan__area .content-exp__option::before{
    width: 15px;
    height: 2px;
    transform: translateX(-50%);
}
.plan__area .content-exp__option::after{
    width: 2px;
    height: 15px;
    transform: translate(-50%,-40%);
}

.plan__area .content-exp h4{
    font-size: 1.2rem;
    text-align: center;
}
.plan__area .content-exp ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
    row-gap: 7px;
    margin-top: 0.4em;
}
.plan__area .content-exp ul li{
    display: flex;
    align-items: center;
    gap: 5px;
    width: calc((100% / 2) - 3px);
    padding: 0em 0.5em 0em 0.5em;
    background-color: #fff;
    border-radius: 2px;
    font-family: 'Lato', sans-serif;
}
.plan__area .content-exp ul li > div:nth-child(1){
    width: 40%;
}
.plan__area .content-exp ul li > div:nth-child(2){
    width: 60%;
}
.plan__area .content-exp ul li > div:nth-child(2) h5{
    font-size: 1.1rem;
    line-height: 1.5;
}
/*商品*/
.plan__area .content-exp__option ul li:nth-child(2){
    gap: 10px;
}
/*スライド*/
.plan__area .slick-slide{
    margin: 0 5px;
    height: auto;
}
.plan__area .slick-dots{
    bottom: -35px;
}
.plan__area .slick-dots li{
    margin: 0 4px;
}
.plan__area .slick-dots li button:before{
    font-size: 8px;
    width: 8px;
    height: 8px;
    color: #333;
    font-weight: 200 !important;
    opacity: 1;
}
.plan__area .slick-dots li.slick-active button:before{
    color: #e4c0c0;
    font-weight: 600 !important;
}

/*撮影の流れ*/
.flow__area{
    margin: 4em auto 0;
}
.flow__area .title{
    text-align: center;
}
.flow__area .title p{
    font-family: 'Lora', serif ;
    font-size: 2.4rem;
    line-height: 1;
}
.flow__area .title h2{
    font-size: 1.2rem;
}

/*@media (max-width: 960px) {
    .l-content {
        margin-top: 0;
    }
}*/

/*店舗一覧*/
.exp__area{
    margin: 0em auto 0;
    padding: 3em 0 4em;
    background-color: #f8f7f7;
    position: relative;
    overflow-x: clip;
}
.exp__area .inner{
    max-width: 100%;
}
.exp__area .title{
    text-align: center;
    margin-bottom: 1em;
}
.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;
    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 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: 115px;
    margin-bottom: 2em;
    padding: 8px 4px;
    order: -1;
    text-align: center;
    font-size: 1.2rem;
}
.tab-label:not(:last-child) {
    border-right: none;
}
.tab-label.label03 {
    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 .txt{
    text-align: center;
}
.friendClub__header .txt 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.hl{
    font-size: 1.6rem;
}
.benefits-exp__box h4 span.hl {
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    margin-right: 1px;
}

.benefits__plus{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4em;
    text-align: center;
    position: relative;
}
.benefits__plus::before{
    content: '';
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #acc1cb;
}
.benefits__plus p{
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    padding: 5px 12px;
    background-color: #acc1cb;
}
.benefits__plus h4{
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 2px solid #acc1cb;
}
.benefits__plus .note{
    margin-top: 10px;
}

.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: #fcfafa;
}
.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){
    /*.concept__area .exp-txt__box{
        margin: -9em auto 0;
    }*/
}

@media only screen and (min-width:414px){
    /*.concept__area .exp-txt__box{
        margin: -11em auto 0;
    }*/
    .timeSeries__box-content:nth-child(2) .content-txt{
        margin-top: 20%;
    }
    .timeSeries__box-content:nth-child(6) .content-txt{
        margin-top: 25%;
    }
    .timeSeries__box-content:nth-child(4) .content-txt{
        margin-top: -3%;
    }
    .timeSeries__box-content:nth-child(5) .content-txt{
        margin-top: 12%;
    }
    .timeSeries__box-content:nth-child(6) .content-txt{
        margin-top: 29%;
    }

    .fukidashi{
        margin: -1em 0 0 5%;
    }

    .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){
    .concept__area .exp-img__box div:nth-child(4){
        width: 170px;
    }
    .timeSeries__box-content:nth-child(2) .content-txt{
        margin-top: 24%;
    }
    .mv__area .title{
        width: 270px;
    }
    .costume__area h2{
        margin: -3em 0 1.5em;
    }

    .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:500px){
    .concept__area {
        height: 56em;
    }
    /*.concept__area .exp-img__box div:nth-child(3){
        margin: -18em 0 0 14em;
    }
    .concept__area .exp-txt__box {
        margin: -8em auto 0;
    }*/
    .timeSeries__area .inner{
        max-width: calc(100% - 40px);
    }
    .timeSeries__box-content .content-txt p{
        font-size: 1.2rem;
    }
    .timeSeries__box-content:nth-child(1) .content-txt::after{
        width: 70%;
        height: 60%;
        bottom: -7em;
    }
    .timeSeries__box-content:nth-child(2) .content-img::after{
        width: 23%;
        height: 27%;
        bottom: -4em;
        right: 26%;
    }
    .timeSeries__box-content:nth-child(3) .content-img::after{
        bottom: -4em;
        left: 27%;
    }
    .timeSeries__box-content:nth-child(4) .content-txt::after {
        width: 50%;
        height: 61%;
        bottom: -6.8em;
    }

    .timeSeries__box-content:nth-child(5)::before{
        top: 79%;
    }
    .timeSeries__box-content:nth-child(5) .content-txt{
        margin-top: 14%;
    }

    .fukidashi {
        margin: -1em 0 0 13%;
    }

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

    .timeSeries__box-content:nth-child(2) .content-txt{
        margin-top: 26%;
    }
    .timeSeries__box-content:nth-child(3){
        margin-top: 8em;
    }
    .timeSeries__box-content:nth-child(3)::before{
        top: 86%;
    }
    .timeSeries__box-content:nth-child(3) .content-txt{
        margin-top: 20%;
    }

    .timeSeries__box-content:nth-child(4){
        margin-top: 10em;
    }
    .timeSeries__box-content:nth-child(4)::before{
        top: -1%;
    }

    .timeSeries__box-content:nth-child(5)::before{
        top: 83%;
    }
    .timeSeries__box-content:nth-child(5) .content-txt{
        margin-top: 19%;
    }

    .timeSeries__box-content:nth-child(6){
        margin-top: 5em;
    }
    .timeSeries__box-content:nth-child(6) .content-txt{
        margin-top: 30%;
    }

    .fukidashi {
        margin: 0em 0 0 19%;
    }

    .plan__area .content-exp{
        padding: 1em;
    }
    .plan__area .content-exp ul{
        row-gap: 12px;
    }
    .plan__area .content-exp ul li{
        width: calc((100% / 2) - 5px);
    }

    .plan__area .content-exp__option ul li > div:nth-child(1){
        width: 35%;
    }

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

    /*.concept__area .exp-img__box div:nth-child(3) {
        height: 22%;
        margin: -18em 0 0 17em;
    }*/

    .timeSeries__box-content:nth-child(2) .content-img::after{
        width: 15%;
        height: 22%;
        right: 30%;
    }
    .timeSeries__box-content:nth-child(2) .content-txt{
        margin-top: 27%;
    }

    .timeSeries__box-content:nth-child(3)::before{
        top: 87%;
    }
    .timeSeries__box-content:nth-child(3) .content-txt{
        margin-top: 22%;
    }
    
    .timeSeries__box-content:nth-child(4) .content-txt{
        margin-top: -2%;
    }

    .timeSeries__box-content:nth-child(5)::before{
        top: 84%;
    }
    .timeSeries__box-content:nth-child(5) .content-txt{
        margin-top: 23%;
    }

    .timeSeries__box-content:nth-child(6) .content-txt{
        margin-top: 31%;
    }

    .plan__area .slick-slide{
        margin: 0 10px;
    }
    .plan__box-content {
        padding: 1em;
    }

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

    .tab-label{
        width: 140px;
        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;
    }

    .timeSeries__box-content:nth-child(2) .content-txt{
        margin-top: 31%;
    }
    .timeSeries__box-content:nth-child(3)::before{
        top: 88%;
    }
    .timeSeries__box-content:nth-child(3) .content-txt{
        margin-top: 24%;
    }
    .timeSeries__box-content:nth-child(5) .content-txt{
        margin-top: 24%;
    }
    .timeSeries__box-content:nth-child(6)::before{
        top: 85%;
    }
    .timeSeries__box-content:nth-child(6) .content-txt{
        margin-top: 32%;
    }

    .plan__area .content-exp ul li > div:nth-child(1){
        width: 30%;
    }
    .plan__area .content-exp__option ul li > div:nth-child(1) {
        width: 28%;
    }
}

@media only screen and (min-width:700px){
    .timeSeries__box-content:nth-child(2)::before{
        top: 84%;
    }
    .timeSeries__box-content:nth-child(2) .content-txt{
        margin-top: 32%;
    }

    .timeSeries__box-content:nth-child(3)::before{
        top: 89%;
    }
    .timeSeries__box-content:nth-child(3) .content-txt{
        margin-top: 25%;
    }
    
    .timeSeries__box-content:nth-child(5) .content-txt{
        margin-top: 25%;
    }

    .fukidashi {
        margin: 0em 0 0 25%;
    }

    .plan__area .slick-slide{
        margin: 0 15px;
    }
}

@media only screen and (min-width:722px){
    .timeSeries__box-content:nth-child(3)::before{
        top: 90%;
    }
    .timeSeries__box-content:nth-child(3) .content-txt{
        margin-top: 29%;
    }
}

@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 {
        padding: 2em 0 9em;
    }
    .concept__area p {
        font-size: 1.4rem;
    }
    .concept__area .exp-img__box div:nth-child(1) {
        /*width: 55%;
        height: 30%;*/
        height: 300px;
    }
    .concept__area .exp-img__box div:nth-child(2) {
        /*width: 38%;
        height: 45%;
        margin: -14.5em 0 0 1.5em;*/
        top: 23em;
    }
    .concept__area .exp-img__box div:nth-child(3) {
        /*width: 40%;
        height: 22%;
        margin: -2em 0 0 5em;*/
        width: 30%;
        top: 38em;
        left: 20%;
    }
    .concept__area .exp-img__box div:nth-child(4){
        /*width: 34%;
        height: 29%;
        margin: -12em 2.5em 0 auto;*/
        width: 30%;
        top: 41em;
    }
    .concept__area .exp-txt__box {
        /*margin: -25em 2em 0 auto;*/
        width: 42%;
        top: 24em;
        left: 75%;
    }

    .benefit__area .title h2{
        font-size: 1.4rem;
    }
    .benefit__area .title p{
        font-size: 2.8rem;
    }
    .benefit__area p.exp {
        font-size: 1.4rem;
    }
    .benefit__box h3{
        font-size: 1.8rem;
    }
    .benefit__box p {
        font-size: 1.4rem;
        margin: 0 auto;
        width: 400px;
    }

    .timeSeries__area{
        padding: 4em 0 15em;
    }
    .timeSeries__area .title h2{
        font-size: 1.4rem;
    }
    .timeSeries__area .title p{
        font-size: 2.8rem;
    }

    .timeSeries__box-content .content-txt h3{
        font-size: 1.8rem;
    }
    .timeSeries__box-content .content-txt p{
        font-size: 1.4rem;
    }
    
    .timeSeries__box-content:nth-child(2){
        margin-top: 0;
    }
    .timeSeries__box-content:nth-child(2)::before{
        top: 85%;
    }
    .timeSeries__box-content:nth-child(2) .content-img{
        margin-top: 0;
    }
    .timeSeries__box-content:nth-child(2) .content-txt{
        margin-top: 28%;
    }
    .timeSeries__box-content:nth-child(3){
        margin-top: 5em;
    }
    .timeSeries__box-content:nth-child(3)::before{
        top: 89%;
    }
    .timeSeries__box-content:nth-child(3) .content-txt{
        margin-top: 24%;
    }
    .timeSeries__box-content:nth-child(4){
        margin-top: 7em;
    }
    .timeSeries__box-content:nth-child(4)::before{
        top: 13%;
    }
    .timeSeries__box-content:nth-child(4) .content-txt{
        margin-top: 5%;
    }
    .timeSeries__box-content:nth-child(5){
        margin-top: 0;
    }
    .timeSeries__box-content:nth-child(5)::before{
        top: 88%;
    }
    .timeSeries__box-content:nth-child(5) .content-txt{
        margin-top: 26%;
    }
    .timeSeries__box-content:nth-child(6){
        margin-top: 3em;
    }
    .timeSeries__box-content:nth-child(6) .content-txt{
        margin-top: 31%;
    }

    .costume__area .inner {
        max-width: calc(100% - 80px);
    }

    .costume__area p {
        font-size: 1.4rem;

    }
    .fukidashi p{
        font-size: 1.2rem;
    }
    .costume__area h2 {
        margin: -2em 0 1.5em;
    }

    .voice__area .title h2{
        font-size: 1.4rem;
    }
    .voice__area .title p{
        font-size: 2.8rem;
    }
    .voice__area .content-head div:nth-child(2) h3{
        font-size: 1.6rem;
    }
    .voice__box-content p{
        font-size: 1.4rem;
    }

    .gallery__area .title h2{
        font-size: 1.4rem;
    }
    .gallery__area .title p{
        font-size: 2.8rem;
    }
    .gallery__box h3{
        font-size: 1.6rem;
    }

    .plan__area .plan__basic{
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 1em;
        width: 100%;
    }
    .plan__area .plan__basic .plan__box-content{
        width: 48%;
    }
    .plan__area .title p{
        font-size: 2.8rem;
    }
    .plan__area .slick-slide{
        margin: 0 10px;
    }
    .plan__area h3 {
        font-size: 1.8rem;
    }
    .plan__area .price span.hl{
        font-size: 2.6rem;
    }
    .plan__area .content-exp h4{
        font-size: 1.4rem;
    }
    .plan__area .content-exp ul {
        row-gap: 10px;
        margin-top: 0.8em;
    }
    /*.plan__area .content-exp ul li {
        width: calc((100% / 2) - 8px);
    }*/
    .plan__area .content-exp ul li > div:nth-child(2) h5{
        font-size: 1.2rem;
    }

    .flow__area .title h2{
        font-size: 1.4rem;
    }
    .flow__area .title p{
        font-size: 2.8rem;
    }

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

    .campaign__box div{
        width: 45%;
    }

}

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

    .timeSeries__box-content:nth-child(3) .content-txt{
        margin-top: 25%;
    }

    .fukidashi {
        margin: 0em 0 0 28%;
    }
}

@media only screen and (min-width:850px){
    .timeSeries__box-content:nth-child(2) .content-txt{
        margin-top: 29%;
    }
    .timeSeries__box-content:nth-child(3) .content-txt{
        margin-top: 28%;
    }
    .timeSeries__box-content:nth-child(5) .content-txt{
        margin-top: 27%;
    }
    .timeSeries__box-content:nth-child(6) .content-txt {
        margin-top: 32%;
    }
}

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

    .concept__area {
        padding: 2em 0 12em;
    }

    .timeSeries__box-content:nth-child(2)::before{
        top: 84%;
    }
    .timeSeries__box-content:nth-child(3) .content-txt {
        margin-top: 29%;
    }
    .timeSeries__box-content:nth-child(5)::before {
        top: 87%;
    }
    .timeSeries__box-content:nth-child(5) .content-txt {
        margin-top: 28%;
    }
    .timeSeries__box-content:nth-child(6)::before{
        top: 84%;
    }

    .fukidashi {
        margin: 0em 0 0 31%;
    }

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

@media only screen and (min-width:960px){
    .concept__area {
        padding: 5em 0 0em;
        height: 61em;
    }
    .concept__area .exp-img__box div:nth-child(1){
        /*width: 55%;
        height: 37%;*/
        height: 350px;
        right: -17%;
    }
    .concept__area .exp-img__box div:nth-child(2) {
        /*height: 57%;
        margin: -16.5em 0 0 1.5em;*/
        top: 26em;
    }
    .concept__area .exp-img__box div:nth-child(3) {
        /*width: 37%;
        height: 25%;
        margin: -5em 0 0 8em;*/
        top: 40em;
    }
    .concept__area .exp-img__box div:nth-child(4) {
        /*margin: 1% 2.5em 0 auto;*/
        height: 200px;
        top: 40em;
        right: -7em;
    }
    .concept__area .exp-txt__box {
        /*margin: -26em 3em 0 auto;
        width: 42%;*/
        top: 27em;
    }
    
    .timeSeries__area .inner{
        max-width: calc(100% - 300px);
    }
    .timeSeries__box-content:nth-child(1){
        margin-top: 5em;
    }
    .timeSeries__box-content:nth-child(2)::before{
        top: 82%;
    }
    .timeSeries__box-content:nth-child(2) .content-txt{
        margin-top: 23%;
    }
    .timeSeries__box-content:nth-child(3) .content-img::after {
        bottom: -6em;
    }
    .timeSeries__box-content:nth-child(3) .content-txt {
        margin-top: 24%;
    }
    .timeSeries__box-content:nth-child(5) .content-txt {
        margin-top: 25%;
    }
    .timeSeries__box-content:nth-child(6)::before {
        top: 83%;
    }
    .timeSeries__box-content:nth-child(6) .content-img::after{
        width: 9%;
        height: 55%;
        bottom: -8.8em;
        right: 9%;
    }
    .timeSeries__box-content:nth-child(6) .content-txt {
        margin-top: 30%;
    }

    .voice__area .inner{
        max-width: calc(100% - 100px);
    }

    .fukidashi {
        margin: 0em 0 0 32%;
    }

    .plan__area .content-exp ul {
        row-gap: 12px;
    }
    .plan__area .content-exp ul li {
        width: calc((100% / 2) - 6px);
    }
    .plan__area h3 {
        font-size: 2rem;
    }
    .plan__area .price span.hl {
        font-size: 2.8rem;
    }
    .plan__area .content-exp ul li > div:nth-child(2) h5{
        font-size: 1.4rem;
    }
}

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


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

    .exp__area:nth-of-type(1) {
        padding: 3em 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;
    }

}