@charset "utf-8";
@import url("normalize.css"); /*共通*/
@import url("component.css"); /*pc*/
@import url("base_pc.css") screen and (min-width: 737px); /* PC */
@import url("index_pc.css") screen and (min-width: 737px); /* PC */
@import url("index_sp.css") screen and (max-width: 736px); /*スマートフォン */
@import url("base_sp.css") screen and (max-width: 736px); /*スマートフォン */
