@import url("https://fonts.googleapis.com/css2?family=Damion&family=Roboto:wght@700&display=swap");

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(0deg, rgba(239, 239, 239, 0) 0%, rgba(39, 134, 147, 0.4) 100%) 0% 0% no-repeat padding-box;
  text-align: center;
}