@charset "UTF-8";
@keyframes hover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0);
  }
}
#tooltip {
  text-align: left;
  font-size: 14px;
  color: #515151;
  background: #fff;
  border: 1px solid #eaeaea;
  position: absolute;
  z-index: 100;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0px 5px 15px #dedede;
  z-index: 99999;
}

#tooltip:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -10px;
  z-index: 1;
}

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #eaeaea;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

#tooltip img.karaoke_sample1 {
  width: 200px;
}

#tooltip img.karaoke_sample2 {
  width: 200px;
}

textarea {
  white-space: pre-wrap;
}

abbr {
  text-decoration: none;
  display: inline-block;
}

.form__body, .list__body {
  width: 550px;
  margin: 0 auto;
}
.form__body ::selection, .list__body ::selection {
  background: #AEDED3;
  color: #515151;
}
@media screen and (max-width: 767px) {
  .form__body, .list__body {
    width: 100%;
  }
}
.form__body p, .list__body p {
  font-size: 16px;
}
.form__body p.red, .list__body p.red {
  color: #eb0000;
}
.form__body div.inner_form, .list__body div.inner_form {
  margin: 0 0 10px 25px;
}
.form__body dl, .list__body dl {
  padding-bottom: 20px;
}
.form__body dl .down_arrow_icon, .list__body dl .down_arrow_icon {
  float: right;
}
.form__body dl dt, .list__body dl dt {
  margin-bottom: 5px;
  font-size: 18px;
}
.form__body dl dt li span input, .list__body dl dt li span input {
  padding: 8px 15px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: none;
  font-size: 16px;
  width: 100%;
  white-space: pre-wrap;
  color: #515151;
}
.form__body dl dt li span input:focus, .list__body dl dt li span input:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
.form__body dl dt label, .list__body dl dt label {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form__body dl dt label, .list__body dl dt label {
    font-size: 16px;
  }
}
.form__body dl dt .counter, .list__body dl dt .counter {
  display: inline-block;
  padding: 0;
  float: right;
  font-size: 14px;
  color: #ABAAAA;
  margin: 8px 0 0 0;
}
.form__body dl.add_ttl, .list__body dl.add_ttl {
  font-size: 18px;
  font-weight: bold;
}
.form__body dl.select_short dd, .list__body dl.select_short dd {
  display: inline;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .form__body dl.select_short dd, .list__body dl.select_short dd {
    margin-right: 5px;
  }
}
.form__body dl dd .b2size, .list__body dl dd .b2size {
  display: inline-block;
  width: 2%;
}
.form__body dl dd .form__textArea_size, .list__body dl dd .form__textArea_size {
  padding: 8px 15px;
  border: 1px solid #5fd7bb;
  background: #f7fffd;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  width: 100%;
  white-space: pre-wrap;
  color: #515151;
}
.form__body dl dd .form__textArea_size:focus, .list__body dl dd .form__textArea_size:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .form__textArea_size, .list__body dl dd .form__textArea_size {
    padding: 7px 10px;
  }
}
.form__body dl dd .form__textArea_29size, .list__body dl dd .form__textArea_29size {
  padding: 8px 15px;
  border: 1px solid #5fd7bb;
  background: #f7fffd;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  width: 29%;
  margin-right: 1%;
  color: #515151;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .form__textArea_29size, .list__body dl dd .form__textArea_29size {
    padding: 7px 10px;
  }
}
.form__body dl dd .form__textArea_29size:focus, .list__body dl dd .form__textArea_29size:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
.form__body dl dd .form__textArea_48size, .list__body dl dd .form__textArea_48size {
  padding: 8px 15px;
  border: 1px solid #5fd7bb;
  background: #f7fffd;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  width: 48%;
  margin-right: 1%;
  color: #515151;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .form__textArea_48size, .list__body dl dd .form__textArea_48size {
    padding: 7px 10px;
  }
}
.form__body dl dd .form__textArea_48size:focus, .list__body dl dd .form__textArea_48size:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
.form__body dl dd .text_info_off, .list__body dl dd .text_info_off {
  font-size: 12px;
  color: #8A8A8A;
  padding: 5px 0 5px 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .text_info_off, .list__body dl dd .text_info_off {
    font-size: 13px;
  }
}
.form__body dl dd .text_info_on, .list__body dl dd .text_info_on {
  font-size: 12px;
  color: #8A8A8A;
  padding: 5px 0 5px 0;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .text_info_on, .list__body dl dd .text_info_on {
    line-height: 0.9rem;
    font-size: 13px;
  }
}
.form__body dl dd .text_warning, .list__body dl dd .text_warning {
  font-size: 12px;
  color: #ff873c;
  display: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .text_warning, .list__body dl dd .text_warning {
    font-size: 13px;
  }
}
.form__body dl dd .text_error, .list__body dl dd .text_error {
  font-size: 12px;
  color: #FF2F2F;
  display: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .text_error, .list__body dl dd .text_error {
    font-size: 13px;
  }
}
.form__body dl dd .text_error_on, .list__body dl dd .text_error_on {
  font-size: 12px;
  color: #FF2F2F;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .text_error_on, .list__body dl dd .text_error_on {
    font-size: 13px;
  }
}
.form__body dl dd .text_error_caution, .list__body dl dd .text_error_caution {
  font-size: 12px;
  color: #ff6200;
  display: block;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .text_error_caution, .list__body dl dd .text_error_caution {
    font-size: 13px;
  }
}
.form__body dl dd select, .list__body dl dd select {
  padding: 8px 15px;
  border: 1px solid #5fd7bb;
  border-radius: 3px;
  background-color: #f7fffd;
  box-shadow: none;
  font-size: 16px;
  width: 50%;
  color: #515151;
  margin-right: 5px;
  height: 38px;
}
.form__body dl dd select:focus, .list__body dl dd select:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
@media screen and (max-width: 767px) {
  .form__body dl dd select, .list__body dl dd select {
    width: 100%;
    padding: 7px 10px;
    height: 36px;
  }
}
.form__body dl dd .upload_area, .list__body dl dd .upload_area {
  background: #fff;
  border: 2px dashed #D0D0D0;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  height: auto;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .upload_area, .list__body dl dd .upload_area {
    height: 100px;
  }
}
.form__body dl dd .upload_area:hover, .list__body dl dd .upload_area:hover {
  background: #f5f5f5;
}
.form__body dl dd .upload_area img, .list__body dl dd .upload_area img {
  position: absolute;
  z-index: 1;
  opacity: 0.16;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.form__body dl dd .upload_area .inner, .list__body dl dd .upload_area .inner {
  text-align: center;
  padding: 30px 0;
  z-index: 2;
  position: inherit;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .upload_area .inner, .list__body dl dd .upload_area .inner {
    padding: 15px 10px 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }
}
.form__body dl dd .upload_area .inner .text_up, .list__body dl dd .upload_area .inner .text_up {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.form__body dl dd .upload_area .inner .text_up .text, .list__body dl dd .upload_area .inner .text_up .text {
  font-size: 18px;
  display: inline-block;
  padding: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .upload_area .inner .text_up .text, .list__body dl dd .upload_area .inner .text_up .text {
    font-size: 16px;
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .form__body dl dd .upload_area .inner .text_up .text.spno, .list__body dl dd .upload_area .inner .text_up .text.spno {
    display: none;
  }
}
.form__body dl dd .upload_area .inner .text_up .upload_icon, .list__body dl dd .upload_area .inner .text_up .upload_icon {
  border-radius: 100%;
  border: 1px solid #D0D0D0;
  margin: 0 0 -16px 0;
  position: static;
  opacity: inherit;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .upload_area .inner .text_up .upload_icon, .list__body dl dd .upload_area .inner .text_up .upload_icon {
    margin: 0 0 -12px 0;
    width: 40px;
    display: inline-block;
  }
}
.form__body dl dd .upload_area .inner .text_up__inner .upload__area, .list__body dl dd .upload_area .inner .text_up__inner .upload__area {
  margin: 0 auto;
  display: flex;
  position: static;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 10px;
  border-radius: 100px;
  transition: all 0.3s;
  border: 2px solid #EF8D4E;
  background: #fff;
  width: 120px;
  justify-content: center;
}
.form__body dl dd .upload_area .inner .text_up__inner .upload__area:hover, .list__body dl dd .upload_area .inner .text_up__inner .upload__area:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
.form__body dl dd .upload_area .inner .text_up__inner .upload__area img, .list__body dl dd .upload_area .inner .text_up__inner .upload__area img {
  z-index: 1;
  position: unset;
  opacity: 1;
  margin: 0;
  width: 19px;
  margin-right: 10px;
}
.form__body dl dd .upload_area .inner .text_up__inner .upload__area input, .list__body dl dd .upload_area .inner .text_up__inner .upload__area input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.form__body dl dd .upload_area .inner .text_up .text_up__info, .list__body dl dd .upload_area .inner .text_up .text_up__info {
  font-size: 13px;
  text-align: center;
  padding: 0;
  margin: 10px 0 -10px 0px;
}
.form__body dl dd .upload_area .inner .text_up .text_up__info .bt_trash, .list__body dl dd .upload_area .inner .text_up .text_up__info .bt_trash {
  background: none;
  border: none;
}
.form__body dl dd .upload_area .inner .text_up .text_up__info .bt_trash .thumb_icon, .list__body dl dd .upload_area .inner .text_up .text_up__info .bt_trash .thumb_icon {
  width: 18px;
  position: relative;
  opacity: 0.9;
  vertical-align: bottom;
}
.form__body dl dd .upload_area .inner .text_up .text_up__info .bt_trash:hover, .list__body dl dd .upload_area .inner .text_up .text_up__info .bt_trash:hover {
  opacity: 0.6;
}
.form__body dl dd .upload_area .inner div.bar, .list__body dl dd .upload_area .inner div.bar {
  width: 68%;
  height: 18px;
  position: relative;
  background: #fff;
  border: 1px solid #d0d0d0;
  margin-bottom: 0;
  border-radius: 4px;
  font-size: 10px;
  font-weight: bold;
  margin: 0 auto 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .upload_area .inner div.bar, .list__body dl dd .upload_area .inner div.bar {
    width: 100%;
  }
}
.form__body dl dd .upload_area .inner div.bar span.percent, .list__body dl dd .upload_area .inner div.bar span.percent {
  color: #fff;
  display: inherit;
  padding: 7px;
  background: #eb0000;
  width: 40%;
  height: 100%;
  position: absolute;
}
.form__body dl dd .upload_area .inner div.bar span.percent_str, .list__body dl dd .upload_area .inner div.bar span.percent_str {
  color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
}
.form__body dl dd p.title, .list__body dl dd p.title {
  padding: 10px 0 10px 0;
  text-indent: 15px;
}
.form__body dl dd .movie, .list__body dl dd .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.form__body dl dd .movie iframe, .list__body dl dd .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.form__body dl dd .at_mark, .list__body dl dd .at_mark {
  display: inline;
}
.form__body dl dd .form__valid, .list__body dl dd .form__valid {
  position: relative;
}
.form__body dl dd .form__valid:before, .list__body dl dd .form__valid:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background: #2bb393;
  border: 1px solid #2bb393;
  left: -7px;
  top: -15px;
  z-index: 1;
}
.form__body dl dd .form__valid:after, .list__body dl dd .form__valid:after {
  content: "";
  display: block;
  position: absolute;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -3px;
  top: -10px;
  z-index: 1;
}
.form__body dl dd .form__valid .form__textArea_size,
.form__body dl dd .form__valid .form__textArea_29size,
.form__body dl dd .form__valid .form__textArea_48size,
.list__body dl dd .form__valid .form__textArea_size,
.list__body dl dd .form__valid .form__textArea_29size,
.list__body dl dd .form__valid .form__textArea_48size {
  border: 1px solid #90bbb1;
  background: #fff;
}
.form__body dl dd .form__valid select, .list__body dl dd .form__valid select {
  border: 1px solid #90bbb1 !important;
  background-color: #fff;
}
.form__body dl dd .form__valid.form__valid_textarea, .list__body dl dd .form__valid.form__valid_textarea {
  display: block;
}
.form__body dl dd .form__valid.form__valid_textarea:before, .list__body dl dd .form__valid.form__valid_textarea:before {
  left: -7px;
  top: -6px;
}
.form__body dl dd .form__valid.form__valid_textarea:after, .list__body dl dd .form__valid.form__valid_textarea:after {
  left: -3px;
  top: -1px;
}
.form__body dl dd .form__error .form__textArea_size,
.form__body dl dd .form__error .form__textArea_29size,
.form__body dl dd .form__error .form__textArea_48size,
.list__body dl dd .form__error .form__textArea_size,
.list__body dl dd .form__error .form__textArea_29size,
.list__body dl dd .form__error .form__textArea_48size {
  background: #FFE5E5;
  border: 1px solid #FF6E6E;
}
.form__body dl dd .form__error select, .list__body dl dd .form__error select {
  border: 1px solid #FF6E6E !important;
  background: url(/img/common/arrow_pd.svg) right 50% no-repeat #FFE5E5;
  background-size: 20px, 100%;
}
.form__body dl dd .form__error.form__valid_textarea, .list__body dl dd .form__error.form__valid_textarea {
  display: block;
}
.form__body dl dd .form__error.form__valid_textarea:before, .list__body dl dd .form__error.form__valid_textarea:before {
  left: -7px;
  top: -6px;
}
.form__body dl dd .form__error.form__valid_textarea:after, .list__body dl dd .form__error.form__valid_textarea:after {
  left: -3px;
  top: -1px;
}
.form__body dl dd .form__error input[type=checkbox] + label::before, .list__body dl dd .form__error input[type=checkbox] + label::before {
  border: solid #FF6E6E;
  background: #FFE5E5;
}
.form__body dl dd .form__warning .form__textArea_size,
.form__body dl dd .form__warning .form__textArea_29size,
.form__body dl dd .form__warning .form__textArea_48size,
.list__body dl dd .form__warning .form__textArea_size,
.list__body dl dd .form__warning .form__textArea_29size,
.list__body dl dd .form__warning .form__textArea_48size {
  background: #ffede2;
  border: 1px solid #ff873c;
}
.form__body dl dd .form__warning select, .list__body dl dd .form__warning select {
  border: 1px solid #ff873c !important;
  background: url(/img/common/arrow_pd.svg) right 50% no-repeat #ffede2;
  background-size: 20px, 100%;
}
.form__body dl dd .form__warning.form__valid_textarea, .list__body dl dd .form__warning.form__valid_textarea {
  display: block;
}
.form__body dl dd .form__warning.form__valid_textarea:before, .list__body dl dd .form__warning.form__valid_textarea:before {
  left: -7px;
  top: -6px;
}
.form__body dl dd .form__warning.form__valid_textarea:after, .list__body dl dd .form__warning.form__valid_textarea:after {
  left: -3px;
  top: -1px;
}
.form__body dl dd .form__warning input[type=checkbox] + label::before, .list__body dl dd .form__warning input[type=checkbox] + label::before {
  border: solid #ff873c;
  background: #ffede2;
}
.form__body dl p.info_small, .list__body dl p.info_small {
  text-align: center;
  padding-bottom: 10px;
  color: #868686;
}
.form__body dd.select, .list__body dd.select {
  padding-bottom: 0px;
  margin-bottom: 10px;
}
p.top_line {
  border-top: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  p.top_line {
    margin-bottom: 0;
  }
}

ul li.bt {
  text-align: center;
  margin: 0px 0px 40px 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  ul li.bt {
    display: flex;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }
}
ul li.bt.dp_no {
  display: none;
}
@media screen and (max-width: 767px) {
  ul li.bt.dp_no {
    display: block;
  }
}
ul li.bt .submit_bt {
  text-decoration: none;
  background: #FF873C;
  width: 330px;
  height: 60px;
  color: #fff;
  overflow: hidden;
  border: 2px solid #FF873C;
  border-radius: 200px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.11);
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 970px) {
  ul li.bt .submit_bt:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  ul li.bt .submit_bt {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  ul li.bt .submit_bt {
    width: 100%;
    font-size: 16px;
    height: 48px;
  }
}
ul li.bt .submit_bt_1 {
  text-decoration: none;
  background: #7b7b7b;
  width: 260px;
  margin: 0 5px;
  height: 60px;
  color: #fff;
  overflow: hidden;
  border: 2px solid #ababab;
  border-radius: 200px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.11);
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 970px) {
  ul li.bt .submit_bt_1:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  ul li.bt .submit_bt_1 {
    width: 46%;
    font-size: 16px;
    margin: 10px 5px 0 0;
    height: 48px;
    white-space: nowrap;
  }
}
ul li.bt .submit_bt_2 {
  text-decoration: none;
  background: #FF873C;
  width: 260px;
  margin: 0 5px;
  height: 60px;
  color: #fff;
  overflow: hidden;
  border: 2px solid #FF873C;
  border-radius: 200px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.11);
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 970px) {
  ul li.bt .submit_bt_2:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  ul li.bt .submit_bt_2 {
    width: 46%;
    font-size: 16px;
    margin: 10px 2px 0 0;
    height: 48px;
  }
}
ul li.bt .submit_bt_3 {
  text-decoration: none;
  background: #7b7b7b;
  width: 330px;
  height: 60px;
  color: #fff;
  overflow: hidden;
  border: 2px solid #ababab;
  border-radius: 200px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.11);
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 970px) {
  ul li.bt .submit_bt_3:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  ul li.bt .submit_bt_3 {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  ul li.bt .submit_bt_3 {
    width: 100%;
    font-size: 16px;
    height: 48px;
  }
}
ul li.bt .submit_bt_3.top_close_bt {
  width: 90%;
  margin: 20px 0 -20px 0;
}
ul li.bt .disable_bt {
  pointer-events: none;
  opacity: 0.3;
  box-shadow: none;
}

a.ps_add_bt {
  text-align: center;
  background: #efefef;
  width: 86%;
  padding: 15px;
  font-size: 20px;
  margin: 0 auto 20px;
  display: block;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.ps_add_bt {
    padding: 10px;
    font-size: 16px;
  }
}
a.ps_add_bt img {
  vertical-align: top;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  a.ps_add_bt img {
    width: 25px;
  }
}
a.ps_add_bt:hover {
  background: #E0E0E0;
  color: #515151 !important;
}

a.ps_add_bt_100 {
  text-align: center;
  background: #ffffff;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  margin: 0 auto 20px;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  border-radius: 100px;
  border: 1px solid;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  a.ps_add_bt_100 {
    padding: 10px;
    font-size: 16px;
  }
}
a.ps_add_bt_100 img {
  vertical-align: bottom;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  a.ps_add_bt_100 img {
    width: 25px;
  }
}
a.ps_add_bt_100:hover {
  background: #ededed;
  color: #515151 !important;
}

select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background: #eee;
  background: url(/img/common/arrow_pd.svg) right 50% no-repeat;
  background-size: 20px, 100%;
}

select::-ms-expand {
  display: none;
}

.link_bt {
  color: #333 !important;
  text-decoration: none !important;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #333 !important;
  padding: 10px;
  width: 180px;
  text-align: center;
  border-radius: 100px;
  transition: all 0.2s ease;
}

.link_bt:hover {
  background: #333;
  color: #fff !important;
}

.asterisk {
  color: #f00;
  font-size: 10px;
  vertical-align: text-bottom;
  padding-left: 5px;
  font-weight: bold;
}

.optional {
  font-size: 12px;
  color: #a6a6a6;
  font-weight: 700;
  margin-left: 5px;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 100px;
  padding: 2px 5px;
  display: inline-block;
}

.text_error {
  color: #f00 !important;
  font-size: 12px !important;
  text-align: left !important;
  padding-top: 5px !important;
  font-weight: 600 !important;
  display: none;
}

.text_warning {
  color: #ff873c !important;
  font-size: 12px !important;
  text-align: left !important;
  padding-top: 5px !important;
  font-weight: 600 !important;
  display: none;
}

:placeholder {
  color: #b7b7b7;
}

textarea::placeholder {
  color: #b7b7b7 !important;
}

.form__body dl dd .form__textArea_size::placeholder, .list__body dl dd .form__textArea_size::placeholder {
  color: #b7b7b7 !important;
}

.ttl_parent {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.parent_body {
  background: #f2f2f2;
  padding: 20px 20px 0;
  margin-bottom: 30px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.text_small {
  font-size: 10px !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-15 {
  margin-bottom: 15px;
}

.text-center {
  text-align: center;
}

/*----------------------------------------------------------
*  共通パーツ
*----------------------------------------------------------*/
body {
  background: #fff;
  font-family: Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: normal;
  color: #515151;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

input,
button {
  font-family: Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  -webkit-appearance: none;
}

::selection {
  background: #2bb393;
  color: #fff;
}

a:link {
  color: #2bb393;
  text-decoration: underline;
}

a:visited {
  color: #2bb393;
  text-decoration: underline;
}

a:hover {
  color: #2bb393;
  text-decoration: none;
}

p {
  padding-bottom: 20px;
}

.container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 54px 0;
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  .container {
    padding: 5% 3%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 5% 3%;
  }
}

#container {
  width: 100%;
}

.m0 {
  margin: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30sp10 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb30sp10 {
    margin-bottom: 10px;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt10 {
  padding-top: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.plr6 {
  padding: 6px 0;
}

@media screen and (min-width: 767px) and (max-width: 1038px) {
  .prl20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

.text_center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text_indent {
  text-indent: 1em !important;
}

.d_none {
  display: none;
}

.t_indent {
  text-indent: 35px;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.center_box {
  margin: 0 auto !important;
  float: none;
}

.d-block {
  display: grid;
}
.bt_text_link {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 20px;
}
.bt_text_link:hover {
  text-decoration: none;
}

.color_orange {
  color: #FF873C !important;
}

.color_gray {
  color: #aeaeae !important;
}

.jGrowl-notification {
  background-color: #FF6E6E !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 100% !important;
  padding: 10px;
  margin: 0px !important;
  text-align: left;
  display: none;
  border-radius: 0px !important;
  min-height: 40px;
}

.jGrowl-notification-success {
  background-color: #009BE1 !important;
}

.jGrowl-notification-error {
  background-color: #FF6E6E !important;
}

.jGrowl {
  z-index: 9999;
  color: #fff;
  font-weight: 900 !important;
  font-size: 14px !important;
}

.jGrowl.top-right {
  right: auto !important;
  top: 0;
  width: 100% !important;
}

.jGrowl-message {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jGrowl-message {
    text-align: left;
  }
}

input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  margin-right: -7px;
  cursor: pointer;
}

@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0;
  }
  input[type=radio] + label,
  input[type=checkbox] + label {
    padding: 0 0 6px 24px;
    text-indent: 0px;
    display: block;
  }
  input[type=radio] + label::before,
  input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -12px;
    background-color: white;
  }
  input[type=radio] + label::before {
    border: 2px solid #D4D4D4;
    border-radius: 30px;
  }
  input[type=checkbox] + label::before {
    border: 2px solid #c2ced2;
  }
  input[type=radio]:checked + label::after,
  input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio]:checked + label::after {
    left: 5px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    background: #ff9600;
    border-radius: 8px;
  }
  input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 14px;
    height: 7px;
    margin-top: -7px;
    border-left: 3px solid #ff9600;
    border-bottom: 3px solid #ff9600;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.popup {
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.popup.size {
  width: 650px;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #a1a1a1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .popup.size {
    width: 95%;
  }
}
.popup.size h1 {
  width: 648px;
  font-size: 24px !important;
  padding: 50px 15px 0 !important;
  color: #333;
  font-weight: bold;
  border-bottom: none;
  text-align: center;
  border-radius: 6px 6px 0 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .popup.size h1 {
    font-size: 18px !important;
    padding: 40px 10px 10px !important;
    width: 100%;
  }
}
.popup.size h1 div {
  width: 100%;
  text-align: center;
  line-height: 2rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .popup.size h1 div {
    line-height: 0.8rem;
  }
}
.popup.size h1.ps {
  width: 648px;
  font-size: 24px !important;
  padding: 50px 15px 0 !important;
  color: #333;
  font-weight: bold;
  border-bottom: none;
  text-align: center;
  border-radius: 6px 6px 0 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .popup.size h1.ps {
    font-size: 18px !important;
    padding: 40px 10px 10px !important;
    width: 100%;
  }
}
.popup.size h1.mm {
  width: 648px;
  font-size: 24px !important;
  padding: 50px 15px 0 !important;
  color: #333;
  font-weight: bold;
  border-bottom: none;
  text-align: center;
  border-radius: 6px 6px 0 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .popup.size h1.mm {
    font-size: 18px !important;
    padding: 40px 10px 10px !important;
    width: 100%;
  }
}
.popup.size h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .popup.size h2 {
    font-size: 18px;
  }
}
.popup.size h2 img {
  width: 34px;
  vertical-align: bottom;
  margin-right: 5px;
}
.popup.size img[src="/img/popup/popup_cancel.svg"].close_popup {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px !important;
  height: 18px !important;
}
@media screen and (min-width: 970px) {
  .popup.size img[src="/img/popup/popup_cancel.svg"].close_popup:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  .popup.size img[src="/img/popup/popup_cancel.svg"].close_popup {
    width: 16px !important;
    height: 16px !important;
    right: 12px;
    top: 12px;
  }
}
.popup.size .popup_inner {
  padding: 30px 40px;
  z-index: 1;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 80vh;
  min-height: 140px;
}
.popup.size .popup_inner::-webkit-scrollbar {
  width: 8px;
}
.popup.size .popup_inner::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.popup.size .popup_inner::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
}
@media screen and (max-width: 767px) {
  .popup.size .popup_inner {
    padding: 17px;
    max-height: 75vh;
  }
  .popup.size .popup_inner::-webkit-scrollbar {
    width: 6px;
  }
}
.popup.size .popup_inner p.info {
  background: #f4f4f4;
  color: #868686;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 30px;
}
.popup.size .popup_inner p.info span.ttl_info {
  font-size: 16px;
  display: block;
}
.popup.size .popup_inner p.info_red {
  background: #ffefef;
  color: #eb0000;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.popup.size .popup_inner p.money_info {
  color: #868686;
  margin-top: 20px;
}
.popup.size .popup_inner ul li {
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.popup.size .popup_inner ul li img {
  margin: 0 5px -7px 0;
  width: 33px;
}
.popup.size .popup_inner ul li span.state {
  font-size: 12px;
  color: #eb0000;
  font-weight: bold;
}
.popup.size .popup_inner ul li span.text {
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.popup.size .popup_inner ul li p {
  font-size: 14px;
  color: #888888;
  margin-bottom: 20px;
}
.popup.size .popup_inner ul li p a img.add {
  margin: 0 0 -10px 0;
}
.popup.size .popup_inner ul li p a img.add:hover {
  opacity: 0.4;
}
.popup.size .popup_inner ul.album_list {
  border: 1px solid #dadada;
  margin-bottom: 20px;
}
.popup.size .popup_inner ul.album_list li.album_title {
  background: #f4f4f4;
  font-size: 24px;
}
.popup.size .popup_inner ul.album_list li {
  padding: 10px 15px;
}
.popup.size .popup_inner ul.album_list li .artist_name {
  font-size: 12px;
  padding: 0 0 0 15px;
  color: #A9A9A9;
}

.overlay_second.pop_on {
  z-index: 101 !important;
}

.popup_second.popup.size {
  width: 350px !important;
}
@media screen and (max-width: 767px) {
  .popup_second.popup.size {
    width: 300px !important;
  }
}
.popup_second.popup.size h1 {
  width: 100% !important;
  font-size: 20px !important;
  padding: 30px 15px 0 !important;
}
@media screen and (max-width: 767px) {
  .popup_second.popup.size h1 {
    font-size: 18px !important;
  }
}
.popup_second.popup.size .popup_inner {
  padding: 10px 26px !important;
  min-height: 85px !important;
}
.popup_second.popup.size .popup_inner .form__body {
  width: 100% !important;
}
.popup_second.popup.size .popup_inner .form__body ul li.bt {
  margin: 0px 0px 20px 0;
}
.popup_second.popup.size .popup_inner .form__body ul li.bt .submit_bt_1 {
  width: 50% !important;
  height: 50px;
}
.popup_second.popup.size .popup_inner .form__body ul li.bt .submit_bt_2 {
  width: 50% !important;
  height: 50px;
}

.close_popup {
  cursor: pointer;
  display: inline-block;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.display_on {
  display: block !important;
}

.popup,
.size {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.8, 0.11, 0.25, 0.9);
  z-index: -100;
  display: block;
  visibility: hidden;
}
.popup.pop_on,
.size.pop_on {
  z-index: 101;
}

.overlay {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.8, 0.11, 0.25, 0.9);
  z-index: -100;
  display: block;
}
.overlay.pop_on {
  z-index: 100;
}

.pop_on {
  opacity: 1;
  visibility: visible;
}

header {
  color: #2bb393;
  letter-spacing: 0px;
}
header .header_title {
  display: none;
}
header:link {
  color: #2bb393;
}
header div.container {
  padding: 2px 0;
}
header div.container a img.logo {
  float: left;
  margin: 10px;
  width: 90px;
}
@media screen and (min-width: 970px) {
  header div.container a img.logo:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  header div.container a img.logo {
    width: 66px;
    height: 26px;
  }
}
header div.container .home_area {
  padding: 10px;
  float: left;
}
@media screen and (min-width: 970px) {
  header div.container .home_area:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  header div.container .home_area {
    padding: 6px 10px;
  }
}
header div.container .home_area a:link, header div.container .home_area a:visited {
  color: #fff;
}
header div.container .home_area a img {
  float: left;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  header div.container .home_area a img {
    width: 26px;
    height: 26px;
  }
}
header div.container nav {
  width: auto;
  display: inline-block;
  float: right;
  height: 0;
}
header div.container nav ul div.down_menu_area {
  position: relative;
  float: right;
  color: #515151;
}
@media screen and (max-width: 767px) {
  header div.container nav ul div.down_menu_area {
    position: static;
  }
}
header div.container nav ul div.down_menu_area li.name_area {
  float: right;
  width: auto;
  padding: 9px 10px;
}
header div.container nav ul div.down_menu_area li.name_area div.cover {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 970px) {
  header div.container nav ul div.down_menu_area li.name_area div.cover:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  header div.container nav ul div.down_menu_area li.name_area div.cover {
    width: 26px;
    height: 26px;
    display: none;
  }
}
header div.container nav ul div.down_menu_area li.name_area div.cover img.thumb {
  border-radius: 2px;
}
header div.container nav ul div.down_menu_area li.name_area img.pf_down {
  width: 24px;
  padding-top: 5px;
}
@media screen and (min-width: 970px) {
  header div.container nav ul div.down_menu_area li.name_area img.pf_down:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  header div.container nav ul div.down_menu_area li.name_area img.pf_down {
    display: none;
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  header div.container nav ul div.down_menu_area li.name_area img.sp_menu {
    display: inline-block;
    width: 26px;
    height: 30px;
  }
}
header div.container nav ul div.down_menu_area ul.pd_menu {
  background: #fff;
  border-radius: 6px;
  width: 470px;
  position: absolute;
  padding: 20px;
  z-index: 100;
  top: 50px;
  right: 0;
  box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.1215686275);
}
@media screen and (max-width: 767px) {
  header div.container nav ul div.down_menu_area ul.pd_menu {
    width: 100%;
    top: 43px;
    border-radius: 0px;
    overflow-y: scroll;
    height: 100dvh;
  }
}
header div.container nav ul div.down_menu_area ul.pd_menu li.name {
  font-weight: bold;
  padding-bottom: 0;
}
header div.container nav ul div.down_menu_area ul.pd_menu li.name span.prof {
  font-size: 12px;
  padding-left: 20px;
  font-weight: normal;
  display: block;
  padding-left: 0;
}
header div.container nav ul div.down_menu_area ul.pd_menu p.line {
  border-bottom: 1px solid #e6e6e6;
  margin: 10px 0;
  padding: 0;
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a {
  background: #f4f4f4;
  width: 134px;
  height: 90px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a {
    width: 48%;
    top: 42px;
    border-radius: 0px;
  }
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a:link, header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a:visited {
  color: #515151;
  text-decoration: none;
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a li {
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a li {
    font-size: 12px;
  }
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a li .notice_mark {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ff7171;
  position: absolute;
  border-radius: 100px;
  right: -11px;
  bottom: 9px;
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a li img {
  width: 33px;
  height: 33px;
  vertical-align: top;
  display: block;
  margin: 0 auto 5px;
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a li.lp {
  letter-spacing: normal;
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a li .sub_arrow {
  width: 12px;
  float: right;
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a:hover {
  opacity: 0.7;
}
header div.container nav ul div.down_menu_area ul.pd_menu .side_balance {
  display: block;
  margin: 8px 0 10px;
  padding: 15px 20px 10px;
  color: #fff;
  background: linear-gradient(45deg, #54b899, #95d996);
  position: relative;
}
header div.container nav ul div.down_menu_area ul.pd_menu .side_balance .text_title {
  background: #fff;
  color: #2bb393;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  padding: 4px;
  width: 85px;
  text-align: center;
  margin: 0 auto;
  border-radius: 200px;
}
header div.container nav ul div.down_menu_area ul.pd_menu .side_balance .text_body {
  display: block;
  margin-bottom: 5px;
}
header div.container nav ul div.down_menu_area ul.pd_menu .side_balance .text_body .text_balance {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 900;
  display: inline-block;
  margin-right: 4px;
}
header div.container nav ul div.down_menu_area ul.pd_menu .side_balance .text_body .text_small {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}
header div.container nav ul div.down_menu_area ul.pd_menu .side_balance .text_arrow {
  font-size: 12px;
  display: block;
  position: absolute;
  right: 13px;
  bottom: 10px;
}
header div.container nav ul div.down_menu_area ul.pd_menu .side_balance:hover {
  opacity: 0.8;
}
header div.container nav ul div.down_menu_area ul.pd_menu .sub_menu {
  padding: 0;
  text-indent: 33px;
}
header div.container nav ul li.menu_area {
  float: right;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  header div.container nav ul li.menu_area {
    padding: 6px 10px;
  }
}
header div.container nav ul li.menu_area a:link, header div.container nav ul li.menu_area a:visited {
  color: #fff;
}
header div.container nav ul li.menu_area a img {
  float: left;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  header div.container nav ul li.menu_area a img {
    width: 22px;
    height: 22px;
  }
}
header div.container nav ul li.menu_area a p.menu {
  display: inline-block;
  padding: 0 5px 0 7px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  header div.container nav ul li.menu_area a p.menu {
    display: none;
  }
}
header div.container nav ul li.login_area {
  float: right;
}
header div.container nav ul li.login_area .auth,
header div.container nav ul li.login_area .registration {
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  header div.container nav ul li.login_area .auth,
  header div.container nav ul li.login_area .registration {
    padding: 10px;
    font-size: 12px;
  }
}
header div.container nav ul li.login_area a {
  display: inline-block;
  float: right;
  text-decoration: none;
}
header.fixed {
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  width: 100%;
  z-index: 9999;
  height: 43px;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 767px) {
  header.fixed .logo {
    display: none;
  }
  header.fixed .header_title {
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
    color: #515151;
    display: block;
    text-align: center;
  }
  header.fixed div.container nav ul div.down_menu_area {
    position: static;
    margin-top: -44px;
  }
}

footer {
  background: #131313;
}
footer #page-top {
  position: fixed;
  bottom: -15px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  footer #page-top {
    right: 10px;
  }
}
footer #page-top a {
  text-decoration: none;
  display: block;
}
footer #page-top a:hover {
  text-decoration: none;
}
footer #page-top a img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 970px) {
  footer #page-top a img:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  footer #page-top a img {
    width: 30px;
    height: 30px;
  }
}
footer div.container nav {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  footer div.container nav {
    font-size: 12px;
    padding: 0 0 20px 0;
  }
}
footer div.container nav ul {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer div.container nav ul {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
  }
}
footer div.container nav ul li {
  float: left;
  padding: 0 10px 5px;
}
footer div.container nav ul li a {
  transition: all 0.2s ease;
}
footer div.container nav ul li a:link, footer div.container nav ul li a:visited {
  color: #ababab;
  opacity: 0.5;
  font-size: 14px;
  text-decoration: none;
}
footer div.container nav ul li a:hover {
  opacity: 1;
  color: #fff;
}
footer div.container nav ul.sharebt_sns_area {
  float: right;
}
@media screen and (max-width: 767px) {
  footer div.container nav ul.sharebt_sns_area {
    display: inline-block;
    float: left;
  }
}
footer div.container nav ul.sharebt_sns_area .sns_bt {
  padding: 0 4px;
}
footer div.container nav ul.sharebt_sns_area .sns_bt img {
  width: 40px;
}
@media screen and (min-width: 970px) {
  footer div.container nav ul.sharebt_sns_area .sns_bt img:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  footer div.container nav ul.sharebt_sns_area .sns_bt img {
    width: 30px;
  }
}
footer div.container p.copy {
  text-align: center;
  color: #4a4a4a;
  font-size: 10px;
  letter-spacing: 0.05em;
  padding: 0;
}

.bg_white {
  background: #fff;
}

.bg_gray {
  background: #f2f2f2;
}

.bg_green_light {
  background: #E3EDE3;
}

.artist_photo img {
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 5px;
  z-index: 10;
}

/*----------------------------------------------------------
 * todo: 後から追加されたクラス群
 *----------------------------------------------------------*/
.question_icon {
  background-image: url(/img/common/question.svg);
  background-color: #BBBBBB;
  background-repeat: no-repeat;
  background-position: 4px;
  background-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0px 0 0px 4px;
  vertical-align: sub;
}

#tooltip img {
  display: block;
  margin: 0 auto;
}

ul.pagination {
  display: block;
  text-align: center;
  margin-top: 20px;
}
ul.pagination li {
  display: inline-block;
}
ul.pagination li button,
ul.pagination li.current span {
  transition: all 0.2s ease;
  outline: none;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
}
@media screen and (max-width: 767px) {
  ul.pagination li button,
  ul.pagination li.current span {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
ul.pagination li button {
  background: #e8e8e8;
  color: #231815;
}
ul.pagination li button:hover {
  opacity: 0.6;
}
ul.pagination li.current span {
  background: #000000;
  color: #fff;
}
ul.pagination li.current span:hover {
  pointer-events: none;
}

.info_warning {
  border: 1px solid #ff6e6e;
  background-color: #fff6f6;
  border-radius: 10px;
  padding: 15px;
  color: #333333 !important;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.info_warning b {
  font-weight: bold;
  font-size: 14px;
}
.info_warning .icon_warning {
  color: #e53c29;
  vertical-align: bottom;
  margin-right: 5px;
}

.form__body .radio__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2%;
  margin-bottom: 20px;
}
.form__body .radio__list .radio__item {
  font-family: "M PLUS 1p", sans-serif;
  margin: 0 0 2% 0;
  width: 49%;
}
.form__body .radio__list .radio__item label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 6% 10px;
  height: 100%;
  min-height: 100px;
  transition: all 0.3s ease;
}
.form__body .radio__list .radio__item input[type=radio] + label {
  border: 2px solid #e8e8e8;
  background: #fff;
  width: 100%;
}
.form__body .radio__list .radio__item input[type=radio] + label::before {
  position: absolute;
  top: 30px !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  border: 2px solid #D4D4D4;
  border-radius: 30px;
  top: 50%;
}
.form__body .radio__list .radio__item input[type=radio] + label::after {
  position: absolute;
  top: 23px !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.form__body .radio__list .radio__item input[type=radio] + label .radio__wrap {
  width: 100%;
}
.form__body .radio__list .radio__item input[type=radio] + label .radio__wrap .radio__header {
  margin-bottom: 5px;
  text-align: center;
}
.form__body .radio__list .radio__item input[type=radio] + label .radio__wrap .radio__header .radio__title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__body .radio__list .radio__item input[type=radio] + label .radio__wrap .radio__header .radio__title {
    font-size: 16px;
  }
}
.form__body .radio__list .radio__item input[type=radio] + label .radio__wrap .radio__header .radio__title .radio__icon {
  width: 30px;
  position: absolute;
  right: -37px;
  top: 0;
}
.form__body .radio__list .radio__item input[type=radio] + label .radio__wrap .radio__text {
  font-size: 12px;
  letter-spacing: 0px;
  padding: 0 3%;
  line-height: 1.7em;
  margin-bottom: 4px;
  text-align: left;
  margin: 0;
  color: #3e3e3e;
}
.form__body .radio__list .radio__item input[type=radio] {
  display: none;
  margin: 0;
}
.form__body .radio__list .radio__item input[type=radio]:checked + label {
  border: 2px solid #ff9600;
  background: #fff5ef;
}
.form__body .radio__list .radio__item input[type=radio]:checked + label::after {
  left: 7px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #ff9600;
  border-radius: 8px;
}

/*============================
#calendar
============================*/
.calendar_popup .popup_inner {
  min-height: 420px !important;
}

#calendar .calendar_header {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 16px;
}
#calendar .calendar_header .calendar-header-month {
  text-align: left;
  font-size: 18px;
}
#calendar .calendar_header .calendar-header-month button {
  border: none;
  background: no-repeat;
  color: #56B094;
  vertical-align: baseline;
  font-size: 16px;
  cursor: pointer;
}
#calendar .calendar_header .calendar-header-month button:hover {
  opacity: 0.6;
}
#calendar .calendar_header .button_right .calendar-left-arrow {
  color: #56B094;
  font-size: 16px;
  cursor: pointer;
  padding: 10px;
}
#calendar .calendar_header .button_right .calendar-left-arrow:hover {
  background: rgba(86, 176, 148, 0.1294117647);
  border-radius: 100px;
}
#calendar .calendar_header .button_right .calendar-right-arrow {
  color: #56B094;
  font-size: 16px;
  cursor: pointer;
  padding: 10px;
}
#calendar .calendar_header .button_right .calendar-right-arrow:hover {
  background: rgba(86, 176, 148, 0.1294117647);
  border-radius: 100px;
}
#calendar table {
  font-weight: 700;
  width: 100%;
}
#calendar table tbody tr {
  font-size: 20px;
}
#calendar table tbody tr td {
  text-align: center;
  padding: 10px;
}
#calendar table tbody tr .calendar-date {
  cursor: pointer;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
#calendar table tbody tr .calendar-date:hover {
  background: rgba(86, 176, 148, 0.1294117647);
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  #calendar table tbody tr .calendar-date {
    height: 46px;
  }
}
#calendar table tbody tr .calendar-date.calendar-week {
  font-size: 13px;
  color: #B1B1B1;
  pointer-events: none;
}
#calendar table tbody tr .calendar-date.is-active {
  background: #56B094;
  color: #fff;
  border-radius: 100px;
}
#calendar .button_bottom {
  display: flex;
  justify-content: end;
  gap: 20px;
  margin-top: 5px;
  position: absolute;
  right: 43px;
  bottom: 18px;
}
#calendar .button_bottom button {
  border: none;
  background: none;
  color: #56B094;
  font-weight: 700;
  font-size: 18px;
  padding: 10px;
}
#calendar .button_bottom button:hover {
  opacity: 0.8;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
/* トースター */
.toast {
	color: #ffffff;
	font-weight: 900;
	font-size: 14px;
	z-index: 9999;
    width: 100%;
	right: 0;
	top: 0;
	position: fixed;
	visibility: hidden;
}
.toast-notification {
	width: 100%;
	padding: 10px;
	margin: 0px;
	min-height: 40px;
	word-break: break-all;
	transition: all .2s ease;
	transform: translateY(-46px);
	visibility: hidden;
}
.toast-notification.show {
	transition: all .2s ease;
	transform: translateY(0px);
	visibility: visible;
}
.toast-message {
	text-align: center;
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center;
}
.toast-info {
	background-color: #009be1;
}
.toast-success {
	background-color: #00be99;
}
.toast-error {
	background-color: #FF6E6E;
}
.toast-worning {
	background-color: #ffc13c;
}
@media screen and (max-width: 767px) {
	.toast-message {
		text-align: left;
	}
}

.jGrowl-notification .jGrowl-close {
    background-color: transparent;
    color: inherit;
    border: none;
    z-index: 99;
    float: right;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}