@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

/*---------*/

#user{
	padding-top: 0;
}

@media screen and (max-width: 136vh){
	#mv.fullhight{
		height: auto;
	}
	#mv.fullhight:before{
		bottom: 20vw;
	}
	#mv.fullhight:after{
		height: 100%;
	}
	.fullhight #slide{
		height: calc(55vw + 80px);
	}
	.fullhight #slide li span{
		max-height: none;
	}
	.fullhight #num{
		bottom: 0px;
		font-size: 2rem;
	}
	.fullhight #num span:nth-of-type(1){
		font-size: 3.6rem;
	}
	.fullhight #pointer{
		bottom: 90px;
	}
}
@media screen and (max-width: 850px){
	.fullhight #pointer{
		bottom: 80px;
	}
}
@media screen and (max-width: 520px){
	.fullhight #pointer{
		display: none;
	}
	.fullhight #num{
		display: block;
	}
}

/*---------*/

#s1{
	text-align: center;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 70px;
}
#s1:before{
	content: "";
	display: block;
	background: #f5f1f1;
	width: 80%;
	height: 300px;
	position:  absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#s1 ul{
	display: block;
	width: calc(100% - 1px);
	table-layout: fixed;
	max-width: 2000px;
	margin: 0 auto 40px;
	overflow: hidden;
}
#s1 li{
	display: block;
	float: left;
	width: 25%;
	width: 33.3%;
	box-sizing:border-box;
	border-left: 1px solid #fff;
	position: relative;
}
#s1 li:nth-of-type(1){
	background: url(../images/bn1.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#s1 li:nth-of-type(2){
	background: url(../images/bn2.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#s1 li:nth-of-type(3){
	background: url(../images/bn3.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#s1 li:nth-of-type(4){
	background: url(../images/bn4.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#s1 li>a{
	display: block;
	padding: 40px 10px;
	transition: 0.3s ease-in-out;
}
#s1 li:hover>a{
	background: rgba(0,0,0,0.7);
}
#s1 li img{
	transition: 0.3s ease-in-out;
}
#s1 li:hover img{
	opacity: 0;
}
#s1 li p{
	display: inline;
	position: absolute;
	top: 50%;
	left: 0;
	height: 0;
	overflow: visible;
	color: #fff;
	text-align: left;
	font-size: 1.3rem;
	padding: 0 15px;
	box-sizing: border-box;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
#s1 li:hover p{
	opacity: 1;
}
#s1 li p span{
	display: block;
}
#s1 li p i{
	font-style: normal;
	margin-left: 13px;
	position: relative;
	display: inline-block;
}
#s1 li p i:after{
	content: "";
	display: block;
	position: absolute;
	top: 7.5px;
	left: -13px;
	height: 4px;
	width: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
#s1 li p a{
	color: #fff;
}
#s1 li p i:nth-of-type(1){
	margin-top: 5px;
}
#s1 li p i a:hover{
	opacity: 0.8;
}

@media screen and (max-width: 1000px){
	#s1 li p br,
	#s1 li p i{
		display: none;
	}
}
@media screen and (max-width: 400px){
	#s1{
		margin-bottom: 50px;
	}
	#s1 li p{
		display: none;
	}
	#s1 li:hover img{
		opacity: 1;
	}
}

/*---------*/

#s2{
	position: relative;
}
#s2 .w{
	margin-bottom: 50px;
	overflow: hidden;
	text-align: center;
}
#s2 .img{
	max-width: 800px;
	margin: 0 auto 20px;
}
#s2 .video{
	position: relative;
	max-width: 800px;
	margin: 0 auto 20px;
	width: 100%;
	padding-top: 5%;
}
#s2 .video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#s2 .bn{
	padding: 50px 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#s2 .bn .prev{
	display: block;
	width: 40px;
	height: 50px;
	background: url(../images/arrow3.png) 50% 50% no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 30px);
	left: 0;
	cursor: pointer;
}
#s2 .bn .next{
	display: block;
	width: 40px;
	height: 50px;
	background: url(../images/arrow2.png) 50% 50% no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 30px);
	right: 0;
	cursor: pointer;
}
#s2 .bn>div{
	width: calc(100% - 80px);
	max-width: 1120px;
	margin: 0 auto;
	overflow: hidden;
}
#s2 .bn>div ul{
	display: table;
	table-layout: fixed;
}
#s2 .bn>div li{
	display: table-cell;
	text-align: center;
}
#s2 .bn>div li a{
	display: block;
	padding: 0 20px;
}
#s2 .bn>div li a div{
	background: #000;
	display: inline-block;
	margin-bottom: 8px;
	position: relative;
	overflow: hidden;
}
#s2 .bn>div li a img{
	display: block;
	transition: 0.2s ease-in-out;
}
#s2 .bn>div li a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

@media screen and (max-width: 850px){
	#s2 .w{
		margin-bottom: 30px;
		position: relative;
	}
	#s2 .w>div{
		float: none;
		width: auto;
	}
	#s2 .w>p{
		float: none;
		width: auto;
	}
	#s2 .w .more{
		position: absolute;
		top: 30px;
		right: 0;
	}
	#s2 h2 i{
		margin-bottom: 15px;
	}
	#s2 .bn{
		padding: 30px 0;
	}
	#s2 .bn>div li a{
		padding: 0 1vw;
	}
	#s2 .bn>div li a div{
		margin-bottom: 0;
	}
	#s2 .bn .prev,
	#s2 .bn .next{
		display: none;
	}
	#s2 .bn>div{
		width: 100%;
	}
}

/*---------*/

#s3{
	background: #f5f1f1;
	padding-top: 50px;
	padding-bottom: 60px;
}
#s3 .w{
	position: relative;
	overflow: hidden;
}
#s3 h3{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px;
	box-sizing: border-box;
}

#s3 .more{
	position: absolute;
	display: inline-block;
	top: 15px;
	right: 0;
}

#s3 ul{
	display: table;
	table-layout: fixed;
	width: 100%;
}
#s3 ul li{
	display: table-cell;
	padding: 0 1.5vw;
	width: 25%;
	border-right: 1px solid #dfdbdb;
}
#s3 ul li:first-child{
	padding-left: 0;
}
#s3 ul li:last-child{
	padding-right: 0;
	border: none;
}
#s3 ul li a{
	display: block;
	transition: 0.2s ease-in-out;
}
#s3 ul li a:hover h4{
	color: #666;
}
#s3 ul li a:hover{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#s3 ul li div:nth-of-type(1){
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 8px;
}
#s3 ul li div:nth-of-type(1) span{
	background-image: url(/images/cmn/blank.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
#s3 ul li div:nth-of-type(1) span img{
	max-width: none;
	width: 100%;
	height: auto;
	border: 1px solid #F5F1F1;
	box-sizing: border-box;
}
#s3 ul li p{
	font-size: 1.1rem;
	color: rgba(0,0,0,0.6);
	font-style: italic;
	letter-spacing: 1px;
}
#s3 ul li h4{
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 1.45rem;
	letter-spacing: 0px;
}
#s3 ul li span{
	display: inline-block;
	margin: 0 2px 0 0;
}
#s3 ul li span a{
	font-size: 1rem;
	display: block;
	border: 1px solid #666;
	padding: 0 2px;
	text-align: center;
	transition: 0.2s;
}
#s3 ul li span a:hover{
	background: #111;
	color: #fff;
}

@media screen and (max-width: 850px){
	#s3 ul{
		display: block;
		border-top: 1px solid #dfdbdb;
	}
	#s3 ul li{
		display: block;
		padding: 15px 0;
		width: 100%;
		border-right: none;
		clear: both;
		overflow: hidden;
		border-bottom: 1px solid #dfdbdb !important;
	}
	#s3 ul li>a{
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	#s3 ul li div{
		display: table-cell;
		vertical-align: middle;
		margin-bottom: 0;
	}
	#s3 ul li div:nth-of-type(1){
		width: 20%;
		min-width: 120px;
	}
	#s3 ul li div:nth-of-type(1) span{
		display: block;
	}
	#s3 ul li div:nth-of-type(2){
		padding-left: 2%;
	}
	#s3 ul li p{
	}
	#s3 ul li h4{
		margin-bottom: 0;
	}
	#s3 ul li span{
		display: none;
	}
}
