@charset "UTF-8";
.chara_list ul {
  width: 90%;
  margin: 0 auto;
  letter-spacing: -.4em;
  font-size: 0;
}

.chara_list ul li {
  display: inline-block;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 5%;
  letter-spacing: normal;
  font-size: 15px;
}

.chara_list ul li:nth-child(3n) {
  margin-right: 0;
}

.chara_list ul li .chara_img {
  position: relative;
  width: 100%;
  padding-bottom: 186%;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}

.chara_list ul li .chara_img img {
  display: none;
}

.chara_list ul li .chara_img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/in_character/index/frame.png) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}

.chara_list ul li .chara_name {
  padding-top: 10%;
}

.chara_list ul li a {
  display: block;
}

.content {
  position: relative;
  min-height: 800px;
}

.content .chara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity .3s ease, -webkit-filter .3s ease-in-out, opacity .3s ease, filter .3s ease-in-out;
          transition: opacity .3s ease, filter .3s ease-in-out;
}

.content .chara.chara_disp {
  position: relative;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: opacity .6s ease, -webkit-filter .7s ease-in-out, opacity .6s ease, filter .7s ease-in-out;
          transition: opacity .6s ease, filter .7s ease-in-out;
}

.chara_arrow {
  position: absolute;
  top: 270px;
  width: 7.2%;
  cursor: pointer;
}

.chara_arrow.arrow_left {
  left: 3%;
}

.chara_arrow.arrow_right {
  right: 3%;
}

.chara_wrap {
  position: relative;
  width: 100%;
  padding-top: 107%;
}

.chara_wrap .chara_img {
  position: absolute;
  left: -8%;
  top: -6.8%;
  width: 118%;
}

.chara_wrap .chara_img .vs1 {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity .5s ease, -webkit-transform .01s ease .5s;
          transition: opacity .5s ease, transform .01s ease .5s;
}

.chara_wrap .chara_img .vs2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .5s ease;
          transition: opacity .5s ease;
}

.chara_wrap .chara_img.change_img .vs1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
          transition: opacity .5s ease, transform .5s ease;
}

.chara_wrap .chara_img.change_img .vs2 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.chara_wrap .chara_img .vs_change_btn {
  position: absolute;
  left: 15%;
  top: 10%;
  width: 15.5%;
  z-index: 1;
  cursor: pointer;
}

.chara_wrap .chara_txt {
  position: relative;
  width: 100%;
  padding: 5% 5% 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.7)), color-stop(80%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
}

.chara_wrap .chara_txt .name {
  padding: 20px 0;
  border-bottom: 1px solid rgba(192, 190, 194, 0.5);
}

.chara_wrap .chara_txt .cv {
  padding: 15px 0;
  border-bottom: 1px solid rgba(192, 190, 194, 0.5);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 15px;
  letter-spacing: .05em;
}

.chara_wrap .chara_txt .cv .btn_voice {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  padding: 5px 10px 4px 22px;
  font-size: 10px;
  color: #fff;
  letter-spacing: .1em;
  vertical-align: middle;
  cursor: pointer;
  background: -webkit-linear-gradient(45deg, #76aee7 0%, #67a0e1 50%, #5792dd 100%);
  background: linear-gradient(45deg, #76aee7 0%, #67a0e1 50%, #5792dd 100%);
}

.chara_wrap .chara_txt .cv .btn_voice:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  width: 10px;
  height: 100%;
  background: url(../img/in_character/detail/icon_voice_on.png) no-repeat center center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

.chara_wrap .chara_txt .cv .btn_voice.now_play:before {
  background-image: url(../img/in_character/detail/icon_voice_off.png);
}

.chara_wrap .chara_txt .chara_txt_list {
  margin-bottom: 20px;
  line-height: 1.3;
}

.chara_wrap .chara_txt .chara_txt_list .sf_cv {
  padding-left: 10px;
  font-size: 75%;
}

.chara_wrap .chara_txt .chara_txt_list dt {
  padding-top: 10px;
  border-top: 1px solid rgba(192, 190, 194, 0.5);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 24px;
}

.chara_wrap .chara_txt .chara_txt_list dt:first-child {
  border-top: 0;
}

.chara_wrap .chara_txt .chara_txt_list dd {
  padding-top: 5px;
  padding-bottom: 17px;
}

.chara_wrap .chara_txt .data {
  padding: 10px 0;
  border-bottom: 1px solid rgba(192, 190, 194, 0.5);
}

.chara_wrap .chara_txt .data ul {
  letter-spacing: -.4em;
  font-size: 0;
  line-height: 1.3;
}

.chara_wrap .chara_txt .data ul li {
  display: inline-block;
  width: 48%;
  padding: 3px 0;
  letter-spacing: normal;
  font-size: 13px;
}

.chara_wrap .chara_txt .data ul li:nth-child(2n) {
  margin-left: 4%;
}

.chara_wrap .chara_txt .txt {
  padding: 15px 0 30px;
  font-size: 13px;
  line-height: 1.6;
}
