/* A2-bullets 商品説明レイアウト */

.product-copy-a2 {
  margin: 0 0 1.25em;
}

.product-copy-section + .product-copy-section {
  margin-top: 1.5em;
  padding-top: 1.25em;
  border-top: 1px solid #e8e8e8;
}

.product-copy-heading {
  margin: 0 0 0.75em;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}

/* 特長 bullets（親テーマ .item-description ul li { list-style:disc } を上書き） */
.item-description .product-copy-bullets-inner ul.product-bullets,
.item-description .product-copy-bullets-inner > ul,
.product-copy-bullets-inner ul.product-bullets,
.product-copy-bullets-inner > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item-description .product-copy-bullets-inner ul.product-bullets li,
.item-description .product-copy-bullets-inner > ul > li,
.product-copy-bullets-inner ul.product-bullets li,
.product-copy-bullets-inner > ul > li {
  position: relative;
  margin: 0 0 0.55em;
  padding-left: 1.15em;
  line-height: 1.65;
  list-style: none !important;
  list-style-type: none !important;
}

.item-description .product-copy-bullets-inner ul.product-bullets li::marker,
.item-description .product-copy-bullets-inner > ul > li::marker,
.product-copy-bullets-inner ul.product-bullets li::marker,
.product-copy-bullets-inner > ul > li::marker {
  content: none;
}

.product-copy-bullets-inner ul.product-bullets li::before,
.product-copy-bullets-inner > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.45em;
  height: 0.45em;
  border-radius: 50%;
  background: #2f6f4f;
}

.product-copy-bullets-inner ul.product-bullets li:last-child,
.product-copy-bullets-inner > ul > li:last-child {
  margin-bottom: 0;
}

/* 詳細情報（折りたたみ + グラデ） */
.product-detail-collapse {
  position: relative;
}

.product-detail-preview {
  position: relative;
  overflow: hidden;
  max-height: 6.5em;
  transition: max-height 0.35s ease;
}

.product-detail-collapse[data-collapsed="false"] .product-detail-preview {
  max-height: none;
  overflow: visible;
}

.product-detail-body {
  line-height: 1.75;
}

.product-detail-body p {
  margin: 0 0 0.75em;
}

.product-detail-body p:last-child {
  margin-bottom: 0;
}

.product-detail-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.2em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 88%);
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.product-detail-collapse[data-collapsed="false"] .product-detail-gradient {
  opacity: 0;
}

.product-detail-toggle {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: 0.65em auto 0;
  padding: 0.45em 1.1em;
  border: 1px solid #c8c8c8;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 0.92rem;
  line-height: 1.4;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.product-detail-toggle:hover,
.product-detail-toggle:focus {
  background: #f7f7f7;
  border-color: #999;
  outline: none;
}

.product-detail-collapse[data-collapsed="false"] .product-detail-toggle {
  display: none;
}

/* 商品スペック */
.product-copy-specs-inner table,
.product-copy-specs-inner .product-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.product-copy-specs-inner th,
.product-copy-specs-inner td {
  padding: 0.55em 0.75em;
  border: 1px solid #e0e0e0;
  vertical-align: top;
  line-height: 1.55;
}

.product-copy-specs-inner th {
  width: 34%;
  background: #f7f7f7;
  font-weight: 600;
  text-align: left;
}

/* よくある質問 */
.product-copy-faq-inner .product-faq-item,
.product-copy-faq-inner > div {
  margin-bottom: 0.9em;
}

.product-copy-faq-inner .product-faq-item:last-child,
.product-copy-faq-inner > div:last-child {
  margin-bottom: 0;
}

.product-copy-faq-inner .product-faq-q,
.product-copy-faq-inner strong {
  display: block;
  margin-bottom: 0.25em;
  font-weight: 700;
}

.product-copy-faq-inner .product-faq-a,
.product-copy-faq-inner p {
  margin: 0;
  line-height: 1.7;
}

@media screen and (max-width: 430px) {
  .product-detail-preview {
    max-height: 7.5em;
  }

  .product-copy-specs-inner th {
    width: 38%;
  }
}
