@charset "utf-8";
@import url("reset.css");
/*/// PC ///*/
@import url("pc.css") screen and (min-width: 769px);
/*/// SP ///*/
@import url("sp.css") screen and (max-width: 768px);
/*
Font-size list (base:13px)
10px 	77%
11px 	85%
12px 	93%
13px 	100%
14px 	108%
15px 	116%
16px 	124%
17px 	131%
18px 	139%
19px 	147%
20px 	154%
21px 	162%
22px 	170%
23px 	177%
24px 	185%
25px 	193%
26px 	200%
*/