.footer-all {
  position: relative;
  z-index: 2;
  background-color: #2f2f2f;
  color: #bdbdbd;
  font-size: 14px;
  border-top: 0;
  padding: 20px;
  padding-bottom: calc(var(--body-padding) + 20px);
  font-family: Arial, sans-serif;
  letter-spacing: 1px;
}
.footer-all-withshare {
  padding-bottom: calc(var(--body-padding) + 70px);
}
.footer-all a,
.footer-all a:hover {
  color: #fff;
}
.footer-all a:hover {
  opacity: 0.5;
}
.footer-all-follow,
.footer-all-member {
  padding-top: 4px;
}
.faf-label {
  text-align: center;
  margin-bottom: 3px;
}
.faf-list {
  display: flex;
  justify-content: center;
}
.app-market .faf-list a {
  margin: 10px;
}
.faf-icon {
  line-height: 0;
  margin: 5px;
  display: block;
}
.faf-icon svg {
  width: 28px;
  height: 28px;
}
.faf-fb {
  fill: #4867aa;
}
.faf-tw {
  fill: #fff;
}
.faf-ig {
  fill: #a935af;
}
.faf-yt {
  fill: #d20001;
}
.faf-yt svg {
  width: 41px;
}
.faf-dm {
  fill: #0063d6;
  background-color: transparent;
}
.faf-icon:hover {
  opacity: 0.6;
}
.fam-parent {
  text-align: center;
  margin-bottom: 5px;
}
.fam-parent .fam-parent-name {
  display: inline;
  font-size: 14px;
  font-weight: 700;
}
.fam-child,
.footer-all-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fam-child * {
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fam-child .flex_ori {
  background-color: transparent;
  margin: 10px;
}
.fam-child img {
  position: relative;
  width: auto;
  height: 20px;
}
.footer-all-info {
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
  margin: 10px 0 15px;
  padding: 5px 0;
}
.footer-all-info a {
  margin: 8px;
}
.footer-all-copyright {
  text-align: center;
}
.footer-all-copyright * {
  font-size: 14px;
  line-height: 22px;
  display: inline;
}
@media screen and (min-width: 568px) {
  .footer-all-copyright br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .footer-all {
    padding-bottom: 20px;
  }
}
