@charset "utf-8";
/*web font*/
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Dela+Gothic+One&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
Light	300
DemiLight 350
Regular	400
Medium	500
Bold	700
Black	900

font-family: "Dela Gothic One", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "BIZ UDPMincho", serif;
font-weight: 400;
font-style: normal;

font-family: "BIZ UDPMincho", serif;
font-weight: 700;
font-style: normal;
*/
@import url(style.css) screen and (min-width: 897px);
@import url(smstyle.css) screen and (max-width: 896px);
@import url(common.css);