@charset "UTF-8";
.rsr_star_artists_wrap .rsr_star_artists_inner .detail .rsr_star_name, .finalist_box .profile_name, .risingstar_history .artists {
  font-size: clamp(1.4rem, 3.5vw, 1.7rem);
  font-weight: bold;
  line-height: 1.8;
}

.risingstar_mv {
  overflow: hidden;
}

.rsr_star_schedule {
  display: flex;
  flex-direction: column;
}
.rsr_star_schedule dl {
  position: relative;
  text-align: center;
}
.rsr_star_schedule dl + dl {
  margin-top: 40px;
}
.rsr_star_schedule dl + dl::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e920";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  color: #fff;
  font-size: 15px;
}
.rsr_star_schedule dl dt {
  background: #535981;
  color: #fff;
  padding: clamp(0.8rem, 2vw, 1.2rem) 15px;
  font-weight: bold;
  font-size: clamp(1.4rem, 3.5vw, 1.6rem);
}
.rsr_star_schedule dl dt.white {
  background: #fff;
  color: #08104a;
}
.rsr_star_schedule dl dd {
  color: #fff;
  padding-top: 10px;
  font-weight: 500;
}

.risingstar_history {
  color: #fff;
}
.risingstar_history li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.risingstar_history li:first-child {
  padding-top: 0;
}
.risingstar_history .total span {
  font-size: clamp(1.4rem, 3.5vw, 1.6rem);
  font-weight: bold;
}
.risingstar_history .artists {
  margin-top: 8px;
  font-weight: bold;
  line-height: 1.5;
}
.risingstar_history .artists span {
  display: inline-block;
}
.risingstar_history .artists span.small {
  font-size: clamp(1rem, 2.5vw, 1.1rem);
}

.risingstar_finalist .risingstar_mv {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .risingstar_finalist .risingstar_mv {
    margin-bottom: 0;
  }
}
.risingstar_finalist .finalist_text {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .risingstar_finalist .finalist_text {
    font-size: 1.5rem;
  }
}
.risingstar_finalist .finalist_text.color_red {
  color: #e6492f;
  font-weight: bold;
}
.risingstar_finalist .finalist_text.text_end {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .risingstar_finalist .finalist_text.text_end {
    margin-bottom: 15px;
  }
}
.risingstar_finalist .notes {
  display: block;
  margin-top: 12px;
  font-weight: bold;
}

.finalist_wrap {
  margin-top: 30px;
}

.finalist_box + .finalist_box {
  margin-top: clamp(3rem, 7.5vw, 4rem);
}
.finalist_box .img {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .finalist_box .img {
    border-radius: 12px;
  }
}
.finalist_box .detail {
  margin-top: clamp(1rem, 2.5vw, 1.5rem);
}
.finalist_box .profile_name {
  text-align: center;
  line-height: 1.5;
}
.finalist_box .profile_linkarea {
  margin-top: 15px;
}
.finalist_box .profile_linkarea ul {
  justify-content: center;
}

/*------------------------------------------
    RISING★STAR出演者決定
--------------------------------------------*/
.rsr_star_artists_wrap .rsr_star_artists_cont + .rsr_star_artists_cont {
  margin-top: clamp(3rem, 7.5vw, 4rem);
}
.rsr_star_artists_wrap .day_and_stage {
  background: #08104a;
  color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 600px) {
  .rsr_star_artists_wrap .day_and_stage {
    border-radius: 12px 12px 0 0;
    padding: 13px 24px;
  }
}
.rsr_star_artists_wrap .day_and_stage .day {
  display: inline-block;
  font-size: clamp(1.5rem, 3.75vw, 2.1rem);
  font-weight: bold;
  line-height: 1;
}
.rsr_star_artists_wrap .day_and_stage .day .small {
  font-size: clamp(1.4rem, 3.5vw, 1.9rem);
  margin-left: 5px;
}
.rsr_star_artists_wrap .day_and_stage .stage {
  display: inline-block;
}
.rsr_star_artists_wrap .day_and_stage .stage img {
  height: 22px;
}
@media print, screen and (min-width: 600px) {
  .rsr_star_artists_wrap .day_and_stage .stage img {
    height: 26px;
  }
}
.rsr_star_artists_wrap .rsr_star_artists_inner .rsr_star_img {
  margin-bottom: 0;
}
.rsr_star_artists_wrap .rsr_star_artists_inner .detail {
  background: #f5f5f5;
  padding: 13px 24px 24px;
  border-radius: 0 0 6px 6px;
}
@media print, screen and (min-width: 600px) {
  .rsr_star_artists_wrap .rsr_star_artists_inner .detail {
    border-radius: 0 0 12px 12px;
  }
}
.rsr_star_artists_wrap .rsr_star_artists_inner .detail .rsr_star_name {
  text-align: center;
  line-height: 1.5;
}
.rsr_star_artists_wrap .rsr_star_artists_inner .profile_linkarea {
  margin-top: 12px;
}
.rsr_star_artists_wrap .rsr_star_artists_inner .btn_box {
  margin-top: 15px;
}

.parts_h2 .subtitle {
  display: block;
  margin-top: -0.3em;
}
.parts_h2.mt0 {
  margin-top: -15px !important;
}
@media print, screen and (min-width: 768px) {
  .parts_h2.mt0 {
    margin-top: -20px !important;
  }
}

.rsrstar_hr {
  margin: 30px 0 25px;
  border-top: 1px solid #686868;
}
@media print, screen and (min-width: 768px) {
  .rsrstar_hr {
    margin: 35px 0 30px;
  }
}