html {
	background-color: #000;
}

body, h1, h2 {
	margin: 0;
	padding: 0;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}

.wrapper {
	background: url("//ap-statics.loas.jp/mm2/official/images/campaign_1808/bg.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

header {
	width: 1200px;
	height: 1098px;
	margin:	auto;
	position: relative;
}

.top_photo {
	width: 769px;
	margin: auto;
	margin-top: -520px;
}

.logo {
	position: absolute;
	left: 450px;
	top: 220px;
	z-index: 99;
}

.contents_area_1 {
	width: 1200px;
	margin: auto;
}

.block_1_1 {
	width: 753px;
	margin: auto;
	margin-top: 5px;
}

.block_1_2 {
	width: 645px;
	margin: auto;
	margin-top: 80px;
}

.contents_area_2 {
	width: 1200px;
	margin: auto;
	margin-top: 100px;
}

.cosplayer {
	width: 975px;
	height: 718px;
	margin: auto;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}

footer {
	position: relative;
	width: 1200px;
	margin: auto;
	height: 300px;
}

.footer_bg {
	position: absolute;
	bottom: 0;
	height: 614px;
}

footer p {
	position: relative;
	text-align: center;
	padding-top: 150px;
	color: #fff;
	z-index: 1;
}

.game_start_btn {
	position: fixed;
	left: 40px;
	bottom: 30px;
	z-index: 99;
}

.goto_top_btn {
	position: fixed;
	right: 50px;
	bottom: 30px;
	z-index: 99;
}