
/*トップページ用
------------------------------------------------------------------------*/
body.index{
	background: #000000;
	height: 100vh;
}

.logo{
	width: 580px;
	/*height: 600px;*/
	text-align: center;
	margin: 0 auto;
	padding: 250px 0 250px 0;
}

ul.index-sub-banner{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.index-sub-banner li{
	margin: 0 0 10px 0;
}