/* ----------------------------------------- */
/* Loading Styles
/* ----------------------------------------- */
#loading{
  background-color: #fff;
  background-image: url(/jp/pub/kao-open/base/files/img/loading.svg);
  background-repeat: no-repeat;
  background-position: calc(50vw - 16px) calc(50vh - 16px);
  opacity: 1;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}