@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Roboto+Slab:400,700&display=swap');

@font-face {
  font-family: 'icomoon';
  src:
    url('../fonts/icomoon.ttf?6l6ios') format('truetype'),
    url('../fonts/icomoon.woff?6l6ios') format('woff'),
    url('../fonts/icomoon.woff2?6l6ios') format('woff2');
  font-weight: normal;
  font-style: normal;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-button_close:before {
  content: "\e900";
}
.icon-button_arrow_left:before {
  content: "\e901";
}
.icon-button_arrow_right:before {
  content: "\e902";
}
.icon-icon_fb:before {
  content: "\e910";
}
.icon-icon_instagram:before {
  content: "\e911";
}
.icon-icon_cart:before {
  content: "\e912";
}
.icon-icon_newwindow:before {
  content: "\e913";
}