.product-wrapper {
  padding: 4.166667vw 16.666667vw;
  background-color: #f9f9f9;
}
.product-title-wrapper {
  padding-bottom: 4.166667vw;
  line-height: 1;
  text-align: center;
}
.product-title-wrapper .title {
  margin-bottom: 0.78125vw;
  font-size: 2.083333vw;
  font-weight: bold;
  color: #222;
}
.product-title-wrapper .title-translation {
  font-size: 1.0416667vw;
  font-weight: lighter;
  color: #666;
}

.product-series {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  min-height: 15.625vw;
  font-size: 0;
}
.product-series:not(:last-child) {
  margin-bottom: 1.5625vw;
}
.series-img {
  width: 23.958333vw;
  height: 15.625vw;
  object-fit: cover;
}
.series-description {
  flex-grow: 1;
  padding: 0 2.604167vw;
}
.series-title-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25vw;
  padding-top: 1.822917vw;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
}
.series-title {
  font-size: 1.041667vw;
  color: #333;
  font-weight: bold;
  line-height: 1;
}
.series-title-link:hover .series-title {
  color: #016dbf;
}
.series-title-icon {
  width: 0.364583vw;
  height: 0.625vw;
  fill: #545555;
}
.series-title-link:hover .series-title-icon {
  fill: #016dbf;
}

.parameter-and-model {
  display: flex;
  justify-content: space-between;
}
.parameter-wrapper, .model-wrapper {
  flex-basis: 50%;
}
.parameter-item {
  display: flex;
  align-items: center;
  font-size: 0.833333vw;
  line-height: 1;
}
.parameter-item:not(:last-child) {
  margin-bottom: 1.041667vw;
}
.parameter-label {
  color: #333;
  font-weight: bold;
}
.parameter-item:first-child .parameter-label {
  display: inline-flex;
  align-items: center;
}
.parameter-unit {
  font-size: 10px;
  transform: scale(.8333);
}
.parameter-value {
  color: #666;
}
.model-label {
  margin-bottom: 1.041667vw;
  font-size: 0.833333vw;
  font-weight: bold;
  color: #333;
  line-height: 1;
}
.model-list {
  display: inline-grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 1.041667vw 1.5625vw;
}
.model-item {
  line-height: 1;
}
.model-link {
  display: inline-block;
  font-size: 0.833333vw;
  color: #666;
  cursor: pointer;
}
.model-link:hover {
  color: #016dbf;
}