@charset "UTF-8";
/* 2026/07/16追加 */
#Foot .l-footer__pagetop {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms;
}
#Foot .l-footer__pagetop.is-viewed {
  opacity: 1;
  pointer-events: auto;
}/*# sourceMappingURL=customizePc.css.map */