@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400&family=Raleway:wght@300;400;500&display=swap");
html {
  scroll-behavior: smooth;
  font-size: 16px; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0; }

body {
  font-family: "Raleway";
  font-weight: 400;
  color: #2E2E2E; }

input, label, img, p, a, button, fieldset, ul {
  margin: 0;
  padding: 0; }

img {
  display: block;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant";
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #2E2E2E; }

h1, h2 {
  font-size: 54px;
  line-height: 1.11;
  letter-spacing: 0.2px;
  font-weight: 300; }

h3 {
  font-size: 41px;
  font-weight: 300;
  text-transform: none;
  line-height: 1.21; }

h4 {
  font-size: 2.25rem;
  font-weight: 300;
  margin-bottom: 0.625rem; }

h5 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 26px; }

/* Input styles */
input {
  border: none;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important; }
  input::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit; }
  input:-ms-input-placeholder {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit; }
  input::-ms-input-placeholder {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit; }
  input::placeholder {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit; }
  input:focus {
    outline: none; }

.input-line {
  font-size: 0.75rem;
  text-transform: uppercase;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #2E2E2E;
  border-radius: 0 !important;
  font-weight: 600; }
  .input-line:focus {
    font-weight: 500; }
  .input-line::-webkit-input-placeholder {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 400; }
  .input-line:-ms-input-placeholder {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 400; }
  .input-line::-ms-input-placeholder {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 400; }
  .input-line::placeholder {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 400; }

.input-error {
  border-bottom: 1px solid #ff0000; }
  .input-error::-webkit-input-placeholder {
    color: #ff0000; }
  .input-error:-ms-input-placeholder {
    color: #ff0000; }
  .input-error::-ms-input-placeholder {
    color: #ff0000; }
  .input-error::placeholder {
    color: #ff0000; }

/* Position styles */
.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.sticky {
  position: -webkit-sticky;
  position: sticky; }

/* Element styles */
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.grid-box {
  display: grid; }

.hidden {
  visibility: hidden; }

.visible {
  visibility: visible; }

.screen {
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1200px;
  width: 100%; }

.jc--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.jc--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }

.jc--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }

.jc--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.mt--3-7-5r {
  margin-top: 6.75rem; }

.grid-box.column-2 {
  grid-template-columns: 1fr 1fr;
  gap: 1rem; }

.bg--grey {
  background: #f2f2f2; }

.bg--dark {
  background: #2E2E2E;
  color: #f2f2f2; }

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.375rem; }
  .slider-nav .btn--nav {
    width: 3.75rem;
    height: 3.75rem;
    background: #f2f2f2;
    border-radius: 50%;
    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 transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .slider-nav .btn--nav:hover {
      background: transparent;
      border: 1px solid #2E2E2E; }

.price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Raleway";
  margin-top: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .price-box .price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: inherit;
    font-size: 37px;
    font-weight: 300;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
            font-feature-settings: "pnum" on, "lnum" on;
    color: #ebebeb;
    background: #2E2E2E;
    padding: 12px 21px;
    line-height: 0.72; }
  .price-box .old-price {
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: 300;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
            font-feature-settings: "pnum" on, "lnum" on;
    padding: 0 0.5rem;
    position: relative; }
    .price-box .old-price:after {
      content: "";
      width: 100%;
      height: 1.5px;
      background: #2E2E2E;
      position: absolute;
      top: 50%;
      left: 0; }

.order-box {
  max-width: 25rem; }

.order-form {
  margin-top: 46px; }
  .order-form input {
    padding-bottom: 0.75rem;
    margin-bottom: 25px; }
    .order-form input:last-child {
      margin-bottom: 0; }
  .order-form .btn {
    margin-top: 26px; }
  .order-form p {
    font-size: 12px; }

.plain-ul {
  list-style-type: none; }
  .plain-ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 0.8rem; }
    .plain-ul li:last-child {
      margin-bottom: 0; }
    .plain-ul li::before {
      content: "";
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 6px;
      height: 6px;
      background: #2E2E2E;
      margin-top: 0.4rem;
      margin-right: 11px;
      border-radius: 50%; }

a[class*='lightcase-icon-'].lightcase-icon-close {
  top: 4vw;
  right: 4vw;
  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;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out; }
  a[class*='lightcase-icon-'].lightcase-icon-close:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.lightcase-icon-close:before {
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../img/close-light.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.lightcase-icon-prev, .lightcase-icon-next {
  background: #f2f2f2;
  border-radius: 50%;
  width: 60px !important;
  aspect-ratio: 1/1;
  color: #2E2E2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out; }
  .lightcase-icon-prev:hover, .lightcase-icon-next:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 4vw; }

.lightcase-icon-prev:before {
  content: "";
  color: #2E2E2E;
  font-size: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../img/arrow-left.svg); }

a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 4vw; }

.lightcase-icon-next:before {
  content: "";
  color: #2E2E2E;
  font-size: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../img/arrow-right.svg); }

#lightcase-overlay {
  background: rgba(46, 46, 46, 0.7); }

/* Button and links style */
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

button {
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  button:focus {
    outline: none; }

.btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.75rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border: 1px solid transparent; }

.btn--fill {
  padding: 1.125rem;
  background: #2E2E2E;
  color: #ebebeb; }
  .btn--fill:hover {
    border: 1px solid #2E2E2E;
    background: transparent;
    color: #2E2E2E; }

.up-btn {
  width: 2.3rem;
  height: 2.2rem;
  padding: 0.55rem;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f2f2;
  position: fixed;
  bottom: 3vw;
  right: 3vw;
  z-index: 3;
  border-radius: 50%;
  border: 1px solid #2E2E2E;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .up-btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .up-btn img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.btn--zoom {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f2f2f2; }
  .btn--zoom img {
    width: 17px; }

/* Text styles */
.ta--center {
  text-align: center; }

.plain-text {
  font-size: 1rem;
  letter-spacing: 0.2px; }
  .plain-text p {
    margin-bottom: 1rem; }
    .plain-text p:last-child {
      margin-bottom: 0; }

#map {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 400px; }


  /* bying */

.bying {
    padding: 77px 0 90px 0;
    background: #F2F2F2;
}

.bying_top {
    text-align: center;
}

.bying_top .descr-map
{
    margin-top: 40px;
    margin-bottom: 30px;
}

.bying_top .bying-logos
{
    display: flex;
    justify-content: center;
}

.bying_top .bying-logos img
{
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 20px;
    min-height: 90px;
    max-width: none;
    width: auto;
    height: 90px;
}

.bying_top .bying-logos a
{
    text-decoration: none;
}

.bying_top .bying-logos .button:hover
{
    background: #2E2E2E;
    color: #ebebeb;
}

.bying-logos {
    display: flex;
    align-items: center;
    margin-bottom: 77px;
}

.bying_top  .section-title {
    font-family: 'Cormorant', serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 0.2px;
    color: #2E2E2E;
}

.bying_top .button {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #2E2E2E;
    text-decoration: none;
    /* border: 1px solid #2E2E2E; */
    -webkit-box-shadow: 0px 0px 0px 1px #2e2e2e;
    -moz-box-shadow: 0px 0px 0px 1px #2E2E2E;
    box-shadow: 0px 0px 0px 1px #2e2e2e;
    border-radius: 0px;
    padding: 18px;
    display: flex;
    justify-content: center;
    transition: all .12s linear;
    min-width: 315px;
}

.bying_top .descr-map {
    margin-top: 40px;
    margin-bottom: 30px;
}

.bying-logos a:not(:last-child) {
    margin-right: 50px;
}

.bying-map {}

ymaps.ymaps-2-1-79-ground-pane {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#map {
    min-height: 383px;
}

.ymaps-2-1-79-image-with-content-content {
    width: 210px !important;
    background-color: #fff;
    top: -14px !important;
    padding: 5px;
    font-size: 10px !important;
    line-height: 10px !important;
    font-weight: bold !important;
    left: 21px !important;
    border-radius: 5px;
    border: 1px #ccc solid;
}

/* end bying */


#header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 5; }
  #header .screen {
    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 .logo {
    width: 4rem;
    min-width: 64px; }
  #header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    gap: 4rem; }
    #header .nav a {
      color: #2E2E2E;
      text-decoration: none; }

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.25rem;
  padding-bottom: 3.375rem; }
  .hero .screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .hero .image-box {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 684px; }
  .hero .order-box {
    width: 100%;
    max-width: 352px; }

.not-trend {
  padding-bottom: 21px;
  margin-bottom: 52px;
  margin-top: 60px; }
  .not-trend span {
    line-height: 166%;
    max-width: 21rem;
    position: relative;
    text-align: center; }
    .not-trend span:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #2E2E2E;
      position: absolute;
      left: 0;
      bottom: -1.25rem; }

.for-face-title {
  margin-bottom: -3.7rem;
  position: relative;
  z-index: 2; }

#beautyinsider {
  z-index: 1;
  grid-template-columns: 370px 620px;
  gap: 50px; }
  #beautyinsider .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end; }
    #beautyinsider .text-box .image {
      max-width: 22.5rem;
      margin-top: 70px; }

#profit {
  grid-template-columns: 420px 620px;
  margin-top: 115px; }
  #profit .column-2 {
    padding-left: 88px; }

#compound {
  grid-template-columns: 620px 420px;
  margin-top: 100px; }
  #compound h2 {
    margin-bottom: 42px; }
  #compound .column-2 {
    margin-right: 72px;
    gap: 2rem; }

#reviews {
  margin-top: 6.875rem; }
  #reviews .headline {
    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;
    margin-bottom: 3.125rem; }
  #reviews .review-slider {
    overflow: hidden; }
  #reviews .swiper-slide {
    padding: 1.875rem 1.875rem 2.5rem 1.875rem;
    background: #f2f2f2; }
  #reviews .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #reviews .image {
    width: 4.375rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1.25em; }
  #reviews h6 {
    font-size: 1.5rem;
    letter-spacing: 0.2px;
    font-weight: 300;
    line-height: 1; }
  #reviews .descr {
    font-size: 0.75rem;
    color: #8F8F9F;
    line-height: 1; }
  #reviews .text {
    font-size: 0.875rem;
    margin-top: 1.25rem; }

#order {
  margin-top: 100px;
  grid-template-columns: 50% 50%; }
  #order .order-box {
    margin-left: 194px; }

#where-find {
  margin-top: 6.875rem;
  padding-top: 4rem;
  padding-bottom: 5rem; }
  #where-find .headline {
    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;
    gap: 8rem;
    margin-bottom: 3.75rem; }
  #where-find .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem; }
  #where-find h2 {
    max-width: 14.3rem; }

#map {}

.best_wrapper {
    display: flex;
    justify-content: space-between;
}

.best-image {
    position: relative;
    max-width: 600px;
    max-height: 600px;
    flex-shrink: 0;
}

.best-hint {
    position: absolute;
    width: 167px;
    height: 167px;
    top: calc(-167px / 2);
    right: calc(-167px / 2);
}

.col-5 {
    max-width: 510px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.best_wrapper .block-title {
    font-family: 'Cormorant', serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 0.2px;
    font-feature-settings: 'ordn' on, 'hist' on, 'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on;
    color: #2E2E2E;
}

.best_wrapper .block-desc {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin-top: 80px;
}

.underline
{
  text-decoration: underline;
}

.best .headline
{
  margin-top: 100px;
}

.best .headline h2
{
  font-feature-settings:inherit;
}

.best_wrapper .block_quote {
    font-family: 'Raleway', sans-serif;
    background: #F3F3F3;
    padding: 50px 22px 44px 30px;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #2E2E2E;
}

.best-image {
    position: relative;
    max-width: 600px;
    max-height: 600px;
    flex-shrink: 0;
}

.about-product {
  margin-top: 6.875rem; }
  .about-product .grid-2 {
    grid-template-columns: 1fr 1fr; }
  .about-product h2 {
    margin-top: 3.75rem;
    margin-bottom: 4.375rem;
    margin-right: -8vw;
    max-width: 610px;
    z-index: 3;
    position: relative; }
  .about-product .plain-ul {
    padding-right: 8vw; }
  .about-product .image {
    margin-left: -4vw;
    z-index: 2;
    position: relative; }

.warning {
  margin-top: 6.875rem;
  padding-top: 4.375rem;
  padding-bottom: 5rem; }
  .warning .grid-box.screen {
    grid-template-columns: 620px 420px;
    color: #fff; }
  .warning h2 {
    margin-bottom: 66px;
    color: #fff; }
  .warning h5 {
    color: #fff; }
  .warning .grid-box.column-2 {
    padding-right: 4vw; }
  .warning .plain-ul li:before {
    content: "";
    background: #fff; }
  .warning .image {
    margin-left: 80px; }

#instruction {
  margin-top: 6.875rem; }
  #instruction h2 {
    margin-bottom: 4.375rem; }
  #instruction .item-box {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.125rem; }
  #instruction .image {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #f2f2f2;
    margin-bottom: 1.875rem;
    border-radius: 6.25rem;
    background-size: contain;
    position: relative; }
    #instruction .image::after {
      content: "";
      width: 5rem;
      height: 5rem;
      background-image: url("../img/plus.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(3.0625rem, -50%);
              transform: translate(3.0625rem, -50%);
      z-index: 2; }
  #instruction .item:last-child .image::after {
    content: "";
    display: none; }
  #instruction p {
    max-width: 18.28rem; }

#about-brand {
  margin-top: 6.875rem;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  #about-brand .screen.grid-box {
    grid-template-columns: 50% 50%; }
  #about-brand .text-box .image {
    max-width: 200px;
    margin-bottom: 60px; }
  #about-brand h5 {
    max-width: 28.5rem; }
  #about-brand p {
    max-width: 29.5rem; }

#not-contain {
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
  grid-template-columns: 50% 50%; }
  #not-contain .plain-ul {
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
    margin-left: 0.625rem; }
  #not-contain .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #not-contain .caption img {
      width: 1.625rem;
      margin-right: 0.875rem; }

#declaration {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  #declaration .screen {
    gap: 90px; }
  #declaration .image-box {
    gap: 40px; }
    #declaration .image-box .image {
      border-radius: 1.25rem;
      overflow: hidden;
      position: relative; }
      #declaration .image-box .image:hover .btn--zoom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        visibility: visible; }

#expert {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  #expert .screen.grid-box {
    grid-template-columns: 1fr 1fr; }
  #expert h2 {
    margin-bottom: 24px;
    color: #fff; }
  #expert .image-box {
    margin-left: 8vw; }
  #expert .caption {
    margin-top: 32px; }

#prefooter {
  padding-top: 10.25rem;
  padding-bottom: 10.25rem; }
  #prefooter .grid-box {
    grid-template-columns: 1fr 1fr;
    padding: 2.5rem 3.125rem 3.125rem;
    background: #f2f2f2; }
  #prefooter h2 span {
    white-space: nowrap;
    position: relative; }
    #prefooter h2 span::after {
      content: "";
      width: 100%;
      height: 1px;
      background: #2E2E2E;
      position: absolute;
      left: 0;
      bottom: 0.3rem; }
  #prefooter .image-box {
    position: relative; }
  #prefooter .image {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

#footer {
  background: #a2aa7b;
  color: #2E2E2E;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center; }
  #footer a {
    color: #fff; }

.modal {
  display: none;
  width: 100%;
  height: 100%;
  padding: 2.25rem 5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9; }
  .modal .close {
    margin-right: 3.75rem; }
    .modal .close svg {
      width: 1.625rem;
      height: 1.625rem; }
    .modal .close path {
      stroke: #110400;
      stroke-miterlimit: 10; }
  .modal .mobile-nav {
    list-style-type: none; }
    .modal .mobile-nav a {
      text-decoration: none;
      color: #2E2E2E;
      font-family: "Cormorant";
      font-size: 2.5rem; }

#notification {
  display: none;
  position: fixed;
  border-radius: 3.125rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.25rem 2.75rem;
  background: #fff;
  z-index: 12; }
  #notification .content {
    margin-bottom: 1.75rem;
    text-align: center;
    max-width: 25rem;
    font-size: 18px; }
  #notification .btn {
    width: 150px;
    margin: 0 auto; }

#overlay {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11; }

@media screen and (max-width: 1024px) {
  html {
    font-size: 14px; }

  h1 {
    line-height: 1.05; }

  h2 {
    font-size: 2.71rem;
    line-height: 1.05; }

  h3 {
    font-size: 1.857rem;
    line-height: auto; }

  h5 {
    font-size: 1.285rem; }

  .screen {
    padding-left: 3.6vw;
    padding-right: 3.6vw; }

  .order-box {
    max-width: 290px;
    width: 100%; }

  .price-box {
    margin-top: 2.285rem; }

  .order-form {
    margin-top: 2.35rem; }
    .order-form input {
      margin-bottom: 1.857rem; }

  .mobile-br-delete br {
    display: none; }

  .hero {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .hero .order-box {
      width: 100%; }

  .not-trend {
    margin-bottom: 3.125rem;
    margin-top: 3.42rem; }

  #beautyinsider {
    grid-template-columns: 39.4vw 53.4vw;
    gap: 0; }
    #beautyinsider .text-box {
      padding-right: 3vw;
      margin-top: 9vw; }
      #beautyinsider .text-box .image {
        margin-top: 2.71rem; }
    #beautyinsider .image-box {
      aspect-ratio: auto;
      position: relative;
      overflow: hidden; }
      #beautyinsider .image-box img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }

  #profit {
    grid-template-columns: 39.4vw 53.4vw;
    margin-top: 4.35rem; }

  #compound {
    grid-template-columns: 53.4vw 39.4vw;
    margin-top: 4.35rem; }
    #compound h2 {
      margin-bottom: 1.57rem; }
    #compound .column-2 {
      gap: 1rem; }
    #compound .image-box {
      position: relative;
      aspect-ratio: auto; }
    #compound img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

  #order .order-box {
    margin-left: 8vw; }

  #where-find .headline {
    gap: 2.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #where-find h2 {
    max-width: 100%; }

  .about-product {
    margin-top: 4.57rem; }
    .about-product h2 {
      margin-top: 0;
      margin-bottom: 3.57rem; }
    .about-product .image {
      margin-left: 0; }
    .about-product .plain-ul li:last-child {
      margin-right: -16vw;
      position: relative;
      z-index: 3; }

  #map {
    padding-left: 3.6vw;
    padding-right: 3.6vw; }

  .warning {
    margin-top: 4.28rem;
    padding-top: 3rem;
    padding-bottom: 2.85rem; }
    .warning .screen.grid-box {
      grid-template-columns: 50% 50%; }
    .warning .text-box {
      padding-right: 1.857rem; }
    .warning h2 {
      margin-bottom: 2rem; }
    .warning .image {
      margin-left: 0;
      height: 100%;
      position: relative; }
      .warning .image img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

  #instruction {
    margin-top: 4.57rem; }

  #about-brand {
    margin-top: 4.57rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    grid-template-columns: 46.4vw 46.4vw; }
    #about-brand .text-box {
      padding-right: 1rem; }

  #not-contain {
    padding-top: 4rem;
    padding-bottom: 4.57rem; }

  #declaration {
    padding-top: 3rem;
    padding-bottom: 3rem; }

  #expert {
    padding-top: 3rem;
    padding-bottom: 3rem; }

  #prefooter {
    padding-top: 8.42rem;
    padding-bottom: 8.92rem; }
    #prefooter .grid-box {
      padding: 5.5rem 3.125rem 5.125rem; } }
@media screen and (max-width: 767px) {
  html {
    font-size: 18px; }

  h1, h2, h3, .modal .mobile-nav a {
    font-size: 39px; }

  h5 {
    font-size: 1.3rem;
    line-height: unset; }

  .mobile-br-delete br {
    display: none; }

  .best_wrapper
  {
    flex-direction: column;
  }

  .best_wrapper .col-5
  {
    order: 1;
  }

  .best_wrapper .best-image
  {
    order: 0;
    margin-top: 60px;
  }

  .best_wrapper .block-desc
  {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }

  .best .headline h2
  {
    text-align: center;
  }

  .bying_top .bying-logos .button {
        min-width: 315px;
    }

    .bying_top .bying-logos {
        flex-direction: column;
    }

    .bying-logos a:not(:last-child)
    {
      margin-right: 0px;
      margin-bottom: 35px;
    }
    
    .best-hint {
        position: absolute;
        width: 110px;
        height: 110px;
        top: calc(-96px / 2);
        right: calc(-55px / 2);
    }

    .bying_top .section-title {
      font-weight: 300;
      font-size: 41px;
      line-height: 50px;
      text-align: center;
    }

  .screen {
    padding-right: 7.73vw;
    padding-left: 7.73vw; }

  .price-box {
    margin-top: 50px; }

  .order-box {
    max-width: 100%; }

  .order-form {
    margin-top: 40px; }

  .grid-box.column-2 {
    grid-template-columns: 1fr; }

  #header {
    position: fixed;
    background: transparent; }

  .hero {
    padding-bottom: 50px;
    padding-top: 0; }
    .hero .order-box {
      width: 100%;
      max-width: 100%; }
    .hero h3 {
      text-align: center;
      margin-bottom: 30px; }
    .hero .image {
      margin-right: -7.73vw; }

  .not-trend {
    margin-bottom: 50px;
    margin-top: 50px; }

  .for-face-title {
    margin-bottom: -2.3rem; }

  #beautyinsider {
    grid-template-columns: 1fr;
    gap: 35px; }
    #beautyinsider .image-box {
      aspect-ratio: 1; }
    #beautyinsider .text-box {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      #beautyinsider .text-box .image {
        margin-top: 42px; }

  #profit {
    grid-template-columns: 1fr;
    gap: 35px; }
    #profit .column-2 {
      padding-left: 0; }

  #compound {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 50px; }
    #compound h2 {
      text-align: center;
      margin-bottom: 0; }
    #compound .column-2 {
      margin-right: 0;
      gap: 1rem; }
    #compound .image-box {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      aspect-ratio: 1; }
    #compound .text-box {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }

  #reviews .headline {
    position: relative;
    margin-bottom: 32px; }
    #reviews .headline h2 {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #reviews .headline .slider-nav {
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  #reviews .review-slider {
    margin-left: -7.73vw;
    margin-right: -7.73vw; }

  #order {
    margin-top: 60px;
    grid-template-columns: 1fr; }
    #order .order-box {
      margin-left: 0; }
    #order h3 {
      text-align: center;
      margin-bottom: 35px; }

  #where-find {
    padding-top: 50px;
    padding-bottom: 50px; }
    #where-find .headline {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 2.3rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    #where-find h2 {
      text-align: center;
      max-width: 100%; }
    #where-find .image-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 30px 46px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #where-find .image-box .image:first-child {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      #where-find .image-box .image:nth-child(2) {
        width: 46%; }
      #where-find .image-box .image:last-child {
        width: 40%; }

  #map {
    padding-left: 0;
    padding-right: 0; }

  .about-product {
    margin-top: 60px; }
    .about-product .grid-2 {
      grid-template-columns: 1fr; }
    .about-product h2 {
      margin-bottom: -4rem;
      text-align: center;
      margin-right: 0; }
    .about-product h5 {
      margin-top: 36px; }
    .about-product .image {
      margin-left: 0; }

  .warning {
    padding-top: 46px;
    padding-bottom: 46px;
    grid-template-columns: 1fr; }
    .warning .screen.grid-box {
      grid-template-columns: 100%; }
    .warning .text-box {
      padding-right: 0; }
    .warning .image-box {
      aspect-ratio: 0.7/1; }
    .warning h2 {
      text-align: center;
      margin-bottom: 34px; }
    .warning h5 {
      margin-top: 39px; }
    .warning .image {
      margin-left: 0; }

  #instruction {
    margin-top: 60px; }
    #instruction h2 {
      text-align: center;
      margin-bottom: 38px; }
    #instruction .item-box {
      grid-template-columns: 1fr;
      gap: 130px; }
      #instruction .item-box .item {
        position: relative; }
      #instruction .item-box .image {
        margin-bottom: 20px;
        position: unset; }
        #instruction .item-box .image::after {
          content: "";
          top: auto;
          bottom: -155px;
          right: 50%;
          -webkit-transform: translate(50%, -50%);
                  transform: translate(50%, -50%); }
    #instruction p {
      max-width: 100%; }

  #about-brand {
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 23px; }
    #about-brand .screen.grid-box {
      grid-template-columns: 1fr;
      gap: 45px; }
    #about-brand .text-box .image {
      margin: 0 auto 42px;
      width: 160px; }
    #about-brand .image-box {
      width: 100%;
      aspect-ratio: 1/1; }

  #not-contain {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 60px;
    padding-bottom: 90px; }
    #not-contain h2 {
      text-align: center; }

  #declaration {
    padding-top: 40px;
    padding-bottom: 100px; }
    #declaration .screen {
      gap: 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #declaration .image-box {
      gap: 14px; }

  #expert {
    padding-top: 40px;
    padding-bottom: 96px; }
    #expert .screen.grid-box {
      grid-template-columns: 1fr; }
    #expert h2 {
      padding: 0 1rem;
      text-align: center;
      margin-bottom: 34px; }
    #expert .image {
      margin-bottom: 38px; }

  #prefooter {
    padding-top: 88px;
    padding-bottom: 88px; }
    #prefooter .grid-box {
      grid-template-columns: 1fr;
      gap: 60px;
      padding: 37px 16px 50px; }
    #prefooter h2 {
      text-align: center; }
    #prefooter .image {
      padding: 0 0 0 20px;
      margin-left: 16px;
      position: unset;
      top: auto;
      -webkit-transform: none;
              transform: none; }

  #footer {
    font-size: 16px; }

  #mobile-nav {
    padding: 0.75rem 7.73vw; }
    #mobile-nav .close {
      margin-bottom: 30px;
      width: 26px;
      height: 26px; }
    #mobile-nav .mobile-nav {
      font-size: 41px; }
      #mobile-nav .mobile-nav li {
        margin-bottom: 30px; }
        #mobile-nav .mobile-nav li:last-child {
          margin-bottom: 0; } }

/*# sourceMappingURL=style.css.map */