@charset "UTF-8";

body {
  --color-body: #ffffff;
  --color-header-footer-bg: #ffffff;
  --color-border-gray-3: #bed3b1;
  --color-breadcrumb: #dfead9;
  --color-button-cart: #444444;
  --color-text-base: #444444;
  --color-text-sale: #ef4000;
  --color-header-footer-element: #474747;
  --color-footer-button-text: #444444;
  --font-family-base: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif; --font-family-en: 'Poppins', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif; --font-family-title: 'Times', 'Times New Roman', serif;
}