@charset "UTF-8";
/* 変数ファイルインポート */
/*----------------------------------------------------------
*  共通変数
*----------------------------------------------------------*/
/*----------------------------------------------------------
*  mixin定義
*----------------------------------------------------------*/
/* clearfix */
/* transition */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&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 {
  background: #fff;
  font-family: Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: normal;
  color: #515151;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
  }
}

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

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

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

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

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

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

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

p {
  padding-bottom: 20px;
}

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

#container {
  width: 100%;
}

.flexwrap {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.m0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.pt10 {
  padding-top: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.plr6 {
  padding: 6px 0;
}

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

.text_center {
  text-align: center;
}

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

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

.d_none {
  display: none;
}

.t_indent {
  text-indent: 35px;
}

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

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

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

.color_orange {
  color: #FF873C !important;
}

.color_gray {
  color: #aeaeae !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.login_popup {
  display: none;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.login_popup.size {
  width: 650px;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #a1a1a1;
  overflow: auto;
  background: #EAEAEA;
}
@media screen and (max-width: 767px) {
  .login_popup.size {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .login_popup.size {
    height: 480px;
  }
}
.login_popup.size .close_popup {
  position: absolute;
  top: 16px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .login_popup.size .close_popup {
    width: 22px;
  }
}
.login_popup.size .popup_inner {
  padding: 60px 10px 0;
  background: #EAEAEA;
}
@media screen and (max-width: 767px) {
  .login_popup.size .popup_inner {
    padding: 40px 0 0;
  }
}
.login_popup.size .popup_inner div.tab_area {
  /* TODO top.scssの部分と後で共通化する*/
  /* ログイン選択時 */
  /* 新規登録選択時 */
}
@media screen and (max-width: 767px) {
  .login_popup.size .popup_inner div.tab_area {
    padding: 10px;
  }
}
.login_popup.size .popup_inner div.tab_area div.tab_bt {
  width: 100%;
}
.login_popup.size .popup_inner div.tab_area div.tab_bt ul.login {
  display: inline-block;
  width: 49%;
}
.login_popup.size .popup_inner div.tab_area div.tab_bt ul.login a {
  text-decoration: none;
}
.login_popup.size .popup_inner div.tab_area div.tab_bt ul.login a li {
  background: #2bb393;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #2bb393;
  border-left: 1px solid #2bb393;
  border-right: 1px solid #2bb393;
}
.login_popup.size .popup_inner div.tab_area div.tab_bt ul.login a li:hover {
  background: #fff;
  color: #2bb393;
  border-top: 1px solid #CACACA;
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
}
.login_popup.size .popup_inner div.tab_area div.tab_bt ul.login a li.on {
  background: #fff;
  padding: 10px;
  text-align: center;
  color: #2bb393;
  border-top: 1px solid #CACACA;
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
}
.login_popup.size .popup_inner div.tab_area div.tab_bt ul.signup {
  display: inline-block;
  width: 49%;
  float: right;
}
.login_popup.size .popup_inner div.tab_area div.tab_bt ul.signup a {
  text-decoration: none;
}
.login_popup.size .popup_inner div.tab_area div.tab_bt ul.signup a li {
  background: #2bb393;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #2bb393;
  border-left: 1px solid #2bb393;
  border-right: 1px solid #2bb393;
}
.login_popup.size .popup_inner div.tab_area div.tab_bt ul.signup a li:hover {
  background: #fff;
  color: #2bb393;
  border-top: 1px solid #CACACA;
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
}
.login_popup.size .popup_inner div.tab_area div.tab_bt ul.signup a li.on {
  background: #fff;
  padding: 10px;
  text-align: center;
  color: #2bb393;
  border-top: 1px solid #CACACA;
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
}
.login_popup.size .popup_inner div.tab_area div.tab_form {
  background: #fff;
  padding: 20px 20px 1px 20px;
  border-bottom: 1px solid #CACACA;
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
}
@media screen and (max-width: 767px) {
  .login_popup.size .popup_inner div.tab_area div.tab_form {
    padding: 20px 20px 0;
  }
}
.login_popup.size .popup_inner div.tab_area div.tab_form form .form__body {
  width: 100%;
  padding: 15px 15px 0 15px;
}
@media screen and (max-width: 767px) {
  .login_popup.size .popup_inner div.tab_area div.tab_form form .form__body {
    padding: 5px 5px 0;
  }
}
.login_popup.size .popup_inner div.tab_area div.tab_form form .form__body dl {
  padding-bottom: 0;
}
.login_popup.size .popup_inner div.tab_area div.tab_form form .form__body dd {
  margin-bottom: 20px;
}
.login_popup.size .popup_inner div.tab_area div.tab_form form .form__body dd .text_info_on {
  text-align: right;
}
.login_popup.size .popup_inner div.tab_area div.tab_form form .form__body .form__textArea_size {
  font-size: 20px;
  background: #F7F7F7;
}
.login_popup.size .popup_inner div.tab_area div.tab_form form .form__body ul {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .login_popup.size .popup_inner div.tab_area div.tab_form form .form__body ul .bt {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.login_popup.size .popup_inner div.tab_area div.tab_form form .form__body ul .bt .submit_bt {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .login_popup.size .popup_inner div.tab_area div.tab_form form .form__body ul .bt .submit_bt {
    width: 100%;
  }
}
.login_popup.size .popup_inner div.tab_area.login_on div.tab_bt ul.login a li {
  background: #fff;
  padding: 19px 0;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #2bb393;
  border-top: 1px solid #CACACA;
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
}
.login_popup.size .popup_inner div.tab_area.login_on div.tab_form form .form__body dl dd .alphabet {
  display: none;
}
.login_popup.size .popup_inner div.tab_area.login_on div.tab_form form .form__body dl dd p.top_terms {
  display: none;
}
.login_popup.size .popup_inner div.tab_area.login_on div.tab_form form .form__body dl dd p.text_info_on a.pass_subinfo {
  text-align: right;
  display: block;
}
.login_popup.size .popup_inner div.tab_area.login_on div.tab_form form .form__body dl .top_bt1 {
  display: none;
}
.login_popup.size .popup_inner div.tab_area.signup_on div.tab_bt ul.signup a li {
  background: #fff;
  padding: 19px 0;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #2bb393;
  border-top: 1px solid #CACACA;
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
}
.login_popup.size .popup_inner div.tab_area.signup_on div.tab_form form .form__body dl dd p.text_info_on a.pass_subinfo {
  display: none;
}
.login_popup.size .popup_inner div.tab_area.signup_on div.tab_form form .form__body dl dd.terms_area {
  margin-bottom: 10px;
}
.login_popup.size .popup_inner div.tab_area.signup_on div.tab_form form .form__body dl dd.terms_area p.top_terms {
  font-size: 12px;
  padding: 0;
  text-align: center;
}
.login_popup.size .popup_inner div.tab_area.signup_on div.tab_form form .form__body dl .top_bt2 {
  display: none;
}

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

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

.display_on {
  display: block !important;
}

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

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

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

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

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

.bg_white {
  background: #fff;
}

.bg_gray {
  background: #f2f2f2;
}

.bg_green_light {
  background: #E3EDE3;
}

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

/* テーブル用スタイル */
section.table_layout table.temp_layout {
  border: 1px solid #dadada;
  margin-bottom: 20px;
}
section.table_layout table.temp_layout thead {
  background: #fafafa;
  color: #2bb393;
  border-bottom: 1px solid #dadada;
}
section.table_layout table.temp_layout thead tr th {
  padding: 10px;
  border-right: 1px solid #dadada;
  text-align: center;
  vertical-align: middle;
}
section.table_layout table.temp_layout tbody tr {
  border-bottom: 1px solid #dadada;
}
section.table_layout table.temp_layout tbody tr:nth-child(even) {
  background-color: #fafafa;
}
section.table_layout table.temp_layout tbody tr td {
  padding: 10px;
  border-right: 1px solid #dadada;
  vertical-align: middle;
}
section.table_layout table.temp_layout tbody tr .schedule {
  white-space: nowrap;
}

section.table_layout_v2 h2 {
  width: 100%;
  font-size: 22px;
  padding: 10px 15px;
  color: #2bb393;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  border-radius: 2px;
  display: inline-block;
}
section.table_layout_v2 .text_link {
  display: inline-block;
  float: right;
  margin-bottom: 20px;
}
section.table_layout_v2 div.total_box {
  margin: 0 auto;
  width: 80%;
}
section.table_layout_v2 div.total_box ul li.bt {
  margin: 0px 0px 20px 0;
}
section.table_layout_v2 div.total_box h3 {
  font-size: 18px;
  padding: 10px 20px;
  color: #000;
  display: inline-block;
}
section.table_layout_v2 div.total_box ul.total_inner {
  display: table;
  padding: 22px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 div.total_box ul.total_inner {
    padding: 0px;
    margin: 0 auto;
    width: 70%;
  }
}
section.table_layout_v2 div.total_box ul.total_inner li {
  text-align: center;
  display: table-cell;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 div.total_box ul.total_inner li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
  }
}
section.table_layout_v2 div.total_box ul.total_inner li span.ttl {
  color: #2bb393;
  font-size: 18px;
  display: block;
  text-align: left;
  margin-bottom: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 div.total_box ul.total_inner li span.ttl {
    text-align: center;
  }
}
section.table_layout_v2 div.total_box ul.total_inner li .number_all {
  white-space: nowrap;
}
section.table_layout_v2 div.total_box ul.total_inner li .number_all span {
  white-space: nowrap;
}
section.table_layout_v2 div.total_box ul.total_inner li .number_all span.yen {
  font-size: 14px;
  white-space: nowrap;
}
section.table_layout_v2 div.total_box ul.total_inner li .number_all p.withdrawal {
  color: #e84f4f;
  font-size: 22px;
  text-align: center;
  padding: 0;
  white-space: nowrap;
}
section.table_layout_v2 div.total_box02 {
  display: flex;
  margin-bottom: 15px;
}
section.table_layout_v2 div.total_box02 select {
  margin-right: 30px;
  width: auto;
  padding: 10px 20px 10px 10px;
  letter-spacing: 0.1rem;
  font-size: 16px;
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: url(/img/common/b_arrow_down.svg) 93% 50% no-repeat #ffffff;
  border: 1px solid #d9d9d9;
  width: 200px;
  background-size: 14px, 100%;
  transition: all 0.2s ease;
  color: #333;
}
section.table_layout_v2 div.total_box02 select option {
  color: #333;
}
section.table_layout_v2 div.total_box02 select:hover {
  opacity: 0.5;
}
section.table_layout_v2 .dl_bt {
  display: inline-block;
  text-decoration: none;
  color: #484848;
  width: 160px;
  background: #eaeaea;
  padding: 10px;
  float: right;
}
section.table_layout_v2 .dl_bt:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 .dl_bt {
    padding: 10px;
    font-size: 16px;
    border-radius: 100px;
    text-align: center;
  }
}
section.table_layout_v2 .text_link {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 .text_link {
    padding: 10px;
  }
}
section.table_layout_v2 .scroll_info_text {
  display: none;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 .scroll_info_text {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 .scroll_box {
    overflow-x: scroll;
    width: 100%;
  }
}
section.table_layout_v2 .scroll_box table.temp_layout {
  clear: both;
  border: 1px solid #dadada;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 .scroll_box table.temp_layout {
    width: 520px;
  }
}
section.table_layout_v2 .scroll_box table.temp_layout thead tr th.info {
  width: 43%;
}
section.table_layout_v2 .scroll_box table.temp_layout thead tr abbr {
  vertical-align: middle;
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr td span.day {
  font-size: 12px;
  display: block;
  color: #949494;
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr td p {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 .scroll_box table.temp_layout tbody tr td p {
    word-break: keep-all;
  }
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr td span {
  white-space: nowrap;
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr td span.yen {
  font-size: 12px;
  white-space: nowrap;
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr td span.fee {
  font-size: 12px;
  display: block;
  color: #949494;
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr td.withdrawal {
  color: #e84f4f;
}
section.table_layout_v2 .scroll_box table.temp_layout thead {
  background: #fafafa;
  color: #2bb393;
  border-bottom: 1px solid #dadada;
}
section.table_layout_v2 .scroll_box table.temp_layout thead tr th {
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr {
  border-bottom: 1px solid #dadada;
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr:nth-child(even) {
  background-color: #fafafa;
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr td {
  padding: 5px;
  vertical-align: middle;
  white-space: nowrap;
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr .schedule {
  white-space: nowrap;
}
section.table_layout_v2 table.temp_layout_p1 {
  clear: both;
  border: 1px solid #dadada;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 table.temp_layout_p1 {
    width: 520px;
  }
}
section.table_layout_v2 table.temp_layout_p1 thead tr th.info {
  width: 43%;
}
section.table_layout_v2 table.temp_layout_p1 thead tr abbr {
  vertical-align: middle;
}
section.table_layout_v2 table.temp_layout_p1 tbody tr td span.day {
  font-size: 12px;
  display: block;
  color: #949494;
}
section.table_layout_v2 table.temp_layout_p1 tbody tr td p {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 table.temp_layout_p1 tbody tr td p {
    word-break: keep-all;
  }
}
section.table_layout_v2 table.temp_layout_p1 tbody tr td span {
  white-space: nowrap;
}
section.table_layout_v2 table.temp_layout_p1 tbody tr td span.yen {
  font-size: 12px;
  white-space: nowrap;
}
section.table_layout_v2 table.temp_layout_p1 tbody tr td span.fee {
  font-size: 12px;
  display: block;
  color: #949494;
}
section.table_layout_v2 table.temp_layout_p1 tbody tr td.withdrawal {
  color: #e84f4f;
}
section.table_layout_v2 table.temp_layout_p1 thead {
  background: #fafafa;
  color: #2bb393;
  border-bottom: 1px solid #dadada;
}
section.table_layout_v2 table.temp_layout_p1 thead tr th {
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
}
section.table_layout_v2 table.temp_layout_p1 thead tbody tr {
  border-bottom: 1px solid #dadada;
}
section.table_layout_v2 table.temp_layout_p1 thead tbody tr:nth-child(even) {
  background-color: #fafafa;
}
section.table_layout_v2 table.temp_layout_p1 thead tbody tr td {
  padding: 5px;
  vertical-align: middle;
  white-space: nowrap;
}
section.table_layout_v2 table.temp_layout_p1 thead tbody tr .schedule {
  white-space: nowrap;
}
section.table_layout_v2 table.temp_layout_p1 thead tbody tr:nth-child(1) {
  border: 4px solid #e1e1e1;
  font-weight: bold;
}

article.pattern1.help section.page_title {
  background: url(/img/layout/keyvisual_help.svg) no-repeat #2CB393;
  background-size: cover;
  background-position: 0px;
}
article.pattern1.help section.page_title div.container h1 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  article.pattern1.help section.page_title div.container h1 {
    text-align: center;
    margin: 0;
  }
}

article.pattern1 section.page_title {
  background: linear-gradient(-45deg, rgba(246, 255, 0, 0.6), rgba(43, 179, 147, 0.6)), url(/img/top/keyvisual_top.jpg) no-repeat;
  background-size: cover;
  background-position: 0px;
}
article.pattern1 section.page_title div.container h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 0 16%;
}
@media screen and (max-width: 767px) {
  article.pattern1 section.page_title div.container h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  article.pattern1 section.page_title div.container h1 {
    text-align: center;
    margin: 0;
  }
}
article.pattern1 section.page_title div.container div.manager_talk {
  margin-bottom: 20px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
article.pattern1 section.page_title div.container div.manager_talk p.balloon {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2vw;
  padding: 10px 10px 10px 15px;
  width: 80%;
  float: left;
  margin: 0;
  position: relative;
  margin-bottom: 40px;
  margin-bottom: 0;
}
article.pattern1 section.page_title div.container div.manager_talk p.balloon:before {
  left: -15px;
  content: "";
  display: block;
  top: 0;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 56px 30px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 767px) {
  article.pattern1 section.page_title div.container div.manager_talk p.balloon {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2vw;
    padding: 10px 10px 10px 15px;
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    margin-bottom: 40px;
    margin: 0 0 30px 0;
  }
  article.pattern1 section.page_title div.container div.manager_talk p.balloon:before {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-top-width: 0;
    top: -9px;
    content: "";
    display: block;
    left: 48%;
    position: absolute;
    width: 0;
    z-index: 1;
  }
  article.pattern1 section.page_title div.container div.manager_talk p.balloon:after {
    border: 10px solid transparent;
    border-bottom-color: #d9d9d9;
    border-top-width: 0;
    top: -10px;
    content: "";
    display: block;
    left: 48%;
    position: absolute;
    width: 0;
  }
}
article.pattern1 section.page_title div.container div.manager_talk div.manager_info {
  width: 100px;
  text-align: center;
  font-size: 14px;
  float: left;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  article.pattern1 section.page_title div.container div.manager_talk div.manager_info {
    margin: 0;
    width: 100%;
  }
}
article.pattern1 section.page_title div.container div.manager_talk div.manager_info img.manager.circle {
  width: 84px;
}
@media screen and (max-width: 767px) {
  article.pattern1 section.page_title div.container div.manager_talk div.manager_info img.manager.circle {
    width: 64px;
  }
}
article.pattern1 section.page_title div.container p.sub {
  display: inline-block;
}

article.pattern2 section.page_title {
  background: url(/img/side/page_title_bg.jpg);
  background-size: cover;
  animation: gd 8s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  article.pattern2 section.page_title {
    background-size: auto;
    background-position: 100%;
  }
}
article.pattern2 section.page_title div.container {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  article.pattern2 section.page_title div.container {
    padding: 6% 0;
  }
}
article.pattern2 section.page_title div.container h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 0 27%;
}
@media screen and (max-width: 767px) {
  article.pattern2 section.page_title div.container h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  article.pattern2 section.page_title div.container h1 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
article.pattern2 section.overview div.container div.col.span_18 {
  float: right;
}
article.pattern2 section.overview div.container div.col.span_18 div.manager_talk {
  display: inline-block;
}
article.pattern2 section.overview div.container div.col.span_18 div.manager_talk p.balloon {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  padding: 10px 10px 10px 15px;
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
  margin-bottom: 40px;
  font-size: 15px;
  padding: 15px 30px;
  border: none;
  margin-top: -90px;
  z-index: 0;
  background: #fff;
  box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.1215686275);
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  article.pattern2 section.overview div.container div.col.span_18 div.manager_talk p.balloon {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 14vw;
    padding: 10px 10px 10px 15px;
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    margin-bottom: 40px;
    border: none;
    padding: 15px 30px;
    margin: -75px 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  article.pattern2 section.overview div.container div.col.span_18 div.manager_talk p.balloon {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 14vw;
    padding: 10px 10px 10px 15px;
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    margin-bottom: 40px;
    border: none;
    padding: 15px 30px;
    margin: -35px 0 30px 0;
  }
}
article.pattern2 section.overview div.container div.col.span_18 div.manager_talk div.manager_info {
  width: 100px;
  text-align: center;
  font-size: 14px;
  float: left;
  margin: 0 0 0 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  article.pattern2 section.overview div.container div.col.span_18 div.manager_talk div.manager_info {
    margin: 0 auto 10px;
    float: none;
  }
}
article.pattern2 section.overview div.container div.col.span_18 div.manager_talk div.manager_info img.manager.circle {
  width: 84px;
}
@media screen and (max-width: 767px) {
  article.pattern2 section.overview div.container div.col.span_18 div.manager_talk div.manager_info img.manager.circle {
    width: 64px;
  }
}
article.pattern2 section.overview div.container div.col.span_18 div.manager_talk div.manager_info p.chara_work {
  color: #0049A9;
  display: inline-block;
  padding: 0;
  font-size: 12px;
  vertical-align: sub;
}
article.pattern2 section.overview div.container div.col.span_18 div.manager_talk div.manager_info p.chara_name {
  display: inline-block;
  padding: 0;
}
article.pattern2 section.overview div.container div.col.span_18 p.sub {
  display: inline-block;
}
article.pattern2 div.side.col.span_5 {
  width: 21%;
  text-decoration: none;
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  article.pattern2 div.side.col.span_5 {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  article.pattern2 div.side.col.span_5 {
    margin: 0;
    width: 100%;
    display: none;
  }
}
article.pattern2 div.side.col.span_5 img.artist_photo {
  border: 5px solid #fff;
  border-radius: 50%;
  margin: 0px auto 10px;
  width: 130px;
  display: block;
}
@media screen and (max-width: 767px) {
  article.pattern2 div.side.col.span_5 img.artist_photo {
    display: none;
  }
}
article.pattern2 div.side.col.span_5 p.side_artist_name {
  font-size: 22px;
  color: #515151;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  article.pattern2 div.side.col.span_5 p.side_artist_name {
    display: none;
  }
}
article.pattern2 div.side.col.span_5 ul {
  padding: 0 0 30px 0;
}
article.pattern2 div.side.col.span_5 ul li.name {
  font-weight: bold;
  padding-bottom: 0;
  padding-left: 20px;
}
article.pattern2 div.side.col.span_5 ul li.name span.prof {
  font-size: 12px;
  padding-left: 20px;
  font-weight: normal;
  display: block;
  padding-left: 0;
}
article.pattern2 div.side.col.span_5 ul p.line {
  border-bottom: 1px dashed #dcdcdc;
  margin: 15px 0;
  padding: 0;
}
article.pattern2 div.side.col.span_5 ul a:link, article.pattern2 div.side.col.span_5 ul a:visited {
  color: #515151;
  text-decoration: none;
}
article.pattern2 div.side.col.span_5 ul a li {
  padding: 6px 10px;
  position: relative;
}
article.pattern2 div.side.col.span_5 ul a li:hover {
  background: #F3F3F3;
}
article.pattern2 div.side.col.span_5 ul a li img {
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-right: 10px;
}
article.pattern2 div.side.col.span_5 ul a li.lp {
  letter-spacing: normal;
}
article.pattern2 div.side.col.span_5 ul a li .sub_arrow {
  width: 12px;
  float: right;
}
article.pattern2 div.side.col.span_5 ul a li .notice_mark {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ff7171;
  position: absolute;
  border-radius: 100px;
  top: 9px;
}
article.pattern2 div.side.col.span_5 ul .side_balance {
  display: block;
  border-top: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
  margin: 15px 0;
  padding: 15px 0 10px;
}
article.pattern2 div.side.col.span_5 ul .side_balance .text_title {
  background: #2bb393;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 13px;
  padding: 1px;
  width: 95px;
  text-align: center;
  margin: 0 auto;
  border-radius: 200px;
}
article.pattern2 div.side.col.span_5 ul .side_balance .text_body {
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
article.pattern2 div.side.col.span_5 ul .side_balance .text_body .text_balance {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 900;
  display: inline-block;
}
article.pattern2 div.side.col.span_5 ul .side_balance .text_body .text_small {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}
article.pattern2 div.side.col.span_5 ul .side_balance .text_arrow {
  font-size: 12px;
  display: block;
  text-align: center;
}
article.pattern2 div.side.col.span_5 ul .side_balance:hover {
  background: #F3F3F3;
}
article.pattern2 div.side.col.span_5 ul .sub_menu {
  padding: 0;
  text-indent: 34px;
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 {
  border: 4px solid #ececec;
  line-height: 2;
  padding: 10px;
  margin: 0 0 20px 0;
  max-height: 400px;
  overflow: auto;
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.side_title2 {
  line-height: 1.2;
  border-bottom: 1px dashed #dcdcdc;
  font-size: 19px;
  letter-spacing: 0;
  padding: 10px 0 20px;
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.side_title2:hover {
  background: none;
}
@media screen and (max-width: 767px) {
  article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.side_title2 {
    font-size: 18px;
    text-align: center;
  }
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.entry_at {
  border-bottom: 1px dashed #dcdcdc;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.entry_at:hover {
  background: #F3F3F3;
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.entry_at img.side_thumb {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin-right: 5px;
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.entry_at p {
  padding: 0px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.entry_at p a.thumb_name {
  display: inline;
}
@media screen and (max-width: 767px) {
  article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.entry_at p {
    width: 80%;
  }
}

.question_icon {
  background-image: url(/img/common/question.svg);
  background-color: #BBBBBB;
  background-repeat: no-repeat;
  background-position: 4px;
  background-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0px 0 0px 4px;
  vertical-align: sub;
}

#tooltip {
  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;
}

#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 {
  display: block;
  margin: 0 auto;
}

.tooltip_share {
  position: relative;
}
.tooltip_share ul.sharebt_sns_area {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 10px 0 0 14px;
  border-radius: 6px;
  z-index: 1;
  margin-left: 10px;
  width: 110px;
  box-shadow: rgb(232, 232, 232) 0px 0px 6px 3px;
}
@media screen and (max-width: 767px) {
  .tooltip_share ul.sharebt_sns_area {
    top: 40px;
    left: -49px;
  }
}
.tooltip_share ul.sharebt_sns_area:before {
  border: 10px solid transparent;
  border-right-color: #fff;
  border-left-width: 0;
  left: -9px;
  content: "";
  display: block;
  top: 12px;
  position: absolute;
  width: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tooltip_share ul.sharebt_sns_area:before {
    border-bottom-color: #fff;
    border-top-width: 0;
    top: -9px;
    left: 44px;
    border-right-color: transparent;
    border-left-width: 10px;
  }
}
.tooltip_share ul.sharebt_sns_area:after {
  border: 10px solid transparent;
  border-right-color: #d9d9d9;
  border-left-width: 0;
  left: -10px;
  content: "";
  display: block;
  top: 12px;
  position: absolute;
  width: 0;
}
@media screen and (max-width: 767px) {
  .tooltip_share ul.sharebt_sns_area:after {
    border-bottom-color: #d9d9d9;
    border-top-width: 0;
    top: -10px;
    left: 44px;
    border-right-color: transparent;
    border-left-width: 10px;
  }
}
.tooltip_share ul.sharebt_sns_area li.sns_bt {
  height: 40px;
  display: inline-block;
}
.tooltip_share ul.sharebt_sns_area li.sns_bt img.tw,
.tooltip_share ul.sharebt_sns_area li.sns_bt .fb,
.tooltip_share ul.sharebt_sns_area li.sns_bt .hatena,
.tooltip_share ul.sharebt_sns_area li.sns_bt .url {
  height: 34px;
}
@media screen and (min-width: 970px) {
  .tooltip_share ul.sharebt_sns_area li.sns_bt img.tw:hover,
  .tooltip_share ul.sharebt_sns_area li.sns_bt .fb:hover,
  .tooltip_share ul.sharebt_sns_area li.sns_bt .hatena:hover,
  .tooltip_share ul.sharebt_sns_area li.sns_bt .url:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
ul.pager {
  display: block;
  text-align: center;
}
ul.pager li {
  display: inline-block;
  background: #f2f2f2;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 11px;
  padding-top: 3px;
}
ul.pager li a {
  text-decoration: none;
  color: #7b7b7b;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
ul.pager li.current {
  background: #2bb393;
  color: #fff;
  font-size: 13px;
  padding: 6px 0 0 0;
}

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

table.temp_layout_p1 {
  clear: both;
  border: 1px solid #dadada;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  table.temp_layout_p1 {
    width: 520px;
  }
}
table.temp_layout_p1 thead {
  background: #fafafa;
  color: #2bb393;
  border-bottom: 1px solid #dadada;
}
table.temp_layout_p1 thead tr th {
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
}
table.temp_layout_p1 tbody tr {
  border-bottom: 1px solid #dadada;
}
table.temp_layout_p1 tbody tr:nth-child(even) {
  background-color: #fafafa;
}
table.temp_layout_p1 tbody tr:nth-child(1) {
  border: 4px solid #e1e1e1;
  font-weight: bold;
}
table.temp_layout_p1 tbody tr td {
  padding: 5px;
  vertical-align: middle;
  white-space: nowrap;
}
table.temp_layout_p1 tbody tr .schedule {
  white-space: nowrap;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

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

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

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