.only_pc {
  display: block;
}

.sgl_character {
  width: 95%;
  margin: 0 auto;
}

.sgl_character .chara_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sgl_character .chara_list li {
  position: relative;
  width: 32%;
  margin-right: 2px;
  margin-left: 4px;
  margin-bottom: 5%;
}

.sgl_character .chara_list li a {
  display: block;
  width: 100%;
}

.sgl_character .chara_list li img {
  width: 100%;
  display: block;
}

.sgl_character .name_block {
  bottom: 1%;
}

.sgl_character .name_block .chara_name .attribute {
  font-size: 12px;
}

.sgl_character .name_block.napoleon {
  background-color: #000000;
}

.sgl_character .name_block.mozart {
  background-color: #ffffff;
}

.sgl_character .name_block.leonard {
  background-color: #4b0e14;
}

.sgl_character .name_block.vincent {
  background-color: #8d7b16;
}

.sgl_character .name_block.theodorus {
  background-color: #2e4a5a;
}

.sgl_character .name_block.osamu_dazai {
  background-color: #4d3653;
}

.sgl_character .name_block.arthur {
  background-color: #2f2f52;
}

.sgl_character .name_block.comte {
  background-color: #72602e;
}

.sgl_character .name_block.sebastian {
  background-color: #4a4a4a;
}

.sgl_character .name_block.newton {
  background-color: #972d40;
}

.sgl_character .name_block.jeanne {
  background-color: #242466;
}

.sgl_character .name_block.shakespeare {
  background-color: #833666;
}

.sgl_character .name_block.vlad {
  background-color: #991033;
}

.sgl_character .name_block.faust {
  background-color: #0b3697;
}

.sgl_character .name_block.charles {
  background-color: #e66788;
}

.sgl_character .name_block.galileo {
  background-color: #434134;
}

.sgl_character .name_block.drake {
  background-color: #586c79;
}

.sgl_character .name_block.coming_soon {
  background-color: #9a8d6a;
  min-height: 5.2em;
}

.sgl_character .name_block.coming_soon .coming {
  position: absolute;
  bottom: 0;
  right: 2%;
}

.chara_detail {
  position: relative;
}

.chara_detail .chara_detail_text {
  position: absolute;
  top: 3%;
  left: 3%;
  font-size: 16px;
  width: 90%;
}

.chara_detail .catch {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  padding: 0 3%;
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.9) 95%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.9) 95%, transparent 100%);
}

.other_character {
  margin-top: 10%;
}

.other_character:before {
  content: "";
  display: block;
  width: 100%;
  margin-bottom: 3%;
  background-image: url(../images/common/line_bottom.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding-top: calc(28 / 700 * 100%);
  box-sizing: border-box;
}

.other_character .ttl {
  text-align: center;
  color: #583831;
  font-size: 1.8rem;
}

.other_character.sgl_character .chara_list {
  margin-top: 3%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.other_character.sgl_character .chara_list li {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}

.other_character.sgl_character .chara_list li:nth-child(5n) {
  margin-right: 0;
}

.ribbon {
  width: 40%;
  background-image: url(../images/registration/pc/ribbon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: calc( 62 / 322 * 40%);
  position: relative;
  color: #fff;
  box-sizing: border-box;
  left: -3.2%;
  margin-bottom: 2%;
  bottom: -30px;
}

.ribbon span {
  position: absolute;
  top: 25%;
  left: 10%;
  font-size: 24px;
  line-height: 1;
}

.voice_sample_play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 610px;
  margin: 40px auto 20px;
}

.voice_sample_play .img_block {
  width: 150px;
  margin-right: 7px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.voice_sample_play .img_block img {
  vertical-align: bottom;
}

.voice_sample_play .play_btn {
  width: 190px;
  margin-right: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.voice_sample_play .play_btn li {
  width: 50%;
}

.voice_sample_play .play_btn li a {
  display: block;
}

.voice_sample_play .play_btn li img {
  vertical-align: bottom;
}

.other_character_voice {
  background: rgba(200, 177, 147, 0.3);
  border-radius: 8px;
  padding: 0 20px 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.other_character_voice .other_introduction {
  font-size: 18px;
  color: #412831;
}

.other_character_voice .other_voice_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.one_voice_cha{
    align-items: center;
    justify-content: center;
}

.other_character_voice .other_voice_list li {
  position: relative;
  width: 105px;
  margin-right: 20px;
}

.other_character_voice .other_voice_list li:last-child {
  margin-right: 0;
}

.other_character_voice .other_voice_list li a {
  display: block;
}

.other_character_voice .other_voice_list li img {
  vertical-align: bottom;
}

.other_character_voice .other_voice_list li .voice_btn {
  width: 40px;
  position: absolute;
  left: -10px;
  bottom: -5px;
}

@media screen and (max-width: 750px) {
  .only_pc {
    display: none;
  }
  .sgl_character {
    width: 100%;
  }
  .sgl_character .chara_list li {
    width: 48%;
    margin-bottom: 3%;
  }
  .sgl_character .chara_list .name_block {
    bottom: 1px;
  }
  .sgl_character .chara_list .name_block .attribute {
    font-size: 10px;
  }
  .chara_detail {
    position: relative;
  }
  .chara_detail .catch {
    font-size: 1rem;
  }
  .chara_detail .chara_inner {
    margin-left: 3%;
  }
  .chara_detail .chara_inner .chara_name {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .chara_detail .chara_inner .actor {
    font-size: 1rem;
  }
  .other_character {
    margin-top: 6%;
  }
  .other_character .ttl {
    font-size: 0.9rem;
  }
  .ribbon {
    width: 80%;
    background-image: url(../images/registration/sp/ribbon.png);
    padding-top: calc( 50 / 268 * 80%);
    margin-bottom: 3%;
    bottom: 0;
  }
  .ribbon span {
    top: 25%;
    font-size: 1.5rem;
    line-height: 1;
  }
  .voice_sample_block {
    margin-top: 20px;
  }
  .voice_sample_play {
    width: 90%;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .voice_sample_play .img_block {
    width: 40%;
    margin-right: 2%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .voice_sample_play .play_btn {
    width: 100%;
    margin-right: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .voice_sample_play .play_btn li {
    width: 48.5%;
    margin-right: 3%;
  }
  .voice_sample_play .play_btn li:nth-child(2n) {
    margin-right: 0;
  }
  .other_character_voice {
    width: 100%;
    padding: 1% 3% 3%;
    margin-top: 10px;
    text-align: center;
  }
  .other_character_voice .other_voice_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .other_character_voice .other_voice_list li {
    width: 30%;
    margin-right: 15%;
  }
  .other_character_voice .other_voice_list li .voice_btn {
    width: 40%;
  }
}
