.sec-kv img {
  width: 100%;
}

.sec-main {
  background-color: #ce0014;
  background: linear-gradient(135deg, #ce0014, #83000c);
  position: relative;
  padding-bottom: 17rem;
  overflow: hidden;
}

.sec-main img {
  width: 100%;
}

.sec-main .line {
  position: relative;
  z-index: 2;
}

.sec-main .element {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sec-main .list-title {
  width: 21.823%;
  margin: 0 auto;
  margin-top: 4rem;
}

.sec-main .list-table {
  width: 56.354%;
  margin: 0 auto;
  margin-top: 4rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.sec-main .list-table table {
  width: 100%;
  text-align: center;
}

.sec-main .list-table td {
  padding: 0.5rem;
  position: relative;
  border: 1px solid #ff8585;
  border-left: 0;
  border-right: 0;
}

.sec-main .list-table td::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ff6666;
  box-sizing: border-box;
}

.sec-main .list-table td > div {
  position: relative;
}

.sec-main .list-table td .prize {
  font-size: 0.583em;
}

.sec-main .list-table .td-month {
  width: 1em;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  border-right: 1px solid #ff8585;
}

.sec-main .list-table .td-period {
  width: 19%;
}

.sec-main .list-table .td-date::before {
  width: 70%;
  right: 0;
  margin: 0 auto;
}

.sec-main .list-table .td-mobile {
  width: 30%;
  white-space: nowrap;
  text-align: left;
  padding-left: 1.5rem;
}

.sec-main .list-bottom {
  width: 56.354%;
  margin: 0 auto;
  margin-top: 4rem;
}
