@charset "UTF-8";


.lp_wrap .logo {
  width: 160px;
  height: 23px;
}

.lp_wrap .button {
  height: 30px;
  font-weight: bold;
  background: #96e100;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.lp_wrap .just {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
}
.lp_wrap .just .just_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url("../image/pc/just-img.jpg") center center/cover no-repeat;
}
.lp_wrap .just .just_area .let {
  text-align: center;
  font-size: 6.9vw;
  line-height: 1.067em;
  letter-spacing: 0.1em;
  color: #fa326e;
}
.lp_wrap .just .just_area .let span {
  display: block;
  font-size: 1.4vw;
  letter-spacing: 0.05em;
  color: #fa326e;
  margin-top: 2%;
}
@media all and (max-width: 750px) {
  .lp_wrap .just {
    display: none;
  }
}
