@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
.background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #f8f8ff;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.background span {
  width: 20vmin;
  height: 20vmin;
  border-radius: 20vmin;
  backface-visibility: hidden;
  position: absolute;
  animation: move;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.background span:nth-child(1) {
  color: #405fd0;
  top: 5%;
  left: 42%;
  animation-duration: 43s;
  animation-delay: -13s;
  transform-origin: -5vw 4vh;
  box-shadow: -40vmin 0 5vmin currentColor;
}
.background span:nth-child(2) {
  color: #38d1f7;
  top: 64%;
  left: 37%;
  animation-duration: 19s;
  animation-delay: -12s;
  transform-origin: -7vw 12vh;
  box-shadow: 40vmin 0 5.7vmin currentColor;
}
.background span:nth-child(3) {
  color: #1e73be;
  top: 67%;
  left: 90%;
  animation-duration: 24s;
  animation-delay: -20s;
  transform-origin: -18vw 6vh;
  box-shadow: -40vmin 0 5.8vmin currentColor;
}
.background span:nth-child(4) {
  color: #38d1f7;
  top: 94%;
  left: 8%;
  animation-duration: 11s;
  animation-delay: -37s;
  transform-origin: -22vw -8vh;
  box-shadow: -40vmin 0 5vmin currentColor;
}
.background span:nth-child(5) {
  color: #1e73be;
  top: 21%;
  left: 68%;
  animation-duration: 19s;
  animation-delay: -40s;
  transform-origin: 17vw 24vh;
  box-shadow: -40vmin 0 5.5vmin currentColor;
}
.background span:nth-child(6) {
  color: #38d1f7;
  top: 7%;
  left: 86%;
  animation-duration: 35s;
  animation-delay: -4s;
  transform-origin: -19vw 25vh;
  box-shadow: -40vmin 0 5.2vmin currentColor;
}
.background span:nth-child(7) {
  color: #405fd0;
  top: 93%;
  left: 38%;
  animation-duration: 40s;
  animation-delay: -27s;
  transform-origin: -4vw -14vh;
  box-shadow: -40vmin 0 5.4vmin currentColor;
}
.background span:nth-child(8) {
  color: #1e73be;
  top: 15%;
  left: 72%;
  animation-duration: 40s;
  animation-delay: -49s;
  transform-origin: -3vw -8vh;
  box-shadow: 40vmin 0 5.1vmin currentColor;
}
main {
  background: rgba(255, 255, 255, 0.72);
}
.footer, .module-extra-small.footer {
  position: relative;
  z-index: 1;
}
.swiper-pc-banner {
  padding-top: 0;
}
