.page01 {
  padding-top: 67%;
}
@media (max-width: 991px) {
  .page01 {
    padding-top: 160%;
  }
}

.slogan {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@keyframes filterAnim {
  0% {
    filter: grayscale(10%) blur(5px);
  }
  50% {
    filter: grayscale(20%) blur(0);
  }
  100% {
    filter: grayscale(10%) blur(5px);
  }
}
.box {
  animation: filterAnim 3s ease-in-out infinite;
}/*# sourceMappingURL=style.css.map */