@charset "UTF-8";
:root {
  --RWDWidth: 1024px;
}

.productList .listBtns {
  position: sticky;
  top: 119px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
  margin-bottom: 30px;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .productList .listBtns {
    top: 80px;
  }
}
.productList .listBtns button {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.productList .listBtns button::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  left: 50%;
  background-color: #2680ff;
  transition: all 0.4s ease-in-out;
  transform: translateX(-50%);
}
.productList .listBtns button.active::before, .productList .listBtns button:hover::before {
  width: 100%;
}
.productList .listContentBox {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.productList .listContent {
  width: 100%;
  padding: 30px 0;
  max-width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 1330px) {
  .productList .listContent {
    max-width: 1062px;
  }
}
.productList .listContent .listTitle {
  font-size: var(--clamp32);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.productList .listContent .listBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.productList .listContent .listBox .item {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 3% 5%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
  width: calc((100% - 20px * (3 - 1)) / 3);
}
@media screen and (max-width: 550px) {
  .productList .listContent .listBox .item {
    width: calc((100% - 20px * (2 - 1)) / 2);
    padding: 20px;
  }
}
.productList .listContent .listBox .item:hover .top {
  opacity: 1;
}
.productList .listContent .listBox .pic {
  max-width: 200px;
  margin: 0 auto 20px;
}
.productList .listContent .listBox .pic img {
  transition: all 2s ease;
}
.productList .listContent .listBox .title {
  height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
}
.productList .listContent .listBox .title img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productList .listContent .listBox .top {
  position: absolute;
  inset: 0;
  padding: 10%;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s ease;
}
.productList .listContent .listBox .btnBox {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.productList .listContent .listBox.news .item {
  padding: 0;
}
.productList .listContent .listBox.news .pic {
  max-width: 100%;
  margin: 0 auto 20px;
}
.productList .listContent .listBox.news .item .title {
  font-weight: 800;
  text-align: left;
  padding: 0 20px;
}
.productList .listContent .listBox.news .item p {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .productList .listContent .listBox .btnBox {
    width: 80%;
    gap: 10px;
  }
}
.productList .listContent .listBox .btnBox a {
  display: block;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 8px 15px 8px;
  font-size: 13px;
  white-space: nowrap;
}
.productList .listContent .listBox .btnBox a:nth-of-type(1) {
  border: 1px solid #000;
  background: #fff;
}
.productList .listContent .listBox .btnBox a:nth-of-type(2) {
  border: 1px solid #fff;
  background: #000;
  color: #fff;
}

.productInfo .siteHeader {
  position: absolute;
}
.productInfo .mainBox .contentBox {
  max-width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 1330px) {
  .productInfo .mainBox .contentBox {
    max-width: 1062px;
  }
}
.productInfo .TemplateSpec_specSeat > tbody > tr > th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 40px;
}
.productInfo .TemplateSpec_specSeat > tbody > tr > th, .productInfo .TemplateSpec_specSeat > tbody > tr > td {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f5f5f5;
}
.productInfo .TemplateSpec_specSeat table:not(.TemplateSpec_innerTable) {
  width: 100%;
}
.productInfo .TemplateSpec_specSeat table:not(.TemplateSpec_innerTable) colgroup col:nth-child(1) {
  width: 30%;
}
.productInfo .TemplateSpec_specSeat table:not(.TemplateSpec_innerTable) colgroup col:nth-child(2) {
  width: 70%;
}
.productInfo .TemplateSpec_specSeat table:not(.TemplateSpec_innerTable) th {
  text-align: left;
  vertical-align: top;
  padding-right: 20px;
  font-size: 13px;
}
.productInfo .TemplateSpec_specSeat table:not(.TemplateSpec_innerTable) th,
.productInfo .TemplateSpec_specSeat table:not(.TemplateSpec_innerTable) td {
  padding-bottom: 20px;
}
.productInfo .TemplateSpec_specSeat table:not(.TemplateSpec_innerTable) tr:last-child th,
.productInfo .TemplateSpec_specSeat table:not(.TemplateSpec_innerTable) tr:last-child td {
  padding-bottom: 0px;
}
.productInfo .TemplateSpec_specSeat .TemplateSpec_innerTable {
  width: 100%;
}
.productInfo .TemplateSpec_specSeat .TemplateSpec_innerTable colgroup col:nth-child(1) {
  width: 50px;
}
.productInfo .TemplateSpec_specSeat .TemplateSpec_innerTable colgroup col:nth-child(2) {
  width: 25%;
}
.productInfo .TemplateSpec_specSeat .TemplateSpec_innerTable colgroup col:nth-child(3) {
  width: calc(75% - 50px);
}
.productInfo .TemplateSpec_specSeat .TemplateSpec_innerTable th {
  text-align: left;
  vertical-align: top;
  font-size: 13px;
  font-weight: normal;
}
.productInfo .TemplateSpec_specSeat .TemplateSpec_innerTable th:first-child {
  font-weight: bold;
  padding-right: 20px;
}
.productInfo .TemplateSpec_specSeat .TemplateSpec_innerTable th,
.productInfo .TemplateSpec_specSeat .TemplateSpec_innerTable td {
  padding-bottom: 10px;
}
.productInfo .TemplateSpec_specSeat figure {
  text-align: center;
  max-width: 116px;
}
@media screen and (max-width: 767px) {
  .productInfo .TemplateSpec_specSeat colgroup {
    display: none;
  }
  .productInfo .TemplateSpec_specSeat > tbody > tr > th {
    font-size: 26px;
    padding-bottom: 0 !important;
  }
  .productInfo .TemplateSpec_specSeat td {
    padding-top: 0 !important;
  }
  .productInfo .TemplateSpec_specSeat td,
  .productInfo .TemplateSpec_specSeat th {
    width: 100%;
    display: block;
  }
  .productInfo .TemplateSpec_specSeat td th,
  .productInfo .TemplateSpec_specSeat th th {
    font-size: 18px !important;
    padding-bottom: 0 !important;
  }
  .productInfo .TemplateSpec_specSeat td td,
  .productInfo .TemplateSpec_specSeat th td {
    padding-top: 0 !important;
    padding-left: 30px;
  }
}
.productInfo .TemplateSpec_listLogo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 20px;
  margin: 38px auto;
}
.productInfo .TemplateSpec_listLogo li {
  height: 80px;
}
.productInfo .TemplateSpec_listLogo li img {
  height: 100%;
}
.productInfo .TemplateSpec_importantNotice {
  margin-top: 85px;
}
.productInfo .TemplateSpec_importantNotice .title {
  padding: 30px 0;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.064rem;
  border-bottom: 1px solid #000;
}
.productInfo .TemplateSpec_importantNotice h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}
.productInfo .TemplateSpec_importantNotice h2:not(:first-child) {
  margin-top: 40px;
}
.productInfo .TemplateSpec_importantNotice li {
  margin-top: 5px;
}
.productInfo .TemplateSpec_importantNotice li::before {
  display: inline-block;
  content: "・";
}/*# sourceMappingURL=products.css.map */