@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box; /* パディングとボーダーを幅に含める */
  margin: 0;
  padding: 0;
}