@charset "UTF-8";
:root {
  --d-width: 768;
  --view-port-value: 0.3s ease-in;
}

/*カラー変数*/
:root {
  --color-base: #fff;
  --color-main: #444444;
  --color-accent: #ebac00;
  --color-accent02: #ea5420;
  --color-gurad: linear-gradient(0deg, rgba(245, 245, 245, 1) 5%, rgba(236, 236, 236, 1) 10%, rgba(218, 218, 218, 1) 20%, rgba(180, 180, 180, 1) 40%, rgba(143, 143, 143, 1) 60%, rgba(105, 105, 105, 1) 80%, rgba(68, 68, 68, 1) 100%);
  --color-gurad02: linear-gradient(90deg, rgba(245, 245, 245, 1) 5%, rgba(236, 236, 236, 1) 10%, rgba(218, 218, 218, 1) 20%, rgba(180, 180, 180, 1) 40%, rgba(143, 143, 143, 1) 60%, rgba(105, 105, 105, 1) 80%, rgba(68, 68, 68, 1) 100%);
  --color-gurad03: linear-gradient(180deg, rgba(245, 245, 245, 1) 5%, rgba(236, 236, 236, 1) 10%, rgba(218, 218, 218, 1) 20%, rgba(180, 180, 180, 1) 40%, rgba(143, 143, 143, 1) 60%, rgba(105, 105, 105, 1) 80%, rgba(68, 68, 68, 1) 100%);
  --color-gurad04: linear-gradient(270deg, rgba(245, 245, 245, 1) 5%, rgba(236, 236, 236, 1) 10%, rgba(218, 218, 218, 1) 20%, rgba(180, 180, 180, 1) 40%, rgba(143, 143, 143, 1) 60%, rgba(105, 105, 105, 1) 80%, rgba(68, 68, 68, 1) 100%);
  --color-txt: #444444;
  --color-txt02: #d9181b;
  --color-txt-link: #deaa3d;
}

/*レギュレーション外のカラー変数*/
:root {
  --header-nav-border: #da9902;
  --header-p2-1-color: rgba(235, 172, 0, 0.8);
}

/*shadow*/
:root {
  --box-shadow: 1px 2px 8.9px 1.1px rgba(68, 68, 68, 0.25);
  --txt-shadow: 1px 2px 8.9px rgba(68, 68, 68, 0.25);
}

/*font-family*/
:root {
  --font-gothic: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --font-century: century-gothic, "Century Gothic", CenturyGothic, " Gothic A1", sans-serif //--font-century: "Century Gothic", CenturyGothic, " Gothic A1", sans-serif ;
}

/*font-size*/
@media screen and (max-width: 743px) {
  :root {
    --font-size-S: 2rem;
    --font-size-M: 2.6rem;
    --font-size-L: 3rem;
  }
}
@media screen and (min-width: 744px) {
  :root {
    --font-size-S: 1.4rem;
    --font-size-M: 1.7rem;
    --font-size-L: 2.3rem;
  }
}

/*base-transition*/
:root {
  --base-transition: 0.3s ease-in;
}

/*レギュレーション外のカラー変数 --- Symbolカラー*/
:root {
  --headding-symbol-color: url("../img/common/icon_symbol_arcs-g.svg") no-repeat;
  --headding-symbol-center-color: url("../img/common/icon_symbol_center_arcs-g.svg") no-repeat;
}

/*padding*/
:root {
  --padding-top-S: 10px;
  --padding-top-M: 20px;
  --padding-top-L: 40px;
}

/*margin*/
:root {
  --margin-top-S: 10px;
  --margin-top-M: 20px;
  --margin-top-L: 40px;
}

/*# sourceMappingURL=variable.css.map */