.main {
  background-color: #f5f0eb;
}

.kv__img img {
  width: 100%;
  height: auto;
}
.video{
  width: 37rem;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 31px;
  padding-bottom: 31px;
  /* padding-left: 31px;
  padding-right: 31px; */
}

.lead__inner {
  position: relative;
}

.lead__text::before {
  position: absolute;
  left: 10%;
  content: " ";
  background-image: url("/base/pc/store/special/cashmere/2025/img/ladies/coordination/coord__leadimg1.svg");
  width: min(6cqw,30px);
  height: auto;
  aspect-ratio: 47 / 35;
  background-size: contain;
  background-repeat: no-repeat;
}
.lead__text::after {
  content: " ";
  position: absolute;
  right: 10%;
  bottom: 1%;
  background-image: url("/base/pc/store/special/cashmere/2025/img/ladies/coordination/coord__leadimg2.svg");
  width: min(6cqw,30px);
  height: auto;
  aspect-ratio: 47 / 35;
  background-size: contain;
  background-repeat: no-repeat;
}
.lead{
  font-size: 2.2rem;
}
.items {
  padding-bottom: 10rem;
}
.item {
  margin-top: 5.5rem;
}

.item img {
  width: 100%;
  height: auto;
}
.item .itemHeading {
  padding-left: 31px;
  padding-right: 31px;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Noto Serif CJK JP", serif;
  line-height: 1.7;
  display: grid;
  grid-template-columns: 25fr 65fr;
  vertical-align: middle;
  align-items: center;
  gap: 10%;
}

.item img.itemHeading__no {
  max-width: 110px;
  height: auto;
}



.item .itemBody__img__2 {
  width: calc(100% - 31px);
  margin-left: 31px;
  padding-top: 31px;
  padding-bottom: 31px;
}

.item .itemBody__img__3 {
  width: calc(100% - 31px);
  margin-right: 31px;
  padding-top: 31px;
  padding-bottom: 31px;
}
.item .itemBody__img__4 {
  padding-top: 31px;
  padding-bottom: 31px;
}

.item .itemBody__img__5 {
  width: calc(100% - 31px);
  margin-left: 31px;
  padding-top: 31px;
  padding-bottom: 31px;
}

.item .itemBody__img__6 {
  width: calc(100% - 31px);
  margin-right: 31px;
  padding-top: 31px;
  padding-bottom: 31px;
}
.item .itemBody__img__7 {
  padding-top: 31px;
  padding-bottom: 31px;
}

@media (max-width: 768px) {
  .video{
    max-width: 31rem;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 31px;
    padding-bottom: 31px;
    /* padding-left: 31px;
    padding-right: 31px; */
  }
  .lead {
    font-size: min(5cqw,3rem);
  }
  .item .itemHeading {
    font-size: 4cqw;
    place-items: center;
  }
  .item .itemHeading.itemHeading__2 {
    font-size: 4.66666cqw;
    place-items: center;
  }
}

.border_t{
  position: relative;
  margin-top: 31px;
  padding-top: 31px;
}

.border_t::before{
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  width: calc(100% - 62px);
  height: 0.5px;
}
.itemData+.itemData{
  padding-top: 31px;
}