:root {
  /*  */
  --red01 : #e60012;
  
  --brown01 : #9A8678;

  --black01 : #242424;

  --gold01: #B7A35C;

  --yellow01 : #E2B643;
  --yellow02 : #FCF2D8;

  --blue01 : #1F93D6;
  --blue02 : #E9F4FB;

  --green01: #1EAA0E;
  --green02: #E8F7E7;

  --gray01: #f6f6f6;
  --gray02: #dfdfdf;
  --gray03: #e5e5e5;

  --gothic: "Noto Sans JP" , sans-serif;

  --px20 : 20px;
  --px30 : 30px;
}
@media screen and ( max-width:767px) {
  :root {
    --px20 : 3.6vw;
    --px30 : 5.0vw;
  }
}