footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #444444;
  margin-top: 200px;
}
@media (max-width: 768px) {
  footer {
    margin-top: 80px;
  }
}

.footer-container {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-container .footer-logo {
  width: 324px;
  margin-top: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-container .footer-info-title {
  margin-top: 40px;
  text-align: center;
  font-weight: 700;
  font-family: "BIZ UDGothic";
  line-height: 1em;
  color: white;
  letter-spacing: 4.6px;
}
.footer-container .footer-info-desc {
  margin-top: 30px;
  text-align: center;
  font-family: "BIZ UDGothic";
  line-height: 29px;
  color: white;
  letter-spacing: 3.2px;
}
.footer-container .footer-info-desc br.sp-show {
  display: none;
}
.footer-container .footer-policy-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 38px;
  margin-bottom: 40px;
}
.footer-container .footer-policy-container p {
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  gap: 30px;
}
.footer-container .footer-policy-container span,
.footer-container .footer-policy-container a {
  font-family: "BIZ UDGothic";
  line-height: 1em;
  color: white;
  letter-spacing: 2.4px;
}
.footer-container .footer-policy-container a {
  text-decoration: underline;
}
.footer-container .footer-policy-container br {
  display: none;
}
.footer-container .footer-sitemap-container {
  text-align: center;
  font-weight: 700;
}
.footer-container .footer-sitemap-container a {
  text-decoration: none;
  font-family: "BIZ UDGothic";
  line-height: 1em;
  color: white;
  letter-spacing: 2.4px;
}
.footer-container .footer-copyright-container {
  width: 100%;
  text-align: center;
  border-top: 1px solid white;
}
.footer-container .footer-copyright-container p {
  margin: 40px 0;
  font-family: "Zen Maru Gothic";
  font-size: 0.75em;
  color: white;
}
@media (max-width: 768px) {
  .footer-container {
    font-size: 14px;
  }
  .footer-container br {
    display: initial;
  }
  .footer-container .footer-logo-container {
    display: flex;
    justify-content: center;
  }
  .footer-container .footer-info-title {
    font-size: 1.25em;
  }
  .footer-container .footer-logo {
    width: 50%;
    min-width: 155px;
    margin-top: 50px;
  }
  .footer-container .footer-info-desc,
.footer-container .footer-policy-container {
    letter-spacing: 0;
    font-size: 0.875em;
    white-space: inherit;
  }
  .footer-container .footer-info-desc br.sp-show {
    display: initial;
  }
  .footer-container .footer-policy-container p {
    gap: 15px;
    white-space: nowrap;
  }
}/*# sourceMappingURL=footer.css.map */