@charset "utf-8";

#action{
	top: 0;
	left: 0;
	width: 2000px;
	height: 100%;
	background:#fff;
	position: absolute;
	-webkit-transition-property: left;
	-webkit-transition-duration:4s;
	-webkit-transition-timing-function: jswing;
	-moz-transition-property: left;
	-moz-transition-duration:4s;
	-moz-transition-timing-function: jswing;
	-o-transition-property: left;
	-o-transition-duration:4s;
	-o-transition-timing-function: jswing;
	transition-property: left;
	transition-duration:4s;
	transition-timing-function: jswing;
	z-index:10000;
}
#action.motion{
	left:2000px;
}

/* SP以上 */
@media screen and (min-width : 300px){
#loader {
	margin: -50px 0 0 -100px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 100px;
	text-align:center;
	z-index:100;
	}
#loaderinner{
	position: relative;
	width: 200px;
	height: 100px;
	}
#mask {
	width: 200px;
	height: 100px;
	position: absolute;
	z-index:100;
	}
#mask img {
	width: 200px;
	height: 100px;
	}
#bar {
	width: 200px;
	height: 100px;
	font-size: 1px;
	}
#bar span {
	display: block;
	width: 0px;
	height: 100px;
	background: #000;
	}
}
/* SP横以上 */
@media screen and (min-width : 480px){
}
/* Tablet以上 */
@media screen and (min-width : 768px){
}
/* PC以上 */
@media screen and (min-width : 1024px){
#loader {
	margin: -75px 0 0 -150px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 150px;
	text-align:center;
	z-index:100;
	}
#loaderinner{
	position: relative;
	width: 300px;
	height: 150px;
	}
#mask {
	width: 300px;
	height: 150px;
	position: absolute;
	z-index:100;
	}
#mask img {
	width: 300px;
	height: 150px;
	}
#bar {
	width: 300px;
	height: 150px;
	font-size: 1px;
	}
#bar span {
	display: block;
	width: 0px;
	height: 150px;
	background: #000;
	}
}