@charset "UTF-8";
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font-weight: 300;
  font-family: "Avenir", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #5a5143;
  color: var(--text-color);
}

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

a {
  outline: 0;
  text-decoration: underline;
  color: #ea863b;
  color: var(--theme-color);
}
a > img {
  display: block;
}
a:hover {
  color: #98876c;
  color: var(--text-color-light);
}
a:hover img {
  opacity: 0.8;
}
a:focus, a:hover, a:active {
  outline: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

table {
  width: 100%;
}
table th {
  font-weight: 300;
}

p {
  line-height: 1.8;
  margin: 0;
  word-break: break-word;
}

b, strong {
  font-weight: 600;
}

ol li {
  margin-bottom: 10px;
  line-height: 2;
}

iframe {
  width: 100%;
  max-width: 100%;
}

hr {
  margin: 1.5rem 0;
  border-color: #fff;
  border-width: 0.5px;
}

textarea {
  width: 100%;
  padding: 16px;
}

main {
  min-height: calc(100vh - 140px);
}

.l-wrap {
  margin: 0 auto;
  position: relative;
  width: 900px;
}

.l-inner {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .l-container {
    min-width: auto;
  }
  .l-wrap {
    padding: 0 30px;
    width: 100%;
  }
  .l-inner {
    max-width: 88%;
  }
}
@media screen and (max-width: 768px) {
  body {
    position: relative;
    right: 0px;
    -webkit-transition: right 0.4s ease-out;
    transition: right 0.4s ease-out;
  }
  body.is-open {
    right: 240px;
  }
  main {
    min-height: auto;
  }
  .c-alert + main {
    margin-top: 0;
  }
  .l-wrap {
    padding: 0 20px;
    width: 100%;
  }
  .l-container {
    min-width: auto;
    overflow-x: hidden;
  }
  .l-inner {
    width: 100%;
    max-width: 100%;
  }
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=time],
  input[type=date],
  input[type=datetime-local],
  textarea {
    margin: 0;
    margin-bottom: 10px;
  }
}
.l-sidebar {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
}

.l-sidebar--admin {
  -ms-flex-preferred-size: 265px;
      flex-basis: 265px;
  border-right: 1px solid #98876c;
  border-right: 1px solid var(--border-color);
  min-height: calc(100vh - 56px);
}
.l-sidebar--admin li a {
  display: block;
  padding: 20px 40px;
  border-bottom: 1px solid #98876c;
  border-bottom: 1px solid var(--border-color);
  text-decoration: none;
  color: #5a5143;
  color: var(--text-color);
}
.l-sidebar--admin li a:hover {
  color: #ea863b;
  color: var(--theme-color);
}
.l-sidebar--admin li.is-active a {
  background-color: #ea863b;
  background-color: var(--theme-color);
  color: #fff;
}
.l-sidebar--admin li.is-active a:hover {
  color: #fff;
}
.l-sidebar--admin .fixed {
  position: fixed;
  right: 30px;
  top: 30px;
}

@media screen and (max-width: 768px) {
  .l-sidebar {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
  .l-sidebar--admin {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 22;
    width: 240px;
    right: -240px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    height: 100%;
    overflow-y: auto;
  }
  .l-sidebar--admin a {
    border-left: 1px solid #5a5143;
  }
  .is-open .l-sidebar--admin {
    right: 0;
  }
  .l-sidebar--admin__menu img {
    width: 30px;
    height: 30px;
  }
}
.l-section {
  padding: 70px 0;
}

.l-sidebar--admin + .l-section {
  -ms-flex-preferred-size: calc(100% - 260px);
      flex-basis: calc(100% - 260px);
}

@media screen and (max-width: 768px) {
  .l-section {
    width: 100%;
    padding: 25px 0 30px;
  }
  .l-sidebar--admin + .l-section {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.l-content--hasSidebar {
  width: calc(100% - 400px);
}

.l-content--admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-content--admin .l-wrap {
  width: 780px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .l-content--hasSidebar {
    width: 100%;
  }
  .l-content--admin {
    display: block;
  }
  .l-content--admin .l-wrap {
    padding: 20px;
    width: 100%;
  }
}
.c-button, .p-checkout__info .stripe-button-el {
  border: 0;
  background: #ea863b;
  background: var(--theme-color);
  color: #fff;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  min-width: 140px;
  padding: 0.8em;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  -webkit-filter: drop-shadow(1px 2px 4px rgba(234, 134, 59, 0.4));
          filter: drop-shadow(1px 2px 4px rgba(234, 134, 59, 0.4));
  -webkit-filter: drop-shadow(1px 2px 4px rgba(var(--theme-color), 0.4));
          filter: drop-shadow(1px 2px 4px rgba(var(--theme-color), 0.4));
  margin-bottom: 20px;
}
.c-button:hover, .p-checkout__info .stripe-button-el:hover {
  background: #f39956;
  background: var(--theme-color-light);
  color: #fff;
  color: var(--white);
}
.c-button[disabled], .p-checkout__info [disabled].stripe-button-el {
  background: #b7b7b6;
  background: var(--gray);
  color: #fff;
  color: var(--white);
  -webkit-filter: none;
          filter: none;
}
.c-button[disabled]:hover, .p-checkout__info [disabled].stripe-button-el:hover {
  background: #b7b7b6;
  background: var(--gray);
  color: #fff;
  color: var(--white);
}
.c-button.u-colorWhite, .p-checkout__info .u-colorWhite.stripe-button-el {
  color: #ea863b;
  color: var(--theme-color);
  background: #fff;
  background: var(--white);
}

.c-button--secondary {
  background: #f39956;
  background: var(--theme-color-light);
}
.c-button--secondary:hover {
  background: #f39956;
  background: var(--theme-color-light);
  opacity: 0.8;
}

.c-button--cancel {
  background: #98876c;
  background: var(--text-color-light);
  color: #fff;
  -webkit-filter: drop-shadow(1px 2px 4px rgba(152, 135, 108, 0.4));
          filter: drop-shadow(1px 2px 4px rgba(152, 135, 108, 0.4));
  -webkit-filter: drop-shadow(1px 2px 4px rgba(var(--text-color-light), 0.4));
          filter: drop-shadow(1px 2px 4px rgba(var(--text-color-light), 0.4));
}
.c-button--cancel:hover {
  color: #fff;
  background: #98876c;
  background: var(--text-color-light);
  opacity: 0.8;
}

.c-button--mint {
  background: #6fca9c;
  background: var(--mint);
  -webkit-filter: drop-shadow(1px 2px 4px rgba(111, 202, 156, 0.4));
          filter: drop-shadow(1px 2px 4px rgba(111, 202, 156, 0.4));
  -webkit-filter: drop-shadow(1px 2px 4px rgba(var(--mint), 0.4));
          filter: drop-shadow(1px 2px 4px rgba(var(--mint), 0.4));
}
.c-button--mint:hover {
  background: #6fca9c;
  background: var(--mint);
  opacity: 0.8;
}

.c-button--auto {
  width: auto;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.c-button--wide {
  padding: 16px 60px;
  font-size: 20px;
}

.c-button--sns:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.c-button--sns:hover {
  color: inherit;
}

.c-button--facebook {
  background-color: #4267B0;
}
.c-button--facebook:before {
  background: url("../img/icons/facebook.svg") no-repeat center center;
}
.c-button--facebook:hover {
  background: #34518b;
  color: #fff;
}

.c-button--line {
  background-color: #00B900;
}
.c-button--line:before {
  background: url("../img/icons/line.svg") no-repeat center center;
}
.c-button--line:hover {
  background: #008600;
  color: #fff;
}

.c-button--twitter {
  background-color: #55acee;
}
.c-button--twitter:before {
  background: url("../img/icons/twitter.svg") no-repeat center center;
}
.c-button--twitter:hover {
  background: #2795e9;
  color: #fff;
}

.c-button--mini {
  font-size: 11px;
  padding: 4px;
  letter-spacing: 0;
  border-radius: 4px;
  min-width: auto;
}

.c-button--cart {
  padding: 26px;
  font-size: 20px;
}
.c-button--cart:before {
  content: "";
  background: url("../img/icons/cart.svg") no-repeat center center;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .c-button--wide {
    padding: 12px 40px;
    font-size: 16px;
  }
}
.c-alert {
  padding: 16px 32px;
  background-color: #f39956;
  background-color: var(--theme-color-light);
  font-weight: 600;
  color: #fff;
  color: var(--white);
  border-bottom: 1px solid #98876c;
  border-bottom: 1px solid var(--text-color-light);
  text-align: center;
}

.c-alert--warning {
  background-color: #FF963E;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-alert {
    margin-top: 65px;
  }
}
.c-title--primary {
  color: #ea863b;
  color: var(--theme-color);
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  border: 0;
  font-size: 24px;
  letter-spacing: 0.2em;
  display: inline-block;
  border-bottom: 3px solid;
  padding-bottom: 8px;
}

.c-title--secondary {
  padding: 4px 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ea863b;
  color: var(--theme-color);
  border: 1px solid;
  letter-spacing: 0.16em;
}

.c-title--tertiary {
  font-size: 15px;
  font-weight: 600;
  color: #98876c;
  color: var(--text-color-light);
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 12px;
}

.c-title--balloon {
  color: #fff;
  background: #ea863b;
  background: var(--theme-color);
  font-weight: 600;
  margin-bottom: 48px;
  text-align: center;
  border: 0;
  font-size: 24px;
  letter-spacing: 0.2em;
  display: inline-block;
  padding: 8px 80px;
  max-width: 100%;
  position: relative;
}
.c-title--balloon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 9px 0 9px;
  border-color: var(--theme-color) transparent transparent transparent;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .c-title--primary {
    font-size: 20px;
  }
}
.c-label {
  display: inline-block;
  padding: 6px 16px;
  background: #ea863b;
  background: var(--theme-color);
  color: #fff;
  border-radius: 4px;
}

.c-label--10 {
  background: #b5a3bf;
}

.c-label--50 {
  background: #42a6b7;
}

.c-label--100 {
  background: #9ca0a0;
}

.c-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.is-menuOpen .c-overlay {
  display: block;
}

.c-block {
  background-color: #fff;
  background-color: var(--white);
  border: 1px solid #f9eddf;
  border: 1px solid var(--border-color);
  padding: 35px;
  border-radius: 6px;
}

.c-block__inner {
  background: #f8f6f1;
  background: var(--sky);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.c-block--terms h3 {
  margin-top: 1.5em;
  margin-bottom: -1em;
}

@media screen and (max-width: 768px) {
  .c-block {
    padding: 15px;
  }
}
.c-list {
  background-color: #fff;
  background-color: var(--white);
}
.c-list li {
  list-style: none;
  padding: 15px 24px;
  border-bottom: 1px solid #f9eddf;
  border-bottom: 1px solid var(--border-color);
}
.c-list li:first-child {
  border-top: 1px solid #f9eddf;
  border-top: 1px solid var(--border-color);
}

.c-list--dot {
  padding-left: 1.5em;
}
.c-list--dot li {
  position: relative;
  margin-bottom: 6px;
  line-height: 1.4;
}
.c-list--dot li:before {
  content: "・";
  position: absolute;
  left: -1.5em;
}

.js-sortable li {
  position: relative;
  padding-left: 30px;
}
.js-sortable li:hover {
  background: rgba(255, 255, 255, 0.7);
  background: rgba(var(--white), 0.7);
}
.js-sortable li:hover:after {
  content: "";
  background: url(../img/icons/sort.svg) no-repeat center center;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 12px;
  cursor: -webkit-grab;
  cursor: grab;
}

.c-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 50px;
  color: #98876c;
  color: var(--text-color-light);
}
.c-step:after {
  content: "";
  position: absolute;
  height: 7px;
  background: #b7b7b6;
  width: 56%;
  top: 30px;
  z-index: -1;
}

.c-step__item {
  counter-increment: flow;
  text-align: center;
  width: 16%;
}
.c-step__item:before {
  content: counter(flow);
  display: block;
  width: 57px;
  height: 57px;
  border-radius: 100px;
  background: #98876c;
  background: var(--text-color-light);
  line-height: 61px;
  letter-spacing: 0;
  font-size: 34px;
  text-align: center;
  font-weight: 800;
  margin: auto;
  color: #fff;
  margin-bottom: 10px;
}
.c-step__item span {
  font-weight: 600;
  font-size: 14px;
}
.c-step__item.is-active:before {
  background: #ea863b;
  background: var(--theme-color);
}
.c-step__item.is-active span {
  color: #ea863b;
  color: var(--theme-color);
}

@media screen and (max-width: 767px) {
  .c-step:after {
    width: 58%;
  }
  .c-step__item {
    width: 33%;
  }
}
.p-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.p-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
}

.p-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 70%;
  max-height: 86vh;
}

.p-modal_content_inner {
  position: relative;
  padding: 24px;
}

.p-home__content--circle .p-modal_content_inner__flex,
.p-home__content--square .p-modal_content_inner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-modal--shipping .p-modal_content,
.p-order__top .p-modal_content {
  width: 320px;
  overflow-y: auto;
  max-width: 80%;
}
.p-modal--shipping .p-modal--auto .p-modal_content,
.p-order__top .p-modal--auto .p-modal_content {
  width: auto;
}
.p-modal--shipping .p-modal--auto .cropper-crop-box,
.p-order__top .p-modal--auto .cropper-crop-box {
  position: relative;
  width: 512px;
  height: 512px;
}

.circle .cropper-crop-box:before {
  border-radius: 50%;
}

.p-modal--window {
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 222;
  background: rgba(255, 255, 255, 0.94);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-modal--window .title {
  color: #ea863b;
  color: var(--theme-color);
}
.p-modal--window a {
  color: #5a5143;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-modal_content {
    width: 94%;
  }
  .p-home__content--circle .p-modal_content_inner__flex,
  .p-home__content--square .p-modal_content_inner__flex {
    display: block;
  }
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=time],
input[type=date],
input[type=datetime-local],
textarea {
  font-size: 16px;
  margin: 5px 0;
  padding: 10px 16px;
  width: 100%;
  border: 1px solid #f9eddf;
  border: 1px solid var(--border-color);
  color: #5a5143;
  color: var(--text-color);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
textarea:focus {
  outline: 0;
  border-color: #ea863b;
  border-color: var(--theme-color);
}
input[type=text].is-invalid,
input[type=email].is-invalid,
input[type=password].is-invalid,
input[type=tel].is-invalid,
input[type=number].is-invalid,
input[type=time].is-invalid,
input[type=date].is-invalid,
input[type=datetime-local].is-invalid,
textarea.is-invalid {
  border-color: #b32653;
}
input[type=text] + .invalid-feedback,
input[type=email] + .invalid-feedback,
input[type=password] + .invalid-feedback,
input[type=tel] + .invalid-feedback,
input[type=number] + .invalid-feedback,
input[type=time] + .invalid-feedback,
input[type=date] + .invalid-feedback,
input[type=datetime-local] + .invalid-feedback,
textarea + .invalid-feedback {
  color: #b32653;
}

input[type=number],
input[type=time] {
  width: 45%;
}

table input[type=number],
table input[type=time] {
  width: 100%;
}

input[type=datetime-local],
input[type=date] {
  width: auto;
}

input.p-form__half {
  width: 50%;
}

input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
input[type=radio] + label {
  display: inline-block;
  padding-left: 50px;
  text-indent: -30px;
}
input[type=radio] + label:before {
  content: "";
  background: #fff;
  background: var(--white);
  border-radius: 200px;
  border: 2px solid #98876c;
  border: 2px solid var(--text-color-light);
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
input[type=radio]:checked + label {
  color: #5a5143;
}
input[type=radio]:checked + label:before {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 4px #ea863b;
          box-shadow: inset 0 0 0 4px #ea863b;
  -webkit-box-shadow: inset 0 0 0 4px var(--theme-color);
          box-shadow: inset 0 0 0 4px var(--theme-color);
  border-color: #98876c;
  border-color: var(--text-color-light);
}
input[type=radio]:focus + label:before {
  outline: none;
  border-color: #98876c;
  border-color: var(--text-color-light);
}
input[type=radio] + label {
  cursor: pointer;
}
input[type=radio] + label:empty:before {
  margin-right: 0;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  opacity: 0;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  text-indent: 0;
  margin: 4px 0;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #5a5143;
  border: 1px solid var(--text-color);
  background: #fff;
  background: var(--white);
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 5px;
  height: 8px;
  border: solid #5a5143;
  border: solid var(--text-color);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}

[type=checkbox]:checked + label:after {
  opacity: 1;
}

.p-form--select {
  margin: 5px 0;
  width: 100%;
  text-align: center;
  position: relative;
  border: 1px solid #f9eddf;
  border: 1px solid var(--border-color);
  background: #fff;
  background: var(--white);
}
.p-form--select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 38px 10px 16px;
  color: #5a5143;
  color: var(--text-color);
}
.p-form--select .p-form--select__dammy {
  padding: 8px 14px;
  text-align: left;
  cursor: pointer;
}
.p-form--select:before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #5a5143;
  border-top: 6px solid var(--text-color);
  pointer-events: none;
}

.p-nav .p-form--select {
  width: 120px;
}
.p-nav .p-form--select select {
  padding: 6px 32px 6px 0px;
  font-size: 12px;
}

.p-table--contacts [type=checkbox]:not(:checked) + label,
.p-table--contacts [type=checkbox]:checked + label {
  height: 1em;
  padding-left: 20px;
}
.p-table--contacts .p-form__item__checkbox {
  margin-right: 0;
}

.p-form__input--number {
  border-width: 2px;
}

.p-form__input--number__minus,
.p-form__input--number__plus {
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  vertical-align: text-bottom;
  opacity: 0.7;
  cursor: pointer;
}
.p-form__input--number__minus:hover,
.p-form__input--number__plus:hover {
  opacity: 1;
}

.p-form__input--number__minus {
  margin-right: 0.5em;
  background: url(../img/icons/minus.svg) no-repeat center center;
}

.p-form__input--number__plus {
  margin-left: 0.5em;
  background: url(../img/icons/plus.svg) no-repeat center center;
}

.p-form__input--number--dark.p-form__input--number__minus {
  background-image: url(../img/icons/minus_dark.svg);
}
.p-form__input--number--dark.p-form__input--number__plus {
  background-image: url(../img/icons/plus_dark.svg);
}

@media screen and (max-width: 768px) {
  [type=checkbox]:not(:checked) + label,
  [type=checkbox]:checked + label {
    margin: 4px 0;
    margin-right: 1em;
    padding-left: 27px;
  }
  input[type=radio] + label {
    padding-left: 32px;
    margin-bottom: 10px;
  }
}
.p-admin {
  position: relative;
}

.p-admin__sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  padding-top: 70px;
  background: #456150;
}
.p-admin__sidebar a {
  padding: 10px 15px;
  color: #999;
  text-decoration: none;
  font-weight: 600;
  display: block;
}
.p-admin__sidebar a:hover {
  color: #fff;
}
.p-admin__sidebar .is-active a {
  color: #fff;
  background-color: #5a5143;
}

.p-admin__video_preview video {
  width: 80%;
}

.p-admin__nav .l-sidebar--admin {
  position: relative;
  left: 0;
  width: 100%;
  right: auto;
  height: auto;
  min-height: auto;
  border-bottom: 3px solid #ea863b;
  border-bottom: 3px solid var(--theme-color);
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}
.p-admin__nav .l-sidebar--admin .u-spShow {
  display: none !important;
}
.p-admin__nav .l-sidebar--admin ul {
  background: #f9eddf;
  background: var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-admin__nav .l-sidebar--admin li {
  width: 50%;
}
.p-admin__nav .l-sidebar--admin li a {
  background-color: #fff;
  display: block;
  padding: 8px 15px;
  border-left: 0;
  border-right: 1px solid #5a5143;
  border-right: 1px solid var(--border-color);
}
.p-admin__nav .l-sidebar--admin li.is-active a {
  background-color: #ea863b;
  background-color: var(--theme-color);
}
.p-admin__nav .l-sidebar--admin li:nth-child(odd):not(:last-child) a {
  border-right: 0;
}

.c-block .js-upper_variation_item:last-child {
  display: none;
}

.p-admin__variation .u-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-admin__variation .u-flex > div:first-child {
  width: 76%;
}

.p-header {
  background: #98876c;
  background: var(--text-color-light);
  position: relative;
  text-align: right;
  padding: 15px 40px;
}

.home .p-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  background: rgba(255, 255, 255, 0.7);
  z-index: 3;
}

.welcome .p-header {
  display: none;
}

.p-header__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo img {
  max-height: 45px;
  max-width: 250px;
}

.p-header__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/icons/loading.gif") no-repeat center center;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}

.is-loading .p-header__loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes ldio-fxketrmy6k6 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes ldio-fxketrmy6k6 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.ldio-fxketrmy6k6 div {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 10px solid #ea863b;
  border: 10px solid var(--theme-color);
  border-top-color: transparent;
  border-radius: 50%;
}

.ldio-fxketrmy6k6 div {
  -webkit-animation: ldio-fxketrmy6k6 1s linear infinite;
          animation: ldio-fxketrmy6k6 1s linear infinite;
  top: 50px;
  left: 50px;
}

.loadingio-spinner-rolling-aki4qhxdpuf {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
}

.ldio-fxketrmy6k6 {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; /* see note above */
}

.ldio-fxketrmy6k6 div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .p-header {
    padding: 14px 40px;
  }
  .p-header__logo img {
    max-height: 40px;
    max-width: 250px;
  }
  .p-header__nav {
    position: fixed;
    width: 240px;
    text-align: left;
    right: -240px;
    height: 100%;
    background: #f8f6f1;
    background: var(--sky);
    top: 0;
    z-index: 22;
    border-left: 1px solid var(--border-color);
    -webkit-transition: right 0.4s ease-out;
    transition: right 0.4s ease-out;
  }
  .is-open .p-header__nav {
    right: 0px;
  }
  .p-header__menu {
    background: url("../img/icons/menu_b.svg") no-repeat center center;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .p-header__overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    z-index: 4;
    display: none;
  }
  .is-open .p-header__overlay {
    display: block;
  }
}
.p-home__head {
  height: calc(40vw + 180px);
  background: no-repeat center center;
  background-size: cover;
  border: 90px solid #fff;
  border: 90px solid var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  border: 0;
  position: relative;
}
.p-home__head h2 {
  font-size: 60px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(90, 81, 67, 0.4));
          filter: drop-shadow(1px 1px 5px rgba(90, 81, 67, 0.4));
  margin-bottom: 20px;
}
.p-home__head .l-wrap {
  z-index: 2;
}
.p-home__head .overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

.p-home__desc {
  background: no-repeat center center;
  background-size: cover;
}
.p-home__desc .l-wrap {
  padding: 100px 0;
}
.p-home__desc p {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.2;
  margin-bottom: 60px;
}

.p-home__desc__text {
  padding-left: 40px;
}

.p-home__desc__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-home__desc__image > div {
  width: 30%;
  margin: 0px 2%;
  height: 260px;
}

.p-home__flow .l-wrap {
  padding: 100px 0 80px;
}
.p-home__flow .l-wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.p-home__flow .l-wrap .row > div {
  -ms-flex-preferred-size: 18.5%;
      flex-basis: 18.5%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin: 0 0.9375%;
  background-color: #fff;
  padding: 12px 14px;
}
.p-home__flow .l-wrap .row > div:first-child {
  margin-left: 0;
}
.p-home__flow .l-wrap .row > div:last-child {
  margin-right: 0;
}
.p-home__flow .image {
  height: 140px;
  margin-bottom: 10px;
}
.p-home__flow .step {
  background: #ea863b;
  background: var(--theme-color);
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 3px;
  margin-bottom: 10px;
}
.p-home__flow h4 {
  text-align: center;
  color: #ea863b;
  color: var(--theme-color);
  margin-bottom: 8px;
  font-size: 16px;
}

.p-home__banner .l-wrap {
  padding: 40px 0;
}

.p-home__content .l-wrap {
  padding: 80px 0;
}

.p-home__age_check {
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 222;
  background: rgba(255, 255, 255, 0.94);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}
.p-home__age_check .image {
  width: 180px;
  margin: auto;
  margin-bottom: 30px;
}
.p-home__age_check .title {
  color: #ea863b;
  color: var(--theme-color);
}
.p-home__age_check a {
  color: #5a5143;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-home__head {
    border: 0;
    border-radius: 0;
    padding-top: calc(36vw - 26px);
    height: 108vw;
    text-align: center;
  }
  .p-home__head h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .p-home__desc .l-wrap {
    padding: 50px 20px;
  }
  .p-home__desc p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .p-home__desc__text {
    padding-left: 0px;
  }
  .p-home__desc__image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .p-home__desc__image > div {
    width: 45%;
    height: 30%;
    margin: 0;
    margin-bottom: 20px;
  }
  .p-home__desc__image > div:last-child {
    margin-bottom: 0;
  }
  .p-home__content .l-wrap {
    padding: 50px 20px;
  }
  .p-home__flow .l-wrap {
    padding: 30px 20px 10px;
  }
  .p-home__flow .l-wrap .row {
    display: none;
  }
  .p-home__flow .l-wrap .row > div {
    margin-bottom: 20px;
  }
  .p-home__banner .l-wrap {
    padding: 30px 0px 10px;
  }
  .p-home__banner .l-wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-home__banner .l-wrap .row > div {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    padding: 0;
  }
}
.p-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 40px;
  background: #98876c;
  background: var(--text-color-light);
  color: #fff;
  padding-right: 80px;
}

.p-footer__nav li {
  display: inline-block;
  margin-right: 3em;
}
.p-footer__nav a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.p-footer__copyright {
  font-weight: 600;
  font-size: 11px;
}

.p-footer__age_check {
  text-align: right;
  padding: 20px 30px;
}
.p-footer__age_check img {
  width: 30px;
  vertical-align: middle;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .p-footer {
    display: block;
  }
  .p-footer__nav {
    margin-bottom: 20px;
  }
  .p-footer__nav li {
    display: block;
    margin-bottom: 6px;
  }
  .p-footer__age_check {
    font-size: 12px;
  }
  .p-footer__age_check img {
    width: 24px;
  }
}
.p-nav li {
  display: inline-block;
  padding-left: 1em;
}
.p-nav li a {
  padding: 8px 15px;
  display: block;
  text-decoration: none;
  color: #fff;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.12em;
  font-size: 13px;
}
.p-nav .c-button, .p-nav .p-checkout__info .stripe-button-el, .p-checkout__info .p-nav .stripe-button-el {
  margin-bottom: 0;
  color: #fff;
}

.home .p-nav li a {
  color: #5a5143;
  color: var(--text-color);
}
.home .p-nav li a.c-button, .home .p-nav li .p-checkout__info a.stripe-button-el, .p-checkout__info .home .p-nav li a.stripe-button-el {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-nav li {
    display: block;
    padding-left: 2em;
    border-bottom: 1px solid var(--border-color);
  }
  .p-nav li a {
    color: #5a5143;
    color: var(--text-color);
  }
}
.p-table,
table {
  border-collapse: collapse;
  font-size: 14px;
}
.p-table th, .p-table td,
table th,
table td {
  padding: 10px;
}
.p-table tr,
table tr {
  border-bottom: 1px solid #f9eddf;
  border-bottom: 1px solid var(--border-color);
}
.p-table th,
table th {
  text-align: left;
  font-weight: 600;
}
.p-table thead tr,
table thead tr {
  background-color: #f8f6f1;
  background-color: var(--sky);
}
.p-table thead th,
table thead th {
  text-align: left;
  padding: 18px 10px;
}
.p-table .p-table th,
table .p-table th {
  font-weight: 300;
  text-align: left;
}
.p-table .p-table th, .p-table .p-table td,
table .p-table th,
table .p-table td {
  padding: 2px 3px;
}

.p-table--bordered th, .p-table--bordered td {
  border: 1px solid #f9eddf;
  border: 1px solid var(--border-color);
}

@media screen and (max-width: 768px) {
  .p-table tr,
  table tr {
    display: block;
    padding-top: 15px;
  }
  .p-table tr:first-child,
  table tr:first-child {
    padding-top: 0px;
  }
  .p-table th, .p-table td,
  table th,
  table td {
    padding: 5px 0;
    display: block;
    width: 100%;
    text-align: left;
  }
  .p-table th,
  table th {
    padding: 0;
  }
  .p-table--force tr {
    display: table-row;
  }
  .p-table--force th, .p-table--force td {
    display: table-cell;
    width: auto;
    text-align: center;
  }
}
.p-page__title {
  text-align: center;
  padding: 24px;
  background: #f8f6f1;
  background: var(--sky);
  margin-bottom: 60px;
  font-size: 24px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .p-page__title {
    padding: 16px;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 0.15em;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-item {
  padding: 6px 10px;
}

.p-tab__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f9eddf;
  border: 1px solid var(--border-color);
  border-bottom: 3px solid #ea863b;
  border-bottom: 3px solid var(--theme-color);
  background-color: #fff;
  background-color: var(--white);
}
.p-tab__trigger a {
  width: 25%;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  color: #5a5143;
  color: var(--text-color);
  border-right: 1px solid #f9eddf;
  border-right: 1px solid #f9eddf;
}
.p-tab__trigger a:hover {
  background-color: rgba(var(--theme-color), 0.2);
}
.p-tab__trigger a.is-active {
  background-color: #ea863b;
  background-color: var(--theme-color);
  color: #fff;
  color: var(--white);
}

.p-tab__trigger--switch {
  border: 0;
  border-radius: 200px;
}
.p-tab__trigger--switch a {
  width: 50%;
  border: 3px solid #fff;
  border-radius: 200px;
  font-weight: 600;
  opacity: 0.7;
}
.p-tab__trigger--switch a.is-active {
  opacity: 1;
}

.slick-dots {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -40px;
  z-index: 2;
}
.slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
.slick-dots li button {
  text-indent: -9999px;
  border: 0;
  width: 7px;
  height: 7px;
  padding: 0;
  overflow: hidden;
  background: #f9eddf;
  background: var(--border-color);
  border-radius: 100px;
}
.slick-dots li.slick-active button {
  background: #ea863b;
  background: var(--theme-color);
}
.slick-dots li:last-child {
  margin-right: 0;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 30px;
  text-indent: -9999px;
  border: 0;
}
.slick-arrow.slick-prev {
  left: -30px;
  top: 126px;
  background: url(../img/icons/arrow_left.svg) no-repeat center center;
}
.slick-arrow.slick-next {
  right: -30px;
  top: 126px;
  background: url(../img/icons/arrow_right.svg) no-repeat center center;
}

@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -90px;
    display: none;
  }
}
#croppedCanvas {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  max-width: 269px;
}

#canvas2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}

.cropper-container {
  width: 100%;
  height: auto;
}
.cropper-container img {
  width: 100%;
}

.p-draw {
  overflow-x: hidden;
}

.p-draw__container {
  position: relative;
  margin: auto;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.p-draw__container__input h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: 3px solid;
  margin-bottom: 14px;
  color: #ea863b;
  color: var(--theme-color);
}
.p-draw__container__input h4 span {
  position: relative;
  width: 2em;
  display: inline-block;
  font-size: 28px;
  text-align: center;
}
.p-draw__container__input h4 span small {
  position: absolute;
  top: -11px;
  font-size: 11px;
  left: 11px;
}

.p-draw__container__input__canvas {
  position: relative;
}

.p-draw__container__preview {
  width: 258px;
  position: relative;
}

.img-container {
  max-height: 70vh;
  margin-bottom: 2vh;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.img-container + div {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.cropper-file {
  position: relative;
  width: 269px;
  height: 269px;
  margin: auto;
  background-color: rgba(241, 241, 241, 0.4);
  font-size: 16px;
  font-weight: 600;
  z-index: 2;
}
.cropper-file:hover {
  background-color: rgba(234, 134, 59, 0.07);
  background-color: rgba(var(--theme-color-alpha), 0.07);
}
.cropper-file label {
  color: #ea863b;
  color: var(--theme-color);
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
}
.cropper-file label input {
  display: none;
}
.cropper-file label:after {
  content: "";
  width: 220px;
  height: 220px;
  position: absolute;
  border: 3px dashed #ea863b;
  border: 3px dashed var(--theme-color);
  left: 24px;
  top: 24px;
}

.p-draw__shadow,
.p-draw__base {
  left: 0;
  bottom: 4px;
  position: absolute;
  z-index: 4;
}

.p-draw__base {
  z-index: 2;
}

.cropper-crop-box:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  left: 2.5%;
  top: 2.5%;
  z-index: 22;
  border: 1px solid #ea863b;
  border: 1px solid var(--theme-color);
}
.cropper-crop-box .cropper-view-box {
  outline: 1px solid #ea863b;
  outline: 1px solid var(--theme-color);
  outline-color: rgba(234, 134, 59, 0.75);
  outline-color: rgba(var(--theme-color), 0.75);
}

.p-home__content--circle .cropper-crop-box:before {
  border-radius: 50%;
}

#cropModal .cropper-modal {
  background-color: transparent;
  opacity: 1;
  z-index: 2;
}

.cropper-container {
  overflow: hidden;
}

.cropper-view-box:after, .cropper-view-box:before {
  content: "";
  width: 200%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 22;
  position: absolute;
  border-left: 1px solid;
  color: #b7b7b6;
  color: var(--gray);
  text-align: center;
  vertical-align: middle;
}
.cropper-view-box:before {
  left: -200%;
}
.cropper-view-box:after {
  right: -200%;
}

@media screen and (max-width: 768px) {
  .p-draw__container {
    display: block;
  }
  .p-draw__container__preview {
    margin: auto;
  }
  .img-container {
    max-height: 60vh;
  }
}
.p-variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-variation__item {
  margin: 5px;
  width: 48%;
  background: #f8f6f1;
  background: var(--sky);
  border-radius: 8px;
  -webkit-filter: drop-shadow(1px 2px 4px #f8f6f1);
          filter: drop-shadow(1px 2px 4px #f8f6f1);
  -webkit-filter: drop-shadow(1px 2px 4px var(--sky));
          filter: drop-shadow(1px 2px 4px var(--sky));
  border: 1px solid #f9eddf;
  border: 1px solid var(--border-color);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-variation__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 100%;
}
.p-variation__item label > div {
  width: 100%;
}
.p-variation__item label > div h4 {
  font-size: 20px;
  text-align: center;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.p-variation__item:hover {
  background: #f39956;
  background: var(--theme-color-light);
  color: #fff;
  color: var(--white);
  font-weight: 600;
}
.p-variation__item .p-variation__item__image {
  width: 36%;
}
.p-variation__item .p-variation__item__image + div {
  width: 58%;
}
.p-variation__item .p-variation__item__image + div h4 {
  text-align: left;
}
.p-variation__item .p-variation__item__image + div p {
  border-top: 1px solid #f9eddf;
  border-top: 1px solid var(--border-color);
  padding-top: 16px;
  margin-top: 5px;
}

.p-variation--results {
  z-index: 2;
  position: relative;
}

.p-variation--results__item .js-variation_result {
  font-size: 24px;
  text-align: center;
}
.p-variation--results__item img {
  width: 40%;
  margin: auto;
}
.p-variation--results__item small {
  font-size: 12px;
}

.p-variation--results__info {
  background: #ea863b;
  background: var(--theme-color);
  border-radius: 6px;
  padding: 35px;
  margin-bottom: 30px;
  color: #fff;
  color: var(--white);
  text-align: center;
}
.p-variation--results__info input {
  background: rgba(255, 255, 255, 0.3);
  background: rgba(var(--white), 0.3);
  color: #fff;
  color: var(--white);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
}
.p-variation--results__info input:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
.p-variation--results__info input[readonly] {
  width: 5em;
  border: 0;
}
.p-variation--results__info .p-variation--results__info__block {
  background: #ffffff;
  padding: 15px 15px 6px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  color: #5a5143;
  color: var(--text-color);
  margin-top: 20px;
}
.p-variation--results__info .p-variation--results__info__block input {
  color: #5a5143;
  color: var(--text-color);
}
.p-variation--results__info .p-variation--results__info__block .price {
  font-size: 30px;
  color: #FF963E;
  font-weight: 600;
}

.p-variation--results__info--delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-variation--results__info__select {
  width: 20%;
}
.p-variation--results__info__select input {
  border: 0;
  width: 100%;
  color: #5a5143;
  padding: 8px 12px;
}
.p-variation--results__info__select.is-input:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-variation {
    display: block;
  }
  .p-variation__item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .p-variation__item label {
    padding: 16px;
  }
  .p-variation--results__info {
    padding: 16px;
  }
  .p-variation--results__info input[readonly] {
    width: 22.5%;
    padding: 0;
  }
  .p-variation--results__info .p-variation--results__info__block {
    display: block;
  }
  .p-variation--results__info__select {
    width: 26%;
  }
}
.p-checkout__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-checkout__block:first-child .p-checkout__block__close {
  display: none;
}

.p-checkout__block__shipping {
  width: 20%;
  text-align: center;
}

.p-checkout__block__content {
  width: 80%;
  padding-left: 20px;
  border-left: 1px solid #f9eddf;
  border-left: 1px solid var(--border-color);
}
.p-checkout__block__content .inner {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 20px;
}
.p-checkout__block__content .block {
  padding: 0 20px;
}
.p-checkout__block__content .block th {
  width: 20%;
}
.p-checkout__block__content input + label {
  padding-left: 50px;
}

.p-checkout__block__close {
  position: absolute;
  background: url(../img/icons/close.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  right: -6px;
  top: -6px;
  cursor: pointer;
}
.p-checkout__block__close:hover {
  opacity: 0.8;
}

.p-checkout__info .stripe-button-el span {
  background: transparent;
  border-radius: 0;
  letter-spacing: 0.06em;
  font-size: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.p-checkout__info .stripe-button-el:disabled span {
  background: transparent;
}

.p-checkout__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}
.p-checkout__preview + div {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.p-checkout__preview > div {
  width: 60%;
}

.p-checkout__block__content__date tr {
  border-bottom: 0;
}
.p-checkout__block__content__date td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-checkout__block__content__date td input {
  width: 50%;
  margin-bottom: 0;
  margin-top: 0;
}
.p-checkout__block__content__date td .p-form--select {
  display: inline-block;
  width: 46%;
  margin: 0;
}

.p-chackout__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-chackout__container__main {
  -ms-flex-preferred-size: 64%;
      flex-basis: 64%;
}

.p-chackout__container__side {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

.p-checkout__complete__image {
  width: 30%;
  margin: 16px auto;
}

@media screen and (max-width: 768px) {
  .p-checkout__block {
    display: block;
  }
  .p-checkout__block__shipping {
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 14px;
    text-align: center;
  }
  .p-checkout__block__content {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .p-checkout__block__content__date td {
    display: block;
  }
  .p-checkout__block__content__date td input {
    width: 80%;
    margin-bottom: 10px;
  }
  .p-checkout__block__content__date td .p-form--select {
    width: 80%;
  }
  .p-chackout__container {
    display: block;
  }
  .p-checkout__complete__image {
    width: 60%;
  }
}
.p-order__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-order__top .text {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.p-order__top .image {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.p-order__top__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-order__top__amount > div {
  margin-right: 1em;
}

.p-welcome__head img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-welcome__link .u-flex--col2 > div {
    width: 48%;
  }
}
.p-payment__item .input {
  display: table;
  width: 100%;
}
.p-payment__item .input > div {
  display: table-row;
}
.p-payment__item .input label {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  text-align: right;
  padding-right: 0.8em;
  font-weight: 600;
}
.p-payment__item .input label:after {
  content: "任意";
  font-size: 10px;
  padding: 3px 6px;
  background: #98876c;
  background: var(--text-color-light);
  color: #fff;
  border-radius: 100px;
  vertical-align: middle;
  margin-left: 0.5em;
  font-weight: 600;
  display: inline-block;
}
.p-payment__item .input label.required:after {
  content: "必須";
  background: #ea863b;
  background: var(--theme-color);
}
.p-payment__item .input input,
.p-payment__item .input select,
.p-payment__item .input .cell {
  display: table-cell;
  margin: 7px 0;
  vertical-align: middle;
}
.p-payment__item .input .half {
  width: 48%;
}
.p-payment__item .input .error {
  text-align: center;
  font-weight: 600;
  color: #ea863b;
  margin-top: 15px;
}
.p-payment__item .input .card_input {
  position: relative;
}
.p-payment__item .input .card_input label {
  text-align: left;
  font-size: 13px;
  color: #b7b7b6;
  margin-bottom: 6px;
  display: block;
  width: 100%;
}
.p-payment__item .input .card_input label:after {
  display: none;
}
.p-payment__item .input .card_input label + div {
  padding: 0.65em 1.2em;
  margin-bottom: 16px;
  border: 1px solid #f9eddf;
  border-color: #f9eddf;
  border-color: var(--border-color);
  border-radius: 8px;
}
.p-payment__item .input .card_input.half {
  display: inline-block;
  margin-right: 1.6%;
}
.p-payment__item .input .card_input.half.last {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-payment__item .input {
    display: block;
  }
  .p-payment__item .input > div {
    display: block;
  }
  .p-payment__item .input > div label {
    display: block;
    width: 100%;
    text-align: left;
  }
  .p-payment__item .input .cell {
    display: block;
  }
}
.u-cf:before,
.u-cf:after {
  content: " ";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-cf {
  *zoom: 1;
}

@media screen and (max-width: 768px) {
  .u-cf--sp:before,
  .u-cf--sp:after {
    content: " ";
    display: table;
  }
  .u-cf--sp:after {
    clear: both;
  }
  .u-cf--sp {
    *zoom: 1;
  }
}
.u-col2 {
  float: left;
  width: 46%;
  margin-right: 8%;
}
.u-col2:nth-child(2n) {
  margin-right: 0;
}
.u-col2.u-col2--mr0 {
  width: 50%;
  margin-right: 0;
}

.u-col3 {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.u-col3:nth-child(3n) {
  margin-right: 0;
}

.u-col3--2 {
  width: 64.666%;
  margin-left: 1%;
  margin-right: 0;
}

@media screen and (max-width: 900px) {
  .u-col3 {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .u-col2,
  .u-col3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.u-marginCenter {
  margin: 0 auto;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb6 {
  margin-bottom: 6px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb160 {
  margin-bottom: 160px;
}

.u-mb200 {
  margin-bottom: 200px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mx5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .u-mb0--sp {
    margin-bottom: 0;
  }
  .u-mb10--sp {
    margin-bottom: 10px;
  }
  .u-mb20--sp {
    margin-bottom: 20px;
  }
  .u-mb30--sp {
    margin-bottom: 30px;
  }
  .u-mb40--sp {
    margin-bottom: 40px;
  }
  .u-mb50--sp {
    margin-bottom: 50px;
  }
}
.u-pr40 {
  padding-right: 40px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl160 {
  padding-left: 160px;
}

@media screen and (max-width: 768px) {
  .u-pl40.u-pl40--sp0 {
    padding-left: 0px;
  }
  .u-pl160.u-pl160--sp0 {
    padding-left: 0px;
  }
}
.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-textLeft {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .u-textCenter--sp {
    text-align: center;
  }
}
.u-ofi {
  overflow: hidden;
}

.u-ofi img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.u-ofi a {
  display: block;
  height: 100%;
}

.u-spShow,
.u-spShow--inline {
  display: none !important;
}

.u-spHide {
  display: block !important;
}

.u-spHide--inline {
  display: inline !important;
}

.u-spHide--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-dib {
  display: inline-block;
}

.u-hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-spShow {
    display: block !important;
  }
  .u-spHide,
  .u-spHide--inline {
    display: none !important;
  }
  .u-spHide--flex {
    display: none;
  }
  .u-spShow--inline {
    display: inline !important;
  }
  .u-spDb {
    display: block;
  }
}
.u-font10 {
  font-size: 10px;
  font-size: 1rem;
}

.u-font11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.u-font12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.u-font13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.u-font14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.u-font16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.u-font18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.u-font19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.u-font20 {
  font-size: 20px;
  font-size: 2rem;
}

.u-font22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.u-font23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.u-font24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.u-font25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.u-font26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.u-font28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.u-font30 {
  font-size: 30px;
  font-size: 3rem;
}

.u-font35 {
  font-size: 35px;
  font-size: 3.5rem;
}

.u-font38 {
  font-size: 38px;
  font-size: 3.8rem;
}

.u-font40 {
  font-size: 40px;
  font-size: 4rem;
}

.u-font42 {
  font-size: 42px;
  font-size: 4.2rem;
}

.u-fontBold {
  font-weight: 600;
}

.u-fontNormal {
  font-weight: 300;
}

.u-mincho {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .u-font26--sp {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .u-font20--sp {
    font-size: 20px;
    font-size: 2rem;
  }
  .u-font16--sp {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.u-boxShadow {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.u-textUnderline {
  text-decoration: underline;
}

.u-textUnderline--wrap a {
  text-decoration: underline;
}

.u-relative {
  position: relative;
}

.u-bg-sky {
  background-color: #f8f6f1;
  background-color: var(--sky);
}

.u-bg-gray {
  background-color: #b7b7b6;
  background-color: var(--gray);
}

.u-bg-light {
  background-color: #f9eddf;
  background-color: var(--border-color);
}

.u-colorWhite {
  color: #fff;
}

.u-line2 {
  line-height: 2;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex--col2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--col2 > div {
  width: 48%;
}

.u-flex--col3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--col3 > div {
  width: 31%;
}

.u-flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex--col3--item2,
.u-flex--col3--item1 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .u-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #find .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .u-flex--col3 > div {
    width: 100%;
  }
  .u-flex--col2 > div {
    width: 100%;
  }
}
.u-spaceWide {
  letter-spacing: 0.12em;
}