@charset "utf-8";
.main_bg{
	background: #fff;
	position: relative;
}
#movichicke{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
#movichicke .sewrap{
	background: url("../images/main.jpg?2111151510") no-repeat top center;
	padding-top: 124.42%;
	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;
}
#movichicke .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
a.btn{
    display: block;
    text-decoration: none;
    width: 65%;
    font-size: 30px;
    font-weight: bold;
    background: #ffffff;
    padding: 10px 0;
    color: #b70000;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8.9%;
    margin: 0 auto;
    transition: .3s;
}
a.btn:hover{
    background: #ffff00;
    color: #b70000;
}
.main_bg .official{
    width: 100%;
    margin: 0 auto;
    background: #ffffff4d;
    position: absolute;
    bottom: 0;
    padding: 15px;
}
.main_bg .official a.btn{
    max-width: 400px;
    font-size: 20px;
    position: static;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}