/* オリジナルノベルティグッズ セクション */
.novelty-section {
  background: #f7f7ed;
  padding: 6rem 0;
}



.novelty-title {
  font-size: 2em;
  font-weight: bold;
  color: #222;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}



.novelty-lead {
  font-size: 1.02em;
  color: #444;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}

.novelty-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 3.9rem 5rem;
  padding: 4rem 0 4rem 0;
  margin: 3.375rem auto 3.5rem auto;
  border-radius: 0;
  width: 100%;
  background: none;
  box-sizing: border-box;
}

.novelty-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 190px;
}

.novelty-img {
  width: 100%;
  height: auto;
  margin-bottom: 0.88rem;
  display: block;
}

.novelty-caption {
  text-align: center;
  margin-top: 0.13rem;
  letter-spacing: 0.02em;
}


.novelty-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.novelty-img {
  width: 90%;
  height: auto;
  margin-bottom: 0.5rem;
  display: block;
}

.novelty-caption {
  font-size: 1.01em;
  color: #444;
  text-align: center;
  margin-top: 0.13rem;
}