/**
 * FANZA アフィリエイトボタン（本文・特集ブロック共通）
 * クラス: fanza-btn-wide
 */

a.fanza-btn-wide {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #e53935;
  color: #fff !important;
  padding: 16px 20px;
  border-radius: 12px;
  text-decoration: none !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

a.fanza-btn-wide:hover {
  filter: brightness(1.05);
}
