@media only screen and (max-width: 959px) {
  /* SP用 */
}

@media only screen and (min-width: 960px) {
  /* PC用 */
}
