/*********************

footer
resources/bb/css/v2/global.cssから必要なもののみ取り出し（BUNSHUN_DEVELOPER-3370）

*********************/

footer {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  footer {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  footer {
    margin: 0;
  }
}
footer .ftrBand {
  background: url(/common/images/v1/common/footer-bg.png) repeat;
  color: #000;
  text-align: center;
  font-size: .875rem;
  margin: 0;
  padding: 2em 0 .5em 0;
}
@media screen and (max-width: 960px) {
  footer .ftrBand {
    font-size: 0.75rem;
    margin: 0;
    padding: 1.5em 0 1.5em;
  }
}
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("/common/images/v2/icon_pagetop.svg") no-repeat 0 0/30px 30px #fff;
  z-index: 100;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .pagetop {
    right: 10px;
  }
}
.footer-link{
  transition: opacity 0.3s;
}
.footer-link:hover{
  opacity: .6;
}
.copyright {
  font-size: .75rem;
  margin: .5em 0 2em;
}
@media screen and (max-width: 480px) {
  .copyright {
    margin: .25em 0
  }
}