/*スペース--------------------------------*/
@media screen and (min-width: 751px) {
  :root {
  --section-margin:12rem;
  --section-margin6:6rem;
  --section-margin4:4rem;
  --section-margin3:3rem;
  --section-margin2:2rem;
  --section-margin1:1rem;
  --page-max-width: 1400px;
  --page-min-width: 1000px;
  --page-padding:2%;
  }
}
  @media screen and (max-width: 750px) {
    :root {
      --section-margin:6rem;
      --section-margin6:3rem;
      --section-margin4:2rem;
      --section-margin3:1.5rem;
      --section-margin2:1rem;
      --section-margin1:0.5rem;
    --page-max-width: 100%;
    --page-min-width: 100%;
    --page-padding:2%;
    }
}
/*font--------------------------------*/
:root {
--font-en: "Barlow Condensed", sans-serif;
--font-jp: "Noto Sans JP", sans-serif;
}
/*カラー--------------------------------*/
:root {
--background-color: #000;
--primary-color: #E3017F;
--secondary-color: #8BC21F;
--color-red:#F21921;
--color-beige: #F5F6E4;
--color-pink: #F1ABB7;
--color-brown: #E7CBAB;
--color-brown2: #945A24;
--color-title-brown: #482F14;
--color-green:#8C9C38;
--color-brown3:#570000;
}

/*フォントサイズ--------------------------------*/

@media screen and (min-width: 751px) {
  :root {
  --font-xxx: 4.8rem;
  --font-xx: 3.2rem;
  --font-x: 2.4rem;
  --font-l: 1.6rem;
  --font-m: 1.4rem;
  --font-s: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  :root {
  --font-xxx: 36px;
  --font-xx: 24px;
  --font-x: 20px;
  --font-l: 16px;
  --font-m: 14px;
  --font-s: 12px;
  }
}