.main {
  background-color: #fff;
}

.kv__img img {
  width: 100%;
  height: auto;
}

.items {
  padding-bottom: 10rem;
}
.item {
  margin-top: 5.5rem;
  position: relative;
}


.item .item__lead--srash{
  text-align: center;
  position: relative;

}
.item .item__lead--srash::before{
  position: absolute;
  left: 10%;
  top: 27%;
  content: "";
  width: 2px;
  height: 11rem;
  background-color: #2F446B;
  rotate: -15deg;
}
.item .item__lead--srash::after{
  position: absolute;
  right: 10%;
  top: 27%;
  content: "";
  width: 2px;
  height: 11rem;
  background-color: #2F446B;
  rotate: 15deg;
}
.item .sub__ttl {
  background-color: #47454a;
  width: 100%;
  /* height: 7rem; */
  display: block;
  text-align: center;
  
}
.item .sub__ttl img {
  width: 55%;
  padding-top: 2.5%;
  margin-bottom: -0.4%;
}
.item .sub__ttl--blue {
  background-color: #2F446B;
  width: 100%;
  /* height: 7rem; */
  display: block;
  text-align: center;
}

.item .sub__ttl--blue img{
  width: 67%;
  padding-top: 2.5%;
  margin-bottom: -2.5%;
}
.another__ttl{
  width: 60%;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-top: calc(5.5rem + 31px);
  margin-bottom: 1rem;
}

.item__lead {
  position: inherit;
  z-index: 2;
  font-size: 1.75rem;
  line-height: 2;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin-left: 31px;
  margin-right: 31px;
}
@media (max-width: 768px) {
  .item__lead {
   font-size: 1.5rem;
  }
}

.itemBody {
  position: inherit;
  z-index: 3;
}

.item img {
  width: 100%;
  height: auto;
}

.itemData__note {
  margin-top: 7px;
  font-size: 1.2rem;
  line-height: 1.4583333333;
}
.itemData + .itemData{
  margin-top: 31px;
}

.mv {
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 31px;
  padding-right: 31px;
}
.item .itemBody__img__1 {
  width: 100%;
  padding-top: 31px;
  padding-bottom: 31px;
}

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


@media (max-width: 768px) {
  .lead {
    font-size: 6cqw;
  }
  .item .itemHeading {
    font-size: 4cqw;
    place-items: center;
  }
  .item .item__lead--srash{
    text-align: center;
    position: relative;
    font-size: 4.2333cqw;
    padding-top: 0;
  
  }
  .item .item__lead--srash::before{
    position: absolute;
    top: 6%;
    left: 5%;
    content: "";
    width: 2px;
    height: 22.33333cqw;
    background-color: #2F446B;
    rotate: -15deg;
  }
  .item .item__lead--srash::after{
    position: absolute;
    top: 6%;
    right: 5%;
    content: "";
    width: 2px;
    height: 22.33333cqw;
    background-color: #2F446B;
    rotate: 15deg;
  }
}


.itemData .itemData__careLabel li .itemData__careLabelImg._machine{
  width: 51px;
}
.itemData .itemData__careLabel li .itemData__careLabelImg._washmere{
  width: 135px;
}

#mix-and-match .notes{
  padding-bottom: 4rem;
}

.styling__heading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.styling__heading::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  display: block;
  height: 5px;
  width: 100%;
  background-image: radial-gradient(circle, #000000 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 7px 2px;
}