@charset "UTF-8";
/* フッターの固定 */
#is-loading {
 display: block;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: #FFF;
 z-index: 8;
}
#loading {
 display: none;
 position: fixed;
 top: 50%;
 left: 50%;
 width: 200px;
 height: 200px;
 margin-top: -100px;
 margin-left: -100px;
 text-align: center;
 color: #fff;
 z-index: 50;
}
body{
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
#loading img{
  width: 50%;
}
}
