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

#v3{
	text-align:center;
}

#v3 .comm_box{
	width:90%;
	max-width:1000px;
	margin:0 auto;
	padding:90px 0;
}

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

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

#v3 h3 span br{
	display:none;
}

#v3 .comm_conts{
	max-width:1000px;
	width:90%;
	margin:80px auto;
}



#v3 #mediaarea{
	width:100%;
}

#v3 #mediaarea iframe{
	width:100%;
}


#v3 #intro{
	background:#e3e3e3;
	padding:80px 0;
}

#v3 #intro h2{
	font-size:40px;
	font-weight:normal;
	margin-bottom:30px;
}

#v3 #intro h2 span{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

#v3 #intro dl{
	width:90%;
	max-width:390px;
	text-align:left;
	margin:0 auto;
}


#v3 #intro dt{
	font-size:22px;
	color:#CC3366;
	font-weight:bold;
}

#v3 #intro dt:before{
	content:url(../../img/special/v3/icon.png);
	vertical-align:middle;
	margin-right:5px;
}

#v3 #intro dd{
	margin-bottom:20px;
}

@media only screen and (max-width: 768px) { 
#v3 h3{
	font-size:65px;
	letter-spacing:2px;
}
}

@media only screen and (max-width: 640px) { 
#v3 h3{
	font-size:36px;
	letter-spacing:2px;
}
#v3 h3 span{
	letter-spacing:normal;
}
#v3 #intro h2{
	font-size:30px;
}
#v3 #intro dt{
	font-size:20px;
}
}


@media only screen and (max-width: 400px) { 
#v3 h3 span br{
	display:block;
}
}





/*
about
------------------------------------------------------------------------------------*/
#about{
	background:#1A1C1D;
	color:#fff;
	padding:8% 0;
}

#about a{
	color:#fff;
}

#about .inner{
	width:90%;
	max-width:1000px;
	margin:60px auto 120px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#about .inner:nth-of-type(even){
	flex-direction:row-reverse;
}

#about .inner .text{
	width:50%;
	text-align:left;
}

#about .inner .text dl{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:10px;
}

#about .inner .text dt{
	font-size:60px;
	font-weight:300;
	width:22%;
	max-width:90px;
}

#about .inner .text dd{
	font-size:22px;
	width:78%;
}

#about .inner .text p{
	line-height:1.8;
}

#about .inner .image{
	width:46%;
}

#about .inner #b-a{
	width:100%;
	margin:15px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

#about .inner #b-a .block{
	width:80%;
}

#about .inner #b-a .block p{
	font-size:20px;
}



#about .inner #b-a .block ul{
	background:#666;
	padding:20px 5%;
	margin-top:10px;
}

#about .inner #b-a .block ul span{
	font-size:13px;
}


#about .inner #b-a .block ul p{
	/*font-size:18px;*/
	font-size:20px;
	margin-bottom:15px;
}

#about .inner #b-a .block li{
	width:95%;
	max-width:400px;
	margin:0 auto 10px;
	text-align:left;
	font-size:17px;
	font-weight:bold;
}

#about .inner #b-a .block li:before{
	content:"×";
	display:inline-block;
	font-size:24px;
	line-height:0.8;
	width:20px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	color:#222;
	background:#fff;
	margin-right:10px;
	font-weight:normal;
}

#about .inner #b-a .after ul{
	background:#CC3366;
}

#about .inner #b-a .after li:before{
	content:"〇";
	color:#cc3366;
	font-size:15px;
	font-weight:700;
	line-height:1.2;
}

#about .inner .point{
	width:100%;
	margin:30px auto;
	padding:22px 0;
	background:#cc3366;
	font-size:17px;
}

#about .inner .point span{
	font-size:24px;
	margin:0 22px;
}




@media only screen and (max-width: 740px) { 
#about .inner{
	margin:60px auto 120px;
	display:block;
}

#about .inner:nth-of-type(even){
	flex-direction:row-reverse;
}
#about .inner .text{
	width:100%;
	margin-bottom:20px;
}


#about .inner .text p{
	font-size:14px;
}

#about .inner .image{
	width:100%;
}

#about .inner #b-a{
	width:100%;
	display:block;
}

#about .inner #b-a .block{
	width:100%;
	margin-bottom:30px;
}

#about .inner .point span:after{
	content:"\A";
	white-space:pre;
}


}



@media only screen and (max-width: 410px) { 
#about .inner .text dd{
	font-size:20px;
}
}



/*about 変更*/

#about .inner_about{
	width:80%;
	max-width:750px;
	margin:60px auto 60px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border-bottom:#FFFFFF 1px dotted;
	padding-bottom:30px;
}

#about .inner_about:nth-of-type(even){
	flex-direction:row-reverse;
}

#about .inner_about .text{
	width:100%;
	text-align:left;
}


#about .inner_about .text dl{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:10px;
}

#about .inner_about .text dt{
	font-size:50px;
	font-weight:300;
	width:18%;
	max-width:75px;
}

#about .inner_about .text dd{
	font-size:22px;
	width:78%;
}

#about .inner_about .text p{
	line-height:1.8;
}


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

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

#about .inner_about .text dt{
	display:block !important;
	}

#about .inner_about .text dd{
	width:100%;
}

}




#about #so{
	position:relative;
}


#about #so dl{
	margin:80px auto 30px;
}

#about #so dt{
	font-size:30px;
	line-height:1.8;
}

#about #so dt span{
	font-size:20px;
	display:block;
}

#about #so dt sup{
	font-size:12px;
}

/*変更追加*/

#about #so dd{
	width:90%;
	max-width:800px;
	margin:0 auto;
	line-height:1.5; 
}


#about #so dt:nth-of-type(2){
	font-size:35px;
}


#about #point{
	width:90%;
	max-width:820px;
	margin:60px auto 120px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	counter-reset: number;
}

#about #point .box{
	width:38%;
	max-width:290px;
	background:#e3e3e3;
	position:relative;
	color:#000;
	padding:7% 5%;
	text-align:left;
	margin-bottom:50px;
}

#about #point .box:before{
	content:"";
	position:absolute;
	box-sizing: border-box;
	border: 35px solid transparent;
	border-top: 20px solid #1A1C1D;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top:0;
}

#about #point .box .index{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:20px;
}

#about #point .box .index p{
	width:24%;
	margin-right:6%;
	color:#cc3366;
	border-right:1px solid #cc3366;
	border-bottom:1px solid #cc3366;
	font-size:20px;
	padding-right:3%;
	counter-increment: number;
}

#about #point .box .index p:after{
	content: "0" counter(number);
	display:block;
	font-size:60px;
	font-style:italic;
}

#about #point .box .index dl{
	width:66%;
	font-size:20px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
}

#about #point .box .index dd{
	font-size:26px;
	line-height:1.5;
	margin-top:10px;
}

#about #point .box .text{
	line-height:1.8;
}

#about #point .box .mame{
	border:1px solid #000;
	padding:15px;
	margin-top:15px;
}



@media only screen and (max-width: 680px) { 
#about #so dt,
#about #so dt:nth-of-type(2) {
    font-size: 27px;
}

/*追加*/
#about #so dt{
	width:90%;
	text-align:center;
	margin:0 auto 20px;
}


#about #so dd{
	font-size:15px;
	text-align:left;
}

#about #point .box{
	width:84%;
	max-width:none;
	padding:12% 8%;
	margin-bottom:50px;
}

#about #point .box .index p{
	font-size:18px;
	max-width:55px;
}
#about #point .box .index p:after{
	font-size:50px;
}
#about #point .box .index dl{
	font-size:17px;
}

#about #point .box .index dt br{
	display:none;
}

}

























/*
特徴
--------------------------------------------------------------------------------
#quality{
	width:90%;
	max-width:1000px;
	margin:80px auto;
	counter-reset: number;
}

#quality .inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:50px;
}

#quality .inner .box{
	width:48%;
	background:#ececec;
	padding-bottom:50px;
	margin-bottom:50px;
}

#quality .inner .box .ttl{
	background:#333;
	color:#fff;
	padding-top:30px;
	counter-increment: number;
}

#quality .inner .box .ttl p{
	padding-bottom:20px;
	font-size:20px;
}

#quality .inner .box .ttl:before{
	content: "0" counter(number);
	display:block;
	font-size:30px;
}

#quality .inner .box dl{
	width:90%;
	margin:30px auto;
}

#quality .inner:last-child .box:nth-of-type(2) dd{
	counter-increment: count;
	margin-bottom:20px;
}
#quality .inner:last-child .box:nth-of-type(2) dd:before{
	content:"STEP"counter(count);
	display:block;
	border-bottom:1px dotted #000;
	padding-bottom:5px;
	margin-bottom:5px;
}

#quality .inner .box dt{
	margin-bottom:25px;
	font-size:18px;
	font-weight:bold;
}

#quality .inner .box dd{
	text-align:left;
	line-height:1.6;
}

#quality .inner .point{
	font-size:20px;
	width:100%;
	line-height:1.8;
}

#quality .inner .point p br{
	display:none;
}

#quality .inner .point span{
	color:#cc3366;
}


#quality .block{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:50px auto 80px;
}

#quality .block #image{
	width:34%;
}

#quality .block .text{
	width:48%;
	text-align:left;
	font-size:18px;
}

#quality .block .text .ttl{
	background:#9e9e9e;
	color:#fff;
	text-indent:10px;
	padding:10px 0;
	margin-bottom:15px;
}

#quality .block .text dt{
	font-weight:bold;
	font-size:18px;
}

#quality .block .text dd{
	font-size:16px;
	margin-top:20px;
	line-height:1.8;
}

#quality .block .text dd ul{
	width:95%;
	margin:auto;
	display:flex;
	justify-content:space-between;
}

#quality .block .text dd ul li{
	width:23%;
	font-size:12px;
}

#quality .block .text dd ul li span{
	font-size:13px;
	display:block;
	text-align:center;
}

@media only screen and (max-width: 900px) { 
#quality .block .text .ttl{
	font-size:15px;
}
}

@media only screen and (max-width: 755px) { 
#quality .inner .box{
	width:100%;
	max-width:480px;
	margin:0 auto 50px;
}

#quality .block{
	display:block;
}

#quality .block #image{
	width:60%;
	margin:0 auto 30px;
}

#quality .block .text{
	width:100%;
	max-width:480px;
	text-align:left;
	margin:0 auto 50px;
	font-size:18px;
}

#quality .inner .point p br{
	display:block;
}


}

@media only screen and (max-width: 420px) { 
#quality .block .text dd ul{
	flex-wrap:wrap;
}
#quality .block .text dd ul li{
	width:45%;
	text-align:center;
	margin-bottom:20px;
}
#quality .block .text dd ul li p{
	margin-bottom:5px;
}
}


----*/


#quality{
	background:#5e5e5e;
	padding:90px 0;
	color:#fff;
}

#quality #inner{
	width:90%;
	max-width:1000px;
	margin:40px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	/*flex-direction:row-reverse;*/
}

#quality #inner .box{
	width:52%;
}

#quality #inner .box:nth-of-type(2){
	width:45%;
}

#quality #inner .box dl#midashi{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:25px 0 27px;
	margin-bottom:20px;
}

#quality #inner .box #midashi dt{
	font-size:35px;
	margin-bottom:15px
}

#quality #inner .box dl#inno{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

#quality #inner .box dl#inno dt{
	width:68%;
	text-align:left;
	font-size:25px;
}

#quality #inner .box dl#inno dt span{
	font-size:16px;
	display:block;
	line-height:1.8;
	margin-top:20px;
}

#quality #inner .box dl#inno dd{
	width:30%;
}



@media only screen and (max-width: 860px) { 
	#quality #inner .box #midashi dt{
		font-size:30px;
	}
	#quality #inner .box dl#midashi dd br{
		display:none;
	}
	
	#quality #inner .box dl#inno dt{
		font-size:22px;
	}
	#quality #inner .box dl#inno dt br{
		display:none;
	}
	#quality #inner .box dl#inno dt span{
		margin-top:10px;
		line-height:1.5;
	}

}


@media only screen and (max-width: 740px) { 
#quality{
	padding:60px 0 35px;
}
#quality #inner .box,
#quality #inner .box:nth-of-type(2){
	width:100%;
}

#quality #inner .box dl#midashi{
	margin-bottom:5px;
}

#quality #inner .box #midashi dt{
	font-size:24px;
	margin-bottom:10px;
}

#quality #inner .box dl#inno{
	margin-bottom:20px;
}

#quality #inner .box dl#inno dt{
	width:70%;
	font-size:20px;
}

#quality #inner .box dl#inno dt span{
	font-size:14px;
	margin-top:10px;
	line-height:1.5;
}

#quality #inner .box dl#inno dd{
	width:30%;
}
}


















#howto{
	background:#f9f9f9;
	padding:80px 0;
}


#howto #inner{
	width:90%;
	max-width:1000px;
	margin:50px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#howto #inner .box{
	width:47%;
	margin:0 auto 80px;
}

#howto #inner .box dl{
	display:flex;
}

#howto #inner .box dt{
	font-size:40px;
	width:46px;
	height:45px;
	line-height:1;
	background:#000;
	color:#fff;
	font-weight:300;
	margin-right:15px;
}

#howto #inner .box dd{
	font-size:20px;
	text-align:left;
}

#howto #inner .box p{
	text-align:left;
	margin-top:15px;
}

#howto #first{
	margin-top:30px;
}

#howto ul{
	width:90%;
	max-width:1000px;
	margin:0 auto;
	background:#fff;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	padding:50px 0;
}

#howto ul li{
	width:45%;
	max-width:430px;
}

#howto ul li p{
	max-width:350px;
	margin:5px auto 0;
}

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

#howto #inner .box{
	width:90%;
	max-width:460px;
}
#howto ul{
	padding:30px 0;
}
#howto ul li{
	width:90%;
	max-width:430px;
	margin:0 auto 30px;
	font-size:14px;
}




}














/*
MOVIE
------------------------------------------------------------------------------------*/
#movie{
	background:#e3e3e3;
	padding:100px 0;
}

#movie iframe{
	width:90%;
	max-width:800px;
	margin:0 auto 10px;
}

#movie p{
	width:100%;
	margin:50px auto 15px;
	font-size:20px;
}

#movie #big{
	margin-top:50px;
}

#movie #big span{
	display:block;
}

#movie #big iframe{
	height:500px;
}

#movie li iframe{
	width:100%;
	height:290px;
}

#movie ul{
	max-width:800px;
	width:90%;
	margin:50px auto 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

#movie ul li{
	width:49%;
}


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

#celebrity span{
	font-size:50px;
	border-bottom:1px solid #000;
	display:block;
	padding-bottom:15px;
	margin-bottom:40px;
}


#celebrity p{
	line-height:1.8;
}


#celebrity #inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:40px;
}

#celebrity #inner .box{
	width:47%;
	margin-bottom:30px;
}

#celebrity #inner .box iframe{
	width:100%;
	height:300px;
}

#celebrity #inner .box dl{
	text-align:left;
	margin-top:5px;
}

#celebrity #inner .box dt{
	font-weight:bold;
	margin-bottom:15px;
}


@media only screen and (max-width: 950px) { 
#movie #big iframe{
	height:400px;
}
#movie li iframe{
	height:180px;
}
}



@media only screen and (max-width: 760px) { 
#movie{
	padding:70px 0;
}
#movie #big iframe{
	height:250px;
}
#movie ul li{
	width:100%;
	margin-bottom:30px;
}
#movie li iframe{
	height:250px;
}
}


@media only screen and (max-width: 620px) { 
#movie p{
	font-size:15px;
}

#celebrity span{
	font-size:30px;
}

}

@media only screen and (max-width: 460px) { 
#movie p{
	font-size:12px;
}
}



#easy{
	margin-top:80px;
	position:relative;
}


#easy img{
	object-fit:cover;
	height:750px;
}


#easy dl{
	width:90%;
	max-width:680px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background:rgba(255, 255, 255, .7);
	padding:5% 0;
}

#easy dt{
	font-size:25px;
	margin-bottom:25px;
}

#easy dd{
	width:80%;
	max-width:450px;
	font-size:38px;
	margin:15px auto 0;
	text-align:left;
}

#easy dd:before{
	content:url(../../img/special/v3/icon2.png);
}


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

#easy img{
	height:490px;
}
#easy dl{
	padding:8% 0;
}

#easy dt{
	font-size:16px;
}

#easy dd{
	font-size:20px;
}

#easy dd:before{
	background: url(../../img/special/v3/icon2.png) no-repeat;
	content: "";
	width: 27px;
	display: inline-block;
	height: 32px;
	background-size: 20px;
	vertical-align: middle;
}
}


/*
口コミ
------------------------------------------------------------------------------------*/
#voice{
	padding:80px 0;
}

#voice p{
	margin:30px 0;
}


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

#voice ul li{
	width:47%;
	margin-bottom:30px;
}

#voice ul li p{
	font-size:14px;
	margin:5px auto 0;
}







/*
商品情報
------------------------------------------------------------------------------------*/
#item_detail{
	background:#F0F0F0;
	padding:120px 0;
}

#v3 .item{
	width:90%;
	max-width:1000px;
	margin:70px auto 100px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#v3 .item h3{
	width: 100%;
	margin-bottom: 110px;
}

#v3 .item .image{
	width:35%;
}

#v3 .item dl{
	width:60%;
	text-align:left;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

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

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

#v3 .item dd p{
	margin-bottom:10px;
	color:#cc3366;
}

#v3 .item dd li{
	font-size:14px;
	margin-bottom:5px;
}





#v3 #set{
	width:80%;
	max-width:900px;
	margin:50px auto;
	background:#fff;
	padding:5%;
}

#v3 #set p{
	width:100%;
	font-size:20px;
	font-weight:bold;
	margin-bottom:40px;
}

#v3 #set ul{
	width:100%;
	display:flex;
	justify-content:space-around;
}

#v3 #set ul li{
	width:45%;
}

#v3 #set ul li span{
	display:block;
}

@media only screen and (max-width: 640px) { 
#v3 .item{
	margin-bottom:100px;
}
#v3 .item .image{
	width:60%;
	margin:0 auto 30px;
}

#v3 .item dl{
	width:100%;
	margin:0 auto;
	font-size:14px;
}

#v3 #set{
	padding:8% 5%;
}

#v3 #set ul{
	display:block;
}
#v3 #set ul li{
	width:100%;
	margin-bottom:30px;
	font-size:14px;
}



}





/*パッケージ変更*/
#v3 #package{
	width:80%;
	max-width:900px;
	margin:50px auto;
	background:#fff;
	padding:5%;

}

#v3 #package dl{
	width:80%;
	max-width:800px;
	margin:0 auto; 
}

#v3 #package dt{
	background:#000000;
	color:#FFFFFF;
	padding:10px 0;
	font-size:20px;
}

#v3 #package dd{
	margin:20px 0;
	text-align:left;

}

#v3 #package span{
	display:block;
}


@media only screen and (max-width: 640px) { 
#v3 #package{
}

#v3 #package dl{
	width:100%;
	margin:40px auto; 
}

}



/*
比較
-------------------------------------------------------------------------------------------*/
#hikaku{
	max-width:1000px;
	margin:80px auto;
}


#hikaku h5{
	font-size:35px;
	font-weight:normal;
	line-height:1.6;
	margin-bottom:30px;
}


#hikaku th{
	background:#666;
	color:#fff;
	padding:10px 0;
}

#hikaku td{
	width:50%;
	padding:20px;
}

#hikaku td img{
	margin:10px auto 20px;
}

#hikaku tr:first-child td{
	background:#577E82;
	color:#fff;
	padding:20px 0;
	font-size:20px;
}

#hikaku tr:first-child td:nth-of-type(2){
	background:#B64B5F;
}


#hikaku td:first-child{
	background:#CAD8D9;
}

#hikaku td:last-child{
	background:#EACCD1;
}

#hikaku td p{
	max-width:437px;
	background: #577e82; /* Old browsers */
	background: -moz-linear-gradient(top,  #577e82 30%, #375053 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #577e82 30%,#375053 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #577e82 30%,#375053 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#577e82', endColorstr='#375053',GradientType=0 ); /* IE6-9 */
	margin:15px auto 10px;
	border-radius:10px;
	font-size:18px;
}

#hikaku td p span{
	font-size:13px;
	display:block;
}

#hikaku td p a{
	color:#fff;
	padding:25px 0;
	display:block;
}

#hikaku tr:last-child td:nth-of-type(2) p{
	background: #b64b5f;
	background: -moz-linear-gradient(top,  #b64b5f 38%, #8b3847 100%);
	background: -webkit-linear-gradient(top,  #b64b5f 38%,#8b3847 100%);
	background: linear-gradient(to bottom,  #b64b5f 38%,#8b3847 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64b5f', endColorstr='#8b3847',GradientType=0 );
}

@media only screen and (max-width:676px) { 
#hikaku h5{
	font-size:26px;
}

#hikaku th{
	background:#666;
	color:#fff;
	padding:10px 0;
}

#hikaku td{
	padding:20px 10px;
	font-size:14px
}

#hikaku tr:first-child td{
	font-size:18px;
}

#hikaku td p{
	font-size:16px;
}

#hikaku td p a{
	padding:15px 0;
}

}


/*
Q&A
------------------------------------------------------------------------------------*/

#faq{
	margin:80px auto 0;
	padding:50px 0 30px;
	background:#EFEFEF;
}


#faq #inner{
	width:92%;
	max-width:1000px;
	margin:80px auto;
	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;
	text-indent:-48px;
	padding-left:48px;
	margin-bottom:15px;
}

#faq #inner dt:before{
	content:"Q ";
	font-size:60px;
	vertical-align:middle;
	line-height:0.6;
}
/*
#faq #inner dt{
	font-size:20px;
	font-weight:bold;
}

#faq #inner dt:before{
	content:"Q ";
	font-size:60px;
	vertical-align:middle;
}*/

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

#faq #inner dd a {
    background: #929292;
    color: #FFFFFF;
    line-height: 2.5;
    padding: 0 0.5em;
    display: inline-block;
    margin: 0.8em auto 1.5em;
}


@media only screen and (max-width: 789px){
#faq #inner dt{
	text-indent:-38px;
	padding-left:50px;
	line-height:1;
	margin-bottom:10px;
}
#faq #inner dt:before{
	font-size:45px;
}
}


@media only screen and (max-width: 640px) { 
#faq #inner dl{
	width:100%;
}
#faq #inner dt:before{
	font-size:36px;
}
#faq #inner dt{
	font-size:18px;
	text-indent:-30px;
	padding-left:30px;
}
#faq #inner dd{
	margin:0 0 30px 30px;
}
    
    #faq #inner dd span {
        font-size: 14px;
    }
    
    #faq #inner dd a {
    font-size: 13px;
        width: 90%;
        text-align: center;
}
    
    
}




.siries{
	max-width:780px;
	background:#fff;
	padding:40px 20px;
	color:#000;
	margin:auto;
}

.siries .box{
	width:90%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:30px auto 50px;
}

.siries .box:nth-of-type(2){
	flex-direction:row-reverse;
}


.siries .box p{
	width:50%;
	background:#f1f1f1;
	padding:30px 0;
}

.siries .box dl{
	width:46%;
	text-align:left;
}

.siries .box dt{
	font-size:24px;
	margin-bottom:10px;
}

.siries .box dd:last-child{
	background:#000;
	text-align:center;
	margin-top:15px;
}

.siries .box dd:last-child a{
	padding:10px 0;
	display:block;
}


@media only screen and (max-width:640px) { 
.siries{
	width:82%;
}
.siries .box p{
	width:100%;
}

.siries .box dl{
	width:100%;
	margin-top:15px;
}
 
}
















#contents,
#salon{
	display:none;
}






/*
アワード追加
------------------------------------------------------------------------------------*/

#v3 #award{
	width:100%;
	margin:0 auto;
	background:#FBF7EC;
	padding:110px 0;
	text-align:center;
}

#v3 #award dl{
	flex-wrap: wrap;
	font-size:16px;
	max-width:1000px;
	margin:0 auto;
	 display: flex;   
}

#v3 #award dt{
	width:52%;
  margin-right:30px;
}


#v3 #award dt span{
	font-size:20px;
	font-weight:bold;
	display:block;
	margin:20px auto 5px;
}

#v3 #award dd{
	width:44%;
}


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

#v3 #award{
	width:100%;
	padding:30px 0 40px;
}

#v3 #award dl{
	font-size:16px;
	margin:0 auto; 
}

#v3 #award dt{
	width:90%;
	margin:0 auto 20px; 
}

#v3 #award dd{
	width:90%;
	margin:0 auto; 
}
}













/*
サンスクリーン
-------------------------------------------------------------------------------------------*/
#v3 .item_box .ttl{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding-top:50px;
	margin-bottom:50px;
	width:100%;
}

#v3 .item_box .ttl h2{
	font-size:20px;
	color:#C0665F;
	margin-bottom:10px;
	font-weight:bold;
}

#v3 .item_box .ttl h3{
	font-size:40px;
	font-weight:500;
	margin-bottom: 50px;
}

#v3 .item_box .ttl h3 span{
	font-size:20px;
	display:block;
	margin-top:10px;
}


#v3 .item_box .box{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	max-width:730px;
	margin:auto;
}
#v3 .item_box .box p{
	width:20%;
}

#v3 .item_box .box dl{
	width:70%;
	text-align:left;
}

#v3 .item_box .box dt{
	font-size:28px;
	font-weight:bold;
	line-height:1.5;
}

#v3 .item_box .box dd span{
	background:#CC3366;
	color:#fff;
	font-size:20px;
	line-height:2.2;
	padding:5px 15px;
}

#v3 .item_box .box dd{
	margin-top:15px;
	line-height:1.8;
}

.bg-w1000{
	background:#fff;
	width:90%;
	max-width:1000px;
	padding:50px 0;
	margin:auto;
}

@media only screen and (max-width:590px) { 
	#v3 .item_box .box{
		display: block;
	}
	
	#v3 .item_box .box p{
		width:100%;
		margin-bottom: 30px;
	}

	#v3 .item_box .box dl{
		width:100%;
	}
	#v3 .item_box .box dt{
		font-size:22px;
	}
	
	#v3 .item_box .box dd span{
		font-size:17px;
	}
	
}



















/*
-------------------------------------------------------------------------------------------*/
.series_contents{
	background:#E2E2E2;
	padding:90px 0;
}

.series_contents #kouka p{
	font-size:30px;
	font-weight:bold;
	margin-top: 25px;
}

.series_contents #kouka p br{
	display: none;
}

.series_contents #kouka ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	width:90%;
	max-width:620px;
	margin:50px auto 30px;
}


.series_contents #kouka ul li:before{
	content:url(../../img/special/expertlotion/icon.png);
	vertical-align:middle;
	margin-right:5px;
}

.series_contents #kouka ul li{
	font-size:20px;
	font-weight:bold;
	width:48%;
	text-align:left;
	margin-bottom:30px;
}


@media only screen and (max-width:740px) { 
	.series_contents{
		padding:60px 0;
	}
	
	.series_contents #kouka p{
		width: 90%;
		margin: auto;
		font-size:22px;
	}

	.series_contents #kouka p br{
		display: block;
	}

	.series_contents #kouka ul{
		display:inline-flex;
		margin:35px auto 30px;
	}
	
	.series_contents #kouka ul li:before{
		content:url(../../img/special/expertlotion/icon.png);
		margin-right:5px;
	}
	
	.series_contents #kouka ul li{
		font-size:18px;
		margin-bottom:10px;
		width:80%;
		text-align:left;
	}
}



/*
サンスクリーン 特徴
-------------------------------------------------------------------------------------------*/
#tokucho{
	margin-top: 50px;
}

#tokucho h3{
 	width: 90%;
	font-size: 30px;
    font-weight: bold;
    margin: 25px auto 50px;
	letter-spacing: normal;
}

#tokucho h3 br{
	display: none;
}

#tokucho h3 span{
	font-weight: normal;
	margin-top: 30px;
}

#tokucho .box{
	width: 90%;
	margin: 0 auto 80px;
}

#tokucho .box .ttl{
	background: #000;
	color: #fff;
	margin-bottom: 80px;
	padding: 15px 0;
	font-size: 35px;
}

#tokucho .box .inner{
	max-width: 800px;
	margin: auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
}

#tokucho .box:nth-child(odd) .inner{
	flex-direction:row-reverse;
}

#tokucho .box .inner p{
	width: 40%;
}

#tokucho .box .inner dl{
	width: 40%;
	text-align: left;
}

#tokucho .box .inner dt p{
	width: 100%;
	background: #ddd;
	text-indent: 20px;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
}

#tokucho .box .inner dt{
	font-size: 30px;
	margin-bottom: 20px;
}

#tokucho .box .inner dt span{
	font-size: 20px;
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

#tokucho .box .inner dd p{
	width: 100%;
	border-bottom: 2px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#tokucho .box .point{
	width: 90%;
	margin: 50px auto;
	text-align: left;
	counter-reset: number;
}

#tokucho .box .point dl{
	margin-bottom: 50px;
	counter-increment: number;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: flex-start;
}

#tokucho .box .point dt{
	background: #000;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1.8;
	width: 53px;
}

#tokucho .box .point dd{
	width: 88%;
	margin: 5px 0 0 2%;
}

#tokucho .box .point dd p{
	font-weight: bold;
	margin-bottom: 10px;
}

#tokucho .box .point dd li{
	margin-bottom: 5px;
}

#tokucho .box .point dd li p{
	font-weight: normal;
	margin-bottom: auto;
}



@media only screen and (max-width:740px) { 
#tokucho h3{
    font-size: 22px;
	}
	
	#tokucho h3 br{
	display: block;
}

	#tokucho .box .inner{
		display: block;
	}
	
	#tokucho .box .inner p{
		width: 80%;
		margin: 0 auto 50px;
	}

	#tokucho .box .inner dl{
		width: 100%;
	}
	#tokucho .box .inner dt p{
		margin-bottom: 0;
	}
	#tokucho .box .point{
		width: 100%;
	}
}

@media only screen and (max-width:640px) { 
	#tokucho .box .inner dt{
		font-size: 26px;
	}
	#tokucho .box .point dt{
		width: 35px;
		font-size: 21px;
	}
	#tokucho .box .point dd{
		width: 86%;		
	}
}





















#sunscreen_inner #usepoint {
    background: #f0f0f0;
    padding: 5%;
    width: 80%;
    margin:50px auto;
}

#sunscreen_inner #usepoint p {
    margin: 0 auto 50px;
    font-size: 20px;
}

#sunscreen_inner #usepoint p br{
	display: none;
}
#sunscreen_inner #usepoint dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#sunscreen_inner #usepoint dt {
    background: #ccc;
    width: 18%;
    max-width: 110px;
    height: 50px;
    margin-bottom: 15px;
    position: relative;
}

#sunscreen_inner #usepoint dt span {
    width: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#sunscreen_inner #usepoint dd {
    width: 78%;
    text-align: left;
    margin: 0 0 15px 4%;
}



@media only screen and (max-width:690px) { 
	#sunscreen_inner #usepoint p br{
		display: block;
	}
	#sunscreen_inner #usepoint dd{
		width: 75%;
	}
}

@media only screen and (max-width:430px) { 
	#sunscreen_inner #usepoint p{
		font-size: 18px;
		margin: 20px auto;
	}
	
	#sunscreen_inner #usepoint dt {
    width: 100%;
    max-width:none;
    height: auto;
	padding: 10px 0;
}

#sunscreen_inner #usepoint dt span {
    position:static;
	}
#sunscreen_inner #usepoint dd {
    width: 100%;
    text-align: left;
    margin: 0 auto 30px;
}

}



/*
使い方
------------------------------------------------------------------------------------*/
#v3 #sun_howto{
	margin-top:50px;
}

#v3 #sun_howto #howtopoint{
	background:#f0f0f0;
	padding:50px 5%;
	margin-bottom:50px;
}

#v3 #sun_howto #howtopoint p{
	font-weight:bold;
	font-size:20px;
	margin-bottom:40px;
}

#v3 #sun_howto #howtopoint p br{
	display:none;
}


#v3 #sun_howto #howtopoint dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}


#v3 #sun_howto #howtopoint dt{
	background:#ccc;
	width:13%;
	min-width:80px;
	max-width:110px;
	height:50px;
	margin-bottom:15px;
	position:relative;
}

#v3 #sun_howto #howtopoint dt span{
	width:100%;
	left:0;
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#v3 #sun_howto #howtopoint dd{
	width:83%;
	text-align:left;
	margin-bottom:15px;
}

#v3 #sun_howto #howtopoint dd span{
	color:#ff3366;
}


#v3 #sun_howto .step{
	width:90%;
	max-width:1000px;
	margin:50px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	counter-reset: number;
}

#v3 #sun_howto .box{
	width:31%;
	margin-bottom:40px;
}

#v3 #sun_howto .box dl{
	text-align:left;
	margin-top:15px;
}

#v3 #sun_howto .box dt{
	font-size:22px;
	counter-increment: number;
}

#v3 #sun_howto .box dt:before{
	background:#666;
	color:#fff;
	display:inline-block;
	content:  counter(number);
	width:34px;
	height:30px;
	font-size:25px;
	text-align:center;
	margin-right:8px;
	padding-top:5px;
}

#v3 #sun_howto .box dd{
	margin-top:15px;
}

#v3 #sun_howto #jointly{
	width:90%;
	max-width: 650px;
	border:1px solid #000;
	padding:50px 0;
	margin:0 auto 80px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	text-align: left;
}

#v3 #sun_howto #jointly p{
	width:45%;
}

#v3 #sun_howto #jointly p:first-child{
	text-align: center;
	width: 38%;
	margin-right: 2%;
}


#repair{
	width: 90%;
	margin: 50px auto 80px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	/*flex-direction:row-reverse;*/

}

#repair .ttl{
	width: 100%;
	margin-bottom:50px;
	font-size: 25px;
	background: #ccc;
	padding: 20px 0;
}

#repair p{
	width: 40%;
	text-align: left;
	line-height: 1.6;
}


@media only screen and (max-width:750px) { 
	#v3 #sun_howto #howtopoint dd br{
		display:none;
	}
}

@media only screen and (max-width:640px) { 
	#v3 #sun_howto #howtopoint{
		margin-top:-20px;
	}
	#v3 #sun_howto #howtopoint dt{
		height:85px;
		margin-bottom:15px;
	}
	
	#v3 #sun_howto #howtopoint dd{
		width:80%;
	}
	
	#v3 #sun_howto #howtopoint dd br{
		display:inline;
	}
	
	#v3 #sun_howto .ttl p{
		width:90%;
		text-align:left;
	}
	
	#v3 #sun_howto .step{
		width:92%;
		margin:auto;
	}
	
	#v3 #sun_howto .box{
		width:48%;
		margin-bottom:40px;
	}
	
	#v3 #sun_howto .box img{
		max-width:none;
		width:100%;
	}
	
	#v3 #sun_howto .box dl{
		text-align:left;
		margin:15px auto 0;
		max-width:287px;
	}
	
	#v3 #sun_howto .box dt{
		font-size:16px;
		font-weight:bold;
	}
	
	#v3 #sun_howto .box dt:before{
		width:25px;
		height:25px;
		font-size:18px;
		margin-right:5px;
		padding-top:3px;
	}
	
	#v3 #sun_howto .box dd{
		font-size:14px;
	}
	
	#v3 #sun_howto #jointly{
		width:90%;
		padding:25px 0;
		margin:0 auto 80px;
	}
		
}



@media only screen and (max-width:500px) { 
#v3 #sun_howto .ttl h4{
	font-size:20px;
	padding:20px 0;
}
	#v3 #sun_howto #howtopoint p br{
		display:block;
	}
	
	#v3 #sun_howto #howtopoint dt{
		height:105px;
	}
	#v3 #sun_howto #howtopoint dd{
		width:73%;
	}
	
	#repair{
		display: block;
	}
	
	#repair .ttl{
	font-size: 20px;
	padding: 15px 0;
}

#repair p{
	width:100%;
	margin: 0 auto 50px;
	}

}




#v3 #charge{
	width: 90%;	
	max-width: 1000px;
	margin: 120px auto;
    padding: 0 30px 60px;
	/*display:flex;
	flex-wrap:wrap;
	justify-content:space-between;*/
	align-items:center;
}


#v3 #charge .ttl{
	font-family: a-otf-ryumin-pr6n,serif;
    text-align: center;
    font-size: 40px;
    margin-bottom: 65px;
}

#v3 #charge .ttl span{
    font-size: 23px;
    display: block;
    margin-top: 16px;
    line-height: 1.8;
}

#v3 #charge #charge_box{
    display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
    font-family: a-otf-ryumin-pr6n,serif;
}

#v3 #charge #charge_box img {
    margin-bottom: 30px;
}

#v3 #charge dl{
    width: 31%;
    /*max-width: 410px;*/
    text-align: center;
    margin-top: 20px;
}

#v3 #charge dd{
background: #000000;
color: #FFFFFF;
padding: 15px 0;
margin: 10px 0 20px;
    font-size: 16px;
}

#v3 #charge dt{
text-align: left;
display: block;
margin-top: 5px;
}

#v3 #charge ul{
    line-height: 2.0;
}

#v3 #charge #charge_box li{
	font-size: 16px;
	background: url("../../img/special/v3brilliant/check.jpg") no-repeat;
	padding: 0 30px 5px 30px;
}

#v3 #charge .charge_box2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: a-otf-ryumin-pr6n,serif;
}

#v3 #charge .charge_box2 dl {
    width: 31%;
    
}

#v3 #charge .charge_box2 dt {
    background: #EEEEEE;
    text-align: center;
    line-height: 3.0;
}

#v3 #charge .charge_box2 dd {
    background: #FFFFFF;
    color: #000000;
}

#v3 #charge .charge_box2 dd .kome {
    font-size: 12px;
}

#v3 #charge .charge_box2 .concept {
    min-height: 45px;
}

    #v3 #charge .charge_box2  ul {
    list-style: none;
    padding: 0 5%;
    line-height: 2.0;
    /* width: 90%; */
        display: flex;
}
    
    #v3 #charge .charge_box2  li {
        display: flex;
		width: 100%;
		align-items: center;/*スマホstart;*/
        justify-content: center;
    }

    
   #v3 #charge .charge_box2  li:before {
        content: "";
        display: inline-block;
        background: url(../../img/special/v3brilliant/check.jpg) no-repeat left;
        background-size: 100%;
        height: 25px;
        width: 20px;
       /*max-width: 25px;*/
        margin-right: 10px;
}

#v3 #charge .charge_box2 span {
    font-size: 22px;
    display: inline-block;
    /*margin-right: 15px;*/
}







@media only screen and (max-width:750px) { 
	#v3 #charge{
		/*align-items: start;
		padding-bottom: 165px;*/
        width: 90%;
        margin: 0 auto;
	}
    
   #v3 #charge #charge_box{
   width: 100%;
   padding: 0!important;
   margin: 0 auto;
   }
    
    #v3 #charge .ttl{
    font-size: 30px;
	}
    
    #v3 #charge .ttl span{
    font-size: 16px;    
    }
    
    #v3 #charge dd{
    font-size: 15px;
}

#v3 #charge li{
	font-size: 15px;
    padding: 0 0 5px 22px;
}
}


@media only screen and (max-width:530px) { 
	#v3 #charge{
		display: block;
		margin: 80px auto;
        padding: 0!important;

	}
    
    #v3 #charge .charge_box2 {
        font-size: 14px;
    }
    
    #v3 #charge .charge_box2 dd .kome {
    font-size: 10px;
}

    #v3 #charge .charge_box2 dt {
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 0;
    }
    #v3 #charge dd {
    padding: 5px 0;
    margin: 5px 0 10px;
        font-size: 12px;
}
    #v3 #charge .charge_box2 ul {
        display: block;
        
    }
    
    #v3 #charge .charge_box2 li {
        font-size: 12px;
        padding: 0;
    }
    #v3 #charge .charge_box2 li:before {
    width: 14px;
}
    #v3 #charge .charge_box2 span {
    font-size: 16px;
    margin-right: 5px;
}
    
    #v3 #charge .ttl {
    font-size: 26px;
    margin-bottom: 30px;
}
    #v3 #charge #charge_box li {
    font-size: 12px;
    padding: 0 0 5px 20px;
        background-size: 13px;
        background-position-y: 5px;
}
    

}



#v3_brilliant_item {
    width: 90%;	
	max-width: 1000px;
	margin: 120px auto;
    text-align: left;
    color: #000000;
}

#v3_brilliant_item .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

#v3_brilliant_item .new_mark {
    background: #D61B4E;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 20px;
    line-height: 2.0;
    padding: 0 20px;
    margin-bottom: 20px;
}
#v3_brilliant_item .box_img {
    width: 40%;
}
#v3_brilliant_item .box_p {
    width: 55%;
}

#v3_brilliant_item .box_p span {
    background: #666666;
    color: #FFFFFF;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    line-height: 2.0;
    padding: 0 20px;
    display: inline-block;
    margin: 15px auto;
}

#v3_brilliant_item dt {
    font-size: 30px;
    margin-bottom: 15px;
    color: #000000;
}

#v3_brilliant_item dd {
    font-size: 16px;
    line-height: 1.8;
    color: #393939;
}

#v3_brilliant_item p {
    margin: 20px auto;
    color: #666666;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 18px;
}



@media only screen and (max-width:540px) {
    #v3_brilliant_item .flex_box {
    display: block;
        margin-bottom: 20px;
}
    #v3_brilliant_item .box_img {
    width: 70%;
        margin: auto auto 15px;
}
#v3_brilliant_item .box_p {
    width: 90%;
    margin: auto;
}
    #v3_brilliant_item {
        font-size: 14px;
        margin: 50px auto;
    }
    #v3_brilliant_item dt {
    font-size: 20px;
}
    #v3_brilliant_item dd {
    font-size: 14px;
}
    #v3_brilliant_item p {
        font-size: 14px;
    }
}














