@charset "UTF-8";

#banner + div .composite_box01 .inner_item_img img{
  object-fit: cover !important;
}

@media screen and (max-width: 768px){
#banner + div{
  display: none;
}
}