@charset "utf-8";

.local-nav ul li{
	float: left;
	width: 45%;
	margin: 0 0 20px 0;
}
.local-nav ul li:nth-child(1),
.local-nav ul li:nth-child(3){
	margin-right:25px;
}
.local-nav ul li:nth-child(3){
	clear: both;
}
.local-nav ul li.active{
	border: solid 1px rgba(255,255,255,0.5);
}
.local-nav li img{
	vertical-align: bottom;
}

.gamecopy {
	position: absolute;
	top: 46px;
	right: -48px;
	z-index: 1;
}
.gamedate {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.benefit-modal {
	position: absolute;
	bottom: 26px;
	right: 20px;
}
.gamedate p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.box {
	margin-top: -30px;
}
.bg-02 {
	background-image: url(https://media.spike-chunsoft.co.jp/pages/shingeki2/sp/common/images/bg_02.png), url(https://media.spike-chunsoft.co.jp/pages/shingeki2/sp/common/images/bg_04.png);
	background-size: 100%;
	background-repeat: no-repeat, repeat-y;
	background-position: 0 0, 0 0;
	width: 100%;
	padding: 50px 0 0;
	position: relative;
}
.box {
	margin: 0 30px;
	padding: 40px 30px;
	margin-bottom: 20px;
	background-color: rgba(0,0,0,0.7);
}
.box p {
	font-size: 20px;
	line-height: 1.5;
}
.box__header {
	padding: 50px;
	position: relative;
}
.box__header__addition {
}
.item {
	text-align: center;
}
.item__title {
	font-size: 32px;
	font-weight: bold;
	position: relative;
	margin: 30px 0;
}
.item__title__text {
	display: inline-block;
	position: relative;
	background: rgba(0,0,0,1.00);
	box-shadow: 0 0 30px rgba(0,0,0,1.00), 0 0 30px rgba(0,0,0,1.00), 0 0 30px rgba(0,0,0,1.00), 0 0 30px rgba(0,0,0,1.00);
	z-index: 1;
}
.item__title:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	height: 1px;
	background-color: rgba(255,255,255,1.00);
	right: 0;
	left: 0;
	z-index: 0;
}
.item__desc {
	margin: 30px 0;
	line-height: 1.8;
	font-size: 22px;
	height: 56px;
}
.item__button {
	margin: 30px 0;
}
.row .item {
	margin: 0 0 40px 0;
}

body.collab .box {
	margin: 0 30px;
	padding: 0;
	margin-bottom: 20px;
	background-color: rgba(0,0,0,0.7);
}
