.productHead {
  background-image: url(../images/product_fv.jpg);
}

.topblock {
  background-color: #000000;
}
.topblock img {
  pointer-events: none;
  user-select: none;
}

.pageHead {
  max-width: 800px;
  max-height: 400px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.signboardback {
  background-color: #E6E6E6;
  padding-top: 10px;
}
.signboardback img {
  pointer-events: none;
  user-select: none;
}

.reformtoptitle {
  text-align: center;
  font-size: 35px;
  color: #0C0CB6;
}

.reformtop {
  max-width: 450px;
  height: auto;
  text-align: left;
  margin: 0 auto;
}

.reformtoptext {
  width: fit-content;
  margin: 0 auto;
}

.reformcategory {
  max-width: 1000px;
  width: fit-content;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px 40px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.reformcategorybox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 30px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 15px;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}

.reformitemlarge {
  max-width: 600px;
}
.reformitemlarge img {
  height: 420px;
  object-fit: contain;
  border: solid 5px #FFFFFF;
  background-color: #2E2E2E;
}

.reformitemmedium {
  max-width: 440px;
}
.reformitemmedium img {
  height: 335px;
  object-fit: contain;
  border: solid 5px #FFFFFF;
  background-color: #2E2E2E;
}

.reformitemwide {
  max-width: 430px;
}
.reformitemwide img {
  height: 270px;
  object-fit: contain;
  border: solid 5px #FFFFFF;
  background-color: #2E2E2E;
}

.reformitemsmall {
  width: 320px;
  margin: auto;
}
.reformitemsmall img {
  height: 420px;
  object-fit: contain;
  border: solid 5px #FFFFFF;
  background-color: #2E2E2E;
}

.reformtime {
  font-size: 22px;
  display: inline;
}

.reformtitle {
  width: fit-content;
  margin: 0 auto;
}

.reformtext {
  font-size: 14px;
}

@media (max-width: 689px) {
  .signboardback {
    padding-left: 16px;
    padding-right: 16px;
  }
  .reformcategory {
    gap: 80px;
    flex-direction: column-reverse;
  }
  .reformitemlarge img {
    height: 280px;
  }
  .reformitemmedium img {
    height: 280px;
  }
  .reformitemwide img {
    height: 235px;
  }
}