<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(../common/css/import.css);
@import url(slick.css);
@import url(slick-theme.css);

/* PC版 */
@import url(pc.css) screen and (min-width:963px);

/* スマホ版 */
@import url(smart.css) screen and (min-width: 0px) and (max-width:962px);
</pre></body></html>