@charset "UTF-8";
@import "./animate.css";
@import "./fonts/stylesheet.css";
/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f9ecdd;
  border-radius: 3px;
  border: 3px solid #fff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(244, 239, 233, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

/* Typography */
.auto__container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}

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

h1 {
  font-weight: 700;
  font-size: 56px;
  font-family: "Noto Serif", serif;
  line-height: 70px;
}

h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 65px;
}

h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
}

h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
}

h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
h6.big {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

p.big {
  font-size: 18px;
  line-height: 28px;
}
p.sm {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

main {
  margin-top: 161.64px;
  overflow: hidden;
}

.app {
  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;
  margin: 10px;
  height: 52px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.app:hover {
  opacity: 0.8;
}
.app img {
  height: 100%;
}
.app__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

ul {
  padding-left: 30px;
}
ul li {
  list-style: disc;
  font-weight: 350;
  font-size: 18px;
  line-height: 28px;
}

.hero {
  padding: 120px 0;
  background: #f4efe9;
  text-align: center;
}

.article {
  padding: 100px;
}
.article__inner {
  max-width: 840px;
  margin: 0 auto;
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-bottom: 24px;
}
.article p {
  margin-bottom: 16px;
}
.article p:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 50px 0;
  background: #f4efe9;
}

.copy {
  padding: 20px 0;
  background: #f4efe9;
  border-top: 1px solid #000;
}
.copy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.copy__inner-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.copy__inner-link:hover {
  color: #ffb3ac;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 10;
  background: #fff;
}
.header.sticky {
  background: #f4efe9;
  -webkit-animation: 0.2s linear sticky;
          animation: 0.2s linear sticky;
  position: fixed;
  top: -111.64px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.header .auto__container {
  max-width: 1340px;
  position: static;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner-logo {
  width: 150px;
  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;
}
.header__inner-logo img {
  width: 100%;
}

@-webkit-keyframes sticky {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: -111.64px;
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: -111.64px;
    opacity: 1;
  }
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner .language {
  margin-right: 15px;
}
.nav__inner-social {
  width: 32px;
  height: 32px;
  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;
  margin-right: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.nav__inner-social:hover {
  opacity: 0.8;
}
.nav__inner-social:last-child {
  margin-right: 0;
}
.nav__inner-social img {
  width: 100%;
}
.nav__inner-links {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #faf9f7;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  font-family: "EngraversGothic BT", serif;
  font-size: 14px;
  color: #333333;
  letter-spacing: 2px;
  z-index: 5;
}
.nav__inner-links-inner {
  height: 100%;
  padding: 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: center;
  margin: 0 auto;
}
.nav__inner-link {
    background-color: #faf9f7;
    padding: 12px 25px;
    display: block;
    line-height: 18px;
    font-size: inherit;
    border-bottom: none;
    padding: 3px 0px;
    margin: 0 56px;
}
.nav__inner-link:hover {
  color: #0056b3;
  text-decoration: none;
}
.nav__inner-link.active {
  border-bottom: 1px solid #dddddd;
}

.burger {
  display: none;
}

.language {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.language__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "EngraversGothic BT", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px;
  z-index: 10;
}
.language__title img {
  width: 10px;
  margin-left: 4px;
}
.language__content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f4efe9;
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  overflow: hidden;
}
.language:hover .language__content {
  max-height: 500px;
  opacity: 1;
}

.intro__inner {
  position: relative;
  padding: 85px 0 180px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro__inner-content {
  width: calc(64% - 15px);
}
.intro__inner-image {
  width: calc(36% - 15px);
  position: relative;
}
.intro__inner-circle {
  width: 150px;
  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;
  right: 0;
  top: -15px;
  position: absolute;
}
.intro__inner-circle img {
  width: 100%;
}
.intro__inner-curr {
  width: 150px;
  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;
  right: -80px;
  bottom: -100px;
  position: absolute;
}
.intro__inner-curr img {
  width: 100%;
}
.intro__inner-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  position: relative;
}
.intro__inner-phone img {
  width: 100%;
  max-width: 310px;
}
.intro h1 {
  margin-bottom: 20px;
}
.intro p {
  margin-bottom: 20px;
}
.intro p:last-child {
  margin-bottom: 0;
}
.intro .app__row {
  margin-top: 40px;
}

.feature {
  padding: 100px 0;
}
.feature.sell {
  background: #f4efe9;
}
.feature.buy {
  background: #fff;
}
.feature h2 {
  margin-bottom: 55px;
  text-align: center;
}
.feature__inner {
  max-width: 1075px;
  margin: 0 auto;
}
.feature__inner-row {
  margin: 0 -7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature__inner-row span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(25% - 15px);
}
.featureItem {
  width: calc(25% - 15px);
  margin: 7.5px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 16px;
  padding: 15px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.featureItem:nth-child(1) {
  width: calc(26% - 15px);
}
.featureItem:nth-child(3) {
  width: calc(26% - 15px);
}
.featureItem__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  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;
  background: #cce4e4;
}
.featureItem__icon img {
  width: 22px;
}
.featureItem p {
  width: calc(100% - 64px);
  line-height: 20px;
}

.news {
  background: #f5f5f5;
  position: relative;
}
.news__bag {
  position: absolute;
  top: 10%;
  right: -80px;
  width: 180px;
  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;
}
.news__bag img {
  width: 100%;
}
.news__skirt {
  position: absolute;
  top: 10%;
  left: -55px;
  width: 110px;
  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;
}
.news__skirt img {
  width: 100%;
}
.news__cactus {
  width: 135px;
  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;
  position: absolute;
  bottom: 0;
  left: 50px;
}
.news__cactus img {
  width: 100%;
}
.news.dark {
  background: #f4efe9;
}
.news.dark .news__bag {
  top: unset;
  left: unset;
  bottom: 10%;
  right: 12px;
}
.news.dark .news__inner-image {
  position: relative;
}
.news.dark .news__inner-image::before {
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: -1;
  left: unset;
  right: 10%;
  top: -40px;
  transform: translate(0, 0);
  -moz-ransform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  content: "";
  background: url(../images/shapes/lineCircle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0;
  position: relative;
}
.news__inner-content {
  width: calc(50% - 15px);
  max-width: 540px;
  position: relative;
  z-index: 2;
}
.news__inner-content h4 {
  margin-bottom: 50px;
}
.news__inner-content h3 {
  margin-bottom: 40px;
}
.news__inner-image {
  width: calc(50% - 15px);
  max-width: 440px;
  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;
  position: relative;
  z-index: 1;
}
.news__inner-image::before {
  position: absolute;
  width: 130%;
  height: 130%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "";
  background: url(../images/shapes/news.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.news__inner-image img {
  width: 100%;
  max-width: 220px;
}

.step {
  padding: 100px 0;
}
.step h2 {
  margin-bottom: 50px;
  text-align: center;
}
.step.dark {
  background: #f4efe9;
}
.step__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
}
.step__inner-row.buy {
  margin: 0;
}
.step__inner-row.buy .stepItem {
  width: calc(33.3% - 30px);
}
.stepItem {
  width: calc(25% - 40px);
  margin: 0 20px;
  border-radius: 10px 0 10px 10px;
  border: 2px solid #000;
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  max-width: 310px;
}
.stepItem::after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 10px 0 10px 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  top: 0;
}
.stepItem::before {
  position: absolute;
  content: "";
  width: 18px;
  background: #fff;
  height: 18px;
  top: 16px;
  right: -10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(50deg) skew(0deg, -12deg);
          transform: rotate(50deg) skew(0deg, -12deg);
}
.stepItem__icon {
  width: 128px;
  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;
  margin: 0 auto 30px auto;
  position: relative;
  z-index: 2;
}
.stepItem__icon img {
  width: 100%;
}
.stepItem:last-child::before {
  display: none;
}
.stepItem h6 {
  position: relative;
  z-index: 2;
}
.stepItem h6 small {
  font-size: 12px;
  font-weight: 400;
}

.about {
  overflow: hidden;
  position: relative;
}
.about__circle {
  position: absolute;
  top: 10%;
  right: -55px;
  width: 150px;
  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;
}
.about__circle img {
  width: 100%;
}
.about__circle.left {
  right: unset;
  left: -20px;
}
.about__man {
  position: absolute;
  top: 30%;
  right: -80px;
  width: 160px;
  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;
}
.about__man img {
  width: 100%;
}
.about__skirt {
  position: absolute;
  top: 10%;
  left: -55px;
  width: 110px;
  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;
}
.about__skirt img {
  width: 100%;
}
.about__skirt.right {
  right: -65px;
  left: unset;
}
.about__shape {
  width: 135px;
  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;
  position: absolute;
  bottom: -100px;
  left: 27px;
}
.about__shape img {
  width: 100%;
}
.about__bag {
  position: absolute;
  top: 10%;
  right: -40px;
  width: 180px;
  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;
}
.about__bag img {
  width: 100%;
}
.about__print {
  position: absolute;
  bottom: 0;
  right: 130px;
  width: 190px;
  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;
}
.about__print img {
  width: 100%;
}
.about__cactus {
  width: 135px;
  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;
  position: absolute;
  bottom: 0;
  left: 90px;
}
.about__cactus img {
  width: 100%;
}
.about__shoe {
  width: 150px;
  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;
  position: absolute;
  bottom: 10%;
  left: 0;
}
.about__shoe img {
  width: 100%;
}
.about.dark {
  background: #f4efe9;
}
.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
  padding: 100px 0;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about__inner-header {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}
.about__inner-header h2 {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}
.about__inner-image {
  width: calc(50% - 30px);
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__inner-image.big {
  margin-right: -10%;
  width: calc(60% - 30px);
}
.about__inner-image.sm {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about__inner-image.sm img {
  max-width: 460px;
}
.about__inner-image img {
  width: 100%;
}
.about__inner-content {
  width: calc(50% - 30px);
  margin: 0 15px;
}
.about__inner-content h3 {
  margin-bottom: 50px;
}
.about__inner-content ul li {
  font-size: 16px;
  line-height: 24px;
}
.about__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.about__inner-col {
  width: calc(50% - 30px);
  margin: 15px;
}
.about__inner-col span {
  width: 40px;
  height: 40px;
  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;
  position: relative;
  margin-bottom: 15px;
}
.about__inner-col span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about__inner-col p {
  max-width: 245px;
}

.general {
  padding: 24px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.general__col {
  width: calc(50% - 10px);
}
.general__col h5 {
  max-width: 420px;
}
.general__row {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.general__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
}
.general__info:last-child {
  margin-right: 0;
}
.general__info-icon {
  width: 50px;
  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;
  margin-right: 15px;
}
.general__info-icon img {
  width: 100%;
}
.general__info-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.general__info-text a,
.general__info-text span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.what {
  padding: 50px 0 100px 0;
  background: #f4efe9;
}
.what .general {
  margin-bottom: 100px;
}
.what__tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #000;
}
.what__tab::before {
  left: 100%;
  width: 300%;
  height: 2px;
  bottom: -2px;
  position: absolute;
  content: "";
  background: #000;
}
.what__tab::after {
  right: 100%;
  width: 300%;
  height: 2px;
  bottom: -2px;
  position: absolute;
  content: "";
  background: #000;
}
.what__tab-btn {
  width: calc(50% - 5px);
  margin: 0 0 -2px 0;
  border: 2px solid #000000;
  border-bottom: 0;
  border-radius: 16px 16px 0px 0px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  background: #f4efe9;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.what__tab-btn::before {
  width: 100%;
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #000;
}
.what__tab-btn img {
  width: 36px;
  margin-right: 22px;
}
.what__tab-btn.active {
  -webkit-box-shadow: 0px -7px 0px #000000;
          box-shadow: 0px -7px 0px #000000;
}
.what__tab-btn.active:before {
  width: 0;
}
.what__inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.what__inner-content-col {
  width: calc(50% - 10px);
}
.what__inner-content-col h3 {
  margin-bottom: 20px;
  font-family: "Noto Serif", serif;
}
.what__inner-content-col p {
  max-width: 440px;
}
.what__inner-content-col h6 {
  margin-bottom: 10px;
}
.what__inner-content-col p {
  margin-bottom: 20px;
}
.what__inner-content-col p:last-child {
  margin-bottom: 0;
}
.what__inner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px 50px -15px;
}
.whatItem {
  width: calc(50% - 30px);
  margin: 0 15px;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 2px solid #000;
  border-radius: 32px;
}
.whatItem__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.whatItem__header span {
  display: block;
  padding: 3px 10px;
  border-radius: 50px;
  background: #91e5da;
  margin-right: 5px;
}

.service {
  padding: 100px 0;
  position: relative;
}
.service__circle {
  position: absolute;
  top: 10%;
  right: -55px;
  width: 150px;
  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;
}
.service__circle img {
  width: 100%;
}
.service__cactus {
  width: 135px;
  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;
  position: absolute;
  bottom: 0;
  left: 90px;
}
.service__cactus img {
  width: 100%;
}
.service h3 {
  margin-bottom: 30px;
}
.service h6 {
  margin-bottom: 20px;
}
.service h6.big br {
  display: none;
}
.service__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid;
}
.service__inner-image {
  width: calc(50% - 15px);
  max-width: 498px;
  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;
}
.service__inner-image img {
  width: 100%;
}
.service__inner-content {
  width: calc(50% - 15px);
}
.service__inner-content p {
  margin-bottom: 24px;
}
.service__inner-content p:last-child {
  margin-bottom: 0;
}
.service__inner-list {
  padding: 60px 0 0 0;
}
.service__inner-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.serviceItem {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.serviceItem__number {
  width: 40px;
  height: 40px;
  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;
  position: relative;
  margin-right: 15px;
}
.serviceItem__number img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.serviceItem p {
  width: calc(100% - 55px);
}

.benefits {
  padding: 100px 0;
}
.benefits h2 {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}
.benefits h2,
.benefits h6 {
  text-align: center;
}
.benefits h6 {
  margin-bottom: 20px;
}
.benefits__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.benefits__inner-image {
  position: relative;
  width: 234px;
  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;
}
.benefits__inner-image img {
  width: 100%;
}
.benefits__inner-image-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  bottom: 105%;
  left: -100px;
  color: #000000;
  text-align: center;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.benefits__inner-image-text::before {
  position: absolute;
  content: "";
  background: #000;
  bottom: 0;
  right: 110%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  width: 1px;
  height: 75%;
}
.benefits__inner-image-text::after {
  position: absolute;
  content: "";
  background: #000;
  bottom: 0;
  left: 110%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 1px;
  height: 75%;
}
.benefits__inner-list {
  width: calc(100% - 250px);
  max-width: 790px;
}
.benefitsItem {
  margin-bottom: 60px;
}
.benefitsItem:last-child {
  margin-bottom: 0;
}
.benefitsItem__number {
  width: 40px;
  height: 40px;
  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;
  position: relative;
  margin-bottom: 15px;
}
.benefitsItem__number img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tabEvent {
  display: none;
}
.tabEvent.active {
  display: block;
}

.map {
  position: relative;
}
.map__tip {
  position: absolute;
  top: 49.5%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 34.5%;
  background: #fff;
  padding: 32px 30px;
  -webkit-box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.map__tip span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  content: "";
  width: 18px;
  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;
}
.map__tip span img {
  width: 100%;
}
.map__tip-content {
  width: calc(60% - 10px);
  text-align: center;
}
.map__tip-content h5 {
  margin-bottom: 20px;
}
.map__tip-image {
  width: calc(40% - 10px);
  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;
}
.map__tip-image img {
  width: 100%;
}
.map__bg {
  position: relative;
  height: 366px;
}
.map__bg .mapMob {
  display: none;
}
.map__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1440px) and (max-width: 1480px) {


.nav__inner-link {
    margin: 0 52px;
}


}



@media (max-width: 1400px) {
  .service {
    padding: 80px 0;
  }
.nav__inner-link {
    margin: 0 52px;
}

}

@media screen and (min-width: 1310px) and (max-width: 1340px) {
  .nav__inner-link {
    margin: 0 40px;
}


}


@media screen and (min-width: 1341px) and (max-width: 1390px) {
  .nav__inner-link {
       margin: 0 42px;
}


}




@media (max-width: 1340px) {

  .nav__inner-link {
    margin: 0 45px;
}

}



@media (max-width: 1271px) {


  .nav__inner-link {
    margin: 0 40px;
}

}


@media screen and (min-width: 992px) and (max-width: 1200px) {


  .nav__inner-link {
    margin: 0 25px;
}

}









  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }
  h6.big {
    font-size: 18px;
    line-height: 26px;
  }

  p.big {
    font-size: 16px;
    line-height: 24px;
  }

  ul {
    padding-left: 25px;
  }
  ul li {
    font-size: 16px;
    line-height: 24px;
  }

  main {
    margin-top: 141.64px;
    overflow: hidden;
  }

  .hero {
    padding: 80px 0;
  }

  .article {
    padding: 50px 0;
  }

  .header {
    padding: 20px 0;
  }

  .intro__inner {
    padding: 50px 0 120px 0;
  }
  .intro__inner-curr {
    right: -40px;
  }
  .intro h1 {
    margin-bottom: 20px;
  }
  .intro p {
    margin-bottom: 12px;
  }
  .intro .app__row {
    margin-top: 20px;
  }

  .what .general {
    margin-bottom: 50px;
  }
  .what__tab {
    margin-bottom: 50px;
  }

  .about__inner {
    padding: 80px 0;
  }
  .about__inner-header {
    margin-bottom: 24px;
  }
  .about__inner-content h3 {
    margin-bottom: 24px;
  }

  .feature {
    padding: 80px 0;
  }
  .feature h2 {
    margin-bottom: 24px;
  }

  .benefits {
    padding: 80px 0;
  }
  .benefits__inner-image-text {
    left: -20px;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .benefitsItem {
    margin-bottom: 30px;
  }

  .news__skirt {
    top: 50%;
    width: 80px;
    left: -65px;
  }
  .news__skirt.right {
    right: unset;
    left: calc(100% - 30px);
  }
  .news__bag {
    top: 5%;
    right: -60px;
    width: 112px;
  }
  .news.dark {
    background: #f4efe9;
  }
  .news.dark .news__bag {
    top: unset;
    bottom: 5%;
    right: -60px;
    width: 112px;
  }
  .news__cactus {
    width: 80px;
    left: 25px;
  }
  .news h3 {
    margin-bottom: 24px;
  }
  .news h4 {
    margin-bottom: 24px;
  }
  .news__inner {
    padding: 80px 0;
  }

  .step {
    padding: 80px 0;
  }

  .map__bg img {
    width: 110%;
  }
  .map__tip {
    right: 28.5%;
  }
}
@media (max-width: 1024px) {
  .featureItem {
    width: calc(33.3% - 15px);
  }
  .featureItem:nth-child(1), .featureItem:nth-child(3) {
    width: calc(33.3% - 15px);
  }

  .step h2 {
    margin-bottom: 24px;
  }
  .step__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 650px;
  }
  .step__inner-row.buy {
    margin: 0 auto;
  }
  .step__inner-row.buy .stepItem {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .stepItem {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .stepItem:nth-child(2)::before {
    display: none;
  }

  .map__tip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 460px;
  }
  .map__tip-content {
    width: 100%;
  }
  .map__tip-content h5 {
    margin-bottom: 10px;
  }
  .map__tip-content p.sm {
    margin-bottom: 10px;
  }
  .map__tip-image {
    width: 100%;
    max-width: 125px;
  }

.nav__inner-link {
    margin: 0 27px;
}

}




@media (max-width: 840px) {
  .app {
    height: 42px;
    margin: 5px;
  }
  .app__row {
    margin: 0 -5px;
  }

  .footer {
    padding: 25px 0;
    background: #dcec9a;
  }

  .copy {
    padding: 15px 0;
    background: #dcec9a;
  }
  .copy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .copy__inner-link {
    margin-top: 10px;
  }

  .header.sticky {
    background: #f4efe9;
    -webkit-animation: 0.2s linear sticky;
            animation: 0.2s linear sticky;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .header__inner-logo {
    width: 120px;
  }

  @-webkit-keyframes sticky {
    0% {
      top: -60px;
      opacity: 0;
    }
    100% {
      top: 0;
      opacity: 1;
    }
  }

  @keyframes sticky {
    0% {
      top: -60px;
      opacity: 0;
    }
    100% {
      top: 0;
      opacity: 1;
    }
  }
  .nav {
    position: fixed;
    top: 81.31px;
    left: 0;
    width: 100%;
    height: calc(100% - 81.31px);
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    position: absolute;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    right: 0;
    width: 250px;
    padding: 0;
    z-index: 1;
    padding: 20px 20px 62px 20px;
    height: calc(100% - 82px);
    overflow-y: auto;
    background: #f4efe9;
  }
  .nav__inner-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px;
  }
  .nav__inner-social {
    margin: 10px;
  }
  .nav__inner .language {
    width: 100%;
    margin: 0;
  }
  .nav__inner .language__content {
    position: static;
  }
  .nav__inner-links {
    position: static;
    height: unset;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav__inner-links-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .nav__inner-link {
    width: calc(100% + 40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 40px;
    margin: 0 -40px;
    border-bottom: 1px solid #dddddd;
    background: none;
  }

  .body.active {
    overflow: hidden;
  }

  .burger {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .burger::before {
    top: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #000;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger::after {
    bottom: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #000;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }

  .general {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .general__col {
    width: 100%;
    margin-bottom: 20px;
  }
  .general__col h5 {
    margin: 0 auto;
    max-width: unset;
  }
  .general__row {
    width: calc(100% + 20px);
    margin: 0 -10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .general__info {
    margin: 10px;
  }
  .general__info-icon {
    width: 40px;
    margin-right: 10px;
  }
  .general__info-text a,
.general__info-text span {
    font-size: 16px;
    line-height: 24px;
  }

  .intro__inner {
    padding: 30px 0 60px 0;
  }
  .intro__inner-content {
    width: calc(100% - 200px);
  }
  .intro__inner-image {
    margin-right: -100px;
    width: 280px;
  }
  .intro__inner-curr {
    display: none;
  }
  .intro__inner-circle {
    display: none;
  }
  .intro h1 {
    max-width: 600px;
  }

  .what {
    padding: 50px 0;
  }
  .what__tab-btn {
    font-size: 16px;
    line-height: 24px;
  }
  .what__tab-btn img {
    width: 30px;
    margin-right: 10px;
  }
  .what__inner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .what__inner-content-col {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .what__inner-content-col:last-child {
    margin: 0;
  }
  .whatItem {
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  .about__circle {
    top: 5%;
    right: -100px;
    width: 150px;
  }
  .about__circle.left {
    display: none;
  }
  .about__man {
    top: unset;
    bottom: 5%;
    right: -80px;
    width: 120px;
  }
  .about__shape {
    width: 80px;
    bottom: -65px;
  }
  .about__skirt {
    top: 50%;
    width: 80px;
    left: -65px;
  }
  .about__skirt.right {
    bottom: unset;
    top: 5%;
    right: -65px;
    width: 80px;
  }
  .about__bag {
    top: 5%;
    right: -60px;
    width: 112px;
  }
  .about__print {
    width: 120px;
    right: 15px;
  }
  .about__cactus {
    width: 80px;
    left: 25px;
  }
  .about__shoe {
    width: 100px;
    bottom: 0;
    left: -50px;
  }
  .about.dark .about__bag {
    display: none;
  }
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0;
    margin: 0;
  }
  .about__inner-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .about__inner-content h3 br {
    display: none;
  }
  .about__inner-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100% !important;
    margin: 0 !important;
    max-width: 620px;
  }
  .about__inner-image.sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about.ben .about__inner-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about.ben .about__inner-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 35px;
  }

  .feature {
    padding: 50px 0;
  }
  .featureItem {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .featureItem:nth-child(1), .featureItem:nth-child(3) {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .benefits {
    padding: 50px 0;
  }
  .benefits__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 98px;
  }
  .benefits__inner-image {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
  .benefits__inner-image-text {
    font-size: 12px;
    line-height: 22px;
    left: -50px;
    bottom: 100%;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .benefits__inner-image-text::before, .benefits__inner-image-text::after {
    display: none;
  }
  .benefits__inner-list {
    width: 100%;
    max-width: unset;
  }

  .news__bag {
    top: 40%;
  }
  .news__inner {
    padding: 50px 0;
  }

  .step {
    padding: 50px 0;
  }

  .about__circle {
    top: 5%;
    right: -100px;
    width: 150px;
  }
  .about__circle.left {
    display: none;
  }
  .about__man {
    top: unset;
    bottom: 5%;
    right: -80px;
    width: 120px;
  }
  .about__shape {
    width: 80px;
    bottom: -65px;
  }
  .about__skirt {
    top: 50%;
    width: 80px;
    left: -65px;
  }
  .about__skirt.right {
    bottom: unset;
    top: 5%;
    right: -65px;
    width: 80px;
  }
  .about__bag {
    top: 5%;
    right: -60px;
    width: 112px;
  }
  .about__print {
    width: 120px;
    right: 15px;
  }
  .about__cactus {
    width: 80px;
    left: 25px;
  }
  .about__shoe {
    width: 100px;
    bottom: 0;
    left: -50px;
  }
  .about.dark .about__bag {
    display: none;
  }
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0;
    margin: 0;
  }
  .about__inner-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .about__inner-content h3 br {
    display: none;
  }
  .about__inner-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100% !important;
    margin: 0 !important;
    max-width: 620px;
  }
  .about__inner-image.sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about.ben .about__inner-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about.ben .about__inner-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 35px;
  }

  .service {
    background: #eae0ef;
    padding: 60px 0;
  }
  .service h3 {
    margin-bottom: 20px;
  }
  .service h6 {
    margin-bottom: 15px;
  }
  .service h6.big br {
    display: block;
  }
  .serviceItem {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .service__inner-list {
    padding-top: 30px;
  }
  .service__inner-list-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
  .service__inner-image {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .service__inner-content {
    width: 100%;
  }
  .service__inner-content p {
    margin-bottom: 20px;
  }
  .service__circle {
    top: 18px;
    right: -45px;
    width: 90px;
  }
  .service__cactus {
    width: 70px;
    left: 0;
  }

  main {
    margin-top: 81.31px;
  }
}
@media (max-width: 700px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 30px;
  }

  h5 {
    font-size: 18px;
    line-height: 26px;
  }

  h6.big {
    font-size: 16px;
    line-height: 24px;
  }

  .news__inner-content {
    width: calc(100% - 180px);
  }
  .news__inner-image {
    margin-right: -100px;
    width: 280px;
  }

  .map__bg img {
    width: 120%;
  }
  .map__tip {
    right: calc(50% - 192px);
  }
}
@media (max-width: 600px) {
  .auto__container {
    padding: 0 16px;
  }

  body {
    font-size: 12px;
    line-height: 22px;
  }

  p.sm {
    font-size: 12px;
    line-height: 22px;
  }

  p.big {
    font-size: 14px;
    line-height: 22px;
  }

  .app {
    margin: 0 7.5px;
  }
  .app__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  h1 {
    font-size: 28px;
    line-height: 40px;
  }

  h2 {
    font-weight: 500;
  }

  h4 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  ul li {
    font-size: 14px;
    line-height: 22px;
  }

  .intro h1 {
    text-align: center;
    max-width: 320px;
    margin: 0 auto 20px auto;
  }
  .intro p {
    text-align: center;
  }
  .intro p br {
    display: none;
  }
  .intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0 150px 0;
  }
  .intro__inner-content {
    width: 100%;
    margin-bottom: 60px;
  }
  .intro__inner-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -40px;
    right: 10%;
    width: 106px;
  }
  .intro__inner-image {
    width: 100%;
    margin: 0;
  }
  .intro__inner-curr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -90px;
    right: 10%;
    width: 103px;
  }
  .intro__inner-phone {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro__inner-phone img {
    max-width: 240px;
  }

  .general {
    padding: 20px;
  }

  .step__inner-row {
    max-width: unset;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .step__inner-row.buy .stepItem {
    width: 100%;
    margin: 10px auto;
  }
  .stepItem {
    width: 100%;
    margin: 10px auto;
  }
  .stepItem::before {
    display: block !important;
  }

  .what__inner-content-col {
    margin: 0 0 30px 0;
  }
  .what__inner-content-col:last-child {
    margin-bottom: 0;
  }
  .what__inner-content-col .app__row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .what__inner-info {
    margin: 0 -15px 30px -15px;
  }
  .whatItem {
    padding: 15px 20px;
  }

  .map__tip {
    max-width: 320px;
    right: unset;
    left: 50%;
    top: 42px;
    padding: 30px 20px;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .map__tip span {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: calc(100% - 15px);
  }
  .map__bg {
    height: 420px;
  }
  .map__bg img {
    display: none;
  }
  .map__bg .mapMob {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .service p {
    font-size: 14px;
    line-height: 22px;
  }
  .service h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .feature .auto__container {
    padding: 0;
  }
  .feature .slick-list {
    overflow: visible;
    padding: 0 15%;
  }
  .feature .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .feature .slick-dots {
    bottom: -40px;
  }
  .feature .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .feature .slick-dots li button::before {
    display: none !important;
  }
  .feature .slick-dots li.slick-active {
    background: #ffb3ac;
  }
  .feature .slick-slide {
    height: inherit !important;
    margin-right: 10px;
    margin-left: 10px;
  }
  .featureItem {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .featureItem p.sm {
    font-size: 14px;
    line-height: 22px;
  }
  .feature.buy .slick-dots li {
    background: #f4efe9;
  }
  .feature.buy .slick-dots li.slick-active {
    background: #ffb3ac;
  }

  .news h3 {
    text-align: center;
  }
  .news h4 {
    text-align: center;
    font-weight: 500;
  }
  .news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__inner-content {
    width: 100%;
    margin: 0 0 60px 0;
    max-width: unset;
  }
  .news__inner-image {
    width: 100%;
    margin: 0;
  }
  .news__inner-image img {
    max-width: 160px;
    margin: 0 auto;
  }

  .about__inner-content ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .about__inner-row {
    margin: 0 -10px;
  }
  .about__inner-col {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .step.dark .slick-dots li {
    background: #fff;
  }
  .step .auto__container {
    padding: 0;
  }
  .step .slick-list {
    overflow: visible;
    padding: 0 12%;
  }
  .step .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .step .slick-dots {
    bottom: -40px;
  }
  .step .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f4efe9;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .step .slick-dots li button::before {
    display: none !important;
  }
  .step .slick-dots li.slick-active {
    background: #ffb3ac;
  }
  .step .slick-slide {
    height: inherit !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .stepItem {
    border-radius: 20px 0 20px 20px;
  }
  .stepItem::after {
    border-radius: 20px 0 20px 20px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

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


.nav__inner-links-innerss ul {
   padding: 0;
   margin: 0;
   list-style-type: none;
   text-align: center;
}

.nav__inner-links-innerss ul li {
  display: inline-block;
}

.nav__inner-links-innerss ul li a {
    background-color: #faf9f7;
    font-size: 15px;
    display: block;
    line-height: 18px;
    border-bottom: none;
    padding: 3px 22px;
    transition: 0.2s all ease; 
}


.nav__inner-links-innerss ul li a:hover {
    color: #0056b3;
    text-decoration: none;
}

.contact-bg {
  background: #e4eeef;
  padding: 100px 0;
  margin: 100px auto 0;
}

.contact-message {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 50px;
}

.message-notice {
  color: #c10811;
  font-size: 14px;
}

.essential {
  background: #c10811;
  color: #fafafa;
  font-size: 12px;
  padding: 0 10px;
  font-weight: normal;
  margin-left: 10px;
}

.contact-area {
  background: #fafafa;
  padding: 90px;
  margin: 100px auto;
  width: 1000px;
}

.contact-table {
  width: 100%;
}

.table-list {
  display: flex;
  justify-content: space-between;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  width: 100%;
  margin-bottom: 40px;
}

.table-list th {
  font-size: 13px;
  font-weight: bold;
  width: 250px;
  text-align: left;
}

.table-list-address {
  flex-wrap: wrap;
}

.table-list-address .input-area {
  margin-bottom: 10px;
}

.input-area {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  padding: 0 10px;
  border: none;
  width: 550px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
}

.table-list td {
  font-size: 13px;
  width: calc(100% - 250px);
}

input::placeholder {
  color: #bfbfbf;
  font-size: 12px;
  font-weight: bold;
}

textarea {
  border: none;
  width: 550px;
  height: 200px;
  padding: 0;
  border: 1px solid #c4c4c4;
  resize: vertical; /* 横方向のみサイズを固定する */
}

textarea::placeholder {
  color: #bfbfbf;
  font-size: 12px;
}

input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-area .text {
  font-size: 13px;
  text-align: center;
  margin-bottom: 100px;
}

.contact-area .text a {
  color: #000;
  border-bottom: 1px solid #000;
  transition: all .3s;
  text-decoration: none;
}

.contact-area .text a:hover {
  border-bottom: 1px solid #777;
  padding-bottom: 5px;
  color: #777;
}

.submit-button {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 30px auto 0;
  background-color: #e4eeef;
  cursor: pointer;
  border: 1px solid #e4eeef;
  color: #000;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .5s;
  padding: 20px 100px;
}

.submit-button:hover {
  background: #cae1e3;
  color: #000;
  border: 1px solid #cae1e3;
}


@media(max-width:1200px) {
  .contact-area {
      width: 80%;
      padding: 60px;
  }
}

@media(max-width:1024px) {
  .contact-area {
      padding: 50px 15px;
  }

  .table-list th {
      width: 180px;
  }

  .table-list td {
      width: 100%;
  }

  .input-area {
      width: 500px;
      height: 40px;
  }

  textarea {
      width: 500px;
      height: 200px;
  }

  .contact-message {
      margin-bottom: 30px;
  }

  .contact-area .text {
      margin-bottom: 30px;
  }
}


@media(max-width:834px) {
  .contact-bg {
      margin: 50px auto 0;
      padding: 50px 0;
  }

  .contact-area {
      margin: 50px auto;
      padding: 50px 20px;
  }

  .check-box label {
      width: 100%;
  }

  .input-area {
      width: 100%;
      height: 30px;
  }

  textarea {
      width: 100%;
      height: 200px;
  }

  .table-list {
      flex-wrap: wrap;
      margin-bottom: 20px;
  }

  .table-list th {
      font-size: 12px;
      width: 200px;
      margin-bottom: 10px;
  }

  .table-list td {
      font-size: 12px;
  }

  .table-list td {
      width: 100%;
  }

  .contact-message {
      font-size: 13px;
  }

  .contact-area .text {
      font-size: 13px;
  }
}

@media (max-width:640px) {
  .contact-message {
      text-align: left;
  }

  .contact-area .text {
      text-align: left;
  }
}

@media(max-width:320px) {
  .input-area {
      width: 100%;
  }

  textarea {
      width: 100%;
  }
}