@charset "UTF-8";
/* CSS Document */

/*RESET
------------------------------------------------------------------*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,address {
	margin: 0; 
	padding: 0; 
    font-weight: 300;
}

ul,li{
	list-style:none;
	list-style-image:none;
}


fieldset,img {
	border: 0;
	margin:0;padding:0;
}
     
table {
    border-collapse: collapse; 
    border-spacing: 0;
}

caption,th {
    text-align: left;
}

address,caption,em,strong,th,small{
    font-style: normal; 
    font-weight: normal;
}

a{
	text-decoration:none;
	color:#333333;
	-webkit-tap-highlight-color:none;
}
a:focus {
outline:none;
}

a:hover{
	text-decoration:underline;
}

.floatR{
	float:right;
}

.floatL{
	float:left;
}

.opacity a:hover,.opacity a img:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.clearfix {zoom:1;overflow:hidden;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

html{
	overflow-y: scroll;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	-webkit-text-size-adjust: none;
	line-height: 1.5;/*18px*/
	color: #333;
	font-weight:300;
	
}

/*SETTING
------------------------------------------------------------------*/

#wrapper{
	
}
@media screen and (min-width: 960px) {
	#wrapper{
		width:960px;
		margin:0 auto;
	}
}

/*Head
-------------------------------------------*/
#header{
	padding:20px 10px;
	position:relative;
}
#header h1 a{
	background:url(../img/logo.png) no-repeat left top;
	width:50px;
	height:20px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background-size:100%;
	display:block;
}
#header p.lineup{
	position:absolute;
	left:100px;
	top:20px;
}
#header p.lineup a{
	background:url(../img/ico_arrow2.png) no-repeat right center;
	/*background-size:10%;*/
	padding-right:15px;
	color:#da072b;
	font-size:12px;
	line-height:1;/*30*/
	font-weight:bold;
}

#header p.buynow{
	position:absolute;
	left:225px;
	top:20px;
}
#header p.buynow a{
	background:url(../img/ico_arrow2.png) no-repeat right center;
	/*background-size:10%;*/
	padding-right:15px;
	color:#da072b;
	font-size:12px;
	line-height:1;/*30*/
	font-weight:bold;
}

#header p.sholder{
	position:absolute;
	right:0px;
	top:15px;
	background:url(../img/logo_sholder.png) no-repeat left top;
	width:100px;
	height:50px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background-size:100%;
}

@media screen and (min-width: 768px) {
	#header h1 a{
		width:101px;
		height:39px;
	}
	#header p.lineup{
		position:absolute;
		left:200px;
		top:35px;
	}
	#header p.lineup a{
		background:url(../img/ico_arrow2.png) no-repeat right center;
		padding-right:20px;
		font-size:16px;
	}
	#header p.buynow{
		position:absolute;
		left:380px;
		top:35px;
	}
	#header p.buynow a{
		background:url(../img/ico_arrow2.png) no-repeat right center;
		padding-right:20px;
		font-size:16px;
	}
	#header p.sholder{
		right:0px;
		top:10px;
		width:200px;
		height:60px;
	}
	
}


@media screen and (max-width: 480px) {
	#header p.lineup{
		position:absolute;
		left:100px;
		top:5px;
	}
	#header p.buynow{
		position:absolute;
		left:100px;
		top:30px;
	}
}

/*Visual
-------------------------------------------*/
#visual img{
	height:auto;
}
#visual .bx-wrapper{
	margin-bottom:0px;
}
#visual .bx-pager{
	bottom:10px;
	right:10px;
	width:auto;
	text-align:right;
}
#visual .bx-pager .bx-pager-item a{
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#visual .bx-wrapper .bx-pager.bx-default-pager a{
	background:#fff;
	width:10px;
	height:10px;
	border-radius:10px;
	position:relative;
	behavior:url(/common/pie/PIE.htc);
}
#visual .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#C9002E;
}
@media screen and (min-width: 481px) {
	#visual .bx-wrapper .bx-pager.bx-default-pager a{
		width:15px;
		height:15px;
		border-radius:15px;
		position:relative;
	behavior:url(/common/pie/PIE.htc);

	}
}

@media screen and (min-width: 960px) {
	#visual .bx-wrapper .bx-pager.bx-default-pager a{
		width:20px;
		height:20px;
		border-radius:20px;
		position:relative;
	behavior:url(/common/pie/PIE.htc);

	}
}

/*Nav
-------------------------------------------*/
#nav{
	margin-top:2px;
	margin-bottom:72px;
}
@media screen and (min-width: 481px) {
	#nav{
		margin-top:3px;
	}

	
}
@media screen and (min-width: 768px) {
	#nav{
		margin-bottom:144px;
		margin-top:4px;
	}

}
@media screen and (min-width: 960px) {
	#nav{
		margin-top:4px;
	}

}

#nav ul li{
	float:left;
	width:25%;
	overflow:hidden;
	font-size:0.1;
	line-height:0.1;
}
#nav ul li a {
	display:block;
}
#nav ul li a img{
	width:100%;
	height:auto;
}




/*SECTION COMMON
-------------------------------------------*/
.section {
	margin-bottom:72px;
	padding:0 20px;
}
@media screen and (min-width: 481px) {

	
}
@media screen and (min-width: 768px) {
	
}
@media screen and (min-width: 960px) {
	.section {
		margin-bottom:72px;
		padding:0;
	}
}

.section .bgGray{
	/*background-color:#f1f1f1;*/
	
}

.section h2{
	color:#da072b;
	font-size:24px;
	line-height:1;/*30*/
	font-weight:bold;
	text-align:center;
	padding: 0 20px 20px;
	margin-bottom:12px;
		border-bottom:2px solid #da072b;

}
@media screen and (min-width: 768px) {
	.section h2{
		font-size:36px;
		line-height:1;/*36*/
	}	
}
@media screen and (min-width: 960px) {
	.section h2{
		font-size:48px;
		line-height:1;/*48px*/
		margin-bottom:48px;
	}	
}

.section h2:before{
	content:"　";
	background-size:100%;
	width:60px;
	height:60px;
	display:block;
	margin:0 auto 6px auto;

}
#section01 h2:before{
	content:"";
	height:0px;
}

@media screen and (min-width: 481px) {

	
}

@media screen and (min-width: 768px) {
	.section h2:before{
		width:80px;
		height:80px;
		margin-bottom:10px;
	}
}
@media screen and (min-width: 960px) {
	.section h2:before{
		width:100px;
		height:100px;
	}
}


.section h3{
	font-size:18px;
	line-height:1;/*30*/
	font-weight:bold;
	margin-bottom:6px;
}
.section h3 br.pcBr{
	display:none;
}
.section .caution{
	display:block;
	font-size:85%;
	padding:20px 0;
	clear:both;
}
.section p + h3{
	margin-top:12px;
}
@media screen and (min-width: 768px) {
	.section p + h3{
		margin-top:48px;
	}

}

@media screen and (min-width: 768px) {
	.section h3{
		font-size:24px;
		line-height:1;/*36*/
		margin-bottom:12px;
	}
	.section h3 br.pcBr{
		display:block;
	}

}
@media screen and (min-width: 960px) {
	.section h3{
		font-size:30px;
		line-height:1;/*48px*/
		margin-bottom:12px;
	}	
}

.section h4{
	font-size:18px;
	line-height:1;/*24*/
	margin-bottom:6px;
}
@media screen and (min-width: 768px) {
	.section h4{
		font-size:20px;
		line-height:1;/*24*/
	}	
}
@media screen and (min-width: 960px) {
	.section h4{
		font-size:24px;
		line-height:1.25;/*30px*/
	}	
}
.section h3 img,
.section h4 img{
	height:20px;
	width:auto;
	vertical-align:bottom;
	padding-right:10px;
}

@media screen and (min-width: 768px) {
	.section h3 img{
		height:25px;
	}
	.section h4 img{
		height:20px;
	}
}
@media screen and (min-width: 960px) {
	.section h3 img,
	.section h4 img{
		height:30px;
	}
}



.section .block{
	margin-bottom:24px;
	clear:both;
}
.section .block,
.section .box
{zoom:1;overflow:hidden;}
.section .block:after,
.section .box:after {
  content: ""; 
  display: block; 
  clear: both;
}
.section .block .img{
	text-align:center;
	margin-bottom:12px;
}
.section .block .img img{
	width:50%;
	height:auto;
}
@media screen and (min-width: 768px) {
	.section .block .img img{
		width:100%;
		height:auto;
	}

	/* イメージが左 */
	.section .block.imgL .img{
		float:left;
	}
	.section .block.imgL .txt{
		float:right;
	}
	/* イメージが右 */
	.section .block.imgR .img{
		float:right;
	}
	.section .block.imgR .txt{
		float:left;
	}
	.section .block.imgR .txt h3{
	}
}

.pageTop a{
	background:url(../img/ico_pagetop.png) no-repeat left top;
	width:30px;
	height:30px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	display:block;
	margin:0 auto 72px auto;
	background-size:100%;
}
.pageTop a.touchHover{
	background-position:0 -30px !important;
}
@media screen and (min-width: 768px) {
	.pageTop a{
		width:40px;
		height:40px;
	}
	.pageTop a.touchHover{
		background-position:0 -40px !important;
	}
}
@media screen and (min-width: 960px) {
	.pageTop a{
		width:51px;
		height:51px;
	}
	.pageTop a.touchHover{
		background-position:0 -51px !important;
	}
}

.btn{
	text-align:center;
	clear:both;
	margin-top:24px;
}
.btn a{
	background:#da072b;
	padding:10px 20px;
	border-radius:5px;
	color:#fff;
	font-size:18px;
	position:relative;
	behavior:url(/common/pie/PIE.htc);

}
.eighth .btn a{
	background:#CCC;
	font-size:14px;
	color:#333;
}
@media screen and (min-width: 960px) {
	.btn{
		text-align:right;
	}
}


/*SECTION 01
-------------------------------------------*/
#section01{
	
}
#section01 ul li{
	float:left;
	width:50%;
	line-height:0.1;
}
#section01 ul li img{
	width:100%;
	height:auto;
}



/*SECTION 02
-------------------------------------------*/
#section02{
	
}
#section02 h2:before{
	background-image:url(../img/ico_longbattery.png);
}
@media screen and (min-width: 768px) {
	#section02 .img{
		width:25%;
	}
	#section02 .txt{
		width:72%;
	}

}
#section02 h3 img{
	float:left;
	display:block;
	padding-top:20px;
}
@media screen and (min-width: 481px) {
	#section02 h3 img{
		padding-top:5px;
	}
}
@media screen and (min-width: 768px) {
	#section02 h3 img{
		padding-top:10px;
	}
}
@media screen and (min-width: 960px) {
	#section02 h3 img{
		padding-top:20px;
	}
}


/*SECTION 03
-------------------------------------------*/
#section03{
	
}
#section03 h2:before{
	background-image:url(../img/ico_zoom.png);
}
#section03 .first{
	margin-bottom:48px;
	padding-bottom:48px;
	border-bottom:1px solid #CCCCCC;

}
#section03 .first .txt p + h3{
	margin-top:24px;
}
#section03 .second .img img{
	width:50%;
}

@media screen and (min-width: 768px) {
	#section03 .first .img{
		width:36.25%;
	}
	#section03 .first .txt{
		width:60%;
	}
	#section03 .second .img{
		width:31.25%;
	}
	#section03 .second .img img{
		width:100%;
	}
	#section03 .second .txt{
		width:60%;
	}
}

/*SECTION 04
-------------------------------------------*/
#section04{
	
}
#section04 h2:before{
	background-image:url(../img/ico_lolux.png);
}


@media screen and (min-width: 768px) {
	#section04 .img{
		width:38.958333333%;
	}
	#section04 .txt{
		width:57%;
	}
}

/*SECTION 05
-------------------------------------------*/
#section05{
	padding:0;
}
#section05 .block{
	padding:40px 20px;
	margin:0;
	border-bottom:1px solid #CCCCCC;
}


#section05 h2:before{
	background-image:url(../img/ico_function.png);
}

#section04 .img img,
#section05 .first .img img,
#section05 .second .img img,
#section05 .fourth .img img,
#section05 .eleventh .img img{
	width:70%;
}
#section05 .seventh .img img{
	width:40%;
}
#section05 .eleventh .addInfo img{
	width:20%;
}
#section05 .eleventh img.logo{
	
	vertical-align:middle;
	padding-left:10px;
}
.eleventh p{
	margin-bottom:24px;
}

#section05 .eleventh .addInfo{
	clear:both;
}
#section05 .eleventh .caution{
	padding-top:5px;
}

@media screen and (min-width: 768px) {
	#section05 .img{
		margin-bottom:0;
	}

	#section05 .first .img{
		width:40%;
	}
	#section05 .first .img img{
		width:100%;
	}
	#section05 .first .txt{
		width:55%;
	}
	/**/
	#section05 .second .img{
		width:45%;
	}
	#section05 .second .txt{
		width:50%;
	}
	/**/
	#section05 .third .first .img{
		width:21.52173913%;/*198/920*/
	}
	#section05 .third .first .txt{
		width:75%;
	}
	#section05 .fourth .img{
		width:39.673913043%;/*365/920*/
	}
	#section05 .fourth .txt{
		width:57%;
	}
	#section05 .sixth .img{
		width:30%;/*365/920*/
	}
	#section05 .sixth .txt{
		width:65%;
	}
	#section05 .seventh .img{
		width:30%;/*365/920*/
	}
	#section05 .seventh .img img{
		width:70%;
	}
	#section05 .seventh .txt{
		width:65%;
	}
	#section05 .eighth .img{
		width:30%;/*365/920*/
	}
	#section05 .eighth .img img{
		width:80%;
	}
	#section05 .eighth .txt{
		width:65%;
	}
	#section05 .nineth .img{
		width:20%;/*365/920*/
	}
	#section05 .nineth .img img{
		width:100%
	}
	#section05 .nineth .txt{
		width:75%;
	}
	#section05 .tenth .img{
		width:30%;/*365/920*/
	}

	#section05 .tenth .img img{
		width:100%
	}
	#section05 .tenth .txt{
		width:65%;
	}
	#section05 .eleventh .img{
		width:40%;/*365/920*/
	}
	#section05 .eleventh .img img{
		width:100%;/*365/920*/
	}
	#section05 .eleventh .txt{
		width:55%;/*365/920*/
	}
	#section05 .eleventh .addInfo .img{
		width:10%;/*365/920*/
	}
	#section05 .eleventh .addInfo .img img{
		width:100%;/*365/920*/
	}
	#section05 .eleventh .addInfo .txt{
		width:85%;/*365/920*/
	}
	
	/**/
}

#section05 .box{
	margin-bottom:36px;
}
#section05 p + ul{
	margin-top:24px;
}
#section05 ul li{
	clear:both;
	padding-bottom:24px;
	overflow:hidden;
}
#section05 ul li br{
	display:none;
}
#section05 ul li strong{
	display:block;
	font-weight:bold;
}
#section05 ul li img{
	float:left;
	margin-right:20px;
	vertical-align:top;
}
#section05 .eleventh .btn a{
	margin-right:10px;
}
#section05 .eleventh .addInfo{
	margin-top:20px;
	border:1px solid #e1e1e1;
	padding:10px;
}
#section05 .eleventh .addInfo h4{
	margin-bottom:0px;
}
#section05 .eleventh .addInfo p{
	margin-bottom:10px;
}
#section05 .eleventh .addInfo .btn{
	margin-top:0px;
	padding-bottom:10px;
}
#section05 .eleventh .caution{
	text-align:left;
}
@media screen and (min-width: 481px) {
}
@media screen and (min-width: 768px) {
	#section05 ul li{
		float:left;
		text-align:center;
		width:31.3333333%;
		padding:0 1%;
		clear:none;
	}
	#section05 ul li br{
		display:block;
	}

	#section05 ul li strong{
		display:block;
		font-weight:bold;
	}
	#section05 ul li img{
		width:80%;
		height:auto;
		float:none;
	}
	#section05 .eleventh .addInfo .img{
		float:left;
	}
	#section05 .eleventh .addInfo .txt{
		float:right;
		text-align:left;
	}
	#section05 .eleventh .addInfo .txt .btn{
		text-align:left;
	}
	#section05 .eleventh .addInfo .txt .btn a{
		font-size:80%;
	}
	#section05 .eleventh .addInfo h4{
		font-size:20px;
	}

}
@media screen and (min-width: 960px) {

}



/*SECTION 06
-------------------------------------------*/
#section06{
	padding:0;
}
#section06 .block{
	padding:40px 20px;
	margin:0;
}
#section06 .block > ul >li{
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
}
#section06 .block > ul >li br{
	display:none;
}

#section06 .block dl {
	
}
#section06 .block dl dt{
	font-weight:bold;
	font-size:16px;
}
#section06 .block dl dd{
	margin-bottom:12px;
}
@media screen and (min-width: 960px) {
	#section06 .block > ul >li br{
		display:block;
	}

}




/*Visual
