footer {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  min-width: 960px;
  height: 22px;
  line-height: 22px;
  background: #362d21;
  color: #e7e4c6;
}
footer .l-icon {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: url(../img/common/icon.png) no-repeat center center;
  background-size: contain;
}
footer .l-icon:hover {
  opacity: 0.7;
}
footer .l-copyright {
  flex: 1;
  font-size: 0.8em;
}
@media (max-width: 800px) {
  footer .l-copyright {
    width: 100%;
  }
}
