@charset "UTF-8";
/* 変数 */
/* フォーム */
.c-form {
  margin: 15px 0 0;
  overflow: hidden;
  line-height: 1.3;
}
.c-form .c-title02 {
  margin-bottom: 10px;
}
.c-form .required {
  color: #e52e6e;
}
.c-form .help-block {
  margin-top: 5px;
}
.c-form .form_text01 {
  margin: 0 0 15px;
  text-align: center;
}
.c-form .form_text01 a {
  color: #ff89b3;
  text-decoration: underline;
}
.c-form .form_text01 a:hover {
  text-decoration: none;
}
.c-form .btn {
  margin-bottom: 20px;
}
.c-form .c-new_remind {
  clear: both;
  line-height: 1.3;
  text-align: center;
}
.c-form .msg01 {
  margin: 0 0 20px;
  color: #e52e6e;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.c-form .msg02 {
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
}
.c-form .msg02 a {
  color: #e52e6e;
  text-decoration: underline;
}
.c-form .msg02 a:hover {
  text-decoration: none;
}
.c-form.confirm label {
  text-align: right;
  font-weight: bold;
}
.c-form.complete {
  margin: 40px 0;
}
.c-form .c-item_icn {
  display: inline-block;
  min-width: 5em;
  margin: 0 0 3px 10px;
  padding: 2px 4px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}
.c-form .c-item_icn.comic {
  background: #ff89b3;
  /* pink */
}
.c-form .c-item_icn.novel {
  background: #674598;
  /* purple */
}
.c-form .c-item_icn.cd {
  background: #f39800;
  /* orange */
}
.c-form .c-item_icn.dvd {
  background: #3eb370;
  /* green */
}
.c-form .c-item_icn.series {
  background: #0095d9;
  /* blue */
}
.c-form .c-item_icn.booklet {
  background: #0014B6;
  /* dark blue */
}
.c-form .c-item_icn.game {
  background: #ffdb4f;
  /* yellow */
}
.c-form .c-item_icn.goods {
  background: #e52e6e;
  /* red */
}

/* 言語切り替え */
.c-lang {
  margin: 0 0 15px;
  text-align: right;
}
.c-lang li {
  font-size: 12px;
  cursor: pointer;
}

/* STEP */
.c-step {
  display: table;
  width: 100%;
  margin: 10px 0 15px;
}
.c-step li {
  position: relative;
  display: table-cell;
}
.c-step li + li {
  padding: 0 0 0 17px;
}
.c-step li + li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -20px;
  border-left: 8px solid #999;
  border-right: 8px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.c-step li.current dl {
  border-color: #ff89b3;
}
.c-step li.current dt {
  background: #ff89b3;
}
.c-step li.current dd {
  color: #ff89b3;
  background: rgba(255, 137, 179, 0.1);
}
.c-step dl {
  border: 2px solid #a9ada5;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
}
.c-step dt {
  padding: 5px 0;
  color: #fff;
  background: #c9c9c9;
  border-radius: 3px 3px 0 0;
}
.c-step dd {
  padding: 5px 0;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 3px 3px;
  line-height: 1.3;
}

/* 入力エラー */
.c-error {
  padding: 5px;
  border: 2px solid #e52e6e;
  color: #e52e6e;
  background: rgba(255, 137, 179, 0.1);
}
.c-error p {
  line-height: 1.3;
}

/* 会員ログイン */
.c-login .form-group.mail i {
  margin-right: 5px;
  font-size: 15px;
}
.c-login .form-group.password i {
  margin-right: 7px;
  margin-left: 2px;
  font-size: 20px;
}
.c-login .form-control {
  margin: 10px 0 0;
}

/* 会員登録 */
/* 作品掲載依頼 */
.c-request {
  margin: 15px 0 30px;
}
.c-request .c-select_request {
  margin: 20px 0;
}
.c-request .c-select_request li {
  margin: 10px 0;
}
.c-request .c-select_request a {
  padding-top: 13px;
  padding-bottom: 13px;
}
.c-request .c-select_note {
  margin: 0 10px;
}
.c-request .c-select_note li {
  margin: 0 0 3px 2em;
  text-indent: -2em;
  color: #e52e6e;
  font-size: 11px;
  line-height: 1.4;
}
.c-request .c-request_note {
  margin: 10px 0 0;
  color: #e52e6e;
  font-size: 11px;
  line-height: 1.4;
}
.c-request .c-request_note + .form-group {
  margin-top: 10px;
}
.c-request .c-request_tab_btn {
  display: flex;
  margin: 20px -10px 0;
  padding: 0 10px;
  border-bottom: 1px solid #777;
}
.c-request .c-request_tab_btn li {
  min-width: calc(1 / 4 * 100%);
  margin: 0 1px 0 0;
  padding: 8px 1px 7px;
  color: #555;
  background: #eee;
  border: 1px solid #777;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.c-request .c-request_tab_btn li:last-child {
  width: 28%;
}
.c-request .c-request_tab_btn li:hover {
  color: #e52e6e;
}
.c-request .c-request_tab_btn li.active {
  margin-bottom: -1px;
  color: #ff89b3;
  background: #fff;
  cursor: default;
}
.c-request .c-request_tab_cont {
  padding: 6px 0;
}
.c-request .control-label {
  font-weight: bold;
}
.c-request .kana {
  position: relative;
}
.c-request .c-request_attention {
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 10px;
  z-index: 1;
  padding: 2px 8px;
  color: #e52e6e;
  background: #ffcd59;
  border-radius: 3px;
  font-weight: bold;
}
.c-request .c-request_attention::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -5px;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #ffcd59;
}
.c-request .required {
  display: inline-block;
  margin: 0 0 2px 10px;
  padding: 1px 5px 0;
  border-radius: 3px;
  color: #fff;
  background: #e52e6e;
  font-weight: normal;
}
.c-request .multi {
  display: inline-block;
  margin: 0 0 2px 10px;
  padding: 1px 5px 0;
  border-radius: 3px;
  color: #fff;
  background: #ffb300;
  font-weight: normal;
}
.c-request .single {
  display: inline-block;
  margin: 0 0 2px 10px;
  padding: 1px 5px 0;
  border-radius: 3px;
  color: #fff;
  background: #279dfe;
  font-weight: normal;
}
.c-request .change {
  position: relative;
}
.c-request .change .change_btn {
  position: absolute;
  bottom: 6px;
  right: 10px;
  z-index: 1;
}
.c-request .change .change_btn .item {
  float: left;
  width: 20px;
  margin-left: 9px;
}
.c-request .change .change_btn .item button {
  width: 20px;
  height: 20px;
  padding: 0;
  color: #ff89b3;
  background: transparent;
  border: 2px solid #ff89b3;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  appearance: none;
}
.c-request .change .change_btn .item button:hover {
  opacity: .8;
}
.c-request .change .change_item + .change_item {
  margin-top: 6px;
}
.c-request .c-request_btn {
  margin-bottom: 30px;
}
.c-request .c-request_btn button {
  padding: 6px;
  color: #ff89b3;
  background: transparent;
  border: 1px solid #ff89b3;
}
.c-request .c-request_btn button i {
  margin-left: 3px;
  color: #777;
}
.c-request .c-request_btn button:hover {
  color: #fff;
  background: #ff89b3;
}
.c-request .c-request_btn .btn-xs {
  padding-bottom: 7px;
}
.c-request .c-form_title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 6px 0;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}
.c-request .c-form_title h3 {
  margin: 0 1em 0 0;
  font-size: 16px;
  font-weight: bold;
}
.c-request .c-form_title h3.seme {
  color: #2b95ff;
}
.c-request .c-form_title h3.uke {
  color: #2b95ff;
}
.c-request .c-form_title .note {
  flex: 1;
  color: #e52e6e;
}
.c-request .c-form_title .note i {
  margin-right: 3px;
}
.c-request .c-request_input_btn {
  clear: both;
  padding: 10px 0 0;
}
.c-request .c-request_input_btn a {
  display: block;
  padding: 10px 0;
  color: #ffb300;
  border: 1px solid #ffb300;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.c-request .c-request_input_btn a:hover {
  color: #fff;
  background: #ffb300;
}
.c-request .c-request_input {
  padding-bottom: 10px;
}
.c-request .c-form_set {
  position: relative;
  padding: 18px 0 0;
  overflow: hidden;
}
.c-request .c-form.confirm .c-form_set {
  padding-bottom: 15px;
}
.c-request .c-form.confirm .c-checkbox01 label {
  font-weight: normal;
}
.c-request .c-checkbox01 {
  padding-top: 10px;
  margin-bottom: -20px;
  overflow: hidden;
}
.c-request .candidate {
  display: flex;
  position: absolute;
  top: 0;
  right: 10px;
}
.c-request .candidate.type02 {
  top: -24px;
}
.c-request .candidate .btn {
  margin-bottom: 0;
  font-size: 12px;
}
.c-request .candidate .btn_candidate {
  margin-right: 6px;
  color: #ffb300;
  background: #fff;
  border: 1px solid #ffb300;
}
.c-request .candidate .btn_candidate:hover {
  color: #fff;
  background: #ffb300;
}
.c-request .candidate .btn-info {
  width: 100%;
}
.c-request .c-request_note + .change {
  margin-top: 20px;
}
.c-request .c-request_add_btn {
  max-width: 160px;
  margin: 0 auto;
  padding: 15px 0 0;
}
.c-request .c-request_add_btn button {
  margin: 0;
}
.c-request .c-request_selected {
  display: flex;
  padding: 6px 0 0;
}
.c-request .c-request_selected p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-request .c-request_selected p + p {
  margin-left: 2em;
}
.c-request .c-request_selected span {
  margin-right: 1em;
  font-weight: bold;
}
.c-request .c-request_error {
  display: table;
  margin: 0 auto 30px;
  color: #e52e6e;
}
.c-request .c-request_error i {
  margin-right: 3px;
}

#m-chara_play_set {
  z-index: 4000;
}
#m-chara_play_set .c-search {
  position: relative;
  padding: 30px 5px;
}
#m-chara_play_set .close {
  position: absolute;
  top: 4px;
  right: 4px;
}
#m-chara_play_set .c-checkbox01 input[type="checkbox"] + label {
  color: #333;
}
#m-chara_play_set .note {
  line-height: 1.5;
}
#m-chara_play_set .note li {
  margin-left: 1em;
  text-indent: -1em;
}
#m-chara_play_set .c-form_submit {
  text-align: center;
}

#m-candidate {
  z-index: 4000;
}
#m-candidate .c-search {
  position: relative;
  padding: 30px 5px;
}
#m-candidate .c-search label {
  margin-bottom: 5px;
}
#m-candidate .close {
  position: absolute;
  top: 4px;
  right: 4px;
}
#m-candidate .initial li {
  margin: 0 3px 4px;
  padding: 8px 0;
  color: #fff;
  background: #ff89b3;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
#m-candidate .initial li:hover {
  background: #ff70a3;
}
#m-candidate .kana {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
#m-candidate .kana ul {
  width: 10%;
}
#m-candidate .kana ul:nth-child(8) li + li, #m-candidate .kana ul:nth-child(10) li + li {
  margin-top: 38px;
}
#m-candidate .alphabet ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#m-candidate .alphabet ul li {
  width: calc(10% - 6px);
}
#m-candidate .alphabet ul li:last-child {
  width: calc(40% - 6px);
}
#m-candidate .results .c-title02 span {
  color: #e52e6e;
}
#m-candidate .results li {
  padding: 10px;
  font-size: 12px;
  line-height: 1.6;
  border-bottom: 1px dotted #eee;
  text-decoration: underline;
  cursor: pointer;
}
#m-candidate .results li:hover {
  text-decoration: none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* フォーム */
  .c-form {
    margin: 40px 0 50px;
  }
  .c-form .c-title02 {
    margin-bottom: 30px;
  }
  .c-form .form-group {
    margin-bottom: 30px;
  }
  .c-form .form_text01 {
    margin: 0 0 35px;
  }
  .c-form .btn {
    margin-bottom: 40px;
  }
  .c-form .msg01 {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 2;
  }
  .c-form .msg02 {
    font-size: 16px;
    line-height: 2;
  }
  .c-form.complete {
    margin: 80px 0 150px;
  }

  /* STEP */
  .c-step {
    margin: 25px 0 35px;
  }
  .c-step li {
    width: 25%;
  }
  .c-step dd {
    padding: 15px 0;
    font-size: 16px;
  }

  /* 入力エラー */
  .c-error {
    padding: 15px;
    font-size: 16px;
  }

  /* 作品掲載依頼 */
  .c-request {
    margin: 15px 0 30px;
  }
  .c-request .c-select_request {
    margin: 70px 0 30px;
  }
  .c-request .c-request_attention {
    top: -25px;
    right: auto;
    left: 27%;
  }
  .c-request .change .change_btn {
    right: 12%;
  }
  .c-request .change .change_btn .item {
    width: 24px;
  }
  .c-request .change .change_btn .item button {
    width: 24px;
    height: 24px;
    line-height: 22px;
  }
  .c-request .c-request_btn .btn-xs {
    padding-bottom: 5px;
    font-size: 14px;
  }
  .c-request .c-request_input_btn a {
    max-width: none;
    margin: 0;
  }
  .c-request .candidate {
    display: block;
    top: 18px;
    width: 110px;
  }
  .c-request .candidate.type02 {
    top: 30px;
  }
  .c-request .candidate.type02 .btn {
    margin-bottom: 5px;
  }
  .c-request .candidate .btn {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .c-request .recorded .control-label {
    padding-top: 17px;
  }
  .c-request .recorded .c-request_input {
    padding-top: 7px;
  }
  .c-request .recorded .candidate {
    top: 0;
  }
  .c-request .c-request_note {
    font-size: 12px;
  }
  .c-request .c-request_note + .change {
    margin-top: 40px;
  }

  #m-chara_play_set .c-search {
    padding: 30px 15px;
  }
  #m-chara_play_set .close {
    top: 10px;
    right: 10px;
  }
}
/* @media */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #m-chara_play_set .modal-dialog {
    width: 800px;
  }

  /* 作品掲載依頼 */
  .c-request .candidate.type02 {
    right: -10px;
  }
}
/* @media */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* 作品掲載依頼 */
  .c-request .candidate.type02 {
    right: 0;
  }
}
/* @media */
