/*----------------------------------------
SP
----------------------------------------*/
@import url(reset.css) only screen and (max-width:767px);
@import url(commonSP.css) only screen and (max-width:767px);
@import url(styleSP.css) only screen and (max-width:767px);
@import url(slick-theme.css) only screen and (max-width:767px);
@import url(slick.css) only screen and (max-width:767px);

/*----------------------------------------
PC
----------------------------------------*/
@import url(reset.css) print, screen and (min-width:768px);
@import url(common.css) print, screen and (min-width:768px);
@import url(style.css) print, screen and (min-width:768px);
@import url(slick-theme.css) print, screen and (min-width:768px);
@import url(slick.css) print, screen and (min-width:768px);

/*----------------------------------------
CSS Variables
----------------------------------------*/
:root {
	--main-color: #08131a;
	--link-color: #693bb8;
}
