@charset "utf-8";
.main_bg{
	background:#ffffff;
	background: linear-gradient(to bottom left, #afeeee, #ffffff 7%, #ffffff 50%, #afeeee);
    position: relative;
}
#asagao{
    padding-bottom: 25vw;
    margin: 0 auto;
    position: relative;
}
#asagao .sewrap{
	background: url(../images/bg_main_sp.png?201102) no-repeat top center;
	padding-top: 224%;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height:1.5;
	background-size: cover;
}
#asagao .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
a.btn{
    display: block;
    text-decoration: none;
    padding: 1.5vw 0;
    width: 94%;
    font-size: 4vw;
    font-weight: bold;
    border: 4px #fff solid;
    background-color: #38a1db;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12vw;
    margin: 0 auto;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}
@media print {
  body {
	display: none;
	}
}