@charset "utf-8";

body{
	font-size: 100%;
//	@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
//	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
//	font-family: 'Raleway', sans-serif;
	font-family: 'Shadows Into Light', cursive;
	color: #fff;
}
video {
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	width: auto;
	min-width: 100%;
	z-index: 1;
}
#wrapper {
	position: relative;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.4);
	z-index: 10;
}

/*																header		*/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12px;
	font-weight: normal;
	color: rgba(255,255,255,.4);
	text-align: center;
}
/*																main		*/
main {
	width: 100%;
	height: 100vh;
}
main h1 {
	width: 62%;
	max-width: 4em;
	margin: 0 auto;
	padding-top: 38vh;
	font-size: 4.8rem;
	text-align: center;
	font-weight: normal;
}
/*																footer		*/
footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	padding: 12px 0 0;
	text-align: center;
	font-size: .86rem;
	color: rgba(255,255,255,.4);
}
