.footer {
  --footer-us-family: "Roboto Mono";
  --footer-gap: 0;
  --footer-bold-weight: bold;
  --footer-bg: #f6f6f6;
  --footer-grey-border: #dedede;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .footer {
    --footer-gap: 40px;
  }
}
@media (max-width: 767px) {
  .footer {
    --footer-gap: 30px;
  }
}
@media (max-width: 414px) {
  .footer {
    --footer-gap: 20px;
  }
}
.footer .container {
  padding: 0 var(--footer-gap) 0;
}
.footer-focus {
  padding: 40px 0;
  border: solid 1px #707070;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .footer-focus {
    padding: 0;
    border: none;
    flex-direction: column;
    gap: 20px;
  }
}
.footer-focus .toll-free,
.footer-focus .follow-us,
.footer-focus .other-links {
  flex-grow: 1;
  padding: 0 3%;
  text-align: center;
  border-right: 1px solid #707070;
}
@media (max-width: 1297px) {
  .footer-focus .toll-free,
  .footer-focus .follow-us,
  .footer-focus .other-links {
    padding: 0 1.5%;
  }
}
@media (max-width: 1023px) {
  .footer-focus .toll-free,
  .footer-focus .follow-us,
  .footer-focus .other-links {
    width: 100%;
    margin: 0 auto;
    padding: 2%;
    border: 1px solid #707070;
  }
}
@media (max-width: 767px) {
  .footer-focus .toll-free,
  .footer-focus .follow-us,
  .footer-focus .other-links {
    padding: 8% 4%;
  }
}
.footer-focus .other-links {
  border-right: 0;
}
@media (max-width: 1023px) {
  .footer-focus .other-links {
    border-right: 1px solid #707070;
  }
}
.footer-focus .toll-free {
  color: #707070;
  width: calc(100% / 3);
}
@media (max-width: 1023px) {
  .footer-focus .toll-free {
    width: 100%;
  }
}
.footer-focus .toll-free .tel span:first-child {
  font-size: 20px;
  color: #000;
  display: block;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .footer-focus .toll-free .tel span:first-child {
    text-align: center;
  }
}
.footer-focus .toll-free .tel span:last-child {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 5px;
  font-weight: var(--footer-bold-weight);
  display: block;
  white-space: nowrap;
}
@media (max-width: 1397px) {
  .footer-focus .toll-free .tel span:last-child {
    letter-spacing: 2px;
  }
}
@media (max-width: 414px) {
  .footer-focus .toll-free .tel span:last-child {
    font-size: 36px;
    letter-spacing: 1px;
  }
}
.footer-focus .toll-free .server {
  font-size: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 375px) {
  .footer-focus .toll-free .server {
    font-size: 16px;
  }
}
.footer-focus .toll-free .server span {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.footer-focus .toll-free .server span:last-child:before {
  content: "";
  width: 50px;
}
@media (max-width: 375px) {
  .footer-focus .toll-free .server span:last-child:before {
    display: none;
  }
}
.footer-focus .follow-us {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .footer-focus .follow-us {
    width: 100%;
  }
}
.footer-focus .follow-us .text {
  font-size: 20px;
  margin-bottom: 20px;
  color: #707070;
}
.footer-focus .follow-us .text span {
  display: block;
}
.footer-focus .follow-us .text .us {
  font-size: 34px;
  line-height: 1;
  font-family: var(--footer-us-family);
  font-weight: bold;
  color: rgba(0,0,0,0.376);
  margin-bottom: 15px;
}
.footer-focus .follow-us .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.footer-focus .follow-us .icon a {
  width: 40px;
  margin: 0 20px;
}
.footer-focus .follow-us .icon a img {
  width: 40px;
  height: auto;
}
.footer-focus .other-links {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .footer-focus .other-links {
    width: 100%;
    gap: 20px;
  }
}
.footer-focus .other-links a {
  font-size: 20px;
  color: #707070;
  text-decoration: underline;
}
.footer-focus .other-links a:hover {
  color: #000;
  text-decoration: underline;
}
.footer-copyright {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .footer-copyright {
    margin: 20px 0;
  }
}
.footer-copyright div {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1023px) {
  .footer-copyright div {
    font-size: 16px;
  }
}
.footer-copyright div.row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer-copyright div.row {
    flex-direction: column;
    gap: 0;
  }
}
.footer-mark {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background: var(--footer-bg);
}
.footer-mark a {
  width: 155px;
  height: 55px;
}
.footer-mark a img {
  display: block;
  width: 155px;
  height: 55px;
}
.goTop {
  --goTop-round-radius: 50%;
  --goTop-background: #fff;
  cursor: pointer;
  position: fixed;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  padding: 0;
  right: 20px;
  border-radius: var(--goTop-round-radius);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -100%, 0);
  transition: all 0.3s ease;
  z-index: 1;
  background: var(--goTop-background);
  box-shadow: 0px 8px 16px 0px rgba(17,17,17,0.1);
}
.goTop img {
  width: 30px;
  height: 30px;
}
.goTop.show {
  transform: translateZ(0);
  opacity: 1;
  visibility: visible;
}
.floating {
  --icon-size: 25px;
  --floating-background-color: #707070;
  --floating-background-color-hover: #b1b1b1;
  --border-color: #fff;
  position: fixed;
  width: 100px;
  bottom: 90px;
  right: 10px;
  z-index: 1;
  transition: transform 0.5s ease;
}
.floating-bu {
  cursor: pointer;
  position: absolute;
  left: -30px;
  top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 50%;
  z-index: -1;
  width: 61px;
  height: 61px;
  background-color: var(--floating-background-color);
}
.floating-bu:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("../images/floating/close.svg");
  transition: background-image 0.3s ease;
}
.close .floating-bu:before {
  width: 26px;
  height: 26px;
  margin-left: 8px;
  background-image: url("../images/floating/open.svg");
}
.floating.close {
  transform: translateX(100%) translateX(3px);
}
.floating_close {
  cursor: pointer;
  display: block;
  text-align: right;
}
.floating .checkout {
  padding: 8px;
  background-color: var(--floating-background-color);
}
.floating .checkout a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  border: 2px solid var(--border-color);
  transition: background-color 0.3s ease;
}
.floating .checkout a:hover {
  background-color: var(--floating-background-color-hover);
}
.floating .checkout img {
  width: var(--icon-size);
  height: var(--icon-size);
  margin-right: 10px;
}

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