:is([class*=__img], [class*=__thmb]) img {
  width: 100%;
}

.l-guide {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.025em;
  background-color: #fff;
  color: #000;
}

.c-svg {
  display: block;
}

.c-richtext .c-paragraph {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.c-richtext .c-image:not(:first-child) {
  margin-top: 32px;
}
.c-richtext .c-image:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 48.0625em) {
  .c-richtext .c-image {
    padding: 0 4.167vw;
  }
  .c-richtext .c-image:not(:first-child) {
    margin-top: 80px;
  }
  .c-richtext .c-image:not(:last-child) {
    margin-bottom: 80px;
  }
}

.c-image img {
  width: 100%;
}
.p-section__container > .c-image:not(:first-child) {
  margin-top: 32px;
}
.p-section__container > .c-image:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 48.0625em) {
  .p-section__container > .c-image {
    padding: 0 4.167vw;
  }
  .p-section__container > .c-image:not(:first-child) {
    margin-top: 80px;
  }
  .p-section__container > .c-image:not(:last-child) {
    margin-bottom: 80px;
  }
}

.c-heading {
  font-weight: normal;
  margin-bottom: 24px;
}
.c-heading:not(:first-child) {
  margin-top: 80px;
}
.c-heading--1 {
  font-size: 1.75rem;
  line-height: 1.1;
}
@media (min-width: 48.0625em) {
  .c-heading--1 {
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 40px;
  }
}
.c-heading--2 {
  font-size: 1.5rem;
  line-height: 1.1;
}
@media (min-width: 48.0625em) {
  .c-heading--2 {
    font-size: 2rem;
    line-height: 1.1;
  }
}
.c-heading--3 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (min-width: 48.0625em) {
  .c-heading--3 {
    font-size: 1.625rem;
  }
}
.c-heading--4 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (min-width: 48.0625em) {
  .c-heading--4 {
    font-size: 1.375rem;
  }
}
.c-heading--5 {
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (min-width: 48.0625em) {
  .c-heading--5 {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.c-heading--6 {
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 16px;
}
@media (min-width: 48.0625em) {
  .c-heading--6 {
    font-size: 1.125rem;
    line-height: 1.1;
  }
}

.c-paragraph {
  font-size: 0.875rem;
  line-height: 1.4;
}
.c-paragraph:not(:first-child) {
  margin-top: 20px;
}
.c-paragraph + .c-paragraph {
  margin-top: 20px;
}
.p-section__container > .c-paragraph {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.c-paragraph p + p {
  margin-top: 1.6em;
}
@media (min-width: 48.0625em) {
  .c-paragraph {
    font-size: 0.9375rem;
  }
  .c-paragraph + .c-paragraph {
    margin-top: 40px;
  }
}
@media (min-width: 48.0625em) {
  .c-paragraph--l {
    font-size: 1rem;
  }
}
.c-paragraph--s {
  font-size: 0.75rem;
}
@media (min-width: 48.0625em) {
  .c-paragraph--s {
    font-size: 0.8125rem;
  }
}
.c-paragraph .c-svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-bottom;
  margin-left: 8px;
}
@media (min-width: 48.0625em) {
  .c-paragraph .c-svg {
    width: 16px;
    height: 16px;
  }
}

.c-fill-button {
  position: relative;
  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;
  width: var(--w, 100%);
  height: var(--h, 48px);
  max-width: var(--maw, -webkit-fit-content);
  max-width: var(--maw, -moz-fit-content);
  max-width: var(--maw, fit-content);
  background-color: var(--bgc, #000);
  border: 1px solid var(--bgc, #000);
  font-size: 0.8125rem;
  padding: 0 32px;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-paragraph + .c-fill-button {
  margin-top: 40px;
}
.c-fill-button a {
  text-decoration: none;
  color: var(--clr, #fff);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-fill-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.c-fill-button--m {
  --maw: 200px;
}
.c-fill-button--l {
  --maw: 240px;
}
.c-fill-button--center {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48.0625em) {
  .c-fill-button:hover {
    background-color: var(--clr, #fff);
  }
  .c-fill-button:hover a {
    color: var(--bgc, #000);
  }
}

.c-text-link {
  font-size: 1rem;
}
.c-text-link a {
  text-decoration: underline;
}
.c-text-link a:hover {
  text-decoration: none;
}
.c-text-link:not(:first-child) {
  margin-top: 32px;
}
@media (min-width: 48.0625em) {
  .c-text-link {
    font-size: 1.25rem;
  }
  .c-text-link:not(:first-child) {
    margin-top: 40px;
  }
}

.c-img-wiz-description__heading {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (min-width: 48.0625em) {
  .c-img-wiz-description__heading {
    font-size: 1.25rem;
  }
}
.c-img-wiz-description__richtext:not(:first-child) {
  margin-top: 20px;
}
.c-img-wiz-description__richtext .c-fill-button {
  --maw: 200px;
}
.c-img-wiz-description__richtext .c-fill-button:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 48.0625em) {
  .c-img-wiz-description__richtext .c-fill-button:not(:first-child) {
    margin-top: 20px;
  }
}
.c-img-wiz-description__title {
  font-size: 1rem;
}
.c-img-wiz-description__text, .c-img-wiz-description__price {
  font-size: 0.75rem;
}
@media (min-width: 48.0625em) {
  .c-img-wiz-description__text, .c-img-wiz-description__price {
    font-size: 0.8125rem;
  }
}

.c-category-switcher__items {
  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;
}
.c-category-switcher__item {
  position: relative;
  padding-bottom: 12px;
  font-size: 0.8125rem;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-category-switcher__item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.c-category-switcher__item:not(:first-child) {
  margin-left: 8px;
}
.c-category-switcher__item:not(.is-active) {
  color: #B3B3B3;
}
.c-category-switcher__item:not(.is-active)::after {
  background-color: #B3B3B3;
}
@media (min-width: 48.0625em) {
  .c-category-switcher__item {
    font-size: 1rem;
    padding-bottom: 16px;
  }
  .c-category-switcher__item:hover {
    color: #000;
    cursor: pointer;
  }
}

.swiper-slide {
  height: auto;
}

.c-fade-swiper:not(:first-child) {
  margin-top: 32px;
}
@media (min-width: 48.0625em) {
  .c-fade-swiper:not(:first-child) {
    margin-top: 80px;
  }
}
.c-fade-swiper .swiper-slide {
  background-color: #fff;
}

.c-popup-ads {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: block;
  opacity: 0;
}
.c-popup-ads__inner {
  width: 90%;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: auto;
  max-width: 700px;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.c-popup-ads__close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
}
.c-popup-ads__close:before, .c-popup-ads__close:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-popup-ads__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-popup-ads__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 48.0625em) {
  .c-popup-ads__close:hover {
    cursor: pointer;
  }
}
.c-popup-ads__content {
  width: 100%;
  height: 100%;
  padding: 30px 5%;
  background-color: #fff;
  color: #000;
  position: relative;
}
@media (min-width: 48.0625em) {
  .c-popup-ads__content {
    padding: 50px;
  }
}
.c-popup-ads .site-logo {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48.0625em) {
  .c-popup-ads .site-logo {
    width: 150px;
  }
}
.c-popup-ads__heading {
  font-size: 1.875rem;
  text-align: center;
  font-family: "euclid-medium", sans-serif;
  margin-top: 20px;
  line-height: 1.1;
}
@media (min-width: 48.0625em) {
  .c-popup-ads__heading {
    font-size: 2.75rem;
  }
}
.c-popup-ads__heading2 {
  font-size: 1.25rem;
  text-align: center;
  font-family: "euclid-medium", sans-serif;
  margin-top: 20px;
  line-height: 1.1;
}
@media (min-width: 48.0625em) {
  .c-popup-ads__heading2 {
    font-size: 1.5rem;
  }
}
.c-popup-ads__text {
  font-size: 0.875rem;
  font-family: "euclid-regular", sans-serif;
  margin-top: 20px;
  line-height: 1.2;
}
@media (min-width: 48.0625em) {
  .c-popup-ads__text {
    font-size: 1.125rem;
    margin-top: 30px;
  }
}
.c-popup-ads__btn {
  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;
}
.c-popup-ads__btn-inner {
  min-width: 220px;
  margin: 30px auto 0;
  display: inline-block;
  text-align: center;
  padding: 0 24px;
  background-color: #000;
  color: #fff;
  height: 50px;
  position: relative;
}
.c-popup-ads__btn-text {
  font-family: "euclid-regular", sans-serif;
  text-decoration: none;
  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;
  height: 100%;
}
.c-popup-ads__btn-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.p-section {
  padding: 40px 0 60px;
  position: relative;
}
@media (min-width: 48.0625em) {
  .p-section {
    padding: 100px 0;
  }
}
.p-section--border:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 100%);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
  height: 1px;
  background-color: #e6e6e6;
}
.p-section__container {
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 100%);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}

.p-grid {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 48em) {
  .p-grid {
    grid-gap: 32px;
  }
}
.p-grid:not(:first-child) {
  margin-top: 32px;
}
@media (min-width: 48.0625em) {
  .p-grid:not(:first-child) {
    margin-top: 80px;
  }
  .p-grid--col3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 36px;
  }
}
@media (min-width: 48.0625em) and (min-width: 48.0625em) {
  .p-grid--col3 .p-grid__cell:first-child:last-child {
    grid-area: 1/2;
  }
}
@media (min-width: 48.0625em) {
  .p-grid--col4 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
  }
}
.p-products:not(:first-child) {
  margin-top: 32px;
}
@media (min-width: 48.0625em) {
  .p-products {
    --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
    max-width: var(--content-max-width, 100%);
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - var(--minmax) * 2);
  }
  .p-products:not(:first-child) {
    margin-top: 80px;
  }
}
@media (min-width: 48.0625em) {
  .p-products__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-products__mv {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .p-products__mv {
    width: 45%;
  }
  .p-products__mv img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-products__content {
  width: 100%;
}
@media (max-width: 48em) {
  .p-products__content {
    margin-top: 32px;
  }
}
@media (min-width: 48.0625em) {
  .p-products__content {
    width: 55%;
    padding: 64px 7.6388888889vw;
  }
}
.p-products__slider:not(:first-child) {
  margin-top: 32px;
}
@media (min-width: 48.0625em) {
  .p-products__slider:not(:first-child) {
    margin-top: 80px;
  }
}
.p-products__slider .swiper-slide {
  background-color: #fff;
}

.p-buttons {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(200px, max-content));
  gap: 12px 24px;
}
.p-buttons:not(:first-child) {
  margin-top: 32px;
}
.p-buttons:not(.p-buttons--horizon) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 48.0625em) {
  .p-buttons:not(:first-child) {
    margin-top: 80px;
  }
}

.p-halves:not(:first-child) {
  margin-top: 32px;
}
@media (min-width: 48.0625em) {
  .p-halves:not(:first-child) {
    margin-top: 80px;
  }
}
@media (min-width: 48.0625em) {
  .p-halves__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stertch;
        -ms-flex-align: stertch;
            align-items: stertch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-halves__col:first-child {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .p-halves__col:first-child {
    width: 50%;
  }
}
.p-halves__col:last-child {
  width: 100%;
}
@media (max-width: 48em) {
  .p-halves__col:last-child {
    margin-top: 32px;
  }
}
@media (min-width: 48.0625em) {
  .p-halves__col:last-child {
    width: 50%;
    padding: 0 7.6388888889vw;
  }
}

.u-ta--left {
  text-align: left;
}
.u-ta--center {
  text-align: center;
}
.u-ta--right {
  text-align: right;
}/*# sourceMappingURL=common.css.map */