@font-face {
  font-family: 'icon';
  src:
    url('../fonts/icon.ttf?2020') format('truetype'),
    url('../fonts/icon.woff?2020') format('woff'),
    url('../fonts/icon.svg?2020#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow1-down:before {
  content: "\e900";
}
.icon-arrow1-left:before {
  content: "\e901";
}
.icon-arrow1-right:before {
  content: "\e902";
}
.icon-arrow1-up:before {
  content: "\e903";
}
.icon-arrow2-down:before {
  content: "\e904";
}
.icon-arrow2-left:before {
  content: "\e905";
}
.icon-arrow2-right:before {
  content: "\e906";
}
.icon-arrow2-up:before {
  content: "\e907";
}
.icon-cars:before {
  content: "\e908";
}
.icon-channel:before {
  content: "\e909";
}
.icon-customize:before {
  content: "\e90a";
}
.icon-diary:before {
  content: "\e90b";
}
.icon-parts:before {
  content: "\e90c";
}
.icon-stock:before {
  content: "\e90d";
}
.icon-works-audio:before {
  content: "\e90e";
}
.icon-works-styling:before {
  content: "\e90f";
}

@font-face {
  font-family: 'icon-sns';
  src: url('../fonts/icon-sns.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="sns-"], [class*=" sns-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-sns' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sns-instagram:before {
  content: "\e900";
}
.sns-youtube:before {
  content: "\e901";
}
