@charset "UTF-8";

@import url("pc_common.css") screen and (min-width: 769px); /* pc */
@import url("pc_detail.css") screen and (min-width: 769px); /* pc */
@import url("sp_common.css") screen and (max-width: 768px); /* mobile */
@import url("sp_detail.css") screen and (max-width: 768px); /* mobile */
@import url("pc_common.css") print; /* print */
@import url("pc_detail.css") print; /* print */

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

@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&display=swap');
@import "https://use.fontawesome.com/releases/v5.1.0/css/all.css";