@charset "utf-8";
@import url("root.css");

/***************************************
-------------- RESULT --------------
***************************************/


/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {

}

/* =======================
  TABLET
======================== */
@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 599px) {

}

/* =======================
  SP
======================== */
@media screen and (max-width: 599px) {

}






