#loading {
	position: fixed;
	width: 100% ;
	height: 100vh ;
	text-align: center;
	background-color: #ffffff;
	z-index: 1100;
}
.loadCont{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 1103;
}
.loadCont img{
	position: relative;
	width: 160px;
	height: 132px;
}

#hole{
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	min-height: 700px;
}
.hole01{
	position: absolute;
	top:25px;
	left:30px;
	width: 382px;
	height: 335px;
	background-image: url("../img/common/hole01.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
}
.hole02{
	position: absolute;
	bottom:0;
	right:150px;
	width: 302px;
	height: 234px;
	background-image: url("../img/common/hole02.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
}
.hole03{
	position: absolute;
	top:215px;
	right:0;
	width: 157px;
	height: 144px;
	background-image: url("../img/common/hole03.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
}

@keyframes Loadinganimation{
	90% {
		-webkit-transform: translate(0,100%);
		-moz-transform: translate(0,100%);
		-o-transform: translate(0,100%);
		-ms-transform: translate(0%,100%);
		transform: translate(0,100%);
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
#progress{
	position: relative;
	width: 100px;
	margin: 30px auto;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
#progressBar{
	position: relative;
	margin: 10px auto;
	width: 0;
	height:1px;
	background-color: #000000;
}