.catch-copy-container{
  margin-bottom: 6em;
}

.catch-copy-container__txt{
  line-height: 1.8;
  text-align: center;
  font-size: calc(1em + 4px);
}

.catch-copy-container__txt--secondary{
  margin-top: .8rem;
}

/* 商品名折り返し表示 */
.item_box .item_detail p {
  text-overflow: clip;
  white-space: normal;
}
/* 価格整列 */
.item_box .item_price {
  margin-top: 1rem;
}

/* 赤字強調部分 */
.color--red {
  color: #FF0000;
}