@charset "UTF-8";

body {background: url(../img/bg_stadium.jpg) center/cover no-repeat fixed;}

@media screen and ( max-width:991px ) {
	body {background: none;}
	body::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background:url(../img/bg_stadium_sp.png) center/cover no-repeat; /*fixedをトル！*/
		-webkit-background-size:cover;/*Android4*/
	}
}
header.main {
	background: rgba(0,1,33,0.64) url(../img/bg_kv.png) 120% 120% no-repeat;
	background-size: 50%;
}
header.main .container h1 {
	border-bottom: rgba(178,159,56,1.0) 8px solid;
}
#download {
	background: rgba(0,1,33,1.0);
}
.title-level1 ,
.title-level2 {
	color: #B27F1C;
}
.title-level3 {
	border-color: #083D7C;
}
.title-level1 .cls-1 ,
.title-level2 .cls-1 {
	fill: rgba(0,1,33,1.0);
}

footer {
	border-color: #083D7C;
}
