
.ds-profile__val{
  font-size:15px;
  line-height:2;
  color:var(--ink);
}
.ds-profile__val p{ margin:0 0 12px; }
.ds-profile__val p:last-child{ margin:0; }
.ds-profile__val em{
  display:inline-block;
  background:#fff6ea;
  color:#7b4b12;
  border:1px dashed #e9b87a;
  padding:2px 10px;
  border-radius:3px;
  font-style:normal;
  font-size:12.5px;
  margin-left:6px;
}
.ds-profile__sub{
  display:block;
  font-size:12.5px;
  color:#6a6e78;
  margin-top:4px;
  line-height:1.8;
}
.ds-profile__chip{
  display:inline-block;
  padding:6px 14px;
  margin:0 8px 8px 0;
  background:#fff;
  color:var(--ink);
  border:1.5px solid var(--ink);
  border-radius:2px;
  font-family:"Noto Serif JP",serif;
  font-weight:700;
  font-size:13px;
  letter-spacing:.05em;
}

/* ========== 屋号の由来（OUR NAME） ========== */
.ds-name-story{
  max-width:820px;
  margin:20px auto 0;
  padding:42px 44px;
  background:#fffaf3;
  border:1px solid #f0dfc2;
  border-radius:4px;
  position:relative;
}
.ds-name-story::before{
  content:"";
  position:absolute;
  top:-1px; left:-1px;
  width:60px; height:3px;
  background:var(--red);
}
.ds-name-story__lead{
  font-family:"Noto Serif JP",serif;
  font-weight:700;
  font-size:19px;
  line-height:1.95;
  color:var(--ink);
  margin:0 0 22px;
}
.ds-name-story__text{
  font-size:15px;
  line-height:2.1;
  color:#2a2d35;
  margin:0 0 18px;
}
.ds-name-story__text:last-of-type{ margin-bottom:26px; }
.ds-name-story__text b{
  background:linear-gradient(transparent 62%, #ffe7b0 62%);
  padding:0 2px;
  font-weight:700;
}
.ds-name-story__note{
  font-size:12px;
  line-height:1.85;
  color:#7a7e88;
  margin:0;
  padding-top:14px;
  border-top:1px dashed #d8c8a6;
}