@charset "UTF-8";


.side {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}


.main {
	width: 100%;
	height: 5479px;
	text-align: center;
	background: url(../images/main.jpg) no-repeat center top;
}
