@font-face {
  font-family: "simplifica";
  src: url(../font/SIMPLIFICA-Typeface.ttf);
}
@font-face {
  font-family: "din";
  src: url(../font/DINNextLTPro-Light.otf);
}
.footer {
  background-image: url(../images/footer_bg_main.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  background-image: url(../images/footer_bg.png);
  top: -60px;
  left: 0;
  width: 100%;
  height: 80%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .footer::before {
    top: -17px;
  }
}
.footer .inner {
  padding-top: 25vh;
  padding-bottom: 10vh;
}
.footer .footer__text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 32.9%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .footer .footer__text {
    display: none;
  }
}
.footer .tel-icon {
  width: 14%;
  margin-right: 12px;
}
.footer .tel__text .ja {
  font-size: 1.3vw;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.footer .tel__text .en {
  font-size: 2.8vw;
  letter-spacing: 0.025em;
}
.footer .tel__text span {
  display: block;
}
.footer .copyright {
  display: block;
  text-align: center;
  font-size: 1.5vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .footer .copyright {
    font-size: 3.5vw;
  }
}