@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
body {
  --color-body: #ffffff;
  --color-header-footer-bg: #acd5dc;
  --color-border-gray-3: #699ca5;
  --color-breadcrumb: #eeeeee;
  --color-button-cart: #333333;
  --color-text-base: #333333;
  --color-text-sale: #e74343;
  --color-header-footer-element: #333333;
  --color-footer-button-text: #ffffff;
  --font-family-base: 'Noto Sans JP', sans-serif; --font-family-en: 'Noto Sans JP', sans-serif; --font-family-title: 'Noto Sans JP', sans-serif;
}