@charset "UTF-8";
.clearfix {
  zoom: 1;
}

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

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

  @date 2017-07-12
  @include _top

  memo: */
#character-page {
  border: none;
  padding-bottom: 50px;
}

.pagetitle {
  position: relative;
  width: 100%;
  z-index: 0;
  margin-bottom: 100px;
}

.pagetitle.page--detail {
  margin-bottom: 0;
}

.pagetitle__inner {
  width: 100%;
  position: relative;
  zoom: 1;
  border: none;
}

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

.diagram {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}

.diagram__inner {
  width: 100%;
  position: relative;
  z-index: 0;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
}

.diagram__btn--open,
.diagram__btn--close {
  position: absolute;
  left: 0;
  top: 290px;
  z-index: 2;
  transition: all .5s;
  transform: translate(-175px, 0);
}

.diagram__btn--open.is--show,
.diagram__btn--close.is--show {
  transform: translate(0, 0);
}

.diagram__btn--open span,
.diagram__btn--close span {
  display: block;
  transform: translate(-10px, 0);
  transition: all .3s;
}

.diagram__btn--open a,
.diagram__btn--close a {
  display: block;
}

.diagram__btn--open a:hover span,
.diagram__btn--close a:hover span {
  transform: translate(0px, 0);
}

.diagram .diagram__btn--open,
.diagram .diagram__btn--close {
  display: block;
}

.diagram__graph {
  position: absolute;
  left: 50%;
  top: 290px;
  transform: translate(-50%, 0);
  z-index: 0;
  display: none;
}

.diagram__sp {
  display: none;
}

.diagram.is--show {
  height: 100%;
}

.diagram.is--show .diagram__inner {
  height: 100%;
  background-color: #1428ff;
}

.diagram.is--show .diagram__graph {
  display: block;
}

.list {
  position: relative;
  z-index: 0;
  width: 980px;
  margin: 0 auto;
}

.list__inner {
  width: 790px;
  position: relative;
  zoom: 1;
}

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

.list__headline {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.0em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 45px;
}

.list__block {
  padding-bottom: 63px;
}

.list__block ul {
  display: block;
  width: 100%;
  zoom: 1;
}

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

.list__block li {
  width: 134px;
  float: left;
  margin-right: 30px;
  margin-bottom: 43px;
}

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

.list__thumb {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}

.list__thumb .thumb--ph {
  display: block;
  position: relative;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .3s;
}

.list__thumb .thumb--ph img {
  position: relative;
  z-index: 0;
}

.list__thumb .thumb--ph:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #1428ff;
  transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transition: all .3s;
  transform: scaleX(0) scaleY(1);
}

.list__thumb .thumb--cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.list__thumb .thumb--cover:before, .list__thumb .thumb--cover:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  transition: all .2s;
  box-sizing: border-box;
}

.list__thumb .thumb--cover:before {
  background: url("../img/character/list_icon_arw.png") center 30px no-repeat;
  background-size: 62px auto;
  transform: translate(0px, -10px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.list__thumb .thumb--cover:after {
  background: url("../img/character/list_icon_more.png") center 97px no-repeat;
  background-size: 63px auto;
  transform: translate(0px, 10px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.list__thumb a {
  display: block;
  position: relative;
}

.list__thumb a:hover .thumb--ph {
  transform: scale(1.1);
}

.list__thumb a:hover .thumb--ph:after {
  transform: scaleX(1) scaleY(1);
}

.list__thumb a:hover .thumb--cover:before, .list__thumb a:hover .thumb--cover:after {
  transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.list__name {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif, Arial,  "メイリオ", Meiryo;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  letter-spacing: .06em;
  line-height: 1.0em;
}

.detail__back a {
  width: 125px;
  height: 125px;
  border-radius: 125px;
  border: #1428ff solid 5px;
  box-sizing: border-box;
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  transition: all .2s;
}

.detail__back a:hover {
  background-color: #1428ff;
}

.detail__back a:hover .detail__back__icon polygon {
  fill: #ffffff;
}

.detail__back a:hover .detail__back__text {
  color: #ffffff;
}

.detail__back__icon {
  display: block;
  vertical-align: top;
  line-height: 1.0em;
  padding-top: 31px;
  margin-bottom: 9px;
}

.detail__back__icon polygon {
  transition: all .2s;
}

.detail__back__text {
  display: block;
  vertical-align: top;
  line-height: 1.0em;
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #1428ff;
  transition: all .2s;
}

.detail {
  position: relative;
  z-index: 0;
  width: 980px;
  margin: 0 auto;
}

.detail__inner {
  width: 790px;
  position: relative;
  zoom: 1;
  border: none;
}

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

.detail__block {
  width: 100%;
  position: relative;
  zoom: 1;
}

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

.detail__profile {
  width: 400px;
  padding-top: 150px;
  margin-bottom: 210px;
  position: relative;
  z-index: 0;
}

.detail__profile__name {
  font-size: 50px;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  letter-spacing: .09em;
  margin-bottom: 12px;
}

.detail__profile__en {
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .28em;
  line-height: 1.0em;
  margin-bottom: 15px;
}

.detail__profile__cv {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif, Arial,  "メイリオ", Meiryo;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  letter-spacing: .087em;
  line-height: 1.0em;
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
}

.detail__profile__cv:before {
  content: 'CV';
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .04em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.detail__profile__text {
  font-size: 18px;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif, Arial,  "メイリオ", Meiryo;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .01em;
  line-height: 1.77em;
  margin-bottom: 70px;
}

.detail__profile__ph {
  display: block;
  width: 100%;
  zoom: 1;
}

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

.detail__profile__ph li {
  float: left;
  margin-bottom: 20px;
}

.detail__profile__ph li:first-of-type {
  margin-right: 20px;
}

.detail__profile__paging {
  display: block;
  zoom: 1;
}

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

.detail__profile__paging li {
  float: left;
  position: relative;
}

.detail__profile__paging li.paging--prev {
  padding-right: 30px;
  margin-right: 30px;
  border-right: #000000 solid 1px;
}

.detail__profile__paging li.paging--prev a:hover span {
  transform: translate(-10px, 0);
}

.detail__profile__paging li.paging--next a:hover span {
  transform: translate(10px, 0);
}

.detail__profile__paging span {
  display: block;
  transition: all .3s;
}

.detail__eyecatch {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.detail__eyecatch__inner {
  width: 100%;
  position: relative;
  border: none;
}

.detail__eyecatch__visual {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.detail__eyecatch__visual span {
  display: block;
}

.detail__eyecatch__name {
  position: absolute;
  right: -73px;
  top: 19px;
  z-index: 0;
  pointer-events: none;
}

.detail__eyecatch__name span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 50%;
  position: relative;
  border: 1px solid #f00;
}

.detail__eyecatch__words {
  position: absolute;
  right: -73px;
  top: 81px;
  z-index: 2;
}

.detail__eyecatch__words div {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1.0em;
}

.detail__eyecatch__words p {
  display: block;
  line-height: 1.0em;
  position: relative;
  margin-left: 14px;
}

.detail__eyecatch__words span {
  display: inline-block;
  background-color: #1428ff;
  color: #ffffff;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif, Arial,  "メイリオ", Meiryo;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  letter-spacing: .1em;
  line-height: 1.0em;
  vertical-align: top;
  padding: 1px;
}

#character--1 .detail__eyecatch__visual {
  right: -33px;
  top: 95px;
}

#character--2 .detail__eyecatch__visual {
  right: -106px;
  top: 103px;
}

#character--3 .detail__eyecatch__visual {
  right: -129px;
  top: 47px;
}

#character--4 .detail__eyecatch__visual {
  right: -71px;
  top: 86px;
}

#character--5 .detail__eyecatch__visual {
  right: -190px;
  top: 103px;
}

#character--6 .detail__eyecatch__visual {
  right: -80px;
  top: 91px;
}

#character--7 .detail__eyecatch__visual {
  right: -122px;
  top: 90px;
}

#character--8 .detail__eyecatch__visual {
  right: -100px;
  top: 110px;
}

#character--9 .detail__eyecatch__visual {
  right: -135px;
  top: 109px;
}

#character--10 .detail__eyecatch__visual {
  right: -153px;
  top: 74px;
}

#character--11 .detail__eyecatch__visual {
  right: -76px;
  top: 92px;
}

#character--12 .detail__profile,
#character--13 .detail__profile,
#character--21 .detail__profile,
#character--22 .detail__profile {
  margin-bottom: 210px;
  float: right;
  margin-right: 20px;
}

#character--12 .detail__eyecatch,
#character--13 .detail__eyecatch,
#character--21 .detail__eyecatch,
#character--22 .detail__eyecatch {
  width: 320px;
  position: relative;
  left: auto;
  top: auto;
  float: left;
  padding-top: 150px;
}

#character--12 .detail__eyecatch__visual,
#character--13 .detail__eyecatch__visual,
#character--21 .detail__eyecatch__visual,
#character--22 .detail__eyecatch__visual {
  position: relative;
  right: auto;
  top: auto;
  margin-bottom: 55px;
}

#character--14 {
  padding-bottom: 350px;
}

#character--14 .detail__eyecatch__visual {
  right: -37px;
  top: 50px;
}

#character--14 .detail__profile {
  z-index: 2;
}

#character--15 {
  padding-bottom: 350px;
}

#character--15 .detail__eyecatch__visual {
  right: -230px;
  top: 46px;
}

#character--15 .detail__profile {
  z-index: 2;
}

#character--16 {
  padding-bottom: 350px;
}

#character--16 .detail__eyecatch__visual {
  right: -167px;
  top: 66px;
}

#character--16 .detail__profile {
  z-index: 2;
}

#character--17 {
  padding-bottom: 350px;
}

#character--17 .detail__eyecatch__visual {
  right: -47px;
  top: 45px;
}

#character--18 {
  padding-bottom: 350px;
}

#character--18 .detail__eyecatch__visual {
  right: -30px;
  top: 62px;
}

#character--19 {
  padding-bottom: 350px;
}

#character--19 .detail__eyecatch__visual {
  right: -13px;
  top: 28px;
}

#character--20 {
  padding-bottom: 350px;
}

#character--20 .detail__eyecatch__visual {
  right: -34px;
  top: 81px;
}

#character--20 .detail__profile {
  z-index: 2;
}

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

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

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  #character-page {
    border: none;
    padding-bottom: 45px;
    padding-bottom: 12vw;
  }
  .pagetitle {
    position: relative;
    width: 100%;
    z-index: 0;
    padding-top: 160px;
    padding-top: 42.66667vw;
    margin-bottom: 45px;
    margin-bottom: 12vw;
  }
  .pagetitle.page--detail {
    margin-bottom: 0;
  }
  .pagetitle__inner {
    width: 84%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
    border: none;
  }
  .pagetitle__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .pagetitle__headline {
    width: 100%;
  }
  .pagetitle__headline img {
    width: 100%;
    height: auto;
  }
  .diagram {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
  }
  .diagram__inner {
    width: 100%;
    position: relative;
    z-index: 0;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
  }
  .diagram__btn--open,
  .diagram__btn--close {
    position: absolute;
    left: 0;
    top: 290px;
    z-index: 2;
    transition: all .5s;
    transform: translate(-175px, 0);
  }
  .diagram__btn--open.is--show,
  .diagram__btn--close.is--show {
    transform: translate(0, 0);
  }
  .diagram__btn--open span,
  .diagram__btn--close span {
    display: block;
    transform: translate(-10px, 0);
    transition: all .3s;
  }
  .diagram__btn--open a,
  .diagram__btn--close a {
    display: block;
  }
  .diagram__btn--open a:hover span,
  .diagram__btn--close a:hover span {
    transform: translate(0px, 0);
  }
  .diagram .diagram__btn--open,
  .diagram .diagram__btn--close {
    display: none;
  }
  .diagram__graph {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0);
    z-index: 0;
    width: 100%;
    height: 100vh;
    display: none;
  }
  .diagram__graph span {
    display: block;
    width: 93.333%;
    height: 100%;
    position: relative;
    margin: 0 auto;
  }
  .diagram__graph img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .diagram__sp {
    display: block;
    position: relative;
    width: 100%;
    z-index: 3;
  }
  .diagram__sp .diagram__btn--open,
  .diagram__sp .diagram__btn--close {
    position: absolute;
    left: auto;
    right: -1px;
    right: -0.26667vw;
    top: -120px;
    top: -32vw;
    z-index: 2;
    transition: all .5s;
    transform: translate(50, 0);
    transform: translate(13.33333vw, 0);
  }
  .diagram__sp .diagram__btn--open.is--show,
  .diagram__sp .diagram__btn--close.is--show {
    transform: translate(0, 0);
  }
  .diagram__sp .diagram__btn--open span,
  .diagram__sp .diagram__btn--close span {
    display: block;
    transform: translate(0, 0);
    transition: all .3s;
  }
  .diagram__sp .diagram__btn--open img,
  .diagram__sp .diagram__btn--close img {
    width: 50px;
    width: 13.33333vw;
    height: auto;
  }
  .diagram__sp .diagram__btn--open a,
  .diagram__sp .diagram__btn--close a {
    display: block;
  }
  .diagram__sp .diagram__btn--open a:hover span,
  .diagram__sp .diagram__btn--close a:hover span {
    transform: translate(0px, 0);
  }
  .diagram.is--show {
    height: 100%;
  }
  .diagram.is--show .diagram__inner {
    height: 100%;
    background-color: #1428ff;
  }
  .diagram.is--show .diagram__graph {
    display: block;
  }
  .list {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0 auto;
  }
  .list__inner {
    width: 84%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
  }
  .list__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .list__headline {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight: 500;
    font-size: 25px;
    font-size: 6.66667vw;
    line-height: 1.0em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 23px;
    margin-bottom: 6.13333vw;
  }
  .list__block {
    padding-bottom: 31px;
    padding-bottom: 8.26667vw;
  }
  .list__block ul {
    display: block;
    width: 100%;
    zoom: 1;
  }
  .list__block ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .list__block li {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .list__block li:nth-child(5n) {
    margin-right: 5%;
  }
  .list__block li:nth-child(3n) {
    margin-right: 0;
  }
  .list__thumb {
    display: block;
    margin-bottom: 6px;
    margin-bottom: 1.6vw;
    overflow: hidden;
  }
  .list__thumb .thumb--ph {
    display: block;
    position: relative;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: all .3s;
  }
  .list__thumb .thumb--ph img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
  }
  .list__thumb .thumb--ph:after {
    display: none;
  }
  .list__thumb .thumb--cover {
    display: none;
  }
  .list__thumb a {
    display: block;
    position: relative;
  }
  .list__thumb a:hover .thumb--ph {
    transform: scale(1);
  }
  .list__name {
    font-family: a-otf-gothic-bbb-pr6n, sans-serif, Arial,  "メイリオ", Meiryo;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: .06em;
    line-height: 1.0em;
  }
  .detail__back a {
    width: 100px;
    width: 26.66667vw;
    height: 100px;
    height: 26.66667vw;
    border-radius: 200px;
    border: #1428ff solid 4.5px;
    border: #1428ff solid 1.2vw;
    box-sizing: border-box;
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
    transition: none;
  }
  .detail__back a:hover {
    background: none;
  }
  .detail__back a:hover .detail__back__icon polygon {
    fill: #1428ff;
  }
  .detail__back a:hover .detail__back__text {
    color: #1428ff;
  }
  .detail__back__icon {
    display: block;
    vertical-align: top;
    line-height: 1.0em;
    padding-top: 25px;
    padding-top: 6.66667vw;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .detail__back__icon svg {
    width: 35px;
    width: 9.33333vw;
    height: auto;
  }
  .detail__back__icon polygon {
    transition: none;
  }
  .detail__back__text {
    display: block;
    vertical-align: top;
    line-height: 1.0em;
    font-size: 12px;
    font-size: 3.2vw;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #1428ff;
    transition: none;
  }
  .detail {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0 auto;
  }
  .detail__inner {
    width: 315px;
    width: 84vw;
    margin: 0 auto;
    position: relative;
    zoom: 1;
    border: none;
  }
  .detail__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .detail__block {
    width: 100%;
    position: relative;
    zoom: 1;
  }
  .detail__block:after {
    content: "";
    clear: both;
    display: block;
  }
  .detail__profile {
    width: 180px;
    width: 48vw;
    padding-top: 45px;
    padding-top: 12vw;
    margin-bottom: 75px;
    margin-bottom: 20vw;
    position: relative;
    z-index: 2;
  }
  .detail__profile__name {
    font-size: 30px;
    font-size: 8vw;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    letter-spacing: .09em;
    margin-bottom: 7.5px;
    margin-bottom: 2vw;
  }
  .detail__profile__en {
    font-size: 12px;
    font-size: 3.2vw;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .28em;
    line-height: 1.0em;
    margin-bottom: 17px;
    margin-bottom: 4.53333vw;
  }
  .detail__profile__cv {
    font-family: a-otf-gothic-bbb-pr6n, sans-serif, Arial,  "メイリオ", Meiryo;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: .087em;
    line-height: 1.0em;
    position: relative;
    padding-left: 25px;
    padding-left: 6.66667vw;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .detail__profile__cv:before {
    content: 'CV';
    display: block;
    width: 20px;
    width: 5.33333vw;
    height: 20px;
    height: 5.33333vw;
    line-height: 20px;
    line-height: 5.33333vw;
    border-radius: 40px;
    background-color: #000000;
    color: #ffffff;
    font-size: 10px;
    font-size: 2.66667vw;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .04em;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: translate(0, -50%);
  }
  .detail__profile__text {
    font-size: 12px;
    font-size: 3.2vw;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif, Arial,  "メイリオ", Meiryo;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .03em;
    line-height: 1.66em;
    margin-bottom: 22px;
    margin-bottom: 5.86667vw;
    width: 115px;
    width: 30.66667vw;
  }
  .detail__profile__ph {
    display: block;
    width: 100%;
    zoom: 1;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .detail__profile__ph:after {
    content: "";
    clear: both;
    display: block;
  }
  .detail__profile__ph li {
    float: left;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .detail__profile__ph li:first-of-type {
    width: 85px;
    width: 22.66667vw;
    margin-right: 10px;
    margin-right: 2.66667vw;
  }
  .detail__profile__ph li:nth-child(2) {
    width: 85px;
    width: 22.66667vw;
  }
  .detail__profile__ph li:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
  }
  .detail__profile__ph img {
    width: 100%;
    height: auto;
  }
  .detail__profile__paging {
    display: block;
    zoom: 1;
  }
  .detail__profile__paging:after {
    content: "";
    clear: both;
    display: block;
  }
  .detail__profile__paging li {
    float: left;
    position: relative;
  }
  .detail__profile__paging li.paging--prev {
    margin-right: 20px;
    margin-right: 5.33333vw;
    padding-right: 20px;
    padding-right: 5.33333vw;
    border-right: #000000 solid 1px;
    border-right: #000000 solid 0.26667vw;
  }
  .detail__profile__paging li.paging--prev img {
    height: 22px;
    height: 5.86667vw;
    width: auto;
  }
  .detail__profile__paging li.paging--prev a:hover span {
    transform: translate(-10px, 0);
  }
  .detail__profile__paging li.paging--next a:hover span {
    transform: translate(10px, 0);
  }
  .detail__profile__paging li.paging--next img {
    height: 22px;
    height: 5.86667vw;
    width: auto;
  }
  .detail__profile__paging span {
    display: block;
    transition: all .3s;
  }
  .detail__eyecatch {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .detail__eyecatch__inner {
    width: 100%;
    position: relative;
    border: none;
  }
  .detail__eyecatch__visual {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
  }
  .detail__eyecatch__visual span {
    display: block;
  }
  .detail__eyecatch__visual img {
    height: auto;
  }
  .detail__eyecatch__name {
    position: absolute;
    right: -30px;
    right: -8vw;
    top: 28.5px;
    top: 7.6vw;
    z-index: 0;
    pointer-events: none;
  }
  .detail__eyecatch__name img {
    width: 169.5px;
    width: 45.2vw;
    height: auto;
  }
  .detail__eyecatch__words {
    position: absolute;
    right: -15px;
    right: -4vw;
    top: 0;
    z-index: 2;
  }
  .detail__eyecatch__words div {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    line-height: 1.0em;
  }
  .detail__eyecatch__words p {
    display: block;
    line-height: 1.0em;
    position: relative;
    margin-left: 10px;
    margin-left: 2.66667vw;
  }
  .detail__eyecatch__words span {
    display: inline-block;
    background-color: #1428ff;
    color: #ffffff;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif, Arial,  "メイリオ", Meiryo;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 15.5px;
    font-size: 4.13333vw;
    letter-spacing: .1em;
    line-height: 1.0em;
    vertical-align: top;
    padding: 1px;
    padding: 0.26667vw;
  }
  #character--1 .detail__eyecatch__visual {
    right: -29px;
    right: -7.73333vw;
    top: 20px;
    top: 5.33333vw;
  }
  #character--1 .detail__eyecatch__visual img {
    width: 249.5px;
    width: 66.53333vw;
  }
  #character--1 .detail__eyecatch__words {
    top: 272px;
    top: 72.53333vw;
  }
  #character--2 .detail__eyecatch__visual {
    right: -60px;
    right: -16vw;
    top: 21.5px;
    top: 5.73333vw;
  }
  #character--2 .detail__eyecatch__visual img {
    width: 275.5px;
    width: 73.46667vw;
  }
  #character--2 .detail__eyecatch__words {
    top: 264px;
    top: 70.4vw;
  }
  #character--3 .detail__eyecatch__visual {
    right: -55px;
    right: -14.66667vw;
    top: -15px;
    top: -4vw;
  }
  #character--3 .detail__eyecatch__visual img {
    width: 302.5px;
    width: 80.66667vw;
  }
  #character--3 .detail__eyecatch__words {
    top: 305px;
    top: 81.33333vw;
  }
  #character--4 .detail__eyecatch__visual {
    right: -43px;
    right: -11.46667vw;
    top: 16.5px;
    top: 4.4vw;
  }
  #character--4 .detail__eyecatch__visual img {
    width: 271px;
    width: 72.26667vw;
  }
  #character--4 .detail__eyecatch__words {
    top: 225px;
    top: 60vw;
  }
  #character--5 .detail__eyecatch__visual {
    right: -90px;
    right: -24vw;
    top: 23.5px;
    top: 6.26667vw;
  }
  #character--5 .detail__eyecatch__visual img {
    width: 351px;
    width: 93.6vw;
  }
  #character--5 .detail__eyecatch__words {
    top: 292px;
    top: 77.86667vw;
  }
  #character--6 .detail__eyecatch__visual {
    right: -28px;
    right: -7.46667vw;
    top: 19.5px;
    top: 5.2vw;
  }
  #character--6 .detail__eyecatch__visual img {
    width: 269.5px;
    width: 71.86667vw;
  }
  #character--6 .detail__eyecatch__words {
    top: 299px;
    top: 79.73333vw;
  }
  #character--7 .detail__eyecatch__visual {
    right: -47.5px;
    right: -12.66667vw;
    top: 20.5px;
    top: 5.46667vw;
  }
  #character--7 .detail__eyecatch__visual img {
    width: 279.5px;
    width: 74.53333vw;
  }
  #character--7 .detail__eyecatch__words {
    top: 305px;
    top: 81.33333vw;
  }
  #character--8 .detail__eyecatch__visual {
    right: -48.5px;
    right: -12.93333vw;
    top: 43.5px;
    top: 11.6vw;
  }
  #character--8 .detail__eyecatch__visual img {
    width: 272.5px;
    width: 72.66667vw;
  }
  #character--8 .detail__eyecatch__words {
    top: 359px;
    top: 95.73333vw;
  }
  #character--9 .detail__eyecatch__visual {
    right: -73.5px;
    right: -19.6vw;
    top: 44.5px;
    top: 11.86667vw;
  }
  #character--9 .detail__eyecatch__visual img {
    width: 332.5px;
    width: 88.66667vw;
  }
  #character--9 .detail__eyecatch__words {
    top: 305px;
    top: 81.33333vw;
  }
  #character--10 .detail__eyecatch__visual {
    right: -55px;
    right: -14.66667vw;
    top: 22px;
    top: 5.86667vw;
  }
  #character--10 .detail__eyecatch__visual img {
    width: 311.5px;
    width: 83.06667vw;
  }
  #character--10 .detail__eyecatch__words {
    top: 305px;
    top: 81.33333vw;
  }
  #character--11 .detail__eyecatch__visual {
    right: -38px;
    right: -10.13333vw;
    top: 30px;
    top: 8vw;
  }
  #character--11 .detail__eyecatch__visual img {
    width: 255px;
    width: 68vw;
  }
  #character--11 .detail__eyecatch__words {
    top: 282px;
    top: 75.2vw;
  }
  #character--12 .detail__profile,
  #character--13 .detail__profile,
  #character--21 .detail__profile,
  #character--22 .detail__profile {
    width: 140px;
    width: 37.33333vw;
    margin-bottom: 75px;
    margin-bottom: 20vw;
    float: left;
    margin-right: 0;
  }
  #character--12 .detail__eyecatch,
  #character--13 .detail__eyecatch,
  #character--21 .detail__eyecatch,
  #character--22 .detail__eyecatch {
    width: 170px;
    width: 45.33333vw;
    position: relative;
    left: auto;
    top: auto;
    float: right;
    padding-top: 47px;
    padding-top: 12.53333vw;
  }
  #character--12 .detail__eyecatch__visual,
  #character--13 .detail__eyecatch__visual,
  #character--21 .detail__eyecatch__visual,
  #character--22 .detail__eyecatch__visual {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 35px;
    margin-bottom: 9.33333vw;
  }
  #character--12 .detail__eyecatch__visual img,
  #character--13 .detail__eyecatch__visual img,
  #character--21 .detail__eyecatch__visual img,
  #character--22 .detail__eyecatch__visual img {
    width: 100%;
    height: auto;
  }
  #character--14 {
    padding-bottom: 100px;
    padding-bottom: 26.66667vw;
  }
  #character--14 .detail__eyecatch__visual {
    right: -20.5px;
    right: -5.46667vw;
    top: -0.5px;
    top: -0.13333vw;
  }
  #character--14 .detail__eyecatch__visual img {
    width: 331px;
    width: 88.26667vw;
  }
  #character--14 .detail__eyecatch__words {
    top: 271.5px;
    top: 72.4vw;
  }
  #character--14 .detail__profile {
    z-index: 2;
  }
  #character--15 {
    padding-bottom: 100px;
    padding-bottom: 26.66667vw;
  }
  #character--15 .detail__eyecatch__visual {
    right: -111px;
    right: -29.6vw;
    top: 8.5px;
    top: 2.26667vw;
  }
  #character--15 .detail__eyecatch__visual img {
    width: 358px;
    width: 95.46667vw;
  }
  #character--15 .detail__eyecatch__words {
    top: 272px;
    top: 72.53333vw;
  }
  #character--15 .detail__profile {
    z-index: 2;
  }
  #character--16 {
    padding-bottom: 100px;
    padding-bottom: 26.66667vw;
  }
  #character--16 .detail__eyecatch__visual {
    right: -91px;
    right: -24.26667vw;
    top: 9.5px;
    top: 2.53333vw;
  }
  #character--16 .detail__eyecatch__visual img {
    width: 345.5px;
    width: 92.13333vw;
  }
  #character--16 .detail__eyecatch__words {
    top: 272px;
    top: 72.53333vw;
  }
  #character--16 .detail__profile {
    z-index: 2;
  }
  #character--17 {
    padding-bottom: 100px;
    padding-bottom: 26.66667vw;
  }
  #character--17 .detail__eyecatch__visual {
    right: -48.5px;
    right: -12.93333vw;
    top: 12px;
    top: 3.2vw;
  }
  #character--17 .detail__eyecatch__visual img {
    width: 210px;
    width: 56vw;
  }
  #character--17 .detail__eyecatch__words {
    top: 271.5px;
    top: 72.4vw;
  }
  #character--18 {
    padding-bottom: 100px;
    padding-bottom: 26.66667vw;
  }
  #character--18 .detail__eyecatch__visual {
    right: -38px;
    right: -10.13333vw;
    top: 11.5px;
    top: 3.06667vw;
  }
  #character--18 .detail__eyecatch__visual img {
    width: 219px;
    width: 58.4vw;
  }
  #character--18 .detail__eyecatch__words {
    top: 271.5px;
    top: 72.4vw;
  }
  #character--19 {
    padding-bottom: 100px;
    padding-bottom: 26.66667vw;
  }
  #character--19 .detail__eyecatch__visual {
    right: -19.5px;
    right: -5.2vw;
    top: 7px;
    top: 1.86667vw;
  }
  #character--19 .detail__eyecatch__visual img {
    width: 219px;
    width: 58.4vw;
  }
  #character--19 .detail__eyecatch__words {
    top: 271.5px;
    top: 72.4vw;
  }
  #character--20 {
    padding-bottom: 100px;
    padding-bottom: 26.66667vw;
  }
  #character--20 .detail__eyecatch__visual {
    right: -30px;
    right: -8vw;
    top: 13px;
    top: 3.46667vw;
  }
  #character--20 .detail__eyecatch__visual img {
    width: 239.5px;
    width: 63.86667vw;
  }
  #character--20 .detail__eyecatch__words {
    top: 271.5px;
    top: 72.4vw;
  }
  #character--20 .detail__profile {
    z-index: 2;
  }
}
