.newyear2026 {
  width: 560px;
  margin-right: auto;
  margin-left: auto;
}
.newyear2026 * {
  box-sizing: border-box;
}
.newyear2026 div:after {
  display: none;
}
/* 注釈 */
.newyear2026 .text-note {
  color: #dd0000;
}
/* 強調 */
.newyear2026 .text-strong {
  color: #e76d00;
}
/* 注釈1 */
.newyear2026 .text-info {
  color: #6e680a;
}
.newyear2026 .text-info b {
  color: #7d2c1c;
}

.newyear2026 .img-button {
  width: 378px;
  height: 42.5px;
}

/* モンスター名テーブル & 報酬テーブル */
.newyear2026 .monsters-table,
.newyear2026 .reward-table {
  width: 100%;
  font-size: 14px;
  border: 2px solid #463918;
}
.newyear2026 .monsters-table th,
.newyear2026 .monsters-table td,
.newyear2026 .reward-table th,
.newyear2026 .reward-table td {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-weight: bold;
  text-align: center;
}
.newyear2026 .reward-table th,
.newyear2026 .reward-table td {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.newyear2026 .monsters-table th,
.newyear2026 .reward-table th {
  color: #fff;
  background-color: #732237;
}
.newyear2026 .monsters-table td {
  background-color: #fff;
  border-bottom: 1px dotted #a7a7a7;
}
.newyear2026 .monsters-table td:nth-of-type(odd) {
  border-right: 1px solid #a7a7a7;
}
.newyear2026 .reward-table td:nth-of-type(odd) {
  color: #fff;
  background-color: #b14a78;
}
.newyear2026 .reward-table td:nth-of-type(even) {
  background-color: #fad5e6;
}
.newyear2026 .reward-table th:nth-of-type(odd),
.newyear2026 .reward-table td:nth-of-type(odd) {
  border-right: 1px solid #a0a0a0;
}
.newyear2026 .reward-table td {
  border-bottom: 1px dotted #a0a0a0;
}
/* 報酬アイテム */
.reward-item-detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.reward-item-detail-name {
  display: flex;
  align-items: center;
}
.reward-item-detail-ico {
  width: 30px;
  margin-right: 0.5rem;
}
.reward-item-detail-clear {
  display: none;
  justify-content: flex-end;
  align-items: center;
  width: 90px;
}
/* クリア */
.newyear2026 .reward-table .reward-item-ok td:nth-of-type(odd) {
  background-color: #c7a500;
}
.newyear2026 .reward-table .reward-item-ok td:nth-of-type(even) {
  background-color: #fff0a8;
}
.newyear2026 .reward-table .reward-item-ok .reward-item-detail-clear {
  display: flex;
}

/* イベントステータス */
.newyear2026 .event-status {
  position: relative;
}
/* 進捗テキスト表示 */
.newyear2026 .event-status-text {
  border-radius: 1rem;
  background-color: #000;
  box-shadow: 0 0 0 1px #000 inset, 0 0 0 4px #fff inset;
  width: 464px;
  height: 84px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.newyear2026 .event-status-text dl {
  padding-top: 0.9rem;
}
.newyear2026 .event-status-text dt,
.newyear2026 .event-status-text dd {
  font-weight: bold;
  text-align: center;
}
.newyear2026 .event-status-text dt {
  color: #fff;
  font-size: 14px;
}
.newyear2026 .event-status-text dd {
  color: #ffe037;
  font-size: 18px;
}
.newyear2026 .event-chara-status {
  padding-block: 0;
  line-height: 1.5;
}
.newyear2026 .chara-serif {
  color: #343434;
  font-size: 14px;
  font-weight: bold;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  height: 171px;
  background-image: url(../../img/event/newyear2025/fukidashi.png);
  background-repeat: no-repeat;
}
.newyear2026 .chara-serif-main {
  display: flex;
  align-items: center;
  line-height: 1.5;
  height: 130px;
  padding-left: 1.5rem;
}
.newyear2026 .event-current-chara {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: 1fr;
}
.newyear2026 .event-chara-info {
  padding-bottom: 0.4rem;
}
.newyear2026 .event-chara-rim img {
  width: 64px;
}