.note_more {
  font-size: clamp(1.4rem, 3.5vw, 1.7rem);
  font-weight: bold;
  line-height: 1.8;
}

.profile_linkarea ul li a:before, .profile_status .campers i:before {
  display: block;
  content: "";
  position: absolute;
}

.icon i {
  position: relative;
  display: block;
  width: clamp(3.2rem, 8vw, 4.2rem);
  height: clamp(3.2rem, 8vw, 4.2rem);
  border-radius: 50%;
  font-style: normal;
  color: #fff;
  background-color: #08104a;
}
.icon i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  letter-spacing: 0;
}
.icon .new {
  background: repeating-linear-gradient(135deg, #b5bbc9 0%, #e4e3f1 18%, #f8e8e2 25%, #fff2ee 28%, #b5bbc9 50%);
}
.icon .new:after {
  content: "NEW";
  font-family: "RSR2026font", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  color: #08104a;
}
.icon .campers {
  background-color: #233c9b;
}
.icon .campers:after {
  content: "\e914";
  font-family: "icomoon" !important;
  font-size: clamp(1.8rem, 4.5vw, 2.4rem);
}

.lineup_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 15px;
  margin-top: clamp(2.5rem, 6.25vw, 3.5rem);
}
@media print, screen and (min-width: 768px) {
  .lineup_list {
    gap: 30px 26px;
  }
}

.lineup_list_item {
  width: calc((100% - 15px) / 2);
}
@media print, screen and (min-width: 768px) {
  .lineup_list_item {
    width: calc((100% - 26px) / 2);
  }
}
.lineup_list_item a {
  position: relative;
  display: block;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .lineup_list_item a:hover .imgs img {
    transform: scale(1.1);
  }
  .lineup_list_item a:hover:before {
    transform: scaleX(1);
    transform-origin: top left;
  }
}
.lineup_list_item .imgs {
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
}
.lineup_list_item .imgs img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease;
}
.lineup_list_item .name p {
  margin-top: clamp(0.5rem, 1.25vw, 0.8rem);
  font-size: clamp(1.3rem, 3.25vw, 1.5rem);
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.lineup_list_item .icon {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
}
.lineup_list_item .icon i {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .lineup_list_item .icon {
    top: -12px;
    left: -14px;
  }
  .lineup_list_item .icon i {
    margin-bottom: 12px;
  }
}
.lineup_list_item .and_more {
  border: 1px solid #707070;
  color: #393939;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  padding: 3px;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .lineup_list_item .and_more {
    font-size: 1.3rem;
  }
}

.lineup_day_title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 20px 8px;
  background-color: #535981;
  color: #fff;
  border-radius: 6px;
  line-height: 1;
}
.lineup_day_title img {
  display: inline-block;
  position: relative;
  top: 1px;
  height: clamp(1.8rem, 4.5vw, 2rem);
}

.lineup_list_column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 24px;
  margin-top: clamp(2.5rem, 6.25vw, 3.5rem);
}
@media print, screen and (min-width: 768px) {
  .lineup_list_column {
    gap: 0px 36px;
  }
}
.lineup_list_column:after {
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  content: "";
  height: 100%;
  border-left: 1px dashed #e5e5e5;
}
.lineup_list_column .lineup_list_day1,
.lineup_list_column .lineup_list_day2 {
  width: calc((100% - 24px) / 2);
}
@media print, screen and (min-width: 768px) {
  .lineup_list_column .lineup_list_day1,
  .lineup_list_column .lineup_list_day2 {
    width: calc((100% - 36px) / 2);
  }
}
.lineup_list_column .lineup_list_day1 .lineup_list,
.lineup_list_column .lineup_list_day2 .lineup_list {
  display: block;
  margin-top: clamp(2rem, 5vw, 2.5rem);
}
.lineup_list_column .lineup_list_day1 .lineup_list_item,
.lineup_list_column .lineup_list_day2 .lineup_list_item {
  width: 100%;
}
.lineup_list_column .lineup_list_day1 .lineup_list_item + .lineup_list_item,
.lineup_list_column .lineup_list_day2 .lineup_list_item + .lineup_list_item {
  margin-top: clamp(2.4rem, 6vw, 3rem);
}

.stage_title {
  text-align: center;
  margin-bottom: -5px;
}
@media print, screen and (min-width: 768px) {
  .stage_title {
    margin-bottom: -10px;
  }
}
.stage_title img {
  height: clamp(3.5rem, 8.75vw, 4.5rem);
}

.lineup_stage_section {
  margin-top: clamp(2.5rem, 6.25vw, 3.5rem);
}
.lineup_stage_section + .lineup_stage_section {
  margin-top: clamp(4.5rem, 11.25vw, 6rem);
}

.note_more {
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media print, screen and (min-width: 500px) {
  .profile_appearance {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.profile_appearance .item {
  margin-top: 0px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 500px) {
  .profile_appearance .item {
    width: calc(50% - 10px);
  }
}
.profile_appearance .item + .item {
  margin-top: 20px;
}
@media print, screen and (min-width: 500px) {
  .profile_appearance .item + .item {
    margin-top: 0;
  }
}
.profile_appearance + .linkarea_flex {
  margin-top: 20px;
}

.linkarea_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.linkarea_flex_item {
  text-align: center;
  font-weight: bold;
}
.linkarea_flex_item .title {
  display: block;
  padding-bottom: 5px;
}

html {
  margin-right: 0 !important;
}

body.profile_modal {
  background-color: #fff;
  min-height: 0;
  padding-top: 0;
  overflow-y: auto;
}
body.profile_modal:before, body.profile_modal:after,
body.profile_modal .site_footer {
  display: none !important;
}
body.profile_modal .footer {
  display: none;
}

.mfp-container {
  padding-left: 20px;
  padding-right: 20px;
}

.mfp-preloader {
  display: block;
  color: #fff;
}

.mfp-iframe-scaler .mfp-iframe {
  visibility: hidden;
  box-shadow: none;
  background: none;
  border: none;
  box-sizing: content-box;
}
.if-loaded .mfp-iframe-scaler .mfp-iframe {
  visibility: inherit;
  border-radius: 20px;
}

button.mfp-close {
  visibility: hidden;
  top: -24px !important;
  right: -10px !important;
  width: clamp(4.8rem, 12vw, 5.4rem) !important;
  height: clamp(4.8rem, 12vw, 5.4rem) !important;
  border-radius: 50px;
  background: #08104a;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 0 !important;
  opacity: 1 !important;
}
@media print, screen and (min-width: 500px) {
  button.mfp-close {
    top: -28px !important;
    right: -20px !important;
  }
}
.if-loaded button.mfp-close {
  visibility: inherit;
}
button.mfp-close:before, button.mfp-close:after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 4px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-30deg);
}
button.mfp-close:after {
  transform: translate(-50%, -50%) rotate(30deg);
}

.mfp-iframe-holder .mfp-content {
  max-width: 600px;
}

.mfp-s-ready .mfp-preloader {
  display: block;
}

.profile_wrap {
  max-width: 600px;
  padding: clamp(2.4rem, 6vw, 3rem);
  margin: 0 auto;
}
@media print, screen and (min-width: 500px) {
  .profile_wrap {
    padding-bottom: 40px;
  }
}
.profile_wrap .imgs {
  overflow: hidden;
  border: 1px solid #d5d7e2;
  border-radius: 10px;
}
.profile_wrap .imgs img {
  width: 100%;
}
.profile_wrap .detail {
  margin-top: 20px;
}
@media print, screen and (min-width: 500px) {
  .profile_wrap .detail {
    margin-top: 25px;
  }
}
.profile_wrap .detail .profile_name {
  font-size: clamp(1.7rem, 4.25vw, 2.6rem);
  line-height: 1.2;
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  .profile_wrap .detail .profile_name {
    padding-bottom: 12px;
  }
}
.profile_wrap .detail .ta_center {
  text-align: center;
}

.profile_status {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px 12px;
}
@media print, screen and (min-width: 500px) {
  .profile_status {
    margin-top: 7px;
    gap: 16px 18px;
  }
}
.profile_status li {
  margin: 2px 6px;
}
@media print, screen and (min-width: 500px) {
  .profile_status li {
    margin: 0 10px;
  }
}
.profile_status .stage {
  margin: 0;
}
.profile_status .stage img {
  height: 30px;
}
@media print, screen and (min-width: 500px) {
  .profile_status .stage img {
    height: 37px;
  }
}
.profile_status .day {
  font-size: clamp(1.4rem, 3.5vw, 2.6rem);
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.profile_status .day span {
  font-size: clamp(1.1rem, 2.75vw, 2rem);
}
.profile_status .campers {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}
.profile_status .campers i {
  position: relative;
  display: block;
  font-style: normal;
  padding: 6px 8px 6px 32px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #233c9b;
  border-radius: 20px;
}
@media print, screen and (min-width: 500px) {
  .profile_status .campers i {
    padding: 8px 10px 8px 38px;
    font-size: 1.4rem;
  }
}
.profile_status .campers i:before {
  font-family: "icomoon" !important;
  content: "\e914";
  top: 2px;
  left: 8px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}
@media print, screen and (min-width: 500px) {
  .profile_status .campers i:before {
    top: 4px;
    left: 10px;
    font-size: 22px;
  }
}

.profile_linkarea {
  margin-top: 18px;
}
@media print, screen and (min-width: 500px) {
  .profile_linkarea {
    margin-top: 22px;
  }
}
.profile_linkarea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.profile_linkarea ul + ul {
  margin-top: 10px;
}
.profile_linkarea ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media print, screen and (min-width: 500px) {
  .profile_linkarea ul li {
    gap: 10px;
  }
}
.profile_linkarea ul li span {
  display: block;
  line-height: 1.3;
  font-weight: bold;
  font-size: 0.8rem;
}
@media print, screen and (min-width: 500px) {
  .profile_linkarea ul li span {
    font-size: 1.1rem;
  }
}
.profile_linkarea ul li a {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  font-size: 0;
  text-align: center;
  background-color: #08104a;
  border-radius: 50%;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 500px) {
  .profile_linkarea ul li a {
    width: 44px;
    height: 44px;
  }
}
.profile_linkarea ul li a:before {
  font-family: "icomoon" !important;
  content: "\e912";
  top: 50%;
  left: 50%;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 500px) {
  .profile_linkarea ul li a:before {
    font-size: 22px;
  }
}
.profile_linkarea ul li a:hover {
  opacity: 0.6;
}
.profile_linkarea ul li.fb a:before {
  content: "\ea90";
}
.profile_linkarea ul li.tw a:before {
  content: "\e917";
}
.profile_linkarea ul li.ig a:before {
  content: "\ea92";
}
.profile_linkarea ul li.yt a:before {
  content: "\ea9d";
}
.profile_linkarea ul li.tt a:before {
  content: "\e915";
}

.profile_setlist {
  margin-top: 20px;
  padding: 20px;
  background: #f7f6f5;
}
@media print, screen and (min-width: 500px) {
  .profile_setlist {
    padding: 30px;
    margin-top: 30px;
  }
}
.profile_setlist .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  .profile_setlist .title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 500px) {
  .profile_setlist .set_list_wrap {
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.profile_setlist .set_list_wrap .item {
  width: 100%;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 500px) {
  .profile_setlist .set_list_wrap .item {
    flex-grow: 1;
    padding: 0 10px;
    font-size: 1.5rem;
  }
}