/*
custom.css
Author: inu design
Version: 1.0
*/

/*------------------------------------------

	color

------------------------------------------*/
:root {
  --brand: #fff100;
  --brand2: #00bbc4;
  --main-bg: #fafcfc;
  --sub-bg: url(../images/common/bg-dia-green.png);

  /* text color */
  --main-text: #211e1e;
  --link: #00aab3;
  --link-hover: #007c83;
  --attention: #e30057;

  /* other color */
  --border: #a2a5a5;

  /* Grid layout setting */
  --gap: clamp(1.25rem, 0.966rem + 1.21vw, 2rem); /* 32px → 20px */
}