.model-single-main {
  padding: 4em 1em;
  background: #fff;
}
.model-single-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 3em;
  flex-wrap: wrap;
  align-items: flex-start;
}
.model-single-photo {
  width: 320px;
  flex: 0 0 320px;
}
.model-single-photo img {
  width: 100%;
  border-radius: 8px;
}
.model-single-detail {
  flex: 1 1 0;
  min-width: 250px;
}
.model-single-name {
  font-size: 2.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 0.06em;
}
.model-single-name-kana {
  display: block;
  font-size: 1.1em;
  color: #666;
  margin-top: 0.2em;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.model-single-bmw {
  margin-bottom: 0.7em;
  font-size: 1.1em;
}
.model-single-pr {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 1em;
}
.model-single-performance {
  margin-bottom: 1.5em;
  font-size: 1em;
  color: #222;
  border-top: 1px solid #eee;
  padding-top: 1em;
}
.model-single-sns ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 1em;
  margin-bottom: 1.5em;
}
.model-single-sns li a {
  color: #0066cc;
  text-decoration: underline;
  font-size: 1.1em;
}
.model-single-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
  margin-top: 2em;
}
.model-single-gallery img {
  width: 130px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
@media (max-width: 800px) {
  .model-single-container {
    flex-direction: column;
    gap: 1.5em;
  }
  .model-single-photo, .model-single-detail {
    width: 100%;
    min-width: unset;
  }
}

.model-size-table {
  margin-bottom: 1em;
  font-size: 1em;
  color: #444;
  display: flex;
  gap: 1.3em;
  flex-wrap: wrap;
}
.model-single-gallery img {
  width: 120px;
  border-radius: 6px;
  margin: 0 8px 8px 0;
}
.model-single-main {
  padding: 4em 1em;
  background: #fff;
}
.model-single-container {
  max-width: 950px;
  margin: 0 auto;
}
.model-single-flex {
  display: flex;
  gap: 2.5em;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
.model-single-photo {
  width: 320px;
  flex: 0 0 320px;
}
.model-single-photo img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.model-single-detail {
  flex: 1 1 0;
  min-width: 240px;
}
.model-single-name {
  font-size: 2.1em;
  font-weight: bold;
  margin-bottom: 0.25em;
  letter-spacing: 0.06em;
}
.model-single-name-kana {
  display: block;
  font-size: 1.1em;
  color: #666;
  margin-top: 0.2em;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.model-size-table {
  margin-bottom: 1em;
  font-size: 1em;
  color: #444;
  display: flex;
  gap: 1.3em;
  flex-wrap: wrap;
}
.model-single-pr,
.model-single-performance {
  margin-bottom: 1.2em;
  font-size: 1.06em;
  line-height: 1.7;
}
.model-single-sns {
  margin-bottom: 1.5em;
  font-size: 1em;
}
.model-single-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin-top: 2em;
}
.model-single-gallery img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 1/1;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
@media (max-width: 800px) {
  .model-single-flex {
    flex-direction: column;
    gap: 1.5em;
  }
  .model-single-photo, .model-single-detail {
    width: 100%;
    min-width: unset;
  }
}


.sf-model-slider-wrap {
  overflow-x: auto;
  padding: 30px 0;
  background: #000;
}
.sf-model-slider {
  display: flex;
  gap: 2em;
}
.sf-model-card {
  min-width: 220px;
  background: #111;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 3px 18px 0 rgba(0,0,0,0.10);
}
.sf-model-card img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.sf-model-names {
  padding: 1em 0 0.5em;
  font-weight: bold;
}
.sf-model-en {
  font-size: 1.1em;
  letter-spacing: 0.06em;
}
.sf-model-jp {
  font-size: 0.95em;
  color: #e9e9e9;
}
.sf-model-cat {
  font-size: 0.8em;
  color: #ffe5b2;
  margin-bottom: 1em;
}

