.pattern-no-sm {
  background-color: #433d3c; /* [WCAG修正] rgba(0,0,0,0.5)→固定色（コントラスト比 3.95→10.65:1） */
  color: #fff;
}
button.collection-img {
  border: none;
}
button[data-bs-toggle=modal] {
  border: none;
  background-color: transparent;
}
 
/* [WCAG修正] モーダルトリガーボタンのフォーカスリングを明示指定 */
button.collection-img:focus,
button[data-bs-toggle=modal]:focus {
  outline: 2px solid #641020 !important;
  outline-offset: 2px !important;
}