/* Verification
   ========================================================================== */
*, *::before, *::after {
  /* outline: 1px solid red; */
  /* outline-offset: -1px; */
}

/* Root
   ========================================================================== */
:root {
  --gutter: 20px;
}

/* Document
   ========================================================================== */
/**
 * 1. Prevent adjustments of font size after orientation changes in iOS.
 * 2. Smooth scroll.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * 1. Line feed processing.
 * 2. Remove the margin in all browsers.
 */
body {
  color: var(--color);
  font-family: sans-serif;
  font-size: min(2.1333333333vw, 1em);
  font-size: min(2.1333333333vi, 1em);
  /* 1 */
  word-wrap: break-word;
  /* 1 */
  overflow-wrap: break-word;
  max-inline-size: 46.875rem;
  /* 2 */
  margin-block: 0;
  margin-inline: auto;
}
@supports not (margin-block: 0) {
  body {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
  }
}
@supports not (margin-inline: auto) {
  body {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
  }
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  box-sizing: content-box;
  /* 1 */
  block-size: 0;
  /* 2 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* 1 */
  font-family: monospace, monospace;
  /* 2 */
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 */
a {
  color: var(--theme-color);
  /* 1 */
  background-color: transparent;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 1 */
  -webkit-border-after: none;
  border-block-end: none;
  /* 2 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  /* 1 */
  font-family: monospace, monospace;
  /* 2 */
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  inset-block-end: -0.25em;
}

sup {
  inset-block-start: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Eliminate the gap.
 * 2. Fluid image.
 * 3. Remove the border on images inside links in IE 10.
 */
img {
  /* 1 */
  vertical-align: bottom;
  /* 2 */
  max-inline-size: 100%;
  /* 2 */
  block-size: auto;
  /* 3 */
  border-style: none;
}

a img {
  transition: opacity 0.2s linear;
}
a:hover img {
  opacity: 0.5;
}

svg {
  /* 1 */
  vertical-align: bottom;
  /* 2 */
  max-inline-size: 100%;
  /* 2 */
  block-size: auto;
}

/**
 * 1. Eliminate the gap.
 * 2. Fluid iframe.
 */
iframe {
  /* 1 */
  vertical-align: bottom;
  /* 2 */
  max-inline-size: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 2 */
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  color: inherit;
  /* 1 */
  display: table;
  /* 1 */
  max-inline-size: 100%;
  /* 3 */
  padding: 0;
  /* 1 */
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * 1. Remove the default vertical scrollbar in IE 10+.
 * 2. Eliminate the gap.
 */
textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: bottom;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  block-size: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  /* 1 */
  -webkit-appearance: textfield;
  /* 2 */
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  font: inherit;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Video
   ========================================================================== */
/**
 * Fluid video.
 */
video {
  max-inline-size: 100%;
  block-size: auto;
}

/* List
   ========================================================================== */
li[class] {
  list-style: none;
}

/* id
   ========================================================================== */
[id] {
  scroll-margin-block-start: 3.75rem;
}
@media (min-width: 48rem) {
  [id] {
    scroll-margin-block-start: 6.25rem;
  }
}

/* Button
   ========================================================================== */
button {
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

/* YouTube
   ========================================================================== */
/**
 * Fluid YouTube.
 */
@supports (aspect-ratio: 16 / 9) {
  iframe[src*=youtube] {
    aspect-ratio: 16 / 9;
    max-inline-size: 100%;
    block-size: 100%;
  }
}

/* Paragraph
   ========================================================================== */
p {
  margin: 0;
}

/************************************************
    Screen Reader
*************************************************/
.sr-only {
  white-space: nowrap;
  inline-size: 1px;
  block-size: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  position: absolute;
}

/************************************************
    Animation
*************************************************/
@-webkit-keyframes fluffy {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-25px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-25px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fluffy {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-25px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-25px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.fluffy {
  -webkit-animation: fluffy 3s ease infinite;
  animation: fluffy 3s ease infinite;
}

/************************************************
    Key Visual
*************************************************/
.keyVisual {
  margin: 0;
}

/************************************************
    Button
*************************************************/
.button-LINE .cls-1, .button-LINE .cls-2, .button-LINE .cls-3, .button-LINE .cls-4, .button-LINE .cls-5, .button-LINE .cls-6 {
  stroke-width: 0px;
}
.button-LINE .cls-2 {
  fill: #3fa54a;
}
.button-LINE .cls-3 {
  fill: #f1e321;
}
.button-LINE .cls-4 {
  fill: #fff;
}
.button-LINE .cls-5 {
  fill: #040000;
}
.button-LINE .cls-6 {
  fill: #006837;
}

/************************************************
    LINE
*************************************************/
.line {
  background-color: #a98b5e;
  padding-block: 1.4409375em 2.0659375em;
  padding-inline: 3.125em 2.39375em;
}
@supports not (padding-block: 1.4409375em 2.0659375em) {
  .line {
    -webkit-padding-before: 1.4409375em;
    padding-block-start: 1.4409375em;
    -webkit-padding-after: 2.0659375em;
    padding-block-end: 2.0659375em;
  }
}
@supports not (padding-inline: 3.125em 2.39375em) {
  .line {
    -webkit-padding-start: 3.125em;
    padding-inline-start: 3.125em;
    -webkit-padding-end: 2.39375em;
    padding-inline-end: 2.39375em;
  }
}

/************************************************
    Summary
*************************************************/
.summary {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 2em;
  padding-inline: 1.3333333333em;
}
@supports not (padding-block: 2em) {
  .summary {
    -webkit-padding-before: 2em;
    padding-block-start: 2em;
    -webkit-padding-after: 2em;
    padding-block-end: 2em;
  }
}
@supports not (padding-inline: 1.3333333333em) {
  .summary {
    -webkit-padding-start: 1.3333333333em;
    padding-inline-start: 1.3333333333em;
    -webkit-padding-end: 1.3333333333em;
    padding-inline-end: 1.3333333333em;
  }
}
.summary ul {
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.summary li {
  list-style: none;
}
.summary .medium {
  font-weight: 500;
}
.summary .demibold {
  font-weight: 600;
}

/************************************************
    Reserve
*************************************************/
.reserve {
  position: relative;
}
.reserve .button-LINE {
  inline-size: 88.2293333333%;
  margin: auto;
  position: absolute;
  inset-inline-start: 6.6666666667%;
  inset-block-end: 7.3891625616%;
}
@supports not (inset-inline-start: 6.6666666667%) {
  .reserve .button-LINE {
    left: 6.6666666667%;
  }
}
@supports not (inset-block-end: 7.3891625616%) {
  .reserve .button-LINE {
    bottom: 7.3891625616%;
  }
}

/************************************************
    FAQ
*************************************************/
.faq {
  -webkit-margin-before: 2.1875em;
  margin-block-start: 2.1875em;
}
.section-FAQ__title + .faq {
  -webkit-margin-before: 5.1875em;
  margin-block-start: 5.1875em;
}
.faq .question {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1875;
  -js-display: flex;
  display: flex;
  background-color: #e7e7e7;
  padding-block: 1.28125em;
  padding-inline: 1.25em 3.375em;
  cursor: pointer;
  position: relative;
}
@supports not (padding-block: 1.28125em) {
  .faq .question {
    -webkit-padding-before: 1.28125em;
    padding-block-start: 1.28125em;
    -webkit-padding-after: 1.28125em;
    padding-block-end: 1.28125em;
  }
}
@supports not (padding-inline: 1.25em 3.375em) {
  .faq .question {
    -webkit-padding-start: 1.25em;
    padding-inline-start: 1.25em;
    -webkit-padding-end: 3.375em;
    padding-inline-end: 3.375em;
  }
}
.faq .question::-webkit-details-marker {
  display: none;
}
.faq .question::before {
  content: "Q. ";
  white-space: pre;
}
.faq .question .trigger {
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  position: absolute;
  right: 1.25em;
  top: 1.3125em;
}
.faq .question .trigger::before, .faq .question .trigger::after {
  content: "";
  display: block;
  background-color: currentColor;
  transition: all 0.3s;
  position: absolute;
}
.faq .question .trigger::before {
  width: 100%;
  height: 0.1875em;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}
.faq.is-opened .question .trigger::before {
  transform: translateY(-50%) rotate(180deg);
}

.faq .question .trigger::after {
  width: 0.1875em;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%) rotate(0deg);
}
.faq.is-opened .question .trigger::after {
  transform: translateX(-50%) rotate(90deg);
}

.faq .answer {
  font-size: 1.9375em;
  font-weight: 700;
  line-height: 1.6129032258;
  background-color: white;
  overflow: hidden;
}
.faq .answer__content {
  padding-block: 0.8064516129em;
  padding-inline: 1.2903225806em;
}
@supports not (padding-block: 0.8064516129em) {
  .faq .answer__content {
    -webkit-padding-before: 0.8064516129em;
    padding-block-start: 0.8064516129em;
    -webkit-padding-after: 0.8064516129em;
    padding-block-end: 0.8064516129em;
  }
}
@supports not (padding-inline: 1.2903225806em) {
  .faq .answer__content {
    -webkit-padding-start: 1.2903225806em;
    padding-inline-start: 1.2903225806em;
    -webkit-padding-end: 1.2903225806em;
    padding-inline-end: 1.2903225806em;
  }
}

/************************************************
    FAQ
*************************************************/
.section-FAQ {
  background: black no-repeat center top / 100% auto;
  padding-block: 5em;
  padding-inline: 3.125em;
}
@supports ((background-image: -webkit-image-set(url('img/section-FAQ.webp') 1x, url('img/section-FAQ@2x.webp') 2x)) or (background-image: image-set(url('img/section-FAQ.webp') 1x, url('img/section-FAQ@2x.webp') 2x))) {
  .webp .section-FAQ {
    background-image: -webkit-image-set(url('img/section-FAQ.webp') 1x, url('img/section-FAQ@2x.webp') 2x);
    background-image: image-set(url('img/section-FAQ.webp') 1x, url('img/section-FAQ@2x.webp') 2x);
  }
}
@supports ((background-image: -webkit-image-set(url('img/section-FAQ.png') 1x, url('img/section-FAQ@2x.png') 2x)) or (background-image: image-set(url('img/section-FAQ.png') 1x, url('img/section-FAQ@2x.png') 2x))) {
  .no-webp .section-FAQ {
    background-image: -webkit-image-set(url('img/section-FAQ.png') 1x, url('img/section-FAQ@2x.png') 2x);
    background-image: image-set(url('img/section-FAQ.png') 1x, url('img/section-FAQ@2x.png') 2x);
  }
}
@supports not ((background-image: -webkit-image-set(url('img/section-FAQ.webp') 1x, url('img/section-FAQ@2x.webp') 2x)) or (background-image: image-set(url('img/section-FAQ.webp') 1x, url('img/section-FAQ@2x.webp') 2x))) {
  .section-FAQ {
    background-image: url('img/section-FAQ.webp');
  }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
    .webp .section-FAQ {
      background-image: url('img/section-FAQ@2x.webp');
    }
  }
}
@supports not ((background-image: -webkit-image-set(url('img/section-FAQ.png') 1x, url('img/section-FAQ@2x.png') 2x)) or (background-image: image-set(url('img/section-FAQ.png') 1x, url('img/section-FAQ@2x.png') 2x))) {
  .section-FAQ {
    background-image: url('img/section-FAQ.png');
  }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
    .no-webp .section-FAQ {
      background-image: url('img/section-FAQ@2x.png');
    }
  }
}
_:-ms-lang(x)::-ms-backdrop, .section-FAQ {
  background-image: url('img/section-FAQ.png');
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .no-webp _:-ms-lang(x)::-ms-backdrop, .no-webp .section-FAQ {
    background-image: url('img/section-FAQ@2x.png');
  }
}

@supports not (padding-block: 5em) {
  .section-FAQ {
    -webkit-padding-before: 5em;
    padding-block-start: 5em;
    -webkit-padding-after: 5em;
    padding-block-end: 5em;
  }
}
@supports not (padding-inline: 3.125em) {
  .section-FAQ {
    -webkit-padding-start: 3.125em;
    padding-inline-start: 3.125em;
    -webkit-padding-end: 3.125em;
    padding-inline-end: 3.125em;
  }
}
.section-FAQ__title {
  font-size: 1em;
  line-height: 1;
  text-align: center;
  margin: 0;
}
.section-FAQ__title img {
  width: 30.9230769231%;
  inline-size: 30.9230769231%;
}
/*# sourceMappingURL=maps/style.css.map */