#firstview { height: 53vw; }
#firstview .img-wrap { height: 53vw;}
.artory-slider .images { position: relative; }
.artory-slider .images .imageContainer { position: absolute; width: 100vw; display: none; left: 0; top: 0; }
.artory-slider .images .imageContainer .blinds { position: absolute; top: 0; background-size: auto 740px !important;
	-webkit-transition-timing-function: ease;
	box-sizing: border-box;
	transition-timing-function: ease;
}
.artory-slider .images .imageContainer.active { z-index: 1; display: block; }
.artory-slider .images .imageContainer.next { display: block; z-index: 0; }

.artory-slider .images .transition .blinds { transform: scaleX(0); }

.artory-slider .images .imageContainer .blocks { float: left; background-size: 100vw auto !important;

}
.artory-slider .images .transition .blocks { transform: scale(0.7); opacity: 0; }

.artory-slider.SP {  height: 0; opacity: 0; }

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){
#firstview { height: 125vw; }
#firstview .img-wrap { height: 125vw; }
.artory-slider { height: 100vh; }
.artory-slider .images {  height: 100vh; }
.artory-slider .images .imageContainer { width: 100vw; height: 100vh; }
.artory-slider .images .imageContainer .blinds { position: absolute; height: 100vh; top: 0; background-size: 100vw auto !important;
	-webkit-transition-timing-function: ease;
	box-sizing: border-box;
	transition-timing-function: ease;
}
.artory-slider .images .imageContainer .blocks { float: left; background-size: 100vw auto !important;

}
.artory-slider.SP {  height: 100vh; opacity: 1; }
.artory-slider.PC .images .imageContainer.active { display: none !important; }
.artory-slider.PC .images .imageContainer.next { display: none !important; }
.artory-slider.PC {  height: 0; opacity: 0; }

.img-wrap { margin: 0 0 0; }

}
