/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  color-scheme: light;
  --pf: 183 47% 52%;
  --sf: 338 71% 71%;
  --af: 39 84% 51%;
  --nf: 280 46% 7%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --pc: 183 20% 13%;
  --sc: 340 15% 16%;
  --ac: 37 41% 13%;
  --nc: 283 9% 81%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --p: 183 47% 59%;
  --s: 338 71% 78%;
  --a: 39 84% 58%;
  --n: 280 46% 14%;
  --b1: 24 33% 97%;
  --b2: 27 22% 92%;
  --b3: 23 14% 89%;
  --bc: 280 46% 14%;
  --rounded-btn: 1.9rem;
  --tab-border: 2px;
  --tab-radius: .5rem;
}

h1,
  h2,
  h3 {
    font-size: var(--heading-font-size, var(--heading-size-md));
    line-height: var(--heading-line-height, var(--heading-leading-md));
    font-weight: var(--heading-font-weight, var(--heading-weight-lg));
    color: var(--semantic-color-text-accent);
  }

.a-heading .-inner {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
    }

.a-heading.-size-lg {
      --heading-font-size: var(--heading-size-xl);
    }

@media (min-width: 768px) {

    .a-heading.-size-lg {
        --heading-font-size: var(--heading-size-xxxl);
    }
      }

.a-heading.-size-md {
      --heading-font-size: var(--heading-size-sm);
      --heading-font-weight: var(--heading-weight-md);
    }

@media (min-width: 768px) {

    .a-heading.-size-md {
        --heading-font-size: var(--heading-size-md);
    }
      }

:root {
  --font-family-jp:
    "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  --default-font-family: var(--font-family-jp);
  --default-font-weight: 400;
  --default-font-size: 16px;
  --default-font-tracking: 1;
  --default-line-height: 1.3;

  /* ===========================
  == Typography-Token (primitive) ==
  =========================== */

  /* font-weight */
  --primitive-font-weight-xl: 700;
  --primitive-font-weight-lg: 500;
  --primitive-font-weight-base: var(--default-font-weight); /* 400 */

  /* line-height */
  --primitive-leading-lg: 1.6;
  --primitive-leading-base: var(--default-line-height); /* 1.3 */

  /* letter-spacing */
  --primitive-tracking-base: var(--default-font-tracking); /* 1 */

  /* font-size */
  --primitive-text-size-xxxxxl: 3rem; /* 48px */
  --primitive-text-size-xxxxl: 2.25rem; /* 36px */
  --primitive-text-size-xxxl: 2rem; /* 32px */
  --primitive-text-size-xxl: 1.5rem; /* 24px */
  --primitive-text-size-xl: 1.375rem; /* 22px */
  --primitive-text-size-lg: 1.125rem; /* 18px */
  --primitive-text-size-md: var(--default-font-size); /* 16px */
  --primitive-text-size-base: var(--default-font-size); /* 16px */
  --primitive-text-size-sm: 0.875rem; /* 14px */
  --primitive-text-size-xs: 0.75rem; /* 12px */

  /* ===========================
  == Typography-Token (semantic) ==
  =========================== */

  /* heading */
  --heading-size-xxxl: var(--primitive-text-size-xxxxxl);
  --heading-size-xxl: var(--primitive-text-size-xxxxl);
  --heading-size-xl: var(--primitive-text-size-xxxl);
  --heading-size-lg: var(--primitive-text-size-xxl);
  --heading-size-md: var(--primitive-text-size-xl);
  --heading-size-sm: var(--primitive-text-size-lg);
  --heading-leading-md: var(--primitive-leading-base);
  --heading-weight-lg: var(--primitive-font-weight-xl);
  --heading-weight-md: var(--primitive-font-weight-lg);

  /* body */
  --body-size-xl: var(--primitive-text-size-xl);
  --body-size-lg: var(--primitive-text-size-lg);
  --body-size-md: var(--primitive-text-size-base);
  --body-size-sm: var(--primitive-text-size-sm);
  --body-size-xs: var(--primitive-text-size-xs);
  --body-leading-lg: var(--primitive-leading-lg);
  --body-leading-md: var(--primitive-leading-base);
  --body-weight-xl: var(--primitive-font-weight-xl);
  --body-weight-lg: var(--primitive-font-weight-lg);
  --body-weight-md: var(--primitive-font-weight-base);

  /* ===========================
  == Color-Token(primitive) ==
  =========================== */

  /* color-hex */
  --primitive-color-white: #fff;
  --primitive-color-black: #000;
  --primitive-color-black-lighten: #222;
  --primitive-color-gray: #aaa;
  --primitive-color-green: #006400;
  --primitive-color-blue: #4682b4;
  --primitive-color-red: #c81e3a;
  --primitive-color-gold: #dbbd76;

  /* color-rgb */
  --primitive-color-white-rgb: 255, 255, 255;
  --primitive-color-black-rgb: 0, 0, 0;
  --primitive-color-black-lighten-rgb: 34, 34, 34;
  --primitive-color-gray-rgb: 170, 170, 170;
  --primitive-color-green-rgb: 0, 100, 0;
  --primitive-color-blue-rgb: 70, 130, 180;
  --primitive-color-red-rgb: 200, 30, 58;
  --primitive-color-gold-rgb: 219, 189, 118;

  /* ===========================
  == Color-Token(semantic) ==
  =========================== */
  --semantic-color-white: var(--primitive-color-white);
  --semantic-color-black: var(--primitive-color-black);
  --semantic-color-base: var(--primitive-color-black-lighten);
  --semantic-color-gray: var(--primitive-color-gray);
  --semantic-color-red: var(--primitive-color-red);
  --semantic-color-primary: var(--primitive-color-gold);
  --semantic-color-primary-rgb: var(--primitive-color-gold-rgb);
  --semantic-color-secondary: var(--semantic-color-primary);
  --semantic-color-primary-layer-1: var(--semantic-color-primary-rgb), 0.6;
  --semantic-color-primary-layer-2: var(--semantic-color-primary-rgb), 0.5;
  --semantic-color-primary-layer-3: var(--semantic-color-primary-rgb), 0.2;
  --semantic-color-primary-layer-4: var(--semantic-color-primary-rgb), 0.1;
  --semantic-color-text-base: var(--semantic-color-base);
  --semantic-color-text-accent: var(--semantic-color-primary);
  --semantic-color-text-inversion: var(--semantic-color-white);
  --semantic-color-text-mono: var(--semantic-color-gray);
  --semantic-color-background-base: var(--semantic-color-black);
  --semantic-color-background-layer-1: var(--semantic-color-black-layer-1);
  --semantic-color-background-layer-2: var(--semantic-color-black-layer-2);
  --semantic-color-background-layer-3: var(--semantic-color-black-layer-4);
  --semantic-color-background-layer-4: var(--semantic-color-white);
  --semantic-color-border-base: var(--semantic-color-gray);
  --semantic-color-border-lighten: var(--semantic-color-white);
  --semantic-color-border-darken-1: var(--semantic-color-primary-layer-1);
  --semantic-color-border-darken-2: var(--semantic-color-primary);
  --semantic-color-shadow-base: var(--semantic-color-primary-layer-3);

  /* ===========================
  == Color-Token(parts) ==
  =========================== */
  --parts-color-linkButton-text: var(--semantic-color-text-accent);
  --parts-color-linkButton-background: var(--semantic-color-background-layer-4);
  --parts-color-linkButton-border: var(--semantic-color-border-darken-2);
  --parts-color-linkButton-shadow: var(--semantic-color-shadow-base);
  --parts-color-submitButton-text: var(--semantic-color-text-inversion);
  --parts-color-submitButton-background: var(--semantic-color-background-base);
  --parts-color-submitButton-border: none;
  --parts-color-submitButton-shadow: var(--semantic-color-shadow-base);
  --parts-color-icon-genre-fill: var(--semantic-color-secondary);
  --parts-color-icon-hedding-fill: var(--semantic-color-primary);
  --parts-color-input-border-base: var(--semantic-color-gray);
  --parts-color-input-border-focus: var(--semantic-color-border-darken-2);
  --parts-color-input-text-base: var(--semantic-color-text-base);
  --parts-color-input-text-placeholder: var(--semantic-color-text-mono);

  /* ===========================
  == global-value(primitive) ==
  =========================== */
  --primitive-z-index: 1;
  --primitive-contents-max-w: 1040px;
  --primitive-icon-size: 40px;

  /* ===========================
  == global-value(semantic) ==
  =========================== */
  --global-z-index: var(--primitive-z-index);
  --global-icon-size: var(--primitive-icon-size);
  --global-opacity: 1;
  --global-opacity-hover: calc(var(--global-opacity) * 0.8);
  --global-transition-duration: 0.3s;
  --global-transition-timing-function: ease-in-out;

  /* ===========================
  == parts-value ==
  =========================== */
  --z-index-header: calc(var(--global-z-index) * 10);
  --z-index-modal: calc(var(--global-z-index) * 50);
  --globalHeader-h: 45px;
  --global-site-common-parts-gutter: 1rem;
  --global-footer-h: 64px;
  --global-footer-gutter: 40px;
  --global-fixed-CTA-footer-h: var(--global-footer-h);
}

/* Atoms層 */

/* Molecules層 */

/* Organisms層 */

/* Template層 */

.avatar.placeholder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox {
  flex-shrink: 0;
}

.footer {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
}

.footer > * {
  display: grid;
  place-items: start;
}

@media (min-width: 48rem) {

  .footer {
    grid-auto-flow: column;
  }

  .footer-center {
    grid-auto-flow: row dense;
  }
}

.label {
  display: flex;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
}

.input {
  flex-shrink: 1;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}

.input-group > .input {
  isolation: isolate;
}

.input-group > *,
  .input-group > .input,
  .input-group > .textarea,
  .input-group > .select {
  border-radius: 0px;
}

.join {
  display: inline-flex;
  align-items: stretch;
}

.join :where(.join-item) {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}

.join .join-item:not(:first-child):not(:last-child),
  .join *:not(:first-child):not(:last-child) .join-item {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}

.join .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .join-item {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.join .dropdown .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .dropdown .join-item {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}

.join :where(.join-item:first-child:not(:last-child)),
  .join :where(*:first-child:not(:last-child) .join-item) {
  border-end-start-radius: inherit;
  border-start-start-radius: inherit;
}

.join .join-item:last-child:not(:first-child),
  .join *:last-child:not(:first-child) .join-item {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}

.join :where(.join-item:last-child:not(:first-child)),
  .join :where(*:last-child:not(:first-child) .join-item) {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}

@supports not selector(:has(*)) {

  :where(.join *) {
    border-radius: inherit;
  }
}

@supports selector(:has(*)) {

  :where(.join *:has(.join-item)) {
    border-radius: inherit;
  }
}

.link {
  cursor: pointer;
  text-decoration-line: underline;
}

.menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.menu :where(li ul) {
  position: relative;
  white-space: nowrap;
}

.menu :where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),
  .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  display: grid;
  grid-auto-flow: column;
  align-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  grid-auto-columns: minmax(auto, max-content) auto max-content;
  -webkit-user-select: none;
          user-select: none;
}

.menu li.disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
          user-select: none;
}

.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
  display: none;
}

:where(.menu li) {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}

:where(.menu li) .badge {
  justify-self: end;
}

.radio {
  flex-shrink: 0;
}

.swap {
  position: relative;
  display: inline-grid;
  -webkit-user-select: none;
          user-select: none;
  place-content: center;
}

.swap > * {
  grid-column-start: 1;
  grid-row-start: 1;
}

.swap input {
  appearance: none;
}

.swap .swap-on,
.swap .swap-indeterminate,
.swap input:indeterminate ~ .swap-on {
  opacity: 0;
}

.swap input:checked ~ .swap-off,
.swap-active .swap-off,
.swap input:indeterminate ~ .swap-off {
  opacity: 0;
}

.swap input:checked ~ .swap-on,
.swap-active .swap-on,
.swap input:indeterminate ~ .swap-indeterminate {
  opacity: 1;
}

.toggle {
  flex-shrink: 0;
}

.join.join-vertical {
  flex-direction: column;
}

.join.join-vertical .join-item:first-child:not(:last-child),
  .join.join-vertical *:first-child:not(:last-child) .join-item {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.join.join-vertical .join-item:last-child:not(:first-child),
  .join.join-vertical *:last-child:not(:first-child) .join-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.join.join-horizontal {
  flex-direction: row;
}

.join.join-horizontal .join-item:first-child:not(:last-child),
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}

.join.join-horizontal .join-item:last-child:not(:first-child),
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}

.join.join-vertical > :where(*:not(:first-child)) {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -1px;
}

.join.join-horizontal > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -1px;
}

html {
    scroll-behavior: smooth;
  }

body {
    font-family: var(--font-family-jp);
    font-size: var(--body-size-md);
    font-style: normal;
    line-height: var(--body-leading-md);
    font-weight: var(--body-weight-md);
    letter-spacing: var(--primitive-tracking-base);
    box-sizing: border-box;
    color: var(--semantic-color-base);
    background: var(--semantic-color-base);
  }

svg {
    max-width: none;
    width: 1em;
    height: 1em;
    stroke: currentcolor;
    fill: currentcolor;
  }

a:focus,
    button:focus,
    a:focus-visible,
    button:focus-visible,
    a:focus-within,
    button:focus-within {
      outline-color: var(--semantic-color-border-darken-2);
    }

input:focus,
    input:focus-visible,
    input:focus-within {
      outline: none;
      border-color: var(--semantic-color-border-darken-2);
      box-shadow: 0 0 0 1px var(--semantic-color-border-darken-2);
      outline-style: none;
    }

input:not([disabled]) ~ label {
    cursor: pointer;
  }

:where(button:not([disabled]), [role="button"]:not([disabled])) {
    cursor: pointer;
  }

html {
    word-break: break-all;
  }

p {
    font-size: 1rem;
  }

pre {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.a-gridContainer {
    --gridContainer-gap: 24px;
    --gridContainer-columns: 1;

    display: grid;
    gap: var(--gridContainer-gap);
    grid-template-columns: repeat(var(--gridContainer-columns), 1fr);
  }

.a-gridContainer > * {
      container-type: inline-size;
    }

/* ========
      Props value (modifier)
    ======== */

/* = Sizes = */

/* -cols-{mobile}-{tablet}-{desktop} */

@media (min-width: 768px) {

    .a-gridContainer.-cols-1-1-3 {
        --gridContainer-columns: 1;
    }
      }

@media (min-width: 960px) {

    .a-gridContainer.-cols-1-1-3 {
        --gridContainer-columns: 3;
    }
      }

.a-gridContainer.-cols-2-2-4 {
      --gridContainer-columns: 2;
    }

@media (min-width: 960px) {

    .a-gridContainer.-cols-2-2-4 {
        --gridContainer-columns: 4;
    }

    .a-gridContainer.-cols-1-1-2 {
        --gridContainer-columns: 2;
    }
      }

@media (min-width: 768px) {

    .a-gridContainer.-cols-1-2-2 {
        --gridContainer-columns: 2;
    }
      }

@media (min-width: 960px) {

    .a-gridContainer.-cols-1-2-2 {
        --gridContainer-columns: 2;
    }
      }

@media (min-width: 768px) {

    .a-gridContainer.-cols-1-2-4 {
        --gridContainer-columns: 2;
    }
      }

@media (min-width: 960px) {

    .a-gridContainer.-cols-1-2-4 {
        --gridContainer-columns: 4;
    }
      }

.a-sectionContainer {
    --sectionContainer-padding-top: 72px;
    --sectionContainer-padding-bottom: 72px;
    --sectionContainer-margin-top: unset;
    --sectionContainer-margin-bottom: unset;

    position: relative;
    padding-top: var(--sectionContainer-padding-top);
    padding-bottom: var(--sectionContainer-padding-bottom);
    margin-top: var(--sectionContainer-margin-top);
    margin-bottom: var(--sectionContainer-margin-bottom);
    background-color: var(--semantic-color-background-base);
  }

.a-sectionContainer .-sectionCorner {
      position: absolute;
      width: 187px;
      pointer-events: none;
      z-index: 0;
    }

.a-sectionContainer .-sectionCorner.-top {
        top: 0;
        right: 0;
      }

.a-sectionContainer .-sectionCorner.-bottom {
        bottom: 0;
        left: 0;
        transform: scale(-1);
      }

.a-sectionContainer .-sectionCorner::before,
      .a-sectionContainer .-sectionCorner::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        clip-path: polygon(100% 0, 0 0, 100% 100%);
        background-color: var(--semantic-color-red);
        opacity: 0.7;
      }

.a-sectionContainer .-sectionCorner::before {
        width: 187px;
        height: 62px;
      }

@media (min-width: 768px) {

      .a-sectionContainer .-sectionCorner::before {
          width: 390px;
          height: 130px;
      }
        }

.a-sectionContainer .-sectionCorner::after {
        width: 62px;
        height: 134px;
      }

@media (min-width: 768px) {

      .a-sectionContainer .-sectionCorner::after {
          width: 130px;
          height: 280px;
      }
        }

.a-sectionContainer.-red {
      background-color: var(--semantic-color-red);
    }

.a-sectionContainer.-red .-sectionCorner::before,
        .a-sectionContainer.-red .-sectionCorner::after {
          background-color: var(--semantic-color-white);
        }

.a-sectionContainer.-white {
      background-color: var(--semantic-color-white);
    }

.a-sectionContainer.-white .-sectionCorner::before,
        .a-sectionContainer.-white .-sectionCorner::after {
          background-color: var(--semantic-color-primary);
        }

@media (min-width: 768px) {
  .a-sectionContainer {
      --sectionContainer-padding-top: 64px;
      --sectionContainer-padding-bottom: 96px;
  }
    }

@media (min-width: 960px) {
  .a-sectionContainer {
      --sectionContainer-padding-top: 80px;
  }
    }

.a-sectionContainer__inner {
    --sectionContainer-padding-inline: 24px;

    padding-inline: var(--sectionContainer-padding-inline);
    box-sizing: content-box;
    max-width: 1000px;
    margin: auto;
  }

@media (min-width: 768px) {

  .a-sectionContainer__inner {
      --sectionContainer-padding-inline: 64px;
  }
    }

.m-breadcrumbs {
    max-width: 100%;
    overflow-x: auto;
    padding-top: 0.5rem; /* 8px */
    padding-bottom: 0.5rem; /* 8px */
  }

.m-breadcrumbs > ul,
    .m-breadcrumbs > ol {
      display: flex;
      align-items: center;
      white-space: nowrap;
      min-height: min-content;
    }

.m-breadcrumbs > ul > li, .m-breadcrumbs > ol > li {
        display: flex;
        align-items: center;
      }

.m-breadcrumbs > ul > li > a, .m-breadcrumbs > ol > li > a {
          display: flex;
          cursor: pointer;
          align-items: center;
        }

@media (hover: hover) {

          .m-breadcrumbs > ul > li > a:hover, .m-breadcrumbs > ol > li > a:hover {
              text-decoration-line: underline;
          }
            }

.m-breadcrumbs > ul > li > a:focus, .m-breadcrumbs > ol > li > a:focus {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }

.m-breadcrumbs > ul > li > a:focus-visible, .m-breadcrumbs > ol > li > a:focus-visible {
            outline: 2px solid currentcolor;
            outline-offset: 2px;
          }

:is(.m-breadcrumbs > ul > li) + *::before, :is(.m-breadcrumbs > ol > li) + *::before {
          --tw-rotate: 45deg;

          content: "";
          margin-left: 0.5rem; /* 8px */
          margin-right: 0.75rem; /* 12px */
          display: block;
          height: 0.375rem; /* 6px */
          width: 0.375rem; /* 6px */
          transform: translate(var(--tw-translate-x), var(--tw-translate-y))
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
          opacity: 0.4;
          border-top: 1px solid;
          border-right: 1px solid;
          background-color: transparent;
        }

.m-sectionHeading .m-sectionHeading__title {
      display: flex;
      font-feature-settings: "palt" on;
      color: var(--semantic-color-primary);
      font-size: 56px;
      font-weight: 800;
      line-height: 100%;
      letter-spacing: var(--Heading-H1-letter-spacing, 2px);
      border-bottom: 1px var(--semantic-color-primary) solid;
    }

.m-sectionHeading .m-sectionHeading__title .m-sectionHeading__prefix {
        color: var(--semantic-color-red);
      }

.m-sectionHeading .m-sectionHeading__subtitle {
      color: var(--semantic-color-primary);
      font-size: var(--subtitle-font-size, 18px);
      padding-top: 8px;
      font-weight: 600;
      letter-spacing: var(--subtitle-letter-spacing, 2px);
    }

@media (min-width: 768px) {
      .m-sectionHeading .m-sectionHeading__title {
        font-size: 80px;
      }
    }

.m-sectionHeading.-black {
      border-color: var(--semantic-color-black);
    }

.m-sectionHeading.-black .m-sectionHeading__suffix {
        color: var(--semantic-color-black);
      }

.m-sectionHeading.-black .m-sectionHeading__subtitle {
        color: var(--semantic-color-black);
      }

.m-sectionHeading.-white {
      border-color: var(--semantic-color-white);
    }

.m-sectionHeading.-white .m-sectionHeading__prefix {
        color: var(--semantic-color-primary);
      }

.m-sectionHeading.-white .m-sectionHeading__suffix {
        color: var(--semantic-color-white);
      }

.m-sectionHeading.-white .m-sectionHeading__subtitle {
        color: var(--semantic-color-white);
      }

@media (min-width: 768px) {
  :root {
      --globalHeader-h: 64px;
      --global-site-common-parts-gutter: 2rem;
  }
    }

.o-globalHeader {
    --globalHeader-gutter: var(--global-site-common-parts-gutter);
    --globalHeader-background-color: var(--semantic-color-white);
    --globalHeader-text-color: var(--semantic-color-text-inversion);

    height: var(--globalHeader-h);
    background: var(--globalHeader-background-color);
    color: var(--globalHeader-text-color);
  }

.o-globalHeader .o-globalHeader__inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      padding-inline: var(--global-site-common-parts-gutter);
      padding-block: 0.5rem;
      gap: var(--global-site-common-parts-gutter);
    }

.o-globalHeader .o-globalHeader__logo {
      width: 75px;
    }

@media (min-width: 768px) {

    .o-globalHeader .o-globalHeader__logo {
        width: 123px;
    }
      }

.o-sectionBanner {
    --sectionContainer-padding-bottom: 40px;
  }

.o-sectionBanner .flex {
      gap: 24px;
    }

.o-sectionBanner .flex a {
        display: block;
        width: 100%;
        max-width: 150px;
        flex: auto;
      }

@media (min-width: 768px) {

      .o-sectionBanner .flex a {
          max-width: 270px;
      }
        }

.o-globalFooter {
    --globalFooter-background-color: var(--semantic-color-background-base);
    --globalFooter-text-color: var(--semantic-color-text-inversion);
    --globalFooter-font-size: var(--body-size-xs);

    background-color: var(--globalFooter-background-color);
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
    justify-content: center;
  }

.o-globalFooter .o-globalFooter__inner {
      width: 100%;
      font-size: var(--globalFooter-font-size);
      color: var(--globalFooter-text-color);
      text-align: center;
      padding-block: 40px;
      padding-inline: var(--global-footer-gutter);
    }

@media (min-width: 768px) {

    .o-globalFooter .o-globalFooter__inner {
        --global-footer-gutter: 64px;
    }
      }

.o-globalFooter .o-footer-sns {
      gap: 20px;
    }

.o-globalFooter .o-footer-sns a {
        width: 30px;
        height: 30px;
      }

@media (min-width: 768px) {

    .o-globalFooter .o-footer-sns {
        gap: 47px;
    }

        .o-globalFooter .o-footer-sns a {
          width: 40px;
          height: 40px;
        }
      }

.o-globalFooter .site-map {
      margin-top: 24px;
      row-gap: 8px;
    }

.o-globalFooter .site-map li {
        border-left: 1px solid var(--semantic-color-white);
      }

.o-globalFooter .site-map li:last-child {
          border-right: 1px solid var(--semantic-color-white);
        }

@media (min-width: 768px) {

      .o-globalFooter .site-map li {
          font-size: var(--caption-spcaption-font-size, 13px);
      }
        }

.o-globalFooter .site-map_item {
      padding-inline: 16px;
      font-size: var(--caption-spcaption-font-size, 11px);
      line-height: var(--caption-spcaption-line-height, 120%);
      letter-spacing: var(--caption-spcaption-letter-spacing, 2px);
    }

.o-globalFooter .o-globalFooter__copyright {
      margin-top: 24px;
    }

.o-globalFooter .o-globalFooter__copyright p {
        font-size: var(--caption-spcaption-font-size, 11px);
        line-height: var(--caption-spcaption-line-height, 120%);
        letter-spacing: var(--caption-spcaption-letter-spacing, 2px);
      }

@media (min-width: 768px) {

      .o-globalFooter .o-globalFooter__copyright p {
          font-size: var(--caption-spcaption-font-size, 13px);
      }
        }

:is(.o-globalFooter .o-globalFooter__copyright) p+p {
        margin-top: 8px;
      }

.a-pagetop {
    position: absolute;
    right: 11px;
    bottom: 11px;
    display: block;
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml,%3csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='45'%20height='45'%20fill='%23DBBD76'/%3e%3cpath%20d='M14%2028L22.5%2017L31%2028H30.4333L22.5%2017.4278L14.4722%2028H14Z'%20fill='black'%20stroke='black'%20stroke-width='2.5'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }

@media (min-width: 768px) {

  .a-pagetop {
      right: 31px;
      bottom: 28px;
      width: 45px;
      height: 45px;
  }
    }

.o-sectionAbout {
    --sectionContainer-padding-bottom: 56px;
  }

.o-sectionAbout .-watermark {
      position: absolute;
      bottom: 0;
      right: 13px;
      opacity: 0.3;
      z-index: 0;
      font-size: 42px;
      line-height: 100%;
      letter-spacing: 0.57px;
      font-weight: 600;
      color: var(--semantic-color-white);
    }

.o-sectionAbout .-watermark span {
        vertical-align: super;
        font-weight: 300;
        font-size: 38px;
      }

@media (min-width: 768px) {
  .o-sectionAbout {
      --sectionContainer-padding-bottom: 96px;
  }

      .o-sectionAbout .-watermark {
        right: 16px;
        font-size: 150px;
        line-height: 120px;
        letter-spacing: 2px;
      }

        .o-sectionAbout .-watermark span {
          font-size: 70px;
          line-height: 100%;
          letter-spacing: 2px;
        }
    }

.o-contentAbout {
    margin-top: 40px;
    color: var(--semantic-color-white);
  }

.o-contentAbout .akatsuki-venus h2 {
        font-size: 40px;
        line-height: 100%;
        letter-spacing: var(--heading-h1-letter-spacing, 2px);
        font-weight: 600;
        color: var(--semantic-color-white);
      }

.o-contentAbout .akatsuki-venus h2 span {
          vertical-align: text-top;
          font-weight: 300;
          font-size: 30px;
        }

.o-contentAbout .akatsuki-venus p {
        margin-top: 8px;
        font-size: var(--spbody11pxb-font-size, 11px);
        line-height: var(--spbody11pxb-line-height, 100%);
        letter-spacing: 2px;
        font-weight: var(--spbody11pxb-font-weight, 700);
      }

@media (min-width: 768px) {
        .o-contentAbout .akatsuki-venus h2 {
          font-size: 52px;
        }

          .o-contentAbout .akatsuki-venus h2 span {
            vertical-align: text-top;
            font-weight: 300;
            font-size: 30px;
          }

        .o-contentAbout .akatsuki-venus p {
          font-size: 18px;
        }
      }

.o-contentAbout .intro {
      margin-top: 20px;
      text-align: left;
      font-size: var(--body-spbodym-font-size, 14px);
      line-height: var(--body-spbodym-line-height, 170%);
      letter-spacing: var(--body-spbodym-letter-spacing, 2px);
      font-weight: var(--body-spbodym-font-weight, 500);
    }

@media (min-width: 768px) {

    .o-contentAbout .intro {
        font-size: 16px;
    }
      }

.o-sectionMember {
    --sectionContainer-padding-top: 64px;
    --sectionContainer-padding-bottom: 64px;
  }

@media (min-width: 768px) {
  .o-sectionMember {
      --sectionContainer-padding-top: 96px;
      --sectionContainer-padding-bottom: 96px;
  }
    }

.o-contentMember {
    margin-top: 40px;
    color: var(--semantic-color-white);
  }

.o-contentMember-wrap {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
  }

@media (min-width: 768px) {

  .o-contentMember-wrap {
      flex-direction: row;
      gap: 40px;
  }
    }

.m-member-card {
    border-bottom: solid var(--semantic-color-primary) 1px;
    padding-bottom: 32px;
  }

@media (min-width: 768px) {

  .m-member-card {
      flex: 0 0 calc(50% - 20px);
      position: relative;
      min-width: 420px;
  }

      .m-member-card:nth-child(odd)::before {
        content: '';
        position: absolute;
        width: 60px;
        height: 1px;
        background: var(--semantic-color-primary);
        bottom: -1px;
        left: 99%;
      }

      .m-member-card:last-child {
        border: none;
      }

        .m-member-card:last-child::before {
          display: none;
        }
    }

.m-member-card .detail-heading {
      border-style: solid;
      border-color: var(--semantic-color-primary);
      border-width: 0px 0px 0px 4px;
      padding: 0px 0px 0px 10px;
      color: var(--semantic-color-primary);
      font-size: var(--spmembersubtitle-font-size, 15px);
      line-height: var(--spmembersubtitle-line-height, 100%);
      letter-spacing: var(--spmembersubtitle-letter-spacing, 2px);
      font-weight: var(--spmembersubtitle-font-weight, 700);
    }

.m-member-card .detail-text {
      margin-top: 5px;
      font-size: var(--body-spmenberbodyr-font-size, 14px);
      line-height: var(--body-spmenberbodyr-line-height, 140%);
      letter-spacing: var(--body-spmenberbodyr-letter-spacing, 1px);
    }

:is(.m-member-card .detail-text)+.detail-heading {
        margin-top: 12px;
      }

.m-member-card .more {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      width: 100%;
      max-width: 200px;
      margin: auto;
      margin-top: 16px;
      cursor: pointer;
      border-style: solid;
      border-color: var(--gold, #dbbd76);
      border-width: 1px;
      padding: 7px 0px;
      color: var(--semantic-color-primary);
      font-size: var(--spm-font-size, 14px);
      line-height: var(--spm-line-height, 100%);
      letter-spacing: var(--spm-letter-spacing, 2px);
      font-weight: var(--spm-font-weight, 500);
    }

.m-member-card .more::after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3csvg%20width='8'%20height='5'%20viewBox='0%200%208%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.94%200L4%203.05333L7.06%200L8%200.94L4%204.94L0%200.94L0.94%200Z'%20fill='%23DBBD76'/%3e%3c/svg%3e");
        background-size: 8px 5px;
        background-position: center;
        background-repeat: no-repeat;
      }

.m-member-card .more.is-open {
        padding-left: 14px;
      }

.m-member-card .more.is-open::after {
          transform: scale(-1);
        }

@media (min-width: 768px) {

    .m-member-card .more {
        display: none;
    }
      }

.m-member-card .a-video-link {
      margin-top: 24px;
    }

@media (min-width: 768px) {

    .m-member-card .a-video-link {
        margin-top: auto;
        margin-left: 0;
        margin-bottom: 0;
    }
      }

.m-member-card-inner {
    max-width: 480px;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }

.block-member__detail {
    flex-direction: row;
    gap: 16px;
  }

.block-member__detail picture {
      display: block;
      width: 144px;
      flex: 0 0 144px;
    }

@media (min-width: 768px) {

  .block-member__detail {
      gap: 0 40px;
  }

      .block-member__detail picture {
        width: 225px;
        flex: 0 0 225px;
      }

    }

.block-member__detail-textbox {
    flex: auto;
  }

.block-member__detail-textbox .name {
      position: relative;
      display: inline-block;
      padding: 7px 24px;
      background: var(--semantic-color-primary);
      font-size: var(--spmembername-font-size, 30px);
      line-height: var(--spmembername-line-height, 100%);
      letter-spacing: var(--spmembername-letter-spacing, 2px);
      font-weight: var(--spmembername-font-weight, 600);
    }

.block-member__detail-textbox .name::after {
        content: '';
        position: absolute;
        top: 0;
        right: -15px;
        width: 16px;
        height: 100%;
        background: var(--semantic-color-primary);
        clip-path: polygon(0 0, 100% 0, 10% 100%, 0% 100%);
      }

.block-member__detail-textbox .memo {
      margin-top: 8px;
      font-size: var(--caption-spcaption-font-size, 11px);
      line-height: var(--caption-spcaption-line-height, 120%);
      letter-spacing: var(--caption-spcaption-letter-spacing, 2px);
      font-weight: var(--caption-spcaption-font-weight, 400);
    }

.block-member__detail-textbox .tag {
      margin-top: 8px;
      display: inline-block;
      padding: 0px 7px;
      background: var(--semantic-color-white);
      color: var(--semantic-color-black);
      font-size: var(--spmembercaptain-font-size, 11px);
      line-height: var(--spmembercaptain-line-height, 160%);
      letter-spacing: var(--spmembercaptain-letter-spacing, 2px);
      font-weight: var(--spmembercaptain-font-weight, 700);
    }

.block-member__detail-textbox .list-wrap {
      margin-top: 16px;

    }

.block-member__ikigomi {
    margin-top: 16px;
  }

@media (min-width: 768px) {

  .block-member__ikigomi {
      padding-bottom: 18px;
  }
    }

.block-member__ikigomi .detail-text {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
    }

.block-member__ikigomi .detail-text.is-open {
        -webkit-line-clamp: unset;
      }

@media (min-width: 768px) {

    .block-member__ikigomi .detail-text {
        -webkit-line-clamp: unset;
    }
      }

.o-sectionActivities {
    --sectionContainer-padding-bottom: 72px;
  }

@media (min-width: 768px) {
  .o-sectionActivities {
      --sectionContainer-padding-bottom: 96px;
  }
    }

.o-contentActivities {
    margin-top: 40px;
  }

.m-activities + .m-activities {
      margin-top: 40px;
    }

.m-activities .ttl {
      color: var(--white, #ffffff);
      text-align: left;
      font-size: var(--title-sph3-font-size, 20px);
      line-height: var(--title-sph3-line-height, 130%);
      letter-spacing: var(--title-sph3-letter-spacing, 2px);
      font-weight: var(--title-sph3-font-weight, 700);
      position: relative;
    }

@media (min-width: 768px) {

    .m-activities .ttl {
        font-size: var(--title-h3-font-size, 23px);
    }
      }

.m-activities .flex {
      flex-direction: column;
      gap: 32px;
      margin-top: 32px;
    }

@media (min-width: 768px) {

    .m-activities .flex {
        flex-direction: row;
    }
      }

.m-activities .text {
      color: var(--white, #ffffff);
      text-align: left;
      font-size: var(--body-spbodym-font-size, 14px);
      line-height: var(--body-spbodym-line-height, 170%);
      letter-spacing: var(--body-spbodym-letter-spacing, 2px);
      font-weight: var(--body-spbodym-font-weight, 500);
    }

@media (min-width: 768px) {

    .m-activities .text {
        flex: 50%;
        font-size: var(--body-bodym-font-size, 16px);
    }

    .m-activities picture {
        flex: 0 1 50%;
        max-width: 456px;
    }
      }

.m-activities img {
      width: 100%;
    }

@media (min-width: 768px) {
  .o-sectionMovie {
      --sectionContainer-padding-bottom: 96px;
  }
    }

.o-contentMovie {
    margin-top: 40px;
    color: var(--semantic-color-white);
  }

.o-contentMovie .flex {
      flex-direction: column;
      gap: 32px;
      margin-top: 32px;
    }

@media (min-width: 768px) {

    .o-contentMovie .flex {
        flex-direction: row;
        align-items: center;
    }
      }

.o-contentMovie .text {
      color: var(--white, #ffffff);
      text-align: left;
      font-size: var(--body-spbodym-font-size, 14px);
      line-height: var(--body-spbodym-line-height, 170%);
      letter-spacing: var(--body-spbodym-letter-spacing, 2px);
      font-weight: var(--body-spbodym-font-weight, 500);
    }

@media (min-width: 768px) {

    .o-contentMovie .text {
        flex: 1 1 0;
        font-size: var(--body-bodym-font-size, 16px);
    }
      }

.a-moive {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

@media (min-width: 768px) {

  .a-moive {
      flex: 1 1 50%;
      max-width: 550px;
  }
    }

.a-moive iframe {
    width: 100%;
    height: 100%;
  }

.o-sectionSns {
    --sectionContainer-padding-bottom: 72px;
  }

@media (min-width: 768px) {
  .o-sectionSns {
      --sectionContainer-padding-bottom: 96px;
  }
    }

.o-contentSns {
    margin-top: 40px;
    color: var(--semantic-color-white);
  }

.block-sns-wrap {
    margin-top: 32px;
    flex-direction: column;
    justify-content: center;
    gap: 32px 40px;
  }

@media (min-width: 768px) {

  .block-sns-wrap {
      margin-top: 40px;
      flex-direction: row;
  }
    }

.block-sns {
    width: 100%;
    max-width: 468px;
    margin: 0 auto;
  }

.block-sns .txt {
      color: #111111;
      text-align: left;
      font-size: var(--title-sph3-font-size, 20px);
      line-height: var(--title-sph3-line-height, 130%);
      letter-spacing: var(--title-sph3-letter-spacing, 2px);
      font-weight: var(--title-sph3-font-weight, 700);
    }

@media (min-width: 768px) {

    .block-sns .txt {
        font-size: var(--title-h3-font-size, 23px);
    }
      }

.block-sns .button-wrap {
      margin-top: 20px;
    }

.block-sns .a-link-button + .a-link-button {
      margin-top: 8px;
    }

.o-sectionArchive {
    --sectionContainer-padding-bottom: 56px;
  }

@media (min-width: 768px) {
  .o-sectionArchive {
      --sectionContainer-padding-bottom: 96px;
  }
    }

.o-contentArchive {
    margin-top: 40px;
    color: var(--semantic-color-white);
  }

.archive-wrap {
    width: 100%;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }

@media (min-width: 768px) {

  .archive-wrap {
      margin-top: 40px;
      flex-direction: row;
      flex-wrap: wrap;
  }

    .archive-wrap .a-link-button {
        flex: 1 1 calc(50% - 12px);
        max-width: 430px;
    }
  .o-sectionGallery {
  }
    }

.o-contentGallery {
    margin-top: 40px;
  }

.o-contentGallery img {
      display: block;
      width: 100%;
      max-width: calc(50% - 4px);
      flex: 1 1 calc(50% - 4px);
    }

@media (min-width: 768px) {

    .o-contentGallery img {
        max-width: calc(33.3333% - 8px * 2 / 3);
        flex: 1 1 calc(33.3333% - 8px * 2 / 3);
    }
      }

:root {
    --section-padding-y: 40px;
  }

@media (min-width: 768px) {
  :root {
      --section-padding-y: 48px;
  }
    }

/* 全ページ共通レイアウト */

a[href]:hover {
    opacity: 0.7;
  }

.font-heading {
    font-family: "Barlow Condensed", "Noto Sans JP", serif;
  }

.br-sp {
    display: block;
  }

@media (min-width: 768px) {

  .br-sp {
      display: none;
  }
    }

.p-page {
    background-color: rgba(var(--semantic-color-background-layer-3));
    height: 100vh;
  }

.p-page .o-globalHeader {
      position: sticky;
      top: 0;
      width: 100%;
      z-index: var(--z-index-header);
    }

.p-page .o-sectionMv {
      height: 263px;
    }

@media (min-width: 768px) {

    .p-page .o-sectionMv {
        height: 700px;
    }
      }

.p-page .o-sectionMv__title {
      filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
      color: var(--semantic-color-primary);
      text-align: center;
      top: 26px;
      letter-spacing: 1px;
    }

.p-page .o-sectionMv__title h1 {
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 45px */
      }

.p-page .o-sectionMv__title h1 span {
          font-size: 37.072px;
          font-style: normal;
          font-weight: 300;
        }

.p-page .o-sectionMv__title p {
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 10px */
      }

@media (min-width: 768px) {

    .p-page .o-sectionMv__title {
        top: 101px;
        letter-spacing: 2px;
    }

        .p-page .o-sectionMv__title h1 {
          min-width: 815px;
          font-size: 120px;
        }

          .p-page .o-sectionMv__title h1 span {
            /* font-size: 100px; */
            font-size: 60px;
            vertical-align: text-top;
          }

        .p-page .o-sectionMv__title p {
          font-size: 20px;
        }
      }

.a-link-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 7px 16px;
    background: var(--semantic-color-red);
    width: 100%;
    /* max-width: 468px; */
  }

.a-link-button .a-link-button_label {
      font-size: var(--spsnstitle-font-size, 16px);
    }

@media (min-width: 768px) {

    .a-link-button .a-link-button_label {
        font-size: var(--snstitle-font-size, 18px);
    }
      }

.a-link-button .a-link-button_archive-label {
      color: var(--semantic-color-primary);
      font-weight: 600;
    }

.a-link-button .a-link-button_archive-label .archive-label_num {
        font-size: 36px;
      }

.a-link-button .a-link-button_archive-label .archive-label_ja {
        font-size: 26px;
      }

.a-link-button .a-link-button_archive-label .archive-label_en {
        font-size: 43px;
      }

.a-link-button::before {
      content: "";
      position: absolute;
      right: 16px;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      width: 38px;
      height: 7px;
      background-image: url("data:image/svg+xml,%3csvg%20width='41'%20height='9'%20viewBox='0%200%2041%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%207.68359H38.0401L31.5%200.683594'%20stroke='white'%20stroke-width='2'/%3e%3c/svg%3e");
      background-size: contain;
      background-repeat: no-repeat;
    }

.a-link-button.-insta {
      background:
        linear-gradient(
          -81.9deg,
          rgba(255, 214, 0, 1) 0%,
          rgba(255, 122, 0, 1) 20.000000298023224%,
          rgba(255, 0, 105, 1) 40.00000059604645%,
          rgba(118, 56, 250, 1) 100%
        ),
        linear-gradient(to left, #053b77, #053b77);
    }

.a-link-button.-X {
      background: #111111;
    }

.a-link-button .icon {
      display: block;

    }

.a-video-link {
    position: relative;
    width: 100%;
    max-width: 200px;
    margin: auto;
    display: block;
    border-style: solid;
    border-color: var(--semantic-color-primary);
    border-width: 1px;
    padding: 2px;
    color: var(--semantic-color-black);
    text-align: left;
    font-size: var(--spb-font-size, 22px);
    line-height: var(--spb-line-height, 100%);
    letter-spacing: var(--spb-letter-spacing, 2px);
    font-weight: var(--spb-font-weight, 600);
  }

.a-video-link::before {
      content: "";
      position: absolute;
      right: 16px;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      width: 38px;
      height: 7px;
      background-image: url("data:image/svg+xml,%3csvg%20width='41'%20height='9'%20viewBox='0%200%2041%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%207.68164H38L31.4668%200.681641'%20stroke='black'%20stroke-width='2'/%3e%3c/svg%3e");
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 1;
    }

.a-video-link-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 2px 20px;
    background: var(--semantic-color-primary);
  }

.a-video-link-inner::before {
      content: '';
      display: block;
      width: 32px;
      height: 32px;
      background-image: url("data:image/svg+xml,%3csvg%20width='23'%20height='21'%20viewBox='0%200%2023%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_11639_2326)'%3e%3cpath%20d='M1.64881%200.0877621C3.69689%200.0353567%2018.0967%20-0.0228715%2020.5584%200.00915405C22.2876%200.0324453%2023%200.672956%2023%202.48385C23%205.33121%2022.9914%2016.051%2022.9914%2018.8081C22.9914%2020.3337%2022.1986%2021.0004%2020.5584%2021.0004H2.433C0.904833%2021.0004%200%2020.2871%200%2018.8081V2.20145C0%201.17372%200.226926%200.122699%201.64881%200.0877621ZM4.60172%202.34993H2.30086V4.68197H4.60172V2.34993ZM20.6876%202.34993H18.3868V4.68197H20.6876V2.34993ZM4.60172%207.00818H2.30086V9.34022H4.60172V7.00818ZM9.1977%207.0111V13.9985L14.6583%2010.3621L9.1977%207.0111ZM20.6876%207.00818H18.3868V9.34022H20.6876V7.00818ZM4.60172%2011.6664H2.30086V13.9985H4.60172V11.6664ZM20.6876%2011.6664H18.3868V13.9985H20.6876V11.6664ZM4.60172%2016.3247H2.30086V18.6567H4.60172V16.3247ZM20.6876%2016.3247H18.3868V18.6567H20.6876V16.3247Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_11639_2326'%3e%3crect%20width='23'%20height='21'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
    }

@media (min-width: 768px) {

    .a-video-link-inner::before {
    }

      }

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.z-0 {
  z-index: 0;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.gap-\[8px\] {
  gap: 8px;
}

.overflow-hidden {
  overflow: hidden;
}

.object-cover {
  object-fit: cover;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@keyframes fade-in {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

@keyframes fade-out {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }
