.footer {
  background: #ffffff;
  padding-bottom: 80px;
  position: relative;
}
.footer .footer-inner .footer-gearLeft {
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 0;
}
.footer .footer-inner .footer-up {
  position: relative;
  z-index: 1;
}
.footer .footer-inner .footer-up .footer-up-main .footer-subtitle {
  font-size: 20px;
  font-weight: 900;
  color: #ff6a46;
  background: -webkit-linear-gradient(#FFC780, #FF5C45 140%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding-top: 40px;
}
.footer .footer-inner .footer-up .footer-up-main .footer-title h2 {
  font-size: 26px;
  font-weight: bold;
  color: #ff6a46;
  background: -webkit-linear-gradient(top, #FFC780, #FF5C45 50%, #FFC780 50%, #FF5C45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.footer .footer-inner .footer-up .footer-up-main .footer-cta {
  list-style: none;
}
.footer .footer-inner .footer-up .footer-up-main .footer-cta .cta li {
  list-style: none;
}
.footer .footer-inner .footer-up .footer-up-main .footer-cta .cta li .download_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  width: 245px;
  height: 64px;
  border-radius: 32px;
  background: linear-gradient(135deg, #FFC780 5%, #FF5C45);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin: 0 auto;
  margin-top: 24px;
}
.footer .footer-inner .footer-up .footer-up-main .footer-cta .cta li .contact_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  width: 245px;
  height: 64px;
  border-radius: 32px;
  background: linear-gradient(135deg, #FFC780 5%, #FF5C45);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin: 0 auto;
  margin-top: 32px;
}
.footer .footer-inner .footer-banner {
  margin-top: 32px;
  text-align: center;
}
.footer .footer-inner .footer-banner .sp {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.footer .footer-inner .footer-banner .sp img {
  max-width: 100%;
}
.footer .footer-inner .footer-down .footer-logo {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
.footer .footer-inner .footer-down .footer-list .footer-list-left ul li {
  list-style: none;
  text-align: center;
  margin-bottom: 24px;
}
.footer .footer-inner .footer-down .footer-list .footer-list-left ul li a {
  color: #505050;
  font-size: 16px;
  font-weight: bold;
}
.footer .footer-inner .footer-down .footer-list .footer-list-middle ul li {
  list-style: none;
  text-align: center;
  margin-bottom: 24px;
}
.footer .footer-inner .footer-down .footer-list .footer-list-middle ul li a {
  color: #505050;
  font-size: 16px;
  font-weight: bold;
}
.footer .footer-inner .footer-down .footer-list .footer-list-right ul li {
  list-style: none;
  text-align: center;
  margin-bottom: 24px;
}
.footer .footer-inner .footer-down .footer-list .footer-list-right ul li a {
  color: #505050;
  font-size: 16px;
  font-weight: bold;
}
.footer .footer-inner .footer-down .footer-list .footer-list-right ul li .sns-icon-list .sns-icon {
  margin-left: 6px;
}
.footer .footer-inner .footer-down .footer-list .copyRight {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.footer .footer-inner .footer-down .footer-list .copyRight p {
  color: #505050;
}

.footer.footer__lp {
  padding-bottom: 120px;
  padding-top: 20px;
  background-color: initial;
}

.footer .sns-icon.sns-icon__lp {
  width: 32px;
}

.footer__copyRight--lp-pc-only {
  display: none;
}/*# sourceMappingURL=footer_sp.css.map */