#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: 150px;
  height: auto;
  margin-top: -100px;
  margin-left: -125px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#loader .logo{margin:0 auto 10px auto;}
#loader .logo img{max-width:340px !important;  width: 250px;}

/*レスポンシブ対応------------------------------------------------------------------*/
@media screen and (max-width: 480px){
#loader .logo img{max-width:280px !important;}
}
/*--------------------------------------------------------------------------------*/
