.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-item span {
  font-size: .833333vw !important;
  color: #666 !important;
  font-family: inherit !important;
}
.parameter-item strong span,
.parameter-item > span:first-child {
  color: #333 !important;
  font-weight: bold !important;
}
.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;
}

@media (max-width: 768px) {
  .breadcrumbs {
    flex-wrap: wrap;
    height: auto;
    max-height: none;
    padding: 1rem .8rem;
  }
  .breadcrumb-item  {
    font-size: .7rem;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.4;
  }

  .product-wrapper {
    padding: 2rem 0;
  }
  .product-title-wrapper {
    padding-bottom: 1rem;
  }
  .product-title-wrapper .title {
    margin-bottom: .5rem;
    font-size: 1.2rem;
  }
  .product-title-wrapper .title-translation {
    font-size: .7rem;
  }
  .product-series {
    flex-direction: column;
    width: 92%;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
  }
  .product-series:not(:last-child) {
    margin-bottom: 1rem;
  }
  .series-img {
    width: 100%;
    height: 9.4rem;
    object-fit: cover;
  }
  .series-description {
    flex-grow: 0;
    padding: 1rem .8rem 0.5rem;
    background-color: #fff;
  }
  .series-title-link {
    margin-bottom: 1rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }
  .series-title {
    font-size: 0.9rem;
  }
  .series-title-icon {
    width: 0.8rem;
    height: 0.6rem
  }
  .parameter-and-model {
    flex-direction: column;
  }
  .parameter-wrapper,
  .model-wrapper {
    flex-basis: 100%;
  }
  .parameter-wrapper {
    order: 2;
  }
  .model-wrapper {
    order: 1;
    display: flex;
    margin-bottom: 1rem;
  }
  .model-label {
    min-width: 3.7rem;
    margin-bottom: 0;
    font-size: .8rem;
  }
  .content-en .model-label {
    flex-shrink: 0;
  }
  .parameter-item {
    font-size: .8rem;
  }
  .parameter-item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .parameter-item span {
    font-size: .8rem !important;
    color: #666 !important;
    font-family: inherit !important;
  }
  .parameter-item strong {
    min-width: 3.7rem;
    text-align: right;
  }
  .parameter-item strong span,
  .parameter-item > span:first-child {
    color: #333 !important;
    font-weight: bold !important;
  }
  .model-list {
    flex-grow: 1;
    grid-gap: .5rem .8rem;
    padding-left: .3rem;
  }
  .content-en .model-list {
    grid-template-columns: repeat(2, auto);
  }
  .model-link {
    font-size: .8rem;
  }
}
