@charset "utf-8";
/* CSS Document */
.sp-only {
 display: none;
}
.disable {
 pointer-events: none;
 background: #ccc;
}
@media screen and (max-width: 767px) {
 .sp-only {
  display: block;
 }
 .pc-only {
  display: none;
 }
}