/*
    Theme Name: SWELL
*/

@import url("style_common_pc.css") screen and (min-width: 840px);
@import url("style_pc.css") screen and (min-width: 840px);
@import url("style_common_sp.css") screen and (max-width: 840px);
@import url("style_sp.css") screen and (max-width: 840px);
@import url("style_pc.css") print;
@import url("style_common_pc.css") print;