/* ----------------------------------------- */
/* Loading Styles
/* ----------------------------------------- */
#loading{
  background-color: #fff;
  background-image: url(/jp/pub/kbbplaypark-open/base/files/img/loading.svg);
  background-repeat: no-repeat;
  background-position: calc(50vw - 16px) calc(50vh - 16px);
  opacity: 1;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#loading.is-gray {
  background-image: url(/jp/pub/kbbplaypark-open/base/files/img/loading-gray.svg);
}

.loadingMore{
  background-color: #fff;
  background-image: url(/jp/pub/kbbplaypark-open/base/files/img/loading.svg);
  background-repeat: no-repeat;
  background-position: calc(50% - 16px) calc(50% - 16px);
  min-height: 200px;
  /*
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  */
}