@charset "utf-8";

/*CSSリセット*/
@import url("css/reset.css");

/*PC用*/
@import url(css/pc/common.css?ver=260604) screen and (min-width: 768px);
@import url(css/pc/contents.css?ver=260604) screen and (min-width: 768px);

/*スマホ用*/
@import url(css/sp/common.css?ver=260604) screen and (max-width: 767px);
@import url(css/sp/contents.css?ver=260604) screen and (max-width: 767px);

/*プリント用／PC用と同じ*/
@import url(css/pc/common.css?ver=260604) print;
@import url(css/pc/contents.css?ver=260604) print;


font{
font-family: 'Montserrat', sans-serif;
font-family: 'Noto Serif JP', serif;
}