@charset "UTF-8";
@import url("reset.css");

/*=PC=========*/
@import url("common.css") screen and (min-width: 769px);
@import url("style.css") screen and (min-width: 769px);
/*=SP=========*/
@import url("sp_common.css") screen and (max-width: 768px);
@import url("sp_style.css") screen and (max-width: 768px);