@keyframes wave-data-v-c0cb0066 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.wave-line[data-v-c0cb0066] {
  z-index: 1;
  overflow: hidden;
  position: fixed;
  top: 10px;
  right: -100px;
  bottom: -20px;
  pointer-events: none;
  z-index: 999;
}

.wave-line .inner[data-v-c0cb0066] {
  width: 600px;
  height: 1200px;
  transform: scaleY(2) rotate(60deg);
}

.wave-line .line[data-v-c0cb0066] {
  opacity: 0.1;
  position: absolute;
  left: 300px;
  top: -150px;
  width: 1000px;
  height: 1200px;
  border: 1px solid #7dabdb;
  border-radius: 24%;
  transform-origin: 50% 49%;
  animation: wave-data-v-c0cb0066 24s linear infinite;
}

.wave-line .line[data-v-c0cb0066]:first-of-type,
.wave-line .line[data-v-c0cb0066]:nth-of-type(4) {
  opacity: 0.4;
  border-width: 2px;
}

.wave-line .line[data-v-c0cb0066]:nth-of-type(2),
.wave-line .line[data-v-c0cb0066]:nth-of-type(3) {
  border-color: #7dabdb;
}

.wave-line .line[data-v-c0cb0066]:nth-of-type(4),
.wave-line .line[data-v-c0cb0066]:nth-of-type(5),
.wave-line .line[data-v-c0cb0066]:nth-of-type(6) {
  opacity: 0.6;
  border-color: #FFFFFF;
}

.wave-line .line[data-v-c0cb0066]:nth-of-type(2) {
  border-radius: 30%;
  animation-duration: 24.2s;
}

.wave-line .line[data-v-c0cb0066]:nth-of-type(3) {
  border-radius: 36%;
  animation-duration: 24.4s;
}

.wave-line .line[data-v-c0cb0066]:nth-of-type(4) {
  animation-duration: 18s;
}

.wave-line .line[data-v-c0cb0066]:nth-of-type(5) {
  border-radius: 30%;
  animation-duration: 18.2s;
}

.wave-line .line[data-v-c0cb0066]:nth-of-type(6) {
  border-radius: 36%;
  animation-duration: 18.4s;
}

@media (max-width: 767px) {
  .wave-line .inner[data-v-c0cb0066] {
    position: relative;
    left: 400px;
  }
}
a[data-v-daf5f076],
button[data-v-daf5f076],
div[data-v-daf5f076] {
  color: #525252;
  font-family: Helvetica Neue, Helvetica, Yu Gothic, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 2;
}/*# sourceMappingURL=waveline.css.map */