.site-footer {
  background: #000;
  text-align: center;
  font-size: 16px;
  color: #eee;
}
.site-footer.is-pc .ape-grid {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 85px;
  line-height: 30px;
}
.site-footer.is-h5 {
  font-size: 12px;
}
.site-footer a {
  color: #eee;
}

