@charset "utf-8";

body {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 1920px;
	height: 1080px;
	overflow: hidden;
	margin: 0px;
	overflow: auto;
	background: black;
	font-family: 'ShinGoPro Regular', 'Hiragino Kaku Gothic ProN', 'Meiryo',
		sans-serif;
	font-size: 44px;
	color: #ffffff;
}

.container {
	overflow: hidden;
	z-index: 1;
	opacity: 1;
	height: 100%;
	width: 100%;
	position: fixed;
}