/* CSS Document */

/*
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 300;
	font-style: normal;
*/


#epi{
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	/*flex-direction:row-reverse;*/
}

#epi h2{
	font-size: 30px;
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 500;
}


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

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

#epi p{
	font-size: 17px;
	line-height: 2.0;
}

#epi .section{
	width: 100%;
	padding: 85px 0;
	margin: 0 auto;
	max-width: 1000px;

}

#epi .section.gray{
	background: #ccc;
}


#epi #main-top{
	width: 100%;
	background-color: #000;
}

@media only screen and (max-width:768px) { 
	#epi .section{
		width: 90%;
	}

	#epi h2 {
		font-size: 21px;
		letter-spacing: 2px;
	}
}







/*----
説明
-----------------------*/

#epi #primary h2 span{
	font-size: 30px;
}
#epi #primary h2 br{
	display: none;
}
#epi #primary p{
	max-width: 750px;
	margin: 0 auto;
	text-align: left;
}


/*----
商品詳細
-----------------------*/

#epi #catch{
	width: 100%;
}


#epi #catch h2{
	font-size: 30px;
	letter-spacing: 0.01em;
}

#epi #catch.gray{
	width: 100%;
	background-color: #F2F1EE;
}

#epi #catch .section{
	max-width: 900px;
	display: flex;
	 flex-wrap: wrap;
	justify-content: space-between;;
}
#epi #catch .box{
	width: 48%;
	text-align: center;
}

#epi #catch h2,#epi #catch p{
	text-align: left;
}
#epi #catch p.name{
	text-align: center;
	margin-top: 30px;
}

#epi #catch ul{
	width: 100%;
	max-width: 900px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 80px auto 0;
}


#epi #catch ul li{
	width: 32%;
	background-color: #A59F89;
	color: #FFF;
	font-weight: bold;
	margin: 0px 0 15px;
	font-size: 17px;
	padding: 15px 0;
}
#epi #catch ul li p{
	line-height: normal;
	text-align: center;
}



#epi #research{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

#epi #research dl{
	width: 45%;
	max-width: 300px;
	margin: 0 2%
}

#epi #research dt{
	font-size: 20px;
	margin-bottom: 15px;
}

#epi #research dd p{
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
}




/*----

悩み
-----------------------*/

#nayami{
	background:#DBD9D0;
	padding:70px 0 40px;
	width: 100%;
}

#nayami h2{
	font-size:40px;
}

#nayami #inner{
	width:90%;
	max-width:1000px;
	margin:0 auto;
	background:#fff;
	padding: 30px 0;
	box-sizing: border-box;
}

#nayami #inner ul{
	width:90%;
	text-align:left;
	margin:30px auto 40px;
	font-size:18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}

#nayami #inner ul li{
	width: 46%;
	margin-bottom:15px;
	text-indent:-33px;
	padding-left:40px;
	box-sizing: border-box;
}

#nayami #inner ul li:before{
	content:url("../../img/special/refa-epi/check.png");
	vertical-align:middle;
	margin-right:3px;
}



#solution{
}

#solution #box{
	width:90%;
	max-width:700px;
	margin:80px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
#solution #box dl{
	width:50%;
	margin-bottom:30px;
	font-size:30px;
	line-height:1.8;
}

#solution #box dt{
	font-size:20px;
	margin-bottom:10px;
	
}
#solution #box dd span{
	background:linear-gradient(transparent 60%, #F3B2BA 60%);
}

#solution #box p{
	width:50%;
}


#solution img{
	max-height: 300px;
}



/*
説明
-------------------------------------------------------------------------------------------*/
#epi #ex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0;
}


#epi #ex .box{
	width:  50%;
}


#epi #ex .box h2,#epi #ex .box p{
	width: 90%;
	max-width: 540px;
	margin: 0 auto;
	text-align: left;
}

#epi #ex .box h2{
	margin-bottom: 50px;
}

#epi #ex img{
	object-fit: cover;
	height: 580px;
	width: 100%;
}



/*----
ABOUT
-----------------------*/
#epi #about{
	width: 100%;
	counter-reset: number;
}

#epi #about .block{
	margin-top: 80px;
}

#epi #about .block .ttl{
	font-size: 30px;
	font-family: a-otf-ryumin-pr6n,serif;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 50px;
	text-align: left;
	counter-increment: number;
	display: flex;
	align-items: center;
	justify-content: center;
}

#epi #about .block .ttl:before{
	content:  counter(number , decimal-leading-zero);
	font-size: 70px;
	color: #D1CEC2;
	margin-right: 20px;
}

#epi #about .block .inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

#epi #about .block:nth-of-type(2) .inner,
#epi #about .block:nth-of-type(5) .inner{
	flex-direction: row-reverse;
}
#epi #about .block .box{
	width: 48%;
}

#epi #about .block dl{
	text-align: left;
}

#epi #about .block dd span{
	font-size: 13px;
	display: block;
}

#epi #about .border{
	border: 1px solid #000;
	padding: 50px 5%;
	box-sizing: border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top: 60px;
}

#epi #about .border .text{
	width: 30%;
	text-align: left;
}

#epi #about .border .image{
	width: 65%;
}

#epi #about .border h2{
	margin-bottom: 25px;
}

#epi #about .border ol{
	display: flex;
	justify-content: space-around;
}

#epi #about .border ol li{
	width: 48%;
}

#epi #about .border .inner{
	width: 100%;
	margin-top: 50px;
}

#epi #about .border .inner .card{
	width: 30%;
	background: #F2F1EE;
	padding: 5% 2%;
	box-sizing: border-box;
}

#epi #about .border .inner .card h4{
	font-family: lora,serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#epi #about .border .inner .card dl{
	text-align: center;
}

#epi #about .border .inner .card dt{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

#epi #about .border .inner .card dt:nth-child(2){
	color: #D6001C;
}

#epi #about .border .inner .card dd{
	max-width: 180px;
	margin: auto;
	background: #A59F89;
	color: #fff;
	padding: 20px 0;
}

#epi #about .border ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
}

#epi #about .border ul li{
	width: 22%;
	margin: 0 1% 5%;
}

#epi #about .border ul li span{
	display: block;
}

#epi #about .border .cant{
	background: #CCCCCC;
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	padding: 5%;
	box-sizing: border-box;
}
#epi #about .border .cant h2 br{
	display: none;
}


#epi #about .border .cant .box{
	text-align: left;
}

#epi #about .border .cant .box p{
	font-size: 16px;
}

#epi #about .border .cant .skin{
	background: #fff;
	padding: 30px 0;
}


#epi #about .block .razor{
	background: #F2F1EE;
	padding: 80px 0;
	margin-top: 120px;
}

#epi #about .block .razor .midashi{
	font-size: 40px;
	font-family: a-otf-ryumin-pr6n,serif;
	margin-bottom: 30px;
}

#epi #about .block .razor ol{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 16px;
	margin-bottom: 20px;
}

#epi #about .block .razor ol li{
	background: url("../../img/special/refa-epi/check.png") no-repeat;
	background-size: 16px;
	padding-left: 20px;
	margin-right: 20px;
}

#epi #about .block .arrow{
	margin: 30px auto -70px;
}



#epi #about .block .white{
	background: #fff;
	width: 90%;
	margin: 30px auto 0;
	padding: 80px 3% 10px;
	box-sizing: border-box;
}

#epi #about .block .white .inner{
	margin-bottom: 80px;
	align-items: normal;
}

#epi #about .block .white .inner:nth-of-type(2){
	flex-direction: row-reverse;
}

#epi #about .block .white h2{
	font-size: 27px;
	margin-bottom: 10px;
}





#epi #mens{
	background: #F2F1EE;
	margin-bottom: 85px;
	width: 100%;
}

#epi #mens .inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	width: 90%;
	max-width: 1000px;
	margin: auto;
}

#epi #mens .inner .box{
	width: 45%;
}

#epi #mens .inner .box h2,
#epi #mens .inner .box p{
	text-align: left;
}




#voice ol{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width: 800px;
	margin: 60px auto 20px;
}

#voice ol li{
	width: 48%;
	background: #F5F5F5;
	padding: 7% 5%;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 30px;
}

#voice ol li span{
	display: block;
}

#voice p{
	font-size: 12px;
	color: #666666;
}


#howto{
	background: #F2F1EE;
	padding: 150px 0;
	margin-top: 80px;
	width: 100%;
}

#howto .content{
	max-width: 1000px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:80px auto 0;
	counter-reset: number;
}

#howto .content:before{
  content:"";
  display: block;
  width:30%;
  order:1;
}

#howto .content .box{
	width:31%;
	margin-bottom:50px;
}

#howto .content .box p{
	font-size:22px;
	counter-increment: number;
	text-align:left;
	margin: 10px auto;
}

#howto .content .box p:before{
	content: counter(number);
	background:#000;
	color:#fff;
	width:38px;
	height:38px;
	display:inline-block;
	line-height:38px;
	margin-right:7px;
	text-align:center;
}

#howto .content .box .text{
	text-align: left;
	line-height: 1.8;
}

#howto .white{
	background: #fff;
	padding: 5% 5% 3%;
	box-sizing: border-box;
}

#howto .white h2{
	background: #000;
	color: #fff;
	padding: 10px 0;
}

#howto .white ol{
	width: 100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

#howto .white ol li{
	width: 32%;
}

#howto .white p{
	width: 90%;
	margin: 20px auto 0;
	text-align: center;
}




/*
Q&A
------------------------------------------------------------------------------------*/
#faq{
	margin:120px auto;
	width: 100%;
}

#faq .inner{
	width:92%;
	max-width:1000px;
	margin:80px auto 0;
	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;
	margin-bottom:5px;
	display: flex;
	align-items: center;
}

#faq .inner dt:before{
	content:"Q ";
	font-size:60px;
	margin: 0 20px 7px 0;
}

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


#movie{
	background:#F2F1EE;
	padding: 120px 0 80px;
	margin-bottom: 40px;
	width: 100%;
}


#movie .inner{
	width: 100%;
	max-width: 800px;
	aspect-ratio: 16 / 9;
	margin: 60px auto;
}


#movie .inner iframe {
  width: 100%;
  height: 100%;
}






/*
商品詳細
-------------------------------------------------------------------------------------------*/
#spec{
}

#spec .inner{
	max-width:800px;
	margin:70px auto 100px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
}

#spec .inner .image{
	width:45%;
}

#spec .inner dl{
	width:52%;
	text-align:left;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#spec .inner dt{
	width:22%;
	border-bottom:1px dotted #000;
	padding-right:3%;
	padding-bottom:20px;
	margin-bottom:25px;
}

#spec .inner dd{
	width:75%;
	border-bottom:1px dotted #000;
	padding-bottom:20px;
	margin-bottom:25px;
}


#spec .att{
	background: #EEEEEE;
	padding: 80px 8%;
	text-align: left;
}

#spec .att h4{
	font-size: 20px;
	font-family: a-otf-ryumin-pr6n,serif;
	margin-bottom: 20px;
}



@media only screen and (max-width:768px) { 
	#epi h3 {
	  font-size: 60px;
	}
	#epi #primary h2 span{
		font-size: 21px;
	}
	#epi #catch h2 {
	  font-size: 26px;
	}
	#epi #catch ul li p{
		font-size: 14px;
	}
	#epi #research dt {
	  font-size: 16px;
	}
	#nayami h2 {
	  font-size: 26px;
	}
	#solution #box dl {
	  font-size: 26px;
	}
	#epi #ex{
		display: block;
	}
	#epi #ex .box {
	  width: 100%;
	  margin: 0 auto 30px;
	}
	#epi #ex .box h2 {
	  margin-bottom: 25px;
	}
	#epi #about {
	  width: 90%;
	  margin: auto;
	}
	#epi #about .block .ttl {
	  font-size: 24px;
	}
	#epi #about .block .ttl::before {
	  font-size: 65px;
	}
	#epi #about .block .inner {
	  display: block;
	}

	#epi #about .block .inner .box{
		width: 100%;
		max-width: 465px;
		margin: 0 auto 30px;
	}
	#epi #about .block .inner .box dt h2{
		margin-bottom: 15px;
	}
	#epi #about .border .text {
	  width: 100%;
	  margin-bottom: 20px;
	}
	#epi #about .border .image {
	  width: 100%;
	}
	#epi #about .block .razor {
	  padding: 60px 5%;
	}
	#epi #about .block .razor .midashi {
	  font-size: 26px;
	}
	#epi #about .block .razor ol{
		font-size: 15px;
	}
	#epi #about .block .white {
	  width: 100%;
	}
	#epi #about .block .white h2 {
	  font-size: 26px;
	}
	#epi #about .block .white h2 br{
		display: none;
	}
	#epi #about .border .inner{
		display: flex;
	}
	#epi #about .border .inner .card {
	  width: 32%;
	  padding: 5% 1%;
	}
	#epi #about .border .inner .card dt {
	  font-size: 14px;
	}
	#epi #about .border .inner .card dd{
		width: 94%;
		padding: 15px 0;
	}
	#epi #about .border .cant{
		display: block;
	}
	#epi #about .block .box {
	  margin-bottom: 20px;
	}
	#epi #about .border .cant .skin{
		text-align: center;
	}
	#epi #about .border .cant .box{
		width: 100%;
	}
	#epi #mens {
	  padding: 60px 0;
	}
	#epi #mens .inner {
	  display: block;
	}
	#epi #mens .inner .box {
	  width: 100%;
	  margin-bottom: 20px;
	}
	#howto .content{
		width: 90%;
	}
	#howto .content .box p::before {
	  width: 30px;
	  height: 30px;
	  line-height: 30px;
	}
	#howto .content .box p {
	  font-size: 17px;
	}
	#howto .content .box .text{
		font-size: 14px;
	}
	#howto .white p{
		font-size: 14px;
	}
	#faq .inner dl{
		max-width: none;
	}


}


@media only screen and (max-width:640px) { 
	#epi .section {
	  padding: 45px 0;
	}
	#epi h2 {
	  margin-bottom: 30px;
	}
	#epi h3 {
	  font-size: 36px;
	}
	#epi h3 span br{
	  display: block;
	}
	#epi p {
	  font-size: 16px;
	  line-height: 1.8;
	}
	#epi #primary h2 br{
		display: block;
	}
	#epi #primary h2 span{
		margin-top: auto;
	}
	#epi #catch{
		display: block;
	}
	#epi #catch h2 {
	  font-size: 21px;
	}
	#epi #catch .section{
		display: block;
	}

	#epi #catch .box {
	  width: 100%;
		margin-bottom: 20px;
	}

	#epi #catch ul{
		margin-top: 40px;
	}
	#epi #catch ul li {
	  width: 49%;
	  margin-bottom: 8px;
	}

	#epi #catch ul li p {
	  font-size: 12px;
	}
	#epi #research {
	  justify-content: space-between;
	  width: 93%;
	}
	#epi #research dl {
	  width: 48%;
	  margin: 0;
	}
	#epi #research dt {
	  font-size: 12px;
	}
	#epi #research dd img{
		width: 80%;
		max-width: 202px;
	}
	#epi #research dd p {
	  line-height: 1.6;
	}
	#nayami h2 {
	  font-size: 20px;
	}
	#nayami #inner ul {
	  margin: 5px auto;
	}
	#nayami #inner ul li {
	  width: 100%;
	  font-size: 16px;
	}
	#solution #box dl {
	  width: 100%;
	}
	#solution #box p {
	  width: 100%;
	}
	#solution #box {
	  margin: 50px auto 0;
	}
	#epi #ex {
	  padding: 40px 0;
	}
	#epi #ex .box h2 br{
		display: none;
	}
	#epi #ex img {
	  height: 435px;
	}
	#epi #about .block {
	  margin-top: 40px;
	}
	#epi #about .block .ttl {
	  font-size: 21px;
	}
	#epi #about .block .ttl::before {
	  font-size: 55px;
	  margin-right: 10px;
	}
	#epi #about .block .razor {
	  margin-top: 60px;
	}
	#epi #about .block .razor .midashi {
	  font-size: 21px;
	}
	#epi #about .block .razor ol li{
		margin-bottom: 10px;
	}
	#epi #about .block .arrow {
	  margin: 30px auto -55px;
	  width: 55%;
	}
	#epi #about .block .white{
		padding: 50px 5% 5px
	}
	#epi #about .block .white h2 {
	  font-size: 19px;
	}
	#epi #about .block .white .inner {
	  margin-bottom: 40px;
	}
	#epi #about .block .ttl {
	  font-size: 22px;
	}
	#epi #about .block .ttl::before {
	  font-size: 50px;
	}
	#epi #about .block .ttl br{
		display: none;
	}
	#epi #about .block dd{
		font-size: 15px;
		line-height: 1.5;
	}
	#epi #about .block .inner .box {
	  margin: 0 auto 20px;
	}
	#epi #about .border{
		padding: 30px 5%;
	}
	#epi #about .block .box {
	  width: 100%;
	}
	#epi #about .border .inner .card {
	  width: 100%;
	  margin-bottom: 20px;
	 }
	 
	 #epi #about .border .cant h2 br{
		display: block;
	}

	#epi #about .border .cant .box p {
	  font-size: 15px;
	}
	#voice ol li {
	  width: 100%;
	  margin-bottom: 15px;
	}
	#epi p {
	  font-size: 14px;
	  text-align: left;
	 }
	#howto {
	  padding: 80px 0;
	}
	#howto .content {
	  margin: 40px auto 0;
	}

	#howto .content .box {
	  width: 47%;
	}
	#faq {
	  margin: 70px auto;
	}
	#faq .inner dl {
	  width: 100%;
	}
	#faq .inner dt {
	  font-size: 17px;
	}
	#faq .inner dt::before {
	  font-size: 45px;
	  margin: 0 15px 7px 0;
	}
	#faq .inner dt {
	  font-size: 15px;
	}
	#movie {
	  padding: 60px 0;
	}
	#spec .inner {
	  margin: 70px auto 50px;
	}
	#spec .inner .image {
	  width: 70%;
	  margin: 0 auto 30px;
	}
	#spec .inner dl {
	  width: 100%;
	}
	#spec .att {
	  padding: 40px 8%;
	}



}


	
#epi .btn2 a{
	line-height: 3.0;
	display: block;
	padding:0  ;
	background-color: #000;
	color: #FFF;
	text-align: center;
	margin:50px auto 0 auto;
	max-width: 350px;
	
}

#spec .btn2{
	margin: 0 0 50px;
}
	

