@charset "UTF-8";
/* リキッドレイアウト対応 */
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: peridot-pe-variable, sans-serif;
  color: #00002F;
  background-color: #F1F0EE;
}

h1, h2, h3, h4, h5, h6 {
  font-family: kensington, sans-serif;
}

.wf-loading {
  opacity: 0;
}

.js-fade {
  overflow: hidden;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select::-ms-expand {
  display: none;
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.c-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-items {
    gap: 1.0625rem;
  }
}

.c-items__item {
  margin-top: 2px;
  margin-top: 0.125rem;
  font-variation-settings: "wdth" 66;
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

.c-items__num {
  font-size: clamp(11px, 12px, 5vw);
  font-size: clamp(11px, 0.75rem, 5vw);
  line-height: 1.08;
  font-weight: 700;
}

.c-items__title {
  font-size: clamp(11px, 12px, 5vw);
  font-size: clamp(11px, 0.75rem, 5vw);
  line-height: 1.08;
  font-weight: 700;
  font-family: peridot-pe-variable, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-items__title {
    font-size: clamp(12px, 0.8125rem, 5vw);
  }
}

.c-items__price {
  font-size: clamp(10px, 11px, 5vw);
  font-size: clamp(10px, 0.6875rem, 5vw);
  font-weight: 500;
  line-height: 1.18;
  margin-top: 2.5px;
  margin-top: 0.15625rem;
}

.c-items__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5px;
  gap: 0.21875rem;
  margin-top: 3.5px;
  margin-top: 0.21875rem;
}

.c-items__link svg {
  width: 10px;
  width: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-items__link svg {
    margin-top: 0.15625rem;
  }
}

.c-items__link svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-items__link span {
  font-size: clamp(11px, 12px, 5vw);
  font-size: clamp(11px, 0.75rem, 5vw);
  line-height: 1.08;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-items__link span {
    font-size: clamp(12px, 0.8125rem, 5vw);
  }
}

@media (any-hover: hover) {
  .c-items__item:hover {
    opacity: 0.3;
  }
}
.c-nav {
  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;
  visibility: hidden;
  opacity: 0;
  position: fixed;
}
.c-nav.is-visible {
  visibility: visible;
  opacity: 1;
  top: 17px;
  top: 1.0625rem;
  left: 0;
  padding-inline: 10px;
  padding-inline: 0.625rem;
  z-index: 100;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-nav.is-visible {
    top: 1.25rem;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 100;
    padding-inline: 1.5625rem;
  }
}

.c-nav__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-nav__title {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.c-nav__title span {
  display: block;
}

.c-nav__title span:first-child {
  font-size: clamp(11.5px, 13px, 5vw);
  font-size: clamp(11.5px, 0.8125rem, 5vw);
}
@media screen and (min-width: 768px) {
  .c-nav__title span:first-child {
    font-size: clamp(13px, 0.875rem, 5vw);
  }
}

.c-nav__title span:last-child {
  font-size: clamp(11px, 12px, 5vw);
  font-size: clamp(11px, 0.75rem, 5vw);
}
@media screen and (min-width: 768px) {
  .c-nav__title span:last-child {
    font-size: clamp(12px, 0.8125rem, 5vw);
  }
}

.c-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  gap: 0.6875rem;
  font-family: kensington, sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: clamp(11px, 12px, 5vw);
  font-size: clamp(11px, 0.75rem, 5vw);
  padding-left: 2px;
  padding-left: 0.125rem;
  padding-right: 7px;
  padding-right: 0.4375rem;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .c-nav__item {
    font-size: clamp(12px, 0.8125rem, 5vw);
  }
}

.c-nav__gender {
  font-size: clamp(11px, 12px, 5vw);
  font-size: clamp(11px, 0.75rem, 5vw);
}
@media screen and (min-width: 768px) {
  .c-nav__gender {
    font-size: clamp(12px, 0.8125rem, 5vw);
  }
}

.c-nav__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5px;
  gap: 0.34375rem;
}

.c-nav__center {
  width: 1px;
  height: 17px;
  height: 1.0625rem;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  background-color: #00002F;
}

.c-nav__center--white {
  background-color: #fff;
}

.c-nav--thin {
  color: rgba(0, 0, 47, .5);
}

.c-nav--thin--white {
  color: rgba(255, 255, 255, .5);
}

.p-all {
  background-color: #F1F0EE;
}

.p-all__inner {
  padding-top: 63px;
  padding-top: 3.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-all__inner {
    padding-top: 13.875rem;
    padding-bottom: 1.9375rem;
  }
}

.p-all__image {
  width: 65.0666666667%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-all__image {
    width: 46.875%;
  }
}

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

.p-all__btn {
  min-width: 136px;
  min-width: 8.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  min-height: 32px;
  min-height: 2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  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;
  border: 1px solid #00002F;
  font-family: kensington, sans-serif;
  font-weight: 600;
  position: relative;
  border-radius: 1rem;
  color: #00002F;
  position: relative;
  margin-top: 45px;
  margin-top: 2.8125rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-all__btn {
    margin-top: 5.25rem;
  }
}

.p-all__btn span {
  line-height: 0.9;
  -webkit-transform: translateX(0.375rem);
          transform: translateX(0.375rem);
}

.p-all__btn svg {
  width: 7px;
  width: 0.4375rem;
  position: absolute;
  content: "";
  left: 17px;
  left: 1.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-all__btn svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-all__copy {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-family: kensington, sans-serif;
  font-weight: 500;
  font-size: clamp(10.5px, 11px, 5vw);
  font-size: clamp(10.5px, 0.6875rem, 5vw);
  line-height: normal;
  text-align: center;
  color: #00002F;
}
@media screen and (min-width: 768px) {
  .p-all__copy {
    margin-top: 6.125rem;
  }
}

/*======================================================
    マウスオーバー
======================================================*/
@media (any-hover: hover) {
  .p-all__btn:hover {
    background-color: #00002F;
    color: #F1F0EE;
  }
  .p-all__btn:hover svg {
    fill: #F1F0EE;
  }
}
.p-inner {
  padding-inline: 8px;
  padding-inline: 0.5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  padding-top: 17px;
  padding-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-inner {
    padding-inline: 1.5625rem;
    padding-top: 1.25rem;
  }
}

.p-inner--second {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.p-inner--third {
  padding-bottom: 33px;
  padding-bottom: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-inner--third {
    padding-bottom: 1.25rem;
  }
}

.p-inner--fourth {
  padding-bottom: 31px;
  padding-bottom: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-inner--fourth {
    padding-bottom: 7.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-main {
    overflow: hidden;
    height: auto;
    height: initial;
  }
}

.p-main__inner {
  height: inherit;
  padding-inline: 4px;
  padding-inline: 0.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-main__inner {
    padding-inline: 0.625rem;
    display: block;
    padding-top: 0;
  }
}

.p-main__slider {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-main__slider {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-main__slider img {
  aspect-ratio: 366/275;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-main__slider img {
    aspect-ratio: 76/57;
  }
}

.p-main__head {
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-main__head {
    margin-top: -0.9375rem;
    padding-inline: 0.375rem;
  }
}

.p-main__title {
  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-inline: 3px;
  padding-inline: 0.1875rem;
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
@media screen and (min-width: 768px) {
  .p-main__title {
    padding-inline: 0rem;
  }
}

.p-main__title h1 {
  font-size: 61px;
  font-size: 3.8125rem;
  line-height: normal;
  font-weight: 700;
  color: #00002F;
}
@media screen and (min-width: 768px) {
  .p-main__title h1 {
    font-size: 6.875rem;
  }
}

.p-main__title span {
  display: block;
}

.p-main__sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  font-weight: 900;
  margin-top: -12px;
  margin-top: -0.75rem;
}
@media screen and (min-width: 768px) {
  .p-main__sub {
    font-size: 1.25rem;
    margin-top: -1.5625rem;
  }
}

.p-main__logo {
  width: 67px;
  width: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .p-main__logo {
    width: 6.6875rem;
  }
}

.p-main__small {
  overflow: hidden;
  width: 43.5967302452%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-main__small {
    margin-left: 0;
    margin-left: initial;
    width: 39.2%;
  }
}

.p-main__small img {
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

@media screen and (min-width: 768px) {
  .p-main__box {
    display: grid;
    grid-template-columns: 500fr 760fr;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.p-product {
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product {
    margin-top: 3.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product__head--first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

@media screen and (min-width: 768px) {
  .p-product__head--second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

@media screen and (min-width: 768px) {
  .p-product__slide {
    width: 47.1544715447%;
  }
}

@media screen and (min-width: 768px) {
  .p-product__slide--fourth {
    margin-inline: auto;
  }
}

.p-product__slide .splide__slide {
  overflow: hidden;
}

.p-product__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 359/452;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-product__slide .splide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.4375rem;
  }
}

.p-product__slide .splide__pagination {
  position: relative;
  margin-top: 5px;
  margin-top: 0.3125rem;
  padding: 0;
  bottom: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
@media screen and (min-width: 768px) {
  .p-product__slide .splide__pagination {
    margin-top: -0.125rem;
    display: grid;
    gap: 0.0625rem;
  }
}

.p-product__slide .splide__pagination__page {
  background-color: transparent;
  border: 1px solid #00002F;
  margin: 0 2px;
  margin: 0 0.125rem;
  opacity: 1;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.p-product__slide--white .splide__pagination__page,
.is-white .p-product__slide .splide__pagination__page {
  border-color: #fff;
}

.is-black .p-product__slide .splide__pagination__page {
  border-color: #00002F;
}

.p-product__slide .splide__pagination li {
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .p-product__slide .splide__pagination li {
    width: 8px;
    height: 8px;
  }
}

.p-product__slide .splide__pagination__page.is-active {
  background-color: #00002F;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.p-product__slide--white .splide__pagination__page.is-active,
.is-white .p-product__slide .splide__pagination__page.is-active {
  background-color: #fff;
}

.is-black .p-product__slide .splide__pagination__page.is-active {
  background-color: #00002F;
}

.p-product__small {
  width: 55.9888579387%;
  margin-top: 134px;
  margin-top: 8.375rem;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-product__small--first {
    width: 21%;
    margin-top: 0;
    margin-right: 7.9375rem;
    margin-bottom: 0.4375rem;
  }
}

.p-product__small--second {
  width: 52.9247910864%;
  margin-top: 158px;
  margin-top: 9.875rem;
}
@media screen and (min-width: 768px) {
  .p-product__small--second {
    width: 26%;
    margin-top: 0;
    margin-right: 5.4375rem;
  }
}

.p-product__small--third {
  margin-top: 144px;
  margin-top: 9rem;
  width: 71.3091922006%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-product__small--third {
    margin-top: -16.875rem;
    width: 31.5447154472%;
    margin-inline: initial;
  }
}

.p-product__small--fourth {
  margin-top: 205px;
  margin-top: 12.8125rem;
  width: 89.1364902507%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-product__small--fourth {
    margin-top: 0rem;
    width: 36.4227642276%;
    margin-inline: initial;
  }
}

.p-product__small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-product__large {
  margin-top: 200px;
  margin-top: 12.5rem;
  width: 78.2729805014%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-product__large--first {
    width: 33.9024390244%;
  }
}

.p-product__large--second {
  margin-top: 193px;
  margin-top: 12.0625rem;
  width: 96.1002785515%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-product__large--second {
    width: 41.6260162602%;
    margin-top: 7.625rem;
  }
}

.p-product__large--third {
  margin-top: 133px;
  margin-top: 8.3125rem;
  width: 91.922005571%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-product__large--third {
    margin-top: 7.3125rem;
    width: 31.5447154472%;
    margin-inline: initial;
    margin-left: auto;
    margin-right: 4.8780487805%;
  }
}

.p-product__large--fourth {
  margin-top: 9px;
  margin-top: 0.5625rem;
  width: 89.1364902507%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-product__large--fourth {
    margin-top: 0rem;
    width: 36.4227642276%;
    margin-inline: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-product__contents {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
  }
}

.p-product__contents.is-visible {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-product__contents.is-visible {
    display: block;
    position: fixed;
    top: 5.75rem;
    right: 1.5625rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 100;
  }
}

@media screen and (min-width: 768px) {
  .p-product__contents .c-items {
    display: grid;
    gap: 0.625rem;
    min-width: 7.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
    margin-top: 12.5rem;
  }
}

.p-top {
  margin-top: 70px;
  margin-top: 4.375rem;
  padding-inline: 10px;
  padding-inline: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top {
    margin-top: 22.375rem;
    padding-inline: 0rem;
  }
}

.p-top__inner {
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  width: 84.5070422535%;
}
@media screen and (min-width: 768px) {
  .p-top__inner {
    width: 100%;
    margin: 0 auto;
    padding-inline: 1.5625%;
  }
}

@media screen and (min-width: 768px) {
  .p-top__image {
    width: 34.84375%;
  }
}

.p-top__products {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: grid;
  gap: 17px;
  gap: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-top__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -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;
  }
}

.p-top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12.5px;
  gap: 0.78125rem;
}
@media screen and (min-width: 768px) {
  .p-top__left {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 4.375%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-top__left {
    padding-right: 2.8125%;
  }
}

.p-top__name {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;
  font-variation-settings: "wdth" 66;
}

.p-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top__right {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 6.25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-top__right {
    padding-left: 4.6875%;
  }
}

@media screen and (min-width: 768px) {
  .p-top .c-items {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
/*# sourceMappingURL=styles.css.map */
