@charset "UTF-8";

/* ---------------------------------------------
import
--------------------------------------------- */
@import url("./style-PC.css") print, screen and (min-width:481px) and (orientation:portrait);
@import url("./style-SP.css") screen and (max-width:480px) and (orientation:portrait);
@import url("./style-PC.css") screen and (min-height:481px) and (orientation:landscape);
@import url("./style-SP.css") screen and (max-height:480px) and (orientation:landscape);