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

.catch-copy-container__txt{
  text-align: center;
  font-size: calc(1em + 4px);
  margin-bottom: 1.5rem;
}

.catch-copy-container__txt a{
  display: block;
  margin-top: 1.5rem;
  text-align: center;
  text-decoration: underline;
}

.catch-copy-container__txt em {
  font-style: normal;
  font-size: 110%;
  color: #e81212;
}

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