.idx-products {
  padding: 30px 0;
  position: relative;
}

.idx-products::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 1011;
  background: linear-gradient(180deg, #DEDEDE 0%, rgba(222, 222, 222, 0.39) 10%, rgba(222, 222, 222, 0) 17%, rgba(222, 222, 222, 0) 95%, rgba(222, 222, 222, 0) 100%);
}

.idx-products .container {
  position: relative;
  z-index: 1;
}

.idx-products .title {
  line-height: 1.2;
  color: #4B4B4B;
  margin-bottom: 10px;
}

.idx-products .list-tag {
  margin-bottom: 30px;
}

.idx-products .tab-list li a {
  display: block;
}

.idx-products .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.idx-products .row>div {
  padding: 0 10px;
  margin-bottom: 20px;
}

.idx-products .block {
  padding: 20px;
  background: #E2E2E2;
  position: relative;
  display: block;
}

.idx-products .tips {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(96 / 504 * 100%);
  height: auto;
  aspect-ratio: 1 / 1;
}

.idx-products .tit-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.idx-products .tit {
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
}

.idx-products .tit-wrap span {
  flex-shrink: 0;
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
}

.idx-products .img {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
}

.idx-products .img img {
  width: 100%;
  aspect-ratio: 504 / 330;
}

.idx-products .icon-list li {
  display: flex;
  align-items: center;
}

.idx-products .icon-list li:not(:last-child) {
  margin-bottom: 10px;
}

.idx-products .icon {
  height: 28px;
  overflow: hidden;
  margin-right: 5px;
}

.idx-products .icon img {
  width: auto;
  max-width: 28px;
  height: 100%;
}

.idx-products .icon-list span {
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 767px) {
  .idx-products .tab-list li a {
    display: block;
    padding: 4px 15px;
    border: 1px solid var(--style-color);
  }

  .idx-products .tab-list li.active a {
    color: #fff;
    background: var(--style-color);
  }
}

@media (min-width: 768px) {
  .idx-products .tab-list li a {
    padding: 0 20px 4px;
    border-bottom: 3px solid transparent;
  }

  .idx-products .tab-list li.active a {
    border-bottom-color: var(--style-color);
  }
}

@media (min-width: 1200px) {
  .idx-products {
    padding: 66px 0 60px;
  }

  .idx-products .title {
    margin-bottom: 18px;
  }

  .idx-products .list-tag {
    margin-bottom: 60px;
  }

  .idx-products .row {
    margin-left: -17px;
    margin-right: -17px;
    margin-bottom: -34px;
  }

  .idx-products .row>div {
    padding: 0 17px;
    margin-bottom: 34px;
  }

  .idx-products .block {
    padding: 29px 30px 27px;
  }

  .idx-products .block:hover {
    color: #fff;
    background: var(--style-color);
  }

  .idx-products .tit-wrap span {
    font-size: 16px;
  }

  .idx-products .block:hover .tit-wrap span {
    color: #fff;
  }

  .idx-products .tit-wrap {
    margin-bottom: 18px;
  }

  .idx-products .img {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 16px;
  }

  .idx-products .icon {
    margin-right: 10px;
  }

  .idx-products .block:hover .icon img {
    position: relative;
    top: 28px;
    filter: drop-shadow(0 -28px 0 #fff);
  }

  .idx-products .icon-list span {
    font-size: 16px;
  }
}

@media (min-width: 1640px) {
  .idx-products {
    padding-bottom: 96px;
  }

  .idx-products .container {
    max-width: 1610px;
  }

  .idx-products .title {
    font-size: 50px;
  }

  .idx-products .list-tag {
    margin-bottom: 74px;
  }

  .idx-products .tit {
    font-size: 36px;
  }
}