#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: -50%;
  text-align: center;
  color: #fff;
  z-index: 2;width:100% !important;
}

.lord-copy{color:#444;font-family: 'ChikugoM', sans-serif;line-height: 1.4;margin-top:10px !important;font-size:48px !important;}

/*レスポンシブ対応------------------------------------------------------------------*/
@media screen and (max-width: 768px){
.lord-copy{font-size:6vw !important;}
}
/*--------------------------------------------------------------------------------*/
