.pc-view {
  display: none !important;
}
.sp-view {
  display: block !important;
}

@media screen and (min-width:769px){
  .pc-view {
    display: block !important;
  }
  .sp-view {
    display: none !important;
  }
}
