@charset "utf-8";

.gamecopy{
 position: absolute;
 top: 46px;
 right: -48px;
 z-index: 1;
}
.bnr-special-contents{
	position: absolute;
	bottom: 295px;
	left: 20px;
}
.gamedate{
	position: absolute;
	bottom: 35px;
	left: 0px;
}
.bnr-sidestory{
	position: absolute;
  bottom: 185px;
  right: 20px;
}
.notice{
  position: absolute;
  bottom: 20px;
  left: 25px;
}
.notice a{
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 10px #000;
  font-family: "sans-serif";
}
.trial{
	position: absolute;
  bottom: 80px;
  right: 20px;
}
.benefit-modal{
	position: absolute;
  bottom:5px;
  right: 20px;
}
.benefit-wrap {
	background-color: rgba(0,0,0,.6);
	position: relative;
	width: 468px;
	padding: 40px 50px 50px 50px;
}
.benefit-wrap .benefit-item{
    width: 105px;
    border: 1px solid #959595;
    background-color: #000;
    display: inline-block;
    margin: 5px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    padding: 15px 0;
}
.benefit-wrap .benefit {
	text-align: center;
}
.note {
	font-size: 12px;
	color: #fff;
	margin:20px 0 0 5px;
	text-align: left;
}
.gamedate p{
 display: table-cell;
 text-align: center;
 vertical-align: middle;
}
.lead{
 margin-top: -30px;
}
.bg{
 background-image: url(https://media.spike-chunsoft.co.jp/pages/shingeki2/sp/images/bg.png);
 background-size: 100%;
 background-repeat: no-repeat;
 background-position: 0 0;
 width: 100%;
 padding: 50px 0 0;
 position: relative;
}

/* modal */
body.vanilla-modal.modal-visible{
 overflow: hidden;
}
.modal {
	display: none;
}
.vanilla-modal .modal {
	display: block;
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1;
	opacity: 0;
	font-size: 0;
	transition: opacity 0.2s, z-index 0s 0.2s;
	text-align: center;
	overflow: hidden;
	overflow-y: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.vanilla-modal .modal > * {
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
	text-align: left;
}
.vanilla-modal .modal:before {
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 100%;
	vertical-align: middle;
	content: "";
}
.vanilla-modal.modal-visible .modal {
	z-index: 99;
	opacity: 1;
	transition: opacity 0.2s;
}
.modal-inner {
	position: relative;
	max-width: 90%;
	max-height: 90%;
	background: transparent;
	z-index: -1;
	opacity: 0;
	transform: scale(0);
	transition: opacity 0.2s, transform 0.2s, z-index 0s 0.2s;
}
.modal-visible .modal-inner {
	z-index: 100;
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.2s, transform 0.2s;
}
.modal-inner a[rel="modal:close"] {
	position: absolute;
	z-index: 2;
	right: -25px;
	top: -25px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	cursor: pointer;
	text-align: center;
	background: transparent;
	line-height: 1;
	text-indent: 999999px;
	overflow: hidden;
}
.modal-inner a[rel="modal:close"]::before, .modal-inner a[rel="modal:close"]::after {
	content: '';
	height: 2px;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	background-color: #FFFFFF;
}
.modal-inner a[rel="modal:close"]::after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.modal-visible .modal-inner iframe {
	border: none;
}
body.vanilla-modal .modal-hider {
	position: absolute;
	left: -99999em;
}
/**/
