@layer components {
  /* MM追加cssはここに記述 */
  .disabled{
    background: linear-gradient(#d3d3d3);
    pointer-events: none;
  }
}
