@charset "utf-8";
html, body {
	width: 100%;
}
#bg_slider {
	text-align: center;
	color: #fff;
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: top center;
}
div.mask{
	background: rgba(0,0,0,0.5);
	width: 100%;
	overflow: hidden;
}
h1{
	font-size: 30px;
	padding: 120px 0 50px;
	font-weight: bold;
}
h2{
	font-size: 80px;
	font-weight: bold;
	margin-bottom: 80px;
	letter-spacing: 5px;
}
h2 span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: 1px solid #fff;
 width: 400px;
 margin: 0px auto 20px;
 padding-top: 20px;
}
p.text{
	font-size: 16px;
		line-height: 1.8em;
	border: 3px double #fff;
	width: 500px;
	margin:0 auto;
	padding: 20px;
	box-sizing: border-box;
}
#footer {
	position: absolute;
	bottom: 20px;
	width: 100%;
}
