.model-list-main {
  background: #111;
  padding: 4em 1em;
  min-height: 100vh;
}
.model-list-container {
  max-width: 1180px;
  margin: 0 auto;
}
.model-list-title {
  color: #fff;
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 2em;
  letter-spacing: 0.04em;
  text-align: center;
}
.model-list-catnav ul {
  display: flex;
  gap: 1.5em;
  justify-content: center;
  margin-bottom: 2.5em;
  list-style: none;
  padding: 0;
}
.model-list-catnav a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.1em;
}
.model-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 2em;
}
.model-list-card {
  background: #222;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.13);
  transition: transform 0.2s;
}
.model-list-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 8px 24px rgba(0,0,0,0.20);
}
.model-list-thumb img {
  width: 100%;
  aspect-ratio: 1/1.2;
  object-fit: cover;
  display: block;
}
.model-list-info {
  padding: 1.2em;
  text-align: center;
  color: #fff;
}
.model-list-name {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.model-list-kana {
  font-size: 1em;
  color: #c8c8c8;
  margin-top: 0.2em;
}

.model-list-main {
  background: #111;
  padding: 4em 1em;
  min-height: 100vh;
}
.model-list-container {
  max-width: 1180px;
  margin: 0 auto;
}
.model-list-title {
  color: #fff;
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 2em;
  letter-spacing: 0.04em;
  text-align: center;
}
.model-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2em;
}
.model-list-card {
  background: #222;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0,0,0,0.13);
  transition: transform 0.2s;
}
.model-list-card:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 8px 28px rgba(0,0,0,0.19);
}
.model-list-thumb img {
  width: 100%;
  aspect-ratio: 1/1.2;
  object-fit: cover;
  display: block;
}
.model-list-info {
  padding: 1.2em;
  text-align: center;
  color: #fff;
}
.model-list-name {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.model-list-kana {
  font-size: 1em;
  color: #c8c8c8;
  margin-top: 0.2em;
}
