@charset "UTF-8";

.lp_wrap .shop {
  margin-top: -15%;
}
.lp_wrap .shop .marquee {
  position: absolute;
  top: 86.75%;
  left: 0%;
  width: 354.6666%;
  display: flex;
}
.lp_wrap .shop .marquee div {
  animation: 14s shop_marquee linear infinite
}
@keyframes shop_marquee {
  to {
    transform: translateX(-100%);
  }
}
.lp_wrap .shop .slider_wrap {
  position: absolute;
  top: 64.75%;
  left: 0%;
  width: 100%;
}
.lp_wrap .shop .slider_wrap img {
  width: 93.334%;
  margin: auto;
}