@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

@font-face {
  font-family: 'cocosfreedf';
  src:  url('../font/cocosfreedf.eot?mfsgla');
  src:
    url('../font/cocosfreedf.eot?mfsgla#iefix') format('embedded-opentype'),
    url('../font/cocosfreedf.ttf?mfsgla') format('truetype'),
    url('../font/cocosfreedf.woff?mfsgla') format('woff'),
    url('../font/cocosfreedf.svg?mfsgla#cocosfreedf') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cocosfreedf' !important;
  speak: none;
  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-eye:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e907";
}
.icon-lock:before {
  content: "\e900";
}
.icon-unlocked:before {
  content: "\e901";
}
.icon-star:before {
  content: "\e908";
}
.icon-play:before {
  content: "\e905";
}
.icon-arrow:before {
  content: "\e906";
}
.icon-blank:before {
  content: "\e904";
}
