@charset "UTF-8";

.item__card .card {
  display: block;
  padding: 8px;
  background-color: #fff;
  border: 2px solid #c7b299;
  border-radius: 10px;
  box-shadow: 5px 5px 0 0 #c7b299;
  text-align: left;
  transition-duration: .3s
}

.item__card--ttl {
  margin-top: 1rem;
}

section#section-6.shop-sec6 {
  padding: 0;
}