/*common-------------------------------------*/
html{
	background-color: #000;
}
body{
	color: #fff;
	font-size: 14px;
	font-family: Arial,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	background: #000;
}

main{width: 100%;
	height: 100%;
}
section{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	background-color: #000;
}

#specialReport{
	width: 100%;
	height: 100vh;
	padding: 4% 30%;
	background-color: #000;
	position: absolute;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
}
#specialReport img{
	width: 100%;
}
.hide{display: none;}
.noScroll{overflow: hidden;}

/*動画*/
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 10px auto 25px auto;
}

.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*スクロールでフェードイン*/
.fade_off {
	opacity: 0;
	/*transform : translate(0, 100px);*/
	/*transition: all 1.5s;*/
}

.fade_on {
	opacity: 1;
	/*transform : translate(0, 0);*/
	transition: all 1.5s;
}



.info img{
	width: 100%;
	margin-bottom: 3rem;
}

p{
	/*margin: 0.5rem auto;*/
	padding: 0.5rem 0;
	text-align:justify;
}

footer{
	width: 100%;
	background-color: #2b2b2b;
	padding: 0.5rem;
	font-size: 11px;
	text-align: center;
	line-height:1rem;
}

/*heading-------------------------------------*/
h1 img,h2 img,nav img,.bannerArea img{width: 100%;}

h3 {
	padding: 2rem 0 0.5rem 0;
	font-size: 1.1rem;
}
h3:before {
	content: '■';
	color: #ff0000;
	font-size: 1.5rem;
	padding-right: 0.3rem;
}

/*SNS*/
.snsArea{
	margin: 5px auto;
	padding: 6px 0 3px 0;
	text-align: center;
	border-top: 1px solid #383838;
	border-bottom: 1px solid #383838;
}
.snsArea li{
	display: inline-block;
}

/*メニュー-------------------------------------*/
nav{
	margin-bottom:30px;
}
nav ul{
	width: 100%;
	display: flex;
}
nav li{
	margin-right: 5px;
}
nav li:last-child{margin-right: 0;}

.bannerArea{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0.5rem auto 2rem auto;
}
.bannerArea li{
    flex-basis: calc(100%/2 - 10px);
    margin: 10px 5px 0 5px;
    border: 1px solid #6a0000;
}
/*.bannerArea li:last-child{margin-right: 0;}*/

/*parts-------------------------------------*/
a:link{color:#ff0000;}
a:hover{color:#d2ff00;}
a:active{color:#d2ff00;}
a:visited{color:#a30000;}

.red{color: #ff0000;}
.bold{font-weight: bold;}
.small{font-size: 0.8rem;}
.big{font-size: 1.2rem;}
.center{text-align: center;}

.btn a {
	display: block;
	color: #ff0000;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	width: 65%;
	max-width: 290px;
	margin: 0 auto 20px auto;
	padding: 15px;
	border: 1px solid #ff0000;
}

/*gameInfo-------------------------------------*/
.getApp{
	display: flex;
	align-items: center;
	justify-content: center; 
}
.getApp li{
	margin-right: 1%;
}
.getApp img{
	width: 100%;
	max-width: 240px;
}

.toPageTop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	width: 35px;
}

/*PC*/
@media screen and (min-width: 1024px) {
	body{
		background: url('/member/event/eva_collaboration/img/bg.gif');
	}
/*.bannerArea{
	margin: 2rem auto 4rem auto;
}*/
.bannerArea li{
    flex-basis: calc(100%/2 - 40px);
    margin: 20px 10px 0 10px;
}

	.info img {
		width: 100%;
		margin-bottom: 60px;
	}
	.toPageTop {
		position: fixed;
		right: 3%;
		bottom: 4%;
		z-index: 1;
		width: 40px;
	}
}

/*モバイル縦//////////////////////////////////*/
@media screen and (max-width: 414px) {
.bannerArea li {
    flex-basis: 80%;
    margin: 5px 0;
}
}