@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Kaisei+Opti:wght@400;500;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

@import url("sp.css") screen and (max-width: 767px);
@import url("pc.css") screen and (min-width: 768px);
