@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&family=Noto+Sans+JP:wght@300;400;500;700&family=Zen+Maru+Gothic:wght@300&display=swap');
@import url('https://use.typekit.net/uza7hug.css');

@import url(pc_style.css) screen and (min-width: 769px); /* pc */
@import url(sp_style.css) screen and (max-width: 768px); /* mobile */
@import url(pc_style.css) print; /* print */

@import url("animate.css") screen and (min-width: 769px); /* pc */
@import url("sp_header.css");
@import url("mailform.css");
@import url("wp_post.css");