@charset "utf-8";

@import url("index-sp.css") only screen and (max-width: 768px);
@import url("index-pc.css") only screen and (min-width: 769px);
