@charset "utf-8";

*{
	padding: 0;
	margin: 0;
	font-style: normal;
	box-sizing: border-box;
	}
input,select,textarea{
	font-family: inherit;
	}
h1,h2,h3,h4,h5,h6,th,input,select,textarea{
	font-size: inherit;
	font-weight: normal;
	}
input[type=text],input[type=password],input[type=button],input[type=submit],textarea{
	border-radius: 0;
	-webkit-appearance: none;
	}
input[type=checkbox],input[type=radio],input[type=button],input[type=submit],label{
	cursor: pointer;
	}
li{
	list-style-type: none;
	}
table{
	border-collapse: separate;
	border-spacing: 0;
	}
img,table,input,select,textarea,video,iframe,canvas{
	vertical-align: top;
	}
img{
	border: none;
	}
textarea{
	resize: none;
	}
a{
	outline: none;
	text-decoration: none;
	}
a:focus{
	outline: none;
	text-decoration: none;
	}
q:before,q: after{
	content: "";
	}
i{
	font-style: normal;
	}

	.fadeUp {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
    }

/* 画面内に入った状態 */
.fadeUp.scrollIn {
    opacity : 1;
    transform : translate(0, 0);
    }

/* animation */
.fadeIn{
    -webkit-animation: fadeIn 0.5s linear 0s;
    animation: fadeIn 0.5s linear 0s;
}

@-webkit-keyframes fadeIn {
    0%{
        opacity:0;
    }
    75%{
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
}
@keyframes fadeIn {
    0%{
        opacity:0;
    }
    75%{
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
}

@media (min-width: 769px){
	.sp{
	display: none;
	}
/****************/
html{
	font-size: 4vw;
	}
body{
	line-height: 1;
	letter-spacing: 0;
	font-family:"Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-feature-settings: "palt" 1;
	}
	#wrap{
		overflow: hidden;
	}
	/* visual
	------------*/
.visual{
	position: relative;
}

#content{
	position: relative;
}
#content .bg .bg01{
	position: absolute;
	top:25px;
	left:-250px;
}
#content .bg .bg02{
	position: absolute;
	top:1990px;
	left:-284px;
}
#content .bg .bg03{
	position: absolute;
	top:25px;
	right:-243px;
}
#content .bg .bg04{
	position: absolute;
	top:1307px;
	right:-473px;
}
#content .bg .bg05{
	position: absolute;
	top:180px;
	left:-325px;
	z-index:100;
}
#content .bg .bg06{
	position: absolute;
	top: -123px;
	right: 0;
	z-index: 100;
	right: -557px;
}
#content .bg .bg07{
	position: absolute;
	top:-12px;
	left:-380px;
}

#content .bg .bg09{
	position: absolute;
	top:-17px;
	right:-406px;
}
#content .bg .bg08{
	position: absolute;
	top:-144px;
	left:-268px;
	z-index:100;
}
#content .bg .bg10{
	position: absolute;
	top:478px;
	left:-570px;
	z-index:100;
}
#content .bg .bg11{
	position: absolute;
	top:458px;
	right:-281px;
}
#content .bg .bg12{
	position: absolute;
	top:510px;
	left:-418px;
}
#content .bg .bg13{
	position: absolute;
	top:485px;
	right:-377px;
}
#content .bg .bg14{
	position: absolute;
	position: absolute;
	top: 1160px;
	left: -418px;
}
#content .bg .bg15{
	position: absolute;
	top: 860px;
	right:-247px;
}
.visual .logo{
	background:url(../images/logo_pc.png) no-repeat;
	background-size:contain;
	width:10.8vw;
	height:6.5vw;
	max-width: 276px;
	max-height:167px;
	position: absolute;
	top:3.9vw;
	left:3.5vw;
	font-size:0;
}
.visual .catch{
	content:'';
	display: block;
	background:url(../images/catch_pc.png) no-repeat;
	background-size: contain;
	max-width:451px;
	max-height:493px;
	width:25vw;
	height: 65.7vw;
	position: absolute;
	top:40%;
	right:1.6vw;
	font-size:0;
}

section .inner{
	max-width: 1144px;
	margin:0 auto;
	position: relative;

}
		/* feature
	------------*/
.feature .heading{
	text-align:center;
	position: relative;
	z-index:1;
}
#feature01 .heading{
	padding-top:140px;
	margin-bottom:230px;
}
#feature01 .heading:before{
	content:'';
	display:block;
	background:url(../images/yuzu.gif) no-repeat right;
	width:279px;
	height:282px;
	margin:0 auto 50px;
}
#feature01{
	padding:0 0 185px;
	position: relative;
}
#feature01 .lead{
	width:578px;
	text-align: center;
	margin:0 auto 87px;
	position: relative;
}
#feature01 .lead:before{
	content: '';
    display: block;
    background: url(../images/catch02_pc.gif) no-repeat;
    background-size: contain;
    width: 254px;
    height: 283px;
    position: absolute;
    top: -83px;
    right: -314px;
}
#feature01 dl.item{
	text-align:center;
	max-width:1144px;
	margin:0 auto 50px;
	position: relative;
	overflow: hidden;
}
#feature01 dl dt{
	max-width:606px;
	width:53%;
	float: left;
	margin:0 3% 50px 0;
	box-sizing: border-box;
}
#feature01 dl dd{
	width:44%;
	max-width:502px;
	margin:100px 0 0;
	float: left;
}
#feature01 dl dd .txt{
	margin-bottom: 94px;
}
#feature01 dl dd .price{
	text-align: left;
}
#feature01 .btn{
	max-width:566px;
	margin:0 auto;
	clear:both;
	position: relative;
}
#feature01 .btn li:first-child{
	margin-bottom:80px;
}


#feature02{
	background: #fffacc;
	padding:100px 20px;
}
#feature02 h2{
 padding-bottom: 80px;
}
#feature02 .natural{
	max-width:1144px;
	margin:0 auto;
	text-align: center;
	position: relative;
	z-index:1;
	overflow: hidden;
}
#feature02 .bg{
	clear: both;
}
/*
#feature02 .natural:after{
	content:'';
	display: block;
	background: url('../images/water_pc.png') no-repeat;
	background-size: contain;
	width:84px;
	height:95px;
	top:172px;
	right:-43px;
	position: absolute;
	z-index:100;
}*/
#feature02 .natural li{
	float: left;
}
#feature02 .natural li:nth-child(odd){
	width:58%;
	max-width:663px;
}
#feature02 .natural li:nth-child(even){
	width:39%;
	max-width:447px;
	float: right;
}
#feature03{
	padding:95px 20px 30px;
	position: relative;
	background: #ffe400;
}

#feature03 dl.component{
	text-align:center;
	position: relative;
	z-index:101;
}
#feature03 dl dt{
	margin-bottom:57px;
	position: relative;
}
#feature03 dl dt:before{
	content:'';
	display: block;
	background: url('../images/point01_pc.png') no-repeat;
	width: 150px;
	height: 223px;
	background-size:contain;
	position: absolute;
	top:-26px;
	left:0;
}
#feature03 dl dt:after{
	content:'';
	display: block;
	background: url('../images/water.png') no-repeat;
	width: 38px;
	height: 44px;
	background-size:contain;
	position: absolute;
	top:141px;
	left:-14px;
}
#feature04{
	background: url('../images/bg_feature04_pc.jpg') no-repeat;
	background-size: cover;
	padding:0 20px;
}
#feature04 dl.component{
	text-align:center;
	position: relative;
	padding:90px 0 113px ;
}
#feature04 dl dt{
	margin-bottom:50px;
	position: relative;
}
#feature04 dl dt:before{
	content:'';
	display: block;
	background: url('../images/point02_pc.png') no-repeat;
	width: 150px;
	height: 223px;
	background-size:contain;
	position: absolute;
	top:-21px;
	left:0;
}
#feature04 dt img{
margin-left: 12px;
}
#feature04,
#feature_about{
	position: relative;
}
#feature05{
	padding:90px 20px 107px;
	text-align:center;
}
#feature05 .heading{
	margin-bottom:88px;
}
#feature05 .component {
	text-align:center;
	font-size:0;
	margin-bottom: 90px;
}
#feature05 .component li{
	display: inline-block;
	margin:0 20px;
}
#feature05 .nature_component{
	z-index:100;
	position: relative;
}
#feature06{
	background: #fffacc;
	padding:106px 20px 120px;
	/*overflow: hidden;*/
}
#feature06 .bg{
	clear:both;
}
#feature06 .heading{
	margin-bottom: 90px;
}
#feature06 .component{
	max-width:1010px;
	margin:0 auto;
}
#feature06 .image{
	float: left;
	position: relative;
	z-index:1;
	margin-right: 33px;
}
#feature06 .image:before{
	content:'';
	display: block;
	background: url('../images/ico_aroma.png') no-repeat;
	background-size:contain;
	width:209px;
	height:219px;
	position: absolute;
	top:-101px;
	left:-74px;
}
/*
#feature06 p.txt{
	float: right;
}*/
#feature07{
	padding:100px 20px 50px;
}
#feature07 .heading{
	margin-bottom: 55px;
}
#feature07 .image img{
	max-width:1111px;
}
#feature08{
	background: #fffacc;
	padding:106px 20px 120px;
	overflow: hidden;
}
#feature08 .heading{
	margin-bottom: 77px;
}
#feature08 .component{
	overflow: hidden;
	max-width:1024px;
	margin:0 auto;
}
#feature08 .image{
	float: left;
}
#feature08 p.txt{
	float: right;
}
#feature09{
	padding:100px 20px 140px;
	background: #dceff9;
}
#feature09 .heading{
	margin-bottom: 100px;
}
#feature09 .heading .image{
	position: relative;
	z-index:1;
}
#feature09 .image img{
	max-width:1142px;
}
#feature_product{
	padding:200px 20px 0;
}
#feature_product .clearfix:after{
	content: "";
clear: both;
display: block;
}

#feature_product .image{
	float: left;
	margin-bottom: 80px;
}
#feature_product #yuzubathsalt .image{
		width: 55.5%;
		max-width:631px;
}
#feature_product #yuzufacemask .image{
		padding-left:100px;
}
#feature_product .detail{
	float: right;
	width:502px;
	position: relative;
	z-index:1;
}
#feature_product .btn_online{
	max-width:566px;
	margin:0 auto 226px;
	clear: both;
}
#feature_product #yuzubathsalt .detail h2.tit{
  text-align:right;
	padding:7px 35px 50px 0;
	position: relative;
}
#feature_product #yuzubathsalt .detail h2.tit:before{
	content:'';
	display: block;
	background: url('../images/ico_nature100.gif') no-repeat;
	width:148px;
	height: 149px;
	background-size:contain;
	position: absolute;
	top:-16px;
	left:-14px;
}
#feature_product #yuzubathsalt .detail .txt{
	margin-bottom: 70px;
}
#feature_about .about{
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:-7.8vw;
	width:20.6vw;
	max-width:371px;
}
#feature_product #yuzufacemask .detail h2.tit:before{
	content:'';
	display: block;
	background: url('../images/ico_webonly.png') no-repeat;
	width:148px;
	height: 149px;
	background-size:contain;
	position: absolute;
	top:16px;
	left:-14px;
}
#feature_product #yuzufacemask .detail h2.tit img{
	margin:50px 0 60px 160px;
}
#feature_product #yuzufacemask p.txt{
	margin-bottom: 130px;
}
#feature_about01{
	background:url(../images/bg_about03_pc.png) no-repeat center,url(../images/bg_about01_pc.jpg) no-repeat bottom;
	background-size:auto,cover;
 width:100%;
	height:1670px;
}
#feature_about01 .txt{
	max-width:1438px;
	margin:0 auto;
	padding:282px 0 0;
}
#feature_about01 .txt img{
 width:100vw;
	max-width:1100px;
}

#feature_about02{
	background:url(../images/bg_about04_pc.png) no-repeat center 0,url(../images/bg_about02_pc.jpg) no-repeat center center;
	background-size:auto,cover;
 width:100%;
	height:1853px;
	padding:0 50px;
}
#feature_about02 .txt img{
	max-width:904px;
	width:75vw;
	float: right;
	margin-right:70px;
}
#feature_about02 .txt{
	max-width:1538px;
	margin:0 auto;
	padding:204px 0 0;
}
#feature_about03{
  background:url(../images/bg_about05_pc.png) no-repeat center 0;
		padding:0 40px 10px;
}
#feature_about03 .txt{
	max-width:1278px;
	margin:0 auto;
	padding:116px 0 213px;
}
#feature_about03 .txt img{
	width:68vw;
	max-width:807px;
}
#feature_about03 .small{
 font-size:16px;
 line-height: 1.5;
}
#feature_about03 .small img{
 width:90vw;
	max-width:1278px;
}
/* online
------------*/
.online{
	background:#ffe400;
	padding:0 40px;
	position: relative;
	z-index:100;
}
.online .btn{
	max-width:1024px;
	margin:0 auto;
	box-sizing:border-box;
	padding:24px 0;
	position: relative;
	z-index:1;
}
.online .btn a{
	display:block;
}

.online .snsArea{
	background:#fff;
	padding:40px 0 80px;
}
.online .snsArea .sns {
	font-size:0;
	text-align:center;
}
.online .snsArea .sns li{
	display:inline-block;
	margin:0 30px;
}
.online .snsArea .sns li a{
	transition:all 0.2s;
}
.online .snsArea .sns li a:hover{
	opacity:0.6;
}
#online{
	padding:44px 0 0;
}
#online h3{
	text-align:center;
	height:25px;
	margin-bottom:23px;
}
#online#online h3.ttl{
	height:28px;
	margin:0;
}
#online .btn{
	padding:32px 0 40px;
}
#online .btn_business{
	width:357px;
	height:55px;
	margin:0 auto 41px;
	padding:0;
}
#online .btn_business a{
	display:block;
	height:inherit;
	transition:all 0.2s;
}

}
	@media screen and (min-width:769px) and ( max-width:1024px) {
		#feature_product .image{
			width:45%;
		}
		#feature01 .lead {
    margin-right: 30%;
    width: 50%;
		}
		#feature01 .lead img{
	  width:100%;
		}
		#feature01 .lead:before {
    right: -204px;
    width: 200px;
		}
		#feature02 .heading img{
				width: 75%;
		}
		#feature03 dl dt img{
				width: 68%;
		}
		#feature04 dl dt img{
			width: 80%;
			margin-left:90px;
		}
		#feature03 dl dt:before,
		#feature04 dl dt:before{
			width: 120px;
		}
		#feature06 .image{
			margin-right: 0;
		}
  #feature06 .image img{
       width:95%;
	  }
			#feature06 .image:before{
	left:-30px;
}

		#feature_product .detail{
			width:auto;
		}
		#feature_product .price{
			margin-bottom:40px;
		}
				#feature08 .heading img{
					width: 74%;
				}
				#feature05 .heading img,
				#feature07 .heading img{
			width:75%;
		}
		#feature06 .heading img{
			width:78%;
		}
		#feature09 .heading img{
			width:80%;
		}
		#feature05 .component li{
			margin:0 5px;
		}
#feature05 .component li{
	width: 23%;
}
#feature05 .component li img{
	width: 100%;
}
#feature_product #yuzubathsalt .image{
	width:45%;
}
#feature_product .detail{
	width: 50%;
}
#feature_product .detail img{
	width: 100%;
}
		#feature_product #yuzubathsalt .tit img{
			 width:60%;
		}
		#feature_product #yuzufacemask .tit img{
			 width:60%;
				margin-left:140px !important;
		}

#feature_product .detail .price img{
	width: auto;
	height:70px;
}
#feature_product .detail h2.tit:before{
	width: 35% !important;
}
#feature06 .image,
#feature08 .image{
	width: 50%;
}
#feature06 .image img,
#feature08 .image img,
#feature06 .txt img,
#feature08 .txt img{
	width: 100%;
}

#feature06 .txt,
#feature08 .txt{
	width: 45%;
	float: right;
}
#feature06 .image:before{
	width: 40%;
}


	}

	@media screen and (min-width: 1800px) {
		.visual .catch{
 		 top:auto;
     bottom:0;
		}
	}
	@media (max-width: 768px){
.pc{
	display: none;
	}

/****************/
html{
	font-size: 4vw;
	}
body{
	line-height: 1;
	letter-spacing: 0;
	font-family: "noto sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-feature-settings: "palt" 1;
	}
#wrap{
	overflow: hidden;
}
	/* visual
	------------*/
	.visual{
	position: relative;
}
.visual .logo{
	background:url(../images/logo_sp.png) no-repeat;
	background-size:contain;
	width: 30vw;
	height:18vw;
	position: absolute;
	top:7vw;
	left:0;
	right:0;
	margin:0 auto;
	font-size:0;
}
.visual .catch{
	content:'';
	display:block;
	background:url(../images/catch_sp.png) no-repeat;
	width:50vw;
	height:48vw;
	background-size:contain;
	position: absolute;
	bottom:3vw;
	right:-1vw;
	font-size:0;
}
.feature .heading img{
	width:100%;
}

#feature01{
	position: relative;
	background: url('../images/bg01_sp.png') no-repeat;
	background-size:100% auto;
}
#feature01 {
	padding:18vw 0 13vw;
}
#feature01 .heading{
	position: relative;
}
#feature01 .heading:before{
	content:'';
	display:block;
	background:url(../images/yuzu.gif) no-repeat right;
	background-size:contain;
	width:30vw;
	height:30vw;
	margin:0 auto 6vw;
}
#feature01 .heading{
	width:73vw;
	margin:0 auto 33vw;
}
#feature01 .lead {
	width:63vw;
    margin:0 auto 10vw;
		position: relative;
}
#feature01 .lead:before{
	content:'';
	display: block;
	background:url(../images/catch02_sp.gif) no-repeat;
	background-size:contain;
	width:26vw;
	height:29vw;
	position: absolute;
	top:-30vw;
	right:-15vw;
}
#feature01 .item dt{
	width:73vw;
	margin-left:10vw;
}
#feature01 .item dd{
	text-align:center;
}
#feature01 .item dd .txt{
 width:81vw;
 margin:0 auto 8vw;
}
#feature01 .item dd .price{
 width:55vw;
 margin:8vw auto 10vw;
}
#feature01 .btn li{
	width:55vw;
	margin:0 auto;
}

#feature01 .btn li:first-child{
	margin-bottom:5vw;
}
#feature01 h2.ttl{
	width:86.4vw;
 margin:0 auto 7.3vw;
}
#feature02{
	padding:13vw 0 18vw;
	background: #fffacc url('../images/bg02_sp.png') no-repeat;
	background-size:100% auto;
	position: relative;
	text-align: center;
}
#feature02 .natural{
	width:80vw;
	margin:0 auto;
	position: relative;
}
#feature02 .natural:before{
	content:'';
	display: block;
	background: url('../images/water_sp.png') no-repeat;
	background-size:contain;
	width:9vw;
	height: 10vw;
	bottom:13vw;
	left:-4vw;
	position: absolute;
	z-index:100;
}

#feature02 .heading{
	position: relative;
	text-align:center;
}
#feature02 .heading img{
	width:87vw;
	margin:0 auto 9vw;
}
#feature02 .natural li{
	width: 80vw;
	margin:0 auto 4vw;
	position: relative;
}
#feature02 .natural li:first-child:after{
		content: '';
		display: block;
		background: url(../images/water_sp.png) no-repeat;
		background-size: contain;
		width: 10vw;
		height: 10vw;
		top:-5vw;
	  right:0;
		position: absolute;
		z-index: 100;
}
#feature02 .natural li:last-child{
	margin-bottom: 0;
}
#feature03 {
	background: #ffe400;
}
#feature03 dl dt:before {
    content: '';
    display: inline-block;
    background: url(../images/point01_sp.png) no-repeat;
    width: 26vw;
    height: 31vw;
		margin:0 6vw 1vw 0 ;
    background-size: contain;
}
#feature03 .component{

	text-align: center;
}
#feature03 .component dt{
	padding:5.8vw 0 0;
	background:url('../images/bg09_sp.png') no-repeat;
	background-size: contain;
}
#feature03 .component dt img{
	width:81vw;
	margin-bottom: 7.6vw;
}

#feature03:before{
	content:'';
	display:block;
	background:url(../images/bg_yuzu03_sp.gif) no-repeat;
	width:14.6vw;
	height:21.2vw;
	background-size:contain;
	position: absolute;
	top:0;
	right:0;
}
#feature03:after{
	content:'';
	display:block;
	background:url(../images/bg_yuzu04_sp.gif) no-repeat;
	width:26.6vw;
	height:44.8vw;
	background-size:contain;
	position: absolute;
	left:0;
	bottom:-5.4vw;
	z-index:-1;
}
#feature03,
#feature04{
	position: relative;
}
#feature04{
	background: url('../images/bg_feature04_sp.jpg') no-repeat;
	background-size: cover;
}
#feature04 dl.component{
	text-align:center;
	position: relative;
	padding:6.6vw 0 13vw;
}
#feature04 dl dt{
	margin-bottom:10vw;
	position: relative;
}
#feature04 dl dt:before{
	content:'';
	display: block;
	background: url('../images/point02_sp.png') no-repeat;
	background-size: contain;
	width: 20vw;
	height: 30vw;
	display: inline-block;
	margin-bottom: 4vw;
}
#feature04 dl dd{
	width:71vw;
	margin:0 auto;
}
#feature05{
	padding:10vw 0 14vw;
	text-align:center;
	background: url('../images/bg03_sp.png') no-repeat;
	background-size:100% auto;
}
#feature05 .heading{
	width:81vw;
	margin:0 auto 10vw;
}
#feature05 .component {
	width:81vw;
	text-align:center;
	font-size:0;
	margin:0 auto 6vw;
}
#feature05 .component li{
	width:33vw;
	margin:0 2.6vw 6vw;
	display: inline-block;
}
#feature05 .nature_component{
 width:81vw;
 margin:0 auto;
}
#feature06{
	padding:9vw 0 13vw;
	overflow: hidden;
	background: #fffacc url('../images/bg04_sp.png') no-repeat;
	background-size:100% auto;
}
#feature06 .heading{
	width:84vw;
	margin:0 auto 10vw;
}
#feature06 .component{
	max-width:84vw;
	margin:0 auto;
}
#feature06 .image{
	margin:0 14% 8vw;
	position: relative;
}
#feature06 .image:before{
	content:'';
	display: block;
	background: url('../images/ico_aroma.png') no-repeat;
	width:24.5vw;
	height:26vw;
	background-size:contain;
	position: absolute;
	top:-8vw;
	left:-17vw;

}

#feature07{
	padding:8vw 0;
	background: url('../images/bg05_sp.png') no-repeat;
	background-size:100% auto;
}
#feature07 .heading{
	width:74vw;
	margin:0 auto;
}
#feature08{
	padding:9vw 0 10vw;
	overflow: hidden;
	background: #fffacc url('../images/bg06_sp.png') no-repeat;
	background-size:100% auto;
}
#feature08 .heading{
	width:68vw;
	margin:0 auto 10vw;
}
#feature08 .component{
	overflow: hidden;
	max-width:80vw;
	margin:0 auto;
}
#feature08 .image{
	float: left;
	width:31vw;
}
#feature08 p.txt{
	width:43vw;
	float: right;
}
#feature09{
	padding:10vw 0 0;
	background: #dceff9	url('../images/bg07_sp.png') no-repeat;
		background-size:100% auto;
	}
#feature09 .heading{
	width:82vw;
	margin: 0 auto 6vw;
}
#feature09 .image{
	width:71vw;
	margin:0 auto;
}
#feature_product{
	padding:30vw 0 0;
	background:  url('../images/bg08_sp.png') no-repeat;
	background-size:100% auto;
}
#feature_product .clearfix:after{
	content: "";
clear: both;
display: block;
}
#feature_product .image{
 margin-bottom: 4vw;
}
#feature_product .detail{
 text-align: center;
}
#feature_product .btn_online{
	width:50vw;
	margin:18vw auto 0;
	padding-bottom: 23vw;
}
#feature_product #yuzubathsalt .detail h2.tit{
	text-align:center;
	position: relative;
}
#feature_product #yuzubathsalt .detail h2.tit img{
 width:56vw;
 position: relative;
 margin-bottom: 1.3%;
 margin-left:17vw;
}
#feature_product #yuzubathsalt .detail h2.tit:before{
	content:'';
	display: block;
	background: url('../images/ico_nature100.gif') no-repeat;
	width:20vw;
	height: 20vw;
	background-size:contain;
	position: absolute;
	top:-6vw;
	left:7vw;
}
#feature_product #yuzubathsalt .detail .txt{
	width:91vw;
	margin: 0 auto 9vw;
}
#feature_product #yuzubathsalt .detail .price{
	width:50vw;
	margin:0 auto;
}
#feature_about .about{
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:-7.8vw;
	width:20.6vw;
	max-width:371px;
}
#feature_product #yuzufacemask .detail h2.tit{

	position: relative;
}
#feature_product #yuzufacemask .detail h2.tit:before{
	content:'';
	display: block;
	background: url('../images/ico_webonly.gif') no-repeat;
	width:20vw;
	height:20vw;
	background-size:contain;
	position: absolute;
	left:14vw;
	top:-4.6vw;
}
#feature_product #yuzufacemask .image{
	width:41.6vw;
	margin:0 auto 4vw;
}
#feature_product #yuzufacemask .detail h2.tit img{
 width:49vw;
 margin-left:23vw;
 margin-bottom: 8vw;
}
#feature_product #yuzufacemask p.txt{
	width:85vw;
	margin:0 auto 9vw;
}
#feature_product #yuzufacemask .price{
	width:74vw;
	margin:0 auto;
}
#feature_about{
	position: relative;
}
#feature_about .about{
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:-15.4vw;
	width:31.3vw;
}
#feature_about{
	position: relative;
}
#feature_about .about {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15.4vw;
    width: 31.3vw;
}
#feature_about01{
	background:url(../images/bg_about01_sp.jpg) no-repeat;
	background-size:contain;
 height:159.4vw;
}
#feature_about01 .txt img{
	width: 100%;
	padding-top:15vw;
}
#feature_about02{
	background:url(../images/bg_about02_sp.jpg) no-repeat;
	background-size:contain;
 height:164.1vw;
}
#feature_about02 .txt {
	width:79vw;
	padding-top:23vw;
	margin:0 0 0 17vw;
}
#feature_about02 .txt img{
	width: 100%;
}
#feature_about03{
	background:url(../images/bg_about03_sp.jpg) no-repeat;
	background-size:contain;
	padding-bottom:4vw;
}
#feature_about03 .txt {
	width:70.6vw;
	padding:10.2vw 0 15.6vw;
	margin-left:11.3vw;
}
#feature_about03 .txt img,
#feature_about03 .small img{
	width: 100%;
}
#feature_about03 .small{
	margin:0 4vw;
 font-size:11px;
 line-height: 1.5;
}
/* online
------------*/
.online{
	background:#ffe400;
}
.online .btn{
	padding:1.6% 5%;
}
.online .snsArea{
	background:#fff;
	padding:3.3% 0 30px;
}
.online .snsArea .sns {
	font-size:0;
	text-align:center;
}
.online .snsArea .sns li{
	height:6vw;
	display:inline-block;
	margin:0 2.5vw;
}
.online .snsArea .sns li img{
	height:100%;
}
#online{
	padding:6vw 0 0;
}
#online h3{
	text-align:center;
	height:3.5vw;
	margin-bottom:3vw;
}
#online h3.ttl{
	margin-bottom:0;
}
#online h3.ttl img{
	height:3.8vw;
	margin:0;
}
#online h3 img{
	height:3.5vw;
	margin:0;
}
#online .btn{
	width:82vw;
	margin:4vw auto 4.9vw;
	padding:0;
}
#online .btn_business{
	width:50vw;
	margin:0 auto 6vw;
	padding:0;
}
#online .btn_business a{
	display:block;
	height:inherit;
	transition:all 0.2s;
}

	}
