@CHARSET "UTF-8";

.main-bg{
	background:url("../img/index/main_bg.jpg") center top /cover no-repeat;
	height:980px;
	padding-top:30px;
	padding-bottom:30px;
}

.main-bg .girls .item{
	margin:30px 30px 0;
	
}

#main{
	background:url("../img/base/background.jpg") center top /100% repeat-y;
}

.attention{
	text-align:center;
	line-height:1.5;
}

.attention .icon{
	text-align:center;
	max-width:50px;
	margin-left:auto;
	margin-right:auto;
}

@media ( max-width:768px){
	.main-bg{
		background:url("../img/index/sp/main_bg.jpg") center top /cover no-repeat;
		height:auto;
	}
	
	.main-bg .logo span:first-child{
		padding-left:20%;
	}
}
