:root {
  --min-device-width: 360px;
  --site-width: 1120px;
  --space-inline-negative: calc(var(--space-inline) * -1);
  --space-inline2-negative: calc(var(--space-inline2) * -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: #222222;
  --color-outline: #222222;
  --color-primary: #258A32;
  --color-primary-light: #1CD948;
  --color-primary-light2: #3AAA48;
  --color-accent: #D3FF5D;
  --color-secondary: #E87C39;
  --color-secondary-dark: #D93F06;
  --color-tertiary: #0EA8CC;
  --color-tertiary-dark: #6CB4C6;
  --color-tertiary-dark2: #112D4E;
  --color-tertiary-light: #C3E2F2;
  --color-bg-base: #FFFCF5;
  --color-warm: #E5DECF;
  --color-ash: #F0EDE6;
  --color-ash-dark: #888888;
  --color-anniversary1: #FFC936;
  --color-anniversary2: #E94F14;
  --color-border: #707070;
  --color-border2: #CCCCCC;
  --color-light: #ffffff;
  --color-dark: #000000;
}

:root {
  --ff-noto: "Noto Sans JP", sans-serif;
  --ff-poppins: "Poppins", sans-serif;
  --ff-sans-serif: var(--ff-noto);
  --ff-en: var(--ff-poppins);
}

:root {
  --typography-text-sm-font-family: var(--ff-sans-serif);
  --typography-text-sm-font-weight: 400;
  --typography-text-sm-font-size: 0.625rem;
  --typography-text-sm-line-height: 1.5;
  --typography-text-sm-letter-spacing: 0em;
  --typography-text-xsm-font-family: var(--ff-sans-serif);
  --typography-text-xsm-font-weight: 400;
  --typography-text-xsm-font-size: 0.75rem;
  --typography-text-xsm-line-height: 2;
  --typography-text-xsm-letter-spacing: 0em;
  --typography-text-smd-font-family: var(--ff-sans-serif);
  --typography-text-smd-font-weight: 400;
  --typography-text-smd-font-size: 0.875rem;
  --typography-text-smd-line-height: 1.2857142857;
  --typography-text-smd-letter-spacing: 0.1em;
  --typography-text-r-md-font-family: var(--ff-sans-serif);
  --typography-text-r-md-font-weight: 400;
  --typography-text-r-md-font-size: 1rem;
  --typography-text-r-md-line-height: 2;
  --typography-text-r-md-letter-spacing: 0.05em;
  --typography-text-b-md-font-family: var(--ff-sans-serif);
  --typography-text-b-md-font-weight: 700;
  --typography-text-b-md-font-size: 1rem;
  --typography-text-b-md-line-height: 2;
  --typography-text-b-md-letter-spacing: 0.05em;
  --typography-text-b-md-sp-none-font-family: var(--ff-sans-serif);
  --typography-text-b-md-sp-none-font-weight: 700;
  --typography-text-b-md-sp-none-font-size: 1rem;
  --typography-text-b-md-sp-none-line-height: 2;
  --typography-text-b-md-sp-none-letter-spacing: 0.05em;
  --typography-text-r-xmd-font-family: var(--ff-sans-serif);
  --typography-text-r-xmd-font-weight: 400;
  --typography-text-r-xmd-font-size: 1.125rem;
  --typography-text-r-xmd-line-height: 2.3333333333;
  --typography-text-r-xmd-letter-spacing: 0.05em;
  --typography-text-b-xmd-font-family: var(--ff-sans-serif);
  --typography-text-b-xmd-font-weight: 700;
  --typography-text-b-xmd-font-size: 1.125rem;
  --typography-text-b-xmd-line-height: 2.3333333333;
  --typography-text-b-xmd-letter-spacing: 0.05em;
  --typography-title-b-sslg-font-family: var(--ff-sans-serif);
  --typography-title-b-sslg-font-weight: 700;
  --typography-title-b-sslg-font-size: 1.375rem;
  --typography-title-b-sslg-line-height: 1.5454545455;
  --typography-title-b-sslg-letter-spacing: 0.05em;
  --typography-title-b-slg-font-family: var(--ff-sans-serif);
  --typography-title-b-slg-font-weight: 700;
  --typography-title-b-slg-font-size: 1.625rem;
  --typography-title-b-slg-line-height: 1.5384615385;
  --typography-title-b-slg-letter-spacing: 0.05em;
  --typography-title-b-lg-font-family: var(--ff-sans-serif);
  --typography-title-b-lg-font-weight: 700;
  --typography-title-b-lg-font-size: 2rem;
  --typography-title-b-lg-line-height: 1.4375;
  --typography-title-b-lg-letter-spacing: 0.05em;
  --typography-title-b-xlg-font-family: var(--ff-sans-serif);
  --typography-title-b-xlg-font-weight: 700;
  --typography-title-b-xlg-font-size: 2.5rem;
  --typography-title-b-xlg-line-height: 1.35;
  --typography-title-b-xlg-letter-spacing: 0.05em;
  --typography-title-b-xxlg-font-family: var(--ff-sans-serif);
  --typography-title-b-xxlg-font-weight: 700;
  --typography-title-b-xxlg-font-size: 3.5rem;
  --typography-title-b-xxlg-line-height: 1.3214285714;
  --typography-title-b-xxlg-letter-spacing: 0.1em;
  --typography-EN-title-md-font-family: var(--ff-en);
  --typography-EN-title-md-font-weight: 700;
  --typography-EN-title-md-font-size: 1.6875rem;
  --typography-EN-title-md-line-height: 1.2962962963;
  --typography-EN-title-md-letter-spacing: 0.05em;
}
@media (width <= 1120px) {
  :root {
    --typography-text-r-md-font-size: 0.875rem;
    --typography-text-r-md-line-height: 1.8571428571;
  }
}
@media (width <= 1120px) {
  :root {
    --typography-text-b-md-font-size: 0.875rem;
    --typography-text-b-md-line-height: 1.8571428571;
  }
}
@media (width <= 1120px) {
  :root {
    --typography-text-r-xmd-font-size: 1rem;
    --typography-text-r-xmd-line-height: 2;
  }
}
@media (width <= 1120px) {
  :root {
    --typography-text-b-xmd-font-size: 1rem;
    --typography-text-b-xmd-line-height: 2;
  }
}
@media (width <= 1120px) {
  :root {
    --typography-title-b-slg-font-size: 1.375rem;
    --typography-title-b-slg-line-height: 1.4545454545;
  }
}
@media (width <= 1120px) {
  :root {
    --typography-title-b-lg-font-size: 1.75rem;
    --typography-title-b-lg-line-height: 1.4285714286;
  }
}
@media (width <= 1120px) {
  :root {
    --typography-title-b-xlg-font-size: 2rem;
    --typography-title-b-xlg-line-height: 1.4375;
  }
}
@media (width <= 1120px) {
  :root {
    --typography-title-b-xxlg-font-size: 2.625rem;
    --typography-title-b-xxlg-line-height: 1.2380952381;
  }
}
@media (width <= 1120px) {
  :root {
    --typography-EN-title-md-font-size: 1.25rem;
    --typography-EN-title-md-line-height: 1.5;
  }
}

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

:root {
  --space-block-section: var(--space-block-xxl);
  --space-block-xxxl: 200px;
  --space-block-xxl: 140px;
  --space-block-xl: 100px;
  --space-block-lg: 60px;
  --space-block-md: 40px;
  --space-block-sm: 30px;
  --space-block-xs: 20px;
  --space-block-xxs: 10px;
  --space-block-xxxs: 5px;
  --space-block-section-trim: calc(var(--space-block-section) - var(--half-leading));
  --space-block-xxxl-trim: calc(var(--space-block-xxxl) - var(--half-leading));
  --space-block-xxl-trim: calc(var(--space-block-xxl) - var(--half-leading));
  --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));
  --space-block-xxs-trim: calc(var(--space-block-xxs) - var(--half-leading));
  --space-block-xxxs-trim: calc(var(--space-block-xxxs) - var(--half-leading));
}
@media (width <= 1120px) {
  :root {
    --space-block-xxl: 100px;
  }
}
:root {
  --header-size: 110px;
  --header-z-index: 5000;
  --scroll-adjust: var(--header-size);
  --sec: 0.5s;
  --sec-fast: 0.2s;
  --sec-slow: 1.5s;
  --opacity: 0.5;
  --zoom: 1.1;
  --radius: 10px;
  --radius-lg: 20px;
}
@media (width <= 1000px) {
  :root {
    --header-size: 90px;
  }
}
@media (width <= 768px) {
  :root {
    --header-size: 70px;
  }
}

html {
  scrollbar-gutter: stable;
}

