@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*--------------------------
series-lineup
----------------------------*/
.series-lineup {
  position: relative;
  z-index: 10;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .series-lineup {
    padding: min(8.3333333333vw, 100px) 0 min(12.5vw, 150px);
  }
}
@media screen and (max-width: 767px) {
  .series-lineup {
    padding: 13.3333333333vmin 0;
  }
}
.series-lineup__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .series-lineup__wrap {
    width: min(100vw, 1200px);
    margin-inline: auto;
  }
}
.series-lineup__head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .series-lineup__head {
    width: min(47.9166666667vw, 575px);
    margin-bottom: min(5.4166666667vw, 65px);
  }
}
@media screen and (max-width: 767px) {
  .series-lineup__head {
    width: 84.6666666667vmin;
    margin-bottom: 8.6666666667vmin;
  }
}
.series-lineup__table {
  position: relative;
  display: flex;
  overflow-x: auto;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .series-lineup__table {
    padding-bottom: min(1.6666666667vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .series-lineup__table {
    padding: 0 2.6666666667vmin 2.6666666667vmin;
  }
}
.series-lineup__table table {
  border-collapse: collapse;
}
.series-lineup__table table thead td {
  position: sticky;
  background-color: #fff;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .series-lineup__table table thead td {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .series-lineup__table table thead td {
    left: -2.6666666667vmin;
  }
}
.series-lineup__table table thead td::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #cdc5d8;
}
@media screen and (min-width: 768px) {
  .series-lineup__table table thead td::before {
    width: min(0.1666666667vw, 2px);
  }
}
@media screen and (max-width: 767px) {
  .series-lineup__table table thead td::before {
    width: 0.2666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .series-lineup__table table thead th {
    padding: min(1.6666666667vw, 20px) min(2.1666666667vw, 26px);
    border-right: min(0.1666666667vw, 2px) solid #cdc5d8;
  }
}
@media screen and (max-width: 767px) {
  .series-lineup__table table thead th {
    padding: 4vmin 5.3333333333vmin;
    border-right: 0.2666666667vmin solid #cdc5d8;
  }
}
.series-lineup__table table thead th:last-child {
  border-right: 0;
}
.series-lineup__table table thead th .img {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .series-lineup__table table thead th .img {
    padding-bottom: min(2vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .series-lineup__table table thead th .img {
    padding-bottom: 4.8vmin;
  }
}
.series-lineup__table table thead th .img::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  background: url(../img/img-general-medical-devices.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .series-lineup__table table thead th .img::before {
    left: max(-1vw, -12px);
    width: min(10.1666666667vw, 122px);
    height: min(2.75vw, 33px);
  }
}
@media screen and (max-width: 767px) {
  .series-lineup__table table thead th .img::before {
    left: -2.6666666667vmin;
    width: 24vmin;
    height: 6.6666666667vmin;
  }
}
.series-lineup__table table thead th .img.blanket::before {
  content: none;
}
.series-lineup__table table thead th .img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-inline: auto;
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  .series-lineup__table table thead th .img::after {
    width: min(1.25vw, 15px);
    height: min(1.25vw, 15px);
    border-right: min(0.1666666667vw, 2px) solid #342e32;
    border-bottom: min(0.1666666667vw, 2px) solid #342e32;
  }
}
@media screen and (max-width: 767px) {
  .series-lineup__table table thead th .img::after {
    width: 2vmin;
    height: 2vmin;
    border-right: 0.2666666667vmin solid #342e32;
    border-bottom: 0.2666666667vmin solid #342e32;
  }
}
@media screen and (min-width: 768px) {
  .series-lineup__table table tbody th,
  .series-lineup__table table tbody td {
    padding: min(2vw, 24px) min(2.3333333333vw, 28px);
    font-size: min(1.5vw, 18px);
    line-height: min(2.5vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .series-lineup__table table tbody th,
  .series-lineup__table table tbody td {
    padding: 4.6666666667vmin 5.3333333333vmin;
    font-size: 3.7333333333vmin;
    line-height: 6.6666666667vmin;
  }
}
.series-lineup__table table tbody th {
  position: sticky;
  background-color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .series-lineup__table table tbody th {
    left: 0;
    min-width: min(10.1666666667vw, 122px);
    border-top: min(0.1666666667vw, 2px) solid #cdc5d8;
  }
}
@media screen and (max-width: 767px) {
  .series-lineup__table table tbody th {
    left: -2.6666666667vmin;
    min-width: 24vmin;
    border-top: 0.2666666667vmin solid #cdc5d8;
  }
}
.series-lineup__table table tbody th::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #cdc5d8;
}
@media screen and (min-width: 768px) {
  .series-lineup__table table tbody th::before {
    width: min(0.1666666667vw, 2px);
  }
}
@media screen and (max-width: 767px) {
  .series-lineup__table table tbody th::before {
    width: 0.2666666667vmin;
  }
}
.series-lineup__table table tbody td {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .series-lineup__table table tbody td {
    min-width: min(29.1666666667vw, 350px);
    border-top: min(0.1666666667vw, 2px) solid #cdc5d8;
    border-right: min(0.1666666667vw, 2px) solid #cdc5d8;
  }
}
@media screen and (max-width: 767px) {
  .series-lineup__table table tbody td {
    min-width: 69.3333333333vmin;
    border-top: 0.2666666667vmin solid #cdc5d8;
    border-right: 0.2666666667vmin solid #cdc5d8;
  }
}
.series-lineup__table table tbody td:last-child {
  border-right: 0;
}
.series-lineup__table table tbody td.name {
  font-weight: 500;
}
.series-lineup__table table tbody td .color {
  display: flex;
}
@media screen and (min-width: 768px) {
  .series-lineup__table table tbody td .color {
    gap: min(1.4166666667vw, 17px);
  }
}
@media screen and (max-width: 767px) {
  .series-lineup__table table tbody td .color {
    gap: 3.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .series-lineup__table table tbody td .color__item {
    width: min(5.5833333333vw, 67px);
  }
}
@media screen and (max-width: 767px) {
  .series-lineup__table table tbody td .color__item {
    width: 13.3333333333vmin;
  }
}
.series-lineup__table--btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  mix-blend-mode: multiply;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .series-lineup__table--btn {
    width: min(3.3333333333vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .series-lineup__table--btn {
    width: 8vmin;
  }
}
.series-lineup__table--btn.-left {
  left: 0;
  transform: translateY(-50%);
}
.series-lineup__table--btn.-right {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.series-lineup__table--btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}