* {
  box-sizing: border-box;
  font-family: "Hiragino Sans", sans-serif;
}

.page-ondemand .banner {
  background: url("/common/design/user/img/ordemand/d0d046276620e66c16ce994b4085d5a43dba7ca6.png") no-repeat;
  background-size: cover;
  background-position: left;
  padding: 0;
  position: relative;
  overflow: hidden;
  padding: 30px 25px;
  min-height: 458px;
}


.page-ondemand .banner .image {
  max-width: 327px;
  margin: auto;
}

.page-ondemand .img-idol {
  margin: -100px auto 0;
  position: relative;
  width: 100%;
  max-width: 366px;
  height: 141px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
  line-height: 36px;
  color: #000000;
}


.section-title::before,
.section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000000;
}

.section-title::before {
  margin-right: 20px;
}

.section-title::after {
  margin-left: 20px;
}

.section-description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
}

.wrapper-content {
  padding: 25px 0;
}

.schedule-box {
  border: 2px solid #8f8f8f;
  padding: 16px 24px 14px;
  background: #fdfdfd;
  margin: 40px auto 20px;
  position: relative;
}


.wrapper-content .schedule-title {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 135px;
  height: 36px;
  background-color: #8F8F8F;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
}

.schedule-timeline {
  height: 185px;
  top: 36px;
  left: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.schedule-vote .block-title {
  width: 74px;
  height: 111px;
  line-height: 21px;
  color: #000000;
  font-size: 14px;
  background-color: #B3E8FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule-result .block-title {
  width: 247px;
  height: 60px;
  line-height: 60px;
  background-color: #FFD6CA;
}

.schedule-vote .block-title-after {
  width: 74px;
  height: 50px;
  line-height: 21px;
  color: #000000;
  background-color: #FFD6CA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.timeline-item-2 {
  position: absolute;
  top: 13%;
  left: 27%;
}

.timeline-item-2 .img-timeline {
  height: 24px;
  width: 20px;
}
.text-center {
  text-align: center;
}
.timeline-item-2 .text-timeline {
  display: flex;
  align-items: center;
}
.timeline-item-3 .text-timeline .timeline,
.timeline-item-2 .text-timeline .timeline{
  margin-left: 20px;
  line-height: 18px;
  display: flex;
  height: 24px;
  width: 186px;
  top: 55%;
  padding: 2px 8px;
  gap: 10px;
  background-color: #ECECEC;
}

.timeline-item-3 {
  position: absolute;
  top: 40%;
  left: 27%;
}

.timeline-item-3 .img-timeline {
  height: 24px;
  width: 20px;
}
.text-center {
  text-align: center;
}
.timeline-item-3 .text-timeline {
  display: flex;
  align-items: center;
}

.timeline-item-4 {
  position: absolute;
  top: 65%;
  left: 27%;
}

.timeline-item-4 .img-timeline {
  height: 24px;
  width: 20px;
}
.text-center {
  text-align: center;
}
.timeline-item-4 .text-timeline {
  display: flex;
  align-items: center;
}
.timeline-item-4 .text-timeline .timeline{
  margin-left: 20px;
  line-height: 24px;
  display: flex;
  height: 24px;
  width: 186px;
  top: 55%;
  padding: 0px 4px 4px 4px;
  gap: 10px;
  background-color: #C2172D;
}

.wrapper-battle-content {
  padding: 25px 0;
  background: #F7F7F7;
}

.wrapper-battle-content .section-block {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
}

.wrapper-battle-content .section-block .section-fill {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.wrapper-battle-content .section-fill .title h3{
  text-align: center;
  line-height: 27px;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.wrapper-battle-content .section-fill .title span{
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}

.wrapper-battle-product {
  padding: 25px 0;
}

.wrapper-battle-product .section-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.wrapper-battle-product .section-block .image {
  padding: 20px;
  background: #F9F9F9;
  max-width: 317px;
  margin: auto;
}

.wrapper-battle-product .section-block .swiper-container {
  width: 100%;
  height: 100%;
}

.wrapper-battle-product .section-block .swiper-slide {
  width: unset;
}


.wrapper-battle-content-tool {
  padding: 25px 0;
  background: #F9F9F9;
}

.wrapper-battle-content-tool .section-guide-1 {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  border-radius: 10px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
}

.wrapper-battle-content-tool .section-guide-1 .text{
  font-size: 12px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.wrapper-battle-content-tool .title-guide {
  padding: 10px 10px 10px 30px;
  text-align: left;
  background-color: #363636;
  color: #FFFFFF;
  line-height: 21px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.wrapper-battle-content-tool .title-guide small {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}

.wrapper-battle-content-tool .title-guide small span{
  color: #f93a3a;
  position: unset;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}

.wrapper-battle-content-tool .title-guide span {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.section-rank {
  padding: 25px 0;
}


.section-rank .title {
  background: #000000 !important;
  width: 250px;
  margin: auto;
  padding: 4px;
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0 100%);
  margin-bottom: -1px;
}

.section-rank p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}

.box-note-marquee-not-image {
  width: 100%;
  padding: 8px 8px 3px;
  background: #000000 !important;
  margin-bottom: 20px;
}

.broad-rank .note {
  font-size: 14px;
  line-height: 25px;
  color: #000 !important;
  font-weight: 500;
  color: #FFFFFF;
}

.note .text_slide {
  color: #FFFFFF !important;
}


.rank-table {
  overflow-x: auto;
  max-height: 945px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #E0E0E0;
}

.rank-table .slide_rank{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rank-table .box_rank:nth-child(odd) {
  background: #FFFFFF;
}

.rank-table .box_rank:nth-child(even) {
  background: #FAFAFA;
}

.align-items-center-ct {
  align-items: center;
}

.jus-content-space-between {
  justify-content: space-between;
}
.d-flex-ct {
  display: flex;
}

.no-ranking {
  margin: 0 8px;
}

.img-rank {
  width: 40px;
}

.no-ranking, .img-rank {
  position: relative;
}

.text-rank {
  position: absolute;
  font-size: 16px;
  line-height: 18px;
  transform: translate(-50%, -50%);
  font-weight: 700;
  top: 50%;
  left: 50%;
}

.rank-table .name-rank {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  text-align: left;
}

.img-ranking {
  width: 76px;
  height: 76px;
  margin: 0;
  flex-shrink: 0;
}

.rank-table .box-text {
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  color: #666464;
  font-weight: 500;
  white-space: nowrap;
  background-color: white !important;
}

.total-button {
  flex-direction: row;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.total-button a {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  padding: 12px;
  width: 100%;
  border-radius: 6px;
  font-weight: 700;
  justify-content: center;
}

.but_post {
  background: #000000;
}

.but_sell {
  background: #D80000;
}

.but_sell img, .but_post img {
  width: 22px;
  height: 20px;
  margin-right: 5px;
}

.section-rank-title {
  margin: 50px 0 10px;
  text-align: center;
  color: #000000;
  line-height: 36px;
  font-size: 24px;
  font-weight: 700;
}

.please-note img {
  width: 100%;
}
