@charset "utf-8";

.contents{
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	overflow: hidden;
}
.contents__header{
	position: relative;
	margin: 50px 0 50px;
	text-align: center;
}
.contents__header__logo{
	position: absolute;
	top: 0;
	left: 0;
}
.contents__header__inner{
	width: 800px;
	margin: 0 auto;
	position: relative;
}
.contents__header__button-howtoplay{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 151px;
	height: 41px;
}
.contents__header__button-howtoplay img{
	display: block;
	margin: -21px -21px -21px -21px;
	pointer-events: none;
}
@media (max-width: 960px){
.contents__header__logo{
	position: relative;
	top: 0;
	left: 0;
}
}
.contents__body{
	margin: 50px 0 50px;
}

.screen-wrapper{
	width: 643px;
	height: 380px;
	margin: 50px auto;
	background-image:url(https://media.spike-chunsoft.co.jp/pages/shingeki2/craft/images/common/screen_bg_01.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.screen{
	width: 600px;
	height: 337px;
	margin: 21px;
}
