@charset "utf-8";
/* == frontpage ==============================================*/
html{
	height:100%;
	line-height: 0px;
}
body {
	background: #000000;
	font-family: "小塚ゴシック Pr6N", Meiryo, Osaka, "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", "sans-serif";
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
/* ------------------------------
	wrapper - 
------------------------------ */
.wrapper{
	background:url(../img/bg_sp.jpg);
}
.sp {
	display: block;
}
.pc {
	display: none;
}
.main{
	width:100%;
	padding-top: 20px;
	padding-bottom: 150px;
	margin:0 auto;
	height: 100%;
	background:url(../img/bg.jpg) no-repeat;
	background-size: contain;
	background-position:bottom;
}

.top{
	width:100%;
	margin:0 auto;
}
.text{
	width: 90%;
	margin: 0 auto;
	font-size: 120%;
	line-height: 150%;
	padding-bottom: 20px;
}
.bottom_img{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.bottom_text{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 50px;
}

.mt5{
	margin-top: 5px;
}
.mt20{
	margin-top: 20px;
}

footer {
	background: #ffffff;
}
