
/*------------------------------------
ページローディング機能
------------------------------------*/
/* line 10, ../scss/_js.scss */
#loader-bg {

  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;

  z-index: 20000;
  max-height: 100%;
  overflow: hidden; }

/* line 22, ../scss/_js.scss */
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 314px;
  height: 330px;
  margin-top: -165px;
  margin-left: -157px;
  text-align: center;
  color: #fff;
  z-index: 30000; }