@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h2 {
  font-size: 1.5em;
  font-weight: lighter;
  padding-top: 0.5em;
  text-align: left;
}

img {
  display: block;
  max-width: 100%;
}

a:visited {
  color: inherit;
}

.leather-care-guide_section3 {
  padding-bottom: 77px;
  background-color: #000;
  color: #fff;
  font-family: "Times-Roman";
}
.leather-care-guide_section3 .product-carousel .product-carousel_switcher {
  display: block;
}
.leather-care-guide_section3 .product-carousel .switcher-group {
  display: flex;
  justify-content: center;
}
.leather-care-guide_section3 .product-carousel .switcher-group .women {
  background: none !important;
}
.leather-care-guide_section3 .product-carousel .switcher-group .switcher {
  flex-grow: 1;
  text-align: center;
  font-size: 24px;
  color: #5d5d5e;
  position: relative;
  cursor: pointer;
  background: none;
  list-style: none;
}
.leather-care-guide_section3 .product-carousel .switcher-group .switcher.is-active {
  color: #fff;
  transition: all 0.2s ease-out;
}
.leather-care-guide_section3 .product-carousel .switcher-group .switcher.is-active::after {
  background-color: #fff;
}
.leather-care-guide_section3 .product-carousel .switcher-group .switcher::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #5d5d5e;
  bottom: -11px;
  left: 0;
}
.leather-care-guide_section3 .product-carousel .product-carousel_group .group {
  display: none;
}
.leather-care-guide_section3 .product-carousel .product-carousel_group .group.is-shown {
  display: block;
}
.leather-care-guide_section3 .product-carousel .product-carousel_group .splide-controller {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin-top: 3.2rem;
}
.leather-care-guide_section3 .product-carousel .product-carousel_group .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  margin: 0 auto 0 0;
  text-align: center;
}
.leather-care-guide_section3 .product-carousel .product-carousel_group .swiper-pagination > li {
  font-size: 0;
  /* liタグの下にある余白を消すため */
}
.leather-care-guide_section3 .product-carousel .product-carousel_group .splide {
  overflow: hidden;
  position: relative;
  padding-top: 42px;
}
.leather-care-guide_section3 .product-carousel .product-carousel_group .splide-wrapper {
  position: relative;
}
.leather-care-guide_section3 .product-carousel .product-carousel_group .splide-wrapper .splide__arrow {
  background: transparent;
  top: 40%;
  opacity: 1;
  transition: 0.2s;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.leather-care-guide_section3 .product-carousel .product-carousel_group .splide-wrapper .splide__arrow:disabled {
  opacity: 0;
}
.leather-care-guide_section3 .product-carousel .product-carousel_group .splide-wrapper .splide__arrow img {
  width: 61%;
}
.leather-care-guide_section3 .product-carousel .product-carousel_group .splide-wrapper .splide__track {
  overflow: visible;
  margin-left: 90px;
}
.leather-care-guide_section3 .product-carousel .product-carousel_group .splide-wrapper .splide__slide {
  text-decoration: none;
  color: #fff;
}
.leather-care-guide_section3 .product-carousel .product-carousel_group .splide-wrapper .splide__slide:hover {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .leather-care-guide_section3 .product-carousel .product-carousel_group .splide-wrapper .splide__slide {
    transition: 0.5s;
  }
  .leather-care-guide_section3 .product-carousel .product-carousel_group .splide-wrapper .splide__slide:hover {
    filter: brightness(75%);
  }
}
.leather-care-guide_section3 .product-carousel .product-carousel_group .splide-wrapper .splide__pagination {
  display: none;
}

.leather-care-guide_section6 {
  padding-bottom: 77px;
  background-color: #fff;
  color: #000;
  font-family: "Times-Roman";
}
.leather-care-guide_section6 .product-carousel .product-carousel_switcher {
  display: block;
}
.leather-care-guide_section6 .product-carousel .switcher-group {
  display: flex;
  justify-content: center;
}
.leather-care-guide_section6 .product-carousel .switcher-group .women {
  background: none !important;
}
.leather-care-guide_section6 .product-carousel .switcher-group .switcher {
  flex-grow: 1;
  text-align: center;
  font-size: 24px;
  color: #5d5d5e;
  position: relative;
  cursor: pointer;
  background: none;
  list-style: none;
}
.leather-care-guide_section6 .product-carousel .switcher-group .switcher.is-active {
  color: #000;
  transition: all 0.2s ease-out;
}
.leather-care-guide_section6 .product-carousel .switcher-group .switcher.is-active::after {
  background-color: #000;
}
.leather-care-guide_section6 .product-carousel .switcher-group .switcher::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #dfdfe0;
  bottom: -11px;
  left: 0;
}
.leather-care-guide_section6 .product-carousel .product-carousel_group .group {
  display: none;
}
.leather-care-guide_section6 .product-carousel .product-carousel_group .group.is-shown {
  display: block;
}
.leather-care-guide_section6 .product-carousel .product-carousel_group .splide-controller {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin-top: 3.2rem;
}
.leather-care-guide_section6 .product-carousel .product-carousel_group .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  margin: 0 auto 0 0;
  text-align: center;
}
.leather-care-guide_section6 .product-carousel .product-carousel_group .swiper-pagination > li {
  font-size: 0;
  /* liタグの下にある余白を消すため */
}
.leather-care-guide_section6 .product-carousel .product-carousel_group .splide {
  overflow: hidden;
  position: relative;
  padding-top: 42px;
}
.leather-care-guide_section6 .product-carousel .product-carousel_group .splide-wrapper {
  position: relative;
}
.leather-care-guide_section6 .product-carousel .product-carousel_group .splide-wrapper .splide__arrow {
  background: transparent;
  top: 40%;
  opacity: 1;
  transition: 0.2s;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.leather-care-guide_section6 .product-carousel .product-carousel_group .splide-wrapper .splide__arrow:disabled {
  opacity: 0;
}
.leather-care-guide_section6 .product-carousel .product-carousel_group .splide-wrapper .splide__arrow img {
  width: 61%;
}
.leather-care-guide_section6 .product-carousel .product-carousel_group .splide-wrapper .splide__track {
  overflow: visible;
  margin-left: 90px;
}
.leather-care-guide_section6 .product-carousel .product-carousel_group .splide-wrapper .splide__slide {
  text-decoration: none;
  color: #000;
}
.leather-care-guide_section6 .product-carousel .product-carousel_group .splide-wrapper .splide__slide:hover {
  color: #000;
}
@media screen and (min-width: 1025px) {
  .leather-care-guide_section6 .product-carousel .product-carousel_group .splide-wrapper .splide__slide {
    transition: 0.5s;
  }
  .leather-care-guide_section6 .product-carousel .product-carousel_group .splide-wrapper .splide__slide:hover {
    filter: brightness(75%);
  }
}
.leather-care-guide_section6 .product-carousel .product-carousel_group .splide-wrapper .splide__pagination {
  display: none;
}

.leather-care-guide_section8 {
  padding-bottom: 77px;
  background-color: #000;
  color: #fff;
  font-family: "Times-Roman";
}
.leather-care-guide_section8 .product-carousel .product-carousel_switcher {
  display: block;
}
.leather-care-guide_section8 .product-carousel .switcher-group {
  display: flex;
  justify-content: center;
}
.leather-care-guide_section8 .product-carousel .switcher-group .women {
  background: none !important;
}
.leather-care-guide_section8 .product-carousel .switcher-group .switcher {
  flex-grow: 1;
  text-align: center;
  font-size: 24px;
  color: #5d5d5e;
  position: relative;
  cursor: pointer;
  background: none;
  list-style: none;
}
.leather-care-guide_section8 .product-carousel .switcher-group .switcher.is-active {
  color: #fff;
  transition: all 0.2s ease-out;
}
.leather-care-guide_section8 .product-carousel .switcher-group .switcher.is-active::after {
  background-color: #fff;
}
.leather-care-guide_section8 .product-carousel .switcher-group .switcher::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #5d5d5e;
  bottom: -11px;
  left: 0;
}
.leather-care-guide_section8 .product-carousel .product-carousel_group .group {
  display: none;
}
.leather-care-guide_section8 .product-carousel .product-carousel_group .group.is-shown {
  display: block;
}
.leather-care-guide_section8 .product-carousel .product-carousel_group .splide-controller {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin-top: 3.2rem;
}
.leather-care-guide_section8 .product-carousel .product-carousel_group .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  margin: 0 auto 0 0;
  text-align: center;
}
.leather-care-guide_section8 .product-carousel .product-carousel_group .swiper-pagination > li {
  font-size: 0;
  /* liタグの下にある余白を消すため */
}
.leather-care-guide_section8 .product-carousel .product-carousel_group .splide {
  overflow: hidden;
  position: relative;
  padding-top: 42px;
}
.leather-care-guide_section8 .product-carousel .product-carousel_group .splide-wrapper {
  position: relative;
}
.leather-care-guide_section8 .product-carousel .product-carousel_group .splide-wrapper .splide__arrow {
  background: transparent;
  top: 40%;
  opacity: 1;
  transition: 0.2s;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.leather-care-guide_section8 .product-carousel .product-carousel_group .splide-wrapper .splide__arrow:disabled {
  opacity: 0;
}
.leather-care-guide_section8 .product-carousel .product-carousel_group .splide-wrapper .splide__arrow img {
  width: 61%;
}
.leather-care-guide_section8 .product-carousel .product-carousel_group .splide-wrapper .splide__track {
  overflow: visible;
  margin-left: 90px;
}
.leather-care-guide_section8 .product-carousel .product-carousel_group .splide-wrapper .splide__slide {
  text-decoration: none;
  color: #fff;
}
.leather-care-guide_section8 .product-carousel .product-carousel_group .splide-wrapper .splide__slide:hover {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .leather-care-guide_section8 .product-carousel .product-carousel_group .splide-wrapper .splide__slide {
    transition: 0.5s;
  }
  .leather-care-guide_section8 .product-carousel .product-carousel_group .splide-wrapper .splide__slide:hover {
    filter: brightness(75%);
  }
}
.leather-care-guide_section8 .product-carousel .product-carousel_group .splide-wrapper .splide__pagination {
  display: none;
}/*# sourceMappingURL=content-special-care-guide_carousel202301.css.map */