@charset "utf-8";

@import url("/css/fonts.css");

@import url("/css/pc/variable.css") screen and (min-width: 1081px);
@import url("/css/pc/initialize.css") screen and (min-width: 1081px);
@import url("/css/pc/common.css") screen and (min-width: 1081px);
@import url("/css/pc/components/buttons.css") screen and (min-width: 1081px);
@import url("/css/pc/components/icons.css") screen and (min-width: 1081px);
@import url("/css/pc/components/pagination.css") screen and (min-width: 1081px);
@import url("/css/pc/layouts/header.css") screen and (min-width: 1081px);
@import url("/css/pc/layouts/content.css") screen and (min-width: 1081px);
@import url("/css/pc/layouts/footer.css") screen and (min-width: 1081px);

@import url("/css/mobile/variable.css") screen and (max-width: 1080px);
@import url("/css/mobile/initialize.css") screen and (max-width: 1080px);
@import url("/css/mobile/common.css") screen and (max-width: 1080px);
@import url("/css/mobile/components/buttons.css") screen and (max-width: 1080px);
@import url("/css/mobile/components/icons.css") screen and (max-width: 1080px);
@import url("/css/mobile/components/pagination.css") screen and (max-width: 1080px);
@import url("/css/mobile/layouts/header.css") screen and (max-width: 1080px);
@import url("/css/mobile/layouts/content.css") screen and (max-width: 1080px);
@import url("/css/mobile/layouts/footer.css") screen and (max-width: 1080px);