@charset "utf-8";


/*スライドショーのキーフレーム設定
---------------------------------------------------------------------------*/

/*３枚の画像の共通設定*/
.slide1,.slide2,.slide3 {
	width: 100%;height: 100%;
	position: absolute;right: 0px;top: 0px;z-index: -1;
	text-indent: -9999px;
}

/*１枚目画像*/
.slide1 {
	animation: slide1 15s linear infinite, opa1 1s linear;
	background: url(../images/top/MV.png) no-repeat center center/cover;
}
