@import url("reset.css");
@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/css?family=Sawarabi+Mincho");

@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p");

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');