#footer {
  padding: 1vw;
}

#footer .background {
  padding: 5vw;
  padding-bottom: 1vw;
  background: #e11717;
  background-image: url(../image/footer-img.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
}

#footer .background .logo {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10vw;
}

#footer .background .logo img {
  max-height: 100px;
}

#footer .background .logo span {
  font-size: clamp(10px, 1.4rem, 2rem);
  color: #fff;
}

#footer .background .btn-set {
  display: flex;
  flex-direction: row;
  gap: 5vw;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
}

#footer .background .btn-set a {
  background: white;
  border-radius: 50px;
  padding: 1vw 5vw;
  color: black;
}

#footer .background .btn-set a p {
  font-size: clamp(16px, 1.8rem, 3.2rem);
}

#footer .background .footer-menu {
  margin: 0 10vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5vw;
  justify-content: space-around;
  margin-top: 4vw;
}

#footer .background .footer-menu a {
  color: #fff;
  display: flex;
  flex-direction: column;
}

#footer .background .footer-menu a span:first-child {
  font-size: clamp(8px, 1rem, 1.4rem);
}

#footer .background .footer-menu a span:nth-child(2) {
  font-size: clamp(10px, 1.4rem, 2rem);
  line-height: 1.5rem;
}

#footer .background .border {
  margin: 5vw 0;
  margin-bottom: 1vw;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  text-align: center;
  padding: 5vw 0;
}

#footer .background .border img {
  margin: 5vw;
}

#footer .background .border p {
  font-size: clamp(10px, 1.4rem, 2rem);
  color: #fff;
  margin-bottom: 1em;
}

#footer .background .border p.hiragi-w6 {
  font-size: clamp(16px, 1.8rem, 3.2rem);
}

#footer .background .copy {
  text-align: center;
  color: white;
  font-size: clamp(10px, 1.4rem, 2rem);
}

#footer .background::after {
  content: "";
  background: url(../image/circle-black.webp) no-repeat;
  background-size: contain;
  width: 517px;
  height: 517px;
  position: absolute;
  top: -200px;
  left: -200px;
  z-index: -1;
}

#footer .background::before {
  content: "";
  background: url(../image/circle-black.webp) no-repeat;
  background-size: contain;
  width: 517px;
  height: 517px;
  position: absolute;
  top: -180px;
  left: -180px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #footer .background .logo span {
    font-size: 16px;
  }

  #footer .background .btn-set {
    flex-direction: column;
    justify-content: center;
  }

  #footer .background .btn-set a {
    width: 100%;
    text-align: center;
  }

  #footer .background .btn-set a p {
    font-size: 20px;
  }

  #footer .background .footer-menu {
    margin: 0;
    flex-direction: column;
    gap: 5vw;
    justify-content: center;
    margin-top: 4vw;
    text-align: center;
  }

  #footer .background .footer-menu a span:first-child {
    font-size: 10px;
  }

  #footer .background .footer-menu a span:nth-child(2) {
    font-size: 16px;
    line-height: 1.5rem;
  }

  #footer .background .border img {
    margin: 5vw;
  }

  #footer .background .border p {
    font-size: 12px;
  }

  #footer .background .border p.hiragi-w6 {
    font-size: 16px;
  }

  #footer .background .copy {
    font-size: 4px;
  }
}

/*# sourceMappingURL=footer.css.map */