@charset "utf-8";
.main_bg{
	background: #ffffff;
	position: relative;
}
#movichicke{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
#movichicke .sewrap{
	background: url("../images/bg_main.jpg?230904") no-repeat top center;
	padding-top: 195.85%;
	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 #fff solid; */
    background: #ffd91f;
    padding: 1% 0;
    color: #141414;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7%;
    margin: 0px auto;
    transition: .3s;
}
a.btn:hover{
    opacity: 0.7;
}
.main_bg .official{
    width: 100%;
    margin: 0 auto;
    background: fff;
    position: absolute;
    bottom: 2%;
    padding: 1%;
}
.main_bg .official a.btn{
    /* border: 4px #000000 solid; */
    background: #24aae8;
    color: #ffffff;
}
.main_bg .official a.btn:hover{
    opacity: 0.7;
}
.main_bg .official a.btn{
    max-width: 400px;
    font-size: 20px;
    position: static;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}