.footer-navi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-neutral-3);
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0.5rem;
  column-gap: 1rem;
}
