.tc-common-footer {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: clamp(36px, 7vw, 72px) auto 0;
  padding: 28px max(18px, env(safe-area-inset-left)) calc(30px + env(safe-area-inset-bottom));
  color: rgba(255, 255, 255, .82);
  background: #20243d;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.tc-common-footer * {
  box-sizing: border-box;
}

.tc-common-footer-inner {
  width: min(920px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.tc-common-footer-logo {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.2;
}

.tc-common-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}

.tc-common-footer a {
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.tc-common-footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tc-common-footer p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .66);
  font-size: 11px;
  line-height: 1.75;
}

@media (max-width: 640px) {
  .tc-common-footer {
    padding-top: 24px;
  }

  .tc-common-footer-logo {
    font-size: 22px;
  }

  .tc-common-footer-links {
    gap: 8px 13px;
  }

  .tc-common-footer a {
    font-size: 11px;
  }
}
