@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');


#salon{
	display:none !important;
}

#contents{
	display:none !important;
}



#cherieskin {
	text-align:center;
}


#cherieskin .comm_box{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:90px 0;
}


#cherieskin h3{
	font-size:70px;
	text-align:center;
	font-weight:300;
	letter-spacing:5px;
	margin-bottom:90px;
}


#cherieskin h3 span{
	font-size:12px;
	display:block;
	font-size:16px;
}





@media only screen and (max-width: 1000px) { 
#cherieskin .comm_box{
	width:90%;
}
}

@media only screen and (max-width: 560px) { 
#cherieskin .comm_box{
	padding:40px 0;
}

#cherieskin h3{
	font-size:36px;
	letter-spacing:2px;
	line-height:1.5;
}
}



#cherieskin #mediaarea{
	width:100%;
}

#cherieskin #mediaarea iframe{
	width:100%;
}


#cherieskin #about{
	position:relative;
}

#cherieskin #about p img{
	object-fit:cover;
	height:1160px;
}

#cherieskin #about #inner{
	width:90%;
	max-width:1000px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#cherieskin #about #inner dt{
	font-size:40px;
}

#cherieskin #about #inner dd{
	font-size:60px;
	margin-top:10px;
}

#cherieskin #about #inner ul{
	margin-top:50px;
}


#cherieskin #about #inner ul p img{
	object-fit:none;
	height:auto;
}

#cherieskin #about #inner ul li{
	text-align:left;
	background:#C01921;
	color:#fff;
	padding:15px 0;
	margin-bottom:25px;
	font-size:23px;
	padding-left:15%;
}

#cherieskin #about #inner ul li:before{
	content:url(../../img/special/cherieskin/check.png);
	vertical-align:middle;
	margin-right:10px;
}

	
#cherieskin #about #inner ul li span{
	color:#ffff00;
	font-size:27px;
	vertical-align:middle;
}

#cherieskin #about #inner ul p{
	margin-top:40px;
}



#cherieskin #image{
	position:relative;
}

#cherieskin #image img{
	object-fit:cover;
	height:750px;
}

#cherieskin #image dl{
	width:90%;
	max-width:600px;
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left:48%;
}

#cherieskin #image dt{
	font-size:40px;
	margin-bottom:15px;
	line-height:1.8;
}

#cherieskin #image dd{
	font-size:60px;
	line-height:1.6;
}






/*
違い
-------------------------------------------------------------------------------------------*/
#cherieskin #hikaku #ttl{
	background:#666;
	color:#fff;
	font-size:40px;
	width:90%;
	max-width:600px;
	border-radius:40px;
	margin:0 auto 30px;
	padding:5px 0;
}

#cherieskin #hikaku dl{
	font-size:18px;
	color:#C01921;
}

#cherieskin #hikaku dt{
	font-size:45px;
	font-weight:bold;
}

#cherieskin #hikaku dd{
	text-align:left;
	margin:20px auto 60px;
	line-height:1.6;
}

#cherieskin #hikaku #block{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#cherieskin #hikaku #block #gas{
	width:62%;
	background:#FFCCCD;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	padding-bottom:50px;
}

#cherieskin #hikaku #block #carbon{
	width:35%;
	background:#eaeaea;
	padding-bottom:50px;
}

#cherieskin #hikaku #block p{
	font-size:30px;
	color:#fff;
	width:100%;
	padding:5px 0;
	margin-bottom:45px;
}

#cherieskin #hikaku #block #gas p{
	background:#C01921;
}

#cherieskin #hikaku #block #carbon p{
	background:#666;
}

#cherieskin #hikaku #block #gas div{
	max-width:260px;
	width:40%;
}

#cherieskin #hikaku #block ul{
	max-width:220px;
	width:60%;
}

#cherieskin #hikaku #block ul li{
	background:#fff;
	font-size:38px;
	padding:10px 0;
}

#cherieskin #hikaku #block li{
	border:1px solid #C01921;
	color:#C01921;
	padding:10px 0;
}

#cherieskin #hikaku #block li:first-child{
	margin-bottom:50px;
	position:relative;
}

#cherieskin #hikaku #block li:first-child:after{
	content:"";
    box-sizing: border-box;
    border: 25px solid transparent;
    border-left: 20px solid #C01921;
	position:absolute;
	bottom:-63px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}

#cherieskin #hikaku #block #carbon ul{
	margin:auto;
}

#cherieskin #hikaku #block #carbon li{
	border:1px solid #666;
	color:#666;
}

#cherieskin #hikaku #block #carbon li:first-child:after{
    border-left: 20px solid #666;
}





#mechanism h4{
	background:#C01921;
	color:#fff;
	padding:60px 0;
	font-size:50px;
	width:100%;
	font-weight:normal;
	margin-bottom:50px;
}

#mechanism h4 span{
	font-size:30px;
	display:block;
}

#mechanism #inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
}

#mechanism #inner dl{
	width:58%;
	text-align:left;
}

#mechanism #inner dt:first-child{
	font-size:40px;
	font-weight:normal;
}

#mechanism #inner dt{
	font-size:60px;
	margin-bottom:15px;
}

#mechanism #inner dd{
	font-size:50px;
	margin:10px 0;
}

#mechanism #inner dd span{
	background:linear-gradient(transparent 60%, #E09093 60%);
}



#mechanism #inner p{
	width:40%;
}







/*
STEP
-------------------------------------------------------------------------------------------*/
#step .box{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:60px;
}

#step .box:nth-of-type(2){
	flex-direction:row-reverse;
}
#step .box h4{
	width:100%;
	background:#C01921;
	color:#fff;
	font-size:42px;
	font-style:italic;
	text-indent:20px;
	text-align:left;
	font-weight:normal;
	letter-spacing:2px;
	margin-bottom:40px;
}

#step .box dl{
	width:38%;
	text-align:left;
}

#step .box dt{
	font-size:40px;
	color:#C01921;
	margin-bottom:15px;
}

#step .box dd{
	font-size:20px;
	line-height:1.6;
}


#step .box p{
	width:52%;
}








/*
プレミアム
-------------------------------------------------------------------------------------------*/
#premiun{
	background:#C01921;
	color:#fff;
	padding:90px 0;
}


#premiun h5{
	width:90%;
	max-width:1000px;
	margin:0 auto 50px;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	padding:35px 0 30px;
	font-size:50px;
}

#premiun h5 span{
	font-size:30px;
	display:block;
}

#premiun .inner ol{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:0 auto 50px;
	max-width:1000px;
}

#premiun .inner ol p{
	font-size:60px;
	width:100%;
	margin-bottom:20px;
	font-weight:100;
}

#premiun .inner ol li{
	width:40%;
	padding:14px 0;
	background:#ED7278;
}

#premiun .inner ol li:nth-of-type(1){
	background:#F9D0D2;
	width:60%;
	color:#000;
	font-size:25px;
	padding:8px 0;
}

#premiun .inner .intro{
	text-align:left;
	font-size:40px;
}

#premiun .inner .intro span{
	color:#FFFFAF;
	font-weight:bold;
	font-size:50px;
}

#premiun .inner .intro sup{
	font-size:16px;
	vertical-align:top;
}

#premiun .inner .intro p{
	font-size:16px;
	margin:20px 0 90px;
	line-height:1.8;
}



#premiun .inner:nth-of-type(2n){
	background:#fff;
	color:#000;
	padding-top:90px;
}

#premiun .inner:nth-of-type(2n) p{
	color:#C01921;
}

#premiun .inner:nth-of-type(2n) #ex{
	position:relative;
	padding:0;
	width:90%;
	max-width:900px;
	margin:auto;
}

#premiun .inner:nth-of-type(2n) #ex dl{
	position:absolute;
	width:50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#premiun .inner:nth-of-type(2n) #ex p{
	text-align:right;
}

#premiun .inner:nth-of-type(2n) #ex dl{
	text-align:left;
}

#premiun .inner:nth-of-type(2n) #ex dt{
	font-size:40px;
	line-height:1.5;
}

#premiun .inner:nth-of-type(2n) #ex dt span{
	font-size:50px;
	color:#BF1920;
	font-weight:bold;
	display:block;
}

#premiun .inner:nth-of-type(2n) #ex dd{
	margin-top:30px;
	line-height:1.8;
	font-size:17px;
}



#premiun .inner .box{
	max-width:780px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	/* align-items:center; */
}

#premiun .inner .box:nth-of-type(odd){
	flex-direction:row-reverse;
}

#premiun .inner .box .text{
	width:55%;
	text-align:left;
}

#premiun .inner .box .text ul{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:50px;
}

#premiun .inner .box .text li{
	font-size:80px;
	padding: 100px 0 30px 19px;
	font-weight:bold;
}

#premiun .inner .box .text li:first-child{
	border-right: 1px solid #fff;
	transform: skewX(135deg);
	padding:0 35px 70px 0;
}
#premiun .inner .box .text span{
	font-size:80px;
	display:block;
	transform: skewX(-135deg);
}

#premiun .inner .box .text span:before{
	content:"美容成分";
	font-size:35px;
	display:block;
}

#premiun .inner .box .text .ttl{
	font-size:30px;
	font-weight:bold;
}

#premiun .inner .box .text dt{
	font-size:40px;
	font-weight:bold;
	color:#FFFFAC;
	margin:20px 0;
}

#premiun .inner .box .text dd{
	line-height:1.8;
}








#premiun .inner .box .image{
	width:35%;
}

#premiun .inner .box .image p{
	text-align:left;
	font-size:15px;
	margin:20px auto;
	line-height:1.6;
}














/*
MOVIE
------------------------------------------------------------------------------------*/

#cherieskin #movie h3 span{
	font-size:12px;
	display:block;
}

#movie{
	background:#e3e3e3;
	padding:100px 0;
}

#movie iframe{
	width:90%;
	max-width:1000px;
	margin:0 auto 10px;
}

#movie #big{
	margin-top:50px;
}

#movie #big iframe{
	height:530px;
}

#movie li iframe{
	width:100%;
	height:265px;
}

#movie ul{
	max-width:1000px;
	width:90%;
	margin:50px auto 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

#movie ul li{
	width:49%;
}



@media only screen and (max-width: 950px) { 
#movie #big iframe{
	height:400px;
}
#movie li iframe{
	height:180px;
}
}



@media only screen and (max-width: 760px) { 
#movie #big iframe{
	height:250px;
}
#movie ul li{
	width:100%;
	margin-bottom:30px;
}
#movie li iframe{
	height:250px;
}
}








#cherieskin .tempo_box{
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding:90px 0;
}

#cherieskin .tempo_box #title{
font-size: 45px;
margin-bottom: 20px;
}

#cherieskin .tempo_box p{
	width:100%;
	text-align:left;
	font-size:16px;
	line-height:2.0;
}

#cherieskin .tempo_box p span{
	display:block;
	font-weight:bold;
}



#cherieskin .tempo_box dl dd,#cherieskin .tempo_box dl dt{
	display:inline-block;
	vertical-align:top;
	margin-left:40px;
}



#cherieskin .tempo_box dl dt,#cherieskin .tempo_box dl dd{
	width:30%;
	text-align:left;
	font-size:16px;
	line-height:2.0;
}

#cherieskin .tempo_box dl span{
	font-size:25px;
	font-weight:bold;
	margin-bottom:20px;
	display:block;
}

@media only screen and (max-width: 580px) { 
#cherieskin .tempo_box{
	width:90%;
	margin:0 auto;
}


}

/*
spec
------------------------------------------------------------------------------------*/

#cherieskin #spec .ttl2{
	margin-top:-30px;
	margin-bottom:100px;
	font-size:20px;
}

#cherieskin #spec dl{
	max-width:900px;
	margin:0 auto 100px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}

#cherieskin #spec dt{
	width:35%;
}

#cherieskin #spec dd{
	width:65%;
}

#cherieskin #spec table{
	text-align:left;
	line-height:1.6
}

#cherieskin #spec table tr td:first-child{
	width:23%;
}

#cherieskin #spec table tr{
	border-bottom:2px dotted #000;

}

#cherieskin #spec table tr td{
	padding:20px 0;
}



#cherieskin #spec table tr td.haigou{
	font-size:12px;
}


#cherieskin #spec table span{
background: #DDDDDD;
padding: 3px 5px;
margin-bottom: 10px;
}


#cherieskin #spec #spec_text{
text-align: left;
font-size: 15px;
width: 760px;
margin: 0 auto;
background: #E9E9E9;
padding: 60px 70px;
}

#cherieskin #spec #spec_text span{
font-size: 20px;
font-weight: bold;
display: block;
margin-bottom: 20px;
}


@media only screen and (max-width: 580px) { 
#cherieskin #spec .ttl2{
	margin-top:0px;
	margin-bottom:20px;
	font-size:14px !important;
}

#cherieskin #spec dl{
	display:block;
}

#cherieskin #spec dt{
	width:60%;
	max-width:115px;
	margin:auto;
}

#cherieskin #spec dd{
	width:100%;
}


#cherieskin #spec #spec_text{
font-size: 15px;
width: 80%;
margin: 0 auto;
padding: 12% 10%;
line-height: 1.7;
}

#cherieskin #spec #spec_text span{
text-align: center;
}

}





/*
Q&A
------------------------------------------------------------------------------------*/
#faq{
	margin:120px auto 0;
	padding:100px 0 60px;	
	background:#E8E8E8;

}

#faq #inner{
	width:92%;
	max-width:1000px;
	margin:80px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#faq #inner dl{
	width:48%;
	max-width:460px;
	text-align:left;
}

#faq #inner dt{
	font-size:20px;
	font-weight:bold;
	text-indent:-48px;
	padding-left:48px;
	margin-bottom:15px;
}

#faq #inner dt:before{
	content:"Q ";
	font-size:60px;
	vertical-align:middle;
	line-height:0.6;
}

#faq #inner dd{
	margin:0 0 30px 50px;
	line-height:1.6;
}



@media only screen and (max-width: 640px) { 
	#faq #inner dl{
		width:100%;
	}
	#faq #inner dt:before{
		font-size:36px;
	}
	#faq #inner dt{
		font-size:18px;
		text-indent:-30px;
		padding-left:30px;
	}
	#faq #inner dd{
		margin:0 0 30px 30px;
	}
}





#cherieskin  #special_bnr{
	background:#E6E6E6;
}




/*インスタ追加*/
#insta{
	/*background:#CCC;*/
	/*width:90%;
	max-width:1000px;*/
	/*margin:80px auto;*/
}

#insta p{
	margin-top:30px;
	font-size:16px;
	line-height:1.8;
}

#insta #inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:80px;
}

#insta #inner .box{
	width:31%;
	margin:0 auto 30px;
	border: 1px solid #EEE;
}

#insta #inner .box p{
	background:#FFF;
	padding:5px 0;
	margin-bottom:10px;
}

#insta #inner .box iframe{
	border:none !important;  
	min-width:auto !important;
	/* max-width:310px; */
}


/*インスタテキスト追加*/

#insta #inner .box .insta_text{
	padding:0px 20px;
	margin-bottom:10px;
	text-align:left;
	background-color:/* #CCC */#EEE !important;
}

@media only screen and (max-width: 768px){
#insta #inner .box{
	width:48%;
}
}

@media only screen and (max-width: 540px){
#insta p br{
	display:none;
}

#insta #inner .box{
	width:90%;
}

#insta #inner .box iframe{
	border:none !important;  
	min-width:auto !important;
	max-width:auto;
}


#insta #inner .box .insta_text{
	/*padding:0px 20px;*/
	margin-bottom:10px;
	text-align:left;
	background-color: #FFF !important;
}

}


/*使い方*/


#use{
	background-color:#CCCCCC;
}

#use img{
	max-height:200px;
}

#use #spec dl{
	margin-bottom:30px !important;
	border-bottom:1px solid #000;
	padding-bottom:30px;
	text-align:left;
	
}
	
#use #spec dt{
	width:15% !important;
	text-align:center;
}

#use #spec dd{
	width:80% !important;
}
#use span{
	font-size:24px;
	font-weight:bold;
	margin-right:15px;
	margin-bottom:20px;
	display:block;
}
@media only screen and (max-width: 768px){


#use #spec dd{
	width:100% !important;
}

}


