html, body{
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 2rem;
	font-family: sans-serif;
	overflow: visible !important;
	word-break: break-all;
	background: url("../img/bg_all.png") 50% no-repeat;
	background-size: cover;
	background-attachment: fixed;
	box-sizing: border-box;
}

img {
	border: none;
}

.wrap {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

header h1 {
	display: none;
}

section {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

