@charset "UTF-8";

/*WEB FONT*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");




/*plugin CSS*/
@import url("plugin/bootstrap.css");
@import url("plugin/lightbox.css");
@import url("plugin/drawer.css");

/*default CSS*/
@import url("plugin/reset.css");
@import url("plugin/currentexframework.css");

/*COMMON CSS*/
@import url("pc.css?20190710") screen and (min-width:861px);
@import url("tb.css?20190710") screen and (min-width:700px) and (max-width:860px);
@import url("sp.css?20190710") screen and (max-width:699px);
/*@import url("color.css?20190702");*/


@import url("pc.css") print;