/* ---------------- */
/* rootの設定 */
/* ---------------- */

:root {
  --innerWidth: 1200px;
  --containerWidth: 960px;
  --padding-pc: 25px;
  --padding-sp: 20px;
  --breakpoint-sm: 600px;
  --breakpoint-md: 767px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1440px;

  --color-text: #7c7461;
  --color-white: #fff;
  --color-brown1: #7C7461;
  --color-brown2: #b6a88e;
  --color-brown3: #958677;
  --white: #fff;

  --font-base: 'Zen Old Mincho', serif;
  --font-en: 'Cormorant Unicase', serif;
  --font-serif: 'Times New Roman', Times, serif;
  --font-gothic: 'Zen Kaku Gothic New', sans-serif;
  --font-inter: 'Inter', sans-serif;
  --font-lato: 'Lato', sans-serif;

  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
}