/* 
 double-eyelid
----------------------------------------------------------- */ 
.sub-3layers-fv__inner{
	background-image: url("../img/double-eyelid/double-eyelid-fv.webp");
}
.l-2col-bg--method{
	background: url("../img/double-eyelid/method-bg.webp") center bottom / cover no-repeat;
}
.method__title::before{
	content: "Quiet Confidence";
}
.recommend__lead{
	margin-bottom: 20px;
}
.recommend__item {
	margin-top: clamp(20px, 2vw, 40px);
}
.recommend__imgs{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.recommend__imgs-item:first-of-type{
	width: 40%;
}
.recommend__imgs-item + .recommend__imgs-item{
	flex: 1;
}
.recommend__imgs-img{
	height: 100%;
}
.recommend__dark-box{
	margin-top: clamp(30px, 2.3vw, 45px);
}
.recommend__combo-lead{
	font-size: var(--fontsize-15);
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
	.recommend__imgs{
		gap: 12px;
	}
	.recommend__lead{
		margin-bottom: 10px;
	}
	.recommend__combo-lead{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 767px){
	.recommend__imgs-item:first-of-type{
		width: 100%;
	}
	.recommend__imgs-item + .recommend__imgs-item{
		flex: auto;
		width: 100%;
	}
}
@media screen and (max-width: 480px){
}