@charset "UTF-8";
/* 変数ファイルインポート */
/*----------------------------------------------------------
*  共通変数
*----------------------------------------------------------*/
/*----------------------------------------------------------
*  mixin定義
*----------------------------------------------------------*/
/* clearfix */
/* transition */
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Palanquin:wght@700&display=swap");
@keyframes hover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes hover_side {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.9;
  }
}
#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;
}

.album_delivery span.red {
  color: #fb3535;
}
.album_delivery .notes_box {
  background: #fffbdb;
  padding: 10px;
  margin: 10px 0 30px;
}
.album_delivery .notes_box .notes {
  font-size: 18px;
  color: #fb3535;
  text-align: center;
  display: block;
  margin-bottom: 8px;
}
.album_delivery .notes_box li {
  font-size: 12px !important;
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
  padding-bottom: 5px;
}
.album_delivery .store_list {
  font-size: 20px;
  text-align: center;
}
.album_delivery .store_list_inner {
  background: #f7f7f7;
  padding: 20px;
  word-break: break-all;
}
.album_delivery .store_list_inner small {
  font-size: 12px;
}
.album_delivery .store_list_inner .store_list_top {
  display: table;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
}
.album_delivery .store_list_inner .store_list_top img {
  display: table-cell;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .album_delivery .store_list_inner .store_list_top img {
    display: block;
    margin: 0 auto 20px;
  }
}
.album_delivery .store_list_inner .store_list_top ul {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .album_delivery .store_list_inner .store_list_top ul {
    display: block;
    width: 100%;
  }
}
.album_delivery .store_list_inner .store_list_top ul li {
  font-size: 12px;
}
.album_delivery .store_list_inner .store_list_top ul li.album_name {
  font-size: 15px;
}
.album_delivery .store_list_inner .store_list_top ul li b {
  font-weight: bold;
}
.album_delivery .store_list_inner .store_list_bottom {
  padding: 15px 0;
}
.album_delivery .store_list_inner .store_list_bottom li {
  margin-bottom: 20px;
}
.album_delivery .store_list_inner .store_list_bottom li a {
  display: inline-block;
}
.album_delivery .store_list_inner .store_list_bottom li .ttl {
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: inline-block;
  vertical-align: text-bottom;
}
.album_delivery .store_list_inner .store_list_bottom li .ttl span {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  color: #515151;
}
.album_delivery .store_list_inner .store_list_bottom li span {
  color: #515151;
  font-size: 12px;
  display: 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_20size, .list__body dl dd .form__textArea_20size {
  padding: 8px 15px;
  border: 1px solid #5fd7bb;
  background: #f7fffd;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  width: 20%;
  color: #515151;
}
.form__body dl dd .form__textArea_20size:focus, .list__body dl dd .form__textArea_20size:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
.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 .form__textArea_50size, .list__body dl dd .form__textArea_50size {
  padding: 8px 15px;
  border: 1px solid #5fd7bb;
  background: #f7fffd;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  width: 50%;
  color: #515151;
}
.form__body dl dd .form__textArea_50size:focus, .list__body dl dd .form__textArea_50size:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
.form__body dl dd .form__textArea_70size, .list__body dl dd .form__textArea_70size {
  padding: 8px 15px;
  border: 1px solid #5fd7bb;
  background: #f7fffd;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  width: 70%;
  color: #515151;
}
.form__body dl dd .form__textArea_70size:focus, .list__body dl dd .form__textArea_70size:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
.form__body dl dd .form__textArea_84size, .list__body dl dd .form__textArea_84size {
  padding: 8px 15px;
  border: 1px solid #5fd7bb;
  background: #f7fffd;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  width: 84%;
  color: #515151;
}
.form__body dl dd .form__textArea_84size:focus, .list__body dl dd .form__textArea_84size:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
.form__body dl dd .form__textArea_90size, .list__body dl dd .form__textArea_90size {
  padding: 8px 15px;
  border: 1px solid #5fd7bb;
  background: #f7fffd;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  width: 90%;
  color: #515151;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .form__textArea_90size, .list__body dl dd .form__textArea_90size {
    padding: 7px 10px;
  }
}
.form__body dl dd .form__textArea_90size:focus, .list__body dl dd .form__textArea_90size:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
.form__body dl dd .form__textArea_100size, .list__body dl dd .form__textArea_100size {
  padding: 8px 15px;
  border: 1px solid #5fd7bb;
  background: #f7fffd;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  width: 100%;
  color: #515151;
}
.form__body dl dd .form__textArea_100size:focus, .list__body dl dd .form__textArea_100size: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 select.size74, .list__body dl dd select.size74 {
  padding: 8px 15px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: none;
  font-size: 16px;
  width: 74%;
  color: #515151;
  margin-right: 5px;
  height: 38px;
}
.form__body dl dd select.size74:focus, .list__body dl dd select.size74:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
.form__body dl dd select.size40, .list__body dl dd select.size40 {
  padding: 8px 15px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: none;
  font-size: 16px;
  width: 40%;
  color: #515151;
  margin-right: 5px;
  height: 38px;
}
.form__body dl dd select.size40:focus, .list__body dl dd select.size40:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
@media screen and (max-width: 767px) {
  .form__body dl dd select.size40, .list__body dl dd select.size40 {
    width: 30%;
  }
}
.form__body dl dd select.size30, .list__body dl dd select.size30 {
  padding: 8px 15px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: none;
  font-size: 16px;
  width: 30%;
  color: #515151;
  margin-right: 5px;
  height: 38px;
}
.form__body dl dd select.size30:focus, .list__body dl dd select.size30:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
@media screen and (max-width: 767px) {
  .form__body dl dd select.size30, .list__body dl dd select.size30 {
    width: 20%;
  }
}
.form__body dl dd select.size20, .list__body dl dd select.size20 {
  padding: 8px 15px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: none;
  font-size: 16px;
  width: 20%;
  color: #515151;
  margin-right: 5px;
  height: 38px;
}
.form__body dl dd select.size20:focus, .list__body dl dd select.size20:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
@media screen and (max-width: 767px) {
  .form__body dl dd select.size20, .list__body dl dd select.size20 {
    width: 10%;
  }
}
.form__body dl dd select.size10, .list__body dl dd select.size10 {
  padding: 8px 15px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: none;
  font-size: 16px;
  width: 10%;
  color: #515151;
  margin-right: 5px;
  height: 38px;
}
.form__body dl dd select.size10:focus, .list__body dl dd select.size10:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
@media screen and (max-width: 767px) {
  .form__body dl dd select.size10, .list__body dl dd select.size10 {
    width: 5%;
  }
}
.form__body dl dd select.size_year, .list__body dl dd select.size_year {
  padding: 8px 15px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: none;
  font-size: 16px;
  width: 17%;
  color: #515151;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 38px;
}
.form__body dl dd select.size_year:focus, .list__body dl dd select.size_year:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
@media screen and (max-width: 767px) {
  .form__body dl dd select.size_year, .list__body dl dd select.size_year {
    width: 30%;
    padding: 7px 10px;
    height: 36px;
  }
}
.form__body dl dd select.size_month, .form__body dl dd .size_day, .list__body dl dd select.size_month, .list__body dl dd .size_day {
  padding: 8px 15px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: none;
  font-size: 16px;
  width: 13%;
  color: #515151;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 38px;
}
.form__body dl dd select.size_month:focus, .form__body dl dd .size_day:focus, .list__body dl dd select.size_month:focus, .list__body dl dd .size_day:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
@media screen and (max-width: 767px) {
  .form__body dl dd select.size_month, .form__body dl dd .size_day, .list__body dl dd select.size_month, .list__body dl dd .size_day {
    width: 20%;
    height: 36px;
    padding: 7px 10px;
  }
}
.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_20size,
.form__body dl dd .form__valid .form__textArea_29size,
.form__body dl dd .form__valid .form__textArea_48size,
.form__body dl dd .form__valid .form__textArea_50size,
.form__body dl dd .form__valid .form__textArea_70size,
.form__body dl dd .form__valid .form__textArea_84size,
.form__body dl dd .form__valid .form__textArea_90size,
.form__body dl dd .form__valid .form__textArea_100size, .list__body dl dd .form__valid .form__textArea_size,
.list__body dl dd .form__valid .form__textArea_20size,
.list__body dl dd .form__valid .form__textArea_29size,
.list__body dl dd .form__valid .form__textArea_48size,
.list__body dl dd .form__valid .form__textArea_50size,
.list__body dl dd .form__valid .form__textArea_70size,
.list__body dl dd .form__valid .form__textArea_84size,
.list__body dl dd .form__valid .form__textArea_90size,
.list__body dl dd .form__valid .form__textArea_100size {
  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_20size,
.form__body dl dd .form__error .form__textArea_29size,
.form__body dl dd .form__error .form__textArea_48size,
.form__body dl dd .form__error .form__textArea_50size,
.form__body dl dd .form__error .form__textArea_70size,
.form__body dl dd .form__error .form__textArea_84size,
.form__body dl dd .form__error .form__textArea_90size,
.form__body dl dd .form__error .form__textArea_100size, .list__body dl dd .form__error .form__textArea_size,
.list__body dl dd .form__error .form__textArea_20size,
.list__body dl dd .form__error .form__textArea_29size,
.list__body dl dd .form__error .form__textArea_48size,
.list__body dl dd .form__error .form__textArea_50size,
.list__body dl dd .form__error .form__textArea_70size,
.list__body dl dd .form__error .form__textArea_84size,
.list__body dl dd .form__error .form__textArea_90size,
.list__body dl dd .form__error .form__textArea_100size {
  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_20size,
.form__body dl dd .form__warning .form__textArea_29size,
.form__body dl dd .form__warning .form__textArea_48size,
.form__body dl dd .form__warning .form__textArea_50size,
.form__body dl dd .form__warning .form__textArea_70size,
.form__body dl dd .form__warning .form__textArea_84size,
.form__body dl dd .form__warning .form__textArea_90size,
.form__body dl dd .form__warning .form__textArea_100size, .list__body dl dd .form__warning .form__textArea_size,
.list__body dl dd .form__warning .form__textArea_20size,
.list__body dl dd .form__warning .form__textArea_29size,
.list__body dl dd .form__warning .form__textArea_48size,
.list__body dl dd .form__warning .form__textArea_50size,
.list__body dl dd .form__warning .form__textArea_70size,
.list__body dl dd .form__warning .form__textArea_84size,
.list__body dl dd .form__warning .form__textArea_90size,
.list__body dl dd .form__warning .form__textArea_100size {
  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 dd.limitless, .list__body dl dd.limitless {
  display: table;
  margin: 0 auto;
  margin-top: 10px;
}
.form__body dl dd.prev_in, .list__body dl dd.prev_in {
  margin-left: 20px;
  border-bottom: 1px solid #E4E4E4;
  padding: 0 0 5% 0;
}
.form__body dl p.info_small, .list__body dl p.info_small {
  text-align: center;
  padding-bottom: 10px;
  color: #868686;
}
.form__body dl dd.recruitment, .list__body dl dd.recruitment {
  text-align: center;
  font-size: 20px;
}
.form__body dl dd.recruitment p.ps_number, .list__body dl dd.recruitment p.ps_number {
  padding-bottom: 0;
  text-align: center;
  margin: 20px 0 0 0;
}
.form__body dl dd.recruitment p.ps_number span.number, .list__body dl dd.recruitment p.ps_number span.number {
  font-size: 24px;
  color: #eb0000;
}
.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;
}
ul li.bt a.pop_link {
  color: #2bb393;
  text-decoration: underline !important;
  cursor: pointer;
  float: left;
  padding: 10px;
  font-size: 18px;
}
ul li.bt a.pop_link:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  ul li.bt a.pop_link {
    font-size: 16px;
  }
}

a.ps_add_bt, .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, .add_bt {
    padding: 10px;
    font-size: 16px;
  }
}
a.ps_add_bt img, .add_bt img {
  vertical-align: top;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  a.ps_add_bt img, .add_bt img {
    width: 25px;
  }
}
a.ps_add_bt .badge_recom, .add_bt .badge_recom {
  background: #eb0000;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  padding: 2px;
  display: inline-block;
  position: absolute;
  left: -10px;
  width: 80px;
  text-align: center;
  top: 22px;
}
a.ps_add_bt:hover, .add_bt:hover {
  background: #E0E0E0;
  color: #515151 !important;
}

a.ps_add_bt_100, .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, .add_bt_100 {
    padding: 10px;
    font-size: 16px;
  }
}
a.ps_add_bt_100 img, .add_bt_100 img {
  vertical-align: bottom;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  a.ps_add_bt_100 img, .add_bt_100 img {
    width: 25px;
  }
}
a.ps_add_bt_100:hover, .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;
}

@keyframes huerotator {
  0% {
    -webkit-filter: hue-rotate(-30deg);
    filter: hue-rotate(-30deg);
  }
  100% {
    -webkit-filter: hue-rotate(40deg);
    filter: hue-rotate(40deg);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  animation: fadeInDown 0.8s;
  -webkit-animation: fadeInDown 0.8s;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  animation: fadeInRightBig 0.6s;
}

.loader_parts {
  text-align: center;
}
.loader_parts.ball-clip-rotate > .loader_parts_inner {
  background-color: #000;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #D2D2D2;
  border-bottom-color: transparent;
  height: 30px;
  width: 30px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
}

.loader_parts_container {
  position: relative;
}

.loader_parts_overlay {
  background: #FFF;
  opacity: 0.5;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  display: none;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.song_fadeOutUp {
  animation: song_fadeOutUp 0.8s;
}

@keyframes song_fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.song_fadeOutDown {
  animation: song_fadeOutDown 0.8s;
}

@keyframes song_fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
div.upload_box {
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
}
div.upload_box dl dt {
  display: inline;
  width: auto;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  div.upload_box dl dt {
    display: block;
    width: 100%;
  }
}
div.upload_box dl dt p.file_title {
  padding-bottom: 0px;
  font-weight: bold;
  display: inline;
}
div.upload_box dl dd {
  display: inline-block;
}
div.upload_box dl div {
  margin-top: 5px;
  margin-bottom: 0;
  width: auto;
  display: inline-block;
  float: right;
}
div.upload_box dl div p.label_1 {
  color: #ca2929;
  font-size: 14px;
  border: 1px solid;
  padding: 2px 8px;
  border-radius: 5px;
  width: 140px;
  background: #fff3f3;
  display: inline-block;
}
div.upload_box dl div p.label_2 {
  color: #e66d29;
  font-size: 14px;
  border: 1px solid;
  padding: 2px 8px;
  border-radius: 5px;
  width: 140px;
  background: #fff7f2;
  display: inline-block;
}
div.upload_box dl div p.label_3 {
  color: #8a8a8a;
  font-size: 14px;
  border: 1px solid;
  padding: 2px 8px;
  border-radius: 5px;
  width: 80px;
  background: #fff;
  display: inline-block;
}
div.upload_box dl dd {
  width: 100%;
}
div.upload_box dl dd div.bar {
  width: 100%;
  height: 40px;
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 0;
  border-radius: 4px;
}
div.upload_box dl dd div.bar span.percent {
  color: #fff;
  display: inherit;
  padding: 7px;
  background: #eb0000;
  width: 40%;
  height: 100%;
  position: absolute;
}
div.upload_box dl dd div.bar span.percent_str {
  color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
}
div.upload_box ul li.bt {
  margin: 0;
}
@media screen and (max-width: 767px) {
  div.upload_box ul li.bt {
    text-align: center;
    width: 100%;
    font-size: 18px;
  }
}
div.upload_box ul li.bt .submit_bt_1 {
  width: 150px;
  height: 46px;
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  div.upload_box ul li.bt .submit_bt_1 {
    width: 46%;
    margin: 0;
    font-size: 18px;
  }
}
div.upload_box ul li.bt .submit_bt_2 {
  width: 150px;
  height: 46px;
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  div.upload_box ul li.bt .submit_bt_2 {
    width: 46%;
    font-size: 18px;
  }
}

.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;
}

.fadein1 {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s ease 0s;
  visibility: hidden;
}

.fadein2 {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s ease 0.2s;
  visibility: hidden;
}

.fadein3 {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s ease 0.4s;
  visibility: hidden;
}

.fadein4 {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s ease 0.6s;
  visibility: hidden;
}

.fadein5 {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s ease 0.8s;
  visibility: hidden;
}

.fadein6 {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s ease 1s;
  visibility: hidden;
}

.fadein7 {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s ease 1.2s;
  visibility: hidden;
}

.fadein1.is-show, .fadein2.is-show, .fadein3.is-show, .fadein4.is-show, .fadein5.is-show, .fadein6.is-show, .fadein7.is-show {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.fade_list li {
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
}
.fade_list li:nth-child(1) {
  transition: all 1s ease 0s;
}
.fade_list li:nth-child(2) {
  transition: all 1s ease 0.2s;
}
.fade_list li:nth-child(3) {
  transition: all 1s ease 0.4s;
}
.fade_list li:nth-child(4) {
  transition: all 1s ease 0.6s;
}
.fade_list li:nth-child(5) {
  transition: all 1s ease 0.8s;
}
.fade_list li:nth-child(6) {
  transition: all 1s ease 1s;
}
.fade_list li:nth-child(7) {
  transition: all 1s ease 1.2s;
}
.fade_list li:nth-child(8) {
  transition: all 1s ease 1.4s;
}
.fade_list li:nth-child(9) {
  transition: all 1s ease 1.6s;
}
.fade_list li:nth-child(10) {
  transition: all 1s ease 1.8s;
}
.fade_list li.is-show {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.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;
}

.ta-center {
  text-align: center !important;
}

: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;
}

.radio_button {
  width: 50%;
}

.radio_button input[type=radio] + label {
  position: relative;
  margin-right: -7px;
  cursor: pointer;
  padding: 0 0 6px 24px;
  text-indent: 0px;
  display: block;
  width: 95%;
  border: 1px solid #dedede;
  padding: 12px;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
}

.radio_button input[type=radio]:checked + label {
  border: 1px solid #ff9600;
  color: #ff9600;
  background: #fff5ef;
}

.radio_button input[type=radio] + label::before,
.radio_button input[type=radio]:checked + label::after {
  display: none;
}

.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;
}

.lead_text {
  border-radius: 6px;
  padding: 10px 10px;
  display: block;
  background: #ebebeb;
  margin: 0 0 0px 20px;
  font-size: 13px;
}

.form__body.preview dl, .list__body.preview dl {
  margin-bottom: 0;
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
}

body {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}

::selection {
  background: #bbbbbb !important;
  color: #fff !important;
}

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

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

a:visited, a:link {
  color: #aa904d;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

header {
  color: #fff;
  background: none;
  letter-spacing: 0px;
  border-bottom: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.header_page {
  letter-spacing: 0px;
  border-bottom: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

article {
  overflow: hidden;
}
article h2 {
  font-family: "M PLUS 1p", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  text-align: center;
  color: #aa904d;
  margin-bottom: 60px;
  font-size: 54px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  article h2 {
    font-size: 32px;
    letter-spacing: 0.3rem;
  }
}
article h2 span {
  font-size: 20px;
  letter-spacing: 0.6rem;
  color: #000;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  article h2 span {
    font-size: 13px;
  }
}
article .kv {
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 400px;
}
article .kv video {
  will-change: filter;
  filter: sepia(100%);
  -webkit-filter: sepia(100%);
  -moz-filter: sepia(100%);
  -o-filter: sepia(100%);
  -ms-filter: sepia(100%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  article .kv video {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  article .kv video {
    width: auto;
    height: 100%;
  }
}
article .kv h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  article .kv h1 {
    max-width: 550px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  article .kv h1 {
    max-width: 360px;
    width: 100%;
  }
}
article .kv .cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/img/karaoke_service/dot.png) rgba(0, 0, 0, 0.6) repeat;
}
article .kv .bt_kv {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(198, 198, 198, 0.2509803922);
  border: 2px solid #fff;
  text-decoration: none !important;
  color: #fff !important;
  padding: 20px;
  display: block;
  width: 310px;
  text-align: center;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  article .kv .bt_kv {
    width: 100%;
    max-width: 260px;
    padding: 15px;
    font-size: 16px;
  }
}
article .kv .is-show.bt_kv {
  z-index: 4;
  transition: all 1s ease 2.5s;
}
article .about {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  article .about {
    padding: 20px 0;
  }
}
article .about .description h2 {
  text-transform: uppercase;
  font-size: 68px;
  font-weight: 200;
  letter-spacing: 0.9rem;
  text-align: center;
  color: #aa904d;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  article .about .description h2 {
    font-size: 28px;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
  }
}
article .about .description p {
  text-align: center;
  font-size: 24px;
  line-height: 2.9rem;
  letter-spacing: 0.2rem;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  article .about .description p {
    font-size: 20px;
    letter-spacing: 0.1rem;
    padding: 0 25px 0px;
    line-height: 2.4rem;
    text-align: center;
  }
}
article .about .description p b {
  font-size: 40px;
  font-weight: 600;
  border-bottom: dotted #aa904d 3px;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  article .about .description p b {
    font-size: 32px;
  }
}
article .about .description p span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  article .about .description p span {
    line-height: 1.3rem;
    width: 220px;
    margin: 20px auto 0;
  }
}
article .about .description ul {
  margin-bottom: 70px;
  width: 100%;
}
article .about .description ul li img {
  vertical-align: bottom;
  width: 100%;
}
article .about .destination h2 {
  text-transform: uppercase;
  letter-spacing: 0.9rem;
  text-align: center;
  color: #aa904d;
  margin-bottom: 60px;
  font-size: 54px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  article .about .destination h2 {
    margin-bottom: 40px;
    font-size: 40px;
    letter-spacing: 0.5rem;
  }
}
article .about .destination h2 span {
  font-size: 20px;
  letter-spacing: 0.6rem;
  font-style: normal;
  color: #000;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  article .about .destination h2 span {
    font-size: 13px;
  }
}
article .about .destination h2 img {
  width: 154px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  article .about .destination h2 img {
    width: 114px;
    margin-left: 10px;
  }
}
article .about .destination ul {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
article .about .destination ul li {
  margin-bottom: 35px;
}
article .about .destination ul li img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  article .about .destination ul li img {
    max-width: 180px;
  }
}
article .bg_wave {
  background: url(/img/karaoke_service/wave.png);
  background-size: contain;
  background-repeat-x: repeat;
  height: 240px;
  width: 100%;
  margin-bottom: 30px;
  -webkit-animation: bgloop 150s linear infinite;
  animation: bgloop 150s linear infinite;
}
@media screen and (max-width: 767px) {
  article .bg_wave {
    height: 100px;
  }
}
@keyframes bgloop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 6000px 0px;
  }
}
article .procedure {
  padding: 105px 0;
  background: #f8f6f3;
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  article .procedure {
    padding: 65px 30px;
  }
}
@media screen and (max-width: 767px) {
  article .procedure {
    padding: 50px 0;
  }
}
article .procedure .inner img {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  article .procedure .inner img {
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 400px;
  }
}
article .qa {
  padding: 70px 0 120px 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  article .qa {
    padding: 70px 30px 120px 30px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  article .qa {
    padding: 40px 15px;
  }
}
article .qa .qa_box {
  border: solid #aa904d 2px;
  max-width: 790px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 40px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  article .qa .qa_box {
    padding: 10px 20px;
  }
}
article .qa .qa_box:before {
  content: "";
  display: block;
  background: url(/img/karaoke_service/img_mic01.png) no-repeat;
  background-size: contain;
  width: 440px;
  height: 250px;
  position: absolute;
  top: -140px;
  left: -240px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  article .qa .qa_box:before {
    width: 390px;
    height: 200px;
    position: absolute;
    top: -80px;
    left: -190px;
  }
}
article .qa .qa_box:after {
  content: "";
  display: block;
  background: url(/img/karaoke_service/img_mic02.png) no-repeat;
  background-size: contain;
  width: 660px;
  height: 230px;
  position: absolute;
  bottom: -199px;
  right: -240px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  article .qa .qa_box:after {
    width: 100%;
    bottom: -210px;
    right: 0;
  }
}
article .qa .qa_box li {
  border-bottom: 1px solid #aa904d;
  position: relative;
}
article .qa .qa_box li:last-child {
  border-bottom: none;
  padding: 30px 0;
}

.bt_toggle {
  position: absolute;
  right: 20px;
  top: 43px;
  display: block;
}
.bt_toggle span {
  position: absolute;
  width: 20px;
  height: 2px;
  display: block;
  background: #000;
}
.bt_toggle span + span {
  position: absolute;
  top: -9px;
  right: -11px;
  width: 2px;
  height: 20px;
  display: block;
  background: #000;
  transition: all 0.2s ease;
}
.bt_toggle.active span + span {
  transform: rotate(90deg);
}

article .qa .qa_box li .q {
  display: table;
  width: 100%;
  padding: 25px 0;
}
article .qa .qa_box li .q span {
  display: table-cell;
  vertical-align: top;
  width: 40px;
}
article .qa .qa_box li .q span:before {
  content: "Q";
  width: 40px;
  height: 33px;
  display: inline-block;
  padding-top: 7px;
  font-weight: 600;
  text-align: center;
  border-radius: 100px;
  background: #aa904d;
}
@media screen and (max-width: 767px) {
  article .qa .qa_box li .q span:before {
    width: 35px;
    height: 27px;
  }
}
article .qa .qa_box li .q h3 {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  article .qa .qa_box li .q h3 {
    padding: 0 0 0 5px;
  }
}
article .qa .qa_box li .a {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  display: none;
}
article .qa .qa_box li .a span {
  vertical-align: top;
  display: table-cell;
  width: 40px;
}
article .qa .qa_box li .a span:before {
  content: "A";
  width: 40px;
  height: 32px;
  display: inline-block;
  padding-top: 8px;
  font-weight: 600;
  text-align: center;
  border-radius: 200px;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  article .qa .qa_box li .a span:before {
    width: 35px;
    height: 27px;
  }
}
article .qa .qa_box li .a p {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 0 0 15px;
}
article .form {
  background: #f7f5f3;
  padding: 100px 0;
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  article .form {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 767px) {
  article .form {
    padding: 80px 0 30px;
  }
}
article .form .inner {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  article .form .inner {
    padding: 40px 5%;
    box-sizing: border-box;
  }
}
article .form .inner h2 {
  margin-bottom: 25px;
  letter-spacing: 0.4rem;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  article .form .inner h2 {
    padding-top: 30px;
  }
}
article .form .inner p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  article .form .inner p {
    margin-bottom: 0px;
    font-size: 13px;
  }
}
article .form .inner .info {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  article .form .inner .info {
    margin-bottom: 10px;
  }
}
article .form .inner .text_error {
  text-align: left;
  margin: 5px 0 0 0;
}
article .form .inner ul {
  display: table;
  border-spacing: 30px 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  article .form .inner ul {
    margin-bottom: 30px;
    border-spacing: 0;
  }
}
article .form .inner ul li {
  transition: all 0.3s ease;
  display: table-cell;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  article .form .inner ul li {
    display: block;
    margin-bottom: 30px;
    width: 100%;
  }
}
article .form .inner ul li label {
  transition: all 0.3s ease;
  padding: 37px;
  box-sizing: border-box;
  border: 6px solid #e8e8e8;
  background: #fff;
}
@media screen and (max-width: 767px) {
  article .form .inner ul li label {
    padding: 30px;
  }
}
article .form .inner ul li label .price {
  font-family: "Renner*";
}
article .form .inner ul li label .price span {
  display: block;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
article .form .inner ul li label .price span .number {
  font-size: 50px !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 767px) {
  article .form .inner ul li label .price span .number {
    font-size: 42px !important;
  }
}
article .form .inner ul li label .price span .number::after {
  content: "プラン" !important;
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
article .form .inner ul li label .price img {
  width: 190px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  article .form .inner ul li label .price img {
    width: 160px;
  }
}
article .form .inner ul li label:hover {
  opacity: 0.6;
}
article .form .inner ul li input[type=radio]:checked + label {
  border: 6px solid #aa904d;
  pointer-events: none;
}
article .form .inner ul.background_order li,
article .form .inner ul.royalty_order li {
  display: table-cell;
  width: 50%;
  position: relative;
}
article .form .inner ul.background_order li input[type=radio] + label,
article .form .inner ul.royalty_order li input[type=radio] + label {
  border: 4px solid #e8e8e8;
  background: #fff;
  width: 100%;
}
article .form .inner ul.background_order li input[type=radio] + label:hover,
article .form .inner ul.royalty_order li input[type=radio] + label:hover {
  opacity: 0.6;
}
article .form .inner ul.background_order li input[type=radio]:checked + label,
article .form .inner ul.royalty_order li input[type=radio]:checked + label {
  border: 4px solid #aa904d;
  background: #f1ede2;
}
article .form .inner ul.background_order li input[type=radio]:checked + label:hover,
article .form .inner ul.royalty_order li input[type=radio]:checked + label:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  article .form .inner ul.background_order li,
  article .form .inner ul.royalty_order li {
    display: block;
    margin-bottom: 40px;
    width: 100%;
  }
}

input[type=radio] + label::before {
  border: 4px solid #D4D4D4;
  border-radius: 30px;
  top: 50%;
}
input[type=radio]:checked + label::after {
  left: 7px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #aa904d;
  border-radius: 8px;
  top: 50%;
}
input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
}
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
}

article .form .inner ul li input[type=radio] + label::before, article .form .inner ul li input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 50px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  article .form .inner ul li input[type=radio] + label::before, article .form .inner ul li input[type=checkbox] + label::before {
    left: 31px !important;
  }
}
article .form .inner ul li input[type=radio]:checked + label::after {
  left: 57px;
}
@media screen and (max-width: 767px) {
  article .form .inner ul li input[type=radio]:checked + label::after {
    left: 38px;
  }
}
article .form .inner form {
  margin-bottom: 50px;
}
article .form .inner form .form__body {
  width: 100%;
}
article .form .inner form .form__body .fm_2 {
  max-width: 100%;
  width: 50%;
  display: inline-block;
  padding: 0 1.5% 40px 1.5%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  article .form .inner form .form__body .fm_2 {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
article .form .inner form .payment_layout {
  margin-top: 40px;
}

input[type=radio] + label, input[type=checkbox] + label {
  padding: 0 0 0px 34px;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  input[type=radio] + label, input[type=checkbox] + label {
    padding: 4px 0px 0px 34px;
    text-indent: 0px;
    line-height: 1.5rem;
  }
}

article .form .inner .form__body dl {
  padding-bottom: 20px;
}
article .form .inner .form__body dl input {
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  outline: none;
  text-indent: 0.5rem;
  padding: 6px 0;
  border: 1px solid #D4D4D4;
}
@media screen and (max-width: 767px) {
  article .form .inner .form__body dl input {
    padding: 3px 0px;
  }
}

.bt_area .bt,
.bt_single {
  background: #000;
  text-decoration: none !important;
  color: #fff !important;
  padding: 20px;
  display: block;
  width: 310px;
  text-align: center;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
  box-sizing: border-box;
  transition: all 0.2s ease;
  border: none;
}
@media screen and (max-width: 767px) {
  .bt_area .bt,
  .bt_single {
    padding: 15px;
    width: 100%;
    font-size: 16px;
  }
}
.bt_area .bt:hover,
.bt_single:hover {
  opacity: 0.7;
}

article .form .inner .notes {
  border: 6px solid #e7e7e7;
  padding: 35px;
  margin-top: 80px;
  background: #fff;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  article .form .inner .notes {
    padding: 15px 5px;
  }
}
article .form .inner .notes h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
article .form .inner .notes ul {
  display: block;
  margin-bottom: 0;
}
article .form .inner .notes ul li {
  display: block;
  border: none;
  padding: 0;
  text-indent: -16px;
  padding-left: 16px;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  article .form .inner .notes ul li {
    font-size: 13px;
  }
}

article .form_logo {
  background: #f7f5f3;
  padding: 50px 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  article .form_logo {
    margin-top: 40px;
  }
}
article .form_logo h1 {
  max-width: 270px;
  margin: 0 auto;
}
article .step_area {
  background: #f7f5f3;
  font-family: "Renner*";
}
article .step_area ul {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  display: table;
}
article .step_area ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
article .step_area ul li span {
  padding: 12px 0 0 0;
  font-size: 32px;
  width: 65px;
  height: 65px;
  border-radius: 100px;
  background: #e8e7e5;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  color: #bfbfbf;
}
article .step_area ul.current_01 li:nth-child(1) span {
  background: #aa904d;
  color: #000;
}
article .step_area ul.current_02 li:nth-child(1) span, article .step_area ul.current_02 li:nth-child(2) span {
  background: #aa904d;
  color: #000;
}
article .step_area ul.current_03 li:nth-child(1) span, article .step_area ul.current_03 li:nth-child(2) span, article .step_area ul.current_03 li:nth-child(3) span {
  background: #aa904d;
  color: #000;
}
article .step_area ul.current_02 li:nth-child(1)::after {
  content: "";
  background: #aa904d;
}
article .step_area ul.current_03 li:nth-child(1)::after, article .step_area ul.current_03 li:nth-child(2)::after {
  content: "";
  background: #aa904d;
}
article .step_area ul li::before {
  content: "STEP";
  display: block;
  font-size: 13px;
}
article .step_area ul li::after {
  content: "";
  height: 2px;
  width: 90%;
  position: absolute;
  background: #e8e7e5;
  bottom: 39%;
}
article .step_area ul li:last-child::after {
  display: none;
}
article .page.form {
  padding: 0 0 0px 0;
}
article .page.form .inner .song_name {
  font-size: 26px;
  text-align: center;
  margin-bottom: 60px;
  margin-top: -30px;
}
article .page.form .inner p {
  text-align: left;
  margin: 0;
  font-size: 13px;
  color: #3e3e3e;
  padding: 8px 0 0 0;
}
article .page.form .inner .text_error {
  color: #FF2F2F;
}
article .page.form .inner ul li label .price span {
  font-size: 14px;
  line-height: 1.7rem;
}
article .page.form .inner ul li label .price span b {
  font-size: 26px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  article .page.form .inner ul li label .price span b {
    font-size: 24px;
  }
}
article .page.form .inner ul li label .price span b::after {
  display: none;
}
@media screen and (max-width: 767px) {
  article .page.form .inner ul li label .price span {
    font-size: 24px;
  }
}
article .page.form .inner .checkbox_bottom {
  display: table;
  margin: 30px auto;
}
article .page.form .inner h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  article .page.form .inner h3 {
    font-size: 20px;
  }
}
article .page.form h2 {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  article .page.form h2 {
    font-size: 34px;
    letter-spacing: 0rem;
  }
}
article .page.form .inner .info {
  text-align: center;
  margin-bottom: 50px;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 767px) {
  article .page.form .inner .info {
    font-size: 13px;
  }
}
article .page.form .inner ul li label .price span:nth-child(2) {
  margin-bottom: 0;
  font-size: 14px;
}
article .page.form .inner ul li input[type=radio] + label::before, article .page.form .inner ul li input[type=checkbox] + label::before {
  left: 30px !important;
}
@media screen and (max-width: 767px) {
  article .page.form .inner ul li input[type=radio] + label::before, article .page.form .inner ul li input[type=checkbox] + label::before {
    left: 10px !important;
  }
}
article .page.form .inner ul li input[type=radio]:checked + label::after {
  left: 37px;
}
@media screen and (max-width: 767px) {
  article .page.form .inner ul li input[type=radio]:checked + label::after {
    left: 17px;
  }
}
article .page.form .inner form .form__body {
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  article .page.form .inner form .form__body {
    margin-bottom: 30px;
  }
}
article .page.form .inner form .form__body table {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 60px;
}
article .page.form .inner form .form__body table tr {
  border-bottom: 1px solid rgba(170, 144, 77, 0.32);
}
article .page.form .inner form .form__body table tr th {
  width: 40%;
  font-weight: 700;
  padding: 20px 0px;
}
@media screen and (max-width: 767px) {
  article .page.form .inner form .form__body table tr th {
    width: 100%;
    padding: 20px 0px 0 0;
    display: block;
  }
}
article .page.form .inner form .form__body table tr td {
  padding: 20px 0px;
}
@media screen and (max-width: 767px) {
  article .page.form .inner form .form__body table tr td {
    width: 100%;
    display: block;
  }
}
article .page.form .inner .complete {
  max-width: 600px;
  margin: 0 auto 50px;
  width: 100%;
}
article .page.form .inner .complete h1 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  article .page.form .inner .complete h1 {
    font-size: 24px;
    text-align: left;
  }
}
article .page.form .inner .complete p {
  font-size: 15px;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article .page.form .inner .complete p {
    text-align: left;
  }
}
article .page.form .inner .complete .t-center {
  text-align: center;
}
article .page.form .inner .complete .ttl {
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
article .page.form .inner .complete .complete_step {
  display: block;
}
article .page.form .inner .complete .complete_step .current {
  border: 4px solid #aa904d;
}
article .page.form .inner .complete .complete_step .current img {
  height: 62px;
  display: block;
  margin: 0 auto 20px;
}
article .page.form .inner .complete .complete_step .current .big {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article .page.form .inner .complete .complete_step .current .big {
    text-align: left;
  }
}
article .page.form .inner .complete .complete_step .current .url {
  background: #f0f0f0;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
article .page.form .inner .complete .complete_step .current .url a {
  color: #515151;
}
article .page.form .inner .complete .complete_step .current .emphasis {
  font-size: 20px !important;
}
article .page.form .inner .complete .complete_step li {
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  article .page.form .inner .complete .complete_step li {
    padding: 30px 20px;
  }
}
article .page.form .inner .complete .complete_step li h3 {
  color: #aa904d;
  font-weight: 600;
  margin-bottom: 20px;
}
article .page.form .inner .complete .complete_step li h3 span {
  font-size: 30px;
  font-weight: 800;
  margin-right: 20px;
  font-family: "Renner*";
  vertical-align: baseline;
}
article .page.form .inner .complete .complete_step li p {
  line-height: 2rem;
  margin-bottom: 0;
}
article .page.form .inner .complete .complete_step li p b {
  font-weight: bold;
}
article .page.form .inner .complete .complete_step li:after {
  content: "";
  background: url("../../img/karaoke_service/arrow_down.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 64px;
  display: block;
  position: absolute;
  z-index: 1;
  top: auto;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
article .page.form .inner .complete .complete_step li:last-child:after {
  display: none;
}
article .page.form .inner form .form__body input[type=radio] + label, article .page.form .inner form .form__body input[type=checkbox] + label {
  margin-bottom: 15px;
  text-indent: 0px;
  line-height: 1.5rem;
}

input[type=checkbox]:checked + label::after {
  margin-top: -6px;
  border-left: solid #aa904d;
  border-bottom: solid #aa904d;
  left: 5px;
}

.form__body dl dd select,
.list__body dl dd select {
  width: 40%;
}

.royalty .popup.size .list__addtext {
  line-height: 1.7em;
  margin-bottom: 30px;
}
.royalty .popup.size .list__addtext .list__bg {
  background: #f0f0f0;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 14px;
  text-indent: 0px;
}
@media screen and (max-width: 767px) {
  .royalty .popup.size .list__addtext .list__bg {
    text-align: justify;
  }
}
.royalty .popup.size .list__addtext .list__bg b {
  font-weight: bold;
  color: 0;
}
.royalty .popup.size .list__addtext .list__addtext_item {
  margin-bottom: 15px;
  text-indent: -16px;
  padding-left: 15px;
  display: inline-block;
  width: 100%;
}
.royalty .popup.size .list__addtext .small {
  font-size: 12px;
}
.royalty .popup.size .form__body_textarea {
  padding: 0 !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .royalty .popup.size .form__body_textarea {
    margin-bottom: 0 !important;
  }
}
.royalty .popup.size .form__body_textarea .form__textArea_size {
  height: 300px;
}
.royalty .popup.size .w100 {
  width: 100%;
}

.bt_area {
  border-spacing: 0 !important;
  max-width: 270px;
  margin: 0 auto 110px;
}
.bt_area li {
  display: table-cell !important;
}
@media screen and (max-width: 767px) {
  .bt_area li {
    width: 50%;
    padding: 0 5px;
  }
}
.bt_area li .bt {
  width: 95%;
  min-width: 280px;
}
.bt_area li .bt.glay {
  background: #c1c1c1;
}
@media screen and (max-width: 767px) {
  .bt_area li .bt {
    min-width: 160px;
  }
}

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

.popup ul li.bt .submit_bt_2 {
  background: #000;
  border: none;
  border-radius: 100px;
}
.popup ul li.bt .submit_bt_1 {
  border: none;
  border-radius: 100px;
}
.popup .b_info {
  font-size: 13px;
}

.form__body dl dt label,
.list__body dl dt label {
  font-weight: 700;
}

.form__body dl dt label li span p {
  font-weight: 400;
}

.royalty .sp {
  width: 80%;
  margin: 0 auto;
}

.royalty .form .inner h2 {
  margin-bottom: 30px;
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .royalty .form .inner h2 {
    font-size: 26px;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .royalty .form .inner h2 br {
    display: none;
  }
}

.royalty .form .inner h3 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .royalty .form .inner h3 {
    font-size: 20px;
    font-weight: 400;
  }
}

.royalty .form .inner p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .royalty .form .inner p {
    text-align: left;
  }
}

.royalty .form .inner .repletion {
  font-size: 13px;
  color: #8A8A8A;
}

@media screen and (max-width: 767px) {
  .royalty .form .inner .repletion br {
    display: none;
  }
}

.royalty .form .inner .repletion.left {
  text-align: left;
}

.royalty .form .inner ul {
  display: table;
  border-spacing: 20px 5px;
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .royalty .form .inner .background_order {
    margin-bottom: 0;
  }
}

.royalty .form .inner .upload_list {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .royalty .form .inner .upload_list {
    padding-bottom: 0;
  }
}

.royalty .form .inner form .form__body {
  max-width: 680px;
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .royalty .form .inner form .form__body {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .royalty .form .inner ul li {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .royalty .form .inner .bt_area {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .royalty .form .inner .bt_area li {
    width: 50%;
  }
}

.royalty .bt_area li .bt {
  width: 95%;
  min-width: 280px;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .royalty .bt_area li .bt {
    width: 95%;
    min-width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .royalty .mb50 {
    margin-bottom: 20px !important;
  }
}

.royalty .form .inner .important {
  display: block;
  color: #aa904d;
  max-width: 680px;
  margin: 0 auto 50px;
  text-indent: -17px;
  border: 6px solid #e8e2d4;
  padding: 20px 20px 20px 37px;
}
@media screen and (max-width: 767px) {
  .royalty .form .inner .important {
    margin: 0 auto 30px;
    padding: 15px 15px 15px 32px;
  }
}

.royalty .form .inner .important li {
  display: block;
}

.royalty .form .inner .pdf {
  background: #fff;
  padding: 40px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .royalty .form .inner .pdf {
    padding: 15px;
    margin-bottom: 30px;
  }
}

.royalty .form .inner .pdf .inner {
  line-height: 1.8rem;
  font-size: 14px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .royalty .form .inner .pdf .inner {
    line-height: 1.5rem;
    padding: 0;
  }
}
.royalty .form .inner .pdf .inner b {
  font-weight: bold;
  font-size: 17px;
}
.royalty .form .inner .pdf .inner b span {
  font-weight: bold;
  padding: 0 10px;
}
.royalty .form .inner .pdf .inner ol li {
  text-indent: -25px;
  padding-left: 25px;
}
.royalty .form .inner .pdf .inner ol ol li {
  padding-left: 50px;
}
.royalty .form .inner .pdf .inner .p_left {
  float: right;
}
.royalty .form .inner .pdf .inner .p_left p {
  text-align: right;
}
.royalty .form .inner .pdf .inner .p_left ul {
  display: block;
}
.royalty .form .inner .pdf .inner .p_left ul li {
  display: block;
}

.royalty b {
  font-weight: bold;
}

.royalty hr {
  opacity: 0.4;
}

.c-gold {
  color: #aa904d;
}

.royalty .span_6 {
  font-weight: 800;
}

.royalty .form .inner .r-data {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.royalty .form .inner .r-data span {
  display: block;
  text-align: center;
  font-size: 34px;
}

.add_bt_100 {
  text-align: center;
  background: #e4e4e4;
  width: 100%;
  max-width: 400px;
}

.kv .cover:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: fixed;
  background: #aa904d;
  opacity: 1;
  visibility: visible;
}

article.is-show .logo_anime.kv .cover:after {
  opacity: 0;
  transition: all 2s ease 1.5s;
  -webkit-transition: all 2s ease 1.5s;
  visibility: hidden;
}

.logo_anime.kv h1 {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1.4);
  opacity: 0;
  z-index: 1;
}
.logo_anime.kv h1 img {
  max-width: 800px;
  width: 100%;
}

article.is-show .logo_anime.kv h1 {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 1;
}

.royalty .popup.size p {
  font-size: 15px !important;
  text-align: left;
}

.royalty .popup.size h1 {
  background: #fff;
  color: #aa904e;
}

@media screen and (max-width: 767px) {
  .royalty .popup.size .popup_inner p.info {
    font-size: 13px;
  }
}

.royalty .form .inner .popup.size .popup_inner ul {
  border-spacing: 0px 10px;
}

.royalty .text_link {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.scroll_am {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  bottom: 15%;
  z-index: 1;
}
.scroll_am a {
  padding-top: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.scroll_am a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
ul.royalty_order li:first-child {
  position: relative;
  z-index: 0;
}
ul.royalty_order li .cp_bt {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-weight: 600;
  margin-top: 10px;
}

.Credit_img {
  display: inline-block;
  margin-left: 0px;
  vertical-align: top;
  max-width: 190px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Credit_img {
    margin-left: 0;
  }
}

.color_gold {
  border: 1px solid #ab9150;
  color: #b3995f !important;
  padding: 6px !important;
}

.mb50 {
  margin-bottom: 50px;
}

.c-img {
  background: #f6f5f3;
  padding: 100px 0 130px;
}
@media screen and (max-width: 767px) {
  .c-img {
    padding: 60px 0 90px;
  }
}
.c-img .inner h2 {
  margin-bottom: 30px;
}
.c-img .inner .movie {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-img .inner .movie {
    width: 85%;
  }
}
.c-img .inner .movie img {
  width: 100%;
  z-index: 0;
}
.c-img .inner .movie:after {
  content: "";
  background-image: url("../../img/karaoke_service/bg_img.svg");
  background-repeat: no-repeat;
  display: inline-block;
  height: 590px;
  width: 1320px;
  position: absolute;
  top: 78%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-img .inner .movie:after {
    height: 340px;
    width: 840px;
  }
}
.c-img .inner p {
  display: block;
  text-align: center;
}
.experience {
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .experience {
    padding: 25px;
  }
}
.experience .inner {
  position: relative;
  height: 600px;
  background-image: url("../../img/karaoke_service/bg_experience.svg");
  background-repeat: repeat;
  background-size: 30px;
}
@media screen and (max-width: 767px) {
  .experience .inner {
    height: 500px;
    background-size: 20px;
  }
}
.experience .inner h2 {
  margin-bottom: 10px;
}
.experience .inner .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.experience .inner .box b {
  font-family: "Renner";
  font-size: 100px;
  letter-spacing: 0rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .experience .inner .box b {
    font-size: 70px;
  }
}
.experience .inner .box b span {
  font-size: 24px;
  white-space: nowrap;
}
.experience .inner .box p {
  text-align: center;
  margin-top: -10px;
}

.message {
  background: #f6f5f3;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 60px 0;
  }
}
.message .inner ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: table;
}
@media screen and (max-width: 767px) {
  .message .inner ul {
    display: block;
  }
}
.message .inner ul li {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .message .inner ul li {
    display: block;
  }
}
.message .inner ul li h2 {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .message .inner ul li h2 {
    letter-spacing: -2px;
    white-space: normal;
  }
}
.message .inner ul li h2 span {
  text-align: left;
}
.message .inner ul li .frame {
  position: relative;
  padding-right: 30px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .message .inner ul li .frame {
    max-width: 190px;
    margin: 0 auto;
  }
}
.message .inner ul li .frame img {
  max-width: 400px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .message .inner ul li .frame img {
    max-width: 190px;
  }
}
.message .inner ul li .frame:after {
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  height: 400px;
  background: #aa8f52;
  top: 30px;
  left: -30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .message .inner ul li .frame:after {
    width: 190px;
    height: 190px;
    top: 15px;
    left: -15px;
  }
}
.message .inner ul li p {
  line-height: 1.8rem;
}
.message .inner ul li p b {
  font-weight: bold;
}
.message .inner ul li p .title {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 12px;
}
.message .inner ul li p span {
  font-size: 14px;
  font-weight: bold;
}
.message .inner ul li:nth-child(2) {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .procedure.b1 {
    padding: 120px 0 50px;
  }
}

.add_counter {
  width: 85%;
  box-sizing: border-box;
  margin: 0 auto;
}
.add_counter .add_counter__inner {
  max-width: 550px !important;
  margin: 0 auto;
  width: 100%;
  border-top: solid 2px #8E7C64;
  border-bottom: solid 2px #8E7C64;
}
@media screen and (max-width: 767px) {
  .add_counter .add_counter__inner {
    padding: 0 !important;
  }
}
.add_counter .add_counter__inner .add_counter_box {
  padding: 15px;
}
.add_counter .add_counter__inner .add_counter_box ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Renner*";
}
@media screen and (max-width: 767px) {
  .add_counter .add_counter__inner .add_counter_box ul {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .add_counter .add_counter__inner .add_counter_box ul li {
    margin: 0;
  }
}
.add_counter .add_counter__inner .add_counter_box ul li img {
  width: 52px;
  margin-right: 10px;
  vertical-align: middle;
}
.add_counter .add_counter__inner .add_counter_box ul li h3 {
  font-size: 18px;
  font-weight: 700;
  color: #8E7C64;
  margin-bottom: 0;
  line-height: 1.2em;
  margin-right: 6px;
}
.add_counter .add_counter__inner .add_counter_box ul li span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_counter .add_counter__inner .add_counter_box ul li span {
    font-size: 20px;
  }
}
.add_counter .add_counter__inner .add_counter_box ul li span b {
  font-family: "Lato";
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
.upload_list {
  padding: 30px 0 50px;
}
.upload_list li a {
  position: relative;
  border: 4px solid #e8e8e8;
  background: #fff;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 30px 20px;
  min-width: 245px;
  min-height: 260px;
}
@media screen and (max-width: 767px) {
  .upload_list li a {
    margin-bottom: 30px;
  }
}
.upload_list li a b {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -1px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.upload_list li a span {
  font-size: 13px;
  line-height: 1.7rem;
  display: block;
  text-align: center;
  padding-bottom: 40px;
  letter-spacing: 0;
}
.upload_list li a .label {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.upload_list li a .label p {
  color: #CFCFCF !important;
  display: inline-block;
  font-size: 20px !important;
  font-weight: 600;
  vertical-align: bottom;
}
.upload_list li a .label p::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 15px;
  background: url("/img/karaoke_service/check_gray.svg") no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.upload_list li a:hover {
  transition: all 0.2s ease;
  opacity: 0.6;
}
.upload_list .sub_button {
  text-decoration: none;
  background: #000;
  height: 40px;
  color: #fff;
  overflow: hidden;
  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: 15px;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 180px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.upload_list .ok a {
  border: 4px solid #aa904d;
  background: #f1ede2;
}
.upload_list .ok a .label p {
  color: #aa904d !important;
}
.upload_list .ok a .label p::before {
  background: url("/img/karaoke_service/check_gold.svg") no-repeat;
  background-size: contain;
}

.confirmation_box {
  background: #f4f4f4;
  padding: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .confirmation_box {
    padding: 30px;
  }
}
.confirmation_box li {
  margin-bottom: 30px;
}
.confirmation_box li b {
  font-size: 24px;
  display: block;
  font-weight: bold;
}
.confirmation_box li span {
  font-size: 15px;
}

.t-center {
  text-align: center !important;
}

.py-30 {
  padding: 30px 0 !important;
}

.mt--20 {
  margin-top: -20px !important;
}

.pop_chekbox {
  margin: 10px auto;
  width: 250px;
  text-align: center;
}

.sns_info {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  border: #aa904d solid;
}
.sns_info h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.sns_info .sns_bt {
  margin: 0 auto 20px;
  max-width: fit-content;
}
.sns_info .sns_bt .sns-box {
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
}
.sns_info .sns_bt .tw_area {
  background-color: #000;
  display: inline-block;
}
.sns_info .sns_bt .tw_area .sns-link {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 6px 10px 5px 8px;
  display: block;
  transition: all 0.3s ease;
}
.sns_info .sns_bt .tw_area .sns-link .icon-twitter {
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px;
  font-size: 13px;
  vertical-align: middle;
  line-height: 1;
}
.sns_info .sns_bt .tw_area .sns-link:before {
  content: "\e61b";
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
}
.sns_info .sns_bt .tw_area .sns-link:hover {
  opacity: 0.7;
}

.c-kv {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-kv {
    padding: 70px 0 40px;
  }
}
.c-kv .banner {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-kv .banner {
    margin-bottom: 10px;
  }
}
.c-kv .banner__link {
  text-align: center;
  display: inline-block;
}
.c-kv .banner__link img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-kv .banner__link img {
    width: 96%;
  }
}
.c-kv .banner__link:hover {
  opacity: 0.6;
}
.c-kv__header {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-kv__header {
    padding: 30px 0;
  }
}
.c-kv__header.bg_gray {
  background: #f8f7f6;
  z-index: 0;
  position: relative;
}
.c-kv__header span {
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 700;
}
.c-kv__header .main {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-kv__header .main {
    margin-bottom: 20px;
  }
}
.c-kv__header .main__ttl {
  color: #8E7C64;
  letter-spacing: -2px;
  font-size: 70px;
  font-weight: 600;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-kv__header .main__ttl {
    font-size: 38px;
    letter-spacing: 0.03em;
    line-height: 1.4em;
    text-align: center;
    padding-left: 30px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  .c-kv__header .main__ttl {
    margin-left: 7%;
  }
}
.c-kv__header .main__ttl_sub {
  color: #8E7C64;
  font-weight: 600;
  display: block;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-kv__header .main__ttl_sub {
    font-size: 20px;
    text-align: center;
  }
}
.c-kv__header .c-bt_bk {
  background: #191919;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 12px 10px;
  max-width: 250px;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  margin: 0 auto 60px;
  display: block;
  filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .c-kv__header .c-bt_bk {
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
  }
}
.c-kv__header .cv_bt {
  margin: 0 auto;
}
.c-kv img {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}

.c-about {
  background: rgba(143, 125, 101, 0.0588235294);
  padding: 10px 0 50px;
}
@media screen and (max-width: 767px) {
  .c-about {
    padding: 20px 0 29px;
  }
}
.c-about .side-scroll-list.font-large {
  color: #fff;
  font-size: 216px;
  font-weight: 800;
  -webkit-text-stroke: 1px #8E7C64;
  text-stroke: 1px #8E7C64;
  white-space: nowrap;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .c-about .side-scroll-list.font-large {
    font-size: 66px;
  }
}
.c-about .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -168px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-about .inner {
    margin-top: -40px;
  }
}
.c-about .inner img {
  max-width: 320px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-about .inner img {
    width: 70%;
    margin-bottom: 30px;
  }
}
.c-about .inner .catch {
  color: #8E7C64;
  font-style: normal;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: initial;
  line-height: 2.3em;
  margin-bottom: 0px;
  text-align: left;
  margin-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-about .inner .catch {
    font-size: 18px;
    font-family: initial;
    line-height: 1.8em;
    margin-bottom: 0px;
    text-align: left;
    margin-left: 4%;
    position: relative;
  }
}
.c-about .side-scroll-list-reverse.font-small {
  color: #fff;
  font-size: 76px;
  font-weight: 800;
  -webkit-text-stroke: 1px #8E7C64;
  text-stroke: 1px #8E7C64;
  white-space: nowrap;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .c-about .side-scroll-list-reverse.font-small {
    font-size: 36px;
  }
}

.c-title {
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 15px;
  }
}
.c-title__en {
  font-family: "Palanquin", sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 76px;
  font-weight: 500;
  -webkit-text-stroke: 1px #8E7C64;
  text-stroke: 1px #8E7C64;
  white-space: nowrap;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .c-title__en {
    font-size: 40px;
  }
}
.c-title__en:br {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-title__en:br {
    display: block;
  }
}
.c-title__en-illust {
  font-family: "Palanquin", sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 76px;
  font-weight: 500;
  -webkit-text-stroke: 1px #8E7C64;
  text-stroke: 1px #8E7C64;
  white-space: nowrap;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title__en-illust {
    font-size: 50px;
  }
}
.c-title__en-illust:before {
  content: "";
  display: block;
  background: url(/img/karaoke_service/stylish/illust_song.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 310px;
  position: absolute;
  left: -170px;
  top: -90px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-title__en-illust:before {
    width: 100px;
    height: 210px;
    left: -80px;
    top: -90px;
    z-index: 0;
    display: none;
  }
}
.c-title__en-white {
  font-family: "Palanquin", sans-serif;
  font-style: normal;
  color: transparent;
  font-size: 76px;
  font-weight: 500;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  white-space: nowrap;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .c-title__en-white {
    font-size: 50px;
  }
}
.c-title__jp {
  font-family: "Palanquin", sans-serif;
  font-style: normal;
  color: #8E7C64;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-title__jp {
    font-size: 16px;
    position: relative;
    margin-top: -10px;
  }
}
.c-title__jp-white {
  font-family: "Palanquin", sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-title__jp-white {
    font-size: 16px;
    margin-top: -10px;
    margin-bottom: 35px;
  }
}

.bg__illust {
  position: relative;
}
.bg__illust:before {
  position: absolute;
  content: "";
  width: 150%;
  height: 140px;
  transform: rotate(29deg);
  background: #bfbbb4;
  background: linear-gradient(161deg, #bfbbb4 0%, #8f7d65 100%);
  top: 46.5%;
  left: -12%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg__illust:before {
    width: 170%;
    height: 80px;
    top: 28.5%;
    left: -32%;
  }
}
.bg__illust:after {
  content: "";
  background: url(/img/karaoke_service/stylish/illust_speaker.svg) no-repeat;
  background-size: contain;
  width: 480px;
  height: 620px;
  position: absolute;
  top: 24%;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .bg__illust:after {
    width: 270px;
    top: 25%;
    z-index: -1;
    height: 280px;
  }
}
.bg__illust .c-destination {
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  .bg__illust .c-destination {
    padding: 50px 0 0;
  }
}
.bg__illust .c-destination .inner .c-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1060px;
  justify-content: right;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.bg__illust .c-destination .inner .c-box .c-box__item {
  max-width: 280px;
  width: 100%;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .bg__illust .c-destination .inner .c-box .c-box__item {
    max-width: 50%;
  }
}
.bg__illust .c-flow {
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .bg__illust .c-flow {
    padding: 45px 0 0;
  }
}
.bg__illust .c-flow .c-title {
  margin-bottom: 40px;
}
.bg__illust .c-flow .inner .flow-box {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 830px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bg__illust .c-flow .inner .flow-box {
    display: block;
    width: 90%;
    max-width: 270px;
    background: #fff;
  }
}
.bg__illust .c-flow .inner .flow-box__item {
  position: relative;
  text-align: center;
  display: grid;
  padding: 0px 0 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bg__illust .c-flow .inner .flow-box__item {
    display: flex;
    justify-content: start;
    align-items: center;
  }
}
.bg__illust .c-flow .inner .flow-box__item:nth-child(3) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .bg__illust .c-flow .inner .flow-box__item:nth-child(3) {
    margin-bottom: 40px;
  }
}
.bg__illust .c-flow .inner .flow-box__item:nth-child(3):before {
  content: "";
  background: url(/img/karaoke_service/stylish/flow_arrow.svg) no-repeat;
  height: 120px;
  background-size: contain;
  width: 50px;
  display: block;
  position: absolute;
  right: 4%;
  bottom: 26%;
}
@media screen and (max-width: 767px) {
  .bg__illust .c-flow .inner .flow-box__item:nth-child(3):before {
    right: 190px;
    bottom: -67px;
    transform: rotate(90deg);
  }
}
.bg__illust .c-flow .inner .flow-box__item:last-child img {
  margin: 0 auto 11px;
}
@media screen and (max-width: 767px) {
  .bg__illust .c-flow .inner .flow-box__item:last-child img {
    margin: 0 auto;
  }
}
.bg__illust .c-flow .inner .flow-box__item .number {
  color: #8E7C64;
  border: 2px solid;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  margin: 40px 10px 15px 14px;
  position: relative;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bg__illust .c-flow .inner .flow-box__item .number {
    margin: 0px 10px 0px 0px;
  }
}
.bg__illust .c-flow .inner .flow-box__item .number:after {
  content: "";
  height: 2px;
  width: 155px;
  top: 15px;
  left: 32px;
  position: absolute;
  background: #8E7C64;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .bg__illust .c-flow .inner .flow-box__item .number:after {
    height: 68px;
    width: 2px;
    top: 32px;
    left: auto;
  }
}
.bg__illust .c-flow .inner .flow-box__item .number.no-style {
  border: none;
}
@media screen and (max-width: 767px) {
  .bg__illust .c-flow .inner .flow-box__item .number.no-style {
    display: none;
  }
}
.bg__illust .c-flow .inner .flow-box__item:last-child .number:after, .bg__illust .c-flow .inner .flow-box__item:nth-child(3) .number:after {
  display: none;
}
.bg__illust .c-flow .inner .flow-box__item .text {
  font-size: 16px;
  font-weight: bold;
}
.bg__illust .c-flow .inner .flow-box__item .text b {
  color: #8E7C64;
}
.bg__illust .c-flow .inner .flow-box__item img {
  height: 75px;
  padding: 0;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .bg__illust .c-flow .inner .flow-box__item img {
    height: 60px;
    width: 100px;
    padding: 0;
    margin-bottom: 0px;
  }
}
.bg__illust .c-flow .inner .flow-box__item:last-child .number:after {
  display: none;
}

.c-question {
  padding: 30px 0;
  position: relative;
}
.c-question:before {
  position: absolute;
  content: "";
  width: 150%;
  height: 140px;
  transform: rotate(-29deg);
  background: #bfbbb4;
  background: linear-gradient(161deg, #bfbbb4 0%, #8f7d65 100%);
  top: 22.5%;
  left: -12%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-question:before {
    height: 80px;
    top: 34.5%;
    left: -20%;
  }
}
.c-question .c-qa {
  color: #8E7C64;
  max-width: 1130px;
  margin: -16px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .c-question .c-qa {
    padding: 0 20px;
  }
}
.c-question .c-qa__item {
  border: 1px solid;
  display: inline-block;
  padding: 25px 30px 25px 47px;
  margin-bottom: 40px;
  background: #fff;
  min-width: 65%;
}
@media screen and (max-width: 767px) {
  .c-question .c-qa__item {
    padding: 25px 15px 25px 38px;
    margin-bottom: 20px;
  }
}
.c-question .c-qa__item .c-qa__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-question .c-qa__item .c-qa__title {
    font-size: 16px;
  }
}
.c-question .c-qa__item .c-qa__title:before {
  content: "Q";
  font-family: "Palanquin", sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  -webkit-text-stroke: 1px #8E7C64;
  text-stroke: 1px #8E7C64;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  opacity: 0.4;
  left: -38px;
  top: -47px;
}
@media screen and (max-width: 767px) {
  .c-question .c-qa__item .c-qa__title:before {
    font-size: 42px;
    left: -36px;
    top: -43px;
    z-index: -1;
  }
}
.c-question .c-qa__item .c-qa__text {
  padding-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-question .c-qa__item .c-qa__text {
    letter-spacing: 0.04em;
  }
}
.c-question .c-qa__item:nth-child(even) {
  margin-left: auto;
}
.c-question.c-bottom:before {
  display: none;
}
.c-question .c-button {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  font-weight: 600;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-question .c-button {
    margin-left: -22%;
    padding: 20px 0 30px;
  }
}
.c-question .c-button a {
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
  letter-spacing: 0;
  color: #8E7C64;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-question .c-button a {
    font-size: 16px;
    padding-right: 10px;
  }
}
.c-question .c-button a:after, .c-question .c-button a:before {
  position: absolute;
  top: 50%;
  right: -2.8em;
  content: "";
  margin-top: -10px;
  background: url(/img/karaoke_service/stylish/bt_arrow.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .c-question .c-button a:after, .c-question .c-button a:before {
    top: 72%;
    margin-top: -10px;
    width: 30px;
    height: 10px;
  }
}
.c-question .c-button a:after {
  opacity: 0;
  right: -1.8em;
}
.c-question .c-button a span {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #8E7C64;
  top: -22px;
  right: -88px;
}
@media screen and (max-width: 767px) {
  .c-question .c-button a span {
    width: 45px;
    height: 45px;
    top: -12px;
    right: -48px;
  }
}
.c-question .c-button .add_color {
  color: #fff;
}
.c-question .c-button .add_color span {
  border: 1px solid #fff;
}
.c-question .c-button .add_color:after, .c-question .c-button .add_color:before {
  mix-blend-mode: color-dodge;
}

.c-form {
  background: rgb(191, 187, 180);
  background: linear-gradient(72deg, rgb(191, 187, 180) 0%, rgb(143, 125, 101) 100%);
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .c-form {
    padding: 30px 0;
  }
}
.c-form .inner {
  margin: -25px auto 0;
  background: #fff;
  max-width: 1030px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form .inner {
    max-width: 96%;
  }
}
.c-form .inner .page.form {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-form .inner .page.form {
    padding: 0;
  }
}
.c-form .inner .page.form .form__body dl dd .form__textArea_size:focus,
.c-form .inner .page.form .list__body dl dd .form__textArea_size:focus {
  border: 1px solid #9f9f9f;
}

header .container a img.logo {
  filter: grayscale(1);
}
header .container .home_area {
  filter: grayscale(1);
}
header .container nav ul div.down_menu_area li.name_area img.pf_down {
  filter: grayscale(1);
}

.c-button a:hover:before {
  animation: arrowAnimBefore 0.5s;
}

.c-button a:hover:after {
  animation: arrowAnimAfter 0.5s;
}

@keyframes arrowAnimBefore {
  100% {
    right: -3.8em;
    opacity: 0;
  }
}
@keyframes arrowAnimAfter {
  99% {
    right: -2.8em;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.split-line {
  overflow: hidden;
  padding-bottom: 2px;
}

.stalker {
  pointer-events: none;
  position: fixed;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background: #191919;
  border-radius: 50%;
  border: 1px solid #191919;
  transition: background-color 0.5s, border 0.5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .stalker {
    display: none;
  }
}

.stalker.is-active {
  background: rgba(0, 0, 0, 0);
  border-color: #191919;
  opacity: 0.2;
}

.circle {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #8E7C64;
  border-radius: 100%;
  cursor: pointer;
}

.circle::before {
  position: absolute;
  display: inline-block;
  top: -1px;
  left: -1px;
  width: 25px;
  height: 25px;
  content: "";
  border: 5px solid #8E7C64;
  border-radius: 100%;
  animation: circleBorder 1.5s infinite;
}

@keyframes circleBorder {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
}
.figure {
  overflow: auto;
  margin: 0 auto 30px;
}
.figure__inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .figure__inner {
    width: 660px;
  }
}

.form__body dl dd .form__textArea_size {
  background: #f6f6f6 !important;
  border: 1px solid #c7c7c7 !important;
}

.c-voice {
  padding: 30px 0;
  background-color: #f8f7f6;
}
.c-voice .inner {
  padding: 0 5%;
}
.c-voice .inner .voice__list {
  max-width: 720px;
  width: 100%;
  margin: -30px auto 40px;
}
@media screen and (max-width: 767px) {
  .c-voice .inner .voice__list {
    margin: 0 auto;
  }
}
.c-voice .inner .voice__list .voice__item {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
}
.c-voice .inner .voice__list .voice__item .voice__thumb {
  text-align: center;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .c-voice .inner .voice__list .voice__item .voice__thumb {
    width: 160px;
  }
}
.c-voice .inner .voice__list .voice__item .voice__thumb img {
  width: 84px;
}
@media screen and (max-width: 767px) {
  .c-voice .inner .voice__list .voice__item .voice__thumb img {
    width: 64px;
  }
}
.c-voice .inner .voice__list .voice__item .voice__thumb .voice__name {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #8E7C64;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.c-voice .inner .voice__list .voice__item .voice__text {
  padding: 10px;
  border: 1px solid #333;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-voice .inner .voice__list .voice__item .voice__text {
    max-width: 230px;
  }
}

/*============================
  フォーム
  ============================*/
.page.form {
  padding: 0;
}
.page.form .inner {
  padding: 10px 3.5%;
}
.page.form .inner .prices {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .page.form .inner .prices {
    margin-top: 30px;
  }
}
.page.form .inner .prices__title {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.page.form .inner .prices__body {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
}
.page.form .inner .prices__body .prices__body_small {
  font-size: 14px;
}
.page.form .inner .prices__body .prices__body_big {
  font-family: "Renner*";
  font-size: 54px;
  font-weight: 500;
}
.page.form .inner .prices__info {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: rgb(230, 74, 74);
  position: relative;
}
.page.form .inner .prices__info b {
  font-size: 30px;
}
.page.form .inner .prices .prices__taxin {
  font-family: "Renner*";
  color: #898887;
  font-size: 12px;
  text-align: center;
}
.page.form .inner .prices_table {
  font-family: "Renner*";
  letter-spacing: 0;
  line-height: 2em;
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .page.form .inner .prices_table {
    font-size: 15px;
  }
}
.page.form .inner .prices_table tbody tr th {
  color: #999999;
  font-weight: 600;
  white-space: nowrap;
}
.page.form .inner .prices_table tbody tr th b {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.page.form .inner .prices_table tbody tr td {
  text-align: right;
  font-weight: 600;
}
.page.form .inner .prices_table tbody tr td b {
  font-size: 30px;
  font-weight: 500;
}
.page.form .inner .prices_table tbody tr td .small {
  display: block;
  font-size: 11px;
  text-align: right;
  margin-top: -6px;
  color: #999;
}
.page.form .inner .prices_table tbody tr td span {
  display: inline-block;
}
.page.form .inner .prices_table tbody tr:last-child {
  border-top: 1px solid #d0d0d0;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .page.form .inner .prices_table tbody tr:last-child {
    transform: translateY(10px);
  }
}
.page.form .inner .radio__list {
  display: flex;
  width: 100%;
  gap: 1.5%;
  margin-bottom: 20px;
  justify-content: center;
}
.page.form .inner .radio__list.mb10 {
  margin-bottom: 10px;
}
.page.form .inner .radio__list .radio__item {
  font-family: "M PLUS 1p", sans-serif;
  margin: 0;
  width: 70%;
}
.page.form .inner .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%);
}
.page.form .inner .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%);
}
.page.form .inner .radio__list .radio__item label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 6% 10px;
  height: 100%;
  min-height: 140px;
  border: 4px solid #e8e8e8;
  background: #fff;
  width: 100%;
}
.page.form .inner .radio__list .radio__item label .radio__wrap {
  width: 100%;
}
.page.form .inner .radio__list .radio__item label .radio__wrap .radio__header {
  margin-bottom: 10px;
}
.page.form .inner .radio__list .radio__item label .radio__wrap .radio__header .radio__title {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page.form .inner .radio__list .radio__item label .radio__wrap .radio__header .radio__title {
    text-align: center;
  }
}
.page.form .inner .radio__list .radio__item label .radio__wrap .radio__header .radio__title .radio__icon {
  width: 30px;
  position: absolute;
  right: -37px;
  top: 0;
  top: -5px;
}
.page.form .inner .radio__list .radio__item label .radio__wrap .radio__text {
  font-size: 12px;
  letter-spacing: 0px;
  padding: 0%;
  line-height: 1.7em;
  text-align: center;
}
.page.form .inner .radio__list .radio__item label .radio__wrap .radio__price {
  font-family: "Renner*";
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.page.form .inner .radio__list .radio__item label .radio__wrap .radio__price .radio__price_small {
  font-size: 12px;
  font-weight: 500;
}
.page.form .inner .radio__list .radio__item label .radio__wrap .radio__price .radio__price_taxin {
  text-align: center;
  color: #898887;
  font-size: 12px;
}
.page.form .inner .radio__list .radio__item input[type=radio]:checked + label {
  border: 4px solid #aa904d;
  background: #f1ede2;
}
.page.form .inner .radio__list .radio__item input[type=radio]:checked + label:hover {
  opacity: 1;
}
.page.form .inner .radio__list .radio__item:nth-child(2) {
  width: 30%;
}
.page.form .inner .form_bt {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.page.form .inner .form_bt .bt {
  display: flex;
  gap: 8px;
}
.radio__list_even.radio__list .radio__item {
  width: 50% !important;
}
.radio__list_even.radio__list .radio__item label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 6% 10px !important;
  height: 100%;
}
.radio__list_even.radio__list .radio__item label .radio__sub {
  color: red;
  font-size: 12px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .radio__list_even.radio__list .radio__item label .radio__sub {
    text-align: left;
  }
}
.radio__list_even.radio__list .radio__item label .radio__header {
  text-align: center;
  font-size: 18px;
}
.radio__list_even.radio__list .radio__item label .radio__header .radio__title {
  font-size: 21px !important;
  text-align: center;
}
.radio__list_even.radio__list .radio__item label .radio__header.textaline_left {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .radio__list_even.radio__list .radio__item label .radio__header.textaline_left {
    text-align: left;
  }
}
.radio__list_even.radio__list .radio__item label .radio__info {
  font-size: 14px;
  text-align: center;
  margin-top: -10px;
}
.radio__list_even.radio__list .radio__item:nth-child(2) {
  width: 50% !important;
}

.float_link {
  width: 100%;
  background: #f8f7f6;
  position: fixed;
  bottom: 0;
  left: 0;
  letter-spacing: 0;
  padding: 10px 0;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1019607843);
  z-index: 9999;
  bottom: -100px;
  transition: all 0.5s ease;
}
.float_link .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.float_link .d-flex .price {
  font-size: 14px;
}
.float_link .d-flex .price b {
  font-size: 26px;
  font-family: "Renner*";
  font-weight: 500;
}
.float_link .d-flex .price .small {
  color: #898887;
  font-family: "Renner*";
  font-size: 11px;
  text-align: right;
  display: block;
  margin-top: -5px;
  margin-right: 8px;
}
.float_link .d-flex ul {
  margin: 0;
  border-spacing: 30px 0px !important;
  display: block !important;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .float_link .d-flex ul {
    width: 50% !important;
    margin-bottom: 0 !important;
  }
}
.float_link .d-flex ul .bt {
  min-width: 110px;
  padding: 14px;
}
@media screen and (max-width: 767px) {
  .float_link .d-flex ul .bt {
    padding: 7px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .float_link .d-flex ul .bt .submit_bt {
    height: 38px;
  }
}
.float_link.is-active {
  bottom: 0;
}

.form_frame {
  max-width: 550px;
  margin: 0px auto;
  width: 100%;
}
.form_frame .pc_mb35 {
  margin-bottom: 35px;
}
.form_frame .pc_mb35 dl {
  padding-bottom: 0;
}

.card-form-wrap {
  margin-bottom: 30px;
  overflow: hidden;
}

#card-number-form {
  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;
  margin-bottom: 10px;
}

#card-expiry-form {
  padding: 8px 15px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: none;
  font-size: 16px;
  width: 49%;
  white-space: pre-wrap;
  color: #515151;
  margin-bottom: 10px;
  float: left;
  margin-right: 1%;
}

#card-cvc-form {
  padding: 8px 15px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: none;
  font-size: 16px;
  width: 49%;
  white-space: pre-wrap;
  color: #515151;
  float: right;
  margin-left: 1%;
}

.form__body dl dd .form__valid:before,
.list__body dl dd .form__valid:before {
  content: "";
  background: #aa904d;
  border: 1px solid #aa904d;
}

.form__body .radio__list .radio__item input[type=radio]:checked + label::after {
  background: #aa904d;
}

ul li.bt .submit_bt {
  background: #000000;
  border: 2px solid #000000;
}
@media screen and (max-width: 767px) {
  ul li.bt .submit_bt {
    max-width: 250px;
  }
}
ul li.bt .submit_bt_2 {
  background: #000;
  border: 2px solid #000;
}

.payment_layout {
  margin-top: 30px;
}
.payment_layout .radio__list .radio__item {
  width: 49% !important;
}
.payment_layout .radio__list .radio__item label {
  padding: 0 !important;
}
.payment_layout .radio__list .radio__item .radio__sub {
  text-align: center;
  display: block;
  color: red;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 26px;
}
.payment_layout .radio__list .radio__item .radio__title {
  font-size: 21px !important;
  text-align: center;
}

.material_upload_layout {
  background: none !important;
  padding: 0 !important;
}
.material_upload_layout .radio__item {
  width: 49% !important;
}
@media screen and (max-width: 767px) {
  .material_upload_layout .radio__item .radio__title {
    font-size: 22px !important;
  }
}

.copyright_layout .radio__list .radio__item input[type=radio] + label {
  border: 4px solid #e8e8e8;
  background: #fff;
}
.copyright_layout .radio__list .radio__item input[type=radio]:checked + label {
  border: 4px solid #aa904d;
  background: #f1ede2;
}

.a.ps_add_bt_100,
.add_bt_100 {
  color: #000;
  text-decoration: none;
}

header.fixed {
  position: static !important;
  height: auto !important;
}

.c-require {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .c-require {
    padding: 30px 0;
  }
}
.c-require .require__list {
  margin: 0 auto 20px;
  max-width: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 60px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-require .require__list {
    gap: 30px;
  }
}
.c-require .require__list .require__item {
  text-align: center;
}
.c-require .require__list .require__item img {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .c-require .require__list .require__item img {
    width: 120px;
  }
}
.c-require .require__list .require__item .require__title {
  text-align: center;
  line-height: 1.1em;
}
.c-require .require__list .require__item .require__title .small {
  font-size: 12px;
}
.c-require .require__list .require__item .require__title.text__center {
  height: 90px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.c-require .require__text {
  text-align: center;
}
.c-require .require__text .require__body {
  color: #9A8B76;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px dotted;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-require .require__text .require__body {
    font-size: 18px;
  }
}

.bg_gray_p2 {
  background: #f0ede9;
}

.player_controls {
  display: flex;
  align-items: center;
  gap: 5px;
}
.player_controls .toggleButton {
  width: 55px;
  cursor: pointer;
  margin: 10px;
  transition: all 0.2s ease;
}
.player_controls .toggleButton:hover {
  opacity: 0.6;
}
.player_controls .toggleButton span {
  font-weight: 700;
}

.form__body .radio__list .radio__item input[type=radio] + label .radio__wrap .radio__text {
  padding: 0;
}

.side_banner {
  position: fixed;
  right: -46px;
  top: 5%;
  z-index: 999;
  animation: sideBanner 0.3s both 1s;
}
@media screen and (max-width: 767px) {
  .side_banner img {
    width: 36px;
  }
}

@keyframes sideBanner {
  from {
    right: -46px;
  }
  to {
    right: 0;
  }
}
.player_button {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  font-weight: 600;
}

.questionary_box {
  color: #8E7C64;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 60px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .questionary_box {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.questionary {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .questionary {
    gap: 20px;
  }
}
.questionary .questionary__item {
  max-width: 200px;
  width: 100%;
}
.questionary .questionary__item .title {
  background-color: #ede6dd;
  color: #8E7C64;
  margin-bottom: 10px;
  padding: 8px;
  width: 100%;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  min-width: 150px;
  letter-spacing: 0;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .questionary .questionary__item .title {
    font-size: 15px;
  }
}
.questionary .questionary__item .questionary__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.questionary .questionary__item .questionary__inner .icon {
  width: 50px;
}
.questionary .questionary__item .questionary__inner .number {
  font-size: 45px;
  color: #8E7C64;
  display: block;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .questionary .questionary__item .questionary__inner .number {
    font-size: 38px;
  }
}
.questionary .questionary__item .questionary__inner .number__add:after {
  color: #8E7C64;
  content: "（10点満点）";
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .questionary .questionary__item .questionary__inner .number__add:after {
    font-size: 10px;
  }
}

.page.form .inner .ai_button .radio__list .radio__item {
  width: 49% !important;
}
.page.form .inner .ai_button .radio__list .radio__item:nth-child(2) {
  width: 49% !important;
}