@charset "utf-8";

/********************************/
/* 背景動画 */
/********************************/
#part-home-bg-movie {

	position: relative;

}
#home-bg-movie {

	position: fixed !important;
	width : 100%;
	height: 100%;
	z-index: -2;

}
#part-home-bg-movie .effect {

	position: fixed !important;
	width : 100%;
	height: 100%;
	z-index: -1;

}
#part-home-bg-movie.on .effect {

	/* スクロール時に黒色でオーバーレイする */
	background-color: rgba(0,0,0,0.5);

}