footer#footer .bar {
  height: 155px;
  background: #e6e6e6;
  position: relative;
}
footer#footer .bar .brand_link {
  padding-top: 30px;
  text-align: center;
}
footer#footer .bar .copyright {
  margin-top: 15px;
  text-align: center;
}
footer#footer .bar .copyright small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #808080;
  font-size: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 743px) {
  footer#footer .bar {
    height: 31.0666666667vw;
  }
  footer#footer .bar .brand_link {
    padding-top: 6.2666666667vw;
  }
  footer#footer .bar .brand_link img {
    width: 40vw !important;
    height: auto !important;
  }
  footer#footer .bar .copyright {
    margin-top: 2.9333333333vw;
  }
  footer#footer .bar .copyright small {
    font-size: 2vw;
  }
}
footer#footer .bar #footer_goto_top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 4500;
}
footer#footer .bar #footer_goto_top img {
  cursor: pointer;
}

@media screen and (max-width: 743px) {
  footer#footer .bar #footer_goto_top {
    right: 0;
    bottom: 6vw;
  }
  footer#footer .bar #footer_goto_top img {
    width: 8vw !important;
    height: auto !important;
  }
}

