@charset "Shift_JIS";

body{
	margin :0;
	background-color: #ffffff;
	text-align: left;
	font-size: 14px;
}
#animation_container {
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
	margin: auto;
}
#animation_container canvas#canvas {
    position: absolute;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
}
#animation_container #dom_overlay_container {
    pointer-events: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}

#_preload_div_ {
    position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; inline-block; height: 64px; width: 64px; text-align: center;
}
#_preload_div_ span {
    display: inline-block; height: 100%; vertical-align: middle;
}
#_preload_div_ img {
    vertical-align: middle; max-height: 100%;
}


html,body {
	overscroll-behavior: none;
}
#animation_container {
	overflow: hidden;
}
.controlWrap {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.controlWrap .obj {
	pointer-events: auto;
}
.controlWrap .obj.slider {
	width: 30px;
	height: 165px;
	position: absolute;
	z-index: -1;
}
.controlWrap .obj.slider .handle {
	width: 100%;
	height: 10%;
	cursor: pointer;
	position: relative;
}
.controlWrap .obj.slider .handle::after {
	content: '';
	width: 300%;
	height: 500%;
	position: absolute;
	left: -100%;
	top: -200%;
	z-index: -1;
	cursor: default;
}

/*debug*/
/*.controlWrap {
	background: rgba(0,0,255,0.1);
}
.controlWrap .obj.slider {
	background: rgba(255,255,0,0.5);
}
.controlWrap .obj.slider .handle {
	background: rgba(255,0,0,0.5);
}
.controlWrap .obj.slider .handle::after {
	background: rgba(0,255,255,0.2);
}*/

/*ʐݒ*/
#controlWrap_1 .obj.slider#slider_1 {
	left: 84.6%;
	top: 20.8%;
}
