@charset "utf-8";

:root {
	--primary-color: #f5b5bb;
	--primary-color-rgb: 245, 181, 188;
	--secondary-color: #ea608e;
	--secondary-color-rgb: 234, 96, 142;
	--tertiary-color: #fef786;
	--tertiary-color-rgb: 254, 247, 134;
	--white-color: #fff;
	--white-color-rgb: 255, 255, 255;
	--black-color: #000;
	--black-color-rgb: 0, 0, 0;
	--gray-color: #595757;
	--sans-jp: "Noto Sans JP", sans-serif;
}