@charset "UTF-8";

/* products - details */
.title-d-wrap {
  box-sizing: border-box;
  width: calc(100% - 20px);
  margin: 0;
  padding: 200px 0 90px 0;
}
.title-d-inner {
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.title-d {
  font-size: clamp(28px, 3.3vw, 46px);
  line-height: 1.2;
}
.title-d-sub {
  font-size: clamp(13px, 1.1vw, 16px);
  color: #6f767d;
  padding: 20px 0 0 3px;
}
.products-d {
  width: 80%;
  margin: 0 auto;
}
.products-d-txt {
  margin-top: 40px;
}
.products-d-txt p {
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.8;
}
.products-d-txt p a {
  border-bottom: 1px solid #26303a;
}
.catalog-dl {
  font-size: clamp(11px, 1vw, 14px);
  display: block;
  width: fit-content;
  margin: 25px 0 0 0;
}
.catalog-dl a {
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.icon-download {
  width: 16px;
  margin-left: 10px;
}
.link-re {
  color: #d2464b;
  background: transparent;
  border: 1px solid #d2464b;
}
.link-re:hover {
  color: #fff !important;
  border: 1px solid #d2464b;
}
.link-re::before {
  background: #d2464b;
}
.link-re::after {
  background: #d2464b;
}
.catalog-dl-txt {
  font-size: clamp(11px, 1vw, 14px);
  text-align: left;
  color: #6f767d;
  padding: 10px 0 0 16px;
}

/* selection - details */
.tranTixxii {
  width: 270px;
  margin: 50px 0 0 0;
}
.mako {
  width: 230px;
  margin: 50px 0 0 0;
}
.frost {
  width: 220px;
  margin: 50px 0 0 0;
}
.polytron {
  width: 275px;
  margin: 50px 0 0 0;
}
.astec {
  width: 160px;
  margin: 50px 0 0 0;
}
.celight {
  width: 160px;
  margin: 50px 0 0 0;
}
.frost-ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 50px 0 0 0;
}
.frost-ul li {
  box-sizing: border-box;
  padding: 0;
}
.frost-ul li a {
  box-sizing: border-box;
  padding: 0;
}
.frost-box {
  width: 100%;
  max-width: 460px;
  margin-top: 20px;
}
.frost-box p {
  font-size: 1.3em;
  padding: 10px 0 0 0;
}
.frost-table {
  margin: 25px 0 0 0;
}
.frost-table td {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.8;
  vertical-align: top;
  padding: 10px 0 0 0;
}
.products-d-img {
  position: relative;
}
.photo-txt {
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* products */
.products {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0 0 0;
}
.products-title-wrap {
  margin: 0;
}
.products-title-inner {
  position: relative;
  padding-top: 20px;
}
.products-title-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: #d2464b;
}
.products-title {
  font-size: clamp(20px, 1.6vw, 22px);
  line-height: 1.1;
  margin: 0;
}
.products-ul {
  box-sizing: border-box;
  width: 100%;
  margin: 30px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: stretch;
}
.products-li a {
  height: 100%;
  min-height: 230px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.products-li a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.products-icon {
  width: 80%;
}
.icon {
  width: 100%;
  height: auto;
  display: block;
  color: #26303a;
  flex-shrink: 0;
}
.icon * {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-miterlimit: 10;
}
.products-name-wrap {
  margin-top: auto;
  padding-top: 30px;
  margin-left: 0;
  display: block;
}
.products-name {
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 1.2vw, 17px);
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}
.products-name-sub {
  font-size: clamp(10px, 0.9vw, 12px);
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #6f767d;
  margin: 8px 0 0 0;
}

/* selection */
.selection {
  width: 80%;
  margin: 100px auto 0 auto;
}
.selection-ul {
  box-sizing: border-box;
  width: 100%;
  margin: 40px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: stretch;
}
.selection-li {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  padding: 50px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.selection-li:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.logo-tranTixxii {
  width: 60%;
  max-width: 270px;
  margin: 0 auto;
}
.logo-mako {
  width: 60%;
  max-width: 230px;
  margin: 0 auto;
}
.logo-frost {
  width: 60%;
  max-width: 220px;
  margin: 0 auto;
}
.logo-polytron {
  width: 60%;
  max-width: 275px;
  margin: 0 auto;
}
.logo-astec {
  width: 36%;
  max-width: 150px;
  margin: 0 auto;
}
.logo-celight {
  width: 60%;
  max-width: 160px;
  margin: 0 auto;
}

@media screen and (max-width: 1140px) {
  /* products - details */
  .products-d {
    width: 90%;
  }
  .title-d-inner {
    width: 90%;
  }
  /* products */
  .products {
    width: 90%;
  }
  .products-ul {
    grid-template-columns: repeat(3, 1fr);
  }
  /* selection */
  .selection {
    width: 90%;
  }
  .selection-ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo-tranTixxii {
    width: 50%;
  }
  .logo-mako {
    width: 50%;
  }
  .logo-frost {
    width: 50%;
  }
  .logo-polytron {
    width: 50%;
  }
  .logo-astec {
    width: 30%;
  }
  .logo-celight {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  /* products - details */
  .title-d-wrap {
    width: 100%;
    padding: 160px 0 60px 0;
  }
  .title-d-sub {
    padding: 10px 0 0 1px;
  }
  .products-d-txt {
    margin-top: 25px;
  }
  .icon-download {
    width: 14px;
  }
  .link-re:hover {
    color: #d2464b !important;
  }
  .catalog-dl {
    margin: 20px 0 0 auto;
  }
  .catalog-dl-txt {
    text-align: right;
    padding: 10px 15px 0 0;
  }
  /* selection - details */
  .tranTixxii {
    width: 220px;
    margin: 30px 0 0 0;
  }
  .mako {
    width: 180px;
    margin: 30px 0 0 0;
  }
  .frost {
    width: 170px;
    margin: 30px 0 0 0;
  }
  .polytron {
    width: 225px;
    margin: 30px 0 0 0;
  }
  .astec {
    width: 130px;
    margin: 30px 0 0 0;
  }
  .celight {
    width: 160px;
    margin: 30px 0 0 0;
  }
  .frost-ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 30px 0 0 0;
  }
  .frost-box {
    margin-top: 10px;
  }
  .frost-box p {
    font-size: 1.2em;
    padding: 10px 0 0 0;
  }
  .frost-table {
    margin: 10px 0 0 0;
  }
  /* products */
  .products {
    padding: 60px 0 0 0;
  }
  .products-title-wrap {
    margin: 0;
  }
  .products-title-sub {
    margin-top: 10px;
  }
  .products-ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-li a {
    min-height: 170px;
    padding: 15px;
    transition: none;
  }
  .products-li a:hover {
    transform: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  }
  .products-name-wrap {
    padding-top: 20px;
  }
  .products-name-sub {
    line-height: 1.5;
  }
  .products-name-sub {
    line-height: 1.3;
    margin: 5px 0 0 0;
  }
  /* selection */
  .selection {
    margin: 60px auto 0 auto;
  }
  .logo-tranTixxii {
    width: 80%;
  }
  .logo-mako {
    width: 80%;
  }
  .logo-frost {
    width: 80%;
  }
  .logo-polytron {
    width: 80%;
  }
  .logo-astec {
    width: 50%;
  }
  .logo-celight {
    width: 80%;
  }
}