@charset "utf-8";

/* -------------------------------------------------- */
/* common-submv01 */
/* -------------------------------------------------- */
.common-submv01 .mv-box {width: 100%;height: 100%;overflow: hidden;position: relative; }
.common-submv01 .mv-box-img {z-index:10;opacity: 0;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;position: absolute;left: 0;top: 0;-webkit-animation: anime 40s 0s infinite;animation: anime 40s 0s infinite; }
.common-submv01 .mv-box-img:nth-of-type(2) {-webkit-animation-delay: 8s;animation-delay: 8s; }
.common-submv01 .mv-box-img:nth-of-type(3) {-webkit-animation-delay: 16s;animation-delay: 16s; }
.common-submv01 .mv-box-img:nth-of-type(4) {-webkit-animation-delay: 24s;animation-delay: 24s; }
.common-submv01 .mv-box-img:nth-of-type(5) {-webkit-animation-delay: 32s;animation-delay: 32s; }

@keyframes anime {
	0% {
		opacity: 0;
	}
	8% {
		opacity: 1;
	}
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
		transform: scale(1.1);
		z-index:9;
	}
	100% { opacity: 0 }
}

@-webkit-keyframes anime {
	0% {
		opacity: 0;
	}
	8% {
		opacity: 1;
	}
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		z-index:9;
	}
	100% { opacity: 0 }
}









/* ======================================================================================================================= */
/* for sp */
/* ======================================================================================================================= */
@media screen and (min-width:1px) and (max-width:622px){

}