@charset "UTF-8";

@import url("base.css");
@import url("pc.css") screen and (min-width:1025px);
@import url("pad.css") screen and (min-width: 768px) and (max-width: 1024px);
@import url("sp.css") screen and (max-width:767px);

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;700;900&display=swap');