@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: #fc5d63;
}
a.button:hover {
  background-color: #ffa5a5;
}
.title {
  color: #fff;
  text-shadow: 0 0 0 #ff7575, 0 0 5px #ff7575, 0 0 10px #ff7575;
}

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