@charset "UTF-8";
:root {
  --min-device-width: 360px;
  --site-width: 1120px;
  --space-inline-negative: calc(var(--space-inline) * -1);
  --vw100: max(calc(100vw - var(--scrollbar-width, 0)), var(--min-device-width));
  --vw: calc(var(--vw100) / 100);
  --site-outer: max(0px, calc((var(--vw100) - var(--site-width)) / 2));
  --site-gutter: max(var(--site-outer), var(--space-inline));
  --half-leading: calc((1lh - 1em) / 2);
  --half-leading-trim: calc(var(--half-leading) * -1);
  --ascender: 0.15em;
}
@supports not (top: 1lh) {
  :root {
    --half-leading: 0px;
  }
}

:root {
  --letter-spacing: 0;
}

:not(:root) {
  letter-spacing: var(--letter-spacing);
}

:root {
  --color-base: #000000;
  --color-base-rgb:0, 0, 0;
  --color-base2: #292929;
  --color-base2-rgb:41, 41, 41;
  --color-primary: #A6E313;
  --color-primary-rgb:166, 227, 19;
  --color-secondary: #73A200;
  --color-secondary-rgb:115, 162, 0;
  --color-bg-base: #ffffff;
  --color-bg-base-rgb:255, 255, 255;
  --color-bg-ash: #F1F1F1;
  --color-bg-ash-rgb:241, 241, 241;
  --color-light: #ffffff;
  --color-light-rgb:255, 255, 255;
  --color-dark: #000000;
  --color-dark-rgb:0, 0, 0;
}

:root {
  --ff-noto: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  --ff-montserrat: "Montserrat", sans-serif;
  --ff-sans-serif: var(--ff-noto);
  --ff-sans-serif-secondary: var(--ff-montserrat);
}

:root {
  --typography-base-font-family: var(--ff-sans-serif);
  --typography-base-font-weight: 500;
  --typography-base-font-size: 1rem;
  --typography-base-line-height: 2;
  --typography-base-letter-spacing: 0;
  --typography-std_jp_xxl_bold-font-family: var(--ff-sans-serif);
  --typography-std_jp_xxl_bold-font-weight: 700;
  --typography-std_jp_xxl_bold-font-size: 3.25rem;
  --typography-std_jp_xxl_bold-line-height: 1.3461538462;
  --typography-std_jp_xxl_bold-letter-spacing: 0;
  --typography-std_jp_xl_bold-font-family: var(--ff-sans-serif);
  --typography-std_jp_xl_bold-font-weight: 700;
  --typography-std_jp_xl_bold-font-size: 2.375rem;
  --typography-std_jp_xl_bold-line-height: 1.4210526316;
  --typography-std_jp_xl_bold-letter-spacing: 0;
  --typography-std_en_large_bold-font-family: var(--ff-sans-serif-secondary);
  --typography-std_en_large_bold-font-weight: 700;
  --typography-std_en_large_bold-font-size: 1.5rem;
  --typography-std_en_large_bold-line-height: 1.5833333333;
  --typography-std_en_large_bold-letter-spacing: 0.05em;
  --typography-std_jp_large_bold-font-family: var(--ff-sans-serif);
  --typography-std_jp_large_bold-font-weight: 700;
  --typography-std_jp_large_bold-font-size: 1.5rem;
  --typography-std_jp_large_bold-line-height: 1.5833333333;
  --typography-std_jp_large_bold-letter-spacing: 0.05em;
  --typography-std_jp_bold-font-family: var(--ff-sans-serif);
  --typography-std_jp_bold-font-weight: 700;
  --typography-std_jp_bold-font-size: 1rem;
  --typography-std_jp_bold-line-height: 1.625;
  --typography-std_jp_bold-letter-spacing: 0.05em;
  --typography-std_jp_medium-font-family: var(--ff-sans-serif);
  --typography-std_jp_medium-font-weight: 500;
  --typography-std_jp_medium-font-size: 1rem;
  --typography-std_jp_medium-line-height: 2;
  --typography-std_jp_medium-letter-spacing: 0.05em;
  --typography-std_jp_medium_tight-font-family: var(--ff-sans-serif);
  --typography-std_jp_medium_tight-font-weight: 500;
  --typography-std_jp_medium_tight-font-size: 1rem;
  --typography-std_jp_medium_tight-line-height: 1.625;
  --typography-std_jp_medium_tight-letter-spacing: 0.05em;
  --typography-std_en_bold-font-family: var(--ff-sans-serif-secondary);
  --typography-std_en_bold-font-weight: 700;
  --typography-std_en_bold-font-size: 1rem;
  --typography-std_en_bold-line-height: 1.625;
  --typography-std_en_bold-letter-spacing: 0.05em;
  --typography-std_jp_small-font-family: var(--ff-sans-serif-secondary);
  --typography-std_jp_small-font-weight: 700;
  --typography-std_jp_small-font-size: 0.875rem;
  --typography-std_jp_small-line-height: 1.8571428571;
  --typography-std_jp_small-letter-spacing: 0.05em;
}
@media (width <= 768px) {
  :root {
    --typography-std_jp_xxl_bold-font-size: 2.25rem;
    --typography-std_jp_xxl_bold-line-height: 1.375;
  }
}
@media (width <= 768px) {
  :root {
    --typography-std_jp_xl_bold-font-size: 1.75rem;
    --typography-std_jp_xl_bold-line-height: 1.3333333333;
  }
}

:root {
  --space-inline: 40px;
}
@media (width <= 1120px) {
  :root {
    --space-inline: 20px;
  }
}

:root {
  --space-block-xl: 100px;
  --space-block-lg: 80px;
  --space-block-md: 40px;
  --space-block-sm: 20px;
  --space-block-xs: 10px;
  --space-block-xl-trim: calc(var(--space-block-xl) - var(--half-leading));
  --space-block-lg-trim: calc(var(--space-block-lg) - var(--half-leading));
  --space-block-md-trim: calc(var(--space-block-md) - var(--half-leading));
  --space-block-sm-trim: calc(var(--space-block-sm) - var(--half-leading));
  --space-block-xs-trim: calc(var(--space-block-xs) - var(--half-leading));
}
@media (width <= 768px) {
  :root {
    --space-block-xl: 80px;
    --space-block-lg: 40px;
    --space-block-md: 20px;
    --space-block-sm: 10px;
    --space-block-xs: 5px;
  }
}
:root {
  --scroll-adjust: 80px;
  --sec: 0.5s;
  --sec-fast: 0.2s;
  --sec-slow: 0.8s;
  --opacity: 0.6;
  --zoom: 1.1;
  --radius: 10px;
  --fixed-nav: 50px;
}
@media (width <= 1000px) {
  :root {
    --scroll-adjust: 60px;
  }
}

