@charset "utf-8";
.main_bg{
	background:#f0fff0;
	position: relative;
}
#ny2021{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
#ny2021 .sewrap{
	background: url(../images/main_bg.jpg?2012211533) no-repeat top center;
	padding-top: 123.046%;
	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;
}
#ny2021 .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}

/*------ 動画 ------*/
.movie{
    display: block;
    width: 40%;
    padding-top: 22.5%;
    position: absolute;
    margin: 0 auto;
    top: 13.2%;
    left: 0;
    right: 0;
}
.movie .movieCon{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

a.btn{
    display: block;
    text-decoration: none;
    width: 45%;
    font-size: 20px;
    font-weight: bold;
    background: #0095d9;
    padding: 10px 0;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3%;
    margin: 0 auto;
    box-shadow:0px 5px 5px gray;
	border-radius: 10px;
}
a.btn:hover{
/*ボタンを押したとき*/
     -webkit-transform: translateY(4px);
     transform: translateY(4px);/*下に動く*/
     box-shadow: none;/*線を消す*/
	 border-radius: 10px;
}
.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;
}