@charset "UTF-8";

/* Imported Styles
----------------------------------------------- */
/* PC */
@import url("./base.css") print,screen and (min-width: 769px);
@import url("./another.css") print,screen and (min-width: 769px);
@import url("./custom.css") print,screen and (min-width: 769px);
@import url("./fontsize-default.css") print,screen and (min-width: 769px);
@import url("./styles.css") print,screen and (min-width: 769px);
/* SP */
@import url("./sp_base.css") screen and (max-width: 768px);
@import url("./another.css") screen and (max-width: 768px);
@import url("./sp_custom.css") screen and (max-width: 768px);
@import url("./sp_styles.css") screen and (max-width: 768px);
/* aly.css */
@import url("./aly.css");
/* 追加用スタイル */
@import url("./addition.css") print,screen and (min-width: 769px);
@import url("./sp_addition.css") screen and (max-width: 768px);
