@charset "utf-8";
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: -0.005em;
}
ul, ol, dl{
  list-style: none;
}
a{
  text-decoration: none;
  color: #2d2d2d;
}
img, video, iframe{
  vertical-align: middle;
}
img, video{
  max-width: 100%;
}
:root{
  /*text*/
  --text-color-f: #ffffff;
  --text-color-1: #1b1b1b;
  --text-color-2: #e11414;
  --text-color-3: #34302d;
  --text-color-4: #232323;

  /*object*/
  --primary-color: #fb3a3a;
  --btn-color:#ed0c00;

  /*background*/
  --background-color-1: #3b3b3b;
}