@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: #222222;
  --color-base-light: #464646;
  --color-primary: #2ABEE0;
  --color-attention: #FD7D5F;
  --color-bg-base: #ffffff;
  --color-bg-primary: #0082A0;
  --color-bg-ash: #DDDDDD;
  --color-bg-ash-dark: #464646;
  --color-border: #D0D0D0;
  --color-border2: #A3A3A3;
  --color-border3: #DDDDDD;
  --color-light: #ffffff;
  --color-dark: #000000;
}

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

: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-dsp_en_xxxl_light-font-family: var(--ff-en);
  --typography-dsp_en_xxxl_light-font-weight: 300;
  --typography-dsp_en_xxxl_light-font-size: 4.5rem;
  --typography-dsp_en_xxxl_light-line-height: 1.25;
  --typography-dsp_en_xxxl_light-letter-spacing: 0.1em;
  --typography-std_jp_xxl_medium-font-family: var(--ff-sans-serif);
  --typography-std_jp_xxl_medium-font-weight: 500;
  --typography-std_jp_xxl_medium-font-size: 2.25rem;
  --typography-std_jp_xxl_medium-line-height: 1.5555555556;
  --typography-std_jp_xxl_medium-letter-spacing: 0.05em;
  --typography-std_en_xxl_medium-font-family: var(--ff-en);
  --typography-std_en_xxl_medium-font-weight: 500;
  --typography-std_en_xxl_medium-font-size: 2.25rem;
  --typography-std_en_xxl_medium-line-height: 1.1111111111;
  --typography-std_en_xxl_medium-letter-spacing: 0.1em;
  --typography-std_jp_xl_medium-font-family: var(--ff-sans-serif);
  --typography-std_jp_xl_medium-font-weight: 500;
  --typography-std_jp_xl_medium-font-size: 1.5rem;
  --typography-std_jp_xl_medium-line-height: 1.5;
  --typography-std_jp_xl_medium-letter-spacing: 0.05em;
  --typography-std_en_large_bold-font-family: var(--ff-en);
  --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.5;
  --typography-std_en_large_bold-letter-spacing: 0.1em;
  --typography-std_en_large_medium-font-family: var(--ff-en);
  --typography-std_en_large_medium-font-weight: 500;
  --typography-std_en_large_medium-font-size: 1.25rem;
  --typography-std_en_large_medium-line-height: 1.5;
  --typography-std_en_large_medium-letter-spacing: 0.1em;
  --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.25rem;
  --typography-std_jp_large_bold-line-height: 1.5;
  --typography-std_jp_large_bold-letter-spacing: 0.05em;
  --typography-std_en_bold-font-family: var(--ff-en);
  --typography-std_en_bold-font-weight: 700;
  --typography-std_en_bold-font-size: 1rem;
  --typography-std_en_bold-line-height: 1.375;
  --typography-std_en_bold-letter-spacing: 0.1em;
  --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_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_jp_small_regular-font-family: var(--ff-sans-serif);
  --typography-std_jp_small_regular-font-weight: 400;
  --typography-std_jp_small_regular-font-size: 0.875rem;
  --typography-std_jp_small_regular-line-height: 1.4285714286;
  --typography-std_jp_small_regular-letter-spacing: 0.05em;
  --typography-std_jp_small_bold-font-family: var(--ff-sans-serif);
  --typography-std_jp_small_bold-font-weight: 700;
  --typography-std_jp_small_bold-font-size: 0.875rem;
  --typography-std_jp_small_bold-line-height: 1.5714285714;
  --typography-std_jp_small_bold-letter-spacing: 0.1em;
  --typography-std_en_xs_bold-font-family: var(--ff-en);
  --typography-std_en_xs_bold-font-weight: 700;
  --typography-std_en_xs_bold-font-size: 0.875rem;
  --typography-std_en_xs_bold-line-height: 1.5714285714;
  --typography-std_en_xs_bold-letter-spacing: 0.1em;
  --typography-std_en_xs_medium-font-family: var(--ff-en);
  --typography-std_en_xs_medium-font-weight: 500;
  --typography-std_en_xs_medium-font-size: 0.875rem;
  --typography-std_en_xs_medium-line-height: 1.2857142857;
  --typography-std_en_xs_medium-letter-spacing: 0.1em;
}

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

:root {
  --space-block-section: var(--space-block-xl);
  --space-block-xl: 100px;
  --space-block-lg: 80px;
  --space-block-md: 40px;
  --space-block-sm: 20px;
  --space-block-xs: 10px;
  --space-block-section-trim: calc(var(--space-block-section) - var(--half-leading));
  --space-block-section-negative: calc(var(--space-block-section) * -1);
  --space-block-xl-trim: calc(var(--space-block-xl) - var(--half-leading));
  --space-block-xl-negative: calc(var(--space-block-xl) * -1);
  --space-block-lg-trim: calc(var(--space-block-lg) - var(--half-leading));
  --space-block-lg-negative: calc(var(--space-block-lg) * -1);
  --space-block-md-trim: calc(var(--space-block-md) - var(--half-leading));
  --space-block-md-negative: calc(var(--space-block-md) * -1);
  --space-block-sm-trim: calc(var(--space-block-sm) - var(--half-leading));
  --space-block-sm-negative: calc(var(--space-block-sm) * -1);
  --space-block-xs-trim: calc(var(--space-block-xs) - var(--half-leading));
  --space-block-xs-negative: calc(var(--space-block-xs) * -1);
}
@media (width <= 768px) {
  :root {
    --space-block-xl: 100px;
    --space-block-lg: 80px;
    --space-block-md: 40px;
    --space-block-sm: 20px;
    --space-block-xs: 10px;
  }
}
:root {
  --header-size: 142px;
  --scroll-adjust: var(--header-size);
  --sec: 0.5s;
  --sec-fast: 0.2s;
  --sec-slow: 0.8s;
  --opacity: 0.7;
  --zoom: 1.1;
  --radius: 6px;
  --scale: 1.1;
}
@media (width <= 1090px) {
  :root {
    --header-size: 82px;
  }
}

