.size-compare-slider {
  max-width: 980px;
  margin: 40px auto;
  padding: 0 5px;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
}

.size-compare-slider h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0b2b4a;
}

.pc-images {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.pc-slide img {
  width: 100%;
  max-width: 220px; 
  border-radius: 6px;
}
.photo-label {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  margin-top: 6px;
  color: #0b2b4a;
}

/* Swiper image */
.swiper.slider-sizecompare {
  width: 100%;
  margin-bottom: 20px;
}
.swiper-slide img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
.photo-label {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  margin-top: 6px;
  color: #0b2b4a;
}

/* Scale line */
.scale-wrap {
  text-align: center;
  margin: 20px 0 20px;
}
.scale-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.scale-bar {
  height: 2px;
  background: #d18f58;
  flex: 1;
  border-radius: 2px;
}
.scale-label {
  font-size: 18px; 
  font-weight: 700;
  color: #d18f58; 
}

/* slide */
.slider-track {
  display: none;
  margin-top: 10px;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #0b2b4a;
}


.pc-only { display: block; }
.sp-only { display: none; }

@media (max-width: 768px) {
  .pc-only { display: none; }
  .sp-only { display: block; }
}

.pc-images { display: flex; justify-content: space-between; gap: 20px; }
.pc-slide img { width: 100%; max-width: 220px; border-radius: 6px; }
.photo-label { text-align: center; font-weight: 700; color: #0b2b4a; margin-top: 6px; }



/* --- Meta & Description --- */
.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: #777;
  background-color: #f0eeec;
  font-size: 13px;
  margin-bottom: 36px;
  padding: 10px;
}
@media (max-width: 768px) {
  .meta {
    margin-top: 27px;
  }
}

.description {
  font-size: 14px;
  background: #fafafa;
  padding: 16px;
}