@charset "UTF-8";
.icons {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  background: #fbfbfa;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
  touch-action: pan-y;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.icons img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
.icons a {
  text-decoration: none;
  color: inherit;
  transition: none;
  -webkit-tap-highlight-color: transparent;
}
.icons a:hover {
  opacity: 1;
}
.icons a img {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.icons a img.is-active {
  transform: scale(1.03) !important;
}
@media (hover: hover) and (pointer: fine) {
  .icons a img:hover {
    transform: scale(1.03);
  }
}
.icons .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.icons p {
  font-family: "noto-sans";
  font-size: clamp(16px, 3vw, 32px);
  line-height: 1.5;
  letter-spacing: 1.2px;
  font-weight: 300;
}
.icons button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
  transition: none;
}
.icons button:hover {
  opacity: 1;
}
.icons figure {
  margin: 0;
}

.l-grid_layout-content {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  grid-gap: 9px;
}
.l-grid_layout-content.m-hide_gutters {
  grid-gap: 0;
}
.l-grid_layout-content.m-small_gutters {
  grid-gap: 4px;
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content {
    grid-template-columns: [grid-start] repeat(12, 1fr) [grid-end];
    grid-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-grid_layout-content {
    grid-gap: 20px;
  }
}
.l-grid_layout-content .l-grid_layout-item {
  align-self: auto;
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item {
    grid-column: span 12;
  }
}
.l-grid_layout-content .l-grid_layout-item.m-sm_6 {
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item.m-md_4 {
    grid-column: span 4;
  }
}
.l-grid_layout-content .l-grid_layout-item.m-md_3 {
  grid-column: span 3;
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item.rev-content {
    order: -1;
  }
}
.l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in {
  display: flex;
}
.l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in:only-child {
  height: 100%;
}

.b-text_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  max-width: calc(100vw - 30px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .b-text_block {
    max-width: calc(100vw - 64px);
  }
}
.b-text_block .b-text_block-container {
  width: 100%;
}
.b-text_block .b-text_block-container:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .b-text_block .b-text_block-container {
    width: var(--width, auto);
  }
}

.b-actions {
  display: flex;
  flex-wrap: wrap !important;
  margin: 24px 0 0;
  position: relative;
  width: 100%;
  grid-gap: 16px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .b-actions {
    grid-gap: 32px;
  }
}
.b-actions .b-actions-item {
  width: var(--button-width, auto);
}
.b-actions .b-actions-item .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.b-actions .b-actions-item .b-button_ext .b-button {
  width: var(--button-width, auto);
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  border: 1px solid #000;
  color: #000;
  height: 44px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 16px;
  text-indent: 1px;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.1s ease-out, background 0.1s, color 0.1s;
}
.b-actions .b-actions-item .b-button_ext .b-button.is-active {
  background: #000 !important;
  color: #fff !important;
  transform: scale(0.96) !important;
}
@media (hover: hover) and (pointer: fine) {
  .b-actions .b-actions-item .b-button_ext .b-button:hover {
    background: #000;
    color: #fff;
  }
}

.b-image_tile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
}
.b-image_tile .b-image_tile-container {
  width: 100%;
  overflow: hidden;
}
.b-image_tile .b-image_tile-container .b-image_tile-picture {
  background: transparent;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
}
@media screen and (min-width: 768px) {
  .b-image_tile .b-image_tile-container .b-image_tile-picture {
    padding-bottom: var(--bg-padding);
  }
}
.b-image_tile .b-image_tile-container .b-image_tile-picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: var(--img-obj-position-mb, 50% 50%);
     object-position: var(--img-obj-position-mb, 50% 50%);
}
@media screen and (min-width: 768px) {
  .b-image_tile .b-image_tile-container .b-image_tile-picture img {
    -o-object-position: var(--img-obj-position, 50% 50%);
       object-position: var(--img-obj-position, 50% 50%);
  }
}

.b-banner {
  display: flex;
  width: 100%;
  align-items: start;
}
.b-banner .b-promo_box {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  width: 100%;
  grid-gap: 0;
}
.b-banner .b-promo_box .b-promo_box-picture {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  grid-column: grid-start/grid-end;
  grid-row: 1/2;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
}
@media screen and (orientation: landscape) {
  .b-banner .b-promo_box .b-promo_box-picture {
    padding-bottom: var(--bg-padding);
  }
}
.b-banner .b-promo_box .b-promo_box-picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: var(--img-obj-position-mb, 50% 50%);
     object-position: var(--img-obj-position-mb, 50% 50%);
}
@media screen and (orientation: landscape) {
  .b-banner .b-promo_box .b-promo_box-picture img {
    -o-object-position: var(--img-obj-position, 50% 50%);
       object-position: var(--img-obj-position, 50% 50%);
  }
}
.b-banner .b-promo_box-caption {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding: 40px 12px;
  grid-column: grid-start/grid-end;
  grid-row: 1/2;
  justify-content: center;
  align-self: center;
}
.b-banner .b-promo_box-caption .b-banner-content {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.mv .mv__inner.m-padding_top-xl {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .mv .mv__inner.m-padding_top-xl {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .mv .mv__inner.m-padding_top-xl {
    padding-top: 128px;
  }
}
.mv .mv__inner .l-grid_layout-item_in {
  display: block;
}
.mv .mv__inner .icons-feature-hero {
  background: #fff;
}
.mv .mv__inner .icons-feature-hero .text-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mv .mv__inner .icons-feature-hero .text-wrapper h1 {
  font-family: "times_lt", serif;
  letter-spacing: 1vw;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(50px, 20vw, 100rem);
  line-height: 0.89;
  text-align: center;
  white-space: nowrap;
  margin-right: -1vw;
}
@media screen and (min-width: 1024px) {
  .mv .mv__inner .icons-feature-hero .text-wrapper h1 {
    letter-spacing: 50px;
    margin-left: 60px;
  }
}
.mv .mv__inner .icons-feature-hero .text-wrapper p {
  font-family: "untitled-sans", sans-serif;
  font-size: 9px;
  letter-spacing: 0.32px;
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .mv .mv__inner .icons-feature-hero .text-wrapper p {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .mv .mv__inner .icons-feature-hero .text-wrapper p {
    font-size: 12px;
  }
}

.sub-desc .sub-desc__inner {
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .sub-desc .sub-desc__inner {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .sub-desc .sub-desc__inner {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 48px;
  }
}
.sub-desc .sub-desc__inner.m-padding_top-xl {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .sub-desc .sub-desc__inner.m-padding_top-xl {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .sub-desc .sub-desc__inner.m-padding_top-xl {
    padding-top: 128px;
  }
}
.sub-desc .sub-desc__inner .b-text_block {
  justify-content: flex-start;
}
.sub-desc .sub-desc__inner .b-actions {
  justify-content: flex-start;
}

.image-title .image-title__inner {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .image-title .image-title__inner {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .image-title .image-title__inner {
    padding-top: 128px;
  }
}
.image-title .image-title__inner .leather-icons-banner {
  position: relative;
}
.image-title .image-title__inner .leather-icons-banner .banner-overlay-link {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.image-title .image-title__inner .leather-icons-banner .banner-text-container1 {
  position: absolute;
  bottom: 50%;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  padding: 14px 0;
}
@media screen and (min-width: 768px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container1 {
    padding: 29px 0;
    bottom: 27.8%;
  }
}
@media screen and (min-width: 1024px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container1 {
    padding: 26px 0;
    bottom: 27.8%;
  }
}
.image-title .image-title__inner .leather-icons-banner .banner-text-container1 span {
  font-family: "untitled-sans", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.13rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container1 span {
    font-size: 12px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container1 span {
    font-size: 16px;
  }
}
.image-title .image-title__inner .leather-icons-banner .banner-text-container1 h2 {
  font-family: "times_lt", serif;
  font-size: 40px;
  line-height: 0.76;
  letter-spacing: 0.5rem;
  margin-right: -0.5rem;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container1 h2 {
    font-size: 80px;
    letter-spacing: 26.67px;
  }
}
@media screen and (min-width: 1024px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container1 h2 {
    font-size: clamp(100px, 13vw, 15rem);
    letter-spacing: 50px;
    line-height: 1;
  }
}
.image-title .image-title__inner .leather-icons-banner .banner-text-container {
  position: absolute;
  bottom: 50%;
  width: 100%;
  background: #fff;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container {
    padding: 29px 0;
    bottom: 27.8%;
  }
}
@media screen and (min-width: 1024px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container {
    padding: 26px 0;
  }
}
.image-title .image-title__inner .leather-icons-banner .banner-text-container span {
  font-family: "untitled-sans", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container span {
    font-size: 12px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container span {
    font-size: 16px;
  }
}
.image-title .image-title__inner .leather-icons-banner .banner-text-container h2 {
  font-family: "times_lt", serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 39px;
  letter-spacing: 6.41px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container h2 {
    font-size: 38px;
    letter-spacing: 10.3px;
  }
}
@media screen and (min-width: 1024px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container h2 {
    font-size: clamp(65px, 7vw, 10rem);
    line-height: 1;
    letter-spacing: 1.25vw;
  }
}
.image-title .image-title__inner .leather-icons-banner .banner-text-container5 {
  position: absolute;
  bottom: 50%;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 15px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container5 {
    padding: 29px 0;
    bottom: 27.8%;
  }
}
@media screen and (min-width: 1024px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container5 {
    padding: 26px 0;
  }
}
.image-title .image-title__inner .leather-icons-banner .banner-text-container5 h2 {
  font-family: "times_lt", serif;
  font-size: 36px;
  line-height: 39px;
  letter-spacing: 6.41px;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container5 h2 {
    font-size: 38px;
    letter-spacing: 10.3px;
  }
}
@media screen and (min-width: 1024px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container5 h2 {
    font-size: clamp(65px, 7vw, 10rem);
    line-height: 1;
    letter-spacing: 1.8vw;
  }
}
.image-title .image-title__inner .leather-icons-banner .banner-text-container5 span {
  width: 55px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container5 span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .image-title .image-title__inner .leather-icons-banner .banner-text-container5 span {
    font-size: 16px;
  }
}

.small-desc .small-desc__inner {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .small-desc .small-desc__inner {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .small-desc .small-desc__inner {
    padding-top: 48px;
  }
}
.small-desc .small-desc__inner p {
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .small-desc .small-desc__inner p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .small-desc .small-desc__inner p {
    line-height: 32px;
    font-size: 18px;
  }
}
.small-desc .small-desc__inner p .mb-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .small-desc .small-desc__inner p .mb-only {
    display: none;
  }
}

.image-content .image-content__inner {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .image-content .image-content__inner {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .image-content .image-content__inner {
    padding-top: 48px;
  }
}

.product-content .product-content__inner {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .product-content .product-content__inner {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .product-content .product-content__inner {
    padding-top: 128px;
  }
}
.product-content .product-content__inner .b-text_block {
  justify-content: flex-start;
}
.product-content .product-content__inner p {
  font-size: 10px;
  font-family: "untitled-sans", sans-serif;
  line-height: 32px;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-left: 15px;
}
@media screen and (min-width: 1024px) {
  .product-content .product-content__inner p {
    font-size: 16px;
    line-height: 46px;
  }
}

.image-title2 .image-title2__inner {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .image-title2 .image-title2__inner {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .image-title2 .image-title2__inner {
    padding-top: 128px;
  }
}
.image-title2 .image-title2__inner .b-promo_box-caption {
  pointer-events: none;
}
.image-title2 .image-title2__inner .b-promo_box-caption .b-text_block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.image-title2 .image-title2__inner .b-promo_box-caption p {
  font-family: "untitled-sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}
.image-title2 .image-title2__inner .b-promo_box-caption p .mb-only {
  display: block;
}
@media screen and (min-width: 1024px) {
  .image-title2 .image-title2__inner .b-promo_box-caption p .mb-only {
    display: none;
  }
}
.image-title2 .image-title2__inner .b-promo_box-caption p:nth-of-type(1) {
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.25px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .image-title2 .image-title2__inner .b-promo_box-caption p:nth-of-type(1) {
    font-size: 12px;
    line-height: 14.2px;
    letter-spacing: 0.32px;
  }
}
@media screen and (min-width: 1024px) {
  .image-title2 .image-title2__inner .b-promo_box-caption p:nth-of-type(1) {
    font-size: 16px;
    line-height: 46px;
    letter-spacing: 0.5px;
  }
}
.image-title2 .image-title2__inner .b-promo_box-caption p:nth-of-type(2) {
  font-size: 36px;
  line-height: 39px;
  letter-spacing: 12px;
  text-align: center;
  font-weight: 400;
  font-family: "noto-sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .image-title2 .image-title2__inner .b-promo_box-caption p:nth-of-type(2) {
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 15.29px;
  }
}
@media screen and (min-width: 1024px) {
  .image-title2 .image-title2__inner .b-promo_box-caption p:nth-of-type(2) {
    font-size: 70px;
    line-height: 76px;
    letter-spacing: 24px;
  }
}

.styling-content .styling-content__inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .styling-content .styling-content__inner {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .styling-content .styling-content__inner {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 128px;
  }
}
.styling-content .styling-content__inner p {
  font-family: "untitled-sans", sans-serif;
  font-size: 10px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .styling-content .styling-content__inner p {
    font-size: 16px;
    line-height: 46px;
  }
}

.button-content .button__inner {
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .button-content .button__inner {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .button-content .button__inner {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 80px;
  }
}

.leather-fair .leather-fair__inner.m-padding_top-xl {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .leather-fair .leather-fair__inner.m-padding_top-xl {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .leather-fair .leather-fair__inner.m-padding_top-xl {
    padding-top: 128px;
  }
}
.leather-fair .leather-fair__inner .black-belt {
  background: #000;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-transform: uppercase;
  font-family: "untitled-sans", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 8px;
  font-size: clamp(13px, 3vw, 16px);
  font-weight: 500;
}

.recommend-parts .recommend-parts__inner {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .recommend-parts .recommend-parts__inner {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .recommend-parts .recommend-parts__inner {
    padding-bottom: 80px;
  }
}
.recommend-parts .recommend-parts__inner .recommend-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap-mb, 32px);
}
@media screen and (min-width: 768px) {
  .recommend-parts .recommend-parts__inner .recommend-wrapper {
    gap: var(--gap, 48px);
  }
}
.recommend-parts .recommend-parts__inner .recomend-title-wrapper {
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .recommend-parts .recommend-parts__inner .recomend-title-wrapper {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .recommend-parts .recommend-parts__inner .recomend-title-wrapper {
    padding-bottom: 32px;
  }
}
.recommend-parts .recommend-parts__inner .recomend-title-wrapper .recommend-title {
  font-family: "untitled-sans-bold", sans-serif;
  text-transform: uppercase;
  font-size: clamp(43px, 8vw, 6rem);
  line-height: 1;
  letter-spacing: -0.05px;
}
.recommend-parts .recommend-parts__inner .recommend-container {
  padding-top: 32px;
  padding-left: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .recommend-parts .recommend-parts__inner .recommend-container {
    padding-left: 56px;
  }
}
.recommend-parts .recommend-parts__inner .recommend-container .side-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  left: 16px;
  z-index: 2;
}
.recommend-parts .recommend-parts__inner .recommend-container .side-title h2 {
  font-size: clamp(37px, 8vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.25rem;
  line-height: 0.89;
  text-transform: uppercase;
  text-align: right;
  font-family: "untitled-sans", sans-serif;
}
@media screen and (min-width: 1024px) {
  .recommend-parts .recommend-parts__inner .recommend-container .side-title h2 {
    font-size: clamp(37px, 5vw, 5rem);
  }
}
.recommend-parts .recommend-parts__inner .recommend-container .main-content {
  position: relative;
  min-width: 0;
}
.recommend-parts .recommend-parts__inner .recommend-container .main-content .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  padding-right: 24px;
  margin-bottom: 4px;
}
.recommend-parts .recommend-parts__inner .recommend-container .main-content .nav-wrapper .swiper-button-prev-custom,
.recommend-parts .recommend-parts__inner .recommend-container .main-content .nav-wrapper .swiper-button-next-custom {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: opacity 0.3s ease;
}
.recommend-parts .recommend-parts__inner .recommend-container .main-content .nav-wrapper .swiper-button-prev-custom::before,
.recommend-parts .recommend-parts__inner .recommend-container .main-content .nav-wrapper .swiper-button-next-custom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.recommend-parts .recommend-parts__inner .recommend-container .main-content .nav-wrapper .swiper-button-prev-custom.swiper-button-disabled,
.recommend-parts .recommend-parts__inner .recommend-container .main-content .nav-wrapper .swiper-button-next-custom.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.recommend-parts .recommend-parts__inner .recommend-container .main-content .nav-wrapper .swiper-button-prev-custom::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.recommend-parts .recommend-parts__inner .recommend-container .main-content .nav-wrapper .swiper-button-next-custom::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.recommend-parts .recommend-parts__inner .recommend-container .main-content .swiper {
  width: 100%;
  height: auto;
  touch-action: pan-y; /* 横スワイプはJS、縦スクロールはブラウザに任せる設定 */
}
.recommend-parts .recommend-parts__inner .recommend-container .main-content .swiper .product-container {
  display: flex;
  flex-direction: column;
}
.recommend-parts .recommend-parts__inner .recommend-container .main-content .swiper .product-container .product-link {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 125.25%;
  position: relative;
}
.recommend-parts .recommend-parts__inner .recommend-container .main-content .swiper .product-container .product-link .product-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--img-obj-position, 50% 50%);
     object-position: var(--img-obj-position, 50% 50%);
}
.recommend-parts .recommend-parts__inner .recommend-container .main-content .swiper .product-info {
  display: flex;
  flex-direction: column;
  padding-left: 4px;
  padding-top: 4px;
}
.recommend-parts .recommend-parts__inner .recommend-container .main-content .swiper .product-info p {
  font-family: "untitled-sans", sans-serif;
  font-weight: var(--font-weight, 500);
  font-size: 13px;
}
.recommend-parts .recommend-parts__inner .recommend-container .b-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
  position: relative;
  width: 100%;
  grid-gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
.recommend-parts .recommend-parts__inner .recommend-container .b-actions .b-actions-item {
  width: var(--button-width, auto);
}
.recommend-parts .recommend-parts__inner .recommend-container .b-actions .b-actions-item .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.recommend-parts .recommend-parts__inner .recommend-container .b-actions .b-actions-item .b-button_ext .b-button {
  width: var(--button-width, auto);
  background: #000;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  border: 1px solid #000;
  color: #fff;
  height: 44px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 16px;
  text-indent: 1px;
  align-items: center;
  transition: transform 0.1s ease-out, background 0.1s, color 0.1s;
  -webkit-tap-highlight-color: transparent;
}
.recommend-parts .recommend-parts__inner .recommend-container .b-actions .b-actions-item .b-button_ext .b-button.is-active {
  background: #ffffff !important;
  color: #000 !important;
  transform: scale(0.96) !important;
}
@media (hover: hover) and (pointer: fine) {
  .recommend-parts .recommend-parts__inner .recommend-container .b-actions .b-actions-item .b-button_ext .b-button {
    transition: none;
  }
  .recommend-parts .recommend-parts__inner .recommend-container .b-actions .b-actions-item .b-button_ext .b-button:hover {
    background: #ffffff;
    color: #000;
  }
}/*# sourceMappingURL=Edits_Icons_20260330.css.map */