@charset "UTF-8";

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

	PAGE TOP LINK

**********************************************/
#page-top-link {
  position: fixed;
  bottom: 4.6%;
  right: 2%;
  z-index: 100;
  transition: opacity 0.3s ease-in-out;
}
#page-top-link a img {
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page-top-link {
    right: 3%;
  }
  #page-top-link a img {
  width: 62px;
  height: auto;
}
}