.series-overview {
  padding: 5.208333vw 16.666667vw;
  background-color: #fff;
}
.series-title-wrapper {
  padding-bottom: 4.166667vw;
  line-height: 1;
  text-align: center;
}
.series-title-wrapper .title {
  margin-bottom: 0.78125vw;
  font-size: 2.083333vw;
  font-weight: bold;
  color: #222;
}
.series-title-wrapper .title-translation {
  font-size: 1.0416667vw;
  font-weight: lighter;
  color: #666;
}
.series-description {
  display: flex;
}
.description-content {
  padding-right: 3.125vw;
}
.description-title {
  margin-bottom: 2.604167vw;
  font-size: 1.5625vw;
  color: #222;
  line-height: 1;
}
.description-text {
  text-indent: 2em;
  font-size: 0.833333vw;
  color: #555;
  line-height: 1.75;
}
.product-list {
  display: grid;
  grid-template-columns: repeat(3, 10.416667vw);
  grid-row-gap: 0.520833vw;
  justify-content: space-between;
  margin-top: 1.041667vw;
}
.product-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
}
.product-item:hover {
  background-color: #016dbf;
  border-color: #016dbf;
}
.product-item:hover .product-item-link {
  font-weight: bold;
  color: #fff;
}
.product-item-link {
  padding: 0.85714em 0;
  font-size: 0.729167vw;
  color: #555;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.content-en .product-item-link {
  line-height: 1.3;
  text-align: center;
}
.series-img {
  width: 30.625vw;
  height: 19.583333vw;
}

.series-content-container {
  padding: 5.208333vw 16.666667vw;
  background-color: #f9f9f9;
}
.series-content-container:nth-child(even) {
  background-color: #fff;
}
.series-content-container .title {
  padding-bottom: 2.604167vw;
  font-size: 1.5625vw;
  color: #222;
  line-height: 1;
  text-align: center;
}

.parameter-list-wrapper {
  position: relative;
  display: flex;
}
.parameter-label-list {
  flex-shrink: 0;
  width: 9.479167vw;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.parameter-label-list .label-item {
  display: flex;
  align-items: center;
  height: 2.916667vw;
  padding-left: 1em;
  font-size: 0.833333vw;
  color: #333;
  line-height: 1.2;
}
.content-en .parameter-label-list .label-item {
  height: 3.75vw;
}
.parameter-label-list .label-item:first-child {
  display: flex;
  align-items: center;
  height: 11.458333vw;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.parameter-label-list .label-item:nth-child(2) {
  margin-top: 1.041667vw;
}

.parameter-value-wrapper {
  flex-grow: 1;
  max-width: calc(100% - 9.479167vw);
}
.parameter-value-ky .merge-value-list {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-width: 0;
}
.parameter-value-ky .merge-value-list .merge-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.916667vw;
  padding: 0 0.208333vw;
  font-size: 0.833333vw;
  color: #333;
  line-height: 1.2;
  text-align: center;
}
.content-en .parameter-value-ky .merge-value-list .merge-item {
  height: 3.75vw;
}
.parameter-value-ky .merge-value-list .merge-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.parameter-value-ky .merge-value-list .merge-item:nth-child(odd) {
  background-color: #fff;
}
.parameter-value-ky .merge-value-list .merge-item:nth-child(even) {
  background-color: #f9f9f9;
}
.parameter-value-list {
  width: 100%;
  display: flex;
  border: 1px solid #ccc;
  border-top-width: 0;
  overflow: auto hidden;
  scroll-behavior: smooth;
}
.parameter-value-wrapper.parameter-value-ky .parameter-value-list {
  border-bottom-width: 0;
}
.parameter-value-list::-webkit-scrollbar {
  height: 0.520833vw;
}
.parameter-value-list::-webkit-scrollbar-thumb {
  background: #c7c7ca;
  border-radius: 0.260417vw;
  box-shadow: inset -1px 1px 0 0 rgba(0, 0, 0, .18);
}
.parameter-value-list::-webkit-scrollbar-track {
  border-radius: 0;
}
.parameter-value-list .value-item {
  flex-grow: 1;
  flex-shrink: 0;
  min-width: 9.479167vw;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.parameter-value-list .value-item.type-ky {
  flex-basis: 20%;
}
.parameter-value-list .value-item:last-child {
  border-right-color: transparent;
}
.parameter-value-list .value-item:nth-child(even) {
  background-color: #fff;
}
.parameter-value-list .value-item:nth-child(odd) {
  background-color: #f9f9f9;
}
.parameter-value-list .value-item .product-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  /* min-width: 9.479167vw; */
  width: 100%;
  height: 11.458333vw;
  padding-bottom: 1.5625vw;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.value-item .product-link .product-img {
  max-width: 90%;
  height: auto;
  max-height: calc(100% - 3.229167vw);
}
.value-item.type-ky .product-link .product-img {
  max-height: calc(100% - 4.479167vw);
}
.value-item .product-link .product-name-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 0.833333vw;
  font-size: 0;
}
.value-item .product-link .product-name {
  font-size: 0.833333vw;
  font-weight: bold;
  color: #333;
  line-height: 1;
}
.content-en .value-item .product-link .product-name {
  font-size: 0.78125vw;
}
.content-en .value-item .product-link .product-name {
  line-height: 1.2;
  text-align: center;
}
.value-item.type-ky .product-name:last-child {
  padding-top: .5em;
}
.value-item .product-info-list {
  height: calc(100% - 11.458333vw);
  padding-top: 1.041667vw;
}
.parameter-value-wrapper.parameter-value-ky .value-item .product-info-list {
  padding-bottom: 0;
}
.value-item .product-info-list .info-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.916667vw;
  padding: 0 0.208333vw;
  font-size: 0.833333vw;
  color: #333;
  line-height: 1.2;
  text-align: center;
}
.content-en .value-item .product-info-list .info-item {
  height: 3.75vw;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4.166667vw;
  width: inherit !important;
}
.feature-item,
.feature-list > li{
  margin-bottom: -1px;
  padding: 1.5625vw 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #333;
}
.feature-title {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  font-size: 1.041667vw;
  font-weight: bold;
  line-height: 1;
}
.feature-title::before {
  content: "";
  display: block;
  width: 0.3125vw;
  height: 0.3125vw;
  margin-right: 0.520833vw;
  border-radius: 50%;
  background-color: #777;
}
.feature-description {
  padding-left: 1em;
  font-size: 0.833333vw;
  line-height: 1.625;
}

.application-case-list {
  display: flex;
  justify-content: space-between;
}
.application-case-list .case-item {
  width: 15.833333vw;
  font-size: 0;
}
.application-case-list .case-img {
  width: 100%;
  height: 11.458333vw;
}
.application-case-list .case-title {
  margin-top: 1.041667vw;
  margin-bottom: 0.520833vw;
  font-size: 0.833333vw;
  font-weight: bold;
  color: #333;
  line-height: 1;
}
.application-case-list .case-description {
  font-size: 0.833333vw;
  color: #666;
  line-height: 1.625;
}
.parameter-list-mobile {
  display: none;
}

@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;
  }

  .series-overview {
    padding: 2rem 0;
  }
  .series-title-wrapper {
    padding-bottom: 1rem;
  }
  .series-title-wrapper .title {
    margin-bottom: .7rem;
    font-size: 1.2rem;
  }
  .series-title-wrapper .title-translation {
    font-size: .8rem;
  }
  .series-description {
    flex-direction: column;
    align-items: center;
    width: 92%;
    margin: 0 auto;
  }
  .description-content {
    order: 2;
    margin-top: .8rem;
    padding-right: 0;
  }
  .series-img {
    order: 1;
    width: 100%;
    height: 9.4rem;
    object-fit: cover;
  }
  .description-title {
    margin-bottom: .8rem;
    font-size: .9rem;
  }
  .description-text {
    text-indent: 2em;
    font-size: .8rem;
    line-height: 1.5;
  }
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: .4rem;
    margin-top: .8rem;
  }
  .product-item-link {
    padding: 0.7rem 0;
    font-size: .65rem;
  }
  .series-content-container {
    padding: 2rem 0;
  }
  .series-content-container .title {
    padding-bottom: .8rem;
    font-size: .9rem;
  }
  .parameter-list-wrapper {
    width: 92%;
    margin: 0 auto;
  }
  .parameter-label-list {
    width: 4.5rem;
  }
  .parameter-label-list .label-item {
    height: 2.8rem;
    padding-left: .5em;
    font-size: .6rem;
  }
  .parameter-label-list .label-item:first-child {
    height: 5.45rem;
  }
  .parameter-value-list .value-item.type-ky {
    flex-basis: 8rem;
  }
  .parameter-value-list .value-item .product-link {
    justify-content: center;
    height: 5.45rem;
    padding-bottom: 0;
  }
  .value-item.type-ky .product-link .product-img {
    max-height: none;
    width: 4.1rem;
    height: 3.125rem;
    object-fit: cover;
  }
  .value-item .product-link .product-name-wrapper {
    margin-top: 0;
  }
  .value-item .product-link .product-name {
    font-size: .6rem;
  }

  .parameter-list-wrapper {
    display: none;
  }
  .parameter-list-mobile {
    display: block;
    width: 92%;
    margin: 0 auto;
    overflow-x: scroll;
  }
  .parameter-table-mobile {
    display: block;
    overflow-x: scroll;
    border-collapse: collapse;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    table-layout: fixed;
  }
  .parameter-table-mobile span {
    font-size: .7rem;
    color: #333;
    line-height: 1.2;
  }
  .parameter-table-mobile th span {
    font-weight: bold;
  }
  .product-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .product-img {
    width: 4.1rem;
    height: 3.125rem;
    object-fit: cover;
  }
  .product-img.product-img-qxl {
    width: 5rem;
    height: 5rem;
  }
  .parameter-table-mobile .parameter-label {
    display: block;
    min-width: 5rem;
  }
  .parameter-table-mobile th, .parameter-table-mobile td {
    padding: .7rem 1rem;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
  }
  .parameter-table-mobile th:first-child,
  .parameter-table-mobile td:first-child {
    border-left-width: 0;
  }
  .parameter-table-mobile th:last-child,
  .parameter-table-mobile td:last-child {
    border-right-width: 0;
  }

  .feature-list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 4.166667vw;
    width: 92% !important;
    margin: 0 auto;
  }
  .feature-item, .feature-list > li {
    margin-bottom: -1px;
    padding: 1rem 0;
  }
  .feature-title {
    font-size: .8rem;
  }
  .feature-title::before {
    width: .4rem;
    height: .4rem;
    margin-right: .4rem;
  }
  .feature-description {
    font-size: .7rem;
  }
}
