@charset "utf-8";
@import url("../common/reset.css");
@import url("../common/common.css");
@import url("../common/common_sp.css?v=1.1") (max-width: 768px);
@import url("../common/common_pc.css?v=1.1") (min-width: 769px);


@import url("./sp.css") only screen and (max-width: 768px);
@import url("./pc.css") only screen and (min-width: 769px);


/*==============================================

==============================================*/







