:root {

  /*main-color*/
  --color-takuhai-bace: #aecc30;
  --color-takuhai-green01: #769418;
  --color-bell-bace: linear-gradient(90deg, #00AB84, #0081C0);
  --color-bell-green: #00AB84;
  --color-bell-blue: #0081C0;
  --color-bell-lightblue: #E8F0F3;
  --color-shop-bace: #10193a;
  --color-shop-lightblue: #EAECF2;

  /*color*/
  --color-gray: #F5F6F8;
  --color-gray2: #D2D2D2;
  --color-green: #E3EBD0;
  --color-green2: #769418;
  --color-yellow:#FFBB00; 
  --color-white:#ffffff; 
  --text-color:#152104;
  --text-color-gray: #A5A5A5;

  /*text*/
  --text-largest:2.5rem;/*40px*/
  --text-large:1.5625rem;/*25px*/
  --text-heading:1.25rem;/*20px ボタン*/
  --text-default:1rem;/*16px 通常テキスト*/
  --text-small:0.9375rem;/* 15px*/
  --text-smallest:0.750rem;/*12px 注釈*/

   /*font_weight*/
  --text-weight-nomal:300;
  --text-weight-bold01:400;
  --text-weight-bold-default:600;
  --text-weight-bold02:800;
  /* --text-weight-bold03:600;
  --text-weight-bold02:400;
  --text-weight-bold:300;
  --text-weight-nomal:100; */

  --opacity-link:0.5;
  --text-space:0.05em;

  /*上下スペース*/
  --btn-space:10px;
  --space-smallest: 10px;
  --space-small: 20px;
  --space-default: 30px; 
  --space-large: 50px;
  --space-largest: 100px;



/*  --space-wide:77px;
  --space-default:70px;
  --space-short:50px;
  --space-content-default:28px;
  --space-content-short:23px;*/

  /*左右スペース*/
  --space-width: 20px;
  --Width-default:950px;
  --Width-max:1500px;

 /*border*/
 --border-gray:1px solid var(--text-color-gray);

  /*box*/
  --content-width:950px;  

  /*radius*/
  --radius-small:5px;

  /*opacity*/
  --opacity-default:0.5;
  /*transition*/
  --transition-default: 0.3s;
}
