@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&display=swap");
* {
  color: #002b6c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

p,
span,
button,
li {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
}

h1 {
  color: #2c2c2c;
  margin-bottom: 0.35em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  background-color: #eef8f7;
  padding: 5px 0;
}

.inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.tar {
  text-align: right;
}

.wrap {
  max-width: 800px;
  margin: 0 auto;
}

header {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  width: 92%;
  margin: 7px auto;
}
header h1,
header p {
  line-height: 1.5;
}
header h1 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
header p {
  font-size: 13px;
  color: #2c2c2c;
}

.w100 {
  width: 100%;
}

.shadow-btn {
  background-color: #fff;
  color: #30558b;
  border: none;
  border-radius: 3px;
  padding: 0.75em;
  box-shadow: 0px 0px 9px #dadada;
  font-weight: 700;
  white-space: nowrap;
}
.shadow-btn.attended {
  background-color: #0047b0;
  color: #fff !important;
}
.shadow-btn:disabled {
  background: #c3c3c3;
  cursor: default;
  color: #fff;
}

.bottom-btn {
  border: none;
  position: fixed;
  bottom: 7px;
  border-radius: 999px;
  padding: 13px;
  width: 92%;
  margin: 7px auto;
  background-color: #0047b0;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  max-width: 800px;
}

input[type=submit],
label,
button {
  cursor: pointer;
}
input[type=submit]:hover,
label:hover,
button:hover {
  background-color: #002b6c;
}

#login html,
#login body,
#signup html,
#signup body {
  height: 100%;
}
#login body,
#signup body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
#login form,
#signup form {
  width: 100%;
  margin: 0 auto;
}
#login form input,
#signup form input {
  font-size: 1rem;
}
#login .error,
#signup .error {
  width: 100%;
  background-color: #fffaea;
  border: 2px solid #fbe8a8;
  display: flex;
  align-items: center;
  padding: 0.5em;
  margin-bottom: 0.75em;
  border-radius: 5px;
}
#login .error p,
#signup .error p {
  font-size: clamp(11px, 2em, 13px);
  margin: 0;
}
#login .form-signin,
#signup .form-signin {
  max-width: 330px;
  padding: 15px;
}
#login .form-signin .form-floating:focus-within,
#signup .form-signin .form-floating:focus-within {
  z-index: 2;
}
#login .form-floating,
#signup .form-floating {
  width: 100%;
}
#login .form-signin input[type=email],
#signup .form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#login .form-signin input[type=password],
#signup .form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#login main,
#signup main {
  margin: 0 auto;
}
#login h6,
#signup h6 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin: 0;
  padding: 0.5em 0 !important;
  background: #fff;
  margin-bottom: 1em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0823529412);
  font-weight: bold;
}
#login .submit,
#signup .submit {
  margin-top: 20px;
  font-size: 1rem;
}
#login.login,
#signup.login {
  height: 100svh;
}
#login.login main,
#signup.login main {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 430px;
  height: 100%;
}
#login.login main form,
#signup.login main form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#login.login main .logo,
#signup.login main .logo {
  width: 200px;
  height: auto;
}
#login.auth, #login.password,
#signup.auth,
#signup.password {
  height: 100svh;
}
#login.auth main, #login.password main,
#signup.auth main,
#signup.password main {
  height: 100%;
  flex-direction: row;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
#login.auth main form, #login.password main form,
#signup.auth main form,
#signup.password main form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 560px;
}
#login .etc,
#signup .etc {
  margin-top: 10px;
  font-size: clamp(11px, 2em, 13px);
}

.form-signin {
  max-width: 330px;
  padding: 15px;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin .form-floating {
  width: 100%;
}
.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#calendar .date {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
#calendar .calendar-date-list li {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
#calendar .calendar-date-list li:first-child .limit {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fcf518;
  z-index: 9999;
  padding: 0.75em;
  font-size: 16px;
  left: 0;
  text-align: center;
  color: #ed0000;
}
#calendar .calendar-date-list li:nth-child(n+2) .limit {
  display: none;
}
#calendar .calendar-date-list .calendar-submit-wrap {
  display: flex;
  margin-bottom: 10px;
  overflow-y: auto;
  position: relative;
}
#calendar .calendar-date-list .calendar-submit-wrap form {
  margin-left: 10px;
}
#calendar .calendar-date-list .calendar-submit-wrap .close_btn {
  border: none;
  font-size: 12px;
  background: #c3c3c3;
  margin-left: 10px;
  border-radius: 5px;
  color: #ffffff;
  white-space: nowrap;
}
#calendar .calendar-date-list .calendar-submit-wrap .close_btn.active {
  background: #707070;
}
#calendar .overlay {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.2509803922);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
#calendar .modal-window {
  width: 90%;
  max-width: 800px;
  height: auto;
  max-height: 90vh;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3137254902);
  border-radius: 10px;
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em;
  box-sizing: border-box;
  overflow-y: auto;
}
#calendar .modal-window .close-btn {
  font-size: 35px;
  position: fixed;
  z-index: 1;
  right: 10px;
  top: 10px;
  color: #313087;
}
#calendar .reschedule-ov {
  max-width: 500px;
  margin: auto;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#calendar .reschedule-ov h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
#calendar .reschedule-ov h2 {
  font-size: 16px;
  margin: 10px 0;
}
#calendar .reschedule-ov p {
  font-size: 12px;
  margin: 10px 0;
}
#calendar .reschedule-ov .radio-group {
  display: flex;
  flex-direction: column;
}
#calendar .reschedule-ov .radio-group input[type=radio] {
  display: none;
}
#calendar .reschedule-ov .radio-group input[type=radio]:checked + label {
  background-color: #007bff;
  color: white;
}
#calendar .reschedule-ov .radio-group input[type=radio]:disabled + label {
  color: #c0c0c0;
}
#calendar .reschedule-ov .radio-group label {
  padding: 10px 15px;
  border: 1px solid #ddd;
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#calendar .reschedule-ov .radio-group label:hover {
  background-color: #f8f9fa;
}
#calendar .reschedule-ov textarea {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  resize: vertical;
}
#calendar .reschedule-ov .submit-btn {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-top: 20px;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#calendar .reschedule-ov .submit-btn:hover {
  background-color: #0056b3;
}
#calendar .reschedule-ov .submit-btn.remove {
  background-color: #ff2a2a;
}

#cancel_lesson .wrap {
  max-width: none;
}
#cancel_lesson .wrap header {
  max-width: 800px;
  margin: 0 auto;
}
#cancel_lesson .wrap main {
  padding: 0;
}
#cancel_lesson .wrap main .wrapper {
  padding: 10px;
  max-width: 800px;
  margin: 0 auto;
}
#cancel_lesson .wrap main .wrapper .date-list .date-item {
  display: grid;
  grid-template-columns: 70% auto;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 15px;
}
#cancel_lesson .wrap main .wrapper .date-list .date-item .lesson-box {
  padding-bottom: 5px;
  color: #30558b;
  font-weight: 700;
  white-space: nowrap;
}
#cancel_lesson .wrap main .wrapper .date-list .date-item .lesson-box .date {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
#cancel_lesson .wrap main .wrapper .date-list .date-item .lesson-box .lesson-list li {
  padding: 0.25em;
}
#cancel_lesson .wrap main .wrapper .date-list .date-item .button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cancel_lesson .wrap main .wrapper .date-list .date-item .button-wrap button {
  width: 9em;
  height: 3em;
  border: none;
  font-size: 12px;
  border-radius: 5px;
  color: #ffffff;
  white-space: nowrap;
}
#cancel_lesson .wrap main .wrapper .date-list .date-item .button-wrap button.open-btn {
  background: #007bff;
}
#cancel_lesson .wrap main .wrapper .date-list .date-item .button-wrap button.closed-btn {
  background: #c3c3c3;
  cursor: default;
}
#cancel_lesson .overlay {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.2509803922);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
#cancel_lesson .modal-window {
  width: 90%;
  max-width: 800px;
  height: auto;
  max-height: 90vh;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3137254902);
  border-radius: 10px;
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em;
  box-sizing: border-box;
  overflow-y: auto;
}
#cancel_lesson .modal-window .close-btn {
  font-size: 35px;
  position: fixed;
  z-index: 1;
  right: 10px;
  top: 10px;
  color: #313087;
}
#cancel_lesson .modal-window .reschedule-ov {
  max-width: 500px;
  margin: auto;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#cancel_lesson .modal-window .reschedule-ov h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
#cancel_lesson .modal-window .reschedule-ov h2 {
  font-size: 16px;
  margin: 10px 0;
}
#cancel_lesson .modal-window .reschedule-ov p {
  font-size: 12px;
  margin: 10px 0;
}
#cancel_lesson .modal-window .reschedule-ov .radio-group {
  display: flex;
  flex-direction: column;
}
#cancel_lesson .modal-window .reschedule-ov .radio-group input[type=radio] {
  display: none;
}
#cancel_lesson .modal-window .reschedule-ov .radio-group input[type=radio]:checked + label {
  background-color: #007bff;
  color: white;
}
#cancel_lesson .modal-window .reschedule-ov .radio-group input[type=radio]:disabled + label {
  color: #c0c0c0;
}
#cancel_lesson .modal-window .reschedule-ov .radio-group label {
  padding: 10px 15px;
  border: 1px solid #ddd;
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#cancel_lesson .modal-window .reschedule-ov .radio-group label:hover {
  background-color: #f8f9fa;
}
#cancel_lesson .modal-window .reschedule-ov textarea {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  resize: vertical;
}
#cancel_lesson .modal-window .reschedule-ov .submit-btn {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-top: 20px;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#cancel_lesson .modal-window .reschedule-ov .submit-btn:hover {
  background-color: #0056b3;
}
#cancel_lesson .modal-window .reschedule-ov .submit-btn.remove {
  background-color: #ff2a2a;
}

main {
  padding: 10px;
}

#attendance-students {
  padding-bottom: 150px;
}
#attendance-students .initial {
  font-size: 12px;
  margin: 1em 0 0.5em;
  color: #939292;
}
#attendance-students .students-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#attendance-students .students-list label {
  border: 1px solid #dddddd;
  padding: 1em 0 1em 0.5em;
  border-radius: 5px;
  font-size: 12px;
  background-color: #fff;
}
#attendance-students .students-list label.attended-last-time p {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#attendance-students .students-list label.attended-last-time p:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 999px;
  background-color: #0047b0;
}
#attendance-students .students-list input[type=checkbox] {
  display: none;
}
#attendance-students .students-list input[type=checkbox]:checked + label {
  background-color: #0047b0;
}
#attendance-students .students-list input[type=checkbox]:checked + label p {
  color: #fff;
  font-weight: 700;
}
#attendance-students .students-list input[type=checkbox]:checked + label p:before {
  background-color: #fff;
}
#attendance-students .message-area {
  margin-top: 2em;
}
#attendance-students .message-area p {
  font-size: 12px;
  margin: 1em 0 0.5em;
  color: #939292;
}
#attendance-students .message-area textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

#salary-list .salary-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: #0047b0;
}
#salary-list .salary-list li a {
  color: #fff;
}

#studio_detail h2 {
  background-color: #0047b0;
  color: #fff;
}
#studio_detail ul {
  margin-bottom: 50px;
}
#studio_detail ul li {
  line-height: 1.5;
}
#studio_detail .salary_grid {
  border: 1px solid #c7c7c7;
  border-width: 0 1px;
}
#studio_detail .salary_grid:nth-of-type(1) {
  border-width: 1px 1px 0;
}
#studio_detail .salary_grid:nth-of-type(2) {
  border-bottom: 0;
}
#studio_detail .salary_grid p {
  color: #000000;
  font-size: 13px;
}
#studio_detail .salary_grid .grid > div {
  padding: 0.5em;
}
#studio_detail .salary_grid .grid-2 {
  display: grid;
  grid-template-columns: 50% 50%;
}
#studio_detail .salary_grid .grid-3 {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}
#studio_detail .salary_grid .grid-4 {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
#studio_detail .salary_grid .head {
  background-color: #e9e9e9;
  border-bottom: 1px solid #c7c7c7;
  font-weight: bold;
  position: relative;
  padding: 0.5em 0;
  cursor: pointer;
}
@media screen and (min-width: 400px) {
  #studio_detail .salary_grid .head {
    transition-duration: 0.5s;
  }
  #studio_detail .salary_grid .head:hover {
    background-color: #fdffe5;
  }
}
#studio_detail .salary_grid .head p {
  font-size: 14px;
  letter-spacing: 2px;
}
#studio_detail .salary_grid .head i {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.25;
}
#studio_detail .salary_grid .head i:before {
  color: #6c779f;
}
#studio_detail .salary_grid .head.open i:before {
  content: "\f32d";
}
#studio_detail .salary_grid .body {
  background-color: #fff;
}
#studio_detail .salary_grid .body .grid-2,
#studio_detail .salary_grid .body .grid-3 {
  gap: 1px;
}
#studio_detail .salary_grid .body .grid-2 div,
#studio_detail .salary_grid .body .grid-3 div {
  border: 1px solid #c7c7c7;
  border-width: 0 1px 1px 0;
}
#studio_detail .salary_grid .body > div {
  border: 1px solid #c7c7c7;
  border-width: 0 1px 1px 0;
}
#studio_detail .salary_grid .body.grid-2 div:nth-child(2n) {
  border-width: 0 0 1px 0;
}
#studio_detail .salary_grid .body.grid-3 div:nth-child(3n) {
  border-width: 0 0 1px 0;
}
#studio_detail .salary_grid .body .name {
  margin-bottom: 5px;
}
#studio_detail .salary_grid .body .name:last-child {
  margin-bottom: 0;
}
#studio_detail .salary_grid .body figure img {
  width: 100%;
  height: auto;
}

#stripe_customer .grid-wrap .grid-ttl,
#stripe_customer .grid-wrap .grid {
  display: grid;
  grid-template-columns: 3em 7em 10em 10em 10em 5em 7em 5em 15em 15em;
}
#stripe_customer .grid-wrap .grid-ttl p,
#stripe_customer .grid-wrap .grid p {
  font-size: 11px;
  padding: 1em 1em;
  white-space: nowrap;
}
#stripe_customer .grid-wrap .grid-ttl p {
  text-align: center;
  font-weight: bold;
}
#stripe_customer .grid-wrap .grid:nth-child(2n) {
  background-color: rgba(52, 171, 159, 0.062745098);
}
#stripe_customer .grid-wrap .grid.plan2 {
  background-color: #fff0dc;
}
#stripe_customer .grid-wrap .grid p {
  overflow: hidden;
}

#students-management .search-form {
  background-color: #ffffff;
  border-radius: 999px;
  padding: 10px;
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: 25px auto;
  align-items: center;
}
#students-management .search-form i {
  color: #ccc;
}
#students-management .search-form input[type=text] {
  border: none;
  background-color: initial;
  width: 100%;
  color: #000;
  font-size: 14px;
}
#students-management .search-form input[type=text]:focus-visible {
  outline: none;
}
#students-management .search-form input[type=text]::placeholder {
  font-size: 12px;
}
#students-management .students-list {
  padding-bottom: 20vh;
}
#students-management .students-list label,
#students-management .students-list .grid-ttl {
  display: grid;
  align-items: center;
  grid-template-columns: 50% 30% 20%;
}
#students-management .students-list label p,
#students-management .students-list label i,
#students-management .students-list .grid-ttl p,
#students-management .students-list .grid-ttl i {
  color: #939292;
  transition-duration: 0.25s;
  padding: 10px 5px;
}
#students-management .students-list label p,
#students-management .students-list .grid-ttl p {
  font-size: 13px;
}
#students-management .students-list label i,
#students-management .students-list .grid-ttl i {
  font-size: 20px;
}
#students-management .students-list label:hover,
#students-management .students-list .grid-ttl:hover {
  background-color: initial;
}
#students-management .students-list .grid-ttl p {
  font-size: 11px;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 0.5em 0.25em;
}
#students-management .students-list .student {
  border-bottom: 1px solid #eee;
  background: #fff;
}
#students-management .students-list .student input[type=checkbox] {
  display: none;
}
#students-management .students-list .student input[type=checkbox]:checked + label p,
#students-management .students-list .student input[type=checkbox]:checked + label i {
  color: #0284c7;
}
#students-management .students-list .student input[type=checkbox]:checked + label p {
  font-weight: bold;
}
#students-management .students-list .student input[type=checkbox]:checked + label i:before {
  content: "\f205";
}
#students-management #done-box {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  height: auto;
  max-height: 30vh;
  width: 98%;
  overflow-x: auto;
  background-color: #fff;
  padding-bottom: 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3137254902);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}
#students-management #done-box .done-ttl {
  width: 98%;
  margin: 0 auto;
  padding: 0.5em 0;
  font-size: 13px;
  text-align: center;
  color: #1d1d1d;
  font-weight: bold;
}
#students-management #done-box .checked-student input[type=checkbox] {
  display: none;
}
#students-management #done-box .checked-student input[type=checkbox]:checked + label p,
#students-management #done-box .checked-student input[type=checkbox]:checked + label i {
  color: #0284c7;
}
#students-management #done-box .checked-student input[type=checkbox]:checked + label p {
  font-weight: bold;
}
#students-management #done-box .checked-student input[type=checkbox]:checked + label i:before {
  content: "\f205";
}
#students-management #done-box .checked-student p {
  white-space: nowrap;
  font-size: 12px;
}
#students-management #done-box .checked-student input[type=checkbox] + label {
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 2px 3px;
}
#students-management #done-box .checked-student input[type=checkbox]:checked + label {
  background-color: #0284c7;
}
#students-management #done-box .checked-student input[type=checkbox]:checked + label p {
  color: #fff;
}

#index ul li {
  background-color: #fff;
  border-radius: 10px;
  padding: 1em 0.5em;
  margin-bottom: 0.5em;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1882352941);
  display: grid;
  grid-template-columns: 30% auto;
  align-items: center;
  text-align: center;
}
#index ul li i {
  font-size: 25px;
}
#index ul li span {
  text-align-last: left;
  font-weight: bold;
}

#loading-overlay {
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  /**
  * ==============================================
  * Dot Falling
  * ==============================================
  */
}
#loading-overlay .dot-falling {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  box-shadow: 9999px 0 0 0 #fff;
  animation: dot-falling 1s infinite linear;
  animation-delay: 0.1s;
}
#loading-overlay .dot-falling::before,
#loading-overlay .dot-falling::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
#loading-overlay .dot-falling::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  animation: dot-falling-before 1s infinite linear;
  animation-delay: 0s;
}
#loading-overlay .dot-falling::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  animation: dot-falling-after 1s infinite linear;
  animation-delay: 0.2s;
}
@keyframes dot-falling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 #fff;
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dot-falling-before {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9984px 0 0 0 #fff;
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dot-falling-after {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 10014px 0 0 0 #fff;
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0);
  }
}

#recital_2024 *,
#recital_2025 * {
  color: #000000;
  font-size: 13px;
}
#recital_2024 input[type=submit]:hover,
#recital_2024 label:hover,
#recital_2024 button:hover,
#recital_2025 input[type=submit]:hover,
#recital_2025 label:hover,
#recital_2025 button:hover {
  background-color: initial;
}
#recital_2024 .list1,
#recital_2025 .list1 {
  display: flex;
  flex-wrap: wrap;
}
#recital_2024 .list1 > li,
#recital_2025 .list1 > li {
  width: 50%;
  border-bottom: 1px solid #848484;
  padding: 0.5em;
}
#recital_2024 .list1 > li.w100,
#recital_2025 .list1 > li.w100 {
  width: 100%;
  border-bottom: none;
}
#recital_2024 .list1 > li.ttl,
#recital_2025 .list1 > li.ttl {
  font-weight: bold;
  font-size: 16px;
  margin: 0.5em 0;
}
#recital_2024 .list1 ul.inner,
#recital_2025 .list1 ul.inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1em;
  background-color: #e0e0e0;
  margin-bottom: 1em;
  border: 2px solid #fff;
  border-radius: 15px;
  width: 100%;
}
#recital_2024 .list1 ul.inner li,
#recital_2025 .list1 ul.inner li {
  width: 50%;
  padding: 0.5em;
  border-bottom: 1px solid #d1d1d1;
}
#recital_2024 .list1 ul.inner li:nth-child(5), #recital_2024 .list1 ul.inner li:nth-child(6),
#recital_2025 .list1 ul.inner li:nth-child(5),
#recital_2025 .list1 ul.inner li:nth-child(6) {
  border-bottom: none;
}
#recital_2024 form,
#recital_2025 form {
  padding-bottom: 10vh;
  position: relative;
}
#recital_2024 form input[type=radio],
#recital_2025 form input[type=radio] {
  display: none;
}
#recital_2024 form input[type=radio] + label,
#recital_2025 form input[type=radio] + label {
  width: 100%;
  padding: 0.75em;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 0.25em;
}
#recital_2024 form input[type=radio]:checked + label,
#recital_2025 form input[type=radio]:checked + label {
  background-color: #448cc2;
  color: #fff;
}
#recital_2024 form .btn-wrap,
#recital_2025 form .btn-wrap {
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3137254902);
}
#recital_2024 form .btn-wrap .btn-primary,
#recital_2025 form .btn-wrap .btn-primary {
  color: #fff;
  width: 100%;
}
#recital_2024 .ttl-box,
#recital_2025 .ttl-box {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  margin: 2em 0;
}
#recital_2024 .ttl-box h3,
#recital_2025 .ttl-box h3 {
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  padding: 1em 0;
}
#recital_2024 .ttl-box p,
#recital_2025 .ttl-box p {
  line-height: 1.5;
}
#recital_2024 *,
#recital_2025 * {
  font-family: "Aoto Gothic Regular";
}
#recital_2024 p,
#recital_2025 p {
  font-size: 16px;
  line-height: 1.75;
  overflow-wrap: break-word;
}
#recital_2024 p.b,
#recital_2025 p.b {
  font-family: "太ゴB101";
}
#recital_2024 span,
#recital_2025 span {
  font-size: 12px;
  line-height: 1.5;
}
#recital_2024 header,
#recital_2025 header {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  margin: 0;
}
#recital_2024 header h1,
#recital_2025 header h1 {
  font-size: 30px;
  margin-bottom: 1em;
}
#recital_2024 header p,
#recital_2025 header p {
  margin-bottom: 1em;
}
#recital_2024 .alert,
#recital_2025 .alert {
  padding: 1.5em 0.5em;
}

#recital_2025_details {
  background-color: initial;
}
#recital_2025_details header {
  display: none;
}
#recital_2025_details * {
  color: initial;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-family: "見出ゴMB1 JIS2004 AP", sans-serif;
}
#recital_2025_details *.b {
  font-family: "太ゴB101", sans-serif;
}
#recital_2025_details h1 {
  font-size: 27px;
  font-family: "太ゴB101";
  margin: 1em 0;
  text-align: center;
  line-height: 1.5;
}
#recital_2025_details h2 {
  font-size: 20px;
  background-color: #fff497;
  font-family: "太ゴB101";
  margin-bottom: 1em;
  padding: 0 0.5em;
}
#recital_2025_details h3 {
  font-size: 20px;
}
#recital_2025_details section {
  margin-bottom: 30px;
}
#recital_2025_details table {
  margin: 0 auto;
  margin-top: 1em;
}
#recital_2025_details table tr:nth-child(2n) {
  background-color: #dcf6fe;
}
#recital_2025_details table tr td {
  font-size: 12px;
  border: 1px solid #aaa;
  padding: 0.25em 0.5em;
}
#recital_2025_details table tr td:nth-child(1) {
  white-space: nowrap;
}
#recital_2025_details table tr td a {
  font-size: 12px;
  border-bottom: 1px dotted #555;
}
#recital_2025_details table tr td a.link {
  color: #4639ff;
  border-bottom: none;
}
#recital_2025_details dl {
  width: 95%;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0em 0.5em;
}
#recital_2025_details dl hr {
  grid-column: 1/span 2;
  border-bottom: 1px dashed #555;
  margin: 0.25em 0 1em;
}
#recital_2025_details .icon {
  width: 100%;
  text-align: center;
  margin-bottom: 3em;
}
#recital_2025_details .icon svg {
  width: 150px;
}
#recital_2025_details .cancel {
  display: none;
}
#recital_2025_details .rest td {
  background-color: #f9ff88;
  text-align: center;
}
#recital_2025_details .audition thead td {
  background-color: #aaa;
  border: 1px solid #999 !important;
  text-align: center;
}
#recital_2025_details .audition tbody tr td:nth-child(2), #recital_2025_details .audition tbody tr td:nth-child(3) {
  white-space: nowrap;
}

#recital2024_intr,
#recital2025_intr {
  background: #fff;
}
#recital2024_intr .header,
#recital2025_intr .header {
  display: none;
}
#recital2024_intr table,
#recital2025_intr table {
  width: 100%;
}
#recital2024_intr table *,
#recital2025_intr table * {
  font-size: clamp(12px, 2vw, 14px);
}
#recital2024_intr table tr,
#recital2025_intr table tr {
  border-bottom: 1px solid #555;
}
#recital2024_intr table tr th,
#recital2025_intr table tr th {
  white-space: nowrap;
}
#recital2024_intr table tr th ul,
#recital2024_intr table tr td ul,
#recital2025_intr table tr th ul,
#recital2025_intr table tr td ul {
  display: grid;
  grid-template-columns: 14em auto 20em 3em;
  position: relative;
  padding: 0.5em;
  margin: 0;
  gap: 7px;
}
#recital2024_intr table tr th ul:nth-child(2n),
#recital2024_intr table tr td ul:nth-child(2n),
#recital2025_intr table tr th ul:nth-child(2n),
#recital2025_intr table tr td ul:nth-child(2n) {
  background-color: rgba(33, 150, 243, 0.2117647059);
}
#recital2024_intr table tr th ul li p,
#recital2024_intr table tr td ul li p,
#recital2025_intr table tr th ul li p,
#recital2025_intr table tr td ul li p {
  margin: 0;
}
#recital2024_intr table tr th ul li:nth-child(1), #recital2024_intr table tr th ul li:nth-child(2),
#recital2024_intr table tr td ul li:nth-child(1),
#recital2024_intr table tr td ul li:nth-child(2),
#recital2025_intr table tr th ul li:nth-child(1),
#recital2025_intr table tr th ul li:nth-child(2),
#recital2025_intr table tr td ul li:nth-child(1),
#recital2025_intr table tr td ul li:nth-child(2) {
  white-space: nowrap;
}
#recital2024_intr table tr th ul li.message p,
#recital2024_intr table tr td ul li.message p,
#recital2025_intr table tr th ul li.message p,
#recital2025_intr table tr td ul li.message p {
  background-color: #fffbb5;
  border-radius: 999px;
  padding: 0.5em 1em;
  font-size: 12px;
}
#recital2024_intr table tr th ul li.join button,
#recital2024_intr table tr td ul li.join button,
#recital2025_intr table tr th ul li.join button,
#recital2025_intr table tr td ul li.join button {
  font-size: 10px;
  border: none;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3137254902);
}
#recital2024_intr table tr th ul li.join button:hover,
#recital2024_intr table tr td ul li.join button:hover,
#recital2025_intr table tr th ul li.join button:hover,
#recital2025_intr table tr td ul li.join button:hover {
  background: rgba(0, 0, 0, 0.3137254902);
  color: #fff;
}
#recital2024_intr table tr th ul .join-list,
#recital2024_intr table tr td ul .join-list,
#recital2025_intr table tr th ul .join-list,
#recital2025_intr table tr td ul .join-list {
  grid-area: 2/1/3/6;
  background: #eee;
  padding: 0.5em;
  display: grid;
  grid-template-columns: 9em 9em 9em 9em 9em;
  gap: 5px;
  display: none;
}
#recital2024_intr table tr th ul .join-list span,
#recital2024_intr table tr td ul .join-list span,
#recital2025_intr table tr th ul .join-list span,
#recital2025_intr table tr td ul .join-list span {
  background-color: #fff;
  padding: 0.25em 0.5em;
}
#recital2024_intr table thead tr,
#recital2025_intr table thead tr {
  display: grid;
  grid-template-columns: 5em 3em 3em 10em 3em 3em;
}
#recital2024_intr table tbody tr,
#recital2025_intr table tbody tr {
  display: grid;
  grid-template-columns: 5em 3em 3em 3em auto;
}

#recital2025_lesson_close {
  background: #fff;
}
#recital2025_lesson_close .header {
  display: none;
}
#recital2025_lesson_close table {
  width: 100%;
}
#recital2025_lesson_close table * {
  font-size: clamp(12px, 2vw, 14px);
}
#recital2025_lesson_close table tr {
  border-bottom: 1px solid #555;
}
#recital2025_lesson_close table tr th {
  white-space: nowrap;
}
#recital2025_lesson_close table tr th ul,
#recital2025_lesson_close table tr td ul {
  display: grid;
  grid-template-columns: 20em auto;
  position: relative;
  padding: 0.5em;
  margin: 0;
  gap: 7px;
}
#recital2025_lesson_close table tr th ul:nth-child(2n),
#recital2025_lesson_close table tr td ul:nth-child(2n) {
  background-color: rgba(33, 150, 243, 0.2117647059);
}
#recital2025_lesson_close table tr th ul li p,
#recital2025_lesson_close table tr td ul li p {
  margin: 0;
}
#recital2025_lesson_close table tr th ul li:nth-child(1), #recital2025_lesson_close table tr th ul li:nth-child(2),
#recital2025_lesson_close table tr td ul li:nth-child(1),
#recital2025_lesson_close table tr td ul li:nth-child(2) {
  white-space: nowrap;
}
#recital2025_lesson_close table thead tr {
  display: grid;
  grid-template-columns: 10em auto;
}
#recital2025_lesson_close table tbody tr {
  display: grid;
  grid-template-columns: 10em auto;
}

#recital_2025_music {
  width: 100%;
  overflow: scroll;
  padding: 3em 0;
  box-sizing: border-box;
  position: relative;
}
#recital_2025_music th,
#recital_2025_music td,
#recital_2025_music input {
  font-size: 8px;
  white-space: nowrap;
}
#recital_2025_music table th,
#recital_2025_music table td {
  padding: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.3137254902);
  box-sizing: border-box;
}
#recital_2025_music table th:nth-child(2),
#recital_2025_music table td:nth-child(2) {
  max-width: 10em;
  overflow-x: auto;
}
#recital_2025_music table th input,
#recital_2025_music table td input {
  padding: 0.5em;
  background-color: #eee;
  box-sizing: border-box;
}
#recital_2025_music table thead {
  position: relative;
}
#recital_2025_music table thead tr {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 9999;
}
#recital_2025_music table thead tr th {
  font-weight: bold;
}
#recital_2025_music table tbody tr {
  position: relative;
}
#recital_2025_music table tbody tr:nth-child(2n) td {
  background-color: #e3f1ff;
}
#recital_2025_music table tbody tr td {
  overflow: hidden;
  box-sizing: border-box;
  background-color: rgb(157, 157, 157) !important;
  color: #000;
}
#recital_2025_music table tbody tr td:nth-child(1), #recital_2025_music table tbody tr td:nth-child(2) {
  position: sticky;
  width: 10em;
  left: 0;
}
#recital_2025_music table tbody tr td:nth-child(2) {
  left: 8em;
}
#recital_2025_music table tbody tr.active td {
  background-color: #ffffff !important;
}
#recital_2025_music table tbody tr.active td input {
  background-color: #ebebeb;
  outline: none;
  border: none;
  font-size: 1.2em;
}
#recital_2025_music table tbody tr:nth-child(1) td {
  background-color: #0080ff !important;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}
#recital_2025_music input[type=submit] {
  display: none;
}
#recital_2025_music label.recital25_music_submit {
  position: fixed;
  bottom: 40px;
  right: 10px;
  background-color: #3a4eff;
  color: #fff;
  font-weight: bold;
  padding: 10px 10px;
}

#recital_2025_music {
  padding-bottom: 10vh;
  padding: 0;
  background-color: #fff;
}
#recital_2025_music * {
  font-family: 見出ゴMB1, "Noto Sans JP", Poppins, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#recital_2025_music input,
#recital_2025_music textarea {
  background-color: #f6f6f6;
  padding: 1em 0.5em;
  box-sizing: border-box;
  border-radius: 5px;
  border: none;
}
#recital_2025_music h3 {
  padding: 0.5em;
  margin: 0.5em;
  box-sizing: border-box;
  background-color: #91e2ff;
}
#recital_2025_music .save-anime {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000e43;
  padding: 0.75em 1em;
  font-size: 13px;
  color: #fff;
  border-radius: 0 0 0 5px;
  transition-duration: 0.25s;
  opacity: 0;
  translate: 100% 0;
  max-width: 100%;
  z-index: 1;
}
#recital_2025_music .save-anime span {
  color: #fff;
}
#recital_2025_music .save-anime.on {
  animation: saveAnimation 3s ease forwards;
}
@keyframes saveAnimation {
  20% {
    opacity: 1;
    translate: 0 0;
  }
  90% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 100% 0;
  }
}
#recital_2025_music .wrap,
#recital_2025_music .numberBlock {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding-bottom: 30px;
}
#recital_2025_music .editList {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 0.25em;
  align-items: center;
  justify-content: center;
  border: 1px solid #555;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
  width: calc(100% - 10px);
  margin: 0 auto;
  margin-bottom: 1em;
  position: relative;
}
#recital_2025_music .editList .index {
  text-align: center;
}
#recital_2025_music .editList .index i {
  position: relative;
}
#recital_2025_music .editList .index i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 2em;
  height: 2em;
  border-radius: 999px;
  background-color: #eaff2b;
  z-index: -1;
}
#recital_2025_music .editList .index .delete_btn {
  position: absolute;
  left: 10px;
  top: 10px;
}
#recital_2025_music .editList .index .delete_btn:before {
  background-color: initial;
}
#recital_2025_music .editList ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
}
#recital_2025_music .editList ul li:nth-child(0) {
  text-align: center;
}
#recital_2025_music .editList ul .musicTtl {
  display: grid;
  grid-template-columns: 3em auto;
  align-items: center;
}
#recital_2025_music .editList ul .musicTtl p {
  font-size: 10px;
}
#recital_2025_music .editList ul .musicTtl input {
  width: 100%;
  font-size: 0.8em;
}
#recital_2025_music .editList ul .start,
#recital_2025_music .editList ul .end {
  display: grid;
  grid-template-columns: 2em 1em 2em 3em 2em 1em 2em 3em;
  align-items: center;
}
#recital_2025_music .editList ul .start input,
#recital_2025_music .editList ul .end input {
  text-align: right;
  font-size: 0.8em;
}
#recital_2025_music .editList ul .start p,
#recital_2025_music .editList ul .end p {
  text-align: center;
}
#recital_2025_music .editList ul .message {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
#recital_2025_music .btn-wrap {
  display: flex;
  justify-content: center;
}
#recital_2025_music .btn-wrap .musicAddBtn {
  width: calc(100% - 10px);
  background-color: initial;
  border: 3px dashed #b0b0b0;
  padding: 3vh;
}
#recital_2025_music .bottom-btn {
  border: none;
  position: fixed;
  bottom: 7px;
  border-radius: 999px;
  padding: 13px;
  width: 92%;
  margin: 7px auto;
  background-color: #0047b0;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  max-width: 800px;
}

#print_seat_2025 {
  background: #fff;
}
#print_seat_2025 .wrap {
  max-width: 100% !important;
}
#print_seat_2025 .print-area {
  page-break-before: always;
  width: 297mm;
  height: 200mm;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
#print_seat_2025 .print-area .pass-wrap {
  display: grid;
  grid-template-columns: 14em 14em 14em 14em 14em;
}
#print_seat_2025 .print-area .pass-wrap .pass {
  height: 100mm;
  color: #fff;
  background: #ff6600;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: solid 0.5px;
}
#print_seat_2025 .print-area .pass-wrap .pass svg {
  width: 50%;
}
#print_seat_2025 .print-area .pass-wrap .pass p {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
}
#print_seat_2025 .print-area .pass-wrap .pass p.name1 {
  margin: 0 0 0 0;
  font-size: 25px;
}
#print_seat_2025 .print-area .pass-wrap .pass p.name2 {
  margin: 0 0 0 0;
  font-size: 12px;
}
#print_seat_2025 .print-area .pass-wrap .staff {
  height: 100mm;
  color: #fff;
  background: #2e853a;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: solid 0.5px;
}
#print_seat_2025 .print-area .pass-wrap .staff svg {
  width: 67%;
  fill: #fff;
}
#print_seat_2025 .print-area .pass-wrap .staff p {
  font-size: 51px;
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
}
#print_seat_2025 .print-area .stage {
  font-size: 250px;
  color: #000;
}
#print_seat_2025 .print-area .stage i {
  font-size: 300px;
  color: #000;
}
#print_seat_2025 .print-area .stage-2 {
  font-size: 220px;
  color: #000;
}
#print_seat_2025 .print-area .stage-2 i {
  font-size: 300px;
  color: #000;
}
#print_seat_2025 .print-area .stage-3 {
  font-size: 160px;
  color: #000;
  margin: -28px;
}
#print_seat_2025 .print-area .stage-3 i {
  font-size: 300px;
  color: #000;
}
#print_seat_2025 .print-area .stage-4 {
  font-size: 126px;
  color: #000;
  margin: -24px;
}
#print_seat_2025 .print-area .stage-4 i {
  font-size: 300px;
  color: #000;
}
#print_seat_2025 .print-area .backstage {
  font-size: 141px;
  color: #000;
}
#print_seat_2025 .print-area .studio_number {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#print_seat_2025 .print-area .studio_number p {
  color: #000;
  font-size: 14px;
}
#print_seat_2025 .print-area .seat-content {
  font-size: 230px;
  color: #000;
}
#print_seat_2025 .print-area .seat-special {
  font-size: 180px;
  color: #000;
}
#print_seat_2025 .print-area .seat-name {
  font-size: 100px;
  color: #000;
}
#print_seat_2025 .print-area .seat-studio-wrap {
  display: grid;
  grid-template-columns: 23em 23em 23em;
}
#print_seat_2025 .print-area .seat-studio-wrap .seat-studio-list {
  line-height: 50px;
}
#print_seat_2025 .print-area .seat-studio-wrap .seat-studio-list p {
  font-size: 50px;
  color: #000;
}
#print_seat_2025 .header {
  display: none;
}

#audition_order table tr {
  display: grid;
  grid-template-columns: 3em 7em 7em 12em 2em;
}
#audition_order table thead {
  border-bottom: 1px solid #002b6c;
}
#audition_order table thead tr th {
  padding: 0.5em 0;
}
#audition_order table thead tr th p {
  text-align: center;
  font-size: 10px;
  margin-bottom: 0;
  font-weight: bold;
}
#audition_order table tbody tr {
  cursor: grab;
}
#audition_order table tbody tr:hover {
  background-color: #d0f5ff;
}
#audition_order table tbody tr:active {
  cursor: grabbing;
}
#audition_order table tbody tr td {
  padding: 0.5em 0;
}
#audition_order table tbody tr td p {
  font-size: 12px;
  margin-bottom: 0;
  gap: 5px;
  text-align: center;
}
#audition_order table tbody tr td p span {
  background-color: #eee;
  border-radius: 999px;
  padding: 0.25em 0.5em;
}

#score table tr {
  display: grid;
  grid-template-columns: 3em 7em 7em 12em 2em 7em;
}
#score table thead {
  border-bottom: 1px solid #002b6c;
}
#score table thead tr th {
  padding: 0.5em 0;
}
#score table thead tr th p {
  text-align: center;
  font-size: 10px;
  margin-bottom: 0;
  font-weight: bold;
}
#score table tbody tr {
  cursor: grab;
}
#score table tbody tr:hover {
  background-color: #d0f5ff;
}
#score table tbody tr:active {
  cursor: grabbing;
}
#score table tbody tr td {
  padding: 0.5em 0;
}
#score table tbody tr td p {
  font-size: 12px;
  margin-bottom: 0;
  gap: 5px;
  text-align: center;
}
#score table tbody tr td p span {
  background-color: #eee;
  border-radius: 999px;
  padding: 0.25em 0.5em;
}
#score form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#score .btn-wrap {
  width: 100%;
  padding: 0.5em;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3137254902);
  z-index: 999;
  padding: 0.5em;
}
#score .btn-wrap button {
  border: none;
  background: linear-gradient(to left, #a93c7a, #5c399a, #2158c3);
  color: #fff;
  padding: 0.5em;
  width: 100%;
  border-radius: 999px;
}
#score .row-grid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
#score .row-grid p {
  color: #000;
  font-size: clamp(11px, 2vw, 13px);
  margin: 0;
  font-weight: bold;
}
#score .row-grid.ttl-box {
  background-color: #d7eeff;
  padding: 0.25em;
  margin-bottom: 1em;
}
#score .row-grid.student {
  display: grid;
  grid-template-columns: 2em 33% 33% calc(33% - 2em);
  margin-bottom: 1.5em;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(63, 122, 152, 0.3137254902);
  padding: 0.25em;
  border-radius: 6px;
  box-sizing: border-box;
}
#score .row-grid.student p {
  padding: 0.5em;
  white-space: nowrap;
}
#score .row-grid.student p.large-text {
  font-size: clamp(12px, 2vw, 15px);
}
#score .row-grid .point-box {
  grid-area: 2/1/3/6;
  display: grid;
  grid-template-columns: 5em calc(100% - 10em - 0.5em) auto;
  gap: 0.5em;
  row-gap: 1em;
  margin: 0.75em 0;
  align-items: center;
}
#score .row-grid .point-box .input-range {
  display: none;
}
#score .row-grid .point-box .range-group {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
#score .row-grid .point-box .range-group > a {
  text-decoration: initial !important;
}
#score .row-grid .point-box .range-group > a:before {
  content: "\f005";
  font-family: "Font Awesome 6 Pro";
  font-size: 1em;
  color: #aaa;
}
#score .row-grid .point-box .range-group > a.on:before {
  content: "\f005";
  color: rgb(255, 219, 40);
}
#score .row-grid .point-box input[type=number] {
  border: none;
  border-bottom: 1px solid #555;
}

#recital2024_audition_result * {
  color: #000;
}
#recital2024_audition_result .wrap {
  max-width: initial;
}
#recital2024_audition_result .grid-2 {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 2em;
  position: relative;
  align-items: baseline;
}
@media screen and (max-width: 500px) {
  #recital2024_audition_result .grid-2 {
    grid-template-columns: 100%;
  }
}
#recital2024_audition_result .grid-2 .grid {
  width: 100%;
  display: grid;
  grid-template-columns: 3em 6em 4em auto 7%;
  align-items: self-start;
  align-items: center;
  padding: 7px;
  box-shadow: 0 0 5px rgba(34, 34, 34, 0.2509803922);
  margin-bottom: 1em;
  border-radius: 15px;
}
#recital2024_audition_result .grid-2 .grid p {
  font-size: clamp(13px, 2vw, 10px);
  margin-bottom: 0;
  text-align: center;
}
#recital2024_audition_result .grid-2 .grid p .b {
  font-weight: bold;
  font-size: 17px;
}
#recital2024_audition_result .grid-2 .grid.ttl span {
  text-align: center !important;
}
#recital2024_audition_result .grid-2 .grid i {
  text-align: center;
}
#recital2024_audition_result .grid-2 .grid .cell {
  display: grid;
  grid-template-columns: 100%;
}
#recital2024_audition_result .grid-2 .grid .cell span {
  text-align: left;
}
#recital2024_audition_result .grid-2 .grid .cell span:nth-child(1) {
  background-color: #eee;
  font-size: 9px;
}
#recital2024_audition_result .grid-2 .grid .cell span:nth-child(2) {
  padding: 0.5em;
}
#recital2024_audition_result .grid-2 .grid .icon {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#recital2024_audition_result .grid-2 .grid .avg-point {
  grid-column-end: span 4;
}
#recital2024_audition_result .grid-2 .grid .point-detail {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-column-end: span 4;
  padding-top: 10px;
}
#recital2024_audition_result .grid-2 .grid .point-detail p {
  text-align: center;
  border: 1px solid #eee;
}
#recital2024_audition_result .grid-2 .grid .point-detail .name {
  background-color: #eee;
}
#recital2024_audition_result .grid-2 .grid .radio-grid {
  width: 100%;
  display: flex;
  gap: 5px;
  justify-content: center;
}
#recital2024_audition_result .grid-2 .grid .radio-grid label {
  font-size: 10px;
  padding: 0.25em 0.5em;
  background-color: #eee;
  width: fit-content;
}
#recital2024_audition_result .grid-2 .grid .radio-grid label:hover {
  background-color: #c4e6ff;
}
#recital2024_audition_result .grid-2 .grid .radio-grid input:checked + label {
  background-color: #45b2ff;
}
#recital2024_audition_result .grid-2 .pickup-box {
  position: sticky;
  top: 0;
}
#recital2024_audition_result .sort {
  margin-bottom: 1em;
}
#recital2024_audition_result .sort button {
  background-color: #ffe6a8;
  border: 0;
  font-size: 12px;
  padding: 0.5em 1em;
  box-shadow: 2px 2px 0 #222;
  border-radius: 2px;
  margin-right: 0.5em;
}
#recital2024_audition_result .tab-pane ul {
  padding: 0 0 1em 1em;
}
#recital2024_audition_result .tab-pane ul li {
  margin-bottom: 0.5em;
  font-size: 14px;
}
#recital2024_audition_result .nav-item button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
}
#recital2024_audition_result .nav-item button span.count {
  background-color: #e2e2e2;
  border-radius: 999px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
}
#recital2024_audition_result .tab-content p.pick_avg {
  margin-top: 2em;
  background-color: #e2e2e2;
  border-radius: 999px;
  font-size: 10px;
  width: fit-content;
  padding: 0.25em 0.5em;
}

.seat_result {
  position: relative;
}
.seat_result .seat-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.seat_result .seat-btn button {
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3137254902);
  padding: 0.5em;
  border-radius: 999px;
  margin: 1em 0;
}
.seat_result .seat-btn button.on {
  background-color: #2196f3;
}
.seat_result .seat-btn button p {
  font-size: 12px;
  color: #555;
}
.seat_result .content .reserve-list {
  overflow-y: auto;
  background-color: #fff;
  width: 300px;
  height: 100dvh;
  position: fixed;
  right: 0;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3137254902);
  padding: 1em;
}
@media screen and (max-width: 600px) {
  .seat_result .content .reserve-list {
    width: 100%;
    height: 50vh;
    bottom: 0;
  }
}
.seat_result .content .reserve-list .reserve-list-inner {
  height: auto;
}
.seat_result .content .reserve-list .reserve-list-inner h4 {
  font-size: 12px;
  margin-bottom: 0.5em;
  color: #111111;
}
.seat_result .content .reserve-list .reserve-list-inner .box {
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  gap: 0.6%;
}
.seat_result .content .reserve-list .reserve-list-inner .box button {
  font-size: 12px;
  border: none;
  border-radius: 5px;
}
.seat_result .content .reserve-list .reserve-list-inner .box button:hover, .seat_result .content .reserve-list .reserve-list-inner .box button.on {
  background-color: #cdebff;
}
.seat_result .content .reserve-list .reserve-list-inner .box button p {
  white-space: nowrap;
  padding: 0.5em;
  color: #555555;
}
.seat_result .content .svg-area {
  overflow: auto;
  /* 赤 */
  /* 緑 */
  /* 青 */
  /* 黄 */
  /* シアン */
  /* マゼンタ */
  /* 銀色 */
  /* 暗赤 */
  /* オリーブ */
  /* 暗緑 */
  /* 紫 */
  /* ティール */
  /* ネイビー */
  /* オレンジ */
  /* ピンク */
  /* スレートブルー */
  /* ライトシーグリーン */
  /* ライムグリーン */
  /* レッドオレンジ */
  /* ゴールド */
  /* ブルーバイオレット */
  /* ダークスレートブルー */
  /* ダークターコイズ */
  /* ダークバイオレット */
  /* ディープピンク */
  /* ディープスカイブルー */
  /* フォレストグリーン */
  /* クリムゾン */
  /* カデットブルー */
  /* カーキ */
}
.seat_result .content .svg-area .svg-inner.on {
  width: 1000px;
}
.seat_result .content .svg-area .student {
  fill: #ff8f8f;
}
.seat_result .content .svg-area .ope {
  fill: rgb(255, 238, 143);
}
.seat_result .content .svg-area .right {
  fill: rgb(156, 255, 143);
}
.seat_result .content .svg-area .left {
  fill: rgb(255, 143, 231);
}
.seat_result .content .svg-area .studio1 {
  stroke: rgb(255, 0, 0);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio1.on {
  fill: rgb(255, 0, 0);
}
.seat_result .content .svg-area .studio2 {
  stroke: rgb(0, 255, 0);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio2.on {
  fill: rgb(0, 255, 0);
}
.seat_result .content .svg-area .studio3 {
  stroke: rgb(0, 0, 255);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio3.on {
  fill: rgb(0, 0, 255);
}
.seat_result .content .svg-area .studio4 {
  stroke: rgb(255, 255, 0);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio4.on {
  fill: rgb(255, 255, 0);
}
.seat_result .content .svg-area .studio5 {
  stroke: rgb(0, 255, 255);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio5.on {
  fill: rgb(0, 255, 255);
}
.seat_result .content .svg-area .studio6 {
  stroke: rgb(255, 0, 255);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio6.on {
  fill: rgb(255, 0, 255);
}
.seat_result .content .svg-area .studio7 {
  stroke: rgb(192, 192, 192);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio7.on {
  fill: rgb(192, 192, 192);
}
.seat_result .content .svg-area .studio8 {
  stroke: rgb(128, 0, 0);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio8.on {
  fill: rgb(128, 0, 0);
}
.seat_result .content .svg-area .studio9 {
  stroke: rgb(128, 128, 0);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio9.on {
  fill: rgb(128, 128, 0);
}
.seat_result .content .svg-area .studio10 {
  stroke: rgb(0, 128, 0);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio10.on {
  fill: rgb(0, 128, 0);
}
.seat_result .content .svg-area .studio11 {
  stroke: rgb(128, 0, 128);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio11.on {
  fill: rgb(128, 0, 128);
}
.seat_result .content .svg-area .studio12 {
  stroke: rgb(0, 128, 128);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio12.on {
  fill: rgb(0, 128, 128);
}
.seat_result .content .svg-area .studio13 {
  stroke: rgb(0, 0, 128);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio13.on {
  fill: rgb(0, 0, 128);
}
.seat_result .content .svg-area .studio14 {
  stroke: rgb(255, 165, 0);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio14.on {
  fill: rgb(255, 165, 0);
}
.seat_result .content .svg-area .studio15 {
  stroke: rgb(255, 192, 203);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio15.on {
  fill: rgb(255, 192, 203);
}
.seat_result .content .svg-area .studio16 {
  stroke: rgb(106, 90, 205);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio16.on {
  fill: rgb(106, 90, 205);
}
.seat_result .content .svg-area .studio17 {
  stroke: rgb(32, 178, 170);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio17.on {
  fill: rgb(32, 178, 170);
}
.seat_result .content .svg-area .studio18 {
  stroke: rgb(50, 205, 50);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio18.on {
  fill: rgb(50, 205, 50);
}
.seat_result .content .svg-area .studio19 {
  stroke: rgb(255, 69, 0);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio19.on {
  fill: rgb(255, 69, 0);
}
.seat_result .content .svg-area .studio20 {
  stroke: rgb(255, 215, 0);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio20.on {
  fill: rgb(255, 215, 0);
}
.seat_result .content .svg-area .studio21 {
  stroke: rgb(138, 43, 226);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio21.on {
  fill: rgb(138, 43, 226);
}
.seat_result .content .svg-area .studio22 {
  stroke: rgb(72, 61, 139);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio22.on {
  fill: rgb(72, 61, 139);
}
.seat_result .content .svg-area .studio23 {
  stroke: rgb(0, 206, 209);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio23.on {
  fill: rgb(0, 206, 209);
}
.seat_result .content .svg-area .studio24 {
  stroke: rgb(148, 0, 211);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio24.on {
  fill: rgb(148, 0, 211);
}
.seat_result .content .svg-area .studio25 {
  stroke: rgb(255, 20, 147);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio25.on {
  fill: rgb(255, 20, 147);
}
.seat_result .content .svg-area .studio26 {
  stroke: rgb(0, 191, 255);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio26.on {
  fill: rgb(0, 191, 255);
}
.seat_result .content .svg-area .studio27 {
  stroke: rgb(34, 139, 34);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio27.on {
  fill: rgb(34, 139, 34);
}
.seat_result .content .svg-area .studio28 {
  stroke: rgb(220, 20, 60);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio28.on {
  fill: rgb(220, 20, 60);
}
.seat_result .content .svg-area .studio29 {
  stroke: rgb(95, 158, 160);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio29.on {
  fill: rgb(95, 158, 160);
}
.seat_result .content .svg-area .studio30 {
  stroke: rgb(240, 230, 140);
  stroke-width: 2;
}
.seat_result .content .svg-area .studio30.on {
  fill: rgb(240, 230, 140);
}

#sort_perform .list .row {
  display: grid;
  grid-template-columns: 10em auto;
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  padding: 0.5em 0;
}
#sort_perform .list .row:active {
  background-color: #badcff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3137254902);
}
#sort_perform .list .row p {
  font-size: 11px;
  color: #000;
  margin: 0;
}
#sort_perform .list .row .member {
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  gap: 2px;
}
@media screen and (max-width: 600px) {
  #sort_perform .list .row .member {
    grid-template-columns: 33% 33% 33%;
  }
}
#sort_perform .list .row .member p {
  padding: 0.25em;
  border-radius: 3px;
}
#sort_perform .list .row .member p.mark1 {
  background-color: rgb(149, 202, 255);
}
#sort_perform .list .row .member p.mark2 {
  background-color: rgb(255, 149, 149);
}
#sort_perform .list .rest {
  width: 100%;
  background-color: #fff5b2;
  padding: 2em 0;
  border-radius: 10px;
  border: none;
  margin: 1em 0;
}

#recital_timetable {
  padding: 50px;
  background-color: #fff;
}
#recital_timetable .member-toggle {
  position: fixed;
  bottom: 8%;
  right: 4%;
  z-index: 1000;
  width: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#recital_timetable .member-toggle > * {
  font-size: 12px;
}
#recital_timetable .member-toggle span {
  padding-bottom: 5px;
}
#recital_timetable .member-toggle ul {
  display: flex;
  background-color: #ddd;
  border-radius: 99999px;
  width: 100%;
}
#recital_timetable .member-toggle ul li {
  border-radius: 99999px;
  width: 50%;
  padding: 7px 1.5em;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
#recital_timetable .member-toggle ul li.on {
  background-color: #458eee;
}
#recital_timetable .member-toggle ul li.on p {
  color: #fff;
}
#recital_timetable header {
  display: none;
}
#recital_timetable main {
  padding: 0;
}
#recital_timetable .wrap {
  max-width: 100%;
}
#recital_timetable #timetable {
  display: grid;
  grid-template-columns: 100%;
  position: relative;
  row-gap: 100px;
}
#recital_timetable #timetable h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
#recital_timetable #timetable h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
#recital_timetable #timetable p {
  color: #000;
}
#recital_timetable #timetable .member-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 150;
}
#recital_timetable #timetable .member-wrap button {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #2196f3;
  border: initial;
  padding: 0.35em 1em;
  border-radius: 5px;
  cursor: pointer;
}
#recital_timetable #timetable .member-wrap button p {
  color: #fff;
}
#recital_timetable #timetable .left,
#recital_timetable #timetable .right {
  position: relative;
}
#recital_timetable #timetable .left::-webkit-scrollbar,
#recital_timetable #timetable .right::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
#recital_timetable #timetable .left::-webkit-scrollbar-track,
#recital_timetable #timetable .right::-webkit-scrollbar-track {
  background-color: #ccc;
}
#recital_timetable #timetable .left::-webkit-scrollbar-thumb,
#recital_timetable #timetable .right::-webkit-scrollbar-thumb {
  background-color: #858585;
}
#recital_timetable #timetable .left .head,
#recital_timetable #timetable .right .head {
  position: sticky;
  top: 0;
  width: 100%;
  padding-bottom: 1em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 80%, transparent);
  z-index: 99;
  padding: 10px;
}
#recital_timetable #timetable .left .head .setting-form,
#recital_timetable #timetable .right .head .setting-form {
  display: flex;
  width: 100%;
  background-color: #efefef;
  border-radius: 5px;
  padding: 1em;
  padding-right: 15%;
  gap: 5px;
}
#recital_timetable #timetable .left .head .setting-form .text-form,
#recital_timetable #timetable .right .head .setting-form .text-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0.25em 0.5em;
  box-sizing: border-box;
  background-color: #fff;
  width: fit-content;
  position: relative;
}
#recital_timetable #timetable .left .head .setting-form .text-form > *,
#recital_timetable #timetable .right .head .setting-form .text-form > * {
  font-size: 11px;
  white-space: nowrap;
}
#recital_timetable #timetable .left .head .setting-form .text-form input,
#recital_timetable #timetable .right .head .setting-form .text-form input {
  width: 5em;
}
#recital_timetable #timetable .left .head .setting-form .text-form input[type=time],
#recital_timetable #timetable .right .head .setting-form .text-form input[type=time] {
  width: auto;
}
#recital_timetable #timetable .left .head .setting-form button[type=button],
#recital_timetable #timetable .right .head .setting-form button[type=button] {
  display: none;
}
#recital_timetable #timetable .left .head .setting-form button[type=button] + label,
#recital_timetable #timetable .right .head .setting-form button[type=button] + label {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background-color: #03a9f4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, 20%);
  cursor: pointer;
}
#recital_timetable #timetable .left .head .setting-form button[type=button] + label i,
#recital_timetable #timetable .right .head .setting-form button[type=button] + label i {
  color: #fff;
}
#recital_timetable #timetable .left .head .setting-form button[type=button] + label.type_2,
#recital_timetable #timetable .right .head .setting-form button[type=button] + label.type_2 {
  background-color: #eeeeee;
  width: fit-content;
  height: auto;
  padding: 0.25em 0.5em;
}
#recital_timetable #timetable .left .head .setting-form button[type=button] + label.type_2 i,
#recital_timetable #timetable .right .head .setting-form button[type=button] + label.type_2 i {
  font-size: 10px;
  width: 15px;
  height: 15px;
  color: #555;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recital_timetable #timetable .left .head .setting-form button[type=button] + label.type_2 p,
#recital_timetable #timetable .right .head .setting-form button[type=button] + label.type_2 p {
  font-size: 10px;
}
#recital_timetable #timetable .left .head .setting-form .add-times,
#recital_timetable #timetable .left .head .setting-form .remove-times,
#recital_timetable #timetable .right .head .setting-form .add-times,
#recital_timetable #timetable .right .head .setting-form .remove-times {
  margin-right: initial !important;
  position: static !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
}
#recital_timetable #timetable .left .list,
#recital_timetable #timetable .right .list {
  padding: 10px;
}
#recital_timetable #timetable .left .accordion-btn,
#recital_timetable #timetable .right .accordion-btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.75em 0.5em;
  box-sizing: border-box;
}
#recital_timetable #timetable .left .accordion-btn i,
#recital_timetable #timetable .right .accordion-btn i {
  transform: rotate(180deg);
  font-size: 20px;
  transition-duration: 0.25s;
}
#recital_timetable #timetable .left .accordion-btn.off i,
#recital_timetable #timetable .right .accordion-btn.off i {
  transform: rotate(90deg);
}
#recital_timetable #timetable .left .accordion-btn h2,
#recital_timetable #timetable .right .accordion-btn h2 {
  margin-bottom: 0;
}
#recital_timetable #timetable .left .program,
#recital_timetable #timetable .right .program {
  background-color: #fff6aa;
  border-radius: 5px;
}
#recital_timetable #timetable .number-wrap {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 2em;
}
#recital_timetable #timetable .number-wrap li:before {
  content: "";
  position: absolute;
  bottom: -1em;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
#recital_timetable #timetable .accordion-item {
  border: none !important;
}
#recital_timetable #timetable li.row {
  display: grid;
  grid-template-columns: 2.5rem 2.5rem 5rem 10rem 2.5rem 3rem auto 4em;
  align-items: center;
  gap: 2px 0.5em;
  position: relative;
  background-color: #ffffff;
}
#recital_timetable #timetable li.row select {
  font-size: 11px;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
}
#recital_timetable #timetable li.row:active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3137254902);
  background-color: #d2ebff;
}
#recital_timetable #timetable li.row .class_name p {
  font-weight: bold;
}
#recital_timetable #timetable li.row.title {
  background-color: #ccc;
  font-size: 12px;
}
#recital_timetable #timetable li.row.title p {
  padding: 0.5em;
}
#recital_timetable #timetable li.row p {
  font-size: 11px;
  padding: 0.25em 0;
  white-space: nowrap;
}
#recital_timetable #timetable li.row div {
  cursor: grab;
  display: flex;
  align-items: center;
  padding: 0;
  overflow-y: auto;
}
#recital_timetable #timetable li.row div:active {
  cursor: grabbing;
}
#recital_timetable #timetable li.row div.member {
  cursor: grab;
  display: grid;
  align-items: center;
  padding: 2px;
  grid-template-columns: 8em 8em 8em 8em 8em;
  gap: 0.2em;
}
#recital_timetable #timetable li.row div.member::-webkit-scrollbar {
  width: 10px;
  height: 2px;
}
#recital_timetable #timetable li.row div.member::-webkit-scrollbar-track {
  background-color: #ccc;
}
#recital_timetable #timetable li.row div.member::-webkit-scrollbar-thumb {
  background-color: #858585;
}
#recital_timetable #timetable li.row div.member p {
  box-sizing: border-box;
  font-size: 12px;
  display: flex;
  background-color: #efefef;
  border-radius: 2px;
  padding: 6px;
}
#recital_timetable #timetable li.row div.member p.mark1 {
  background-color: #ff3c3c;
}
#recital_timetable #timetable li.row div.member p.mark1::after {
  content: "(1)";
  display: block;
  padding-left: 0.5em;
}
#recital_timetable #timetable li.row div.member p.mark2 {
  background-color: #ff9632;
}
#recital_timetable #timetable li.row div.member p.mark2::after {
  content: "(2)";
  display: block;
  padding-left: 0.5em;
}
#recital_timetable #timetable li.row div.member p.mark3 {
  background-color: #ffdc50;
}
#recital_timetable #timetable li.row div.member p.mark3::after {
  content: "(3)";
  display: block;
  padding-left: 0.5em;
}
#recital_timetable #timetable li.row div.member p.mark4 {
  background-color: #64c8ff;
}
#recital_timetable #timetable li.row div.member p.mark4::after {
  content: "(4)";
  display: block;
  padding-left: 0.5em;
}
#recital_timetable #timetable li.row div.member p.mark5 {
  background-color: #3c96ff;
}
#recital_timetable #timetable li.row div.member p.mark5::after {
  content: "(5)";
  display: block;
  padding-left: 0.5em;
}
#recital_timetable #timetable li.row div .index {
  text-align: center;
}
#recital_timetable #timetable li.row .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#recital_timetable #timetable li.row .btn-wrap button.edit {
  display: flex;
  align-items: center;
  padding: 0.25em 0.25em;
  border: initial;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3137254902);
  height: auto;
  width: fit-content;
  z-index: 9;
  text-align: center;
  transition-duration: 0.5s;
  cursor: pointer;
}
#recital_timetable #timetable li.row .btn-wrap button.edit i {
  color: #000;
  font-size: 10px;
  margin-right: 0.5em;
}
#recital_timetable #timetable li.row .btn-wrap button.edit p {
  font-size: 10px;
}
#recital_timetable #timetable li.row .btn-wrap button.edit:hover {
  background-color: #555;
}
#recital_timetable #timetable li.row .btn-wrap button.edit:hover i,
#recital_timetable #timetable li.row .btn-wrap button.edit:hover p {
  color: #ffeb3b;
}
#recital_timetable #timetable .right {
  background-color: #eee;
}
#recital_timetable #timetable .right .row {
  grid-template-columns: 4.5rem 2.5rem 5.5rem 10rem 4em 4rem 4.5em 4.5rem auto 4em;
}
#recital_timetable #timetable .right .row .position-limit {
  display: flex;
  align-items: center;
}
#recital_timetable #timetable .right .row .position-limit input {
  width: 5em;
}
#recital_timetable #timetable .right .row .position-limit span {
  padding-left: 0.5em;
}
#recital_timetable #timetable .right .row .position-limit * {
  font-size: 10px;
}
#recital_timetable #timetable .right .row div {
  overflow-y: auto;
}
#recital_timetable #timetable .ov-wrap {
  display: none;
  width: 100%;
  height: 100dvh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3137254902);
  z-index: 999;
  backdrop-filter: blur(6px);
  cursor: pointer;
  top: 0;
  left: 0;
}
#recital_timetable #timetable .ov-wrap .ov {
  display: none;
  width: 500px;
  height: auto;
  max-height: 80dvh;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em;
  box-sizing: border-box;
}
#recital_timetable #timetable .ov-wrap .ov h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
#recital_timetable #timetable .ov-wrap .ov .time {
  font-size: 15px;
  margin-bottom: 20px;
}
#recital_timetable #timetable .ov-wrap .ov .join {
  display: flex;
  column-gap: 5px;
  row-gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#recital_timetable #timetable .ov-wrap .ov .join button {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-around;
  border: initial;
  border-radius: 999px;
  background-color: #eee;
  transition-duration: 0.25s;
  cursor: pointer;
}
#recital_timetable #timetable .ov-wrap .ov .join button p {
  font-size: 12px;
  white-space: nowrap;
}
#recital_timetable #timetable .ov-wrap .ov .join button:hover {
  background-color: #a6c5ff;
}
#recital_timetable #timetable .ov-wrap .ov .join button:hover p,
#recital_timetable #timetable .ov-wrap .ov .join button:hover i {
  color: #fff;
}
#recital_timetable #timetable .ov-wrap .ov .search input {
  width: 100%;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 5px;
}
#recital_timetable #timetable .ov-wrap .ov .search ul.search-result {
  display: grid;
  grid-template-columns: 100%;
  max-height: 200px;
  overflow-y: auto;
}
#recital_timetable #timetable .ov-wrap .ov .search ul.search-result li {
  width: 100%;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  transition-duration: 0.25s;
  cursor: pointer;
}
#recital_timetable #timetable .ov-wrap .ov .search ul.search-result li:hover {
  background-color: #a6c5ff;
}
#recital_timetable #timetable .ov-wrap .ov .text-form {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 10px;
  margin-bottom: 10px;
}
#recital_timetable #timetable .ov-wrap .ov .text-form div {
  display: grid;
  grid-template-columns: 4em auto;
  column-gap: 10px;
  align-items: center;
}
#recital_timetable #timetable .ov-wrap .ov .text-form div input {
  width: 100%;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 5px;
}
#recital_timetable #timetable .ov-wrap .ov#number-registar select, #recital_timetable #timetable .ov-wrap .ov#member-edit select, #recital_timetable #timetable .ov-wrap .ov#gene-registar select {
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 5px;
}
#recital_timetable #timetable .ov-wrap .ov#number-registar .limit, #recital_timetable #timetable .ov-wrap .ov#member-edit .limit, #recital_timetable #timetable .ov-wrap .ov#gene-registar .limit {
  display: flex;
  gap: 0.5em;
}
#recital_timetable #timetable .ov-wrap .ov#number-registar .limit select, #recital_timetable #timetable .ov-wrap .ov#member-edit .limit select, #recital_timetable #timetable .ov-wrap .ov#gene-registar .limit select {
  width: 4em;
}
#recital_timetable #timetable .submit-btn {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  z-index: 150;
  background: #2196f3;
  border: initial;
  padding: 0.35em 1em;
  display: block;
  margin: 10px auto 0 auto;
  border-radius: 5px;
  cursor: pointer;
}
#recital_timetable #timetable .submit-btn p {
  color: #fff;
}
#recital_timetable #timetable .remove-btn {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  z-index: 150;
  border: initial;
  padding: 0.35em 1em;
  display: block;
  margin: 10px auto 0 auto;
  border-radius: 5px;
  cursor: pointer;
  background: initial;
}
#recital_timetable #timetable .remove-btn p {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 0.25em;
  font-size: 0.7em;
  font-weight: 400;
}
#recital_timetable .ttWrap {
  display: grid;
  grid-template-columns: calc(80% - 1em) 20%;
  gap: 1em;
}
#recital_timetable .ttWrap .log {
  padding: 0.25em;
}
#recital_timetable .ttWrap .log * {
  color: #000 !important;
  font-size: 12px;
}
#recital_timetable .ttWrap .log .ttl {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
#recital_timetable .ttWrap .log .ttl p {
  padding: 2em 0;
}
#recital_timetable .ttWrap .log .ttl button {
  background-color: #ff8888;
  border: none;
  padding: 0.5em;
}
#recital_timetable .ttWrap .log ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  width: 100%;
}
#recital_timetable .ttWrap .log ul li {
  box-shadow: 0 0 1px #000;
  padding: 1em 0.25em;
  cursor: pointer;
}
#recital_timetable .ttWrap .log ul li:hover {
  background-color: rgba(0, 0, 0, 0.1254901961);
}

#recital_rollcall {
  background-color: #fff;
}
#recital_rollcall * {
  color: #000 !important;
}
#recital_rollcall p {
  font-size: 12px;
}
#recital_rollcall .print-area {
  page-break-before: always;
  width: 210mm;
  height: 297mm;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
#recital_rollcall .title {
  width: 100%;
  display: grid;
  grid-template-columns: 15% 35% 15% 35%;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  justify-items: center;
}
#recital_rollcall .title div {
  border: solid;
  width: 100%;
  text-align: center;
  border-width: 0.5px;
  padding: 10px 12px;
  background-color: #fff;
}
#recital_rollcall .title .label {
  display: flex;
  align-items: center;
  justify-content: center;
}
#recital_rollcall .title .content {
  font-weight: bold;
  text-align-last: left;
}
#recital_rollcall .title .content p {
  font-size: 23px;
}
#recital_rollcall .butai {
  padding: 16px 0px;
  width: 100%;
}
#recital_rollcall .butai p span {
  padding: 0px 28px;
  border-bottom: solid;
  border-width: 1px;
}
#recital_rollcall .member-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: calc(50% - 2px) calc(50% - 2px);
  border: 1px solid #000;
  box-sizing: border-box;
  justify-content: space-around;
  border-width: 1px 0 1px 1px;
}
#recital_rollcall .member-wrap .member {
  display: grid;
  grid-template-columns: 10% 40% 50%;
  grid-template-rows: repeat(25, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-items: center;
  box-sizing: border-box;
}
#recital_rollcall .member-wrap .member .item {
  width: 100%;
  background-color: #fff;
  padding: 0 0.25em;
  height: 33px;
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  display: flex;
  flex-wrap: wrap;
}
#recital_rollcall .member-wrap .member .item.mark1 {
  background-color: #ff3333;
}
#recital_rollcall .member-wrap .member .item.mark1 p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark1::after {
  content: "(1つ後に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark1-after {
  background-color: #ff3333;
}
#recital_rollcall .member-wrap .member .item.mark1-after p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark1-after::after {
  content: "(1つ前に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark2 {
  background-color: #ff6666;
}
#recital_rollcall .member-wrap .member .item.mark2 p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark2::after {
  content: "(2つ後に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark2-after {
  background-color: #ff6666;
}
#recital_rollcall .member-wrap .member .item.mark2-after p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark2-after::after {
  content: "(2つ前に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark3 {
  background-color: #ff9999;
}
#recital_rollcall .member-wrap .member .item.mark3 p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark3::after {
  content: "(3つ後に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark3-after {
  background-color: #ff9999;
}
#recital_rollcall .member-wrap .member .item.mark3-after p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark3-after::after {
  content: "(3つ前に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark4 {
  background-color: #ffcc99;
}
#recital_rollcall .member-wrap .member .item.mark4 p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark4::after {
  content: "(4つ後に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark4-after {
  background-color: #ffcc99;
}
#recital_rollcall .member-wrap .member .item.mark4-after p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark4-after::after {
  content: "(4つ前に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark5 {
  background-color: #ffe680;
}
#recital_rollcall .member-wrap .member .item.mark5 p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark5::after {
  content: "(5つ後に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark5-after {
  background-color: #ffe680;
}
#recital_rollcall .member-wrap .member .item.mark5-after p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark5-after::after {
  content: "(5つ前に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark6 {
  background-color: #ffff99;
}
#recital_rollcall .member-wrap .member .item.mark6 p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark6::after {
  content: "(6つ後に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark6-after {
  background-color: #ffff99;
}
#recital_rollcall .member-wrap .member .item.mark6-after p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark6-after::after {
  content: "(6つ前に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark7 {
  background-color: #ccff99;
}
#recital_rollcall .member-wrap .member .item.mark7 p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark7::after {
  content: "(7つ後に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark7-after {
  background-color: #ccff99;
}
#recital_rollcall .member-wrap .member .item.mark7-after p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark7-after::after {
  content: "(7つ前に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark8 {
  background-color: #ccffcc;
}
#recital_rollcall .member-wrap .member .item.mark8 p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark8::after {
  content: "(8つ後に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark8-after {
  background-color: #ccffcc;
}
#recital_rollcall .member-wrap .member .item.mark8-after p {
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.mark8-after::after {
  content: "(8つ前に出番)";
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#recital_rollcall .member-wrap .member .item.head {
  text-align: center;
  background-color: #ddd;
}
#recital_rollcall .member-wrap .member .item:nth-child(3n) {
  border-right: 1px solid #000;
}
#recital_rollcall .div1 {
  grid-area: 1/1/2/2;
}
#recital_rollcall .div2 {
  grid-area: 1/2/2/3;
}
#recital_rollcall .div3 {
  grid-area: 1/3/2/4;
}
#recital_rollcall .div4 {
  grid-area: 1/4/2/5;
}
#recital_rollcall .div5 {
  grid-area: 2/1/3/2;
}
#recital_rollcall .div6 {
  grid-area: 2/2/3/5;
}
#recital_rollcall .div7 {
  grid-area: 3/1/4/2;
}
#recital_rollcall .div8 {
  grid-area: 3/2/4/5;
}
#recital_rollcall header {
  display: none;
}
#recital_rollcall main {
  padding: 0;
}
#recital_rollcall .wrap {
  max-width: 100%;
}
#recital_rollcall .iri {
  position: relative;
  cursor: pointer;
}
#recital_rollcall .iri:hover:before {
  opacity: 0.25;
  content: "";
  display: block;
  border: 2px solid #000;
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  border-radius: 9999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#recital_rollcall .iri.on:before {
  content: "";
  display: block;
  border: 2px solid #000;
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  border-radius: 9999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#recital_rollcall .otodashi select {
  width: 100%;
  text-align-last: center;
  border: none;
  font-weight: bold;
}

#print_seat {
  background: #fff;
}
#print_seat .wrap {
  max-width: 100% !important;
}
#print_seat .print-area {
  page-break-before: always;
  width: 297mm;
  height: 200mm;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
#print_seat .print-area .pass-wrap {
  display: grid;
  grid-template-columns: 14em 14em 14em 14em 14em;
}
#print_seat .print-area .pass-wrap .pass {
  height: 100mm;
  color: #fff;
  background: #ff6600;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: solid 0.5px;
}
#print_seat .print-area .pass-wrap .pass svg {
  width: 50%;
}
#print_seat .print-area .pass-wrap .pass p {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
}
#print_seat .print-area .pass-wrap .pass p.name1 {
  margin: 0 0 0 0;
  font-size: 25px;
}
#print_seat .print-area .pass-wrap .pass p.name2 {
  margin: 0 0 0 0;
  font-size: 12px;
}
#print_seat .print-area .pass-wrap .staff {
  height: 100mm;
  color: #fff;
  background: #2e853a;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: solid 0.5px;
}
#print_seat .print-area .pass-wrap .staff svg {
  width: 50%;
}
#print_seat .print-area .pass-wrap .staff p {
  font-size: 51px;
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
}
#print_seat .print-area .stage {
  font-size: 250px;
  color: #000;
}
#print_seat .print-area .stage i {
  font-size: 300px;
  color: #000;
}
#print_seat .print-area .backstage {
  font-size: 141px;
  color: #000;
}
#print_seat .print-area .studio_number {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#print_seat .print-area .seat-content {
  font-size: 160px;
  color: #000;
}
#print_seat .print-area .seat-studio-wrap {
  display: grid;
  grid-template-columns: 23em 23em 23em;
}
#print_seat .print-area .seat-studio-wrap .seat-studio-list {
  line-height: 50px;
}
#print_seat .print-area .seat-studio-wrap .seat-studio-list p {
  font-size: 50px;
  color: #000;
}
#print_seat .header {
  display: none;
}

#lesson_close li {
  background-color: #fff;
  color: #30558b;
  border: none;
  border-radius: 3px;
  padding: 0.75em;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#lesson_close li button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
#lesson_close li i {
  color: #939292;
}
#lesson_close li .on i {
  color: #0284c7;
}
#lesson_close .title {
  background-color: transparent;
  font-size: 12px;
}

#recital_2025_close {
  padding-bottom: 100px;
}
#recital_2025_close p {
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#recital_2025_close .instructor {
  margin-bottom: 2.5em;
}
#recital_2025_close .instructor * {
  color: #000;
}
#recital_2025_close .instructor ul {
  display: grid;
  grid-template-columns: 65% 35%;
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0;
  align-items: center;
}
#recital_2025_close .instructor ul li span {
  padding-left: 5px;
  align-content: center;
}
#recital_2025_close .instructor ul li input {
  width: 3em;
}
#recital_2025_close .btn-wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 10px;
  background-color: rgba(238, 248, 247, 0.8509803922);
  padding: 1em 0;
  display: flex;
  justify-content: flex-end;
}

#recital_2025_special_fee .tar {
  text-align: right;
}
#recital_2025_special_fee .bonus_area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
}
#recital_2025_special_fee .bonus_area h5 {
  font-size: 25px;
  font-weight: bold;
}
#recital_2025_special_fee .bonus_area table {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
}
#recital_2025_special_fee .bonus_area table th {
  white-space: nowrap;
  letter-spacing: 1px;
}
#recital_2025_special_fee .bonus_area table th,
#recital_2025_special_fee .bonus_area table td {
  vertical-align: middle;
  padding: 0.35em;
  border: 1px solid #000;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
}
#recital_2025_special_fee .bonus_area .grid-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 95%;
  margin: 0 auto;
  gap: 1px;
  background-color: #000;
  border: 1px solid #000;
  box-sizing: border-box;
  font-weight: bold;
}
#recital_2025_special_fee .bonus_area .grid-table li {
  background-color: #fff;
  padding: 0.35em;
}
#recital_2025_special_fee .bonus_area .grid-table li p {
  color: #000;
}
#recital_2025_special_fee .bonus_area .grid-table .full {
  grid-column: span 4;
}
#recital_2025_special_fee .bonus_area .grid-table .subgrid {
  display: grid;
  grid-template-columns: subgrid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background-color: #000;
  padding: 0em;
}
#recital_2025_special_fee .bonus_area .grid-table .subgrid p {
  background-color: #fff;
  padding: 0.35em;
  font-size: 0.8em;
}

#upload-music-and-plan-2026 label {
  background-color: initial;
}
#upload-music-and-plan-2026 .instructor-photo-section {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #f9f9f9;
}
#upload-music-and-plan-2026 .instructor-photo-section .instructor-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
#upload-music-and-plan-2026 .instructor-photo-section .file-upload-row {
  margin-bottom: 15px;
}
#upload-music-and-plan-2026 .instructor-photo-section .file-upload-row .instructor-photo-container {
  margin-top: 10px;
}
#upload-music-and-plan-2026 .instructor-photo-section .file-upload-row .instructor-photo-container .instructor-photo-item {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
}
#upload-music-and-plan-2026 .instructor-photo-section .file-upload-row .instructor-photo-container .instructor-photo-item .file-link {
  color: #007bff;
  text-decoration: none;
}
#upload-music-and-plan-2026 .instructor-photo-section .file-upload-row .instructor-photo-container .instructor-photo-item .file-link:hover {
  text-decoration: underline;
}
#upload-music-and-plan-2026 .instructor-photo-section .file-upload-row .instructor-photo-container .instructor-photo-item .delete-instructor-photo-btn {
  position: absolute;
  top: -8px;
  right: -9px;
  padding: 4px;
  background-color: #838383;
  color: white;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
}
#upload-music-and-plan-2026 .instructor-photo-section .plan-upload-section .plan-forms-container {
  margin-top: 10px;
}
#upload-music-and-plan-2026 .instructor-photo-section .plan-upload-section .plan-forms-container .plan-form-item {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
}
#upload-music-and-plan-2026 .instructor-photo-section .plan-upload-section .plan-forms-container .plan-form-item strong {
  margin-right: 10px;
}
#upload-music-and-plan-2026 .instructor-photo-section .plan-upload-section .add-plan-btn {
  padding: 5px 15px;
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#upload-music-and-plan-2026 .instructor-photo-section .plan-upload-section .add-plan-btn:hover {
  background-color: #23953e;
}
#upload-music-and-plan-2026 .number-section {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #f9f9f9;
}
#upload-music-and-plan-2026 .number-section .number-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
#upload-music-and-plan-2026 .number-section .file-upload-row {
  margin-bottom: 15px;
}
#upload-music-and-plan-2026 .number-section .file-upload-row .file-upload-label {
  display: inline-block;
  width: 100%;
}
#upload-music-and-plan-2026 .number-section .file-upload-row .music-form-container {
  margin-top: 10px;
}
#upload-music-and-plan-2026 .number-section .file-upload-row .music-form-container .music-form-item {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
}
#upload-music-and-plan-2026 .number-section .file-upload-row .music-form-container .music-form-item .file-link {
  color: #007bff;
  text-decoration: none;
}
#upload-music-and-plan-2026 .number-section .file-upload-row .music-form-container .music-form-item .file-link:hover {
  text-decoration: underline;
}
#upload-music-and-plan-2026 .number-section .file-upload-row .music-form-container .music-form-item .delete-music-btn {
  position: absolute;
  top: -8px;
  right: -9px;
  padding: 4px;
  background-color: #838383;
  color: white;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
}
#upload-music-and-plan-2026 .number-section .file-upload-row .video-form-container {
  margin-top: 10px;
}
#upload-music-and-plan-2026 .number-section .file-upload-row .video-form-container .video-form-item {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
}
#upload-music-and-plan-2026 .number-section .file-upload-row .video-form-container .video-form-item .file-link {
  color: #007bff;
  text-decoration: none;
}
#upload-music-and-plan-2026 .number-section .file-upload-row .video-form-container .video-form-item .file-link:hover {
  text-decoration: underline;
}
#upload-music-and-plan-2026 .number-section .file-upload-row .video-form-container .video-form-item .delete-video-btn {
  position: absolute;
  top: -8px;
  right: -9px;
  padding: 4px;
  background-color: #838383;
  color: white;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
}
#upload-music-and-plan-2026 .number-section .plan-upload-section .plan-forms-container {
  margin-top: 10px;
}
#upload-music-and-plan-2026 .number-section .plan-upload-section .plan-forms-container .plan-form-item {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
}
#upload-music-and-plan-2026 .number-section .plan-upload-section .plan-forms-container .plan-form-item strong {
  margin-right: 10px;
}
#upload-music-and-plan-2026 .number-section .plan-upload-section .add-plan-btn {
  padding: 5px 15px;
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#upload-music-and-plan-2026 .number-section .plan-upload-section .add-plan-btn:hover {
  background-color: #23953e;
}
#upload-music-and-plan-2026 .upload-btn {
  padding: 5px 15px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#upload-music-and-plan-2026 .upload-btn:hover {
  background-color: #0056b3;
}
#upload-music-and-plan-2026 .upload-btn:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}
#upload-music-and-plan-2026 .plan-form-item {
  position: relative;
}
#upload-music-and-plan-2026 .plan-form-item .delete-plan-btn,
#upload-music-and-plan-2026 .plan-form-item .remove-plan-form-btn {
  position: absolute;
  top: -8px;
  right: -9px;
  padding: 4px;
  background-color: #838383;
  color: white;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
}
#upload-music-and-plan-2026 .music-upload-btn-container {
  display: flex;
}
#upload-music-and-plan-2026 .plan-upload-btn-container {
  display: flex;
  gap: 5px;
}

#upload-number-movie-2026 label {
  background-color: initial;
}
#upload-number-movie-2026 .instructor-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}
#upload-number-movie-2026 .number-section {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #f9f9f9;
}
#upload-number-movie-2026 .number-section .number-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
#upload-number-movie-2026 .number-section .number-container {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
}
#upload-number-movie-2026 .number-section .file-upload-row {
  margin-bottom: 15px;
}
#upload-number-movie-2026 .number-section .file-upload-row .file-upload-label {
  display: inline-block;
  width: 100%;
}
#upload-number-movie-2026 .number-section .file-upload-row .video-form-container {
  margin-top: 10px;
}
#upload-number-movie-2026 .number-section .file-upload-row .video-form-container .video-form-item {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
}
#upload-number-movie-2026 .number-section .file-upload-row .video-form-container .video-form-item .file-link {
  color: #007bff;
  text-decoration: none;
}
#upload-number-movie-2026 .number-section .file-upload-row .video-form-container .video-form-item .file-link:hover {
  text-decoration: underline;
}
#upload-number-movie-2026 .number-section .file-upload-row .video-form-container .video-form-item .delete-video-btn {
  position: absolute;
  top: -8px;
  right: -9px;
  padding: 4px;
  background-color: #838383;
  color: white;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
}
#upload-number-movie-2026 .upload-btn {
  padding: 5px 15px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#upload-number-movie-2026 .upload-btn:hover {
  background-color: #0056b3;
}
#upload-number-movie-2026 .upload-btn:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

#sales-detail h2 {
  background-color: #0047b0;
  color: #fff;
}
#sales-detail ul {
  margin-bottom: 50px;
}
#sales-detail ul li {
  line-height: 1.5;
}
#sales-detail .sales-selector-container-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
#sales-detail .sales-selector-container-wrap select {
  padding: 0.5em;
  border-radius: initial;
  border: 1px solid #c7c7c7;
  color: #000000;
  font-size: 13px;
}
#sales-detail .sales_grid {
  border: 1px solid #c7c7c7;
  margin-bottom: 1em;
}
#sales-detail .sales_grid:nth-of-type(1) {
  border-width: 1px 1px 0;
}
#sales-detail .sales_grid:nth-of-type(2) {
  border-bottom: 0;
}
#sales-detail .sales_grid p {
  color: #000000;
  font-size: 13px;
}
#sales-detail .sales_grid .grid > div {
  padding: 0.5em;
}
#sales-detail .sales_grid .grid-2 {
  display: grid;
  grid-template-columns: 50% 50%;
}
#sales-detail .sales_grid .grid-3 {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}
#sales-detail .sales_grid .grid-4 {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
#sales-detail .sales_grid .grid-5 {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
#sales-detail .sales_grid .head {
  background-color: #e9e9e9;
  border-bottom: 1px solid #c7c7c7;
  font-weight: bold;
  position: relative;
  padding: 0.5em 0;
  cursor: pointer;
}
@media screen and (min-width: 400px) {
  #sales-detail .sales_grid .head {
    transition-duration: 0.5s;
  }
  #sales-detail .sales_grid .head:hover {
    background-color: #fdffe5;
  }
}
#sales-detail .sales_grid .head p {
  font-size: 14px;
  letter-spacing: 2px;
}
#sales-detail .sales_grid .head i {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.25;
}
#sales-detail .sales_grid .head i:before {
  color: #6c779f;
}
#sales-detail .sales_grid .head.open i:before {
  content: "\f32d";
}
#sales-detail .sales_grid .body {
  background-color: #fff;
}
#sales-detail .sales_grid .body .grid-2,
#sales-detail .sales_grid .body .grid-3,
#sales-detail .sales_grid .body .grid-4,
#sales-detail .sales_grid .body .grid-5 {
  gap: 1px;
}
#sales-detail .sales_grid .body .grid-2 div,
#sales-detail .sales_grid .body .grid-3 div,
#sales-detail .sales_grid .body .grid-4 div,
#sales-detail .sales_grid .body .grid-5 div {
  border: 1px solid #c7c7c7;
  border-width: 0 1px 1px 0;
}
#sales-detail .sales_grid .body > div {
  border: 1px solid #c7c7c7;
  border-width: 0 1px 1px 0;
}
#sales-detail .sales_grid .body.grid-2 div:nth-child(2n) {
  border-width: 0 0 1px 0;
}
#sales-detail .sales_grid .body.grid-3 div:nth-child(3n) {
  border-width: 0 0 1px 0;
}
#sales-detail .sales_grid .body.grid-4 div:nth-child(4n) {
  border-width: 0 0 1px 0;
}
#sales-detail .sales_grid .body.grid-5 div:nth-child(5n) {
  border-width: 0 0 1px 0;
}
#sales-detail .sales_grid .body .name {
  margin-bottom: 5px;
}
#sales-detail .sales_grid .body .name:last-child {
  margin-bottom: 0;
}
#sales-detail .sales_grid .body figure img {
  width: 100%;
  height: auto;
}

#show-image-2026 img {
  width: 100%;
  height: auto;
}
#show-image-2026 figure {
  margin: 0;
}
#show-image-2026 .ttl {
  font-weight: bold;
  background-color: #e1ebff;
}
#show-image-2026 .image-pick {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 3px;
  row-gap: 3px;
}
#show-image-2026 .image-etc {
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  column-gap: 3px;
  row-gap: 3px;
}
#show-image-2026 .dl-btn {
  display: none;
}
#show-image-2026 .android {
  grid-template-columns: 99%;
}
#show-image-2026 .android li {
  position: relative;
}
#show-image-2026 .android li .dl-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 0.5em;
  background-color: #2196f3;
  padding: 0.25em 1em;
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3137254902);
}
#show-image-2026 .android li .dl-btn i {
  font-size: 15px;
  color: #ffffff;
}
#show-image-2026 .android li .dl-btn span {
  font-size: 13px;
  color: #ffffff;
}
#show-image-2026 .lb-nav a.lb-next,
#show-image-2026 .lb-nav a.lb-prev {
  opacity: 1 !important;
  width: 50px !important;
  height: 50px !important;
  top: 50% !important;
  position: absolute;
  transform: translate(0, -50%);
}
#show-image-2026 .display {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 1em;
  justify-content: center;
  padding: 1em;
  background-color: #fff;
}
#show-image-2026 .display ul {
  display: flex;
  font-size: 15px;
  margin-bottom: 0;
}
#show-image-2026 .display ul li button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 0.5em;
  background-color: initial;
  border: 1px solid #ddd;
  border-radius: 999px;
}
#show-image-2026 .display ul li button span {
  font-size: 12px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#show-image-2026 .display ul li button.on {
  background-color: #2196f3;
  border: 1px solid #2196f3;
}
#show-image-2026 .display ul li button.on span,
#show-image-2026 .display ul li button.on i {
  color: #fff;
}
#show-image-2026 .display ul li:nth-child(1) button {
  border-radius: 999px 0 0 999px;
}
#show-image-2026 .display ul li:nth-child(2) button {
  border-radius: 0 999px 999px 0;
}
#show-image-2026 .imageshow-btn-wrap {
  position: absolute;
  bottom: 11vh;
  width: 100%;
  z-index: 999;
  text-align: center;
}
#show-image-2026 .imageshow-btn-wrap button {
  width: 80%;
  font-size: 14px;
  padding: 0.5em 1em;
  border: none;
  background: linear-gradient(45deg, #ff77ef, #6d67ff);
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3137254902);
}
#show-image-2026 .lum-lightbox-position-helper .lum-img {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=common.css.map */
