@media screen and (max-width: 991px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .pc_none {
    display: none;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../../../shared/fonts/icomoon.eot?joyjs3");
  src: url("../../../shared/fonts/icomoon.eot?joyjs3#iefix") format("embedded-opentype"), url("../../../shared/fonts/icomoon.ttf?joyjs3") format("truetype"), url("../../../shared/fonts/icomoon.woff?joyjs3") format("woff"), url("../../../shared/fonts/icomoon.svg?joyjs3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
