/* CSS Document */

:root{
    --main-color: #e4b0a6;
	--bg-color: #fef8f1;
    --sub-color: #d37867;
    --Pg-En-sans: "century-gothic", sans-serif;
	--fz30: clamp(1.4rem, -0.429rem + 4.37vw, 3rem);
	--fz35: clamp(2rem, 0.286rem + 4.29vw, 3.5rem);
	--fz40: clamp(2.2rem, 0.143rem + 5.14vw, 4rem);
}


#ems_wrap{
    width: 100%;
    max-width: 800px;
    font-size: clamp(1.58rem, 0.352rem + 2.56vw, 2.4rem);
    margin: 30px auto; 
    text-align: center;
    line-height: 1.8;
}

#ems_wrap img{
    max-width: 100%;
    vertical-align: bottom;
}

#ems_wrap sup{
    font-size: 11px;
    vertical-align: super;
    margin-left: 5px;
}

#ems_wrap .brsp{
	display: none;
}

#ems_wrap .comm_mt{
    margin-top: 4em;
}

#ems_wrap .comm_ttl{
    font-size: clamp(2.3rem, -0.214rem + 6.29vw, 4.5rem);
    margin-bottom: 1em;
    letter-spacing: 0.05rem;
    font-weight: 500;
}

#ems_wrap .comm_ttl span{
    font-size: 58%;
    display: block;
    margin-bottom: 1.2em;
    letter-spacing: 0.22em;
    font-weight: 600;
	font-family: var(--Pg-En-sans);
	color: var(--main-color);
}


#ems_wrap ul.comm_btn li a{
	display: block;
	padding: 0.65em 0;
	color: #fff;
	position: relative;
}

#ems_wrap ul.comm_btn li a::after{
    content: "";
    width: 3%;
	aspect-ratio: 1 / 1;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    right: 6%;
}



#ems_wrap #fv{
	margin-bottom: 3em;
}

#ems_wrap #fv .upper{
	background: var(--main-color);
	padding: 1em 0;
	color: #fff;
}

#ems_wrap #fv h1 {
	font-size: clamp(3rem, -0.429rem + 8.57vw, 6rem);
	margin: 0.5em auto 0.2em;
	font-weight: normal;
	letter-spacing: 0.05em;
}

#ems_wrap #fv h1 span{
	display: block;
	font-size: 50%;
}

#ems_wrap #fv .upper p{
	width: 90%;
	margin: auto;
	font-size: var(--fz30);
}

#ems_wrap #fv .block{
	background: var(--bg-color);
	padding-bottom: 2em;
}

#ems_wrap #fv .block .inner{
	position: relative;
}

#ems_wrap #fv .block .inner p{
	position: absolute;
	width: 52%;
	right: 5%;
	bottom: 2%;
	text-align: left;
	font-size: clamp(1.3rem, 0.043rem + 3.14vw, 2.4rem);
}

#ems_wrap #fv .block ul {
	flex-wrap: wrap;
	width: 90%;
	margin: 1em auto 0;
}

#ems_wrap #fv .block ul li{
	width: 49%;
	justify-content: space-between;
	background: var(--main-color);
	margin-bottom: 0.8em;
	border-radius: 100vmax;
	font-size: clamp(1.6rem, 1.143rem + 1.14vw, 2rem);
}


#ems_wrap #kensho .ttl{
	font-size: var(--fz30);
	margin-bottom: 2em;
}

#ems_wrap #kensho .bg.staff p.kensho_b{
	text-align: left;
}



#ems_wrap #about{
	background: var(--bg-color);
	padding: 3em 0;
	overflow: hidden;
}

#ems_wrap #about dl{
	max-width: 700px;
	margin: auto;
}
#ems_wrap #about dt{
	font-size: var(--fz35);
    margin: 0.5em auto 0.3em;	
}

#ems_wrap #about dd{
	text-align: left;
}

#ems_wrap #merit{
	background: var(--main-color);
	margin-top: 1.5em;
	padding: 3em 0;
}

#ems_wrap #merit .comm_ttl,
#ems_wrap #merit .comm_ttl span{
	color: #fff;
}

#ems_wrap #merit .inner{
	position: relative;
	text-align: left;
	margin-top: -1em;
}
#ems_wrap #merit .inner img{
	margin-left: -5.5%;
	position: relative;
	z-index: 1;
	width: 48%;
	max-width: 382px;
}

#ems_wrap #merit .inner ol{
	position: absolute;
	width: 80%;
	right: -3%;
    top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
}

#ems_wrap #merit .inner ol li{
	background: #fff;
	color: var(--main-color);
	border-radius: 100vmax;
	margin-bottom: 0.6em;
    padding: 0.4em 0;
	font-weight: 500;
    text-indent: 5.5em;
	font-size: var(--fz30);
}

#ems_wrap #about .for-wrap{
	position: relative;
	width: 85%;
	margin: -3em auto 0;
}

#ems_wrap #about .for-wrap::before{
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	background: repeating-linear-gradient(
		-45deg,
		#fff 0,
		#fff 2px,
		transparent 2px,
		transparent 6px
	);
}

#ems_wrap #about .for{
	position: relative;
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 1.5em;
	box-sizing: border-box;
}

#ems_wrap #about .for h3{
	font-size: var(--fz35);
	color: var(--main-color);
	font-weight: 500;
	margin-bottom: 0.4em;
}

#ems_wrap #about .for .inner{
	text-align: left;
	display: inline-block;
}

#ems_wrap #about .for p{
	margin-bottom: 0.45em;
	font-weight: 500;
}
#ems_wrap #about .for p::before{
	content: "□";
	margin-right: 0.3em;
}




#ems_wrap #point p{
	text-align: left;
}

#ems_wrap #point p.text{
	margin-bottom: 2em;
}

#ems_wrap #point .comm_flex{
	margin-top: 2.5em;
}

#ems_wrap #point .comm_flex:nth-of-type(2){
	flex-direction: row-reverse;
}

#ems_wrap #point .comm_flex p{
	width: 48%;
}

#ems_wrap #point .comm_flex img{
	width: 48%;
	max-width: 320px;
}

#ems_wrap #point h3{
	font-size: var(--fz35);
	margin: 2em auto 1em;
}

#ems_wrap #point table{
	background: var(--bg-color);
}

#ems_wrap #point table th{
	background: var(--main-color);
	color: #fff;
	padding:  1em 0.2em;
    font-size: clamp(1.2rem, 0.286rem + 2.29vw, 2rem);
	box-sizing: border-box;
	border-right: 2px solid #fff;
	font-weight: 500;
	width: 28%;
}

#ems_wrap #point table th:nth-of-type(1){
	width: 16%;
}


#ems_wrap #point table td{
    font-size: clamp(1rem, -0.143rem + 2.86vw, 2rem);
	padding:  1em 0.2em;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	/*display: flex;
	align-items: center;*/
	vertical-align: middle;
	font-weight: 500;
}

#ems_wrap #point table td span{
	font-size: 60%;
	display: block;
}





#ems_wrap .comm_w90{
	max-width: 700px;
}

#ems_wrap .type p{
		text-align: left;
}

#ems_wrap .type p{
	margin: 1em auto;
}

#ems_wrap .type .comm_btn{
	flex-wrap: wrap;
}

#ems_wrap .type .comm_btn li{
	width: 49%;
	background: var(--main-color);
	margin-bottom:  0.8em;
	border-radius: 100vmax;
	border: 1px solid #ad7266;
	position: relative;
	padding-left: 11%;
	box-sizing: border-box;
	text-align: left;
}

#ems_wrap .type .comm_btn li:before{
	content: "";
	background:url("thumb-nose.png") no-repeat;
	background-size: contain;
	width: 17%;
	display: block;
	aspect-ratio:1/1;
	position: absolute;
	left: 3%;
    top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
}

#ems_wrap .type .comm_btn li:nth-of-type(2):before{
	background:url("thumb-hair.png") no-repeat;
	background-size: contain;
}
#ems_wrap .type .comm_btn li:nth-of-type(3):before{
	background:url("thumb-scalp.png") no-repeat;
	background-size: contain;
}
#ems_wrap .type .comm_btn li:nth-of-type(4):before{
	background:url("thumb-face.png") no-repeat;
	background-size: contain;
}
#ems_wrap .type .comm_btn li:nth-of-type(5):before{
	background:url("thumb-body.png") no-repeat;
	background-size: contain;
}
#ems_wrap .type .comm_btn li:nth-of-type(6):before{
	background:url("thumb-foot.png") no-repeat;
	background-size: contain;
}

#ems_wrap #pg-product.type .comm_btn li::before{
	background:url("thumb-handy.png") no-repeat;
	background-size: contain;
}
#ems_wrap #pg-product.type .comm_btn li:nth-of-type(2)::before{
	background:url("thumb-brush.png") no-repeat;
	background-size: contain;
}
#ems_wrap #pg-product.type .comm_btn li:nth-of-type(3):before{
	background:url("thumb-scalp.png") no-repeat;
	background-size: contain;
}
#ems_wrap #pg-product.type .comm_btn li:nth-of-type(4)::before{

	background:url("thumb-mask.png") no-repeat;
	background-size: contain;
}
#ems_wrap #pg-product.type .comm_btn li:nth-of-type(4){
	font-size: 85%;
	line-height: 1.2;
}
#ems_wrap #pg-product.type .comm_btn li:nth-of-type(5)::before{

	background:url("thumb-body.png") no-repeat;
	background-size: contain;
}

#ems_wrap .type .comm_btn li:after{
	width: 5%;
}


#ems_wrap .type .inner{
	background: var(--main-color);
	padding: 2em 0;
	margin-top: 2em;
}

#ems_wrap .type .inner .block{
	width: 90%;
	padding: 2.5em 5%;
	box-sizing: border-box;
	background: #fff;
	margin: 0 auto 1.5em;
}

#ems_wrap .type .inner .block h2{
	font-size: clamp(1.6rem, 0.914rem + 1.71vw, 2.2rem);
	color: #fff;
	font-weight: 500;
	margin-bottom: 1.5em;
	letter-spacing: 0.05em;
}

#ems_wrap .type .inner .block h2::before{
	content: "";
	width: 100%;
	border-bottom: 1px solid var(--main-color);
	display: block;
	margin-bottom: -0.8em;
}

#ems_wrap .type .inner .block h2 span{
	background: var(--main-color);
	padding: 0.1em 1em;
}

#ems_wrap .type .inner .block dt{
	font-size: var(--fz40);
	line-height: 1.5;
}

#ems_wrap .type .inner .block dd{
	margin-top: 1.6em;
	align-items: flex-start;
}

#ems_wrap .type .inner .block dd img{
	width: 46%;
	max-width: 270px;
}

#ems_wrap .type .inner .block dd p{
	width: 52%;
	margin: 0;
}

#ems_wrap .type .inner .block .comm_btn{
	background: var(--sub-color);
	border-radius: 100vmax;
	position: relative;
	margin-top: 2em;
	border: 1px solid #ad7266;
}

#ems_wrap .type .inner .block .comm_btn .brsp{
	display: none;
}
#ems_wrap .type .inner .comm_btn a{
	padding: 0.8em 0;
	display: block;
	color: #fff;
	line-height: 1.2;
}

#ems_wrap .type .inner .comm_btn:before{
	content: "";
	background:url("thumb-nose.png") no-repeat;
	background-size: contain;
	width: 8%;
	display: block;
	aspect-ratio:1/1;
	position: absolute;
	left: 2%;
    top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
}

#ems_wrap .type .inner .comm_btn a::after{
    content: "";
    width: 2%;
	aspect-ratio: 1 / 1;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    right: 6%;
}
#ems_wrap .type .inner #hair .comm_btn:before{
	background:url("thumb-hair.png") no-repeat;
	background-size: contain;
}
#ems_wrap .type .inner #hair .comm_btn:before{
	background:url("thumb-hair.png") no-repeat;
	background-size: contain;
}
#ems_wrap .type .inner #scalp .comm_btn:before{
	background:url("thumb-scalp.png") no-repeat;
	background-size: contain;
}
#ems_wrap .type .inner #face .comm_btn:before{
	background:url("thumb-face.png") no-repeat;
	background-size: contain;
}
#ems_wrap .type .inner #body .comm_btn:before{
	background:url("thumb-body.png") no-repeat;
	background-size: contain;
}
#ems_wrap .type .inner #foot .comm_btn:before{
	background:url("thumb-foot.png") no-repeat;
	background-size: contain;
}
#ems_wrap .type .inner #handy .comm_btn:before{
	background:url("thumb-handy.png") no-repeat;
	background-size: contain;
}
#ems_wrap .type .inner #brush .comm_btn:before{
	background:url("thumb-brush.png") no-repeat;
	background-size: contain;
}
#ems_wrap .type .inner #guasha .comm_btn:before{
	background:url("thumb-guasha.png") no-repeat;
	background-size: contain;
}
#ems_wrap .type .inner #mask .comm_btn{
	line-height: 1.1;
}
#ems_wrap .type .inner #mask .comm_btn:before{
	background:url("thumb-mask.png") no-repeat;
	background-size: contain;
}
#ems_wrap .type .inner #wp .comm_btn:before{
	background:url("thumb-wp.png") no-repeat;
	background-size: contain;
}












#ems_wrap #pg-product.type .inner .comm_flex{
	flex-wrap: wrap;
}

#ems_wrap #pg-product.type .inner .block dd img{
	width: 100%;
	max-width: 600px;
	margin-bottom: 0.5em;
}

#ems_wrap #pg-product.type .inner .block dd p{
	width: 100%;
}



#ems_wrap #price p{
	text-align: left;
}

#ems_wrap #price ul{
	margin-top: 2em;
}

#ems_wrap #price ul li{
	background: var(--main-color);
	border-radius: 100vmax;
	border: 1px solid var(--sub-color);
	text-align: left;
	margin-bottom: 0.8em;
}

#ems_wrap #price ul.comm_btn li a::after{
	width: 2%;
}
#ems_wrap #price ul li span{
	text-align: center;
	background: #fff;
	border-radius: 100vmax;
	line-height: 2;
	color: var(--main-color);
	font-size: 90%;
	padding: 0.7em 0.8em;
	margin: 0 0.5em;
	box-sizing: border-box;
}

#ems_wrap #price ul li span::after{
	content: "円";
	font-size: 85%;
}

#ems_wrap #price ul li:last-of-type span::after{
	content: "円～";
}


#ems_wrap #howto{
	background: var(--bg-color);
	padding: 3em 0;
}

#ems_wrap #howto dt{
	font-size: var(--fz35);
	margin: 1em auto 0.5em;
	font-weight: 500;
}

#ems_wrap #howto dd{
	text-align: left;
}





@media only screen and (max-width: 680px) {  
	#ems_wrap #fv .comm_btn li{
		line-height: 1.2;
	}
	#ems_wrap #fv .brsp{
		display: block;
	}



}






@media only screen and (max-width: 480px) {  
	#ems_wrap ul.comm_btn li a::after {
		margin-top: -3px;
	}
	#ems_wrap #fv .block .inner p{
		bottom: 0.5%;
	}
	#ems_wrap #about .for-wrap {
		position: relative;
		width: 91%;
	}
	#ems_wrap #about .for{
		padding: 1.5em 1em;
	}
	#ems_wrap #point .comm_flex{
		align-items: flex-start;
	}
	#ems_wrap #point table td:nth-of-type(1){
		line-height: 1.2;
	}
	#ems_wrap .type .comm_btn li{
		font-size: clamp(1.3rem, 0.043rem + 3.14vw, 2.4rem);
	}
	#ems_wrap .type .inner .block .comm_btn .brsp{
		display: block;
	}

	#ems_wrap .type .inner .comm_btn:before{
		width: 13%;
	}
	#ems_wrap .type .inner .comm_btn a {
		padding: 0.6em 0;
	}


	#ems_wrap #price ul li{
		text-align: center;
	}
	#ems_wrap #price ul li span{
		display: block;
		max-width: 125px;
		margin: auto;
		padding: 0;
	}




}












