@charset "UTF-8";
/*イベントキャンペーン*/
a.button {
  color: #fff;
  box-shadow: 0 0 10px 0 #fff, 0 0 5px 0 #fff, inset 0 0 4px 0 #fff;
  background-color: #b40421;
}
a.button:hover {
  background-color: #770215;
}

.title {
  color: #fffec9;
  text-shadow: 0 0 0 #ffa875, 0 0 5px #ffa875, 0 0 10px #ffa875;
}

/*発売発走*/
.th-color {
  --bs-table-bg: #b40421;
}