@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?2408220954) no-repeat top center;
	padding-top: 180.328125%;
	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: 2px #000000 solid; */
    background: #AF282E;
    padding: 0.6em 0;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6%;
    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: #022348;
    color: #ffffff;
}
.main_bg .official a.btn:hover{
	opacity:0.7;
}
.main_bg .official a.btn{
    max-width: 400px;
    font-size: 20px;
    position: static;
}


@media screen and (max-width:1280px){
	a.btn{
	    font-size: 2.5vw;
	    padding: 0.3em 0;
	}
	.main_bg .official a.btn{
		font-size: 1.6vw;
	}
}

#footer{
	margin:0px !important;
}