.wrap .section{
	position:fixed;
	width:100%;
	height:100%;
	background:#fff;
	left:0px;
	top:0px;
	overflow:hidden;
}
.wrap .section.sec00{
	background:#fff;
	z-index:5;
}
.wrap .section .am.am1{
	height:60px;
	overflow:hidden;
	position:absolute;
	left:0px;
	width:100%;
	top:50%;
	text-align:center;
}
.wrap .section .am.am1 h1{
	position:absolute;
	width:100%;
	left:0px;
	top:100%;
}
.wrap .section .am.am1 p{
	position:absolute;
	height:1px;
	background:#333;
	width:0px;
	left:50%;
	margin-left:0px;
	bottom:0px;
}
.wrap .section .am2s{
	position:absolute;
	left:0px;
	width:100%;
	text-align:center;
	top:15%;
	height:70%;
}
.wrap .section .am.am2{

	margin-bottom:50px;
}
.wrap .section .am.am2 .h{
	position:relative;
	height:40px;
	overflow:hidden;
}
.wrap .section .am.am2 h2{
	position:relative;
	width:100%;
	left:0px;
	font-size: 18px;
	top:100%;
}
.wrap .section .am.am3{

}
.wrap .section .am.am3 .h{
	position:relative;
	height: 32px;
	overflow:hidden;
}
.wrap .section .am.am3 .h p{
	position:absolute;
	left:0px;
	width:100%;
	top:100%;
	text-align:center;
	font-size: 14px;
}

/* sec01 ------------------------ */

.wrap .section.sec01{
	background:#fff;
	z-index:4;
}
.wrap .section.sec01 ul li{
	position:absolute;
	width:33.3333333333%;
	height:0px;
	overflow:hidden;
	border-right:solid 1px #B0DFE5;
	background:#fff;
}
.wrap .section.sec01 ul li:nth-child(2){
	left:33.3333333333%;
}
.wrap .section.sec01 ul li:nth-child(3){
	border-right:none;
	left:66.6666666666%;
}
.wrap .section.sec01 ul li .text{
	position:absolute;
	width:100%;
	left:-100%;
	top:50%;
	height:130px;
	margin-top:-65px;
	text-align:center;
	display:block;
}
.wrap .section.sec01 ul li .text .title{
	font-size:10px;
	margin-bottom:20px;
}
.wrap .section.sec01 ul li .text .sign{
	width:30px;
	height:30px;
	border-radius:50%;
	border:solid 1px #333;
	margin:0px auto;
	margin-bottom:20px;
	font-size:16px;
	line-height:30px;
	background-image:url(/img/about-us/brand/sp/arrow_black.png);
	background-size:70%;
	background-repeat:no-repeat;
	background-position:center;
}
.wrap .section.sec01 ul li .text h3{
	font-size:16px;
	letter-spacing:0.1px;
	line-height:25px;
	height:50px;
	margin-bottom:30px;
}
.wrap .section.sec01 ul li .close{
	position:absolute;
	width:0px;
	height:100%;
	right:0px;
	top:0px;
	background:#eee;
}
.wrap .skips{
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:10;
	font-size:13px;
	padding-bottom:2px;
	width:40px;
	display:block;
	text-align:center;
	border-bottom:solid 1px #999;

}
@media screen and (max-width:374px){
	.wrap .section .am.am1 h1{
		font-size: 26px;
	}
	.wrap .section .am.am2 h2{
		font-size: 20px;
	}
	.wrap .section .am.am3 .h p{
		font-size:12px;
	}
}
@media screen and (max-height:670px){
	.wrap .section .am.am2 h2{
		font-size: 18px;
	}
	.wrap .section .am.am2s{
		top:12%;
		height:76%;
	}
	.wrap .section .am.am2{
		margin-bottom:30px;
	}
	.wrap .section .am.am2 .h{
		height:30px;
	}
	.wrap .section .am.am3 .h{
		height:30px;
	}
}
@media screen and (max-height:590px){
	.wrap .section .am.am2 h2{
		font-size: 16px;
	}
	.wrap .section .am.am3 .h p{
		font-size: 12px;
	}
	.wrap .section .am.am3 .h{
		height: 22px;
	}
}