@charset "UTF-8";

.bg02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
  background: url(/assets/images/sell/sell-bg.png) no-repeat top center / cover ;
}


/*PCのみ*/
@media (min-width: 768px) {

}

@media (max-width: 768px) {
  .bg02 {
    height: 140px;
  }
}



