@charset "utf-8";
/* CSS Document */

.disable{
   pointer-events: none;
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

@media screen and (max-width: 767px)  {
  .pc-only {
    display: none !important;
  }
	.sp-only {
		display: block !important;
	}
}
