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

#main{
	max-width:1000px;
	width:90%;
	text-align:center;
	margin:80px auto;
}


#main h3{
	font-size:70px;
	text-align:center;
	font-weight:300;
	letter-spacing:5px;
}

#main h3 span{
	font-size:16px;
	display:block;
	margin-top:15px;
	letter-spacing:2px;
}



#main h4{
	font-size:50px;
	text-align:center;
	font-weight:300;
	letter-spacing:5px;
	margin-top:50px;
}
#main ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-top:80px;
}

#main ul li{
	width:47%;
	font-size:14px;
	margin-bottom:40px;
}


#main ul li img{
/*	width:100%;
object-fit: cover;
height:235px;
*/
}

#main ul li p{
	margin-top:5px;
}

#main ul li p span{
	display:block;
	font-weight:bold;
	font-size:12px;
	margin-:5px 0;
}



@media only screen and (max-width: 789px) { 
#main h3{
	font-size:36px;
	letter-spacing:2px;
}
#main ul li{
	width:100%;
	max-width:550px;
}


#main ul li img{
	/*
height:144px;*/
}



}






/*
サロン一覧見出し
-------------------------------------------------------------------------------------------*/
#salon{
	display:none !important;
}

#salon_index{
	color:#fff;
	position:relative;
	width: 100%;
}

#salon_index img{
	display:none !important;
}

#salon_index dl{
	background:#000;
	width:100%;
	margin:auto;
	padding:80px 0;
}


#salon_index dt{
	font-size:40px;
	width:90%;
	margin:auto;
}

#salon_index dt span{
	display:block;
	font-size:24px;
	margin-bottom:10px;
}

#salon_index dd{
	width:90%;
	margin:30px auto 0;
	line-height:1.6;
}

#salon_index .btn{
	width:90%;
	max-width:350px;
	margin:50px auto 0;
	background:#fff;
	font-weight:bold;
}

#salon_index .btn a{
	display:block;
	padding:25px 0;
	position:relative;
}

#salon_index .btn a:after{
	content: "";
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top:32px;
	margin-left:10px;
}




@media only screen and (max-width: 640px) { 
#salon_index{
	margin-bottom:0;
}
#salon_index dl{
	padding:50px 0;
}
#salon_index dt{
	font-size:26px;
}
#salon_index dt span{
	font-size:18px;
}
}













/*
スペシャルコンテンツバナー
-------------------------------------------------------------------------------------------*/
#sp_bnr iframe{
	width:100%;
	/* margin-top:50px; */
}

#special_bnr{
	padding:80px 0;
	background:#F0F0F0;
	text-align:center;
}

#special_bnr h3{
	font-size:70px;
	text-align:center;
	font-weight:300;
	letter-spacing:5px;
}

#special_bnr ul{
	max-width:1000px;
	width:90%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between/*space-evenly*/;
	margin:50px auto 0;
}

#special_bnr ul li{
	width:24%;
	border:1px solid #666;
	margin-bottom:30px;
	position:relative;
	font-size:16px;
	box-sizing: border-box;
	height:115px;
}


/*端数の時左寄せに*/
#special_bnr ul::before {
	content:"";
	display: block;
	width:24%;
    order: 1;
}

#special_bnr ul::after {
	content:"";
	display: block;
	width:24%;
}

#special_bnr ul p{
	width:90%;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#special_bnr ul li a{
	display:block;
	padding:40px 0;
}


@media only screen and (max-width: 955px){

#special_bnr ul:after{
	content:"";
	width:32%;
}
#special_bnr ul li{
	width:32%
}
}


@media only screen and (max-width: 580px){
#special_bnr h3{
	font-size:36px;
}

#special_bnr ul:after{
	content:"";
	width:50%;
}

#special_bnr ul li{
	width:48%;
	margin:0 auto 15px;
	height:90px;
	font-size:14px;
}
#special_bnr ul li a{
	padding:30px 0;
}
}





/*
スペシャルコンテンツバナー ※画像付きバージョン
-------------------------------------------------------------------------------------------*/
#sp_bnr2 iframe{
	width:100%;
	/* margin-top:50px; */
}

#special_bnr2{
	padding:80px 0;
	background:#F0F0F0;
	text-align:center;
}

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

#special_bnr2 h3 span {
    font-size: 16px;
    display: block;
    margin-top: 15px;
    letter-spacing: 2px;
}
#special_bnr2 h4{
	font-size:40px;
	text-align:center;
	font-weight:300;
	letter-spacing:5px;
}




#special_bnr2 ol,
#special_bnr2 ul{
	max-width:1000px;
	width:90%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:20px auto 80px;
}

#special_bnr2 ol li{
	width:49%;
	margin-bottom:25px;
	font-size:16px;
}

#special_bnr2 ul li{
	width:32%;
	margin-bottom:25px;
	font-size:14px;
}

/* #special_bnr2 ul li:not(:last-child){
	margin-right:1%;
}
 */

/*端数の時左寄せに*/
#special_bnr2 ul::before {
	content:"";
	display: block;
	width:32%;
    order: 1;
}

#special_bnr2 ul::after {
	content:"";
	display: block;
	width:32%;
}

#special_bnr2 ul p{
	width:100%;
	margin-top:6px;
}

#special_bnr ul li a{
	display:block;
	padding:40px 0;
}


@media only screen and (max-width: 580px){
#special_bnr2 h3{
	font-size:36px;
	letter-spacing:2px;
}

#special_bnr2 h4{
	font-size:32px;
}

#special_bnr2 ol li{
	width:100%;
}

#special_bnr2 ul li{
	width:49%;
	margin-bottom:25px;
	font-size:11px;
}

/* #special_bnr2 ul li{
	width:48%;
	margin:0 auto 15px;
	height: 120px;
    font-size: 12px;
}
#special_bnr2 ul li a{
	padding:30px 0;
	font-size:11px;
} */
}







/*
シリーズある商品のバナー
-------------------------------------------------------------------------------------------*/
.series_bg{
	background:#E2E2E2;
	padding:50px 0 30px;
}
.series_bg iframe{
	width: 100%;
}

.series{
	max-width:1200px !important;
	margin:80px auto;
	text-align: center;
}

.series ul{
	display:flex;
	/*flex-wrap:wrap;*/
	justify-content:center;
	margin-top:30px;
}

.series ul li{
	width:23%;
	max-width:240px;
	margin:0 auto 50px
}

.series ul li dl{
	margin-bottom: 20px;
}

.series ul li dt span{
	margin-bottom: 25px;
	display: block;
}

.series ul li dt span img{
	max-height: 250px;
}


.series ul li dt{
	color: #BF665F;
	font-weight: bold;
}

.series ul li dd{
	font-size: 18px;
}

.series ul li dd span{
	display:block;
	margin:15px 0 20px;
	font-size:16px;
}

.series ul li p{
	background: #333;
	width: 90%;
	max-width: 200px;
	margin: auto;
}

.series ul li p a{
	color: #fff;
	display: block;
	padding: 18px 0;
	position: relative;
}

.series ul li p a:after{
	content:"";
	width: 10px;
	height:10px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 45%;
	-ms-transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

@media only screen and (max-width: 768px) { 
	.series ul{
		flex-wrap:wrap;
	}
	.series ul li{
		width:48%;
	}
}

@media only screen and (max-width: 485px) { 
	.series ul li dd{
		font-size: 15px;
	}
}




/*
アイラッシュ比較バナー
-------------------------------------------------------------------------------------------*/
.serum_bnr{
	background:#67A2B9;
	width:100%;
	position: relative;
}

/*.serum_bnr img{
	width:95%;
	max-width:900px;
}*/

.serum_bnr .inner{
	max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.serum_bnr .inner dl{
	width: 50%;
	color: #fff;
	margin-top: 10px;
}

.serum_bnr .inner dt{
	font-size: 20px;
}

.serum_bnr .inner dt span{
	font-size: 12px;
}

.serum_bnr .inner dd{
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: 300;
}

.serum_bnr .inner dd span{
	font-size: 70px;
}

.serum_bnr .inner dd p{
	font-size: 26px;
	margin-bottom: 25px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.serum_bnr p.point{
	background: #fff;
	padding: 5px 0;
	font-size: 12px;
	margin-bottom: 15px;
}




@media only screen and (max-width: 798px) { 
	
	.serum_bnr .inner{
	display: block;
	padding-bottom: 20px;

}
.serum_bnr .inner dl{
	width: 100%;
	padding-top: 15px;
}
	.serum_bnr .inner dd span{
	font-size: 40px;
	}

	.serum_bnr .inner dd p{
	font-size: 16px;
	margin-bottom: 5px;
	}

	.serum_bnr p.point{
	background: #fff;
	padding: 5px 5%;
	font-size: 12px;
		text-align: left;
		width: 90%;
		
	}
	.serum_bnr .inner dt{
	font-size: 18px;
		}

	.serum_bnr .inner dt span{
	font-size: 12px;
	}	
	
	.serum_bnr img {
		width: 80%;
	}
	
}








#salon{
	display:none;
}


#salon_index img{
	display:none;
}




/*
その他のおすすめアイテム
-------------------------------------------------------------------------------------------*/

#other_bg{
	background:#EFEFEF;
	padding:50px 0 30px;
}

#other{
	width:90%;
	max-width:1000px;
	margin:80px auto;
}


#other ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:30px;
}

#other ul li{
	width:48%;
	margin-bottom:30px
}

#other ul li p{
	text-align:left;
}

#other ul li span{
	display:block;
	margin:10px 0;
	font-size:20px;
	text-align:center;
}



@media only screen and (max-width: 580px) { 
	#other ul{
		display:block;
	}
	
	#other ul li{
		width:100%;
		font-size:14px;
	}
	#other ul li span{
		font-size:18px;
	}

}


/*
FC バナー
-------------------------------------------------------------------------------------------*/
.fc-banner{
	width: 100%;
	max-width: 800px;
		padding: 50px 0;
	margin: 0 auto;
		display: flex;
 flex-wrap: wrap;
justify-content: center;

}


.fc-banner ul li{
	width:50%;
display: table-cell;
  vertical-align: middle;
	text-align: center;

	
}

.fc-banner ul li img{
	width:90%;
	
}

@media only screen and (max-width: 580px) { 

	.fc-banner ul li{
	width:100%;
		display: block;
		margin: 25px 0;
}

}






/*
比較フッターバナー
-------------------------------------------------------------------------------------------*/
.epilation_bnr{
  background: #D7A688;
  width: 100%;
  text-align: center;
}















