body {
	background-color: black;
	color: white;
	text-align: center;
	margin: 0 0;
	font-family: sans-serif;
}
header {
	width: 100%;
	height: 50px;
	background-color: #2060b0;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-direction: row;
	z-index: 200;
}
footer {
	text-align: center;
	width: 100%;
}
.logobox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 400px;
	margin-top: 50px;
}
.hero {
	background: url(../images/library_hero.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	padding-bottom: 400px;
	margin-top: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
.logo {
	position: absolute;
}
.contents {
	position: relative;
	z-index: 100;
	display: inline-block;
	width: 100%;
	background-color: #051320;
	padding: 20px 0px;
	margin-bottom: 100px;
}
.area {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0px;

	box-sizing: border-box;
	border-style: solid;
	border-image: url(../images/window.png) 20 20 20 20 fill / 20px 20px 20px 20px;
}
.fakemovie {
	width: 800px;
	height: 500px;
	margin: 0 auto;
	background-color: black;
}
.footer {
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
}
.btn {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 34px;
	margin: 0 auto;
	box-sizing: border-box;
	border-style: solid;
	border-image: url(../images/btn.png) 20 20 20 20 fill / 20px 20px 20px 20px;

	color: #101010;
	text-decoration: none;
	font-weight: bold;
}
.btn:hover {
	border-image: url(../images/btn_hover.png) 20 20 20 20 fill / 20px 20px 20px 20px;
}
.snslist > .btn {
	margin: 0 5px;
}
.snslist {
	display: flex;
	justify-content: center;
	margin: 5px 0;
}
.infomation {
	letter-spacing: 2px;
}
.copywrite {
	display: block;
	height: 50px;
	line-height: 50px;
}
.headerdivider {
	margin: 5px 10px;
	width: 2px;
	height: 40px;
	
	background-color: #808080;
}
.headerbtn {
	margin: 0 auto;
	width: 19%;
	height: 50px;
	line-height: 50px;

	color: white;
	text-decoration: none;
}
.headerbtn:hover {
	background-color: #ffffff80;
}
.screenshot {
	width: 800px;
	height: 450px;
}