@charset "UTF-8";

@import url(reset.css); /* reset */


@import url("css/base-pc.css") screen and (min-width:769px);
@import url("css/style-pc.css") screen and (min-width:769px);


@import url("css/base-mb.css") screen and (max-width:768px);
@import url("css/style-mb.css") screen and (max-width:768px);