#jasmine .about h1::before {
  content: none;
}

.noteAboveWrap {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 15px 0;
}

.noteAbove {
  font-family: "Koburina Gothic W3 JIS2004",sans-serif;
  color: #666;
}

img.w90 {
  width: 90%;
}

img.w80 {
  width: 80%;
}

img.w62 {
  width: 62%;
}

.bnr-pre {
  display: inline-block;
}

.about h1 {
  font-size: 3.8rem;
}

.sold.resale {
  font-size: 1.2rem;
  color: #bf383f;
  font-family: "Koburina Gothic W3 JIS2004",sans-serif;
  visibility: visible;
  padding-top: 10px;
}

.sold.resale a {
  color: #8D383F;
  display: inline;
}

.products_cart .mv {
  padding-top: 35px;
}

.about {
  padding: 25px 0 15px;
}

.bnrs {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding-bottom: 50px;
}

.bnrs a {
  width: calc(100% / 3 - 13.34px);
  max-width: 300px;
  margin: 20px 20px 0 0;
}

.bnrs a img {
  width: 100%;
}

.bnrs a:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1032px) {
  .about,
  .bnrs,
  .noteAboveWrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .about .inner .items {
    text-align: center;
  }
  .noteAboveWrap {
    padding: 16px;
  }
  img.w80-sp {
    width: 80%;
  }
  .bnr-pre {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .products_cart.row h4 span {
    padding-left: 0;
  }
  .about {
    padding: 15px 16px 15px;
  }
  .about h1 {
    font-size: 2.2rem;
  }
  .bnrs {
    justify-content: space-between;
    padding: 20px 10px 40px;
    max-width: 630px;
  }
  .bnrs a {
    width: calc(50% - 5px);
    margin: 10px 0 0 !important;
  }
  .products_cart .mv {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .resale,
  .sold.resale {
    padding-bottom: 30px;
  }
}
