@media only screen and (min-width: 681px) {
  .dl-common__section .dl-farm_top_product__image .show_sp {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .dl-common__section .dl-farm_top_product__image .show_pc {
    display: none;
  }
}
