@media screen and (max-width: 767px) 
{
  .pc{
    display:none;
  }
} 

@media screen and ( min-width: 768px) 
{
  .sp{
    display:none;
  }
} 