@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/30%);
}

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

: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;
}

/* ORIGINAL */
:where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6, strong, dt, th) {
  font-weight: 700;
}

:where(button) {
  border: none;
  margin: 0;
  padding: 0;
}

/* FONT ------------------------------------------->
'Roboto': 100 - 900
'Noto Sans JP': 100 - 900
Thin: 100 / .w_thin
ExtraLight: 200 / .w_eLight
Light: 300 / .w_light
Regular: 400 / .w_reg
Medium: 500 / .w_med
SemiBold: 600 / .w_sBold
Bold: 700 / .w_bold
ExtraBold: 800 / .w_eBold
Black: 900 / .w_black

/*-------------------------------------------> font */
.w_thin {
  font-weight: 100;
}

.w_eLight {
  font-weight: 200;
}

.w_light {
  font-weight: 300;
}

.w_reg {
  font-weight: 400;
}

.w_med {
  font-weight: 500;
}

.w_sBold {
  font-weight: 600;
}

.w_bold, .f_def {
  font-weight: 700;
}

.w_eBold {
  font-weight: 800;
}

.w_black {
  font-weight: 900;
}

.f_sans {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/*-------------------------------------------> html / body style */
.p-page_content__inner {
  width: 100%;
  min-height: 100%;
  background: #009fa8;
  -webkit-text-size-adjust: 100%;
  color: #009fa8;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1;
  overflow-x: hidden;
  overflow-y: auto;
  text-rendering: optimizeLegibility;
}

.p-page_content__inner * {
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  line-height: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-variant: normal;
  color: #009fa8;
}

@media screen and (min-width: 768px) {
  .p-page_content__inner .pc {
    display: block;
  }
  .p-page_content__inner .sp {
    display: none;
  }
  .p-page_content__inner img.pc, .p-page_content__inner .svg.pc {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .p-page_content__inner {
    width: 100vw;
  }
  .p-page_content__inner .pc {
    display: none;
  }
  .p-page_content__inner .sp {
    display: block;
  }
  .p-page_content__inner img.pc {
    display: none;
  }
  .p-page_content__inner img.sp, .p-page_content__inner .svg.sp {
    display: inline;
  }
}

.p-page_content__inner .inner {
  container-type: inline-size;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .p-page_content__inner .inner {
    max-width: none;
    margin: 0;
  }
}

/*-------------------------------------------> link style */
.p-page_content__inner a {
  color: inherit;
  outline: none;
  cursor: pointer;
}
.p-page_content__inner a:link {
  text-decoration: none;
}
.p-page_content__inner a:visited {
  text-decoration: none;
}
.p-page_content__inner a:hover {
  text-decoration: none;
}
.p-page_content__inner a:active {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-page_content__inner .OverOpacity,
  .p-page_content__inner .OverOpacityGroup a {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
  }
  .p-page_content__inner .OverOpacity:hover,
  .p-page_content__inner .OverOpacityGroup a:hover {
    opacity: 0.4;
  }
  .p-page_content__inner .linkUnderline:hover,
  .p-page_content__inner .linkUnderlineGroup a:hover {
    text-decoration: underline;
  }
}

/*-------------------------------------------> Common style */
.cqBase {
  container-type: inline-size;
}

.p-page_content__inner img {
  display: inline;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.p-page_content__inner br.pc {
  display: block;
}
.p-page_content__inner br.pc.sp {
  display: block;
}
.p-page_content__inner br.tab {
  display: none;
}
.p-page_content__inner br.tab.pc {
  display: block;
}
.p-page_content__inner br.tab.sp {
  display: none;
}
.p-page_content__inner br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-page_content__inner br.pc {
    display: none;
  }
  .p-page_content__inner br.tab {
    display: none;
  }
  .p-page_content__inner br.tab.pc {
    display: none;
  }
  .p-page_content__inner br.tab.sp {
    display: block;
  }
  .p-page_content__inner br.sp {
    display: block;
  }
  .p-page_content__inner br.sp.pc {
    display: block;
  }
}

/*--------------------------------------------------------------- */
/* 全体で使用する module style を記述
/*--------------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*-------------------------------------------> flexbox */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex.sp_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .flex.sp_column_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*-------------------------------------------> table */
.mod_table {
  display: table;
}
.mod_table dl {
  display: table-row;
}
.mod_table dl dt, .mod_table dl dd {
  display: table-cell;
}

/*-------------------------------------------> text */
.mod_wbr .wbr {
  display: inline-block;
}

/*-------------------------------------------> texxt */
.mod_diskcList {
  list-style-type: disc;
  list-style-position: outside;
}
.mod_diskcList li {
  list-style-type: disc;
  margin-left: 1.5em;
}

.mod_numList {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 40px;
}
.mod_numList li {
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .mod_numList {
    margin-left: 0;
  }
  .mod_numList li {
    margin-left: 1.5em;
  }
}

/*-------------------------------------------> link */
@media screen and (min-width: 768px) {
  .mod_onlineLinkBtn {
    width: 312px;
  }
  .mod_onlineLinkBtn a, .mod_onlineLinkBtn button {
    display: block;
    cursor: pointer;
    width: 312px;
    height: 60px;
    background-image: url(../images/nodomente/nodomainte_btn_buy_2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    text-indent: -999px;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
  }
  .mod_onlineLinkBtn a:hover, .mod_onlineLinkBtn button:hover {
    background-position: left bottom;
  }
}
@media screen and (max-width: 767px) {
  .mod_onlineLinkBtn {
    width: 100vw;
  }
  .mod_onlineLinkBtn a, .mod_onlineLinkBtn button {
    display: block;
    width: 100vw;
    height: 16vw;
    background-image: url(../images/nodomente/nodomainte_btn_buy@sp.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    text-indent: -999px;
    overflow: hidden;
  }
}

/* animation
.image {
	animation-delay: 0.3s;
}
&.inView {
	.base, .image {
		animation-name: fadeInUp;
	}
}
*/
/*-------------------------------------------> animation module */
.anim-fadeIn {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeIn,
.inView .isAnim.inView .anim-fadeIn,
.inView .anim-fadeIn,
.inView.anim-fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.inView .isAnim.anim-fadeIn,
.inView .isAnim .anim-fadeIn {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInUp {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInUp,
.inView .isAnim.inView .anim-fadeInUp,
.inView .anim-fadeInUp,
.inView.anim-fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.inView .isAnim.anim-fadeInUp,
.inView .isAnim .anim-fadeInUp {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInDown {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInDown,
.inView .isAnim.inView .anim-fadeInDown,
.inView .anim-fadeInDown,
.inView.anim-fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.inView .isAnim.anim-fadeInDown,
.inView .isAnim .anim-fadeInDown {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInRight {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInRight,
.inView .isAnim.inView .anim-fadeInRight,
.inView .anim-fadeInRight,
.inView.anim-fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.inView .isAnim.anim-fadeInRight,
.inView .isAnim .anim-fadeInRight {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInLeft {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInLeft,
.inView .isAnim.inView .anim-fadeInLeft,
.inView .anim-fadeInLeft,
.inView.anim-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.inView .isAnim.anim-fadeInLeft,
.inView .isAnim .anim-fadeInLeft {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeText span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  clip-path: inset(0 100% 0 0);
}

.inView .isAnim.inView.anim-fadeText span,
.inView .isAnim.inView .anim-fadeText span,
.inView .anim-fadeText span,
.inView.anim-fadeText span {
  -webkit-animation: fadeText 1s ease-out forwards;
          animation: fadeText 1s ease-out forwards;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(1),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(1),
.inView .anim-fadeText span:nth-of-type(1),
.inView.anim-fadeText span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(2),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(2),
.inView .anim-fadeText span:nth-of-type(2),
.inView.anim-fadeText span:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(3),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(3),
.inView .anim-fadeText span:nth-of-type(3),
.inView.anim-fadeText span:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(4),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(4),
.inView .anim-fadeText span:nth-of-type(4),
.inView.anim-fadeText span:nth-of-type(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(5),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(5),
.inView .anim-fadeText span:nth-of-type(5),
.inView.anim-fadeText span:nth-of-type(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(6),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(6),
.inView .anim-fadeText span:nth-of-type(6),
.inView.anim-fadeText span:nth-of-type(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(7),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(7),
.inView .anim-fadeText span:nth-of-type(7),
.inView.anim-fadeText span:nth-of-type(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(8),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(8),
.inView .anim-fadeText span:nth-of-type(8),
.inView.anim-fadeText span:nth-of-type(8) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(9),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(9),
.inView .anim-fadeText span:nth-of-type(9),
.inView.anim-fadeText span:nth-of-type(9) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(10),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(10),
.inView .anim-fadeText span:nth-of-type(10),
.inView.anim-fadeText span:nth-of-type(10) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.inView .isAnim.anim-fadeText,
.inView .isAnim .anim-fadeText {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeImage img {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeImage img,
.inView .isAnim.inView .anim-fadeImage img,
.inView .anim-fadeImage img,
.inView.anim-fadeImage img {
  -webkit-animation-name: fadeImage;
          animation-name: fadeImage;
}

.inView .isAnim.anim-fadeImage img,
.inView .isAnim .anim-fadeImage img {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-slice {
  clip-path: inset(0 100% 0 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: filter;
}

.inView .isAnim.inView.anim-slice,
.inView .isAnim.inView .anim-slice,
.inView .anim-slice,
.inView.anim-slice {
  -webkit-animation-name: slice;
          animation-name: slice;
}

.inView .isAnim.anim-slice,
.inView .isAnim .anim-slice {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-slice.reverse {
  clip-path: inset(0 0 0 100%);
}

.inView .isAnim.inView.anim-slice.reverse,
.inView .isAnim.inView .anim-slice.reverse,
.inView .anim-slice.reverse,
.inView.anim-slice.reverse {
  -webkit-animation-name: sliceR;
          animation-name: sliceR;
}

.inView .isAnim.anim-slice.reverse,
.inView .isAnim .anim-slice.reverse {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-sliceHide {
  clip-path: inset(0 0 0 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: filter;
}

.inView .isAnim.inView.anim-sliceHide,
.inView .isAnim.inView .anim-sliceHide,
.inView .anim-sliceHide,
.inView.anim-sliceHide {
  -webkit-animation-name: sliceHide;
          animation-name: sliceHide;
}

.inView .isAnim.anim-sliceHide,
.inView .isAnim .anim-sliceHide {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-sliceHide.reverse {
  clip-path: inset(0 0 0 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: filter;
}

.inView .isAnim.inView.anim-sliceHide.reverse,
.inView .isAnim.inView .anim-sliceHide.reverse,
.inView .anim-sliceHide.reverse,
.inView.anim-sliceHide.reverse {
  -webkit-animation-name: sliceHideR;
          animation-name: sliceHideR;
}

.inView .isAnim.anim-sliceHide.reverse,
.inView .isAnim .anim-sliceHide.reverse {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-bound {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-bound,
.inView .isAnim.inView .anim-bound,
.inView .anim-bound,
.inView.anim-bound {
  -webkit-animation-name: bound;
          animation-name: bound;
}

.inView .isAnim.anim-bound,
.inView .isAnim .anim-bound {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-popup {
  opacity: 0;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-popup,
.inView .isAnim.inView .anim-popup,
.inView .anim-popup,
.inView.anim-popup {
  -webkit-animation-name: popup;
          animation-name: popup;
}

.inView .isAnim.anim-popup,
.inView .isAnim .anim-popup {
  -webkit-animation-name: none;
          animation-name: none;
}

/* delay */
.delay0 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.delay1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay7 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay8 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay9 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay10 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay11 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay12 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.delay13 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.delay14 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.delay15 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay16 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.delay17 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.delay18 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.delay19 {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.delay20 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

/*-------------------------------------------> keyframe */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeText {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes fadeText {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes fadeImage {
  from {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeImage {
  from {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hoverImage {
  from {
    -webkit-transform: translateX(1);
            transform: translateX(1);
  }
  to {
    -webkit-transform: translateX(1.08);
            transform: translateX(1.08);
  }
}
@keyframes hoverImage {
  from {
    -webkit-transform: translateX(1);
            transform: translateX(1);
  }
  to {
    -webkit-transform: translateX(1.08);
            transform: translateX(1.08);
  }
}
@-webkit-keyframes circlemove {
  0% {
    top: 15px;
  }
  100% {
    top: 75px;
  }
}
@keyframes circlemove {
  0% {
    top: 15px;
  }
  100% {
    top: 75px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slice {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@keyframes slice {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@-webkit-keyframes sliceR {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@keyframes sliceR {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@-webkit-keyframes sliceHide {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes sliceHide {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes sliceHideR {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes sliceHideR {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes headerSlideIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes headerSlideIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes fuwa2 {
  0% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
}
@keyframes fuwa2 {
  0% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
}
/*
@media screen and ($over-tab) {}
@media screen and ($less-tab) {}
*/
/*-------------------------------------------> Background */
#Cover {
  background: #009fa8;
}

.coverPhoto img {
  width: 100%;
  height: auto;
  max-width: initial;
}

#Scene {
  background: url(../images/nodomente/nodomainte_bg_01@pc.jpg) no-repeat center top;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  #Scene {
    background: url(../images/nodomente/nodomainte_bg_01@sp.jpg) no-repeat center top;
    background-size: 100% 100%;
  }
}

#Feature {
  background: url(../images/nodomente/nodomainte_bg_02@pc.jpg) no-repeat center top;
  background-size: 100% 2175px;
}
#Feature .oilImage {
  position: relative;
  padding-top: 500px;
}
#Feature .oilImage::after {
  content: "";
  display: block;
  width: 1280px;
  height: 544px;
  background: url(../images/nodomente/nodomainte_bg_feature.png) no-repeat left top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 640px);
}
#Feature .howtoArea {
  position: relative;
  z-index: 1;
}
#Feature .howtoArea::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/nodomente/nodomainte_svg_howto_bg.svg) no-repeat left top;
  background-size: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#Feature .howtoArea .inner {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #Feature {
    background: url(../images/nodomente/nodomainte_bg_02@sp.jpg) no-repeat center top;
    background-size: 100% 100%;
  }
  #Feature .oilImage {
    position: relative;
    z-index: 1;
    padding-top: 77.3333333333vw;
  }
  #Feature .oilImage::after {
    content: "";
    display: block;
    width: 100%;
    height: 88vw;
    background: url(../images/nodomente/nodomainte_bg_feature@sp.jpg) no-repeat left top;
    background-size: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
  #Feature .howtoArea {
    position: relative;
  }
  #Feature .howtoArea::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/nodomente/nodomainte_svg_howto_bg@sp.svg) no-repeat left 10.6666666667vw;
    background-size: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
}

#Point {
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #Point {
    border-radius: 4.2666666667vw;
  }
}

#Cahracter {
  background: #009fa8;
}
#Cahracter .profile {
  background: url(../images/nodomente/nodomainte_character_town@pc.png) repeat-x center top;
  background-size: 1280px auto;
}
@media screen and (max-width: 767px) {
  #Cahracter .profile {
    background: url(../images/nodomente/nodomainte_character_town@sp.png) no-repeat center top;
    background-size: 100% auto;
  }
}

#Data .researchArea {
  background: #FFFFFF;
}
#Data .summaryTitle {
  height: 308px;
  background: url(../images/nodomente/nodomainte_bg_03@pc.jpg) no-repeat center top;
  background-size: 100% 308px;
}
@media screen and (max-width: 767px) {
  #Data .summaryTitle {
    height: 57.8666666667vw;
    background: url(../images/nodomente/nodomainte_bg_03@sp.jpg) no-repeat center top;
    background-size: 100% 57.8666666667vw;
  }
}
#Data .summaryArea {
  background: url(../images/nodomente/nodomainte_bg_04@pc.jpg) no-repeat center top;
  background-size: 100% 2536px;
}
@media screen and (max-width: 767px) {
  #Data .summaryArea {
    background: url(../images/nodomente/nodomainte_bg_04@sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}

#FAQ {
  background: url(../images/nodomente/nodomainte_bg_04@pc.jpg) no-repeat center top;
  background-size: 100% 2536px;
}
@media screen and (max-width: 767px) {
  #FAQ {
    background: url(../images/nodomente/nodomainte_bg_04@sp.jpg) no-repeat center top;
    background-size: 100% 617.8666666667vw;
  }
}

.bg04 {
  background: url(../images/nodomente/nodomainte_bg_04@pc.jpg) no-repeat center bottom;
  background-size: 100% 2536px;
}
@media screen and (max-width: 767px) {
  .bg04 {
    background: url(../images/nodomente/nodomainte_bg_04@sp.jpg) no-repeat center bottom;
    background-size: 100% 617.8666666667vw;
  }
}

/*-------------------------------------------> #Cover */
#Cover {
  position: relative;
  min-height: 701px;
  padding-bottom: 45px;
  width: 100%;
  overflow: hidden;
}
#Cover .copy {
  margin-top: -17px;
}
#Cover .copy img, #Cover .copy .svg {
  width: 796px;
}
#Cover .contents {
  position: relative;
  margin-top: 60px;
}
#Cover .contents .itemName, #Cover .contents .mod_onlineLinkBtn {
  margin-left: auto;
  margin-right: auto;
}
#Cover .contents .itemName {
  width: 238px;
  margin-bottom: 25px;
}
#Cover .contents .itemName strong {
  display: block;
  font-size: 17px;
  line-height: 1.5882352941;
  letter-spacing: 0em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
}
#Cover .contents .popup {
  width: 257px;
  height: 239px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -402px -50%;
}
#Cover .contents .popup .text {
  display: block;
  font-size: 14px;
  line-height: 1.3571428571;
  letter-spacing: 0em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
}
#Cover .contents .chara {
  width: 318px;
  height: 127px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: 152px -50%;
}
#Cover .contents .chara.inView .anim-fuwa2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-name: fuwa2;
          animation-name: fuwa2;
}
#Cover .contents .chara .anim-fuwa2 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#Cover .support {
  margin-top: 14.1267123288%;
}
#Cover .support img, #Cover .support .svg {
  width: clamp(375px, 100%, 475px);
}
@media screen and (max-width: 767px) {
  #Cover {
    min-height: initial;
    padding-bottom: 0;
  }
  #Cover .image {
    position: relative;
    z-index: 1;
    width: 64.2666666667vw;
  }
  #Cover .copy {
    margin-top: 0;
    position: absolute;
    z-index: 5;
    top: 6.6666666667vw;
    left: 59.7333333333vw;
  }
  #Cover .copy img, #Cover .copy .svg {
    width: 30.4vw;
  }
  #Cover .contents {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    margin-top: 0;
    padding-top: 184vw;
  }
  #Cover .contents .itemName, #Cover .contents .mod_onlineLinkBtn {
    margin-left: 0;
    margin-right: 0;
  }
  #Cover .contents .itemName {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  #Cover .contents .itemName img, #Cover .contents .itemName .svg {
    width: 80vw;
  }
  #Cover .contents .itemName strong {
    display: block;
    font-size: 20px; /* legacy */
    font-size: 5.3333333333vw;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
  #Cover .contents .mod_onlineLinkBtn {
    margin-top: 8vw;
  }
  #Cover .contents .popup {
    width: 45.3333333333vw;
    height: 55.2vw;
    position: absolute;
    top: 109.3333333333vw;
    left: auto;
    right: 0;
    translate: 0 0;
  }
  #Cover .contents .popup .text {
    display: block;
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    letter-spacing: 0em;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-top: 1.3333333333vw;
    padding-left: 9.3333333333vw;
  }
  #Cover .contents .chara {
    width: 42.1333333333vw;
    height: 17.0666666667vw;
    position: absolute;
    top: 88.8vw;
    left: 65.8666666667vw;
    translate: 0 0;
  }
  #Cover .contents .chara.inView .anim-fuwa2 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    -webkit-animation-name: fuwa2;
            animation-name: fuwa2;
  }
  #Cover .contents .chara .anim-fuwa2 {
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  #Cover .support {
    margin-top: 93.3333333333vw;
    margin-bottom: 26.6666666667vw;
  }
  #Cover .support img, #Cover .support .svg {
    width: 100%;
  }
}

/*-------------------------------------------> #Scene */
#Scene {
  min-height: 1275px;
  padding-top: 10px;
}
#Scene .sectionTitle img, #Scene .sectionTitle .svg {
  width: 194px;
}
#Scene .list {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: clamp(375px, 100%, 750px);
  margin-left: auto;
  margin-right: auto;
}
#Scene .list .block .image img {
  width: 200px;
}
#Scene .list .block .text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  #Scene .list .block:nth-child(2), #Scene .list .block:nth-child(5) {
    padding-top: 75px;
  }
}
#Scene .support {
  translate: 0 100px;
}
#Scene .support .image img {
  width: 304px;
}
@media screen and (max-width: 767px) {
  #Scene {
    min-height: 456vw;
    min-height: initial;
    padding-top: 0;
  }
  #Scene .sectionTitle {
    margin-top: -20vw;
  }
  #Scene .sectionTitle img, #Scene .sectionTitle .svg {
    width: 45.8666666667vw;
  }
  #Scene .list {
    margin-top: 20vw;
    display: block;
    width: 82.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  #Scene .list .block + .block {
    margin-top: 2.6666666667vw;
  }
  #Scene .list .block:nth-child(1) .text {
    padding-right: 5.3333333333vw;
  }
  #Scene .list .block:nth-child(2) .text {
    padding-left: 8vw;
  }
  #Scene .list .block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #Scene .list .block .image {
    width: 46.6666666667vw;
  }
  #Scene .list .block .image img {
    width: 100%;
  }
  #Scene .list .block .text {
    margin-top: 0;
    font-size: 17px; /* legacy */
    font-size: 4.5333333333vw;
    line-height: 1.5882352941;
    letter-spacing: 0em;
    text-align: center;
  }
  #Scene .list .block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 0;
  }
  #Scene .support {
    margin-top: 21.3333333333vw;
    translate: 0 -5.3333333333vw;
  }
  #Scene .support .image img {
    width: 81.0666666667vw;
  }
}

/*-------------------------------------------> #Feature */
#Feature {
  padding-top: 200px;
  margin-top: -1px;
}
#Feature .sectionTitle img, #Feature .sectionTitle .svg {
  width: 148px;
}
#Feature .oilImage {
  margin-top: 40px;
  margin-bottom: 65px;
}
#Feature .oilImage .text {
  position: relative;
  z-index: 5;
  font-size: 35px;
  line-height: 1.3142857143;
  letter-spacing: 0em;
}
#Feature .oilImage .text small {
  font-size: 51%;
  display: block;
}
#Feature .oilImage .text::after {
  content: "";
  display: block;
  width: 24px;
  height: 21px;
  position: absolute;
  z-index: 1;
  left: calc(50% - 12px);
  bottom: -44px;
  background: url(../images/nodomente/nodomainte_svg_feature_arrow.svg) no-repeat left top;
  background-size: 100% 100%;
}
#Feature .mintArea {
  position: relative;
}
#Feature .mintArea::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  scale: 0 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: scale 0.3s ease-out;
  transition: scale 0.3s ease-out;
}
#Feature .mintArea.inView::after {
  scale: 1 1;
}
#Feature .mintArea .text {
  position: relative;
  z-index: 10;
  padding: 15px 0;
  font-size: 26px;
  line-height: 1.3846153846;
  letter-spacing: 0em;
  font-weight: bold;
}
#Feature .mintArea .text strong {
  font-size: 150%;
}
#Feature .typeArea {
  margin-top: 100px;
  margin-bottom: 100px;
}
#Feature .typeArea .item {
  position: relative;
  width: 600px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}
#Feature .typeArea .title {
  position: relative;
  z-index: 1;
}
#Feature .typeArea .text {
  position: absolute;
  z-index: 5;
  top: 235px;
  left: 0;
  width: 600px;
  padding-right: 150px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.875;
  letter-spacing: 0em;
}
#Feature .typeArea .text strong {
  font-size: 125%;
  color: #fff100;
}
#Feature .typeArea .list {
  position: absolute;
  z-index: 10;
  top: 365px;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 345px;
}
#Feature .typeArea .list li {
  width: 165px;
}
#Feature .typeArea .list li img, #Feature .typeArea .list li .svg {
  overflow: visible;
}
#Feature .typeArea .chara01 {
  width: 400px;
  height: 92px;
  position: absolute;
  top: -45px;
  left: 50%;
  translate: 215px 0;
}
#Feature .typeArea .chara02 {
  width: 153px;
  height: 229px;
  position: absolute;
  top: 370px;
  left: 50%;
  translate: -535px;
}
#Feature .typeArea .chara02 .anim-fuwa2 {
  -webkit-animation-name: fuwa2;
          animation-name: fuwa2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#Feature .howtoArea {
  overflow: hidden;
}
#Feature .howtoArea .title img, #Feature .howtoArea .title .svg {
  width: 576px;
}
#Feature .howtoArea .text {
  margin-top: 90px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0em;
}
#Feature .howtoArea .text p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
#Feature .howtoArea .text p + p {
  margin-top: 8px;
}
#Feature .howtoArea .charaArea {
  width: 430px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
#Feature .howtoArea .charaArea .popup {
  width: 182px;
  margin-top: 5px;
}
#Feature .howtoArea .charaArea .chara {
  width: 234px;
}
@media screen and (max-width: 767px) {
  #Feature {
    padding-top: 21.3333333333vw;
  }
  #Feature .sectionTitle img, #Feature .sectionTitle .svg {
    width: 34.6666666667vw;
  }
  #Feature .oilImage {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  #Feature .oilImage .text {
    position: relative;
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  #Feature .oilImage .text small {
    font-size: 67%;
  }
  #Feature .oilImage .text::after {
    content: "";
    display: block;
    width: 4vw;
    height: 3.4666666667vw;
    position: absolute;
    left: 50%;
    bottom: -6.6666666667vw;
    background: url(../images/nodomente/nodomainte_svg_feature_arrow.svg) no-repeat left top;
    background-size: 100% 100%;
  }
  #Feature .mintArea {
    position: relative;
  }
  #Feature .mintArea::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    scale: 0 1;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: scale 0.3s ease-out;
    transition: scale 0.3s ease-out;
  }
  #Feature .mintArea.inView::after {
    scale: 1 1;
  }
  #Feature .mintArea .text {
    position: relative;
    z-index: 10;
    padding: 2.6666666667vw 0;
    font-size: 19px; /* legacy */
    font-size: 5.0666666667vw;
    line-height: 1.5263157895;
    letter-spacing: 0em;
  }
  #Feature .mintArea .text strong {
    font-size: 130%;
  }
  #Feature .typeArea {
    margin-top: 9.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
  #Feature .typeArea .item {
    position: relative;
    width: 100%;
    height: 110.6666666667vw;
    margin-left: 0;
    margin-right: 0;
  }
  #Feature .typeArea .title {
    position: relative;
    z-index: 1;
  }
  #Feature .typeArea .text {
    position: absolute;
    z-index: 5;
    top: 41.3333333333vw;
    left: 0;
    width: 100%;
    padding-right: 18.6666666667vw;
    color: #FFFFFF;
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  #Feature .typeArea .text strong {
    font-size: 125%;
    color: #fff100;
  }
  #Feature .typeArea .list {
    position: absolute;
    z-index: 10;
    top: 65.3333333333vw;
    left: 5.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 61.3333333333vw;
  }
  #Feature .typeArea .list li {
    width: 29.3333333333vw;
  }
  #Feature .typeArea .list li img, #Feature .typeArea .list li .svg {
    overflow: visible;
  }
  #Feature .typeArea .chara01,
  #Feature .typeArea .chara02 {
    display: none;
  }
  #Feature .howtoArea {
    overflow: hidden;
  }
  #Feature .howtoArea .title img, #Feature .howtoArea .title .svg {
    width: 92vw;
  }
  #Feature .howtoArea .text {
    margin-top: 90px;
    color: #FFFFFF;
    font-size: 17px; /* legacy */
    font-size: 4.5333333333vw;
    line-height: 1.8823529412;
    letter-spacing: 0em;
  }
  #Feature .howtoArea .text p + p {
    margin-top: 2.1333333333vw;
  }
  #Feature .howtoArea .charaArea {
    width: 85.8666666667vw;
    margin-top: 13.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  #Feature .howtoArea .charaArea .popup {
    width: 36.5333333333vw;
    margin-top: 1.3333333333vw;
  }
  #Feature .howtoArea .charaArea .chara {
    width: 46.6666666667vw;
  }
}

/*-------------------------------------------> #Point */
#Point {
  padding-top: 40px;
  padding-bottom: 40px;
}
#Point .sectionTitle {
  margin-bottom: 60px;
}
#Point .sectionTitle img, #Point .sectionTitle .svg {
  width: 290px;
}
#Point .contents, #Point .note {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}
#Point .contents {
  width: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Point .contents .block {
  width: 300px;
}
#Point .contents .block .image {
  border-radius: 16px;
  overflow: hidden;
}
#Point .contents .block .title {
  position: relative;
  font-size: 17px;
  line-height: 1.8823529412;
  letter-spacing: 0em;
  width: 244px;
  margin-top: 55px;
  margin-bottom: 60px;
}
#Point .contents .block .title .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: -55px;
  translate: 0 -50%;
  background: url(../images/nodomente/nodomainte_svg_point_num.svg) no-repeat left top;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0em;
}
#Point .contents .block .title .num img, #Point .contents .block .title .num svg {
  width: 100%;
  height: 100%;
}
#Point .contents .block .title::after {
  content: "";
  display: block;
  width: 312px;
  height: 125px;
  background: url(../images/nodomente/nodomainte_svg_point_character.svg) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  top: -25px;
  left: 0px;
}
#Point .contents .block dl {
  text-align: left;
}
#Point .contents .block dl dt {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  white-space: nowrap;
}
#Point .contents .block dl dd {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 1em;
  text-indent: 1em hanging;
}
#Point .note {
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #Point {
    padding-top: 9.0666666667vw;
    padding-bottom: 9.0666666667vw;
  }
  #Point .sectionTitle {
    margin-bottom: 8vw;
  }
  #Point .sectionTitle img, #Point .sectionTitle .svg {
    width: 77.3333333333vw;
  }
  #Point .contents, #Point .note {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
  #Point .contents {
    width: 80vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #Point .contents .block + .block {
    margin-top: 12vw;
  }
  #Point .contents .block {
    width: 80vw;
  }
  #Point .contents .block .image {
    border-radius: 4.2666666667vw;
    overflow: hidden;
  }
  #Point .contents .block .title {
    position: relative;
    font-size: 17px; /* legacy */
    font-size: 4.5333333333vw;
    line-height: 1.8823529412;
    letter-spacing: 0em;
    width: 69.3333333333vw;
    margin-top: 14.6666666667vw;
    margin-bottom: 12vw;
  }
  #Point .contents .block .title .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16vw;
    height: 13.3333333333vw;
    padding-right: 0;
    position: absolute;
    top: 50%;
    left: -8vw;
    translate: 0 -50%;
    background: url(../images/nodomente/nodomainte_svg_point_num.svg) no-repeat left top;
    background-size: 100% 100%;
    color: #FFFFFF;
    font-size: 25px; /* legacy */
    font-size: 6.6666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Point .contents .block .title::after {
    content: "";
    display: block;
    width: 83.2vw;
    height: 33.3333333333vw;
    background: url(../images/nodomente/nodomainte_svg_point_character.svg) no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    top: -6.6666666667vw;
    left: 0px;
  }
  #Point .contents .block dl {
    text-align: left;
  }
  #Point .contents .block dl dt {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  #Point .contents .block dl dd {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 1em;
    text-indent: 1em hanging;
  }
  #Point .note {
    width: 100%;
    padding: 0 2.6666666667vw;
    text-align: right;
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 13.3333333333vw;
  }
}

/*-------------------------------------------> #Cahracter */
#Cahracter {
  padding-top: 45px;
  padding-bottom: 70px;
}
#Cahracter .mod_onlineLinkBtn {
  margin-left: auto;
  margin-right: auto;
}
#Cahracter .sectionTitle {
  margin-top: 65px;
}
#Cahracter .sectionTitle img, #Cahracter .sectionTitle .svg {
  width: 214px;
}
#Cahracter .chara {
  width: 150px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
#Cahracter .chara .anim-fuwa2 {
  -webkit-animation-name: fuwa2;
          animation-name: fuwa2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#Cahracter .profile {
  margin-top: -20px;
  padding-top: 270px;
}
#Cahracter .profile .title img, #Cahracter .profile .title .svg {
  width: 300px;
}
#Cahracter .profile .text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  #Cahracter {
    padding-top: 9.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
  #Cahracter .mod_onlineLinkBtn {
    margin-left: auto;
    margin-right: auto;
  }
  #Cahracter .sectionTitle {
    margin-top: 10.6666666667vw;
  }
  #Cahracter .sectionTitle img, #Cahracter .sectionTitle .svg {
    width: 57.3333333333vw;
  }
  #Cahracter .chara {
    width: 40vw;
    height: 61.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12vw;
  }
  #Cahracter .chara .anim-fuwa2 {
    -webkit-animation-name: fuwa2;
            animation-name: fuwa2;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  #Cahracter .profile {
    margin-top: 0;
    padding-top: 42.6666666667vw;
  }
  #Cahracter .profile .title img, #Cahracter .profile .title .svg {
    width: 60vw;
  }
  #Cahracter .profile .text {
    color: #FFFFFF;
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
    letter-spacing: 0em;
    margin-top: 12vw;
  }
}

/*-------------------------------------------> #Data */
#Data .researchArea {
  padding-top: 95px;
  padding-bottom: 45px;
}
#Data .researchArea .sectionTitle {
  position: relative;
  width: 630px;
  padding-left: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 23px;
  line-height: 1.4347826087;
  letter-spacing: 0em;
  text-align: left;
}
#Data .researchArea .sectionTitle::after {
  content: "";
  display: block;
  width: 560px;
  height: 322px;
  background: url(../images/nodomente/nodomainte_svg_research_character.svg) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  top: -45px;
  left: 0px;
}
#Data .researchArea .research {
  width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#Data .researchArea .research .fig {
  width: 352px;
}
#Data .researchArea .research .data {
  margin-left: auto;
  text-align: left;
  color: #000000;
  padding-bottom: 30px;
}
#Data .researchArea .research .data * {
  color: inherit;
}
#Data .researchArea .research .data ul {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0em;
}
#Data .researchArea .research .data ul li::before {
  content: "■";
  display: inline-block;
  margin-right: 5px;
}
#Data .researchArea .research .data ul li:nth-child(1)::before {
  color: #009fa8;
}
#Data .researchArea .research .data ul li:nth-child(2)::before {
  color: #b2b2b2;
}
#Data .researchArea .research .data .note {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #Data .researchArea {
    padding-top: 13.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  #Data .researchArea .sectionTitle {
    position: relative;
    width: 66.6666666667vw;
    padding-left: 2.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-right: 0;
    font-size: 15px; /* legacy */
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: 0em;
    text-align: left;
  }
  #Data .researchArea .sectionTitle::after {
    content: "";
    display: block;
    width: 91.2vw;
    height: 52.5333333333vw;
    background: url(../images/nodomente/nodomainte_svg_research_character.svg) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    top: -6.6666666667vw;
    left: 0px;
  }
  #Data .researchArea .research {
    width: 90.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #Data .researchArea .research .fig {
    width: 53.3333333333vw;
  }
  #Data .researchArea .research .data {
    margin-left: auto;
    text-align: left;
    color: #000000;
    padding-bottom: 8vw;
  }
  #Data .researchArea .research .data ul {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
    letter-spacing: 0em;
  }
  #Data .researchArea .research .data ul li {
    text-indent: 1.5em hanging;
  }
  #Data .researchArea .research .data ul li::before {
    content: "■";
    display: inline-block;
    margin-right: 0.5em;
  }
  #Data .researchArea .research .data ul li:nth-child(1)::before {
    color: #009fa8;
  }
  #Data .researchArea .research .data ul li:nth-child(2)::before {
    color: #b2b2b2;
  }
  #Data .researchArea .research .data .note {
    display: none;
  }
  #Data .researchArea .note {
    color: #000000;
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.4166666667;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 4vw;
  }
}
#Data .summaryTitle .title {
  padding-top: 45px;
}
#Data .summaryTitle .title img, #Data .summaryTitle .title .svg {
  width: 650px;
  overflow: visible;
}
#Data .summaryTitle .title .svg_summary_title-2 {
  -webkit-transition: all 0.5s 0.5s ease-out;
  transition: all 0.5s 0.5s ease-out;
  width: 0%;
}
#Data .summaryTitle .title .svg_summary_title-2.delay2 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#Data .summaryTitle .title.inView .svg_summary_title-2 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #Data .summaryTitle .title {
    padding-top: 9.3333333333vw;
  }
  #Data .summaryTitle .title img, #Data .summaryTitle .title .svg {
    width: 58.1333333333vw;
    overflow: visible;
  }
}
#Data .summaryArea {
  padding-top: 40px;
  padding-bottom: 80px;
}
#Data .summaryArea .image {
  width: 384px;
  margin-left: auto;
  margin-right: auto;
}
#Data .summaryArea .text {
  font-size: 23px;
  line-height: 1.7826086957;
  letter-spacing: 0em;
  margin-top: -90px;
}
@media screen and (max-width: 767px) {
  #Data .summaryArea {
    padding-top: 6.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  #Data .summaryArea .image {
    width: 72.5333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  #Data .summaryArea .text {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    letter-spacing: 0em;
    margin-top: -12vw;
  }
}

/*-------------------------------------------> #FAQ */
#FAQ .sectionTitle {
  background: #009fa8;
  text-align: center;
  padding: 10px 0;
}
#FAQ .sectionTitle img, #FAQ .sectionTitle .svg {
  width: 65px;
}
#FAQ .list {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#FAQ .list .block {
  width: 340px;
  text-align: left;
}
#FAQ .list .block:nth-child(n+3) {
  margin-top: 45px;
}
#FAQ .list .block dl {
  background: #009fa8;
  border-radius: 16px;
  padding: 20px;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
#FAQ .list .block dl dt {
  position: relative;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 114px;
  padding: 20px 40px 20px 15px;
  cursor: pointer;
}
#FAQ .list .block dl dt span {
  color: #FFFFFF;
}
#FAQ .list .block dl dt::before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background: url(../images/nodomente/nodomainte_svg_faq_q.svg) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  translate: -50% -50%;
  pointer-events: none;
}
#FAQ .list .block dl dt::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../images/nodomente/nodomainte_svg_faq_open.svg) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#FAQ .list .block dl dt:hover::after {
  rotate: 180deg;
}
#FAQ .list .block dl dd {
  display: none;
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 1.3571428571;
  letter-spacing: 0em;
  font-weight: 700;
  color: #009fa8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 180px;
}
#FAQ .list .block dl dd::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/nodomente/nodomainte_svg_faq_a.svg) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  translate: -10px -30px;
  pointer-events: none;
}
#FAQ .list .block dl.open dt::after {
  background: url(../images/nodomente/nodomainte_svg_faq_close.svg) no-repeat left top;
  background-size: 100% auto;
  rotate: 180deg;
}
#FAQ .list .block dl.open dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #FAQ .sectionTitle {
    background: #009fa8;
    text-align: center;
    padding: 2.6666666667vw 0 2.1333333333vw;
  }
  #FAQ .sectionTitle img, #FAQ .sectionTitle .svg {
    width: 13.6vw;
  }
  #FAQ .list {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9.3333333333vw;
    margin-bottom: 13.3333333333vw;
    display: block;
  }
  #FAQ .list .block {
    width: 80vw;
    text-align: left;
  }
  #FAQ .list .block + .block {
    margin-top: 9.3333333333vw;
  }
  #FAQ .list .block dl {
    background: #009fa8;
    border-radius: 4.2666666667vw;
    padding: 4vw;
    -webkit-filter: drop-shadow(0.8vw 0.8vw 0.8vw rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0.8vw 0.8vw 0.8vw rgba(0, 0, 0, 0.3));
    will-change: filter;
  }
  #FAQ .list .block dl dt {
    position: relative;
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0em;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 28.2666666667vw;
    padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 4vw;
    cursor: pointer;
  }
  #FAQ .list .block dl dt::before {
    content: "";
    display: block;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    background: url(../images/nodomente/nodomainte_svg_faq_q.svg) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    top: -4vw;
    left: -4vw;
    translate: -3.2vw -3.2vw;
    pointer-events: none;
  }
  #FAQ .list .block dl dt::after {
    content: "";
    display: block;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    background: url(../images/nodomente/nodomainte_svg_faq_open.svg) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 6.6666666667vw;
    translate: 0 -50%;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #FAQ .list .block dl dd {
    display: none;
    position: relative;
    background: #FFFFFF;
    border-radius: 2.4vw;
    margin-top: 4vw;
    padding: 8vw 5.3333333333vw;
    font-size: 13px; /* legacy */
    font-size: 3.4666666667vw;
    line-height: 1.3076923077;
    letter-spacing: 0em;
    font-weight: 700;
    color: #009fa8;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 45.8666666667vw;
  }
  #FAQ .list .block dl dd::before {
    content: "";
    display: block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background: url(../images/nodomente/nodomainte_svg_faq_a.svg) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    translate: -2.1333333333vw -5.3333333333vw;
    pointer-events: none;
  }
}

/*-------------------------------------------> #Recommend */
#Recommend .copy {
  margin-top: 50px;
}
#Recommend .copy img, #Recommend .copy .svg {
  width: 756px;
}
#Recommend .contents {
  position: relative;
  margin-top: 135px;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Recommend .contents .popup {
  width: 257px;
  height: 239px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -432px -50%;
}
#Recommend .contents .chara {
  width: 150px;
  height: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: 182px -50%;
}
#Recommend .contents .chara .anim-fuwa2 {
  -webkit-animation-name: fuwa2;
          animation-name: fuwa2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media screen and (max-width: 767px) {
  #Recommend {
    position: relative;
  }
  #Recommend .image {
    position: relative;
    z-index: 1;
    width: 58.6666666667vw;
  }
  #Recommend .copy {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 64vw;
    margin-top: 0;
  }
  #Recommend .copy img, #Recommend .copy .svg {
    width: 29.6vw;
  }
  #Recommend .contents {
    position: relative;
    margin-top: 28vw;
    margin-bottom: 6.6666666667vw;
    display: block;
  }
  #Recommend .contents .popup {
    width: 45.3333333333vw;
    height: 55.2vw;
    position: absolute;
    z-index: 5;
    top: -60.8vw;
    left: auto;
    right: 0;
    translate: 0 0;
  }
  #Recommend .contents .chara {
    display: none;
  }
}

/*-------------------------------------------> #Link */
#Link {
  padding-bottom: 100px;
}
#Link .sns {
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Link .sns li {
  width: 60px;
  margin: 0 6px;
}
#Link .sns li a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #009fa8;
  border: solid 2px #009fa8;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#Link .sns li a:hover {
  background: #FFFFFF;
}
#Link .sns li a:hover .sns-fill {
  fill: #009fa8;
}
@media screen and (max-width: 767px) {
  #Link {
    padding-bottom: 8vw;
  }
  #Link .sns {
    margin-top: 10.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Link .sns li {
    width: 16vw;
    margin: 0 1.6vw;
  }
  #Link .sns li a {
    display: block;
    width: 16vw;
    height: 16vw;
    border-radius: 8vw;
  }
}

/*-------------------------------------------> #pageTop */
#pageTop {
  position: relative;
  z-index: 100;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}
#pageTop button {
  display: block;
  width: 100%;
  cursor: pointer;
}
#pageTop button img, #pageTop button .svg, #pageTop button svg {
  overflow: visible;
}
#pageTop button img .pagetop-fill, #pageTop button .svg .pagetop-fill, #pageTop button svg .pagetop-fill {
  fill: #009fa8;
}
#pageTop button .pagetop-chara {
  position: relative;
  z-index: 9999;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: scale 0.3s ease-out, -webkit-transform var(--fly-duration, 700ms) cubic-bezier(0.45, 0, 0.25, 1);
  transition: scale 0.3s ease-out, -webkit-transform var(--fly-duration, 700ms) cubic-bezier(0.45, 0, 0.25, 1);
  transition: transform var(--fly-duration, 700ms) cubic-bezier(0.45, 0, 0.25, 1), scale 0.3s ease-out;
  transition: transform var(--fly-duration, 700ms) cubic-bezier(0.45, 0, 0.25, 1), scale 0.3s ease-out, -webkit-transform var(--fly-duration, 700ms) cubic-bezier(0.45, 0, 0.25, 1);
  will-change: transform;
}
#pageTop button .pagetop-chara.is-flying {
  -webkit-transform: translate3d(0, var(--fly-y, -100vh), 0);
          transform: translate3d(0, var(--fly-y, -100vh), 0);
}
#pageTop button .pagetop-chara.is-resetting {
  -webkit-transition: none;
  transition: none;
}
#pageTop button:hover .pagetop-chara {
  scale: 1.1;
}
@media screen and (max-width: 767px) {
  #pageTop {
    width: 10.6666666667vw;
  }
}

/*-------------------------------------------> #fixButton */
#fixButton {
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 15px;
  width: 135px;
  height: 135px;
}
#fixButton a, #fixButton button {
  display: block;
  width: 135px;
  height: 135px;
  cursor: pointer;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#fixButton a:hover, #fixButton button:hover {
  translate: 2px 2px;
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
}

/*-------------------------------------------> #Header */
#Header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #Header .inner {
    width: 100%;
    height: 100svh;
    position: relative;
    z-index: 200;
    will-change: opacity;
  }
}
#Header::after {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #Header::after {
    position: fixed;
    left: auto;
    right: 0;
    width: 0px;
    height: 100vh;
  }
}
#Header .button {
  position: absolute;
  z-index: 1100;
  top: 16px;
  right: 16px;
}
#Header .button button {
  display: block;
  width: 48px;
  height: 48px;
  pointer-events: auto;
  cursor: pointer;
}
#Header .button::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1100;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  background: #009fa8;
  translate: -50% -50%;
  -webkit-transition: all 0.3s ease-out, border-radius 0.3s linear;
  transition: all 0.3s ease-out, border-radius 0.3s linear;
  pointer-events: none;
}
#Header .button span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff100;
  position: absolute;
  z-index: 1200;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
#Header .button span:nth-child(1) {
  translate: -50% calc(-50% - 7px);
}
#Header .button span:nth-child(3) {
  translate: -50% calc(-50% + 7px);
}
@media screen and (max-width: 767px) {
  #Header .button {
    top: 0;
    right: 0;
  }
  #Header .button button {
    display: block;
    width: 12.8vw;
    height: 12.8vw;
    pointer-events: auto;
    cursor: pointer;
  }
  #Header .button::after {
    content: "";
    display: block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    position: absolute;
    z-index: 1100;
    top: 50%;
    left: 50%;
    border-radius: 5.3333333333vw;
    background: #009fa8;
    translate: -50% -50%;
    -webkit-transition: all 0.3s ease-out, border-radius 0.3s linear;
    transition: all 0.3s ease-out, border-radius 0.3s linear;
    pointer-events: none;
  }
  #Header .button span {
    display: block;
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    background: #fff100;
    position: absolute;
    z-index: 1200;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
  }
  #Header .button span:nth-child(1) {
    translate: -50% calc(-50% - 1.8666666667vw);
  }
  #Header .button span:nth-child(3) {
    translate: -50% calc(-50% + 1.8666666667vw);
  }
}
.MOpen #Header {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .MOpen #Header .inner {
    overflow: auto;
  }
}
.MOpen #Header::after {
  height: 380px;
}
@media screen and (max-width: 767px) {
  .MOpen #Header::after {
    width: 86.6666666667vw;
    height: 100vh;
  }
}
.MOpen #Header .button::after {
  width: 48px;
  height: 48px;
  border-radius: 0px;
}
.MOpen #Header .button span {
  width: 28px;
}
.MOpen #Header .button span:nth-child(1) {
  translate: -50% -50%;
  rotate: 45deg;
}
.MOpen #Header .button span:nth-child(2) {
  opacity: 0;
}
.MOpen #Header .button span:nth-child(3) {
  translate: -50% -50%;
  rotate: -45deg;
}
@media screen and (max-width: 767px) {
  .MOpen #Header .button::after {
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 0px;
  }
  .MOpen #Header .button span {
    width: 7.4666666667vw;
  }
  .MOpen #Header .button span:nth-child(1) {
    translate: -50% -50%;
    rotate: 45deg;
  }
  .MOpen #Header .button span:nth-child(2) {
    opacity: 0;
  }
  .MOpen #Header .button span:nth-child(3) {
    translate: -50% -50%;
    rotate: -45deg;
  }
}
.MOpen #Header .contents {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s ease-out;
  transition: opacity 0.3s 0.3s ease-out;
}
.MOpen.MClose #Header .contents {
  -webkit-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
#Header .contents {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-top: 90px;
  opacity: 0;
  will-change: opacity;
}
#Header .contents .chara {
  -ms-flex-preferred-size: 29.9657534247%;
      flex-basis: 29.9657534247%;
  padding: 0 20px;
}
#Header .contents .chara img, #Header .contents .chara .svg {
  width: 100%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: fuwa2;
          animation-name: fuwa2;
}
#Header .contents .chara .svg_cover_chara {
  fill: #009fa8;
}
#Header .contents .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: left;
}
#Header .contents .navi a {
  color: #009fa8;
}
#Header .contents .navi ul {
  margin-left: clamp(10px, 5.1369863014%, 60px);
}
#Header .contents .navi ul li a {
  white-space: nowrap;
}
#Header .contents .navi ul li + li {
  margin-top: 2em;
}
#Header .contents .sns {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Header .contents .sns li {
  width: 60px;
  margin: 0 6px;
}
#Header .contents .sns li a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #009fa8;
  border: solid 2px #009fa8;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#Header .contents .sns li a:hover {
  background: #FFFFFF;
}
#Header .contents .sns li a:hover .sns-fill {
  fill: #009fa8;
}
@media screen and (max-width: 767px) {
  #Header .contents {
    z-index: 200;
    display: block;
    margin: 0 auto;
    padding-top: 16vw;
    padding-bottom: 16vw;
    padding-left: 13.3333333333vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    will-change: opacity;
  }
  #Header .contents .chara {
    width: 100%;
    padding: 0;
    margin-bottom: 16vw;
    text-align: center;
  }
  #Header .contents .chara img, #Header .contents .chara .svg {
    width: 36.2666666667vw;
  }
  #Header .contents .chara .svg_cover_chara {
    fill: #009fa8;
  }
  #Header .contents .navi {
    display: block;
    font-size: 19px; /* legacy */
    font-size: 5.0666666667vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: left;
  }
  #Header .contents .navi a {
    color: #009fa8;
  }
  #Header .contents .navi ul {
    margin-left: 0;
  }
  #Header .contents .navi ul + ul li {
    margin-top: 2em;
  }
  #Header .contents .navi ul li a {
    white-space: nowrap;
  }
  #Header .contents .navi ul li + li {
    margin-top: 2em;
  }
  #Header .contents .sns {
    margin-top: 16vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Header .contents .sns li {
    width: 16vw;
    margin: 0 1.6vw;
  }
  #Header .contents .sns li a {
    display: block;
    width: 16vw;
    height: 16vw;
    border-radius: 8vw;
  }
}

/*-------------------------------------------> #buyModal */
#buyModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#buyModal .bg {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 159, 168, 0.95);
}
#buyModal .frame {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #fff100;
  border-radius: 20px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  padding: 20px 30px 30px 30px;
}
#buyModal .frame .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
}
#buyModal .frame .text {
  text-align: center;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0em;
  color: #009fa8;
  margin-bottom: 25px;
}
#buyModal .frame .button ul {
  width: 340px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#buyModal .frame .button ul li {
  width: 160px;
}
#buyModal .frame .button ul li a {
  display: block;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 768px) {
  #buyModal .frame .button ul li a {
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #buyModal .frame .button ul li a:hover {
    translate: 2px 2px;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
  }
}
@media screen and (max-width: 767px) {
  #buyModal .frame {
    border-radius: 4.5333333333vw;
    -webkit-filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(0, 0, 0, 0.5));
    padding: 5.3333333333vw 6.9333333333vw 6.9333333333vw 6.9333333333vw;
  }
  #buyModal .frame .close {
    top: 3.4666666667vw;
    right: 3.4666666667vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  #buyModal .frame .text {
    font-size: 15px; /* legacy */
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 6.6666666667vw;
  }
  #buyModal .frame .button ul {
    width: 79.2vw;
  }
  #buyModal .frame .button ul li {
    width: 37.3333333333vw;
  }
  #buyModal .frame .button ul li a {
    -webkit-filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(0, 0, 0, 0.5));
  }
}
#buyModal.open {
  opacity: 1;
  pointer-events: auto;
}