@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,600,700,900");
/* font */
/* color */
/* mediaquery  */
/* レスポンシブサイト掲燕幣 */
/* PCのみ */
@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
}

/* タブレット?PC */
@media screen and (max-width: 639px) {
  .pctb {
    display: none !important;
  }
}

/* タブレット?SP */
@media screen and (min-width: 960px) {
  .tbsp {
    display: none !important;
  }
}

/* タブレットのみ */
@media screen and (min-width: 640px) and (max-width: 959px) {
  .tb {
    display: none !important;
  }
}

/* SPのみ */
@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}

/*---------------------------------------------------------
INDEX
---------------------------------------------------------*/




