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

@media screen and (max-width: 959px) {
  /* Tablet and Mobile */
  /* ----------  ---------- */
}
