@charset "UTF-8";

.lp_wrap .float {
  position: fixed;
  bottom: 0%;
  right: 50%;
  z-index: 10;
  transform: translateX(50%);
  width: 100%;
  max-width: 750px;
  display: none;
}