/* ===================================================================
CSS information
 file name  :  home.css
 style info :  ホームページのみ（home.css）
=================================================================== */
body {
	/*  IE8以下の代替の背景画像  */
background:url("../images/bg.jpg") #fff;
background-attachment:fixed;
background-size:cover;
position:relative;
}


video {display:block;}

/*
#bg-video {
position:fixed;
right:0;
bottom:65px;
min-width:100%;
min-height:100%;
width:auto;
height:auto;
z-index:-9999;
}*/


#bg-video {
position:fixed;
width:100%;
height:100%;
top: 0;
z-index:-9999;
background:#000;
}
.pagetop{ display:none;}
#footer_wrap {
	position:fixed;
	bottom:0;
}
#footer{ margin:0 auto; width:100%; overflow:hidden; text-align:center; }
#footer #ft_sns  {margin-right:30px;}
small{ padding-top:30px;}