#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
background:#fff;
	z-index: 1000;
}
#loader {
display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 340px;
  height: 340px;
	margin-top: -5%;
  margin-left: -170px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#loader .logo{margin:0 auto 10px auto;}
#loader .logo img{max-width:340px !important;  width: 340px;}

/*レスポンシブ対応------------------------------------------------------------------*/
@media screen and (max-width: 480px){
#loader {
display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
	margin-top: -15%;
  margin-left: -120px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
#loader .logo img{max-width:280px !important;}
}
/*--------------------------------------------------------------------------------*/
