.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 {
  padding: 1.5625vw 1.5625vw 2.604167vw;
  background-color: #fff;
}
.product-series:not(:last-child) {
  margin-bottom: 1.5625vw;
}
.series-title-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5625vw;
  padding-bottom: 1.145833vw;
  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;
}
.series-description {
  font-size: 0.833333vw;
  color: #666;
  line-height: 1.75;
}
.series-list {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 0.520833vw;
  margin-top: 1.5625vw;
}
.product-series:last-child .series-list {
  grid-row-gap: 1.5625vw;
}
.series-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.series-item-img {
  max-width: 100%;
  min-height: 9.270833vw;
  height: auto;
}
.series-item-name {
  margin-top: 1.041667vw;
  font-size: 0.833333vw;
  font-weight: bold;
  color: #666;
  line-height: 1;
}
.series-item-link:hover .series-item-name {
  color: #016dbf;
}