@charset "utf-8";
/* CSS Document */

body,html{height:100%; width:100%;}

@media all and (orientation:landscape){
	div#mask,img.slide {
		min-height: 100%;
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -100;
	
	}
}

@media all and (orientation:portrait){
	div#mask,img.slide {
		min-height: 100%;
		width: 178%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -100;
		
	}
}

div#slideArea {
	position: relative;
	height:100%;
	width:100%;
	/* overflow: hidden; */
	overflow: scroll;
}

img.slide{
	z-index:1;
}

#slider{
	position:relative;
	object-fit: cover;
}