--------------------------.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
#character-page {
  width: 100%;
}

.header {
  position: relative;
  left: auto;
  top: auto;
  background-color: #fff8da;
}

.header:after {
  content: '';
  display: block;
  width: 100%;
  height: 31px;
  background: url("../img/common/bg_tri_beige.png") center top repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 0;
}

.header__inner {
  width: 900px;
  height: 185px;
}

.header__logo {
  height: 277px;
  left: 0;
  transform: translate(0, 0);
}

.header__logo a {
  transform: translate(0, 53px);
}

.header__han {
  display: none;
}

.header__menu {
  display: none;
}

.headline {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.headline__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 110px 0 88px;
  text-align: center;
  border: none;
}

.category {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.category__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 20px;
  zoom: 1;
  border: none;
}

.category__inner:after {
  content: "";
  clear: both;
  display: block;
}

.category__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.category__block__list {
  width: auto;
  border-left: #fff8da solid 1px;
  box-sizing: border-box;
}

.category__block__list ul {
  display: block;
  width: 100%;
}

.category__block__list li {
  display: block;
}

.category__block__list li.is--current a {
  color: #c7f500;
}

.category__block__list li.is--none {
  pointer-events: none;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.category__block__list a {
  text-decoration: none;
  color: #fff8da;
  font-size: 18px;
  letter-spacing: .1em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.77em;
  display: block;
  position: relative;
  padding-left: 22px;
  padding-right: 50px;
  white-space: nowrap;
  transition: all .3s;
}

.category__block__list a:hover {
  color: #c7f500;
}

.detail {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.detail__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 0px;
  zoom: 1;
  border: none;
}

.detail__inner:after {
  content: "";
  clear: both;
  display: block;
}

.detail__headline {
  display: none;
}

.character__block {
  width: 100%;
  height: 1135px;
  z-index: 0;
}

.character__block__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.character__block__prof {
  position: absolute;
  z-index: 5;
  transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
}

.character__block__name {
  position: absolute;
  z-index: 0;
}

.character__block__visual {
  position: absolute;
  left: 50%;
  z-index: 4;
  pointer-events: none;
}

.character__block__face1,
.character__block__face2 {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.character__btn--prev,
.character__btn--next {
  position: absolute;
  top: 540px;
  z-index: 1;
}

.character__btn--prev img,
.character__btn--next img {
  transition: all .2s;
}

.character__btn--prev a,
.character__btn--next a {
  display: block;
}

.character__btn--prev {
  left: -110px;
}

.character__btn--prev a:hover img {
  transform: translate(-10px, 0);
}

.character__btn--next {
  right: -110px;
}

.character__btn--next a:hover img {
  transform: translate(10px, 0);
}

#c1 .character__block__prof {
  left: 4px;
  top: 92px;
}

#c1 .character__block__name {
  right: 19px;
  top: 118px;
}

#c1 .character__block__visual {
  margin-left: 27px;
  top: 157px;
}

#c1 .character__block__face1 {
  left: 0px;
  top: 674px;
}

#c1 .character__block__face2 {
  left: 244px;
  top: 643px;
}

#c2 .character__block__prof {
  left: 3px;
  top: 83px;
}

#c2 .character__block__name {
  right: 20px;
  top: 115px;
}

#c2 .character__block__visual {
  margin-left: 37px;
  top: 149px;
}

#c2 .character__block__face1 {
  left: 18px;
  top: 662px;
}

#c2 .character__block__face2 {
  left: 258px;
  top: 634px;
}

#c3 .character__block__prof {
  left: 4px;
  top: 92px;
}

#c3 .character__block__name {
  right: 20px;
  top: 118px;
}

#c3 .character__block__visual {
  margin-left: -4px;
  top: 160px;
}

#c3 .character__block__face1 {
  left: 2px;
  top: 666px;
}

#c3 .character__block__face2 {
  left: 287px;
  top: 712px;
}

#c4 .character__block__prof {
  left: 3px;
  top: 83px;
}

#c4 .character__block__name {
  right: 20px;
  top: 118px;
}

#c4 .character__block__visual {
  margin-left: 0px;
  top: 157px;
}

#c4 .character__block__face1 {
  left: 12px;
  top: 680px;
}

#c4 .character__block__face2 {
  left: 257px;
  top: 653px;
}

#c5 .character__block__prof {
  left: 3px;
  top: 83px;
}

#c5 .character__block__name {
  right: 20px;
  top: 115px;
}

#c5 .character__block__visual {
  margin-left: -17px;
  top: 169px;
}

#c5 .character__block__face1 {
  left: -1px;
  top: 692px;
}

#c5 .character__block__face2 {
  left: 248px;
  top: 695px;
}

#c6 .character__block__prof {
  left: 3px;
  top: 83px;
}

#c6 .character__block__name {
  right: 20px;
  top: 118px;
}

#c6 .character__block__visual {
  margin-left: 61px;
  top: 85px;
}

#c6 .character__block__face1 {
  left: 62px;
  top: 658px;
}

#c6 .character__block__face2 {
  left: 294px;
  top: 633px;
}

#c7 .character__block__prof {
  left: 3px;
  top: 81px;
}

#c7 .character__block__name {
  right: 22px;
  top: 107px;
}

#c7 .character__block__visual {
  margin-left: 25px;
  top: 101px;
}

#c7 .character__block__face1 {
  left: 8px;
  top: 692px;
}

#c7 .character__block__face2 {
  left: 305px;
  top: 668px;
}

#c8 .character__block__prof {
  left: 3px;
  top: 109px;
}

#c8 .character__block__name {
  right: 6px;
  top: 122px;
}

#c8 .character__block__visual {
  margin-left: -9px;
  top: 168px;
}

#c8 .character__block__face1 {
  left: 86px;
  top: 645px;
}

#c9 .character__block__prof {
  left: 3px;
  top: 74px;
}

#c9 .character__block__name {
  right: 6px;
  top: 117px;
}

#c9 .character__block__visual {
  margin-left: 30px;
  top: 97px;
}

#c9 .character__block__face1 {
  left: -25px;
  top: 655px;
}

#c9 .character__block__face2 {
  left: 258px;
  top: 636px;
}

#c10 .character__block__prof {
  left: 3px;
  top: 109px;
}

#c10 .character__block__name {
  right: 6px;
  top: 84px;
}

#c10 .character__block__visual {
  margin-left: 109px;
  top: 182px;
}

#c10 .character__block__face1 {
  left: 82px;
  top: 680px;
}

#c10 .character__block__face2 {
  left: 332px;
  top: 667px;
}

#c11 .character__block__prof {
  left: 3px;
  top: 83px;
}

#c11 .character__block__name {
  right: 20px;
  top: 118px;
}

#c11 .character__block__visual {
  margin-left: 15px;
  top: 85px;
}

#c11 .character__block__face1 {
  left: 8px;
  top: 692px;
}

#c11 .character__block__face2 {
  left: 310px;
  top: 668px;
}

#c12 .character__block__prof {
  left: 3px;
  top: 83px;
}

#c12 .character__block__name {
  right: 6px;
  top: 122px;
}

#c12 .character__block__visual {
  margin-left: 35px;
  top: 85px;
}

#c12 .character__block__face1 {
  left: 8px;
  top: 692px;
}

#c12 .character__block__face2 {
  left: 280px;
  top: 675px;
}

#c13 .character__block__prof {
  left: 3px;
  top: 74px;
}

#c13 .character__block__name {
  right: 6px;
  top: 122px;
}

#c13 .character__block__visual {
  margin-left: 25px;
  top: 85px;
}

#c13 .character__block__face1 {
  left: 130px;
  top: 620px;
}

#c13 .character__block__face2 {
  left: 258px;
  top: 636px;
}

#c14 .character__block__prof {
  left: 3px;
  top: 83px;
}

#c14 .character__block__name {
  right: 6px;
  top: 122px;
}

#c14 .character__block__visual {
  margin-left: -20px;
  top: 120px;
}

#c14 .character__block__face1 {
  left: 8px;
  top: 692px;
}

#c14 .character__block__face2 {
  left: 250px;
  top: 680px;
}

#c15 .character__block__prof {
  left: 3px;
  top: 83px;
}

#c15 .character__block__name {
  right: 6px;
  top: 122px;
}

#c15 .character__block__visual {
  margin-left: -20px;
  top: 120px;
}

#c15 .character__block__face1 {
  left: 8px;
  top: 692px;
}

#c15 .character__block__face2 {
  left: 250px;
  top: 680px;
}

#c16 .character__block__prof {
  left: 3px;
  top: 83px;
}

#c16 .character__block__name {
  right: 6px;
  top: 122px;
}

#c16 .character__block__visual {
  margin-left: 50px;
  top: 50px;
}

#c16 .character__block__face1 {
  left: 8px;
  top: 692px;
}

#c16 .character__block__face2 {
  left: 250px;
  top: 680px;
}

#c17 .character__block__prof {
  left: 3px;
  top: 74px;
}

#c17 .character__block__name {
  right: 6px;
  top: 122px;
}

#c17 .character__block__visual {
  margin-left: 30px;
  top: 60px;
}

#c17 .character__block__face1 {
  left: 130px;
  top: 620px;
}

#c17 .character__block__face2 {
  left: 258px;
  top: 636px;
}

#c18 .character__block__prof {
  left: 3px;
  top: 74px;
}

#c18 .character__block__name {
  right: 6px;
  top: 122px;
}

#c18 .character__block__visual {
  margin-left: 5px;
  top: 90px;
}

#c18 .character__block__face1 {
  left: 130px;
  top: 620px;
}

#c18 .character__block__face2 {
  left: 258px;
  top: 636px;
}

#c19 .character__block__prof {
  left: 3px;
  top: 74px;
}

#c19 .character__block__name {
  right: 6px;
  top: 122px;
}

#c19 .character__block__visual {
  margin-left: 20px;
  top: 110px;
}

#c19 .character__block__face1 {
  left: 130px;
  top: 620px;
}

#c19 .character__block__face2 {
  left: 258px;
  top: 636px;
}

#c20 .character__block__prof {
  left: 3px;
  top: 83px;
}

#c20 .character__block__name {
  right: 6px;
  top: 122px;
}

#c20 .character__block__visual {
  margin-left: 60px;
  top: 270px;
}

#c20 .character__block__face1 {
  left: 10px;
  top: 670px;
}

#c20 .character__block__face2 {
  left: 270px;
  top: 650px;
}

#c21 .character__block__prof {
  left: 3px;
  top: 74px;
}

#c21 .character__block__name {
  right: 6px;
  top: 122px;
}

#c21 .character__block__visual {
  margin-left: -5px;
  top: 120px;
}

#c21 .character__block__face1 {
  left: 20px;
  top: 640px;
}

#c21 .character__block__face2 {
  left: 270px;
  top: 615px;
}

#c22 .character__block__prof {
  left: 3px;
  top: 74px;
}

#c22 .character__block__name {
  right: 6px;
  top: 122px;
}

#c22 .character__block__visual {
  margin-left: 30px;
  top: 100px;
}

#c22 .character__block__face1 {
  left: 20px;
  top: 635px;
}

#c22 .character__block__face2 {
  left: 270px;
  top: 650px;
}
#c23 .character__block__prof {
  left: 3px;
  top: 83px;
}

#c23 .character__block__name {
  right: 20px;
  top: 115px;
}

#c23 .character__block__visual {
  margin-left: 40px;
  top: 150px;
}

#c23 .character__block__face1 {
  left: 18px;
  top: 650px;
}

#c23 .character__block__face2 {
  left: 260px;
  top: 640px;
}
#c24 .character__block__prof {
  left: 3px;
  top: 83px;
}

#c24 .character__block__name {
  right: 20px;
  top: 115px;
}

#c24 .character__block__visual {
  margin-left: 40px;
  top: 150px;
}

#c24 .character__block__face1 {
  left: 5px;
  top: 640px;
}

#c24 .character__block__face2 {
  left: 270px;
  top: 640px;
}
#c25 .character__block__prof {
  left: 3px;
  top: 83px;
}

#c25 .character__block__name {
  right: 20px;
  top: 115px;
}

#c25 .character__block__visual {
  margin-left: 10px;
  top: 130px;
}

#c25 .character__block__face1 {
  left: 5px;
  top: 650px;
}

#c25 .character__block__face2 {
  left: 260px;
  top: 630px;
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  #character-page {
    width: 100%;
  }
  .header {
    position: relative;
    left: auto;
    top: auto;
    background-color: #fff8da;
  }
  .header:after {
    content: '';
    display: block;
    width: 100%;
    height: 15.5px;
    height: 4.13333vw;
    bottom: -8px;
    bottom: -2.13333vw;
    background: url("../img/common/bg_tri_beige.png") center top repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    z-index: 0;
  }
  .header__inner {
    width: 85.333%;
    height: 107.5px;
    height: 28.66667vw;
  }
  .header__logo {
    height: 185px;
    height: 49.33333vw;
    left: 0;
    transform: translate(0, 0);
  }
  .header__logo a {
    transform: translate(0, 23px);
    transform: translate(0, 6.13333vw);
  }
  .header__han {
    display: block;
  }
  .headline {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .headline__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-top: 122px;
    padding-top: 32.53333vw;
    padding-bottom: 59px;
    padding-bottom: 15.73333vw;
    text-align: center;
    border: none;
  }
  h2 img {
    width: 274.5px;
    width: 73.2vw;
    height: auto;
  }
  .category {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .category__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-bottom: 0vw;
    zoom: 1;
    border: none;
  }
  .category__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .category__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .category__block__list {
    width: auto;
    border-left: #fff8da solid 1px;
    border-left: #fff8da solid 0.26667vw;
    box-sizing: border-box;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .category__block__list ul {
    display: block;
    width: 100%;
  }
  .category__block__list li {
    display: block;
  }
  .category__block__list li.is--current a {
    color: #c7f500;
  }
  .category__block__list li.is--none {
    pointer-events: none;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .category__block__list a {
    text-decoration: none;
    color: #fff8da;
    font-size: 13px;
    font-size: 3.46667vw;
    letter-spacing: .1em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.77em;
    display: block;
    position: relative;
    padding-left: 16px;
    padding-left: 4.26667vw;
    padding-right: 20px;
    padding-right: 5.33333vw;
    white-space: nowrap;
    transition: none;
  }
  .category__block__list a:hover {
    color: #fff8da;
  }
  .detail {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
    overflow: hidden;
  }
  .detail__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-top: 55px;
    padding-top: 14.66667vw;
    padding-bottom: 0px;
    padding-bottom: 0vw;
    zoom: 1;
    border: none;
  }
  .detail__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .detail__headline {
    display: block;
    color: #fff8da;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: .2em;
    line-height: 1.0em;
    font-family: clarendon-text-pro, serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .character__block {
    width: 100%;
    height: 702.5px;
    height: 187.33333vw;
    z-index: 0;
    margin-top: -12px;
    margin-top: -3.2vw;
  }
  .character__block__inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .character__block__prof {
    position: absolute;
    z-index: 5;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
  }
  .character__block__prof img {
    width: 320.5px;
    width: 85.46667vw;
    height: auto;
  }
  .character__block__name {
    position: absolute;
    z-index: 0;
  }
  .character__block__visual {
    position: absolute;
    left: 50%;
    z-index: 4;
    pointer-events: none;
  }
  .character__block__face1,
  .character__block__face2 {
    position: absolute;
    z-index: 1;
    pointer-events: none;
  }
  .character__btn--prev,
  .character__btn--next {
    position: absolute;
    top: 270px;
    top: 72vw;
    z-index: 5;
  }
  .character__btn--prev img,
  .character__btn--next img {
    transition: none;
    width: 32px;
    width: 8.53333vw;
    height: auto;
  }
  .character__btn--prev a,
  .character__btn--next a {
    display: block;
  }
  .character__btn--prev {
    left: -17.5px;
    left: -4.66667vw;
  }
  .character__btn--prev a:hover img {
    transform: translate(0, 0);
  }
  .character__btn--next {
    right: -17.5px;
    right: -4.66667vw;
  }
  .character__btn--next a:hover img {
    transform: translate(0, 0);
  }
  #c1 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c1 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c1 .character__block__name img {
    width: 301px;
    width: 80.26667vw;
    height: auto;
  }
  #c1 .character__block__visual {
    margin-left: -12.5px;
    margin-left: -3.33333vw;
    top: 4.5px;
    top: 1.2vw;
  }
  #c1 .character__block__visual img {
    width: 174px;
    width: 46.4vw;
    height: auto;
  }
  #c1 .character__block__face1 {
    left: 25px;
    left: 6.66667vw;
    top: 259px;
    top: 69.06667vw;
  }
  #c1 .character__block__face1 img {
    width: 106px;
    width: 28.26667vw;
    height: auto;
  }
  #c1 .character__block__face2 {
    left: 30px;
    left: 8vw;
    top: 96px;
    top: 25.6vw;
  }
  #c1 .character__block__face2 img {
    width: 93.5px;
    width: 24.93333vw;
    height: auto;
  }
  #c2 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c2 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c2 .character__block__name img {
    width: 303.5px;
    width: 80.93333vw;
    height: auto;
  }
  #c2 .character__block__visual {
    margin-left: -5px;
    margin-left: -1.33333vw;
    top: 0px;
    top: 0vw;
  }
  #c2 .character__block__visual img {
    width: 155px;
    width: 41.33333vw;
    height: auto;
  }
  #c2 .character__block__face1 {
    left: 38.5px;
    left: 10.26667vw;
    top: 241px;
    top: 64.26667vw;
  }
  #c2 .character__block__face1 img {
    width: 93.5px;
    width: 24.93333vw;
    height: auto;
  }
  #c2 .character__block__face2 {
    left: 43px;
    left: 11.46667vw;
    top: 73px;
    top: 19.46667vw;
  }
  #c2 .character__block__face2 img {
    width: 102.5px;
    width: 27.33333vw;
    height: auto;
  }
  #c3 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c3 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c3 .character__block__name img {
    width: 303.5px;
    width: 80.93333vw;
    height: auto;
  }
  #c3 .character__block__visual {
    margin-left: -24px;
    margin-left: -6.4vw;
    top: 2.5px;
    top: 0.66667vw;
  }
  #c3 .character__block__visual img {
    width: 222px;
    width: 59.2vw;
    height: auto;
  }
  #c3 .character__block__face1 {
    left: 26.5px;
    left: 7.06667vw;
    top: 248px;
    top: 66.13333vw;
  }
  #c3 .character__block__face1 img {
    width: 130px;
    width: 34.66667vw;
    height: auto;
  }
  #c3 .character__block__face2 {
    left: -4px;
    left: -1.06667vw;
    top: 122.5px;
    top: 32.66667vw;
  }
  #c3 .character__block__face2 img {
    width: 113px;
    width: 30.13333vw;
    height: auto;
  }
  #c4 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c4 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c4 .character__block__name img {
    width: 120.5px;
    width: 32.13333vw;
    height: auto;
  }
  #c4 .character__block__visual {
    margin-left: -46px;
    margin-left: -12.26667vw;
    top: -7px;
    top: -1.86667vw;
  }
  #c4 .character__block__visual img {
    width: 197px;
    width: 52.53333vw;
    height: auto;
  }
  #c4 .character__block__face1 {
    left: 23.5px;
    left: 6.26667vw;
    top: 250px;
    top: 66.66667vw;
  }
  #c4 .character__block__face1 img {
    width: 100px;
    width: 26.66667vw;
    height: auto;
  }
  #c4 .character__block__face2 {
    left: 20.5px;
    left: 5.46667vw;
    top: 85.5px;
    top: 22.8vw;
  }
  #c4 .character__block__face2 img {
    width: 92px;
    width: 24.53333vw;
    height: auto;
  }
  #c5 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c5 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c5 .character__block__name img {
    width: 275px;
    width: 73.33333vw;
    height: auto;
  }
  #c5 .character__block__visual {
    margin-left: -56px;
    margin-left: -14.93333vw;
    top: 3.5px;
    top: 0.93333vw;
  }
  #c5 .character__block__visual img {
    width: 239.5px;
    width: 63.86667vw;
    height: auto;
  }
  #c5 .character__block__face1 {
    left: -10px;
    left: -2.66667vw;
    top: 260px;
    top: 69.33333vw;
  }
  #c5 .character__block__face1 img {
    width: 107px;
    width: 28.53333vw;
    height: auto;
  }
  #c5 .character__block__face2 {
    left: 32.5px;
    left: 8.66667vw;
    top: 124px;
    top: 33.06667vw;
  }
  #c5 .character__block__face2 img {
    width: 86px;
    width: 22.93333vw;
    height: auto;
  }
  #c6 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c6 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c6 .character__block__name img {
    width: 161px;
    width: 42.93333vw;
    height: auto;
  }
  #c6 .character__block__visual {
    margin-left: -26.5px;
    margin-left: -7.06667vw;
    top: -37px;
    top: -9.86667vw;
  }
  #c6 .character__block__visual img {
    width: 199.5px;
    width: 53.2vw;
    height: auto;
  }
  #c6 .character__block__face1 {
    left: 30px;
    left: 8vw;
    top: 245px;
    top: 65.33333vw;
  }
  #c6 .character__block__face1 img {
    width: 93px;
    width: 24.8vw;
    height: auto;
  }
  #c6 .character__block__face2 {
    left: 25px;
    left: 6.66667vw;
    top: 66.5px;
    top: 17.73333vw;
  }
  #c6 .character__block__face2 img {
    width: 92px;
    width: 24.53333vw;
    height: auto;
  }
  #c7 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c7 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c7 .character__block__name img {
    width: 186px;
    width: 49.6vw;
    height: auto;
  }
  #c7 .character__block__visual {
    margin-left: -27px;
    margin-left: -7.2vw;
    top: -30px;
    top: -8vw;
  }
  #c7 .character__block__visual img {
    width: 191px;
    width: 50.93333vw;
    height: auto;
  }
  #c7 .character__block__face1 {
    left: 13.5px;
    left: 3.6vw;
    top: 264.5px;
    top: 70.53333vw;
  }
  #c7 .character__block__face1 img {
    width: 125px;
    width: 33.33333vw;
    height: auto;
  }
  #c7 .character__block__face2 {
    left: 26.5px;
    left: 7.06667vw;
    top: 119px;
    top: 31.73333vw;
  }
  #c7 .character__block__face2 img {
    width: 90.5px;
    width: 24.13333vw;
    height: auto;
  }
  #c8 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c8 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c8 .character__block__name img {
    width: 180px;
    width: 48vw;
    height: auto;
  }
  #c8 .character__block__visual {
    margin-left: -19px;
    margin-left: -5.06667vw;
    top: -0.5px;
    top: -0.13333vw;
  }
  #c8 .character__block__visual img {
    width: 268px;
    width: 71.46667vw;
    height: auto;
  }
  #c8 .character__block__face1 {
    left: -14px;
    left: -3.73333vw;
    top: 239px;
    top: 63.73333vw;
  }
  #c8 .character__block__face1 img {
    width: 146.5px;
    width: 39.06667vw;
    height: auto;
  }
  #c9 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c9 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c9 .character__block__name img {
    width: 228px;
    width: 60.8vw;
    height: auto;
  }
  #c9 .character__block__visual {
    margin-left: -19.5px;
    margin-left: -5.2vw;
    top: -16px;
    top: -4.26667vw;
  }
  #c9 .character__block__visual img {
    width: 172.5px;
    width: 46vw;
    height: auto;
  }
  #c9 .character__block__face1 {
    left: 14px;
    left: 3.73333vw;
    top: 68px;
    top: 18.13333vw;
  }
  #c9 .character__block__face1 img {
    width: 113.5px;
    width: 30.26667vw;
    height: auto;
  }
  #c9 .character__block__face2 {
    left: 26px;
    left: 6.93333vw;
    top: 224.5px;
    top: 59.86667vw;
  }
  #c9 .character__block__face2 img {
    width: 88.5px;
    width: 23.6vw;
    height: auto;
  }
  #c10 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c10 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c10 .character__block__name img {
    width: 257px;
    width: 68.53333vw;
    height: auto;
  }
  #c10 .character__block__visual {
    margin-left: -3.5px;
    margin-left: -0.93333vw;
    top: -7px;
    top: -1.86667vw;
  }
  #c10 .character__block__visual img {
    width: 120.5px;
    width: 32.13333vw;
    height: auto;
  }
  #c10 .character__block__face1 {
    left: 25px;
    left: 6.66667vw;
    top: 243.5px;
    top: 64.93333vw;
  }
  #c10 .character__block__face1 img {
    width: 96px;
    width: 25.6vw;
    height: auto;
  }
  #c10 .character__block__face2 {
    left: 34px;
    left: 9.06667vw;
    top: 69.5px;
    top: 18.53333vw;
  }
  #c10 .character__block__face2 img {
    width: 75.5px;
    width: 20.13333vw;
    height: auto;
  }
 #c11 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
 #c11 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c11 .character__block__name img {
    width: 275px;
    width: 73.33333vw;
    height: auto;
  }
  #c11 .character__block__visual {
    margin-left: -26.5px;
    margin-left: -7.06667vw;
    top: -37px;
    top: -9.86667vw;
  }
  #c11 .character__block__visual img {
    width: 199.5px;
    width: 53.2vw;
    height: auto;
  }
 #c11 .character__block__face1 {
    left: 13.5px;
    left: 3.6vw;
    top: 264.5px;
    top: 70.53333vw;
  }
  #c11 .character__block__face1 img {
    width: 125px;
    width: 33.33333vw;
    height: auto;
  }
  #c11 .character__block__face2 {
    left: 26.5px;
    left: 7.06667vw;
    top: 119px;
    top: 31.73333vw;
  }
  #c11 .character__block__face2 img {
    width: 90.5px;
    width: 24.13333vw;
    height: auto;
  }

 #c12 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c12 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c12 .character__block__name img {
    width: 228px;
    width: 60.8vw;
    height: auto;
  }
  #c12 .character__block__visual {
    margin-left: -26.5px;
    margin-left: -7.06667vw;
    top: -37px;
    top: -9.86667vw;
  }
  #c12 .character__block__visual img {
    width: 199.5px;
    width: 53.2vw;
    height: auto;
  }
 #c12 .character__block__face1 {
    left: 13.5px;
    left: 3.6vw;
    top: 264.5px;
    top: 70.53333vw;
  }
  #c12 .character__block__face1 img {
    width: 125px;
    width: 33.33333vw;
    height: auto;
  }
  #c12 .character__block__face2 {
    left: 26.5px;
    left: 7.06667vw;
    top: 119px;
    top: 31.73333vw;
  }
  #c12 .character__block__face2 img {
    width: 90.5px;
    width: 24.13333vw;
    height: auto;
  }
  #c13 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c13 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c13 .character__block__name img {
    width: 228px;
    width: 60.8vw;
    height: auto;
  }
  #c13 .character__block__visual {
    margin-left: -40px;
    margin-left: -10.6666vw;
    top: -37px;
    top: -9.86667vw;
  }
  #c13 .character__block__visual img {
    width: 199.5px;
    width: 53.2vw;
    height: auto;
  }
  #c13 .character__block__face1 {
    left: 5px;
    left: 1.3333vw;
    top: 210px;
    top: 56vw;
  }
  #c13 .character__block__face1 img {
    width: 146.5px;
    width: 39.06667vw;
    height: auto;
  }
 #c14 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c14 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c14 .character__block__name img {
    width: 228px;
    width: 60.8vw;
    height: auto;
  }
  #c14 .character__block__visual {
    margin-left: -40px;
    margin-left: -10.6666vw;
    top: -10px;
    top: -2.6666vw;
  }
  #c14 .character__block__visual img {
    width: 268px;
    width: 71.46667vw;
    height: auto;
  }
 #c14 .character__block__face1 {
    left: 13.5px;
    left: 3.6vw;
    top: 264.5px;
    top: 70.53333vw;
  }
  #c14 .character__block__face1 img {
    width: 125px;
    width: 33.33333vw;
    height: auto;
  }
  #c14 .character__block__face2 {
    left: 26.5px;
    left: 7.06667vw;
    top: 119px;
    top: 31.73333vw;
  }
  #c14 .character__block__face2 img {
    width: 100px;
    width: 26.6666vw;
    height: auto;
  }
  #c15 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c15 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c15 .character__block__name img {
    width: 228px;
    width: 60.8vw;
    height: auto;
  }
  #c15 .character__block__visual {
    margin-left: -40px;
    margin-left: -10.6666vw;
    top: -10px;
    top: -2.6666vw;
  }
  #c15 .character__block__visual img {
    width: 268px;
    width: 71.46667vw;
    height: auto;
  }
 #c15 .character__block__face1 {
    left: 13.5px;
    left: 3.6vw;
    top: 264.5px;
    top: 70.53333vw;
  }
  #c15 .character__block__face1 img {
    width: 125px;
    width: 33.33333vw;
    height: auto;
  }
  #c15 .character__block__face2 {
    left: 26.5px;
    left: 7.06667vw;
    top: 119px;
    top: 31.73333vw;
  }
  #c15 .character__block__face2 img {
    width: 100px;
    width: 26.6666vw;
    height: auto;
  }
  #c16 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c16 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c16 .character__block__name img {
    width: 235px;
    width: 62.66667vw;
    height: auto;
  }
  #c16 .character__block__visual {
    margin-left: -10px;
    margin-left: -2.66667vw;
    top: -45px;
    top: -12vw;
  }
  #c16 .character__block__visual img {
    width: 190px;
    width: 50.66667vw;
    height: auto;
  }
 #c16 .character__block__face1 {
    left: 13.5px;
    left: 3.6vw;
    top: 264.5px;
    top: 70.53333vw;
  }
  #c16 .character__block__face1 img {
    width: 125px;
    width: 33.33333vw;
    height: auto;
  }
  #c16 .character__block__face2 {
    left: 26.5px;
    left: 7.06667vw;
    top: 119px;
    top: 31.73333vw;
  }
  #c16 .character__block__face2 img {
    width: 100px;
    width: 26.6666vw;
    height: auto;
  }
  #c17 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c17 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c17 .character__block__name img {
    width: 235px;
    width: 62.66667vw;
    height: auto;
  }
  #c17 .character__block__visual {
    margin-left: -30px;
    margin-left: -8vw;
    top: -45px;
    top: -12vw;
  }
  #c17 .character__block__visual img {
    width: 190px;
    width: 50.66667vw;
    height: auto;
  }
  #c17 .character__block__face1 {
    left: 5px;
    left: 1.3333vw;
    top: 210px;
    top: 56vw;
  }
  #c17 .character__block__face1 img {
    width: 146.5px;
    width: 39.06667vw;
    height: auto;
  }
  #c18 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c18 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c18 .character__block__name img {
    width: 186px;
    width: 49.6vw;
    height: auto;
  }
  #c18 .character__block__visual {
    margin-left: -40px;
    margin-left: -10.66667vw;
    top: -10px;
    top: -2.66667vw;
  }
  #c18 .character__block__visual img {
    width: 190px;
    width: 50.66667vw;
    height: auto;
  }
  #c18 .character__block__face1 {
    left: 5px;
    left: 1.3333vw;
    top: 210px;
    top: 56vw;
  }
  #c18 .character__block__face1 img {
    width: 146.5px;
    width: 39.06667vw;
    height: auto;
  }
  #c19 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c19 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c19 .character__block__name img {
    width: 301px;
    width: 80.26667vw;
    height: auto;
  }
  #c19 .character__block__visual {
    margin-left: -40px;
    margin-left: -10.66667vw;
    top: -10px;
    top: -2.66667vw;
  }
  #c19 .character__block__visual img {
    width: 190px;
    width: 50.66667vw;
    height: auto;
  }
  #c19 .character__block__face1 {
    left: 5px;
    left: 1.3333vw;
    top: 210px;
    top: 56vw;
  }
  #c19 .character__block__face1 img {
    width: 146.5px;
    width: 39.06667vw;
    height: auto;
  }
  #c20 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c20 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c20 .character__block__name img {
    width: 301px;
    width: 80.26667vw;
    height: auto;
  }
  #c20 .character__block__visual {
    margin-left: -25px;
    margin-left: -6.66667vw;
    top: 47px;
    top: 12.53333vw;
  }
  #c20 .character__block__visual img {
    width: 190px;
    width: 50.66667vw;
    height: auto;
  }
  #c20 .character__block__face1 {
    left: 13.5px;
    left: 3.6vw;
    top: 264.5px;
    top: 70.53333vw;
  }
  #c20 .character__block__face1 img {
    width: 125px;
    width: 33.33333vw;
    height: auto;
  }
  #c20 .character__block__face2 {
    left: 26.5px;
    left: 7.06667vw;
    top: 119px;
    top: 31.73333vw;
  }
  #c20 .character__block__face2 img {
    width: 100px;
    width: 26.6666vw;
    height: auto;
  }
  #c21 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c21 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c21 .character__block__name img {
    width: 301px;
    width: 80.26667vw;
    height: auto;
  }
  #c21 .character__block__visual {
    margin-left: -30px;
    margin-left: -8vw;
    top: -20px;
    top: -5.333333vw;
  }
  #c21 .character__block__visual img {
    width: 268px;
    width: 71.46667vw;
    height: auto;
  }
  #c21 .character__block__face1 {
    left: 13.5px;
    left: 3.6vw;
    top: 220px;
    top: 58.666667vw;
  }
  #c21 .character__block__face1 img {
    width: 125px;
    width: 33.33333vw;
    height: auto;
  }
  #c21 .character__block__face2 {
    left: 20px;
    left: 5.333333vw;
    top: 70px;
    top: 18.666667vw;
  }
  #c21 .character__block__face2 img {
    width: 110px;
    width: 29.333333vw;
    height: auto;
  }
  #c22 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c22 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c22 .character__block__name img {
    width: 301px;
    width: 80.26667vw;
    height: auto;
  }
  #c22 .character__block__visual {
    margin-left: -30px;
    margin-left: -8vw;
    top: -20px;
    top: -5.333333vw;
  }
  #c22 .character__block__visual img {
    width: 190px;
    width: 50.66667vw;
    height: auto;
  }
  #c22 .character__block__face1 {
    left: 13.5px;
    left: 3.6vw;
    top: 220px;
    top: 58.666667vw;
  }
  #c22 .character__block__face1 img {
    width: 125px;
    width: 33.33333vw;
    height: auto;
  }
  #c22 .character__block__face2 {
    left: 25px;
    left: 6.6666667vw;
    top: 80px;
    top: 21.333333vw;
  }
  #c22 .character__block__face2 img {
    width: 100px;
    width: 26.66667vw;
    height: auto;
  }
  #c23 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c23 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c23 .character__block__name img {
    width: 303.5px;
    width: 80.93333vw;
    height: auto;
  }
  #c23 .character__block__visual {
    margin-left: -15px;
    margin-left: -4vw;
    top: 0px;
    top: 0vw;
  }
  #c23 .character__block__visual img {
    width: 155px;
    width: 41.33333vw;
    height: auto;
  }
  #c23 .character__block__face1 {
    left: 13.5px;
    left: 3.6vw;
    top: 230px;
    top: 61.333333vw;
  }
  #c23 .character__block__face1 img {
    width: 125px;
    width: 33.33333vw;
    height: auto;
  }
  #c23 .character__block__face2 {
    left: 25px;
    left: 6.6666667vw;
    top: 70px;
    top: 18.66667vw;
  }
  #c23 .character__block__face2 img {
    width: 100px;
    width: 26.66667vw;
    height: auto;
  }
  #c24 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c24 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c24 .character__block__name img {
    width: 303.5px;
    width: 80.93333vw;
    height: auto;
  }
  #c24 .character__block__visual {
    margin-left: -20px;
    margin-left: -5.3333333vw;
    top: 10px;
    top: 2.66667vw;
  }
  #c24 .character__block__visual img {
    width: 190px;
    width: 50.66667vw;
    height: auto;
  }
  #c24 .character__block__face1 {
    left: 13.5px;
    left: 3.6vw;
    top: 230px;
    top: 61.333333vw;
  }
  #c24 .character__block__face1 img {
    width: 125px;
    width: 33.33333vw;
    height: auto;
  }
  #c24 .character__block__face2 {
    left: 25px;
    left: 6.6666667vw;
    top: 70px;
    top: 18.66667vw;
  }
  #c24 .character__block__face2 img {
    width: 100px;
    width: 26.66667vw;
    height: auto;
  }
  #c25 .character__block__prof {
    left: 0px;
    left: 0vw;
    top: 407px;
    top: 108.53333vw;
  }
  #c25 .character__block__name {
    right: auto;
    left: 0px;
    left: 0vw;
    top: 34px;
    top: 9.06667vw;
  }
  #c25 .character__block__name img {
    width: 303.5px;
    width: 80.93333vw;
    height: auto;
  }
  #c25 .character__block__visual {
    margin-left: -50px;
    margin-left: -13.333333vw;
    top: 0px;
    top: 0vw;
  }
  #c25 .character__block__visual img {
    width: 265px;
    width: 70.666667vw;
    height: auto;
  }
  #c25 .character__block__face1 {
    left: 13.5px;
    left: 3.6vw;
    top: 250px;
    top: 66.6667vw;
  }
  #c25 .character__block__face1 img {
    width: 130px;
    width: 34.66667vw;
    height: auto;
  }
  #c25 .character__block__face2 {
    left: 25px;
    left: 6.6666667vw;
    top: 100px;
    top: 26.66667vw;
  }
  #c25 .character__block__face2 img {
    width: 100px;
    width: 26.66667vw;
    height: auto;
  }

}