/*===============================
products
================================*/
#products {
}
/* ===============================
products archive
================================ */
#products-archive {
}

/* ===============================
products : hero
================================ */
#products-archive .products-hero {
 padding: 120px 0 20px;
 background: #ffffff;
 text-align: center;
}

#products-archive .products-hero__title {
 text-align: center;
 font-size: 50px;
 font-weight: 700;
 letter-spacing: 0.08em;
 color: #0a1a2a;
 margin-bottom: 24px;
}

#products-archive .products-hero__lead {
 max-width: 800px;
 text-align: center;
 margin: 0 auto;
 font-size: 18px;
 line-height: 1.9;
 color: #333;
}

/* ===============================
products : list
================================ */
#products-archive .products-list {
 padding: 120px 0;
 background: #f2f4f6;
}

#products-archive .products-grid {
 display: grid;
 gap: 32px;
}

@media screen and (min-width: 768px) {
 #products-archive .products-grid {
  grid-template-columns: repeat(3, 1fr);
 }
}

#products-archive .product-card {
 background: #fff;
 border: 1px solid #e5e5e5;
 padding: 56px 48px;
 transition:
  border-color 0.3s ease,
  background 0.3s ease;
}

#products-archive .product-card:hover {
 border-color: #e60012;
 background: #fafbfc;
}

#products-archive .product-card h2 {
 font-size: 26px;
 font-weight: 700;
 color: #0a1a2a;
 margin-bottom: 16px;
}

#products-archive .product-card .benefit {
 font-size: 18px;
 color: #e60012;
 margin-bottom: 24px;
 line-height: 1.8;
}

#products-archive .product-card ul {
 display: grid;
 gap: 10px;
}

#products-archive .product-card li {
 position: relative;
 padding-left: 14px;
 font-size: 16px;
 color: #333;
}

#products-archive .product-card li::before {
 content: "";
 position: absolute;
 left: 0;
 top: 50%;
 width: 4px;
 height: 4px;
 background: #999;
 transform: translateY(-50%);
}

/* ===============================
SP
================================ */
@media screen and (max-width: 767px) {
 #products-archive .products-hero {
  padding: 120px 0 20px;
 }

 #products-archive .products-hero__title {
  font-size: 32px;
 }

 #products-archive .products-list {
  padding: 80px 0;
 }

 #products-archive .product-card {
  padding: 40px 32px;
 }
}

/* ===============================
products : blocks
================================ */
#products-blocks {
 padding: 60px 0;
}
#products-blocks02 {
 padding: 30px 0;
}
.firstblocks {
 margin-top: 50px;
}
.lastblocks {
 padding-bottom: 80px !important;
}
.i-gray {
 background: #f7f6f6;
}
/* 一覧グリッド（□ □） */
#products-blocks .products-grid {
 display: grid;
 gap: 20px;
}

@media screen and (min-width: 768px) {
 #products-blocks .products-grid {
  grid-template-columns: repeat(2, 1fr);
 }
}
#products-blocks .product-item {
 display: flex;
 flex-direction: column;
 gap: 20px;
 justify-content: center;
}
@media screen and (min-width: 768px) {
 #products-blocks .product-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
 }
}
#products-blocks .product-item .product-item__image {
 width: 100%;
}
@media screen and (min-width: 768px) {
 #products-blocks .product-item .product-item__image {
  width: 55%;
 }
}
#products-blocks .product-item .product-item__body {
 width: 100%;
}
@media screen and (min-width: 768px) {
 #products-blocks .product-item .product-item__body {
  width: 40%;
 }
}
/* card */
#products-blocks .products-block {
 background: #fff;
 border: 1px solid #e5e5e5;
 padding: 40px;
 display: grid;
 grid-template-columns: 1fr;
 gap: 32px;
 transition:
  border-color 0.3s ease,
  background 0.3s ease;
}
#products-blocks .product-item__body .title {
 font-size: 25px;
 line-height: 1.1;
 display: inline;
 text-decoration: underline;
 text-decoration-thickness: 2px;
 text-underline-offset: 3px;
}
#products-blocks .products-block:hover {
 border-color: #e60012;
 background: #fafbfc;
}

/* PC：画像＋テキスト横並び */
@media screen and (min-width: 1024px) {
 #products-blocks .products-block {
  grid-template-columns: 1fr 1fr;
  align-items: center;
 }
}

/* image */
#products-blocks .products-block__image {
 aspect-ratio: 4 / 3;
 overflow: hidden;
}

#products-blocks .products-block__image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}

/* content */
#products-blocks .category {
 font-size: 16px;
 font-weight: 700;
 letter-spacing: 0.2em;
 color: #e60012;
}
#products-blocks .text {
 font-size: 15px;
 color: #868d95;
 margin-top: 15px;
 line-height: 1.6;
}
#products-blocks .catch {
 font-size: 26px;
 font-weight: 700;
 color: #0a1a2a;
 line-height: 1.4;
 margin-bottom: 24px;
}

#products-blocks .products .label {
 font-size: 13px;
 font-weight: 700;
 letter-spacing: 0.14em;
 margin-bottom: 12px;
}

#products-blocks .products ul {
 display: flex;
 flex-wrap: wrap;
 gap: 10px 16px;
}

#products-blocks .products li {
 font-size: 16px;
 padding: 6px 14px;
 border: 1px solid #ddd;
}

/* action */
#products-blocks .products-action {
 margin-top: 32px;
}

#products-blocks .products-btn {
 display: inline-flex;
 align-items: center;
 gap: 10px;
 padding: 14px 32px;
 font-size: 16px;
 font-weight: 700;
 letter-spacing: 0.12em;
 color: #e60012;
 border: 2px solid #e60012;
 transition:
  background 0.3s ease,
  color 0.3s ease,
  transform 0.3s ease;
}

#products-blocks .products-btn::after {
 content: "";
 width: 6px;
 height: 6px;
 border-top: 2px solid currentColor;
 border-right: 2px solid currentColor;
 transform: rotate(45deg);
}

#products-blocks .products-btn:hover {
 background: #e60012;
 color: #fff;
 transform: translateY(-2px);
}

/* ===============================
SP
================================ */
@media screen and (max-width: 767px) {
 #products-blocks {
  padding: 50px 0;
 }

 #products-blocks .products-grid {
  gap: 48px;
 }

 #products-blocks .catch {
  font-size: 22px;
 }
}
/* ===============================
products : link hover
================================ */

/* link全体をホバー対象に */
#products-blocks a {
 display: block;
 color: inherit;
 transition:
  transform 0.35s ease,
  filter 0.35s ease;
}

/* ふわっと浮かせる */
#products-blocks a:hover {
 transform: translateY(-6px);
}

/* 画像ズーム */
#products-blocks a:hover .product-item__image img {
 transform: scale(1.06);
}

/* 画像側の調整 */
#products-blocks .product-item__image {
 overflow: hidden;
}

#products-blocks .product-item__image img {
 transition: transform 0.5s ease;
}

/* SPでは控えめ */
@media screen and (max-width: 767px) {
 #products-blocks a:hover .product-item__image img {
  transform: scale(1.03);
 }
}

/* ===============================
products : action button
================================ */
#products-blocks .products-action {
 margin-top: 48px;
}
#products-blocks .products-action02 {
 margin-top: 48px;
 text-align: center;
}
#products-blocks .products-btn {
 display: inline-flex;
 align-items: center;
 gap: 10px;
 padding: 16px 36px;
 font-size: 20px;
 font-weight: 700;
 letter-spacing: 0.12em;
 color: #e60012;
 border: 2px solid #e60012;
 transition:
  background 0.3s ease,
  color 0.3s ease,
  transform 0.3s ease;
}

#products-blocks .products-btn::after {
 content: "";
 width: 6px;
 height: 6px;
 border-top: 2px solid currentColor;
 border-right: 2px solid currentColor;
 transform: rotate(45deg);
}

#products-blocks .products-btn:hover {
 background: #e60012;
 color: #fff;
 transform: translateY(-2px);
}
#products-blocks02 .products-action02 {
 margin-top: 20px;
 text-align: center;
}
#products-blocks02 .products-btn {
 display: inline-flex;
 align-items: center;
 gap: 10px;
 padding: 16px 36px;
 font-size: 20px;
 font-weight: 700;
 letter-spacing: 0.12em;
 color: #e60012;
 border: 2px solid #e60012;
 transition:
  background 0.3s ease,
  color 0.3s ease,
  transform 0.3s ease;
}

#products-blocks02 .products-btn::after {
 content: "";
 width: 6px;
 height: 6px;
 border-top: 2px solid currentColor;
 border-right: 2px solid currentColor;
 transform: rotate(45deg);
}

#products-blocks02 .products-btn:hover {
 background: #e60012;
 color: #fff;
 transform: translateY(-2px);
}
/* ===============================
SP
================================ */
@media screen and (max-width: 767px) {
 #products-blocks .products-action {
  margin-top: 32px;
 }

 #products-blocks .products-btn {
  padding: 14px 28px;
  font-size: 18px;
 }
}

/* ===============================
product single
================================ */
#product-single {
}

/* ===============================
product : hero
================================ */
#product-single .product-hero {
 padding: 80px 0 0px;
 background: #ffffff;
}

#product-single .product-hero .category {
 font-size: 18px;
 font-weight: 700;
 letter-spacing: 0.14em;
 text-align: center;
}

#product-single .product-hero .title {
 font-size: 25px;
 font-weight: 700;
 color: #d32f2f;
 margin-bottom: 24px;
 text-align: center;
}

#product-single .product-hero .lead {
 max-width: 720px;
 font-size: 18px;
 line-height: 1.9;
 color: #333;
 text-align: center;
}

/* ===============================
product : overview
================================ */
#product-single .product-overview {
 padding: 80px 0 10px;
 background: #fff;
}

#product-single .product-overview-grid {
 display: grid;
 gap: 40px;
 align-items: start;
}

@media screen and (min-width: 1024px) {
 #product-single .product-overview-grid {
  grid-template-columns: 0.9fr 1.1fr;
 }
}

#product-single .product-image {
 aspect-ratio: 4 / 3;
 overflow: hidden;
}

#product-single .product-image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
#product-single .product-info {
 padding: 0px 0 0;
}
@media screen and (min-width: 768px) {
 #product-single .product-info {
  padding: 60px 0 0;
 }
}
#product-single .product-info h2 {
 font-size: 30px;
 font-weight: 700;
 margin-bottom: 24px;
}

#product-single .product-info p {
 font-size: 16px;
 line-height: 1.9;
 margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
 #product-single .product-info p {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 32px;
 }
}
#product-single .spec {
 display: grid;
 gap: 14px;
}

#product-single .spec li {
 display: grid;
 font-size: 18px;
}
@media screen and (min-width: 768px) {
 #product-single .spec li {
  display: grid;
  grid-template-columns: 120px 1fr;
  font-size: 18px;
 }
}
#product-single .spec span {
 font-weight: 700;
}
/* ===============================
products category : hero lead
================================ */

/* ===============================
product : overview gallery
================================ */
#product-single .product-gallery {
 width: 100%;
 max-width: 680px;
}

#product-single .product-gallery__main {
 overflow: hidden;
 background: #fff;
 border: 1px solid #e5e5e5;
 border-radius: 8px;
}

#product-single .product-gallery__main img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}

#product-single .product-gallery__thumbs {
 margin-top: 14px;
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 12px;
}

#product-single .thumb-btn {
 width: 100%;
 padding: 0;
 border: 0;
 background: transparent;
 cursor: pointer;
}

#product-single .product-gallery__thumbs img {
 width: 100%;
 object-fit: cover;
 display: block;
 border-radius: 6px;
 border: 1px solid #e5e5e5;
 opacity: 0.65;
 transition:
  opacity 0.25s ease,
  transform 0.25s ease,
  border-color 0.25s ease;
}

#product-single .product-gallery__thumbs li.is-active img {
 opacity: 1;
 border-color: #e60012;
}

#product-single .product-gallery__thumbs li:hover img {
 opacity: 0.9;
 transform: translateY(-2px);
}

/* SP */
@media screen and (max-width: 767px) {
 #product-single .product-gallery {
  max-width: 100%;
 }

 #product-single .product-gallery__thumbs {
  gap: 10px;
 }
}

/* ===============================
product : tabs
================================ */
#product-single .product-tabs {
 padding: 30px 0 40px;
 background: #fff;
}

/* ===============================
product : tabs nav (PC)
================================ */
#product-single .product-tabs__nav {
 display: flex;
 align-items: stretch;
 background: #f3f3f3;
 border: 1px solid #e5e5e5;
 border-bottom: none;
 border-radius: 6px 6px 0 0;
 overflow: hidden;
}

#product-single .product-tabs__nav li {
 flex: 1;
 text-align: center;
 padding: 18px 10px;
 font-size: 16px;
 font-weight: 700;
 cursor: pointer;
 background: #f3f3f3;
 color: #333;
 border-right: 1px solid #e5e5e5;
 border-bottom: 3px solid transparent;
 transition:
  background 0.2s ease,
  color 0.2s ease;
}

#product-single .product-tabs__nav li:last-child {
 border-right: none;
}

#product-single .product-tabs__nav li:hover {
 background: #eaeaea;
}

#product-single .product-tabs__nav li.is-active {
 background: #fff;
 color: #e60012;
 border-bottom: 1px solid #e60012;
}

/* ===============================
product : tabs contents
================================ */
#product-single .product-tabs__contents {
 padding: 40px;
 border: 1px solid #e5e5e5;
 border-top: none;
 background: #fff;
}

#product-single .product-tab {
 display: none;
}

#product-single .product-tab.is-active {
 display: block;
}

#product-single .tab-title {
 font-size: 28px;
 font-weight: 700;
 margin-bottom: 32px;
 color: #e60012;
}

#product-single .check-list {
 display: grid;
 gap: 20px;
}

#product-single .check-list li {
 padding-left: 28px;
 position: relative;
 line-height: 1.7;
 font-size: 16px;
}

#product-single .table-note {
 padding-bottom: 15px;
 line-height: 1.7;
 font-size: 16px;
}

#product-single .check-list li::before {
 content: "✓";
 position: absolute;
 left: 0;
 top: 0;
 color: #e60012;
 font-weight: 700;
}

/* ===============================
SP
================================ */
@media screen and (max-width: 767px) {
 #product-single .product-tabs__nav {
  display: block;
  border-radius: 0;
  border-bottom: none;
  background: none;
 }

 #product-single .product-tabs__nav li {
  width: 100%;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 4px solid transparent;
  font-size: 15px;
  text-align: center;
  background: #fafafa;
  border-right: none;
 }

 #product-single .product-tabs__nav li + li {
  margin-top: 4px;
 }

 #product-single .product-tabs__nav li.is-active {
  background: #fff;
  color: #e60012;
  border-left-color: #e60012;
  border-bottom-color: #e5e5e5;
 }

 #product-single .product-tabs__contents {
  padding: 24px;
 }

 #product-single .tab-title {
  font-size: 22px;
  margin-bottom: 24px;
 }
}

/* ===============================
product : back
================================ */
#product-single .product-back {
 padding: 80px 0;
 background: #0a1a2a;
 text-align: center;
}

#product-single .back-btn {
 display: inline-flex;
 align-items: center;
 gap: 10px;
 padding: 18px 40px;
 font-size: 15px;
 font-weight: 700;
 letter-spacing: 0.12em;
 color: #fff;
 border: 2px solid #fff;
}

#product-single .back-btn::before {
 content: "";
 width: 6px;
 height: 6px;
 border-top: 2px solid currentColor;
 border-left: 2px solid currentColor;
 transform: rotate(-45deg);
}

/* ===============================
SP
================================ */
@media screen and (max-width: 767px) {
 #product-single .product-hero .title {
  font-size: 20px;
  margin-bottom: 0;
 }

 #product-single .product-overview {
  padding: 40px 0 0px;
 }

 #product-single .product-features {
  padding: 60px 0;
 }
}
/* ===============================
product : data table
================================ */

#product-single .table-wrap {
 overflow-x: auto;
 margin-top: 32px;
}

#product-single .product-data-table {
 width: 100%;
 border-collapse: collapse;
}

#product-single .product-data-table th,
#product-single .product-data-table td {
 border: 1px solid #e5e5e5;
 padding: 14px 16px;
 font-size: 16px;
 white-space: nowrap;
}

#product-single .product-data-table thead th {
 background: #fafafa;
 font-weight: 700;
}

#product-single .product-data-table thead th:first-child {
 text-align: left;
}

#product-single .product-data-table tbody th {
 background: #f7f7f7;
 font-weight: 700;
 text-align: left;
}

#product-single .product-data-table tbody tr:nth-child(even) td {
 background: #fcfcfc;
}

/* ===============================
SP
================================ */
@media screen and (max-width: 767px) {
 #product-single .product-data-table {
  font-size: 13px;
 }
}

/* ===============================
products category
================================ */

/* ===============================
products category : series group
================================ */

/* ===============================
products category : hero
================================ */

/* ===============================
products category : list
================================ */
/* ===============================
products category : hero background center fixed
================================ */

/* ===============================
products category : back
================================ */

/* ===============================
SP
================================ */
/* ===============================
product : pds download redesign
================================ */
#product-single .product-pds {
 padding: 30px 0 60px;
 background: #eef0f2;
}

/* ===============================
product : pds head
================================ */
#product-single .product-pds-head {
 text-align: center;
 margin-bottom: 40px;
}

#product-single .product-pds-head h2 {
 font-size: 20px;
 font-weight: 700;
 letter-spacing: 0.12em;
 text-align: center;
}
@media screen and (min-width: 768px) {
 #product-single .product-pds-head h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
 }
}
#product-single .product-pds-head p {
 margin-top: 16px;
 font-size: 16px;
 color: #777;
 text-align: center;
 letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
 #product-single .product-pds-head p {
  margin-top: 18px;
  font-size: 16px;
  color: #777;
  text-align: center;
  letter-spacing: 0.08em;
 }
}
/* ===============================
product : pds box
================================ */
#product-single .product-pds-form {
 max-width: 820px;
 margin: 0 auto;
 background: #ffffff;
 padding: 80px 90px;
 border-radius: 4px;
 border: 1px solid #e6e6e6;
 box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

/* ===============================
product : form layout
================================ */
#product-single .product-pds-form .form-item {
 margin-bottom: 40px;
}

#product-single .product-pds-form label {
 display: block;
 font-size: 16px;
 font-weight: 700;
 margin-bottom: 12px;
 color: #0a1a2a;
 letter-spacing: 0.06em;
}

#product-single .product-pds-form input[type="text"],
#product-single .product-pds-form input[type="email"] {
 width: 100%;
 height: 54px;
 padding: 0 18px;
 border: 1px solid #dcdcdc;
 background: #fafafa;
 font-size: 16px;
 transition: all 0.3s ease;
}

#product-single .product-pds-form input:focus {
 border-color: #e60012;
 background: #fff;
 outline: none;
}

/* ===============================
product : submit
================================ */
#product-single .product-pds-form .form-submit {
 margin-top: 50px;
 text-align: center;
}

#product-single .product-pds-form input[type="submit"] {
 padding: 18px 60px;
 background: #e60012;
 color: #fff;
 font-size: 15px;
 font-weight: 700;
 letter-spacing: 0.14em;
 border: none;
 cursor: pointer;
 transition: all 0.3s ease;
}

#product-single .product-pds-form input[type="submit"]:hover {
 background: #be0010;
 transform: translateY(-3px);
}

/* ===============================
product : cf7 message
================================ */
#product-single .wpcf7-response-output {
 margin-top: 40px;
 padding: 18px;
 font-size: 13px;
 text-align: center;
 border: 1px solid #4caf50;
 background: #f6fff7;
 color: #2e7d32;
 letter-spacing: 0.08em;
}

/* ===============================
SP
================================ */
@media screen and (max-width: 767px) {
 #product-single .product-pds {
  padding: 40px 0 80px;
 }

 #product-single .product-pds-form {
  padding: 50px 30px;
 }
 #product-single .product-pds-head .title {
  text-align: center;
  font-size: 20px;
 }
}
.wpcf7-spinner {
 display: none !important;
}
#product-single .product-pds-head .title {
 text-align: center;
}
/* ===============================
product : pds required note
================================ */
#product-single .product-pds-head .note-required {
 display: inline-block;
 margin-top: 10px;
 font-size: 13px;
 color: #e60012;
 letter-spacing: 0.08em;
}
.red {
 color: #e60012;
}

/* ===============================
products category : table layout
================================ */

/* PDS download button */

/* hero : left-align override */

/* ===============================
SP : table layout
================================ */

/* ===============================
products series : logo header
================================ */

/* ===============================
products category
================================ */
#products-category {
}

/* ===============================
products category : hero
================================ */
#products-category .products-category-hero {
 padding: 80px 0 0px;
 background: #ffffff;
 text-align: left;
}

#products-category .products-category-hero .en {
 font-size: 15px;
 font-weight: 700;
 letter-spacing: 0.3em;
 color: #e60012;
 margin-bottom: 16px;
}

#products-category .products-category-hero .title {
 font-size: 48px;
 font-weight: 700;
 color: #d32f2f;
 margin-bottom: 24px;
 text-align: left;
}

#products-category .products-category-hero .lead {
 max-width: 1100px;
 font-size: 18px;
 line-height: 1.9;
 color: #333;
}

#products-category .products-category-hero .category-lead {
 margin-top: 20px;
 font-size: 18px;
 line-height: 1.9;
 color: #000;
 text-align: left;
 max-width: 100%;
 margin-left: 0;
}

/* ===============================
products category : list
================================ */
#products-category .products-category-list {
 padding: 60px 0 80px;
 position: relative;
 background-image: url("https://www.sinopec.jp/wp-content/themes/theme-2026/assets/images/home/products_cat-img.png");
 background-repeat: no-repeat;
 background-position: center 45%;
 background-size: 90%;
 background-attachment: fixed;
}

/* ===============================
products category : series group
================================ */
#products-category .products-series {
 margin-top: 50px;
}

#products-category .products-series:first-child {
 margin-top: 0;
}

/* シリーズ見出し共通（ロゴあり・なし両方） */
#products-category .products-series__head {
 display: flex;
 align-items: center;
 gap: 16px;
 padding-left: 14px;
 border-left: 4px solid #e60012;
 margin-bottom: 24px;
 min-height: 32px;
}

#products-category .products-series__title {
 font-size: 22px;
 font-weight: 700;
 color: #0a1a2a;
}

#products-category .products-series__logo {
 display: block;
 max-height: 50px;
 width: auto;
 max-width: 160px;
 object-fit: contain;
}

/* ===============================
products category : card grid (旧レイアウト用・残存)
================================ */
#products-category .products-grid {
 display: grid;
 gap: 40px 10px;
}

@media screen and (min-width: 768px) {
 #products-category .products-grid {
  grid-template-columns: repeat(3, 1fr);
 }
}

#products-category .product-card {
 background: #f2f1f1;
 transition:
  border-color 0.3s ease,
  transform 0.3s ease;
}

#products-category .product-card a {
 display: block;
 height: 100%;
}

#products-category .thumb {
 aspect-ratio: 4 / 3;
 overflow: hidden;
 padding: 30px;
}

#products-category .thumb img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}

#products-category .name {
 padding: 10px 30px 8px;
 font-size: 18px;
 font-weight: 700;
 color: #0a1a2a;
 text-align: center;
}

#products-category .category {
 padding: 5px 30px 15px;
 font-size: 15px;
 font-weight: 700;
 color: #0a1a2a;
 text-align: center;
}

#products-category .more {
 display: flex;
 padding: 0 30px 24px;
 font-size: 16px;
 font-weight: 700;
 color: #e60012;
 justify-content: center;
}

/* ===============================
products category : table layout
================================ */
#products-category .products-table-wrap {
 overflow-x: auto;
 -webkit-overflow-scrolling: touch;
}

#products-category .products-table {
 width: 100%;
 border-collapse: collapse;
 font-size: 15px;
 text-align: left;
}

#products-category .products-table thead tr {
 background: #555;
 color: #fff;
}

#products-category .products-table thead th {
 padding: 12px 20px;
 font-size: 16px;
 font-weight: 700;
 letter-spacing: 0.06em;
 text-align: left;
}

#products-category .products-table .col-name {
 width: 35%;
}

#products-category .products-table .col-feature {
 width: 40%;
}

#products-category .products-table .col-pds {
 width: 25%;
 white-space: nowrap;
}

#products-category .products-table tbody tr {
 border-bottom: 1px solid #ddd;
 background: #fff;
 transition: background 0.2s ease;
}

#products-category .products-table tbody tr:nth-child(even) {
 background: #fafafa;
}

#products-category .products-table tbody tr:hover {
 background: #f5f5f5;
}

#products-category .products-table tbody td {
 padding: 14px 20px;
 vertical-align: middle;
 color: #333;
 font-size: 16px;
 text-align: left;
}

#products-category .products-table .col-name a {
 color: #0a1a2a;
 font-weight: 600;
 text-decoration: none;
 transition: color 0.2s ease;
}

#products-category .products-table .col-name a:hover {
 color: #e60012;
 text-decoration: underline;
}

/* ===============================
products category : PDS button
================================ */
#products-category .pds-btn {
 display: inline-flex;
 align-items: center;
 justify-content: space-between;
 gap: 8px;
 width: 290px;
 padding: 7px 14px;
 font-size: 16px;
 font-weight: 700;
 color: #444;
 background: #fff;
 border: 1px solid #bbb;
 text-decoration: none;
 box-sizing: border-box;
 white-space: nowrap;
 transition:
  background 0.2s ease,
  border-color 0.2s ease,
  color 0.2s ease;
}

#products-category .pds-btn:hover {
 background: #e60012;
 border-color: #e60012;
 color: #fff;
}

#products-category .pds-btn--detail {
 color: #e60012;
 border-color: #e60012;
}

#products-category .pds-btn--detail:hover {
 background: #e60012;
 color: #fff;
}

#products-category .pds-icon {
 display: inline-flex;
 align-items: center;
 flex-shrink: 0;
}

#products-category .pds-icon svg {
 width: 14px;
 height: 14px;
}

/* ===============================
products category : back
================================ */
#products-category .products-category-back {
 padding: 80px 0;
 background: #0a1a2a;
 text-align: center;
}

#products-category .back-btn {
 display: inline-flex;
 align-items: center;
 gap: 10px;
 padding: 18px 40px;
 font-size: 15px;
 font-weight: 700;
 letter-spacing: 0.12em;
 color: #fff;
 border: 2px solid #fff;
}

#products-category .back-btn::before {
 content: "";
 width: 6px;
 height: 6px;
 border-top: 2px solid currentColor;
 border-left: 2px solid currentColor;
 transform: rotate(-45deg);
}

/* ===============================
SP
================================ */
@media screen and (max-width: 767px) {
 #products-category .products-category-hero {
  padding: 120px 0 0px;
 }

 #products-category .products-category-hero .title {
  font-size: 32px;
 }

 #products-category .products-category-list {
  padding: 50px 0;
 }

 #products-category .products-series__logo {
  max-height: 36px;
  max-width: 160px;
 }

 /* SP: テーブルをカードリスト表示に切り替え */
 #products-category .products-table-wrap {
  overflow-x: visible;
 }

 #products-category .products-table,
 #products-category .products-table tbody,
 #products-category .products-table tr,
 #products-category .products-table td {
  display: block;
  width: 100%;
 }

 /* ヘッダー行を非表示 */
 #products-category .products-table thead {
  display: none;
 }

 /* 各行をカード化 */
 #products-category .products-table tbody tr {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
 }

 #products-category .products-table tbody tr:nth-child(even) {
  background: #fafafa;
 }

 #products-category .products-table tbody td {
  padding: 0;
  font-size: 13px;
 }

 /* 製品名 */
 #products-category .products-table .col-name {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
 }

 #products-category .products-table .col-name a {
  font-size: 16px;
 }

 /* 分類 */
 #products-category .products-table .col-feature {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #888;
 }

 /* 資料ボタン */
 #products-category .products-table .col-pds {
  width: 100%;
  margin-top: 4px;
 }

 #products-category .pds-btn {
  width: 100%;
  padding: 8px 12px;
  font-size: 12px;
  justify-content: space-between;
 }
}
