.mikoto-footer {
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
  overflow: hidden;
}

.mikoto-footer-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.mikoto-footer-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;

  width: 100%;
  box-sizing: border-box;
  padding: 5px 20px 2px;

  font-size: 0.84rem;
  color: rgba(70, 45, 55, 0.88);
}

.mikoto-footer-menu a {
  color: inherit;
  text-decoration: none;
  line-height: 1.6;
}

.mikoto-footer-menu a:hover {
  color: rgba(70, 45, 55, 1);
  text-decoration: underline;
}

.mikoto-footer-menu a + a::before {
  content: "|";
  margin: 0 0.65em;
  color: rgba(70, 45, 55, 0.55);
}

@media (max-width: 640px) {
  .mikoto-footer-menu {
    justify-content: center;
    padding: 10px 12px 20px;
    text-align: center;
    font-size: 0.8rem;
  }
}