/* responsive */
/*@include mq() { }*/
body {
  margin: 0;
}

.lp_bf2024 {
  max-width: 1000px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}
.lp_bf2024 h1, .lp_bf2024 h2, .lp_bf2024 h3, .lp_bf2024 h4, .lp_bf2024 p {
  margin: 0;
}
.lp_bf2024 .pos_r {
  position: relative;
  z-index: 2;
}
.lp_bf2024 img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
  margin-top: -1px;
  margin-bottom: 0;
}

.lp_head .product_image, .lp_footer .product_image {
  margin-top: -50px;
  margin-bottom: -100px;
  position: relative;
  z-index: 5;
}

.lp_offer a:hover img {
  opacity: 0.85;
}
.lp_offer a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.lp_offer_box {
  position: relative;
}
.lp_offer_box a {
  width: 88%;
  position: absolute;
  left: 50%;
  margin-left: -44%;
  -webkit-animation: zoom 1s linear infinite alternate;
          animation: zoom 1s linear infinite alternate;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: initial;
  z-index: 3;
}
.lp_offer_box a span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.lp_offer_box a span::before {
  content: "";
  display: block;
  width: 20%;
  height: 300%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -100%;
  left: -21%;
  -webkit-animation: 2s twinkle01 infinite;
          animation: 2s twinkle01 infinite;
}
.lp_offer_box.box01 a {
  bottom: 4.3641835967%;
}
.lp_offer_box.box02 a {
  bottom: 9.7847358121%;
}

@-webkit-keyframes twinkle01 {
  0% {
    left: -30%;
  }
  40% {
    left: 120%;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes twinkle01 {
  0% {
    left: -30%;
  }
  40% {
    left: 120%;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}
@media (max-width: 999.9px) {
  .lp_head .product_image, .lp_footer .product_image {
    margin-top: -5vw;
    margin-bottom: -10vw;
  }
}
@media (max-width: 767px) {
  .lp_bf2024 {
    margin-top: 0;
  }
}