@charset "utf-8";
.main_bg{
    position: relative;
    margin: 0 auto;
    width: 100%;
}
#ringono{
    position: relative;
	background: url("../images/main_sp.jpg") no-repeat top center;
	width: 100%;
	height: 100%;
	padding-top: 266.718%;
	margin: 0 auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	background-size: cover;
}

#ringono .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}

/*------ 動画 ------*/
.movie{
    display: block;
    width: 95%;
    padding-top: 53.4375%;
    position: absolute;
    margin: 0 auto;
    top: 18%;
    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;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}