.m-main {
  padding-top: 150px;
}

.m-navi-wrapper {
  display: flex;
  justify-content: center;
}
.m-navi-wrapper .m-navi {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 90%;
  position: fixed;
  top: 0;
  border-radius: 16px;
  padding: 0 2rem;
  margin-top: 2px;
}
.m-navi-wrapper .m-navi ul > img {
  height: 100px;
}

.animate {
  opacity: 0;
  transform: translateY(45px);
  transition: transform 0.6s, opacity 0.9s;
}
.animate p {
  opacity: 0;
  transform: translateY(45px);
  transition: transform 0.6s, opacity 0.9s;
}
.animate p:nth-child(1) {
  transition-delay: 0.2s;
}
.animate p:nth-child(2) {
  transition-delay: 0.3s;
}
.animate p:nth-child(3) {
  transition-delay: 0.4s;
}
.animate p:nth-child(4) {
  transition-delay: 0.5s;
}
.animate.show {
  opacity: 1;
  transform: translateY(0);
}
.animate.show p {
  opacity: 1;
  transform: translateY(0);
}

/*# sourceMappingURL=style.css.map */
