@charset "utf-8";

.lp-floating {
  display: none;
}

.lp-floating .pc {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 120px;
}
@media screen and (min-width:751px) and ( max-width:1280px) {
  .lp-floating .pc {
    right: 2.34vw;
    bottom: 2.34vw;
    width: 9.38vw;
  }
}
.lp-floating .pc img{
  width: 100%;
}

.lp-floating .sp{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.lp-floating .sp .limited{
  position: relative;
  background-color: rgba(0,0,0,0.4);
  color: white;
  height: 35px;
  height: 9.33vw;
  line-height: 35px;
  line-height: 9.33vw;
  padding-left: 19px;
  padding-left: 5.07vw;
  font-size: 13px;
  font-size: 3.47vw;
}
.lp-floating .sp .limited span{
  font-size: 11px;
  font-size: 2.93vw;
}
.lp-floating .sp .limited .close{
  position: absolute;
  top: 11px;
  top: 2.93vw;
  right: 22px;
  right: 5.87vw;
  background-color: transparent;
  height: 11px;
  height: 2.93vw;
  width: 11px;
  width: 2.93vw;
}
.lp-floating .sp .limited .close::before{
  content: '';
  background-color: white;
  position: absolute;
  top: 5.5px;
  top: 1.47vw;
  left:0;
  width: 15px;
  width: 4vw;
  height: 1.5px;
  height: .4vw;
  transform: rotateZ(135deg);
}
.lp-floating .sp .limited .close::after{
  content: '';
  background-color: white;
  position: absolute;
  top: 5.5px;
  top: 1.47vw;
  left:0;
  width: 15px;
  width: 4vw;
  height: 1.5px;
  height: .4vw;
  transform: rotateZ(45deg);
}

.lp-floating .sp .cart{
  height: 63px;
  height: 16.8vw;
  width: 100%;
  background-color: white;
  position: relative;
}
.lp-floating .sp .cart .name{
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.82;
  letter-spacing: .02em;
  font-size: 22px;
  font-size: 5.87vw;
  padding-top: 10px;
  padding-top: 2.67vw;
  padding-left: 19px;
  padding-left: 5.07vw;
}
.lp-floating .sp .cart .buy{
  position: absolute;
  top: 12px;
  top: 3.2vw;
  right: 18px;
  right: 4.8vw;
}
.lp-floating .sp .cart .buy .btn{
  display: inline-block;
  background-color: #5581ce;
  color: white;
  text-align: center;
  transition: opacity .2s linear;
  width: 90px;
  width: 24vw;
  height: 39px;
  height: 10.40vw;
  line-height: 39px;
  line-height: 10.40vw;
  border-radius: 2.8px;
  border-radius: .75vw;
  font-size: 15px;
  font-size: 4.00vw;
  letter-spacing: .1em;
}
.lp-floating .sp .cart .buy .btn:hover{
  opacity: .7;
}
.lp-floating .sp .cart .buy .btn::before {
  content: '';
  background-image: url('../images/cart_icon.png');
  background-size: contain;
  display: inline-block;
  width : 15px;
  width : 4.00vw;
  height: 13px;
  height: 3.47vw;
  margin-right: 5px;
  margin-right: 1.33vw;
}
.lp-floating .sp .cart .buy img{
  width: 100%;
}