@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

:root {
  --color-primary-muted: #e42086;
  --color-primary-default: #d8558d;
  --color-primary-emphasis: #e62188;
  --color-secondary-muted: #009a44;
  --color-secondary-default: #007080;
  --color-thirdly-default: #241C95;
  --color-canvas-default: #ffffff;
  --color-loading-default: #f0eee5;
  --color-border-default: #cccccc;
  --color-fg-light: #4b4242;
  --color-fg-muted: #555555;
  --color-fg-default: #232323;
  --color-fg-emphasis: #000000;
  --color-textshadow-rgb: rgb(189,58.114);
  --color-error-default: #ff6633;
}

@-webkit-keyframes caret-bt-5 {
  0% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}
@keyframes caret-bt-5 {
  0% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}
.w40 {
  width: 40px;
}
.w80 {
  width: 80px;
}
.w120 {
  width: 120px;
}
.w160 {
  width: 160px;
}
.w200 {
  width: 200px;
}

.mra {
  margin-right: auto;
}
.mla {
  margin-left: auto;
}
.mha {
  margin-left: auto;
  margin-right: auto;
}
.mt0 {
  margin-top: 0px;
}
.mr0 {
  margin-right: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.ml0 {
  margin-left: 0px;
}
.mv0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mh0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mt1 {
  margin-top: 1px;
}
.mr1 {
  margin-right: 1px;
}
.mb1 {
  margin-bottom: 1px;
}
.ml1 {
  margin-left: 1px;
}
.mv1 {
  margin-top: 1px;
  margin-bottom: 1px;
}
.mh1 {
  margin-left: 1px;
  margin-right: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mr2 {
  margin-right: 2px;
}
.mb2 {
  margin-bottom: 2px;
}
.ml2 {
  margin-left: 2px;
}
.mv2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.mh2 {
  margin-left: 2px;
  margin-right: 2px;
}
.mt3 {
  margin-top: 3px;
}
.mr3 {
  margin-right: 3px;
}
.mb3 {
  margin-bottom: 3px;
}
.ml3 {
  margin-left: 3px;
}
.mv3 {
  margin-top: 3px;
  margin-bottom: 3px;
}
.mh3 {
  margin-left: 3px;
  margin-right: 3px;
}
.mt4 {
  margin-top: 4px;
}
.mr4 {
  margin-right: 4px;
}
.mb4 {
  margin-bottom: 4px;
}
.ml4 {
  margin-left: 4px;
}
.mv4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mh4 {
  margin-left: 4px;
  margin-right: 4px;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mv5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mh5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mt6 {
  margin-top: 6px;
}
.mr6 {
  margin-right: 6px;
}
.mb6 {
  margin-bottom: 6px;
}
.ml6 {
  margin-left: 6px;
}
.mv6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.mh6 {
  margin-left: 6px;
  margin-right: 6px;
}
.mt7 {
  margin-top: 7px;
}
.mr7 {
  margin-right: 7px;
}
.mb7 {
  margin-bottom: 7px;
}
.ml7 {
  margin-left: 7px;
}
.mv7 {
  margin-top: 7px;
  margin-bottom: 7px;
}
.mh7 {
  margin-left: 7px;
  margin-right: 7px;
}
.mt8 {
  margin-top: 8px;
}
.mr8 {
  margin-right: 8px;
}
.mb8 {
  margin-bottom: 8px;
}
.ml8 {
  margin-left: 8px;
}
.mv8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mh8 {
  margin-left: 8px;
  margin-right: 8px;
}
.mt9 {
  margin-top: 9px;
}
.mr9 {
  margin-right: 9px;
}
.mb9 {
  margin-bottom: 9px;
}
.ml9 {
  margin-left: 9px;
}
.mv9 {
  margin-top: 9px;
  margin-bottom: 9px;
}
.mh9 {
  margin-left: 9px;
  margin-right: 9px;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mv10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mh10 {
  margin-left: 10px;
  margin-right: 10px;
}

.pt0 {
  padding-top: 0px;
}
.pr0 {
  padding-right: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pl0 {
  padding-left: 0px;
}
.pv0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.ph0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pt1 {
  padding-top: 1px;
}
.pr1 {
  padding-right: 1px;
}
.pb1 {
  padding-bottom: 1px;
}
.pl1 {
  padding-left: 1px;
}
.pv1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.ph1 {
  padding-left: 1px;
  padding-right: 1px;
}
.pt2 {
  padding-top: 2px;
}
.pr2 {
  padding-right: 2px;
}
.pb2 {
  padding-bottom: 2px;
}
.pl2 {
  padding-left: 2px;
}
.pv2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.ph2 {
  padding-left: 2px;
  padding-right: 2px;
}
.pt3 {
  padding-top: 3px;
}
.pr3 {
  padding-right: 3px;
}
.pb3 {
  padding-bottom: 3px;
}
.pl3 {
  padding-left: 3px;
}
.pv3 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.ph3 {
  padding-left: 3px;
  padding-right: 3px;
}
.pt4 {
  padding-top: 4px;
}
.pr4 {
  padding-right: 4px;
}
.pb4 {
  padding-bottom: 4px;
}
.pl4 {
  padding-left: 4px;
}
.pv4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.ph4 {
  padding-left: 4px;
  padding-right: 4px;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pv5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ph5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pt6 {
  padding-top: 6px;
}
.pr6 {
  padding-right: 6px;
}
.pb6 {
  padding-bottom: 6px;
}
.pl6 {
  padding-left: 6px;
}
.pv6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ph6 {
  padding-left: 6px;
  padding-right: 6px;
}
.pt7 {
  padding-top: 7px;
}
.pr7 {
  padding-right: 7px;
}
.pb7 {
  padding-bottom: 7px;
}
.pl7 {
  padding-left: 7px;
}
.pv7 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.ph7 {
  padding-left: 7px;
  padding-right: 7px;
}
.pt8 {
  padding-top: 8px;
}
.pr8 {
  padding-right: 8px;
}
.pb8 {
  padding-bottom: 8px;
}
.pl8 {
  padding-left: 8px;
}
.pv8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ph8 {
  padding-left: 8px;
  padding-right: 8px;
}
.pt9 {
  padding-top: 9px;
}
.pr9 {
  padding-right: 9px;
}
.pb9 {
  padding-bottom: 9px;
}
.pl9 {
  padding-left: 9px;
}
.pv9 {
  padding-top: 9px;
  padding-bottom: 9px;
}
.ph9 {
  padding-left: 9px;
  padding-right: 9px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ph10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ga0 {
  gap: 0px;
}
.gv0 {
  gap: 0px 0;
}
.gh0 {
  gap: 0 0px;
}
.ga1 {
  gap: 1px;
}
.gv1 {
  gap: 1px 0;
}
.gh1 {
  gap: 0 1px;
}
.ga2 {
  gap: 2px;
}
.gv2 {
  gap: 2px 0;
}
.gh2 {
  gap: 0 2px;
}
.ga3 {
  gap: 3px;
}
.gv3 {
  gap: 3px 0;
}
.gh3 {
  gap: 0 3px;
}
.ga4 {
  gap: 4px;
}
.gv4 {
  gap: 4px 0;
}
.gh4 {
  gap: 0 4px;
}
.ga5 {
  gap: 5px;
}
.gv5 {
  gap: 5px 0;
}
.gh5 {
  gap: 0 5px;
}
.ga6 {
  gap: 6px;
}
.gv6 {
  gap: 6px 0;
}
.gh6 {
  gap: 0 6px;
}
.ga7 {
  gap: 7px;
}
.gv7 {
  gap: 7px 0;
}
.gh7 {
  gap: 0 7px;
}
.ga8 {
  gap: 8px;
}
.gv8 {
  gap: 8px 0;
}
.gh8 {
  gap: 0 8px;
}
.ga9 {
  gap: 9px;
}
.gv9 {
  gap: 9px 0;
}
.gh9 {
  gap: 0 9px;
}
.ga10 {
  gap: 10px;
}
.gv10 {
  gap: 10px 0;
}
.gh10 {
  gap: 0 10px;
}
.ga11 {
  gap: 11px;
}
.gv11 {
  gap: 11px 0;
}
.gh11 {
  gap: 0 11px;
}
.ga12 {
  gap: 12px;
}
.gv12 {
  gap: 12px 0;
}
.gh12 {
  gap: 0 12px;
}
.ga13 {
  gap: 13px;
}
.gv13 {
  gap: 13px 0;
}
.gh13 {
  gap: 0 13px;
}
.ga14 {
  gap: 14px;
}
.gv14 {
  gap: 14px 0;
}
.gh14 {
  gap: 0 14px;
}
.ga15 {
  gap: 15px;
}
.gv15 {
  gap: 15px 0;
}
.gh15 {
  gap: 0 15px;
}

.bt1 {
  border-top: 1px solid var(--color-border-default);
}
.br1 {
  border-right: 1px solid var(--color-border-default);
}
.bb1 {
  border-bottom: 1px solid var(--color-border-default);
}
.bl1 {
  border-left: 1px solid var(--color-border-default);
}

.relative {
  position: relative;
}

.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

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

.flex-start {
  justify-content: start;
}

.flex-end {
  justify-content: end;
}

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

:root {
  --color-primary-muted: #e42086;
  --color-primary-default: #d8558d;
  --color-primary-emphasis: #e62188;
  --color-secondary-muted: #009a44;
  --color-secondary-default: #007080;
  --color-thirdly-default: #241C95;
  --color-canvas-default: #ffffff;
  --color-loading-default: #f0eee5;
  --color-border-default: #cccccc;
  --color-fg-light: #4b4242;
  --color-fg-muted: #555555;
  --color-fg-default: #232323;
  --color-fg-emphasis: #000000;
  --color-textshadow-rgb: rgb(189,58.114);
  --color-error-default: #ff6633;
}

html,
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-fg-emphasis);
}

html {
  scroll-behavior: smooth;
}

body.overflow {
  overflow: hidden;
}

.webp body {
  background-image: url("../../images/echinacea/background-body.jpg.webp");
}
.webp .cover {
  background-image: url("../../images/echinacea/background-cover.png.webp");
}
.webp .suggest::before {
  background-image: url("../../images/echinacea/background-suggest.png.webp");
}
.webp .suggest h2 {
  background-image: url("../../images/echinacea/cloud-suggest1.png.webp");
}
.webp .suggest ul li {
  background-image: url("../../images/echinacea/cloud-suggest3.png.webp");
}
.webp .suggest ul li:first-of-type {
  background-image: url("../../images/echinacea/cloud-suggest2.png.webp");
}
.webp .suggest ul li:last-of-type {
  background-image: url("../../images/echinacea/cloud-suggest4.png.webp");
}
.webp .features::before {
  background-image: url("../../images/echinacea/background-features.png.webp");
}
.webp .features h2 {
  background-image: url("../../images/echinacea/cloud-features1.png.webp");
}
.webp .features h3 > i {
  background-image: url("../../images/echinacea/circle.png.webp");
}
.webp .features-list {
  background-image: url("../../images/echinacea/cloud-features2.png.webp");
}
.webp .features-box {
  background-image: url("../../images/echinacea/cloud-features3.png.webp");
}
.webp .voices h2 {
  background-image: url("../../images/echinacea/cloud-voices.png.webp");
}
.webp .purchase {
  background-image: url("../../images/echinacea/background-purchase.jpg.webp");
}
.webp .purchase h2 {
  background-image: url("../../images/echinacea/cloud-purchase1.png.webp");
}
.webp .scroll-top {
  background-image: url("../../images/echinacea/circle.png.webp");
}

.no-webp body {
  background-image: url("../../images/echinacea/background-body.jpg");
}
.no-webp .cover {
  background-image: url("../../images/echinacea/background-cover.png");
}
.no-webp .suggest::before {
  background-image: url("../../images/echinacea/background-suggest.png");
}
.no-webp .suggest h2 {
  background-image: url("../../images/echinacea/cloud-suggest1.png");
}
.no-webp .suggest ul li {
  background-image: url("../../images/echinacea/cloud-suggest3.png");
}
.no-webp .suggest ul li:first-of-type {
  background-image: url("../../images/echinacea/cloud-suggest2.png");
}
.no-webp .suggest ul li:last-of-type {
  background-image: url("../../images/echinacea/cloud-suggest4.png");
}
.no-webp .features::before {
  background-image: url("../../images/echinacea/background-features.png");
}
.no-webp .features h2 {
  background-image: url("../../images/echinacea/cloud-features1.png");
}
.no-webp .features h3 > i {
  background-image: url("../../images/echinacea/circle.png");
}
.no-webp .features-list {
  background-image: url("../../images/echinacea/cloud-features2.png");
}
.no-webp .features-box {
  background-image: url("../../images/echinacea/cloud-features3.png");
}
.no-webp .voices h2 {
  background-image: url("../../images/echinacea/cloud-voices.png");
}
.no-webp .purchase {
  background-image: url("../../images/echinacea/background-purchase.jpg");
}
.no-webp .purchase h2 {
  background-image: url("../../images/echinacea/cloud-purchase1.png");
}
.no-webp .scroll-top {
  background-image: url("../../images/echinacea/circle.png");
}

body {
  background: transparent center top 900px auto no-repeat;
}

a {
  color: var(--color-fg-default);
}
a:hover {
  text-decoration: none;
}
a.brand:hover > svg {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "alpha(opacity=$ratioms)";
}

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

.color-primary-emphasis {
  color: var(--color-primary-emphasis);
}

.color-primary-muted {
  color: var(--color-primary-muted);
}

.color-secondary-muted {
  color: var(--color-secondary-muted);
}

.no-pc {
  display: none;
}
.no-sp {
  display: inline;
}

#cover .container {
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=$ratioms)";
  -webkit-transition: 3s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 3s cubic-bezier(0.22, 1, 0.36, 1);
  -ms-transition: 3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 3s cubic-bezier(0.22, 1, 0.36, 1);
}
#cover.fadein .container {
  opacity: 10;
  -moz-opacity: 10;
  -ms-filter: "alpha(opacity=$ratioms)";
  visibility: visible;
}

#wrap {
  position: relative;
  overflow: hidden;
}

.kinutamincho {
  font-family: kinuta-mincho-stdn, serif;
  font-style: normal;
}

.irohamomi {
  font-family: "iroha-22momi-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.suggest::before,
.features::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  display: block;
  height: calc(100% + 100px);
  width: 100%;
  background: transparent center top/cover no-repeat;
}

.cover {
  background: transparent center bottom/cover no-repeat;
  padding: 67px 0 230px 0;
  text-align: center;
  position: relative;
}
.cover .crown {
  margin-bottom: 40px;
}
.cover .crown > img {
  max-width: 100%;
}
.cover .brand {
  display: inline-block;
  margin-bottom: 43px;
}
.cover h1 {
  margin: 0 0 61px 0;
  font-size: 65px;
  line-height: 128%;
}
.cover h1 > svg {
  max-width: 100%;
  height: auto;
}
.cover figure {
  margin: 0;
}
.cover figure figcaption {
  font-size: 24px;
  line-height: 140%;
}
.cover figure figcaption strong {
  font-size: 30px;
  display: block;
}
.cover figure img {
  max-width: 400px;
  height: auto;
  aspect-ratio: 4/5;
}
.cover-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  gap: 0 24px;
}

.animate-content {
  -webkit-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  -ms-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=$ratioms)";
  position: absolute;
}
.animate-content-isolation {
  -webkit-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  -ms-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=$ratioms)";
  position: absolute;
}
.animate-content-isolation.animate {
  opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=$ratioms)";
}
.animate-content.phase2 {
  transition-delay: 0.5s;
}
.animate-content.phase3 {
  transition-delay: 1.6s;
}
.animate-content.phase4 {
  transition-delay: 1.8s;
}
.animate-content.phase5 {
  transition-delay: 2s;
}

.suggest {
  padding: 5px 0 145px 0;
  background-size: 100% auto;
  position: relative;
}
.suggest::before {
  margin-top: -165px;
}
.suggest .leaf-suggest1 {
  left: 50%;
  top: 0;
  margin: 50px 0 0 -430px;
}
.suggest .leaf-suggest2 {
  right: 50%;
  top: 0;
  margin: 50px -430px 0 0;
}
.suggest .flower-suggest1 {
  left: 0;
  top: 0;
  margin: 170px 0 0 0;
}
.suggest .flower-suggest2 {
  right: 0;
  top: 0;
  margin: 135px -50px 0 0;
}
.suggest .virus-suggest1 {
  left: 0;
  top: 0;
  margin: -35px 0 0 -10px;
}
.suggest .virus-suggest2 {
  left: 0;
  top: 0;
  margin: -55px 0 0 0;
}
.suggest .virus-suggest3 {
  right: 0;
  top: 0;
  margin: -5px 0 0 0;
}
.suggest .virus-suggest4 {
  left: 0;
  top: 0;
  margin: 30px 0 0 30px;
}
.suggest .virus-suggest5 {
  right: 0;
  top: 0;
  margin: 0 20px 0 0;
}
.suggest.animate .animate-content {
  opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=$ratioms)";
}
.suggest.animate .leaf-suggest1 {
  margin-left: -480px;
}
.suggest.animate .leaf-suggest2 {
  margin-right: -480px;
}
.suggest.animate .flower-suggest1 {
  margin-top: 130px;
}
.suggest.animate .flower-suggest2 {
  margin-top: 95px;
}
.suggest h2 {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 437px;
  height: 225px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 60px;
  padding-top: 30px;
  font-size: 53px;
  line-height: 115%;
  background: transparent center center/100% no-repeat;
}
.suggest h2 > span {
  font-size: 30px;
  display: block;
}
.suggest h2 > svg {
  position: absolute;
  margin: 0 0 28px 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.suggest ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.suggest ul > li {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 33.3333333333%;
  padding: 90px 0 100px 0;
  background: transparent center top/auto 800px no-repeat;
}
.suggest ul > li h3 {
  margin: 0 0 40px 0;
  text-align: center;
  font-weight: 400;
  color: var(--color-thirdly-default);
  font-size: 32px;
  line-height: 140%;
}
.suggest ul > li picture {
  margin-bottom: 40px;
  display: block;
}
.suggest ul > li b {
  font-size: 22px;
  line-height: 128%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.suggest ul > li p {
  text-align: center;
  color: var(--color-fg-muted);
  margin: 0;
  line-height: 150%;
  padding: 0 60px;
}
.suggest ul > li p span {
  white-space: nowrap;
  display: inline-block;
}

.features {
  padding: 45px 0 60px 0;
  background-size: 100% auto;
  position: relative;
  z-index: 3;
}
.features::before {
  margin-top: -80px;
}
.features-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 30px;
  position: relative;
}
.features .candy-features1 {
  left: 0;
  top: 0;
  margin: -100px 0 0 -50px;
}
.features .candy-features2 {
  right: 0;
  top: 0;
  margin: -125px -50px 0 0;
}
.features .leaf-features1 {
  left: 50%;
  top: 0;
  margin: 120px 0 0 -430px;
}
.features .leaf-features2 {
  right: 50%;
  top: 0;
  margin: 120px -430px 0 0;
}
.features .flower-features1 {
  right: 0;
  top: 0;
  margin: 220px -175px 0 0;
}
.features .flower-features1.animate {
  margin-right: -125px;
}
.features .flower-features2 {
  left: 0;
  top: 0;
  margin: 310px 0 0 -205px;
}
.features .flower-features2.animate {
  margin-left: -155px;
}
.features .flower-features3 {
  right: 0;
  top: 0;
  margin: 615px -90px 0 0;
}
.features .flower-features3.animate {
  margin-right: -40px;
}
.features .flower-features4 {
  left: 0;
  top: 0;
  margin: -105px 0 0 -130px;
}
.features .flower-features4.animate {
  margin-left: -80px;
}
.features .flower-features5 {
  right: 0;
  bottom: 0;
  margin: 0 -80px 0 0;
}
.features .flower-features5.animate {
  margin-right: -30px;
}
.features.animate .animate-content {
  opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=$ratioms)";
}
.features.animate .leaf-features1 {
  margin-left: -480px;
}
.features.animate .leaf-features2 {
  margin-right: -480px;
}
.features h2 {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 437px;
  height: 225px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 60px;
  padding-top: 15px;
  font-size: 53px;
  line-height: 115%;
  background: transparent center center/100% no-repeat;
}
.features h2 > span {
  font-size: 30px;
  display: block;
}
.features h2 > svg {
  position: absolute;
  margin: 0 0 55px 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.features h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin: 0px auto;
  margin-bottom: 50px;
}
.features h3 > i {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  justify-content: center;
  height: 128px;
  width: 128px;
  font-size: 65px;
  font-style: normal;
  background: transparent center center/100% no-repeat;
  color: var(--color-canvas-default);
}
.features h3 > div {
  line-height: 45px;
}
.features h3 > div > b {
  color: var(--color-primary-muted);
  font-size: 32px;
}
.features h3 > div > b > span {
  font-size: 50px;
  font-weight: 700;
}
.features h3 > div > b > span span {
  font-size: 57px;
  position: relative;
  top: 4px;
}
.features h3 > div > span {
  display: block;
  font-size: 50px;
  color: var(--color-fg-light);
}
.features h3 > div > span > b {
  font-size: 32px;
  margin-right: 15px;
}
.features h4 {
  color: var(--color-primary-muted);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 0 10px;
  margin: 0;
}
.features h4 > span {
  font-size: 50px;
  font-weight: 700;
}
.features h4 {
  font-size: 30px;
  font-weight: 400;
}
.features h4.vertical {
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 10p 0;
  margin-bottom: 30px;
}
.features h4.no-margin {
  margin-bottom: 0;
}
.features-list {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  height: 544px;
  width: 1128px;
  background: transparent center center/100% no-repeat;
  color: var(--color-fg-muted);
  position: relative;
}
.features-list p {
  margin: 0;
}
.features-list .picture {
  position: relative;
}
.features-list .picture .herb {
  position: absolute;
  z-index: 2;
}
.features-list-center {
  margin: 0px auto;
  margin-bottom: 180px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 0 100px;
  padding: 0 170px;
}
.features-list-center .content {
  width: 320px;
}
.features-list-center .picture .herb {
  top: 0;
  right: 0;
  margin: -100px -100px 0 0;
}
.features-list-side {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  gap: 20px 0;
  width: calc(50% - 15px);
  padding: 80px 60px 60px 60px;
}
.features-list-side:nth-child(odd) {
  top: -150px;
}
.features-list-side:nth-child(even):not(:last-of-type) {
  margin-bottom: 50px;
}
.features-list-side h4 {
  position: absolute;
}
.features-list-side .picture {
  width: 496px;
}
.features-list-side .picture-leftbottom .herb {
  bottom: 0;
  left: 0;
}
.features-list-side .picture-leftbottom .plant {
  margin-left: 135px;
}
.features-list-side .picture-rightbottom .herb {
  bottom: 0;
  right: 0;
}
.features-list-side .picture-rightbottom .plant {
  margin-right: 135px;
}
.features-list-left {
  background-position: center right;
  background-size: auto 100%;
  padding-right: 90px;
}
.features-list-left h4 {
  right: 0;
  top: 0;
  margin: 65px 65px 0 0;
}
.features-list-left .picture {
  margin-left: auto;
}
.features-list-right {
  background-position: center left;
  background-size: auto 100%;
  padding-left: 90px;
}
.features-list-right h4 {
  left: 0;
  top: 0;
  margin: 55px 0 0 65px;
}
.features-list-right .picture {
  margin-right: auto;
}
.features-box {
  background: transparent center top/454px auto no-repeat;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 90px 0 100px 0;
  text-align: center;
}
.features-box p {
  margin: 0 0 40px 0;
  font-size: 28px;
}
.features-box p strong {
  font-size: 42px;
}
.features-box picture {
  margin-bottom: 40px;
  display: block;
}
.features1, .features2, .features3 {
  position: relative;
}
.features2, .features3 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.features2 {
  padding-right: 35px;
}
.features3 {
  padding: 120px 0 0 35px;
}

.purchase {
  padding: 80px 0 200px 0;
  color: var(--color-canvas-default);
  position: relative;
  z-index: 4;
  background: var(--color-secondary-default) center bottom/100% no-repeat;
}
.purchase .candy-purchase2 {
  position: absolute;
  left: 0;
  top: 0;
  margin: -160px 0 0 -40px;
}
.purchase h2 {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 791px;
  height: 225px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 45px;
  padding: 75px 98px 0 0;
  font-size: 53px;
  line-height: 115%;
  background: transparent center center/100% no-repeat;
}
.purchase h2 > svg {
  position: absolute;
  margin: 0 0 28px 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-60%);
}
.purchase h2 > i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 100px;
}
.purchase p {
  font-size: 32px;
  text-align: center;
  margin: 0 0 45px 0;
}
.purchase-banner {
  max-width: 960px;
  margin: 0px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 0 23px;
  margin-bottom: 60px;
}
.purchase-banner .package {
  width: 207px;
  height: auto;
}
.purchase-banner .candy {
  width: 134px;
  height: auto;
}
.purchase-link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  justify-content: center;
  gap: 0 71px;
}
.purchase-link > a {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  -ms-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  padding: 0 36px 0 18px;
  border: 1px solid var(--color-border-default);
  width: 430px;
  height: 126px;
  background-color: var(--color-canvas-default);
  gap: 0 16px;
}
.purchase-link > a > i > svg {
  width: 69px;
  height: auto;
}
.purchase-link > a > i > svg > path {
  fill: var(--color-fg-light);
  opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-filter: "alpha(opacity=$ratioms)";
}
.purchase-link > a:hover {
  transform: scale(1.1);
}

.voices {
  padding: 80px 0 145px 0;
  position: relative;
}
.voices .leaf-voices1 {
  left: 50%;
  top: 0;
  margin: 130px 0 0 -430px;
}
.voices .leaf-voices2 {
  right: 50%;
  top: 0;
  margin: 130px -430px 0 0;
}
.voices.animate .animate-content {
  opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=$ratioms)";
}
.voices.animate .leaf-voices1 {
  margin-left: -480px;
}
.voices.animate .leaf-voices2 {
  margin-right: -480px;
}
.voices h2 {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 437px;
  height: 225px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 60px;
  padding-top: 70px;
  font-size: 53px;
  line-height: 115%;
  background: transparent center center/100% no-repeat;
}
.voices h2 > span {
  font-size: 30px;
  display: block;
}
.voices h2 > svg {
  position: absolute;
  margin: 0 0 28px 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.voices ul {
  max-width: 956px;
  margin: 0px auto;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  gap: 0 48px;
}
.voices ul > li {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 32px 0;
}
.voices ul > li picture,
.voices ul > li img {
  border-radius: 128px;
  -webkit-border-radius: 128px;
  -moz-border-radius: 128px;
  -o-border-radius: 128px;
  -ms-border-radius: 128px;
}
.voices ul > li .profile {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.voices ul > li .profile h3 {
  margin: 0;
  color: #1d4e31;
  font-size: 42px;
}
.voices ul > li .profile strong {
  font-size: 22px;
  display: block;
  margin: 0 0 12px 0;
}
.voices ul > li .profile p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  max-width: 365px;
}

.footer {
  position: relative;
  z-index: 5;
  background-color: var(--color-fg-default);
  color: var(--color-canvas-default);
  padding: 58px 16px 0 16px;
  text-align: center;
}
.footer .candy-footer1 {
  position: absolute;
  left: 0;
  top: 0;
  margin: -90px 0 0 40px;
}
.footer .candy-footer2 {
  position: absolute;
  right: 0;
  top: 0;
  margin: -90px 30px 0 0;
}
.footer > a {
  display: inline-block;
  margin-bottom: 35px;
}
.footer > a > svg {
  width: 194px;
  height: auto;
}
.footer > a > svg > path {
  fill: var(--color-canvas-default);
}
.footer-top {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 0 28px 0;
  gap: 0 58px;
}
.footer-top > a > svg {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 21px;
  width: auto;
}
.footer-top > a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "alpha(opacity=$ratioms)";
}
.footer-nav {
  max-width: 960px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 20px;
  margin: 0px auto;
  padding: 0;
  list-style: none;
  text-align: right;
}
.footer-nav a {
  color: var(--color-canvas-default);
  text-decoration: none;
}
.footer-nav a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "alpha(opacity=$ratioms)";
}
.footer > small {
  font-family: Arial, sans-serif;
  background-color: var(--color-fg-default);
  text-align: center;
  padding: 17.5px 10px;
  display: block;
  font-size: 14px;
  line-height: 1.8;
}

.absolute-wrap {
  position: relative;
  z-index: 6;
}

.scroll-top {
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=$ratioms)";
  position: fixed;
  z-index: 6;
  right: 0;
  bottom: 0;
  margin: 0 60px 60px 0;
  width: 102px;
  height: 102px;
  background: transparent center center/100% no-repeat;
  font-size: 28px;
  text-decoration: none;
  color: var(--color-canvas-default);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 8px 0;
  padding-top: 18px;
  transition: opacity 0.5s, visibility 0.5s;
}
.scroll-top > svg {
  position: relative;
  top: 0;
  -webkit-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  -ms-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.scroll-top:hover > svg {
  -webkit-animation-name: caret-bt-5;
  animation-name: caret-bt-5;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.scroll-top.fadein {
  opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=$ratioms)";
  visibility: visible;
}
.scroll-top.absolute {
  position: absolute;
  margin-bottom: -48px;
}

.container {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  max-width: 1280px;
  margin: 0px auto;
  padding: 0 20px;
}

.button {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 39px;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  -o-border-radius: 39px;
  -ms-border-radius: 39px;
  -webkit-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  -ms-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  text-align: center;
  margin: 0px auto;
  padding: 0 29px 0 47px;
  width: 419px;
  height: 78px;
  font-size: 22px;
  color: var(--color-canvas-default);
  background-color: var(--color-primary-default);
  text-decoration: none;
  -webkit-text-shadow: 1px 1px 1px rgba(var(--color-textshadow-rgb), 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(var(--color-textshadow-rgb), 0.3);
  -ms-text-shadow: 1px 1px 1px rgba(var(--color-textshadow-rgb), 0.3);
  -o-text-shadow: 1px 1px 1px rgba(var(--color-textshadow-rgb), 0.3);
  text-shadow: 1px 1px 1px rgba(var(--color-textshadow-rgb), 0.3);
}
.button > b {
  display: block;
  width: calc(100% - 18px);
}
.button > svg {
  margin-left: auto;
}
.button:hover {
  transform: scale(1.1);
}
.button-fixed-bottom {
  display: none;
}

@media (min-width: 1440px) {
  .webp .cover {
    background-image: url("../../images/echinacea/background-cover-fhd.png.webp");
  }
  .no-webp .cover {
    background-image: url("../../images/echinacea/background-cover-fhd.png");
  }
  .cover {
    background-size: 1742px auto;
    background-position: top center;
  }
}
@media (min-width: 1333px) {
  .suggest::before,
  .features::before {
    background-size: 100% auto;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
  .suggest .leaf-suggest1 {
    z-index: 2;
    width: 130px;
    margin: 50px 0 0 -215px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .suggest .leaf-suggest2 {
    z-index: 2;
    width: 130px;
    margin: 50px -215px 0 0;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .suggest.animate .leaf-suggest1 {
    margin: 40px 0 0 -230px;
  }
  .suggest.animate .leaf-suggest2 {
    margin: 40px -230px 0 0;
  }
  .suggest ul {
    gap: 0 20px;
  }
  .suggest ul li {
    background-size: 100% 100%;
  }
  .suggest ul li h3,
  .suggest ul li b {
    padding: 0 20px;
  }
  .features-list-side h4 {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: 335px;
  }
  .features .leaf-features1 {
    z-index: 2;
    width: 150px;
    margin: 80px 0 0 -215px;
    -webkit-transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
    -o-transform: rotate(65deg);
    transform: rotate(65deg);
  }
  .features .leaf-features2 {
    z-index: 2;
    width: 150px;
    margin: 80px -195px 0 0;
    -webkit-transform: rotate(-65deg);
    -moz-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    -o-transform: rotate(-65deg);
    transform: rotate(-65deg);
  }
  .features.animate .leaf-features1 {
    margin: 70px 0 0 -230px;
  }
  .features.animate .leaf-features2 {
    margin: 70px -210px 0 0;
  }
  .features-list .picture {
    width: 100%;
  }
  .features-list .picture .plant > img {
    width: 300px;
  }
  .features-list .picture .herb > img {
    width: 128px;
  }
  .features-list-center {
    justify-content: center;
    width: 100%;
    padding-left: 90px;
    padding-right: 90px;
    gap: 0 40px;
  }
  .features-list-center .content {
    width: 50%;
  }
  .features-list-center .picture {
    width: 50%;
  }
  .features-list-center .picture .plant > img {
    width: 80%;
    height: auto;
  }
  .features-list-center .picture .herb {
    margin-right: 0;
  }
  .features-list-center .picture .herb > img {
    width: 100%;
  }
  .features-list-side {
    padding-left: 35px;
    padding-right: 35px;
  }
  .features-list-side .picture-leftbottom .plant {
    margin-left: 75px;
  }
  .features-list-side .picture-leftbottom-hd {
    text-align: right;
    width: 375px;
  }
  .features-list-side .picture-rightbottom {
    text-align: right;
  }
  .features-list-side .picture-rightbottom .plant {
    margin-right: 75px;
  }
  .features-list-left {
    align-items: end;
  }
  .features-list-left h4 {
    padding-right: 64px;
  }
  .features-list-right {
    align-items: start;
  }
  .features-list-right h4 {
    padding-left: 64px;
  }
  .features2 {
    padding-right: 10px;
    padding-left: 20px;
  }
  .features3 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 20px;
  }
  .voices .leaf-voices1 {
    z-index: 2;
    width: 130px;
    margin: 145px 0 0 -245px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .voices .leaf-voices2 {
    z-index: 2;
    width: 130px;
    margin: 145px -245px 0 0;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .voices.animate .leaf-voices1 {
    margin: 130px 0 0 -280px;
  }
  .voices.animate .leaf-voices2 {
    margin: 130px -280px 0 0;
  }
  .purchase-link {
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 42px 0;
  }
  .purchase-link a {
    max-width: 100%;
  }
}
@media (max-width: 1124px) and (min-width: 769px) {
  .suggest ul > li p {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.4vw;
  }
}
@media (max-width: 1080px) {
  .cover .crown img,
  .cover figure img,
  .cover .button {
    width: 100%;
  }
  .suggest ul > li h3 {
    font-size: 3vw;
  }
  .suggest ul > li b {
    font-size: 1.93vw;
  }
}
@media (max-width: 768px) {
  .webp .features-list-center {
    background-image: url("../../images/echinacea/cloud-features5.png.webp");
  }
  .webp .purchase {
    background-image: url("../../images/echinacea/background-purchase-sp.jpg.webp");
  }
  .webp .purchase h2 {
    background-image: url("../../images/echinacea/cloud-purchase2.png.webp");
  }
  .no-webp .features-list-center {
    background-image: url("../../images/echinacea/cloud-features5.png");
  }
  .no-webp .purchase {
    background-image: url("../../images/echinacea/background-purchase-sp.jpg");
  }
  .no-webp .purchase h2 {
    background-image: url("../../images/echinacea/cloud-purchase2.png");
  }
  .no-pc {
    display: inline;
  }
  .no-sp {
    display: none;
  }
  .scroll-top {
    display: none;
  }
  .button-static {
    display: none;
  }
  .button-fixed-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: calc(100vw - 32px);
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 16px;
  }
  .button-fixed-bottom.button-absolute {
    position: absolute;
  }
  .button-fixed-bottom:hover {
    transform: translateX(-50%);
  }
  .cover {
    padding: 26px 0 181px 0;
  }
  .cover .brand {
    margin-bottom: 20px;
  }
  .cover .brand > img {
    width: 135px;
    height: auto;
  }
  .cover .crown {
    margin-bottom: 14px;
  }
  .cover .crown > img {
    width: 267px;
    height: auto;
  }
  .cover h1 {
    max-width: 337px;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 2px;
  }
  .cover-flex {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cover figure {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 5px 0;
  }
  .cover figure figcaption span {
    font-size: 20pz;
  }
  .cover figure figcaption strong {
    font-size: 28pz;
  }
  .cover figure img {
    width: 280px;
  }
  .suggest {
    padding: 0 0 155px 0;
  }
  .suggest .flower-suggest1 {
    z-index: 2;
    width: 140px;
    margin: 200px 0 0 -15px;
  }
  .suggest .flower-suggest2 {
    z-index: 2;
    width: 200px;
    margin: 180px -20px 0 0px;
  }
  .suggest .virus-suggest1 {
    margin: 0 0 0 60px;
  }
  .suggest .virus-suggest2 {
    margin-top: -30px;
  }
  .suggest .virus-suggest4 {
    margin-top: 130px;
  }
  .suggest .virus-suggest5 {
    margin-top: 105px;
  }
  .suggest.animate .flower-suggest1 {
    margin-top: 190px;
  }
  .suggest.animate .flower-suggest2 {
    margin-top: 170px;
  }
  .suggest h2 {
    padding-top: 50px;
    max-width: 100%;
    max-height: 214px;
    font-size: 40px;
    margin-bottom: 30px;
  }
  .suggest h2 > span {
    font-size: 26px;
  }
  .suggest h2 > svg {
    max-width: 180px;
    height: auto;
    margin-bottom: 40px;
  }
  .suggest ul {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .suggest ul > li {
    max-width: 420px;
    width: auto;
  }
  .suggest ul > li h3 {
    font-size: 32px;
  }
  .suggest ul > li b {
    font-size: 22px;
  }
  .features {
    padding-top: 10px;
  }
  .features .leaf-features1 {
    margin-top: 50px;
  }
  .features .leaf-features2 {
    margin-top: 50px;
  }
  .features .candy-features1 {
    width: 220px;
    margin: -150px 0 0 -50px;
  }
  .features .candy-features2 {
    width: 220px;
    margin: -150px -50px 0 0;
  }
  .features .flower-features1 {
    z-index: 2;
    width: 160px;
    margin: 250px -50px 0 0;
  }
  .features .flower-features1.animate {
    margin: 240px -50px 0 0;
  }
  .features .flower-features2 {
    z-index: 2;
    width: 200px;
    margin: 520px 0 0 -90px;
  }
  .features .flower-features2.animate {
    margin: 510px 0 0 -90px;
  }
  .features .flower-features3 {
    z-index: 2;
    width: 170px;
    margin: 860px -40px 0 0;
  }
  .features .flower-features3.animate {
    margin: 850px -40px 0 0;
  }
  .features .flower-features4 {
    z-index: 2;
    width: 190px;
    margin: 880px 0 0 -30px;
  }
  .features .flower-features4.animate {
    margin: 870px 0 0 -30px;
  }
  .features .flower-features5 {
    z-index: 2;
    width: 160px;
    margin: 0 -30px 590px 0;
  }
  .features .flower-features5.animate {
    margin: 0 -30px 600px 0;
  }
  .features .flower-features6 {
    left: 0;
    top: 0;
    z-index: 2;
    width: 190px;
    margin: -20px 0 0 -80px;
  }
  .features .flower-features6.animate {
    margin: -30px 0 0 -80px;
  }
  .features .flower-features7 {
    right: 0;
    top: 0;
    z-index: 2;
    width: 160px;
    margin: 0px -50px 0 0;
  }
  .features .flower-features7.animate {
    margin: -10px -50px 0 0;
  }
  .features .flower-features8 {
    top: 0;
    left: 0;
    z-index: 2;
    width: 200px;
    margin: 0px 0 0 -105px;
  }
  .features .flower-features8.animate {
    margin: -10px 0 0 -105px;
  }
  .features .flower-features9 {
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 160px;
    margin: 0px -50px -210px 0;
  }
  .features .flower-features9.animate {
    margin: 0px -50px -200px 0;
  }
  .features.animate .leaf-features1 {
    margin-top: 40px;
  }
  .features.animate .leaf-features2 {
    margin-top: 40px;
  }
  .features h2 {
    padding-top: 28px;
    max-width: 325px;
    max-height: 187px;
    font-size: 40px;
    margin-bottom: 30px;
  }
  .features h2 > span {
    font-size: 26px;
  }
  .features h2 > svg {
    max-width: 128px;
    height: auto;
    margin-bottom: 50px;
  }
  .features h3 {
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 25px 0;
    margin-bottom: 30px;
  }
  .features h3 > i {
    width: 85px;
    height: auto;
    font-size: 65px;
  }
  .features h3 > div {
    text-align: center;
    font-size: 30px;
  }
  .features h3 > div > span {
    text-align: center;
    padding-left: 0px;
    font-size: 36px;
  }
  .features h4 {
    font-size: 30px;
    justify-content: center;
  }
  .features h4 span {
    font-size: 50px;
  }
  .features-flex {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .features-list {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 100%;
  }
  .features-list .picture {
    width: 300px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .features-list .picture .plant {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    max-width: 100%;
  }
  .features-list .picture .plant > img {
    max-width: 100%;
    height: auto;
  }
  .features-list .picture .herb > img {
    width: 168px;
    max-width: 168px;
    height: auto;
  }
  .features-list .picture-rightbottom, .features-list .picture-leftbottom {
    max-width: 100%;
    margin: 0px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
  }
  .features-list .picture-rightbottom .plant, .features-list .picture-leftbottom .plant {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .features-list .picture-rightbottom .herb, .features-list .picture-leftbottom .herb {
    margin-bottom: -90px;
  }
  .features-list .picture-leftbottom-sp .herb {
    right: auto;
    left: 0;
    margin-left: -35px;
  }
  .features-list .picture-rightbottom-sp .herb {
    left: auto;
    right: 0;
    margin-right: -35px;
  }
  .features-list-center {
    background-size: 100% 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 100%;
    height: auto;
    padding: 90px 40px;
    margin: 0px auto;
  }
  .features-list-center .picture .plant > img {
    width: 100%;
    height: auto;
  }
  .features-list-center .picture .herb {
    margin: -80px -60px 0 0;
  }
  .features-list-center .content {
    width: 100%;
  }
  .features-list-center p {
    padding: 0 30px;
  }
  .features-list-side {
    width: 100%;
    padding: 40px 20px 100px 20px;
    height: auto;
  }
  .features-list-side:nth-child(odd) {
    top: auto;
  }
  .features-list-side:nth-child(even):not(:last-of-type) {
    margin: 0;
  }
  .features-list-left {
    align-items: center;
  }
  .features-list-left h4 {
    padding-right: 0px;
  }
  .features-list-right {
    align-items: center;
  }
  .features-list-right h4 {
    padding-left: 0px;
  }
  .features1 {
    margin-bottom: 30px;
  }
  .features2, .features3 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .voices .leaf-voices1 {
    margin: 145px 0 0 -205px;
  }
  .voices .leaf-voices2 {
    margin: 145px -205px 0 0;
  }
  .voices.animate .leaf-voices1 {
    margin: 130px 0 0 -240px;
  }
  .voices.animate .leaf-voices2 {
    margin: 130px -240px 0 0;
  }
  .voices h2 {
    max-width: 100%;
    max-height: 214px;
    font-size: 40px;
    margin-bottom: 30px;
  }
  .voices h2 > svg {
    max-width: 180px;
    height: auto;
    margin-bottom: 40px;
  }
  .voices ul {
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 32px 0;
  }
  .voices ul > li {
    width: auto;
    gap: 16px 0;
  }
  .voices ul > li .profile h3 {
    font-size: 32px;
  }
  .purchase {
    padding: 80px 0 215px 0;
  }
  .purchase .candy-purchase2 {
    width: 210px;
    margin-top: -80px;
  }
  .purchase h2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    justify-content: start;
    max-width: 380px;
    width: 100%;
    height: 229px;
    font-size: 40px;
    line-height: auto;
    padding: 40px 0 0 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .purchase h2 > i {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    transform: none;
  }
  .purchase h2 > i > svg {
    width: 62px;
    height: auto;
  }
  .purchase h2 > svg {
    width: 320px;
    height: auto;
    margin-bottom: 25px;
    transform: translateX(-50%);
  }
  .purchase p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .purchase-banner {
    gap: 0 12px;
  }
  .purchase-banner .package {
    width: 135px;
  }
  .purchase-banner .candy {
    width: 70px;
  }
  .purchase-banner .content {
    width: 100%;
  }
  .purchase-banner strong {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
  }
  .purchase-banner-flex {
    justify-content: center;
  }
  .footer .candy-footer1 {
    margin: -45px 0 0 20px;
    width: 135px;
  }
  .footer .candy-footer2 {
    width: 135px;
    margin: -45px 25px 0 0;
  }
}
@media (max-width: 500px) {
  .webp .cover {
    background-image: url("../../images/echinacea/background-cover-sp.png.webp");
  }
  .no-webp .cover {
    background-image: url("../../images/echinacea/background-cover-sp.png");
  }
  .cover {
    background-position: center top;
  }
  .cover-flex {
    height: calc(var(--vh, 1vh) * 100 - 181px);
    justify-content: flex-end;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    gap: 10px 0;
  }
  .cover-flex-right {
    height: 30%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cover-flex-right .crown {
    height: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .cover-flex-right .crown img {
    height: 100%;
    width: auto;
    max-width: auto;
  }
  .cover-flex-right h1 {
    height: calc(50% - 5px);
  }
  .cover-flex-right h1 img {
    vertical-align: top;
    height: 100%;
    width: auto;
    max-width: auto;
  }
  .cover-flex-left {
    height: calc(70% - 10px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
  }
  .cover-flex-left figure {
    justify-content: flex-end;
    height: 100%;
  }
  .cover-flex-left figure picture {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    height: calc(100% - 71px);
  }
  .cover-flex-left figure picture img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 390px) {
  .suggest .flower-suggest1 {
    width: 110px;
  }
  .suggest .flower-suggest2 {
    width: 140px;
  }
  .suggest .virus-suggest1 {
    width: 90px;
  }
  .suggest .virus-suggest5 {
    margin-right: 0;
  }
  .suggest ul > li h3 {
    font-size: 8.4vw;
  }
  .suggest ul > li b {
    font-size: 5.8vw;
  }
  .suggest ul > li p {
    padding: 0px;
    font-size: 4.4vw;
  }
  .features .candy-features1,
  .features .candy-features2 {
    width: 156px;
  }
  .features .flower-features1 {
    margin-right: -80px;
  }
  .features .flower-features1.animate {
    margin-right: -80px;
  }
  .features .flower-features2 {
    margin: 580px 0 0 -128px;
  }
  .features .flower-features2.animate {
    margin: 570px 0 0 -128px;
  }
  .features .flower-features3 {
    margin-right: -80px;
  }
  .features .flower-features3.animate {
    margin-right: -80px;
  }
  .features .flower-features4 {
    margin-left: -70px;
  }
  .features .flower-features4.animate {
    margin-left: -70px;
  }
  .features .flower-features5 {
    margin-right: -120px;
  }
  .features .flower-features5.animate {
    margin-right: -120px;
  }
  .features .flower-features6 {
    margin-left: -120px;
  }
  .features .flower-features6.animate {
    margin-left: -120px;
  }
  .features .flower-features7 {
    margin-right: -100px;
  }
  .features .flower-features7.animate {
    margin-right: -100px;
  }
  .features .flower-features8 {
    margin-left: -160px;
  }
  .features .flower-features8.animate {
    margin-left: -160px;
  }
  .features .flower-features9 {
    margin-right: -90px;
  }
  .features .flower-features9.animate {
    margin-right: -90px;
  }
  .purchase h2 {
    font-size: 35px;
  }
  .purchase p {
    font-size: 16px;
  }
  .purchase-link > a {
    padding-right: 20px;
    padding-left: 20px;
  }
  .purchase-link > a > i > svg {
    width: auto;
    height: 44px;
  }
  .purchase-link > a > svg {
    width: auto;
    height: 40px;
  }
}
@media (max-width: 360px) {
  .cover h1 {
    font-size: 30px;
  }
  .features h2 {
    width: 100%;
  }
  .purchase h2 span {
    font-size: 30px;
  }
}
:root {
  --color-primary-muted: #e42086;
  --color-primary-default: #d8558d;
  --color-primary-emphasis: #e62188;
  --color-secondary-muted: #009a44;
  --color-secondary-default: #007080;
  --color-thirdly-default: #241C95;
  --color-canvas-default: #ffffff;
  --color-loading-default: #f0eee5;
  --color-border-default: #cccccc;
  --color-fg-light: #4b4242;
  --color-fg-muted: #555555;
  --color-fg-default: #232323;
  --color-fg-emphasis: #000000;
  --color-textshadow-rgb: rgb(189,58.114);
  --color-error-default: #ff6633;
}

@-webkit-keyframes caret-bt-5 {
  0% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}
@keyframes caret-bt-5 {
  0% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}
.w40 {
  width: 40px;
}
.w80 {
  width: 80px;
}
.w120 {
  width: 120px;
}
.w160 {
  width: 160px;
}
.w200 {
  width: 200px;
}

.mra {
  margin-right: auto;
}
.mla {
  margin-left: auto;
}
.mha {
  margin-left: auto;
  margin-right: auto;
}
.mt0 {
  margin-top: 0px;
}
.mr0 {
  margin-right: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.ml0 {
  margin-left: 0px;
}
.mv0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mh0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mt1 {
  margin-top: 1px;
}
.mr1 {
  margin-right: 1px;
}
.mb1 {
  margin-bottom: 1px;
}
.ml1 {
  margin-left: 1px;
}
.mv1 {
  margin-top: 1px;
  margin-bottom: 1px;
}
.mh1 {
  margin-left: 1px;
  margin-right: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mr2 {
  margin-right: 2px;
}
.mb2 {
  margin-bottom: 2px;
}
.ml2 {
  margin-left: 2px;
}
.mv2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.mh2 {
  margin-left: 2px;
  margin-right: 2px;
}
.mt3 {
  margin-top: 3px;
}
.mr3 {
  margin-right: 3px;
}
.mb3 {
  margin-bottom: 3px;
}
.ml3 {
  margin-left: 3px;
}
.mv3 {
  margin-top: 3px;
  margin-bottom: 3px;
}
.mh3 {
  margin-left: 3px;
  margin-right: 3px;
}
.mt4 {
  margin-top: 4px;
}
.mr4 {
  margin-right: 4px;
}
.mb4 {
  margin-bottom: 4px;
}
.ml4 {
  margin-left: 4px;
}
.mv4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mh4 {
  margin-left: 4px;
  margin-right: 4px;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mv5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mh5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mt6 {
  margin-top: 6px;
}
.mr6 {
  margin-right: 6px;
}
.mb6 {
  margin-bottom: 6px;
}
.ml6 {
  margin-left: 6px;
}
.mv6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.mh6 {
  margin-left: 6px;
  margin-right: 6px;
}
.mt7 {
  margin-top: 7px;
}
.mr7 {
  margin-right: 7px;
}
.mb7 {
  margin-bottom: 7px;
}
.ml7 {
  margin-left: 7px;
}
.mv7 {
  margin-top: 7px;
  margin-bottom: 7px;
}
.mh7 {
  margin-left: 7px;
  margin-right: 7px;
}
.mt8 {
  margin-top: 8px;
}
.mr8 {
  margin-right: 8px;
}
.mb8 {
  margin-bottom: 8px;
}
.ml8 {
  margin-left: 8px;
}
.mv8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mh8 {
  margin-left: 8px;
  margin-right: 8px;
}
.mt9 {
  margin-top: 9px;
}
.mr9 {
  margin-right: 9px;
}
.mb9 {
  margin-bottom: 9px;
}
.ml9 {
  margin-left: 9px;
}
.mv9 {
  margin-top: 9px;
  margin-bottom: 9px;
}
.mh9 {
  margin-left: 9px;
  margin-right: 9px;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mv10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mh10 {
  margin-left: 10px;
  margin-right: 10px;
}

.pt0 {
  padding-top: 0px;
}
.pr0 {
  padding-right: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pl0 {
  padding-left: 0px;
}
.pv0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.ph0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pt1 {
  padding-top: 1px;
}
.pr1 {
  padding-right: 1px;
}
.pb1 {
  padding-bottom: 1px;
}
.pl1 {
  padding-left: 1px;
}
.pv1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.ph1 {
  padding-left: 1px;
  padding-right: 1px;
}
.pt2 {
  padding-top: 2px;
}
.pr2 {
  padding-right: 2px;
}
.pb2 {
  padding-bottom: 2px;
}
.pl2 {
  padding-left: 2px;
}
.pv2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.ph2 {
  padding-left: 2px;
  padding-right: 2px;
}
.pt3 {
  padding-top: 3px;
}
.pr3 {
  padding-right: 3px;
}
.pb3 {
  padding-bottom: 3px;
}
.pl3 {
  padding-left: 3px;
}
.pv3 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.ph3 {
  padding-left: 3px;
  padding-right: 3px;
}
.pt4 {
  padding-top: 4px;
}
.pr4 {
  padding-right: 4px;
}
.pb4 {
  padding-bottom: 4px;
}
.pl4 {
  padding-left: 4px;
}
.pv4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.ph4 {
  padding-left: 4px;
  padding-right: 4px;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pv5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ph5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pt6 {
  padding-top: 6px;
}
.pr6 {
  padding-right: 6px;
}
.pb6 {
  padding-bottom: 6px;
}
.pl6 {
  padding-left: 6px;
}
.pv6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ph6 {
  padding-left: 6px;
  padding-right: 6px;
}
.pt7 {
  padding-top: 7px;
}
.pr7 {
  padding-right: 7px;
}
.pb7 {
  padding-bottom: 7px;
}
.pl7 {
  padding-left: 7px;
}
.pv7 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.ph7 {
  padding-left: 7px;
  padding-right: 7px;
}
.pt8 {
  padding-top: 8px;
}
.pr8 {
  padding-right: 8px;
}
.pb8 {
  padding-bottom: 8px;
}
.pl8 {
  padding-left: 8px;
}
.pv8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ph8 {
  padding-left: 8px;
  padding-right: 8px;
}
.pt9 {
  padding-top: 9px;
}
.pr9 {
  padding-right: 9px;
}
.pb9 {
  padding-bottom: 9px;
}
.pl9 {
  padding-left: 9px;
}
.pv9 {
  padding-top: 9px;
  padding-bottom: 9px;
}
.ph9 {
  padding-left: 9px;
  padding-right: 9px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ph10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ga0 {
  gap: 0px;
}
.gv0 {
  gap: 0px 0;
}
.gh0 {
  gap: 0 0px;
}
.ga1 {
  gap: 1px;
}
.gv1 {
  gap: 1px 0;
}
.gh1 {
  gap: 0 1px;
}
.ga2 {
  gap: 2px;
}
.gv2 {
  gap: 2px 0;
}
.gh2 {
  gap: 0 2px;
}
.ga3 {
  gap: 3px;
}
.gv3 {
  gap: 3px 0;
}
.gh3 {
  gap: 0 3px;
}
.ga4 {
  gap: 4px;
}
.gv4 {
  gap: 4px 0;
}
.gh4 {
  gap: 0 4px;
}
.ga5 {
  gap: 5px;
}
.gv5 {
  gap: 5px 0;
}
.gh5 {
  gap: 0 5px;
}
.ga6 {
  gap: 6px;
}
.gv6 {
  gap: 6px 0;
}
.gh6 {
  gap: 0 6px;
}
.ga7 {
  gap: 7px;
}
.gv7 {
  gap: 7px 0;
}
.gh7 {
  gap: 0 7px;
}
.ga8 {
  gap: 8px;
}
.gv8 {
  gap: 8px 0;
}
.gh8 {
  gap: 0 8px;
}
.ga9 {
  gap: 9px;
}
.gv9 {
  gap: 9px 0;
}
.gh9 {
  gap: 0 9px;
}
.ga10 {
  gap: 10px;
}
.gv10 {
  gap: 10px 0;
}
.gh10 {
  gap: 0 10px;
}
.ga11 {
  gap: 11px;
}
.gv11 {
  gap: 11px 0;
}
.gh11 {
  gap: 0 11px;
}
.ga12 {
  gap: 12px;
}
.gv12 {
  gap: 12px 0;
}
.gh12 {
  gap: 0 12px;
}
.ga13 {
  gap: 13px;
}
.gv13 {
  gap: 13px 0;
}
.gh13 {
  gap: 0 13px;
}
.ga14 {
  gap: 14px;
}
.gv14 {
  gap: 14px 0;
}
.gh14 {
  gap: 0 14px;
}
.ga15 {
  gap: 15px;
}
.gv15 {
  gap: 15px 0;
}
.gh15 {
  gap: 0 15px;
}

.bt1 {
  border-top: 1px solid var(--color-border-default);
}
.br1 {
  border-right: 1px solid var(--color-border-default);
}
.bb1 {
  border-bottom: 1px solid var(--color-border-default);
}
.bl1 {
  border-left: 1px solid var(--color-border-default);
}

.relative {
  position: relative;
}

.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

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

.flex-start {
  justify-content: start;
}

.flex-end {
  justify-content: end;
}

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

:root {
  --color-primary-muted: #e42086;
  --color-primary-default: #d8558d;
  --color-primary-emphasis: #e62188;
  --color-secondary-muted: #009a44;
  --color-secondary-default: #007080;
  --color-thirdly-default: #241C95;
  --color-canvas-default: #ffffff;
  --color-loading-default: #f0eee5;
  --color-border-default: #cccccc;
  --color-fg-light: #4b4242;
  --color-fg-muted: #555555;
  --color-fg-default: #232323;
  --color-fg-emphasis: #000000;
  --color-textshadow-rgb: rgb(189,58.114);
  --color-error-default: #ff6633;
}

.modal-content {
  position: fixed;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
}
.modal-content img {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid transparent;
}
.modal-content a:hover img {
  border-color: var(--color-fg-default);
}
.modal-close {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  margin: -52px -52px 0 0;
}
.modal-background {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal.open .modal-close, .modal.open .modal-background {
  visibility: visible;
}
.modal.none .modal-close, .modal.none .modal-background {
  visibility: hidden;
}
.modal.none {
  visibility: hidden;
}
@media (max-width: 1080px) {
  .modal-close {
    margin: -60px 16px 0 0;
  }
}
@media (max-width: 956px) {
  .modal-content {
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
  .modal-content img {
    border: none;
  }
}

:root {
  --color-primary-muted: #e42086;
  --color-primary-default: #d8558d;
  --color-primary-emphasis: #e62188;
  --color-secondary-muted: #009a44;
  --color-secondary-default: #007080;
  --color-thirdly-default: #241C95;
  --color-canvas-default: #ffffff;
  --color-loading-default: #f0eee5;
  --color-border-default: #cccccc;
  --color-fg-light: #4b4242;
  --color-fg-muted: #555555;
  --color-fg-default: #232323;
  --color-fg-emphasis: #000000;
  --color-textshadow-rgb: rgb(189,58.114);
  --color-error-default: #ff6633;
}

@-webkit-keyframes caret-bt-5 {
  0% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}
@keyframes caret-bt-5 {
  0% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}
.w40 {
  width: 40px;
}
.w80 {
  width: 80px;
}
.w120 {
  width: 120px;
}
.w160 {
  width: 160px;
}
.w200 {
  width: 200px;
}

.mra {
  margin-right: auto;
}
.mla {
  margin-left: auto;
}
.mha {
  margin-left: auto;
  margin-right: auto;
}
.mt0 {
  margin-top: 0px;
}
.mr0 {
  margin-right: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.ml0 {
  margin-left: 0px;
}
.mv0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mh0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mt1 {
  margin-top: 1px;
}
.mr1 {
  margin-right: 1px;
}
.mb1 {
  margin-bottom: 1px;
}
.ml1 {
  margin-left: 1px;
}
.mv1 {
  margin-top: 1px;
  margin-bottom: 1px;
}
.mh1 {
  margin-left: 1px;
  margin-right: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mr2 {
  margin-right: 2px;
}
.mb2 {
  margin-bottom: 2px;
}
.ml2 {
  margin-left: 2px;
}
.mv2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.mh2 {
  margin-left: 2px;
  margin-right: 2px;
}
.mt3 {
  margin-top: 3px;
}
.mr3 {
  margin-right: 3px;
}
.mb3 {
  margin-bottom: 3px;
}
.ml3 {
  margin-left: 3px;
}
.mv3 {
  margin-top: 3px;
  margin-bottom: 3px;
}
.mh3 {
  margin-left: 3px;
  margin-right: 3px;
}
.mt4 {
  margin-top: 4px;
}
.mr4 {
  margin-right: 4px;
}
.mb4 {
  margin-bottom: 4px;
}
.ml4 {
  margin-left: 4px;
}
.mv4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mh4 {
  margin-left: 4px;
  margin-right: 4px;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mv5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mh5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mt6 {
  margin-top: 6px;
}
.mr6 {
  margin-right: 6px;
}
.mb6 {
  margin-bottom: 6px;
}
.ml6 {
  margin-left: 6px;
}
.mv6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.mh6 {
  margin-left: 6px;
  margin-right: 6px;
}
.mt7 {
  margin-top: 7px;
}
.mr7 {
  margin-right: 7px;
}
.mb7 {
  margin-bottom: 7px;
}
.ml7 {
  margin-left: 7px;
}
.mv7 {
  margin-top: 7px;
  margin-bottom: 7px;
}
.mh7 {
  margin-left: 7px;
  margin-right: 7px;
}
.mt8 {
  margin-top: 8px;
}
.mr8 {
  margin-right: 8px;
}
.mb8 {
  margin-bottom: 8px;
}
.ml8 {
  margin-left: 8px;
}
.mv8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mh8 {
  margin-left: 8px;
  margin-right: 8px;
}
.mt9 {
  margin-top: 9px;
}
.mr9 {
  margin-right: 9px;
}
.mb9 {
  margin-bottom: 9px;
}
.ml9 {
  margin-left: 9px;
}
.mv9 {
  margin-top: 9px;
  margin-bottom: 9px;
}
.mh9 {
  margin-left: 9px;
  margin-right: 9px;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mv10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mh10 {
  margin-left: 10px;
  margin-right: 10px;
}

.pt0 {
  padding-top: 0px;
}
.pr0 {
  padding-right: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pl0 {
  padding-left: 0px;
}
.pv0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.ph0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pt1 {
  padding-top: 1px;
}
.pr1 {
  padding-right: 1px;
}
.pb1 {
  padding-bottom: 1px;
}
.pl1 {
  padding-left: 1px;
}
.pv1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.ph1 {
  padding-left: 1px;
  padding-right: 1px;
}
.pt2 {
  padding-top: 2px;
}
.pr2 {
  padding-right: 2px;
}
.pb2 {
  padding-bottom: 2px;
}
.pl2 {
  padding-left: 2px;
}
.pv2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.ph2 {
  padding-left: 2px;
  padding-right: 2px;
}
.pt3 {
  padding-top: 3px;
}
.pr3 {
  padding-right: 3px;
}
.pb3 {
  padding-bottom: 3px;
}
.pl3 {
  padding-left: 3px;
}
.pv3 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.ph3 {
  padding-left: 3px;
  padding-right: 3px;
}
.pt4 {
  padding-top: 4px;
}
.pr4 {
  padding-right: 4px;
}
.pb4 {
  padding-bottom: 4px;
}
.pl4 {
  padding-left: 4px;
}
.pv4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.ph4 {
  padding-left: 4px;
  padding-right: 4px;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pv5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ph5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pt6 {
  padding-top: 6px;
}
.pr6 {
  padding-right: 6px;
}
.pb6 {
  padding-bottom: 6px;
}
.pl6 {
  padding-left: 6px;
}
.pv6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ph6 {
  padding-left: 6px;
  padding-right: 6px;
}
.pt7 {
  padding-top: 7px;
}
.pr7 {
  padding-right: 7px;
}
.pb7 {
  padding-bottom: 7px;
}
.pl7 {
  padding-left: 7px;
}
.pv7 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.ph7 {
  padding-left: 7px;
  padding-right: 7px;
}
.pt8 {
  padding-top: 8px;
}
.pr8 {
  padding-right: 8px;
}
.pb8 {
  padding-bottom: 8px;
}
.pl8 {
  padding-left: 8px;
}
.pv8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ph8 {
  padding-left: 8px;
  padding-right: 8px;
}
.pt9 {
  padding-top: 9px;
}
.pr9 {
  padding-right: 9px;
}
.pb9 {
  padding-bottom: 9px;
}
.pl9 {
  padding-left: 9px;
}
.pv9 {
  padding-top: 9px;
  padding-bottom: 9px;
}
.ph9 {
  padding-left: 9px;
  padding-right: 9px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ph10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ga0 {
  gap: 0px;
}
.gv0 {
  gap: 0px 0;
}
.gh0 {
  gap: 0 0px;
}
.ga1 {
  gap: 1px;
}
.gv1 {
  gap: 1px 0;
}
.gh1 {
  gap: 0 1px;
}
.ga2 {
  gap: 2px;
}
.gv2 {
  gap: 2px 0;
}
.gh2 {
  gap: 0 2px;
}
.ga3 {
  gap: 3px;
}
.gv3 {
  gap: 3px 0;
}
.gh3 {
  gap: 0 3px;
}
.ga4 {
  gap: 4px;
}
.gv4 {
  gap: 4px 0;
}
.gh4 {
  gap: 0 4px;
}
.ga5 {
  gap: 5px;
}
.gv5 {
  gap: 5px 0;
}
.gh5 {
  gap: 0 5px;
}
.ga6 {
  gap: 6px;
}
.gv6 {
  gap: 6px 0;
}
.gh6 {
  gap: 0 6px;
}
.ga7 {
  gap: 7px;
}
.gv7 {
  gap: 7px 0;
}
.gh7 {
  gap: 0 7px;
}
.ga8 {
  gap: 8px;
}
.gv8 {
  gap: 8px 0;
}
.gh8 {
  gap: 0 8px;
}
.ga9 {
  gap: 9px;
}
.gv9 {
  gap: 9px 0;
}
.gh9 {
  gap: 0 9px;
}
.ga10 {
  gap: 10px;
}
.gv10 {
  gap: 10px 0;
}
.gh10 {
  gap: 0 10px;
}
.ga11 {
  gap: 11px;
}
.gv11 {
  gap: 11px 0;
}
.gh11 {
  gap: 0 11px;
}
.ga12 {
  gap: 12px;
}
.gv12 {
  gap: 12px 0;
}
.gh12 {
  gap: 0 12px;
}
.ga13 {
  gap: 13px;
}
.gv13 {
  gap: 13px 0;
}
.gh13 {
  gap: 0 13px;
}
.ga14 {
  gap: 14px;
}
.gv14 {
  gap: 14px 0;
}
.gh14 {
  gap: 0 14px;
}
.ga15 {
  gap: 15px;
}
.gv15 {
  gap: 15px 0;
}
.gh15 {
  gap: 0 15px;
}

.bt1 {
  border-top: 1px solid var(--color-border-default);
}
.br1 {
  border-right: 1px solid var(--color-border-default);
}
.bb1 {
  border-bottom: 1px solid var(--color-border-default);
}
.bl1 {
  border-left: 1px solid var(--color-border-default);
}

.relative {
  position: relative;
}

.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

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

.flex-start {
  justify-content: start;
}

.flex-end {
  justify-content: end;
}

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

:root {
  --color-primary-muted: #e42086;
  --color-primary-default: #d8558d;
  --color-primary-emphasis: #e62188;
  --color-secondary-muted: #009a44;
  --color-secondary-default: #007080;
  --color-thirdly-default: #241C95;
  --color-canvas-default: #ffffff;
  --color-loading-default: #f0eee5;
  --color-border-default: #cccccc;
  --color-fg-light: #4b4242;
  --color-fg-muted: #555555;
  --color-fg-default: #232323;
  --color-fg-emphasis: #000000;
  --color-textshadow-rgb: rgb(189,58.114);
  --color-error-default: #ff6633;
}

.loading {
  -webkit-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  -ms-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 11;
  background-color: var(--color-loading-default);
}
.loading-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  justify-content: center;
  height: calc(var(--vh, 1vh) * 100);
}
.loading.fadeout {
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=$ratioms)";
  visibility: hidden;
}