@charset "UTF-8";
/* CSS Document */

html{
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	font-size: 100%;
}
body {
	font-family: Arial, Helvetica, "sans-serif";
	color: #1A1A1A;
	margin: 0;
	width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
	display: block;
}

a:hover{
	opacity: 0.6;
	display: block;
}

img {
	width: 100%;
	display: block;
}

h1,h2{
	margin: 0;
}

.wrapper{
	width: 100%;
}

header{
}

#header img{
}

#lineup{
	display: flex;
	flex-direction: column;
}

#lineup img:last-child{
}

/* 背景色指定 */
#campaign{
	background-color: #e53427;
}

#pickup{
	background-color: #1a1a1a;
}

#credits{
	background-color: #e53427;
}

#foot{
	background-color: #00a7b9;
}

/*   smartphone    */

@media(max-width:588px){
	
header{
	height:auto;
}
	
#header img{
	width: 100%;
	height: auto;
}
	
}
