@charset "UTF-8";
footer {
  background-color: #111;
  position: relative;
  margin-top: -100px;
  height: 300px;
}
footer small {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  color: #555;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.page-top {
  position: fixed;
  bottom: 30px;
  right: 2%;
  z-index: 5;
}
.page-top a {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ed1c24;
}
.page-top .arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-90deg);
}
.page-top .arrow:before, .page-top .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.page-top .arrow:before {
  left: 0;
  width: 30px;
  height: 3px;
  background: #fff;
}
.page-top .arrow:after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) skew(-15deg, -15deg);
  transform: rotate(45deg) skew(-15deg, -15deg);
}
footer .bg_text {
  background-image: url("../img/bg_logo_w.svg");
  opacity: 0.1;
}
@media screen and (max-width:1050px) {
  footer {
    margin-top: -50px;
    height: 150px;
  }
  footer small {
    font-size: 14px;
  }
  .page-top {
    position: fixed;
    right: 3%;
  }
  .page-top a {
    width: 60px;
    height: 60px;
  }
  .page-top .arrow:before {
    width: 20px;
    height: 2px;
  }
  .page-top .arrow:after {
    left: 9px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) skew(-15deg, -15deg);
    transform: rotate(45deg) skew(-15deg, -15deg);
  }
}