@charset "UTF-8";
/*! kiso.css v1.2.2 | MIT License | https://github.com/tak-dcxi/kiso.css */
/* ======================================================
//  MARK: Universal
// ====================================================== */
*,
::before,
::after {
  /*
  * Includes `padding` and `border` in the element's specified dimensions.
  * It is highly recommended to set `box-sizing: border-box;` by default, as it makes styling much easier, especially when specifying `width: 100%;`.
  */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ======================================================
//  MARK: Document and Body Elements
// ====================================================== */
:where(:root) {
  /* In Safari, if `font-family` is not specified, a serif font is applied by default, so `sans-serif` is set as the default here. */
  font-family: sans-serif;
  /*
  * For accessibility, it is recommended to set the `line-height` to at least 1.5 times the text size within paragraphs.
  * @see https://waic.jp/translations/WCAG21/#visual-presentation
  */
  line-height: 1.5;
  /* Remove space when punctuation marks are adjacent, and also remove leading spaces in a line. */
  text-spacing-trim: trim-start;
  /* Improves readability by inserting a small space between Japanese and alphanumeric characters. */
  text-autospace: normal;
  /* Prevents misreading by applying strict line-breaking rules. */
  line-break: strict;
  /* Wraps English words mid-word. Specifying `anywhere` also prevents content from overflowing in layouts like `flex` or `grid`. */
  overflow-wrap: anywhere;
  /*
  * Mobile browsers have an algorithm that automatically adjusts font sizes to prevent text from becoming too small.
  * This controls the auto-adjustment feature to prevent unwanted resizing.
  */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  /* Prevents layout shift caused by the appearance or disappearance of the scrollbar. */
  scrollbar-gutter: stable;
  /* Suppresses the tap highlight on iOS. */
  -webkit-tap-highlight-color: transparent;
}

:where(body) {
  /*
  * When creating a sticky footer, a minimum height is often required.
  * Setting the `min-block-size` to the dynamic viewport height ensures enough space for the footer.
  */
  min-block-size: 100dvb;
  /* The `margin` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset here. */
  margin: unset;
}

/* ======================================================
// MARK: Sections
// ------------------------------------------------------ */
:where(h1, h2, h3, h4, h5, h6) {
  /* Prevents the last line of text from ending with a single word, which can look awkward (known as an orphan). */
  text-wrap: pretty;
}

:where(h1) {
  /*
  * Adjusts user agent (UA) styles for `h1` elements within sectioning content.
  * This addresses DevTools warnings that appear when `h1` elements nested within sectioning content lack `font-size` and `margin` properties.
  * @see https://html.spec.whatwg.org/#sections-and-headings
  */
  margin-block: 0.67em;
  font-size: 2em;
}

:where(h2, h3, h4, h5, h6) {
  /* The `margin-block` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  margin-block: unset;
}

:where(search) {
  /*
  * The `<search>` element is supported from Safari 17.
  * This prevents it from being displayed as an inline element in unsupported environments.
  */
  display: block flow;
}

/* ======================================================
//  MARK: Grouping content
// ====================================================== */
:where(p, blockquote, figure, pre, address, ul, ol, dl, menu) {
  /* The `margin-block` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  margin-block: unset;
}

:where(blockquote, figure) {
  /* The `margin-inline` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  margin-inline: unset;
}

:where(p:lang(en)) {
  /*
  * In English, a single word on the last line is called a "widow" or "orphan" and is considered something to avoid as it makes the text harder to read.
  * Therefore, when lang="en", this prevents the last line from ending with a single word.
  */
  text-wrap: pretty;
}

:where(address:lang(ja)) {
  /* Italic style is not common in Japanese, so the `font-style` is reset. */
  font-style: unset;
}

:where(ul, ol, menu) {
  /* The `padding-inline-start` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  -webkit-padding-start: unset;
          padding-inline-start: unset;
  /*
  * In Safari, using `list-style: none` prevents screen readers from announcing lists.
  * `list-style-type: ""` is used to hide markers without affecting accessibility.
  * @see https://matuzo.at/blog/2023/removing-list-styles-without-affecting-semantics
  */
  list-style-type: "";
}

:where(dt) {
  /* It is common to display `<dt>` elements in bold, so `font-weight: bolder;` is set by default. */
  font-weight: bolder;
}

:where(dd) {
  /* The `margin-inline-start` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  -webkit-margin-start: unset;
          margin-inline-start: unset;
}

:where(pre) {
  /*
  * Since `text-spacing-trim` can affect spacing in `<pre>` elements even with its initial value, the final rendering may depend on the user's font settings.
  * To ensure consistent alignment, `space-all` is explicitly specified and inheritance is prevented.
  */
  text-spacing-trim: space-all;
  /* Set to `no-autospace` as it can cause misalignment with monospaced fonts. */
  text-autospace: no-autospace;
}

/* ======================================================
//  MARK: Text-level semantics
// ====================================================== */
:where(em:lang(ja)) {
  /* In Japanese, emphasis is commonly represented by bold text, so `font-weight: bolder;` is set by default. */
  font-weight: bolder;
}

:where(:is(i, cite, em, dfn, var):lang(ja)) {
  /* Italic style is not common in Japanese, so the `font-style` is reset. */
  font-style: unset;
}

:where(code, kbd, samp) {
  /*
  * Set a monospace font family referencing Tailwind.
  * @see https://tailwindcss.com/docs/font-family
  */
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* Font feature settings can have adverse effects on monospaced fonts, so their values are explicitly set to `initial` to prevent inheritance. */
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  font-variation-settings: initial;
  /* Resets the `font-size` specified in the UA stylesheet to allow inheritance. */
  font-size: unset;
  /*
  * Disables font ligatures for programming fonts (like Fira Code)
  * to prevent character combinations like `=>` from being rendered as a single symbol (e.g., `⇒`).
  */
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

:where(abbr[title]) {
  /*
  * The `<abbr>` element with the `title` attribute isn't helpful regarding accessibility because support is inconsistent, and it's only accessible to some users.
  * This rule shows a dotted underline on abbreviations in all browsers (there's a bug in Safari) and changes the cursor.
  * @see https://adrianroselli.com/2024/01/using-abbr-element-with-title-attribute.html
  */
  text-decoration-line: underline;
  text-decoration-style: dotted;
  cursor: help;
}

:where(time) {
  /* Set to `no-autospace` because date notations in typography do not include spaces. */
  text-autospace: no-autospace;
}

@media (forced-colors: active) {
  :where(mark) {
    /*
    * In forced-colors mode, the color of the mark element may not change, which can be problematic. Use system colors in forced-colors mode.
    * @see https://adrianroselli.com/2017/12/tweaking-text-level-styles.html#MarkWHCM
    */
    background-color: Highlight;
    color: HighlightText;
  }
}
@media print {
  :where(mark) {
    /*
    * Not all printers support color, and users might print in grayscale.
    * It's worth adding a non-disruptive style that scales with the text, as an alternative to relying only on background color.
    * @see https://adrianroselli.com/2017/12/tweaking-text-level-styles.html#MarkPrint
    */
    border-width: 1px;
    border-style: dotted;
  }
}
/* ======================================================
//  MARK: Links
// ====================================================== */
:where(a:-moz-any-link) {
  /* The default `color` from the UA stylesheet is rarely used as is, so it's reset to allow inheritance. */
  color: unset;
  /*
  * While link underlines can be useful, they are often obstructive.
  * They are disabled by default.
  * If needed, restore them using `text-decoration-line: revert;`.
  */
  text-decoration-line: unset;
  /* Set the underline thickness to the font's default thickness. */
  text-decoration-thickness: from-font;
}
:where(a:any-link) {
  /* The default `color` from the UA stylesheet is rarely used as is, so it's reset to allow inheritance. */
  color: unset;
  /*
  * While link underlines can be useful, they are often obstructive.
  * They are disabled by default.
  * If needed, restore them using `text-decoration-line: revert;`.
  */
  text-decoration-line: unset;
  /* Set the underline thickness to the font's default thickness. */
  text-decoration-thickness: from-font;
}

/* ======================================================
//  MARK: Embedded content
// ====================================================== */
:where(img, svg, picture, video, canvas, model, audio, iframe, embed, object) {
  /* Automatically adjust block size based on content. */
  block-size: auto;
  /* Prevents overflow by setting the maximum width to `100%`. */
  max-inline-size: 100%;
  /* Prevents extra space from appearing at the bottom of the element. */
  vertical-align: bottom;
}

:where(iframe) {
  /* The `border` specified in the UA stylesheet is often unnecessary, so it is reset. */
  border: unset;
}

/* ======================================================
//  MARK: Tabular data
// ====================================================== */
:where(table) {
  /* Collapse borders for a more refined table design. */
  border-collapse: collapse;
}

:where(caption, th) {
  /* The `text-align` specified in the UA stylesheet is often unnecessary, so it is reset. */
  text-align: unset;
}

:where(caption) {
  /* Prevents the last line of text from ending with a single word, which can look awkward (known as an orphan). */
  text-wrap: pretty;
}

/* ======================================================
//  MARK: Forms
// ====================================================== */
::-webkit-file-upload-button {
  /*
  * These elements are often styled with a border, so a `1px` border is applied by default for consistency.
  * This ensures readability even for unstyled elements.
  * When resetting, it's recommended to use `border-color: transparent` instead of `border: none` to account for forced color modes.
  */
  border-width: 1px;
  border-style: solid;
  /* These styles specified in the UA stylesheet are often unnecessary, so they are reset to allow for inheritance. */
  border-color: unset;
  border-radius: unset;
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
}
:where(button, input, select, textarea),
::file-selector-button {
  /*
  * These elements are often styled with a border, so a `1px` border is applied by default for consistency.
  * This ensures readability even for unstyled elements.
  * When resetting, it's recommended to use `border-color: transparent` instead of `border: none` to account for forced color modes.
  */
  border-width: 1px;
  border-style: solid;
  /* These styles specified in the UA stylesheet are often unnecessary, so they are reset to allow for inheritance. */
  border-color: unset;
  border-radius: unset;
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
}

:where(input:is([type=radio i], [type=checkbox i])) {
  /* The `margin` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset here. */
  margin: unset;
}

:where(input[type=file i]) {
  /* The `border` is often unnecessary, so it is reset here. */
  border: unset;
}

:where(input[type=search i]) {
  /* Remove the rounded corners of search inputs on macOS and normalize the background color. */
  -webkit-appearance: textfield;
}

@supports (-webkit-touch-callout: none) {
  :where(input[type=search i]) {
    /* normalize the background color on iOS. */
    background-color: Canvas;
  }
}
:where(input:is([type=tel i],
[type=url i],
[type=email i],
[type=number i]):not(:-moz-placeholder)) {
  /*
  * Certain input types need to maintain left alignment even in right-to-left (RTL) languages.
  * However, this only applies when the value is not empty, as the placeholder should be right-aligned.
  * @see https://rtlstyling.com/posts/rtl-styling#form-inputs
  */
  direction: ltr;
}
:where(input:is([type=tel i],
[type=url i],
[type=email i],
[type=number i]):not(:-ms-input-placeholder)) {
  /*
  * Certain input types need to maintain left alignment even in right-to-left (RTL) languages.
  * However, this only applies when the value is not empty, as the placeholder should be right-aligned.
  * @see https://rtlstyling.com/posts/rtl-styling#form-inputs
  */
  direction: ltr;
}
:where(input:is([type=tel i],
[type=url i],
[type=email i],
[type=number i]):not(:placeholder-shown)) {
  /*
  * Certain input types need to maintain left alignment even in right-to-left (RTL) languages.
  * However, this only applies when the value is not empty, as the placeholder should be right-aligned.
  * @see https://rtlstyling.com/posts/rtl-styling#form-inputs
  */
  direction: ltr;
}

:where(textarea) {
  /* The `margin-block` specified in Firefox's UA stylesheet is often unnecessary, so it is reset. */
  margin-block: unset;
  /* Allows vertical resizing for `<textarea>` elements. */
  resize: block;
}

:where(input:not([type=button i], [type=submit i], [type=reset i]),
textarea,
[contenteditable]) {
  /* Set to `no-autospace` because `text-autospace` can insert spaces during input, potentially causing erratic behavior. */
  text-autospace: no-autospace;
}

::-webkit-file-upload-button {
  /* The `background-color` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset here. */
  background-color: unset;
}

:where(button,
input:is([type=button i], [type=submit i], [type=reset i])),
::file-selector-button {
  /* The `background-color` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset here. */
  background-color: unset;
}

::-webkit-file-upload-button {
  /*
  * On iOS, double-tapping a button can cause zooming, which harms usability.
  * `touch-action: manipulation` is specified to disable zooming on double-tap.
  * Third-party plugins such as Swiper sometimes use div elements with these roles as buttons, since double-tapping a div can still trigger zooming, it's advisable to specify this property.
  */
  touch-action: manipulation;
}

:where(button,
input:is([type=button i], [type=submit i], [type=reset i]),
[role=tab i],
[role=button i],
[role=option i]),
::file-selector-button {
  /*
  * On iOS, double-tapping a button can cause zooming, which harms usability.
  * `touch-action: manipulation` is specified to disable zooming on double-tap.
  * Third-party plugins such as Swiper sometimes use div elements with these roles as buttons, since double-tapping a div can still trigger zooming, it's advisable to specify this property.
  */
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(:enabled)::-webkit-file-upload-button {
  /* Indicate clickable elements with a pointer cursor. */
  cursor: pointer;
}

:where(button:enabled,
label[for],
select:enabled,
input:is([type=button i],
[type=submit i],
[type=reset i],
[type=radio i],
[type=checkbox i]):enabled,
[role=tab i],
[role=button i],
[role=option i]),
:where(:enabled)::file-selector-button {
  /* Indicate clickable elements with a pointer cursor. */
  cursor: pointer;
}

:where(fieldset) {
  /*
  * Prevent fieldset from causing overflow.
  * Reset the default `min-inline-size: min-content` to prevent children from stretching fieldset.
  * @see https://github.com/twbs/bootstrap/issues/12359
  */
  min-inline-size: 0;
  /* The following default styles are often unnecessary, so they are reset. */
  margin-inline: unset;
  padding: unset;
  border: unset;
}

:where(legend) {
  /* The default `padding-inline` is often unnecessary, so it is reset. */
  padding-inline: unset;
}

:where(progress) {
  /* Resets the vertical alignment of the `<progress>` element to its initial value. */
  vertical-align: unset;
}

::-webkit-input-placeholder {
  /* Standardize the opacity of placeholder text (it may be set lower by default in Firefox). */
  opacity: unset;
}

::-moz-placeholder {
  /* Standardize the opacity of placeholder text (it may be set lower by default in Firefox). */
  opacity: unset;
}

:-ms-input-placeholder {
  /* Standardize the opacity of placeholder text (it may be set lower by default in Firefox). */
  opacity: unset;
}

::-ms-input-placeholder {
  /* Standardize the opacity of placeholder text (it may be set lower by default in Firefox). */
  opacity: unset;
}

::placeholder {
  /* Standardize the opacity of placeholder text (it may be set lower by default in Firefox). */
  opacity: unset;
}

/* ======================================================
//  MARK: Interactive elements
// ====================================================== */
:where(summary) {
  /* The default triangle marker is often unnecessary, so it is disabled. */
  list-style-type: "";
  /* Changing the cursor to a pointer clarifies the clickability of the element. */
  cursor: pointer;
}

:where(summary)::-webkit-details-marker {
  /* In Safari versions earlier than 18.4 (released in April 2025), a triangle icon is displayed using the -webkit-details-marker CSS pseudo-element, so it should be removed. */
  display: none;
}

:where(dialog, [popover]) {
  /*
  * When these fixed-position elements are scrolled, preventing scroll chaining on the underlying page and bounce effects on mobile improves usability.
  * Disabling block-direction scroll chaining is recommended.
  */
  overscroll-behavior-block: contain;
  /* The following default styles are often unnecessary, so they are reset. */
  padding: unset;
  border: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  /*
  * These elements can be easily displayed by explicitly setting their `display` property.
  * To prevent them from appearing when not in an open state, they are forcibly hidden.
  */
  display: none !important;
}

:where(dialog) {
  /*
  * The max width and height of a `<dialog>` element are typically determined by the design.
  * These UA stylesheet properties are reset as they can be obstructive, especially when trying to make the dialog full-screen.
  */
  max-inline-size: unset;
  max-block-size: unset;
}

:where(dialog)::-ms-backdrop {
  /* Normalize the background color of the `::backdrop` element. */
  background-color: oklch(0% 0 0deg / 0.3);
}

:where(dialog)::backdrop {
  /* Normalize the background color of the `::backdrop` element. */
  background-color: oklch(0% 0 0deg / 0.3);
}

:where([popover]) {
  /*
  * While the UA stylesheet's `margin` for `<dialog>` elements is useful for centering with `inset: 0`,
  * but `margin` for `popover` elements is often obstructive as they frequently use Anchor Positioning.
  */
  margin: unset;
}

/* ======================================================
//  MARK: Focus Styles
// ====================================================== */
:where(:focus-visible) {
  /* Add space between the content and the focus outline. */
  outline-offset: 3px;
}

[tabindex="-1"]:focus {
  /* Prevent programmatically focused elements from displaying an outline unless they are naturally focusable. */
  outline: none !important;
}

/* ======================================================
//  MARK: Misc
// ====================================================== */
:where(:disabled, [aria-disabled=true i]) {
  /* Display the default cursor on disabled elements to reflect their non-interactive state. */
  cursor: default;
}

[hidden]:not([hidden=until-found i]) {
  /* Ensure that elements intended to be hidden are not displayed, improving clarity and layout control. */
  display: none !important;
}

/********
Type scale
1.02
1.28
1.6
2
2.5
3.125
3.9
4.8
6.1
7.6
9.5
********/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #a40f1e;
  font-family: Avenir, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-display: swap;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  vertical-align: baseline;
  text-autospace: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background-color: #040103;
  color: #a40f1e;
}

h1 {
  font-family: Avenir, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 900;
  font-size: 3.125rem;
  font-weight: 900;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

h2 {
  font-family: Avenir, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 900;
  font-size: clamp(3.9rem, 2.938rem + 1.55vw, 4.8rem);
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 1.6rem;
  }
}

h3 {
  font-family: Avenir, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 900;
  font-size: 2rem;
}

h4 {
  font-family: Avenir, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 1.6rem;
}

ul {
  margin-left: 0;
  padding-left: 0;
}
ul li {
  list-style-type: none;
}

figure figcaption {
  font-size: 1.28rem;
}

.c-layout {
  position: relative;
}
.c-layout__container {
  width: clamp(300px, 85%, 1200px);
  margin: 0 auto;
}
.c-layout__content {
  margin-bottom: 25rem;
}
.c-layout__content > section {
  color: #fff;
  width: clamp(1px, 100%, 40em);
  margin: 6.25rem auto;
}
.c-layout__content > section h3 {
  margin-bottom: 1.6rem;
}
.c-layout__subpage {
  margin-top: 12.5rem;
}
.c-layout__subpage h2 {
  text-align: center;
}

/*** 背景 ***/
@-webkit-keyframes periodic-shake {
  0%, 99% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  99% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes periodic-shake {
  0%, 99% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  99% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.c-layout__bgnoise {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
  background-image: url("../static/img/bg.png");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-blend-mode: hard-light;
  -webkit-animation: periodic-shake 6s alternate infinite;
          animation: periodic-shake 6s alternate infinite;
  -webkit-animation-timing-function: steps(1, end);
          animation-timing-function: steps(1, end);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.c-layout__scanlines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1));
  background-size: 100% 4px;
  background-blend-mode: hard-light;
}

header h1 {
  position: fixed;
  width: clamp(1px, 11rem, 150px);
  margin-top: 1.6rem;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  top: 0;
  padding-top: 0;
  padding-right: 1.6rem;
  padding-bottom: 0;
  padding-left: 1.6rem;
  z-index: 2;
}

.c-textlink {
  color: #96ff00;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #96ff00));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #96ff00 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  padding-top: 0;
  padding-right: 0.5rem;
  padding-bottom: 0;
  padding-left: 0.5rem;
}
.c-textlink:hover {
  background-position: -100% 0;
  color: #040103;
}

.c-animation__loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #040103;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: grid;
  place-items: center;
}
.c-animation__loading-content {
  width: clamp(1px, 80vw, 450px);
}
.c-animation__loading-content img {
  margin-left: 0.5rem;
}
.c-animation__loading-bar {
  width: clamp(1px, 80vw, 300px);
  height: 8px;
  border-radius: inherit;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.c-animation__sclolldown {
  position: fixed;
  right: 1.6rem;
  bottom: 1.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .c-animation__sclolldown {
    right: 0.5rem;
  }
}
.c-animation__sclolldown::after {
  content: "";
  width: 2px;
  height: 200%;
  background-color: #a40f1e;
  position: absolute;
  top: -100%;
  right: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-animation: line 5s ease-in-out 1s infinite;
          animation: line 5s ease-in-out 1s infinite;
}
@media screen and (max-width: 768px) {
  .c-animation__sclolldown::after {
    height: 100%;
    top: -101%;
    right: 50%;
  }
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  20% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes line {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  20% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.c-button {
  color: #040103;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #96ff00;
  border-radius: 1rem;
  background-color: rgba(156, 156, 156, 0.7);
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 1.6rem;
  padding-right: 3.125rem;
  padding-bottom: 1.6rem;
  padding-left: 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-button {
    padding-top: 1rem;
    padding-right: 1.6rem;
    padding-bottom: 1rem;
    padding-left: 1.6rem;
  }
}
.c-button::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #96ff00;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
.c-button:hover::before {
  width: 100%;
}
.c-button::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("../static/img/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 1rem;
}
.c-button__biography {
  mix-blend-mode: multiply;
}
.c-button__biography::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-nav__button,
#nav-check {
  display: none;
}

.c-nav {
  position: fixed;
  top: 120px;
  padding-left: 1.6rem;
  mix-blend-mode: difference;
  line-height: 2.5;
  font-weight: 900;
  font-size: clamp(1.2rem, 1.086rem + 0.42vw, 1.6rem);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-nav {
    opacity: 1;
    background-color: rgb(156, 156, 156);
    mix-blend-mode: normal;
    width: 80vw;
    height: 100vh;
    top: 0;
    right: 0;
    position: fixed;
    z-index: -1;
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: grid;
    place-content: center;
    -webkit-box-shadow: 0 -6px 12px -6px rgba(0, 0, 0, 0.5);
            box-shadow: 0 -6px 12px -6px rgba(0, 0, 0, 0.5);
  }
  .c-nav__button {
    position: fixed;
    top: 1.6rem;
    right: 1.6rem;
    width: 36px;
    height: 28px;
    cursor: pointer;
    z-index: 99;
  }
  .c-nav__button,
  .c-nav__button .hamburger {
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-nav__button .hamburger {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #96ff00;
  }
  .c-nav__button .hamburger:nth-of-type(1) {
    top: 0;
  }
  .c-nav__button .hamburger:nth-of-type(2) {
    top: 13px;
  }
  .c-nav__button .hamburger:nth-of-type(3) {
    bottom: 0;
  }
  .c-nav__button .menu-text::after {
    content: "MENU";
    display: block;
    color: #96ff00;
    font-size: 1rem;
    font-weight: 900;
    position: absolute;
    bottom: -18px;
    left: 0px;
    display: grid;
    place-items: center;
    width: 100%;
  }
  #nav-check:checked ~ .c-nav__button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: solid 2px #96ff00;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #nav-check:checked ~ .c-nav__button .hamburger:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
        -ms-transform: translateY(13px) rotate(45deg);
            transform: translateY(13px) rotate(45deg);
  }
  #nav-check:checked ~ .c-nav__button .hamburger:nth-of-type(2) {
    opacity: 0;
  }
  #nav-check:checked ~ .c-nav__button .hamburger:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
        -ms-transform: translateY(-13px) rotate(-45deg);
            transform: translateY(-13px) rotate(-45deg);
  }
  #nav-check:checked ~ .c-nav__button .menu-text::after {
    content: "";
  }
  .c-nav__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 3;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
}

#nav-check:checked ~ .c-nav {
  opacity: 1;
  z-index: 80;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

#nav-check:checked ~ .c-nav__overlay {
  opacity: 1;
  pointer-events: auto;
}

.c-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  max-width: 40em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-filter__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-filter__tag.is-active {
  color: #040103;
  background-color: #96ff00;
}
.c-filter__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  max-width: 40em;
  margin: 0 auto;
  padding-top: 0;
  padding-right: 1rem;
  padding-bottom: 0;
  padding-left: 1rem;
}
.c-filter__pagination .is-active {
  color: rgb(156, 156, 156);
}
.c-filter__pagination .is-active.num {
  color: #040103;
  background-color: #96ff00;
  padding-top: 0;
  padding-right: 1rem;
  padding-bottom: 0;
  padding-left: 1rem;
}
.c-filter__back {
  max-width: 40em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-footer {
  text-align: center;
  display: grid;
  place-content: center;
  margin-top: 12.5rem;
}
.c-footer h1 {
  width: clamp(1px, 100%, 100px);
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 3.125rem;
  margin-left: auto;
}
.c-footer__nav {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 6.25rem;
  margin-left: auto;
}
.c-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-footer__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}

.p-profile {
  margin-top: 6.25rem;
  margin-bottom: 12.5rem;
}
.p-profile__bg-image {
  position: relative;
  background-color: #040103;
}
.p-profile__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 50%, rgb(0, 0, 0) 50%, rgb(0, 0, 0));
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 50%, rgb(0, 0, 0) 50%, rgb(0, 0, 0));
  -webkit-mask-size: 100% 4px;
          mask-size: 100% 4px;
}
@media screen and (max-width: 768px) {
  .p-profile__bg-image img {
    aspect-ratio: 16/9;
  }
}
.p-profile__bg-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#040103), color-stop(30%, transparent));
  background-image: linear-gradient(90deg, #040103, transparent 30%);
}
@media screen and (max-width: 768px) {
  .p-profile__bg-image::after {
    display: none;
  }
}
.p-profile__layout {
  position: relative;
  padding-top: 3.125rem;
  width: 100%;
  aspect-ratio: 3/1;
}
.p-profile__layout h2 {
  position: absolute;
  bottom: -10%;
  left: 15%;
  width: clamp(1px, 90%, 400px);
  margin-bottom: 0;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-profile__layout h2 {
    position: static;
    width: clamp(1px, 80%, 350px);
    margin-top: 1.6rem;
    margin-right: auto;
    margin-bottom: 1.6rem;
    margin-left: auto;
  }
}
.p-profile__layout span {
  width: clamp(1px, 100%, 200px);
}
.p-profile__biography {
  position: relative;
  background-color: rgb(156, 156, 156);
  color: #040103;
  width: clamp(1px, 85%, 48em);
  margin-top: 6.25rem;
  margin-right: auto;
  margin-bottom: 3.125rem;
  margin-left: auto;
  padding-top: 6.25rem;
  padding-right: 4em;
  padding-bottom: 6.25rem;
  padding-left: 4em;
}
@media screen and (max-width: 768px) {
  .p-profile__biography {
    margin-top: 3.125rem;
    margin-right: auto;
    margin-bottom: 3.125rem;
    margin-left: auto;
    padding-top: 2em;
    padding-right: 1.6rem;
    padding-bottom: 2em;
    padding-left: 1.6rem;
  }
}
.p-profile__biography p {
  margin-bottom: 1rem;
}
.p-profile__biography__grid {
  display: grid;
  grid-template-columns: 1fr 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-profile__biography__grid {
    display: block;
  }
}
.p-profile__biography__grid h3 {
  font-size: 3.125rem;
}
.p-profile__biography__grid figure {
  border: solid 2px #040103;
}
.p-profile__details__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-profile__details__sp {
    display: block;
    margin-top: 1.6rem;
  }
  .p-profile__details__pc {
    display: none;
  }
}

.p-info {
  width: clamp(1px, 100%, 1080px);
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 25rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-info {
    margin-bottom: 12.5rem;
  }
}
.p-info h2 {
  width: 100%;
  max-height: 48px;
}
@media screen and (max-width: 768px) {
  .p-info h2 {
    max-height: 3.5rem;
    text-align: center;
  }
}
.p-info h2 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
  max-height: 48px;
}
@media screen and (max-width: 768px) {
  .p-info h2 img {
    max-height: 3.5rem;
    margin-bottom: 1.6rem;
  }
}
.p-info-news {
  margin-bottom: 12.5rem;
}
.p-info-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: clamp(1px, 100%, 1080px);
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 3.125rem;
  margin-left: 0;
}
.p-info-news__item {
  color: #040103;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #96ff00;
  background-color: rgba(156, 156, 156, 0.7);
  padding-top: 3.125rem;
  padding-right: 3.125rem;
  padding-bottom: 3.125rem;
  padding-left: 3.125rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-info-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-info-news__item:last-child {
  border-bottom: solid 1px #96ff00;
}
.p-info-news__item dt {
  width: clamp(10em, 100%, 14em);
}
.p-info-news__item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #96ff00;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.p-info-news__item:hover::before {
  width: 100%;
}
.p-info-news__item::after {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url("../static/img/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-info-news__item::after {
    display: none;
  }
}
.p-info-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 3.125rem;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-info-link__list {
    gap: 1.6rem;
  }
}
.p-info-link__list a {
  margin-left: 0;
  margin-right: 0;
}

.p-works {
  width: 100%;
}
.p-works h2 {
  width: 100%;
  max-height: 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-works h2 {
    max-height: 3.5rem;
  }
}
.p-works h2 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
  max-height: 64px;
}
@media screen and (max-width: 768px) {
  .p-works h2 img {
    max-height: 3.5rem;
    margin-bottom: 1.6rem;
  }
}
.p-works > a {
  display: block;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 6.25rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-works section {
  margin-bottom: 12.5rem;
  width: clamp(1px, 80%, 880px);
  display: grid;
  grid-template-columns: minmax(auto, 250px) 1fr;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-works section {
    grid-template-columns: 1fr;
    margin-bottom: 6.25rem;
  }
}
.p-works section:nth-of-type(even) {
  margin-left: auto;
  margin-right: 0;
}
.p-works h3 {
  width: 100%;
  max-height: 48px;
  -ms-flex-item-align: end;
      align-self: end;
  text-align: end;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-works h3 {
    max-height: 3.5rem;
    text-align: center;
    padding-bottom: 1rem;
  }
}
.p-works h3 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
  max-height: 48px;
}
@media screen and (max-width: 768px) {
  .p-works h3 img {
    max-height: 3.5rem;
    margin-bottom: 1.6rem;
    padding-bottom: 1rem;
  }
}
.p-works__content {
  width: 100%;
}
.p-works__banner a {
  aspect-ratio: 16/9;
  background-color: rgba(156, 156, 156, 0.7);
  border: solid 1px #96ff00;
  display: grid;
  place-content: center;
}
.p-works__banner a img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-works__button-flex {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-works__button-flex {
    grid-template-columns: 1fr;
    row-gap: 1rem;
    place-items: start;
  }
}
.p-works__button-flex .c-button {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 1rem;
  padding-right: 1.6rem;
  padding-bottom: 1rem;
  padding-left: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-works__button-flex .c-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-works__hover {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-works__hover::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(150, 255, 0, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.p-works__hover:hover::before {
  width: 100%;
}
.p-works__music .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 3.125rem;
}
.p-works__music .youtube iframe {
  width: 100%;
  height: 100%;
}
.p-works__art figure, .p-works__live2d figure {
  margin-bottom: 3.125rem;
}
.p-works__shop a {
  display: block;
  border: solid 1px #96ff00;
}

.p-guideline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}
.p-guideline label {
  border-bottom: solid 1px #96ff00;
  color: #96ff00;
  padding: 0.7em 3.2rem;
  cursor: pointer;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; /* 上に表示 */
  text-align: center;
}
.p-guideline input {
  display: none;
}
.p-guideline .c-layout__content {
  display: none;
  width: 100%;
  padding: 1.5em 0;
}
.p-guideline label:has(:checked) {
  color: #040103;
  background-color: #96ff00;
  border-bottom: none;
}
.p-guideline label:has(:checked) + .c-layout__content {
  display: block;
}
.p-guideline ul li {
  list-style-type: disc;
  margin-bottom: 1rem;
}

.p-information h2 {
  max-width: 40rem;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 6.25rem;
  margin-left: auto;
}
.p-information__content {
  background-color: rgb(156, 156, 156);
  max-width: 40em;
  margin-top: 1.6rem;
  margin-right: auto;
  margin-bottom: 6.25rem;
  margin-left: auto;
  padding-top: 3.125rem;
  padding-right: 3.125rem;
  padding-bottom: 3.125rem;
  padding-left: 3.125rem;
}
.p-information__content section {
  color: #040103;
  margin-top: 0;
}
.p-information__content h3 {
  margin-bottom: 3.125rem;
}
.p-information__content figure {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 3.125rem;
  margin-left: auto;
}
.p-information__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}