@charset "UTF-8";
.page_paragraph .parts_btn.back {
  flex-direction: row-reverse;
  padding: 17px clamp(1.6rem, 4vw, 2.4rem) 17px clamp(4.2rem, 10.5vw, 4.5rem);
}
.page_paragraph .parts_btn.back::after {
  content: "\e923";
  right: auto;
  left: clamp(1.3rem, 3.25vw, 2rem);
}

.rs_entry_header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
.rs_entry_header h1 img {
  width: 188px;
  height: 46px;
}

@media print, screen and (min-width: 920px) {
  .rs_entry_header {
    height: 80px;
  }
  .rs_entry_header h1 img {
    width: 228px;
    height: 56px;
  }
}
@media print, screen and (min-width: 1280px) {
  .rs_entry_header {
    height: 100px;
  }
  .rs_entry_header h1 img {
    width: 278px;
    height: 68px;
  }
}
.rs_entry .page_title {
  display: block;
  max-width: 940px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.rs_entry .page_title:before {
  display: none;
}

@media print, screen and (max-width: 400px) {
  .rs_entry .page_title h2 {
    font-size: 5.8vw;
  }
}
#wrap.rs_entry {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 0px auto;
  padding-left: clamp(2.4rem, 6vw, 3.3rem);
  padding-right: clamp(2.4rem, 6vw, 3.3rem);
  z-index: auto !important;
}

.rs_entry .main_contents::before {
  display: none;
}
.rs_entry .main_contents::after {
  display: none;
}
.rs_entry .main_contents a {
  position: relative;
  color: #5872ff;
  text-decoration: underline;
}
.rs_entry .main_contents a[target=_blank]:after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  content: "\e91d";
  color: #5872ff;
  margin-left: 4px;
  margin-right: 1px;
}
.rs_entry .page_title p {
  font-family: "RSR2026font", sans-serif;
  font-weight: 400;
  font-size: clamp(4rem, 10vw, 5.5rem);
  letter-spacing: -0.02em;
  line-height: 1;
}
.rs_entry .page_title h1, .rs_entry .page_title h2 {
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  z-index: 4;
}
.rs_entry .main_contents {
  padding-top: 100px;
}
.rs_entry .required,
.rs_entry .free {
  position: relative;
  display: inline-block;
}
.rs_entry .required:after,
.rs_entry .free:after {
  display: inline-block;
  margin-left: 7px;
  padding: 3px 5px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  transform: translateY(-2px);
}
.rs_entry .required:after {
  content: "必須";
  background: #e6492f;
}
.rs_entry .free:after {
  content: "任意";
  background: #848484;
}

@media print, screen and (min-width: 768px) {
  .rs_entry .page_title p {
    font-size: 4rem;
  }
  .rs_entry .page_title h1,
  .rs_entry .page_title h2 {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .rs_entry .main_contents {
    padding-top: 60px;
  }
  .rs_entry .required:after,
  .rs_entry .free:after {
    padding: 3px 5px;
    font-size: 1.2rem;
  }
}
.rs_label_list label {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  min-height: 28px;
  font-weight: bold;
  cursor: pointer;
}
.rs_label_list label:last-child {
  margin-right: 0;
}
.rs_label_list label input {
  width: auto;
  display: none;
}
.rs_label_list label span {
  display: block;
  position: relative;
  padding-left: 40px;
  font-size: 1.5rem;
  font-weight: bold;
}
.rs_label_list label span:before {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  border: 1px solid #bdbdbc;
  border-radius: 50%;
}
.rs_label_list label span:after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 6px;
  background-color: #08104a;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.6);
  transition: transform 0.2s ease;
}
.rs_label_list label input:checked + span:after {
  opacity: 1;
  transform: scale(1);
}

.rs_entry_sub_wrap {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px dotted #bdbdbc;
}
.rs_entry_sub_wrap:first-of-type {
  margin-top: 0;
}
.rs_entry_sub_wrap .rs_entry_sub_title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #171926;
}

.rs_entry_sub_item {
  padding-top: 12px;
}
.rs_entry_sub_item:first-of-type {
  margin-top: 0;
}
.rs_entry_sub_item dt {
  padding: 0 0 5px;
  font-size: 1.3rem;
  font-weight: normal;
}
.rs_entry_sub_item dd {
  padding: 0;
}

.rs_sns_list .rs_entry_sub_item {
  margin-top: 18px;
  border-top: 1px dotted #bdbdbc;
}
.rs_sns_list .rs_entry_sub_item dd input:not(:first-child) {
  margin-top: 8px;
}
.rs_sns_list .rs_entry_sub_item:first-of-type {
  margin-top: 0;
}

.rs_member_list .rs_entry_sub_item dt {
  margin-bottom: 4px;
}

.rs_member_list_prof dt {
  padding: 12px 0 5px;
  font-size: 1.3rem;
}

.contact_row dt > .notes {
  font-weight: normal;
  margin-top: 10px;
}
.contact_row .rs_photo_notes {
  color: #171926;
}
.contact_row .rs_entry_notes {
  font-weight: bold;
  color: #e6492f;
}

.rs_input_small {
  max-width: 220px;
}

.rs_input_zipcode {
  margin-bottom: 7px;
}

.contact_submit_notes.rs_submit_notes {
  margin-bottom: 25px;
}

.rs_song_by {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.rs_menber_list_main {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
  margin-top: 18px;
}

@media print, screen and (min-width: 768px) {
  .rs_entry_sub_wrap {
    margin-top: 30px;
    padding-top: 20px;
  }
  .rs_entry_sub_wrap .rs_entry_sub_title {
    font-size: 1.8rem;
  }
  .rs_entry_sub_item {
    display: flex;
    flex-direction: column;
    padding-top: 18px;
  }
  .rs_entry_sub_item:first-child {
    margin-top: 0;
  }
  .rs_entry_sub_item dt {
    padding: 10px 0 0;
    font-size: 1.4rem;
  }
  .rs_entry_sub_item dd {
    padding: 0;
  }
  .rs_sns_list .rs_entry_sub_item {
    margin-top: 18px;
    padding: 0;
    border-top: none;
  }
  .rs_sns_list .rs_entry_sub_item:first-of-type {
    margin-top: 0;
  }
  .rs_sns_list .rs_entry_sub_item dd input:not(:first-child) {
    margin-top: 18px;
  }
  .rs_label_list {
    padding-top: 8px;
  }
  .rs_menber_list_name {
    margin-top: 0;
  }
  .rs_menber_list_part {
    margin-top: 0;
  }
  .rs_input_zipcode {
    margin-bottom: 8px;
  }
  .contact_row .rs_photo_notes {
    margin-top: 12px;
  }
  .rs_song_item {
    padding-top: 5px;
  }
  .contact_submit_notes.rs_submit_notes {
    margin-bottom: 30px;
  }
}
.rs_song_list .rs_entry_sub_item dt {
  margin-bottom: 4px;
}

@media print, screen and (min-width: 920px) {
  .contact_row .rs_photo_notes {
    margin-top: 12px;
  }
}
.rs_sns_list .rs_entry_sub_item {
  border-top: 1px dotted #bdbdbc;
}
.rs_sns_list .rs_entry_sub_item dt {
  margin-bottom: 4px;
}

.rs_confirm_sub {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #bdbdbc;
}
.rs_confirm_sub:first-of-type {
  margin-top: 0;
}

.rs_confirm_sub_item {
  margin-top: 12px;
}
.rs_confirm_sub_item:first-of-type {
  margin-top: 0;
  border-top: none;
}
.rs_confirm_sub_item dt {
  font-size: 1.4rem;
  font-weight: bold;
}

.rs_confirm_sub .rs_confirm_sub_title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #171926;
}

.rs_confirm_notes.rs_entry_notes,
.rs_confirm_sub .rs_entry_notes {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.rs_confirm_sns {
  padding-top: 0;
  border: none;
}
.rs_confirm_sns .rs_confirm_sub_item {
  margin-top: 10px;
  padding-top: 10px;
}
.rs_confirm_sns .rs_confirm_sub_item:first-of-type {
  margin-top: 0;
}

.confirm_input {
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .rs_confirm_sub {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #bdbdbc;
  }
  .rs_confirm_sub .rs_confirm_sub_title {
    font-size: 1.8rem;
  }
  .rs_confirm_sub_item {
    display: flex;
    width: 100%;
    margin-top: 15px;
  }
  .rs_confirm_sub_item dt {
    width: 120px;
    font-size: 1.6rem;
  }
  .rs_confirm_sub_item dd {
    width: calc(100% - 120px);
  }
  .rs_confirm_sns .rs_confirm_sub_item {
    margin-top: 15px;
    padding-top: 15px;
  }
  .rs_confirm_sns .rs_confirm_sub_item:first-of-type {
    padding-top: 0;
    border-top: none;
  }
}
@media print, screen and (min-width: 920px) {
  .rs_confirm_sub:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.rs_confirm_menber {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.rs_confirm_menber li:not(:last-of-type) {
  padding-right: 15px;
}

@media print, screen and (min-width: 920px) {
  .rs_confirm_menber li:not(:last-of-type) {
    padding-right: 20px;
  }
}
.rs_error_text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #e6492f;
}
