@charset "utf-8";
.main_bg{
    background: rgb(85,159,190); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(85,159,190,1) 0%, rgba(150,239,224,1) 47%, rgba(254,255,252,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(85,159,190,1) 0%,rgba(150,239,224,1) 47%,rgba(254,255,252,1) 100%);
    background: linear-gradient(45deg,  rgba(85,159,190,1) 0%,rgba(150,239,224,1) 47%,rgba(254,255,252,1) 100%);
    position: relative;
}
#movichicke{
    max-width: 1280px;
    padding-bottom: 200px;
    margin: 0 auto;
    position: relative;
}
#movichicke .sewrap{
	background: url(../images/bg_main.png?190717) no-repeat top center;
	padding-top: 73.437%;
	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: 82%;
    font-size: 30px;
    font-weight: bold;
    border: 2px #00FFFF solid;
    box-shadow: #00FFFF 1px 1px 6px 3px;
    background: #000000;
    padding: 10px 0;
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 130px;
    margin: 0 auto;
    transition: .3s;
}
a.btn:hover{
    background: rgba(0, 0, 0, .3);
}
.main_bg .official{
    width: 100%;
    margin: 0 auto;
    background: #0005;
    position: absolute;
    bottom: 0;
    padding: 15px;
}
.main_bg .official a.btn{
    max-width: 400px;
    font-size: 20px;
    position: static;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}