@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: #ffffff;
  --color-outline: #000000;
  --color-primary: #BE011D;
  --color-link: #12C8FF;
  --color-bg-base: #0E1215;
  --color-bg-ash: #444444;
  --color-border: #000000;
  --color-light: #ffffff;
  --color-dark: #000000;
}

:root {
  --ff-noto: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  --ff-notoSerif: "Noto Serif JP", sans-serif;
  --ff-teko: "Teko", sans-serif;
  --ff-sans-serif: var(--ff-noto);
  --ff-serif: var(--ff-notoSerif);
  --ff-en: var(--ff-teko);
}

: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.05em;
  --typography-EN-text-xlg-font-family: var(--ff-en);
  --typography-EN-text-xlg-font-weight: 500;
  --typography-EN-text-xlg-font-size: 8.75rem;
  --typography-EN-text-xlg-line-height: 1.1428571429;
  --typography-EN-text-xlg-letter-spacing: 0;
  --typography-EN-text-lg-font-family: var(--ff-en);
  --typography-EN-text-lg-font-weight: 500;
  --typography-EN-text-lg-font-size: 5.625rem;
  --typography-EN-text-lg-line-height: 1;
  --typography-EN-text-lg-letter-spacing: 0;
  --typography-EN-text-md-font-family: var(--ff-en);
  --typography-EN-text-md-font-weight: 500;
  --typography-EN-text-md-font-size: 3rem;
  --typography-EN-text-md-line-height: 1.25;
  --typography-EN-text-md-letter-spacing: 0.04em;
  --typography-EN-text-xsm-font-family: var(--ff-en);
  --typography-EN-text-xsm-font-weight: 500;
  --typography-EN-text-xsm-font-size: 1.25rem;
  --typography-EN-text-xsm-line-height: 1;
  --typography-EN-text-xsm-letter-spacing: 0.05em;
  --typography-EN-text-sm-font-family: var(--ff-en);
  --typography-EN-text-sm-font-weight: 500;
  --typography-EN-text-sm-font-size: 0.875rem;
  --typography-EN-text-sm-line-height: 1.2857142857;
  --typography-EN-text-sm-letter-spacing: 0.02em;
  --typography-title-xxlg-font-family: var(--ff-sans-serif);
  --typography-title-xxlg-font-weight: 700;
  --typography-title-xxlg-font-size: 2.75rem;
  --typography-title-xxlg-line-height: 1.3636363636;
  --typography-title-xxlg-letter-spacing: 0.05em;
  --typography-title-xlg-font-family: var(--ff-sans-serif);
  --typography-title-xlg-font-weight: 700;
  --typography-title-xlg-font-size: 2rem;
  --typography-title-xlg-line-height: 1.5625;
  --typography-title-xlg-letter-spacing: 0.05em;
  --typography-text-lg-font-family: var(--ff-sans-serif);
  --typography-text-lg-font-weight: 700;
  --typography-text-lg-font-size: 1.75rem;
  --typography-text-lg-line-height: 1.4285714286;
  --typography-text-lg-letter-spacing: 0.05em;
  --typography-text-xxmd-font-family: var(--ff-sans-serif);
  --typography-text-xxmd-font-weight: 500;
  --typography-text-xxmd-font-size: 1.25rem;
  --typography-text-xxmd-line-height: 1.8;
  --typography-text-xxmd-letter-spacing: 0.05em;
  --typography-text-xmd-font-family: var(--ff-sans-serif);
  --typography-text-xmd-font-weight: 500;
  --typography-text-xmd-font-size: 1.125rem;
  --typography-text-xmd-line-height: 1.8888888889;
  --typography-text-xmd-letter-spacing: 0.05em;
  --typography-text-md-font-family: var(--ff-sans-serif);
  --typography-text-md-font-weight: 500;
  --typography-text-md-font-size: 1rem;
  --typography-text-md-line-height: 2;
  --typography-text-md-letter-spacing: 0.05em;
  --typography-text-sm-font-family: var(--ff-sans-serif);
  --typography-text-sm-font-weight: 500;
  --typography-text-sm-font-size: 0.875rem;
  --typography-text-sm-line-height: 2;
  --typography-text-sm-letter-spacing: 0.05em;
  --typography-text-xs-font-family: var(--ff-sans-serif);
  --typography-text-xs-font-weight: 500;
  --typography-text-xs-font-size: 0.75rem;
  --typography-text-xs-line-height: 1.2857142857;
  --typography-text-xs-letter-spacing: 0;
}
@media (width <= 768px) {
  :root {
    --typography-EN-text-xlg-font-size: 5.625rem;
    --typography-EN-text-xlg-line-height: 1.0555555556;
  }
}
@media (width <= 768px) {
  :root {
    --typography-EN-text-lg-font-size: 3.5rem;
    --typography-EN-text-lg-line-height: 1.0714285714;
  }
}
@media (width <= 768px) {
  :root {
    --typography-EN-text-md-font-size: 1.625rem;
    --typography-EN-text-md-line-height: 1.3846153846;
    --typography-EN-text-md-letter-spacing: 0;
  }
}
@media (width <= 768px) {
  :root {
    --typography-title-xxlg-font-size: 2.125rem;
    --typography-title-xxlg-line-height: 1.4705882353;
  }
}
@media (width <= 768px) {
  :root {
    --typography-title-xlg-font-size: 1.625rem;
    --typography-title-xlg-line-height: 1.6153846154;
  }
}
@media (width <= 768px) {
  :root {
    --typography-text-lg-font-size: 1.375rem;
    --typography-text-lg-line-height: 1.5454545455;
  }
}
@media (width <= 768px) {
  :root {
    --typography-text-xxmd-font-size: 1.125rem;
    --typography-text-xxmd-line-height: 1.8888888889;
  }
}
@media (width <= 768px) {
  :root {
    --typography-text-xmd-font-size: 1rem;
    --typography-text-xmd-line-height: 2;
  }
}
@media (width <= 768px) {
  :root {
    --typography-text-md-font-size: 0.875rem;
    --typography-text-md-line-height: 2.1428571429;
  }
}

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

:root {
  --space-block-section: var(--space-block-xl);
  --space-block-xxl: 140px;
  --space-block-xl: 110px;
  --space-block-lg: 60px;
  --space-block-md: 40px;
  --space-block-mmd: 30px;
  --space-block-sm: 20px;
  --space-block-xs: 10px;
  --space-block-section-trim: calc(var(--space-block-section) - 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-mmd-trim: calc(var(--space-block-mmd) - 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-xxl: 100px;
    --space-block-xl: 80px;
  }
}
:root {
  --scroll-adjust: 0px;
  --sec: 0.5s;
  --sec-fast: 0.2s;
  --sec-slow: 0.8s;
  --opacity: 0.6;
  --zoom: 1.1;
  --radius: 10px;
}

