#long_lasting_makeup {
  max-width: 750px;
  margin: 0 auto 80px;
}

#long_lasting_makeup img {
  display: block;
  width: 100%;
  height: auto;
}

#long_lasting_makeup .product_box {
  position: relative;
}

#long_lasting_makeup .product_box a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#long_lasting_makeup .step .product_box a {
  width: 78.667%;
  bottom: 40px;
  transition: .3s;
}
#long_lasting_makeup .step .product_box a:hover {
  opacity: 0.7;
}

#long_lasting_makeup .step .product_box.step_07 a {
 bottom: 110px;
}

#long_lasting_makeup .item .product_box a {
  width: 78.667%;
  bottom: 64px;
}

#long_lasting_makeup .item .product_box.item_03 a {
  width: 68%;
}

#long_lasting_makeup .item .product_box.item_04 a {
  width: 68%;
  bottom: 155px;
}
