@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");

@import url("reset.css");
@import url("common-s.css") only screen and (max-width: 736px);
@import url("common.css") only screen and (min-width: 737px);

