<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("main.css") screen and (min-width: 640px);
@import url("main.css") screen and (orientation: landscape);
@import url("main_sp.css") screen and (max-width: 640px) and (orientation: portrait);

</pre></body></html>