/** mixins **/

.footer {
  width: 100%;
  height: 2rem;
  background-color: #000;
  position: relative;
  z-index: 2;
  font-size: 0.16rem;
  color: #797878;
  pointer-events: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: sans-serif;
  border: 0.01rem solid rgba(167, 152, 94, 0.15);
}

.footer p {
  margin: 0;
  line-height: 0.3rem;
  white-space: nowrap;
}

.footer a {
  color: #797878;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer__top {
  width: 11rem;
  margin: 0 auto 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.2rem;
}

.footer__logo2 {
  display: inline-block;
  position: relative;
}

.footer__logo2 img {
  width: 3.8rem;
  height: auto;
}

.footer__logo2 .logo-region {
  display: inline-block;
  position: absolute;
  height: 100%;
}

.footer__logo2 .logo-region.logo-global1 {
  width: 40%;
  left: 0;
}

.footer__logo2 .logo-region.logo-global2 {
  width: 49%;
  right: 0;
}

.footer__copyright {
  width: 11rem;
  margin: 0 auto;
}
