body {
  background: #fff;
  color: #23241f;
  font-family: 'Zen Kaku Gothic New', 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}
.works-detail-main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.works-detail-section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 160px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.works-detail-title {
  font-size: 3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-align: center;
  margin: 40px 0 0 0;
}
.works-detail-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  margin: 8px 0 80px 0;
  letter-spacing: 0.1em;
}
.works-detail-image-placeholder img{
  width: 600px;
  height: 400px;
  object-fit: cover;
  margin: 0 auto 80px auto;
}
@media (max-width: 700px) {
  .works-detail-image-placeholder img{
    width: 400px;
  }
  .works-detail-title {
      font-size: 2.1rem;
  }
}
@media (max-width: 500px) {
  .works-detail-image-placeholder img{
    width: 300px;
  }
}

.works-detail-article {
  padding: 0 40px;
}

.works-001-20250412 {
  object-position: 0% 45%;
}

.works-detail-article {
  /* width: 100%; */
  margin: 0 auto;
}
.works-detail-article-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 8px 0;
}
.works-detail-date {
  font-size: 1rem;
  color: #23241f;
  margin-bottom: 24px;
}
.works-detail-content {
  font-size: 1rem;
  line-height: 2.1;
  margin-bottom: 36px;
}
.works-detail-btn-wrap {
  text-align: center;
  margin: 80px 0 0 0;
}
.works-detail-btn {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #23241f;
  border-radius: 24px;
  background: #fff;
  color: #23241f;
  font-size: 1rem;
  font-family: inherit;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}
.works-detail-btn:hover {
  background: #23241f;
  color: #fff;
} 
footer {
  padding-top: 160px;
}