
// * {
//   // ハイライトカラー off
//   -webkit-tap-highlight-color:rgba(0,0,0,0);
//   // 長押し off
//   -webkit-user-select: none;
//   -webkit-touch-callout: none;

//   // 高速化
//   -webkit-backface-visibility:hidden;
// }

// .selectable * {
//   -webkit-tap-highlight-color: initial;
//   -webkit-user-select: initial;
//   -webkit-touch-callout: initial;
// }

// input, textarea {
//   -webkit-user-select: auto;
// }
