@charset  "utf-8";

@import url("common.css?=20200128") screen;
/* PC */
@import url("wide/common.css?=20200127") screen and (min-width : 768px);
@import url("wide/contents.css?=20200415") screen and (min-width : 768px);

/* SP */
@import url("narrow/common.css?=20200127") screen and (max-width : 767px);
@import url("narrow/contents.css?=20200415") screen and (max-width : 767px);