@charset "UTF-8";

.lp_wrap .float {
  position: fixed;
  bottom: 0%;
  right: 50%;
  z-index: 10;
  transform: translateX(50%);
  width: 100%;
  max-width: 768px;
  display: none;
}
.lp_wrap .float .wt_btn {
  position: absolute;
  top: 3.1%;
  left: 56.6%;
  width: 42.578125%;
}