:root {
  /* 色はよく使うものははui-partsから再定義 */
  --color-season-base-black: var(--ui-static-black);
  --color-season-base-white: var(--ui-static-white);
  --color-season-base-navy: var(--ui-static-navy-40);
  --color-season-base-navy2: var(--ui-static-navy-70);
  --color-season-base-navy3: var(--ui-static-navy-30);
  --color-season-base-navy4: var(--ui-static-navy-60);
  --color-season-base-navy-light: var(--ui-static-navy-20);
  --color-season-base-blue: var(--ui-static-unleash-blue-80);
  --color-season-base-red: var(--ui-static-red-70);

  --color-season-ovs-primary: var(--ui-static-sky-blue-70);
  --color-season-dom-primary: var(--ui-static-fresh-green-80);

  --season-ui-section-max-width: 1104px;
  --season-ui-static-sp-padding-x: 20px;

  --season-base-animate-interaction: 0.3s;

  --season-slider-bullet-size: 10px;

  --z-index-season-fixed-bg-eml: -1;
  --z-index-season-calendar-popup: 1;
  --z-index-season-calendar-popup-part: 2;
  --z-index-season-calendar-tab: 3;
  --z-index-season-product-loading: 4;
  --z-index-season-season-nav: 5;
}