@charset "utf-8";
.main_bg{
	background:#f0fff0;
    position: relative;
}
#ny2021{
    padding-bottom: 0vw;
    margin: 0 auto;
    position: relative;
}
#ny2021 .sewrap{
	background: url(../images/main_bg_sp.jpg?2012211533) no-repeat top center;
	padding-top: 333%;
	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: 90%;
    padding-top: 50.625%;
    position: absolute;
    margin: 0 auto;
    top: 7%;
    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: 80%;
    font-size: 4vw;
    font-weight: bold;
    background: #0095d9;
    padding: 10px 0;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin: 0 auto;
    box-shadow:0px 5px 5px gray;
    border-radius: 10px;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}