@charset "UTF-8";

/* Infomation 
---------------------------------------------------------------------
File Name :  normal.css
Create date :  2025/09/03

// Braek Points
// PC
@media screen and (max-width: 979px) {
}
// Phone
@media screen and (max-width: 767px) {
}
---------------------------------------------------------------------
*/

:root {
	--content-width: 1366;
}
@media screen and (max-width: 767px) {
	:root {
		--content-width: 400;
	}
}


