@charset "UTF-8";

/* Default = PC image (already set via HTML src, so no override needed) */

@media (max-width: 768px) {
  #banner_img + section .inner_item_img img {
    content: url('/common/upload_data/cozy-labocom/image/20260821171701.png');
    width: 100%;
    height: auto;
  }
}

@media (min-width: 767px) {
  #banner_img + section .inner_item_img a:hover img {
    opacity: 0.8;
    transition: opacity 0.3s ease;
  }
}