@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : style.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */


@media (min-width: 769px) {
  .sp {
    display: none;
  }
}


/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/

/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  .pc {
    display: none;
  }




  /* ---------------------SP END----------------------------- */
}