@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-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(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;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
}

button {
  border: none;
  margin: 0;
  padding: 0;
}

/* FONT ------------------------------------------->
'Inter': 400 500 600 700
'Noto Serif JP': 600
'Noto Sans JP': 300 400 500 700 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_serif {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.f_sans, .ja {
  font-family: "Zen Maru Gothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.f_en, .en {
  font-family: "Zen Maru Gothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/*-------------------------------------------> html / body style */
html, body {
  height: 100%;
}

html, body, * {
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-variant: normal;
}

@media screen and (min-width: 768px) {
  html {
    background: url(../images/pc/background@1x.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
}

body {
  width: 100%;
  min-width: 100%;
  color: #3c1d11;
  font-family: "Zen Maru Gothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  body .pc {
    display: block;
  }
  body .sp {
    display: none;
  }
  body img.pc, body .svg.pc {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  body {
    height: 100%;
  }
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
  body img.pc {
    display: none;
  }
  body img.sp, body .svg.sp {
    display: inline;
  }
}

.hide {
  display: none;
}

/*-------------------------------------------> link style */
a {
  color: inherit;
  outline: none;
  cursor: pointer;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .OverOpacity,
  .OverOpacityGroup a {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
  }
  .OverOpacity:hover,
  .OverOpacityGroup a:hover {
    opacity: 0.4;
  }
}
/*-------------------------------------------> Common style */
.inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: initial;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

/*-------------------------------------------> Layout */
#Header {
  /*
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  */
  position: relative;
  z-index: 100;
  background: #FFF;
}
#Header .inner {
  width: 100%;
  max-width: 1000px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  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;
}
@media screen and (max-width: 1000px) {
  #Header .inner {
    width: 95%;
  }
}
#Header .logo {
  width: 112px;
  margin-right: auto;
}
#Header .logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  #Header .inner {
    width: 89.3333333333vw;
    height: 10.6666666667vw;
  }
  #Header .logo {
    width: 20vw;
  }
  #Header .menuBtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 17.0666666667vw;
    height: 10.6666666667vw;
  }
  #Header .menuBtn button {
    display: block;
    margin: 0;
    padding: 1.6vw 4.8vw;
  }
  #Header .menuBtn button img, #Header .menuBtn button .svg {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  #Header .menuBtn button img .fill-menu, #Header .menuBtn button .svg .fill-menu {
    fill: #000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #Header .menuBtn button img .menuOpen, #Header .menuBtn button img .menuClose, #Header .menuBtn button .svg .menuOpen, #Header .menuBtn button .svg .menuClose {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #Header .menuBtn button img .menuClose, #Header .menuBtn button .svg .menuClose {
    opacity: 0;
  }
  .MOpen #Header .menuBtn button img .menuOpen, .MOpen #Header .menuBtn button .svg .menuOpen {
    opacity: 0;
  }
  .MOpen #Header .menuBtn button img .menuClose, .MOpen #Header .menuBtn button .svg .menuClose {
    opacity: 1;
  }
}

#Footer {
  position: relative;
  z-index: 100;
  background: #FFF;
  text-align: center;
}
#Footer .inner {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
#Footer .logo {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#Footer .copyright {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
}

#Main {
  min-height: 100vh;
}
#Main > .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#Main .contents {
  position: relative;
  container-type: inline-size;
  width: 450px;
}
@media screen and (min-width: 768px) {
  #Main .contents {
    -webkit-filter: drop-shadow(0px 15px 10px #b79552);
            filter: drop-shadow(0px 15px 10px #b79552);
  }
}
@media screen and (max-width: 767px) {
  #Main .contents {
    width: 100vw;
  }
}
#Main .sideLeft, #Main .sideRight {
  position: sticky;
  top: 65px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 65px);
  height: 100vh;
}
#Main .sideLeft {
  width: clamp(0px, 39%, 390px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#Main .sideRight {
  width: clamp(0px, 16%, 160px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*-------------------------------------------> menu */
@media screen and (min-width: 768px) {
  #menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #menu {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    background: url(../images/menu_bg.jpg) no-repeat center top;
    background-size: cover;
    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;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #menu .frame {
    width: 65.0666666667vw;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.3s 0.15s ease-out;
    transition: all 0.3s 0.15s ease-out;
  }
  #menu .frame ul li a {
    color: #3c1d11;
    background: #fbf9e5;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 2.0833333333;
    letter-spacing: 0.08em;
    padding: 0 2.6666666667vw;
  }
  #menu .frame ul li a span {
    display: inline-block;
    white-space: nowrap;
  }
  #menu .frame ul li + li {
    margin-top: 4.2666666667vw;
  }
  .MOpen #menu {
    pointer-events: auto;
    opacity: 1;
  }
  .MOpen #menu .frame {
    opacity: 1;
  }
}

/*-------------------------------------------> pageTop */
@media screen and (min-width: 768px) {
  #pageTop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #pageTop {
    position: fixed;
    position: sticky;
    z-index: 200;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    right: 4vw;
    bottom: 4vw;
    margin-left: auto;
    margin-top: 4vw;
    pointer-events: none;
    opacity: 0;
  }
  #pageTop a {
    display: block;
  }
  #pageTop a img, #pageTop a .svg {
    -webkit-filter: drop-shadow(0.8vw 0.8vw 1.3333333333vw rgba(60, 29, 17, 0.5));
            filter: drop-shadow(0.8vw 0.8vw 1.3333333333vw rgba(60, 29, 17, 0.5));
  }
}
.Scroll #pageTop {
  pointer-events: auto;
  opacity: 1;
}

/*-------------------------------------------> BlogCode */
.blogCode {
  font-size: 32px;
  line-height: 1.625;
  letter-spacing: 0em;
}
.blogCode p, .blogCode ul, .blogCode ol, .blogCode table {
  margin-bottom: 2em;
}
.blogCode ul, .blogCode ol {
  margin-left: 1.5em;
}
.blogCode h1, .blogCode h2, .blogCode h3, .blogCode h4, .blogCode h5, .blogCode h6 {
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-weight: bold;
}
.blogCode h1, .blogCode h2 {
  font-size: 40px;
}
.blogCode h3 {
  font-size: 35px;
}
.blogCode h4 {
  font-size: 30px;
}
.blogCode h5 {
  font-size: 25px;
}
.blogCode h6 {
  font-size: 20px;
}
.blogCode ul {
  list-style: disc;
}
.blogCode ol {
  list-style: decimal;
}
.blogCode li {
  list-style-position: outside;
}
.blogCode a {
  text-decoration: underline;
  color: #3c1d11;
}
.blogCode a:hover {
  background: #3c1d11;
}
.blogCode strong, .blogCode b {
  font-weight: bold;
}
.blogCode img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .blogCode {
    font-size: 32px; /* legacy */
    font-size: 8.5333333333vw;
    line-height: 1.625;
    letter-spacing: 0em;
  }
  .blogCode h1, .blogCode h2, .blogCode h3, .blogCode h4, .blogCode h5, .blogCode h6 {
    line-height: 1.5;
  }
  .blogCode h1, .blogCode h2 {
    font-size: 10.6666666667vw;
  }
  .blogCode h3 {
    font-size: 9.3333333333vw;
  }
  .blogCode h4 {
    font-size: 8vw;
  }
  .blogCode h5 {
    font-size: 6.6666666667vw;
  }
  .blogCode h6 {
    font-size: 5.3333333333vw;
  }
}

/*-------------------------------------------> Loading */
#Loading {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3c1d11;
}
#Loading .Loading-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  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;
}
#Loading .Loading-wrap .loader {
  background: #FFF;
  padding: 20px;
}
#Loading .Loading-wrap .loader img {
  width: 185px;
}
@media screen and (max-width: 767px) {
  #Loading .Loading-wrap .loader {
    padding: 5.3333333333vw;
  }
  #Loading .Loading-wrap .loader img {
    width: 93.3333333333vw;
  }
}

/*-------------------------------------------> plugin style */
/* Slick */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #3c1d11;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #3c1d11;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #3c1d11;
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-bottom: 80px;
  }
  .slick-dots {
    bottom: -80px;
  }
  .slick-dots li {
    height: 25px;
    width: 25px;
    margin: 0 25px;
  }
  .slick-dots li button {
    height: 25px;
    width: 25px;
    padding: 0px;
  }
  .slick-dots li button:before {
    width: 25px;
    height: 25px;
    border-radius: 12px;
    line-height: 25px;
  }
}
/*
@media screen and ($over-tab) {}
@media screen and ($less-tab) {}
*/
/*-------------------------------------------> #Main */
#Main {
  /*-------------------------------------------> .contents */
}
#Main .sideLeft .frame {
  width: 91.7948717949%;
}
#Main .sideLeft .frame .logo {
  width: 55.8659217877%;
  margin-left: auto;
  margin-right: auto;
}
#Main .sideLeft .frame .lineup {
  width: 100%;
  margin-top: 6.1452513966%;
}
#Main .sideLeft .frame .lineup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#Main .sideLeft .frame .lineup ul .lineup01 {
  width: 37.7094972067%;
}
#Main .sideLeft .frame .lineup ul .lineup02 {
  width: 35.1955307263%;
}
#Main .sideLeft .frame .lineup ul .lineup03 {
  width: 38.2681564246%;
}
#Main .sideRight .frame {
  width: 87.5%;
}
#Main .sideRight .frame ul li a {
  color: #FFF;
  background: #ceaf51;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 2em 1em;
}
#Main .sideRight .frame ul li a:hover {
  background: #3c1d11;
}
#Main .sideRight .frame ul li a.active {
  background: #3c1d11;
}
#Main .sideRight .frame ul li + li {
  margin-top: 12.5%;
}
@media screen and (max-width: 1000px) {
  #Main .sideLeft, #Main .sideRight {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Main .sideLeft {
    width: calc(100% - 450px - 160px);
  }
  #Main .sideRight {
    width: 160px;
  }
}
@media screen and (max-width: 900px) {
  #Main .sideLeft .frame {
    width: clamp(0px, 100%, 370px);
  }
  #Main .sideLeft .frame .logo {
    width: clamp(0px, 54.0540540541%, 80px);
  }
  #Main .sideLeft .frame .lineup {
    margin-top: 0;
  }
  #Main .sideLeft .frame .lineup ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Main .sideLeft .frame .lineup ul li {
    text-align: center;
    margin-top: 5.4054054054%;
    margin-left: auto;
    margin-right: auto;
  }
  #Main .sideLeft .frame .lineup ul .lineup01 {
    width: clamp(0px, 72.972972973%, 81px);
  }
  #Main .sideLeft .frame .lineup ul .lineup02 {
    width: clamp(0px, 68.1081081081%, 75.6px);
  }
  #Main .sideLeft .frame .lineup ul .lineup03 {
    width: clamp(0px, 74.0540540541%, 82.2px);
  }
}
@media screen and (max-width: 767px) {
  #Main .sideLeft, #Main .sideRight {
    display: none;
  }
  #Main .contents {
    width: 100vw;
  }
}
#Main .contents {
  text-align: center;
  background: #fbf9e5;
  padding-bottom: 4.8cqw;
}
#Main .contents .sectionTitle {
  font-size: 15px; /* legacy */
  font-size: 8cqw;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
#Main .contents .sectionTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1666666667em;
  content: "";
}
#Main .contents .sectionTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.1666666667em;
  content: "";
}
#Main .contents .link {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#Main .contents .link a {
  color: #FFF;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Main .contents .link a span {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
#Main .contents .link a img, #Main .contents .link a .svg {
  width: 100%;
}
#Main .contents .recommend {
  padding-top: 14.6666666667cqw;
  min-height: 368.5333333333cqw;
  background: url(../images/point_bg.png) no-repeat center top;
  background-size: 100% auto;
}
#Main .contents .recommend ol {
  margin-top: 4cqw;
}
#Main .contents .recommend ol li {
  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;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 56.5333333333cqw;
  text-align: center;
}
#Main .contents .recommend ol li + li {
  margin-top: 6.4cqw;
}
#Main .contents .recommend ol li .frame {
  padding: 7.4666666667cqw 0 4.5333333333cqw;
}
#Main .contents .recommend ol li .main {
  font-size: 20px; /* legacy */
  font-size: 10.6666666667cqw;
  line-height: 1.2;
  letter-spacing: 0em;
}
#Main .contents .recommend ol li .main::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1em;
  content: "";
}
#Main .contents .recommend ol li .main::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.1em;
  content: "";
}
#Main .contents .recommend ol li .main small {
  font-size: 80%;
}
#Main .contents .recommend ol li .memo {
  font-size: 8px; /* legacy */
  font-size: 4.2666666667cqw;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 4cqw;
}
#Main .contents .recommend ol li .memo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}
#Main .contents .recommend ol li .memo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}
#Main .contents .recommend ol li .note {
  font-size: 6px; /* legacy */
  font-size: 3.2cqw;
  line-height: 1.25;
  letter-spacing: 0em;
  margin-top: 5.3333333333cqw;
}
#Main .contents .recommend ol li .note::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.125em;
  content: "";
}
#Main .contents .recommend ol li .note::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.125em;
  content: "";
}
#Main .contents .recommend ol li:nth-child(1) {
  background-image: url(../images/point_01.png);
}
#Main .contents .recommend ol li:nth-child(2) {
  background-image: url(../images/point_02.png);
}
#Main .contents .recommend ol li:nth-child(3) {
  background-image: url(../images/point_03.png);
}
#Main .contents .recommend ol li:nth-child(4) {
  background-image: url(../images/point_04.png);
}
#Main .contents .recommend ol li:nth-child(5) {
  background-image: url(../images/point_05.png);
}
#Main .contents .scene {
  margin-top: -11.7333333333cqw;
  padding-top: 21.3333333333cqw;
  min-height: 117.8666666667cqw;
  background: url(../images/scene_bg.png) no-repeat center top;
  background-size: 100% auto;
}
#Main .contents .scene .block {
  height: 21.6cqw;
  margin-top: 13.3333333333cqw;
  background: url(../images/scene_frame.png) no-repeat center center;
  background-size: 100% auto;
  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;
}
#Main .contents .scene .block + .block {
  margin-top: 8cqw;
}
#Main .contents .scene .block + .block dl dd {
  letter-spacing: -0.1em;
}
#Main .contents .scene .block dl {
  width: cwq(580/2);
  margin-left: auto;
  margin-right: auto;
}
#Main .contents .scene .block dl dt {
  font-weight: 700;
  font-size: 20px; /* legacy */
  font-size: 10.6666666667cqw;
  line-height: 1.2;
  letter-spacing: 0em;
}
#Main .contents .scene .block dl dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1em;
  content: "";
}
#Main .contents .scene .block dl dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.1em;
  content: "";
}
#Main .contents .scene .block dl dd {
  font-size: 8px; /* legacy */
  font-size: 4.2666666667cqw;
  line-height: 1.5;
  letter-spacing: -0.05em;
  margin-top: 2.6666666667cqw;
}
#Main .contents .scene .block dl dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}
#Main .contents .scene .block dl dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}
#Main .contents .movie {
  padding-top: 21.8666666667cqw;
  min-height: 104.5333333333cqw;
  background: url(../images/movie_bg.png) no-repeat center top;
  background-size: 100% auto;
}
#Main .contents .movie .sectionTitle {
  margin-bottom: 5.8666666667cqw;
}
#Main .contents .lineup {
  background: url(../images/lineup_01_bg.png) no-repeat center top;
  background-size: 100% auto;
}
#Main .contents .lineup .sectionTitle {
  height: 42.8cqw;
  padding-top: 26.6666666667cqw;
  background: url(../images/lineup_01_bg.png) no-repeat center top;
  background-size: 100% auto;
  color: #FFF;
}
#Main .contents .lineup ul li {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#Main .contents .lineup ul li .link {
  font-size: 12px; /* legacy */
  font-size: 6.4cqw;
  line-height: 1.625;
  letter-spacing: 0.1em;
  width: 89.3333333333cqw;
}
#Main .contents .lineup ul li:nth-child(1) {
  height: 75.3333333333cqw;
  background-image: url(../images/lineup_01_bg.png);
  background-position: center bottom;
}
#Main .contents .lineup ul li:nth-child(1) .link {
  margin-top: 7.2cqw;
}
#Main .contents .lineup ul li:nth-child(2) {
  padding-top: 24.2666666667cqw;
  height: 99.7333333333cqw;
  background-image: url(../images/lineup_02_bg.png);
}
#Main .contents .lineup ul li:nth-child(2) .link {
  margin-top: 6.1333333333cqw;
}
#Main .contents .lineup ul li:nth-child(2) .link .fill_linkbase {
  fill: #2c3924;
}
#Main .contents .lineup ul li:nth-child(3) {
  padding-top: 24.2666666667cqw;
  height: 111.4666666667cqw;
  background-image: url(../images/lineup_03_bg.png);
}
#Main .contents .lineup ul li:nth-child(3) .link {
  margin-top: 5.8666666667cqw;
}
#Main .contents .lineup ul li:nth-child(3) .link .fill_linkbase {
  fill: #611825;
}
#Main .contents .howto {
  padding-top: 9.8666666667cqw;
  padding-bottom: 9.3333333333cqw;
}
#Main .contents .howto .frame {
  min-height: 93.0666666667cqw;
  background: url(../images/howto_bg.png?v=2) no-repeat center top;
  background-size: 100% 100%;
  color: #fbf9e5;
  padding-top: 5.3333333333cqw;
}
#Main .contents .howto .frame .sectionTitle small {
  font-size: 67%;
}
#Main .contents .howto .frame ol {
  width: 61.3333333333cqw;
  margin-top: 4.5333333333cqw;
  margin-left: auto;
  margin-right: auto;
}
#Main .contents .howto .frame ol li {
  border-top: solid 0.2666666667cqw #fbf9e5;
  padding: 3.7333333333cqw 0;
}
#Main .contents .howto .frame ol li .text {
  position: relative;
  font-size: 7px; /* legacy */
  font-size: 3.7333333333cqw;
  line-height: 1.2857142857;
  letter-spacing: 0.02em;
  text-align: left;
  padding-left: 2em;
}
#Main .contents .howto .frame ol li .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1428571429em;
  content: "";
}
#Main .contents .howto .frame ol li .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.1428571429em;
  content: "";
}
#Main .contents .howto .frame ol li .text .num {
  position: absolute;
  left: 0;
  top: 0;
}
#Main .contents .howto .frame ol li:nth-child(3) {
  padding-bottom: 5.3333333333cqw;
}
#Main .contents .howto .frame .note {
  font-size: 6px; /* legacy */
  font-size: 3.2cqw;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
#Main .contents .howto .frame .note::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0em;
  content: "";
}
#Main .contents .howto .frame .note::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0em;
  content: "";
}
#Main .contents .recipe {
  margin-left: 5.3333333333cqw;
  margin-right: 5.3333333333cqw;
}
#Main .contents .recipe .tab {
  background: url(../images/menu_tab.png) no-repeat left top;
  background-size: 100% auto;
  width: 100%;
  height: 16cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Main .contents .recipe .tab div {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
#Main .contents .recipe .tab a {
  display: block;
  width: 100%;
  height: 13.3333333333cqw;
  text-indent: -9999px;
}
#Main .contents .recipe .tab .active a {
  pointer-events: none;
}
#Main .contents .recipe .detail {
  position: relative;
  margin-top: -4cqw;
  color: #fbf9e5;
}
#Main .contents .recipe .detail .block {
  display: none;
  border-radius: 4cqw;
  width: 100%;
  min-height: 227.4666666667cqw;
  padding-top: 5.2cqw;
}
#Main .contents .recipe .detail .block.active {
  display: block;
}
#Main .contents .recipe .detail .block .pickup {
  padding-top: 4.1333333333cqw;
  padding-bottom: 1.3333333333cqw;
}
#Main .contents .recipe .detail .block .title {
  font-size: 12px; /* legacy */
  font-size: 6.4cqw;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 6.6666666667cqw;
  width: 74.6666666667cqw;
  margin-left: auto;
  margin-right: auto;
}
#Main .contents .recipe .detail .block ul {
  width: 74.6666666667cqw;
  margin-left: auto;
  margin-right: auto;
  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;
}
#Main .contents .recipe .detail .block ul li:nth-child(n+3) {
  margin-top: 4cqw;
}
#Main .contents .recipe .detail .block ul li a {
  display: block;
  width: 35.4666666667cqw;
  height: 38.6666666667cqw;
  background: #3c1d11;
  border-radius: 0 0 2.6666666667cqw 2.6666666667cqw;
}
#Main .contents .recipe .detail .block ul li a .img {
  height: 25.3333333333cqw;
  overflow: hidden;
  border: solid 1.0666666667cqw #FFF;
}
#Main .contents .recipe .detail .block ul li a .name {
  height: 13.3333333333cqw;
  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;
}
#Main .contents .recipe .detail .block ul li a .name span {
  display: block;
  font-size: 8px; /* legacy */
  font-size: 4.2666666667cqw;
  line-height: 1.125;
  letter-spacing: 0em;
}
#Main .contents .recipe .detail .block ul li a .name span::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.0625em;
  content: "";
}
#Main .contents .recipe .detail .block ul li a .name span::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.0625em;
  content: "";
}
#Main .contents .recipe .detail .link {
  width: 74.6666666667cqw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12cqw;
}
#Main .contents .recipe .detail .link a {
  font-size: 12px; /* legacy */
  font-size: 6.4cqw;
  line-height: 1.625;
  letter-spacing: 0.01em;
}
#Main .contents .recipe .detail #item01 {
  background: #b79552;
}
#Main .contents .recipe .detail #item01 ul li a {
  background: #3c1d11;
}
#Main .contents .recipe .detail #item01 .fill_linkbase {
  fill: #3c1d11;
}
#Main .contents .recipe .detail #item02 {
  background: #849d41;
}
#Main .contents .recipe .detail #item02 ul li a {
  background: #2c3924;
}
#Main .contents .recipe .detail #item02 .fill_linkbase {
  fill: #2c3924;
}
#Main .contents .recipe .detail #item03 {
  background: #b25539;
}
#Main .contents .recipe .detail #item03 ul li a {
  background: #611825;
}
#Main .contents .recipe .detail #item03 .fill_linkbase {
  fill: #611825;
}

/* animation
.image {
	animation-delay: 0.3s;
}
&.inView {
	.base, .image {
		animation-name: fadeInUp;
	}
}
*/
.scroll p a::after {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -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-name: scrollIcon;
          animation-name: scrollIcon;
}

/*-------------------------------------------> animation module */
.anim-fadeIn {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -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: 1s;
          animation-duration: 1s;
  -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-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: 1s;
          animation-duration: 1s;
  -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: 1s;
          animation-duration: 1s;
  -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: 1s;
          animation-duration: 1s;
  -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;
}

.linkArrow img, .linkArrow .svg {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -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;
}
.linkArrow:hover img, .linkArrow:hover .svg {
  -webkit-animation-name: linkArrow;
          animation-name: linkArrow;
}
.linkArrow.arrowR:hover img, .linkArrow.arrowR:hover .svg {
  -webkit-animation-name: linkArrowR;
          animation-name: linkArrowR;
}

.anim-slice {
  clip-path: inset(0 100% 0 0);
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.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-ddon {
  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.68, -0.55, 0.27, 1.55);
          animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

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

.inView .isAnim.anim-ddon,
.inView .isAnim .anim-ddon {
  -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;
}

/* 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;
}

/*-------------------------------------------> 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(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 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);
  }
  /*
   from {
     opacity: 0;
     transform: translateX(-50px);
     clip-path: inset(0 100% 0 0);
   }
   to {
     opacity: 1;
     transform: translateX(0);
     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);
  }
  /*
   from {
     opacity: 0;
     transform: translateX(-50px);
     clip-path: inset(0 100% 0 0);
   }
   to {
     opacity: 1;
     transform: translateX(0);
     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 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 ddon {
  0% {
    opacity: 0;
    scale: 1.5;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes ddon {
  0% {
    opacity: 0;
    scale: 1.5;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@-webkit-keyframes bound {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bound {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}