@charset "utf-8";
.main_bg{
	background: #f0f0f0;
	position: relative;
}
#movichicke{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
#movichicke .sewrap{
	background: url(../images/bg_main.jpg?20221108) no-repeat top center;
	padding-top: 159.296875%;
	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;
    border: 4px #b87700 solid;
    background: #b87700;
    padding: 10px 0;
    color: rgb(255 255 255);
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6.5%;
    margin: 0px auto;
    transition: .3s;
}
a.btn:hover{
	border: 4px #E7B100 solid;
	background: #E7B100;
	color: #fff;
}
.main_bg .official{
    width: 100%;
    margin: 0 auto;
    background: fff;
    position: absolute;
    bottom: 1.8%;
    padding: 15px;
}
.main_bg .official a.btn{
    border: 4px #03273d solid;
    background: #03273d;
    color: rgb(255 255 255 / 95%);
}
.main_bg .official a.btn:hover{
	border: 4px #005F84 solid;
    background: #005F84 ;
    color: #ffffff;
}
.main_bg .official a.btn{
    max-width: 400px;
    font-size: 20px;
    position: static;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}