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

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

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

  @date 2017-07-12
  @include _top

  memo: */
body {
  background-color: #f4f4ef;
}

#character-page {
  padding-top: 80px;
}

.headline {
  position: relative;
  width: 100%;
}

.headline__inner {
  position: relative;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}

.headline__main {
  text-align: center;
  line-height: 1.0em;
}

.chart {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #000000;
}

.chart__inner {
  position: relative;
  width: 100%;
  padding: 100px;
}

.chart img{
  width: 100%;
}

.list {
  position: relative;
  width: 100%;
}

.list__inner {
  position: relative;
  width: 100%;
}

.list__desc {
  width: 100%;
}

.list__desc ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: #000000 solid 1px;
}

.list__desc li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.list__desc li.is--none {
  background-color: #f4f4ef;
}

.list__desc li.is--none:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.5);
}

.list__desc li.is--none:after {
  content: '';
  display: block;
  padding-top: 100%;
}

.list__desc a {
  display: block;
  color: #000000;
  text-decoration: none;
  position: relative;
  background-color: #f4f4ef;
  transition: all .4s;
}

.list__desc a:hover {
  background-color: #db2852;
}

.list__desc a:hover .desc--name {
  color: #f4f4ef;
}

.list__desc a:hover .desc--thumb {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transform: scale(1.05);
}

.list__desc span {
  display: block;
}

.list__desc .desc--name {
  font-family: sculpin, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 10px;
  letter-spacing: .025em;
  line-height: 1.27em;
  transition: all .2s;
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 1;
}

.list__desc .desc--name:before {
  content: '＞';
  display: block;
  position: absolute;
  left: -12px;
  top: -2px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform: scale(0.9);
}

.list__desc .desc--thumb {
  position: relative;
  z-index: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  transition: all .4s;
}

.list__desc .desc--thumb img {
  width: 100%;
  height: 100%;
}

.list__desc .desc--cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  border-bottom: #000000 solid 1px;
  border-right: #000000 solid 1px;
}

.list__desc li:nth-child(4n) .desc--cover {
  border-right: 0;
}

.paging {
  position: relative;
  width: 100%;
}

.paging__inner {
  position: relative;
  width: 100%;
}

.paging__list {
  padding-top: 50px;
}

.paging__list .m--subheadline {
  font-size: 12px;
  margin-left: 35px;
  margin-bottom: 20px;
}

.paging__list ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: #000000 solid 1px;
}

.paging__list li {
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  border-right: #000000 solid 1px;
  border-bottom: #000000 solid 1px;
  background-color: #db2852;
  position: relative;
  overflow: hidden;
}

.paging__list li.is--none:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.5);
}

.paging__list li.is--current a {
  pointer-events: none;
  background-color: #f4f4ef;
}

.paging__list li.is--current a img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.paging__list a {
  display: block;
  transition: all .4s;
}

.paging__list a:hover {
  background-color: #f4f4ef;
}

.paging__list a:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  transform: scale(1.05);
}

.paging__list img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: all .4s;
}

.paging__back {
  padding: 90px 0;
  text-align: center;
}

.paging__back a {
  display: inline-block;
  line-height: 1.0em;
  transition: all .2s;
}

.paging__back a:hover {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.detail {
  position: relative;
  width: 100%;
}

.detail__inner {
  position: relative;
  width: 100%;
}

.detail__visual {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-top: #000000 solid 1px;
  border-bottom: #000000 solid 1px;
  position: relative;
}

.detail__visual:not(:first-child){
  border-top: none;
}

.detail__visual .visual--box {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 720px;
  position: relative;
  background-image: url("../img/common/bg_grid.png");
  background-repeat: repeat;
  background-size: 95px 104px;
}

.detail__visual .visual--box:nth-child(1) {
  border-right: #000000 solid 1px;
  background-position: right top;
}

.detail__visual .visual--box:nth-child(2) {
  background-position: left top;
}

.detail__visual .visual--box.size--wide{
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-right: none;
}

.detail__visual .visual--box .visual--head {
  position: absolute;
  left: 35px;
  top: 20px;
  font-size: 12px;
  z-index: 5;
}

.detail__visual .visual--box .visual--image {
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
  pointer-events: none;
}

.detail__visual .visual--prev,
.detail__visual .visual--next {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
}

.detail__visual .visual--prev a,
.detail__visual .visual--next a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 65px;
  background-color: #ffffff;
  border: #000000 solid 1px;
  position: relative;
  transition: all .2s;
}

.detail__visual .visual--prev a:hover,
.detail__visual .visual--next a:hover {
  background-color: #000000;
}

.detail__visual .visual--prev a:hover path,
.detail__visual .visual--next a:hover path {
  fill: #f4f4ef;
}

.detail__visual .visual--prev svg,
.detail__visual .visual--next svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.detail__visual .visual--prev {
  left: 22px;
}

.detail__visual .visual--next {
  right: 22px;
}

.detail__desc {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail__desc .desc--others__r {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-order: 1;
      order: 1;
}

.detail__desc .desc--others__l {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-order: 0;
      order: 0;
}

.detail__desc .desc--others__r.size--wide,
.detail__desc .desc--others__l.size--wide {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.detail__desc .desc--others__r.size--wide dl,
.detail__desc .desc--others__l.size--wide dl {
  border-right: none;
}

.detail__desc dl {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-bottom: #000000 solid 1px;
  position: relative;
  text-align: center;
  border-right: #000000 solid 1px;
  min-height: 110px;
}

.detail__desc dl.size--wide {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-right: none;
}

.detail__desc dt.m--subheadline {
  position: absolute;
  left: 35px;
  top: 20px;
  font-size: 12px;
}

.detail__desc dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
}

.detail__desc .detail__name.size--wide {
  border-right: none;
  padding: 30px 0 40px;
}

.detail__desc .detail__name h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 47px;
  line-height: 1.0em;
  padding: 0.5em;
}

.detail__desc .detail__name h3 span {
  letter-spacing: -.1em;
}

.detail__desc .detail__cv {
  border-right: none;
}

.detail__desc .detail__cv p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 45px;
  line-height: 1.0em;
}

.detail__desc .detail__cv p span {
  letter-spacing: -.1em;
}

.detail__desc .detail__affiliation .affiliation--img span {
  pointer-events: none;
}

.detail__desc .detail__affiliation .affiliation--text,
.detail__desc .detail__affiliation .ms--text,
.detail__desc .detail__ms .affiliation--text,
.detail__desc .detail__ms .ms--text {
  -ms-flex-preferred-size: calc(100% - 110px);
      flex-basis: calc(100% - 110px);
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 27px;
  letter-spacing: .02em;
  line-height: 1.2em;
  padding: 0.9em 0.5em 0.1em 0.5em;
}

.detail__desc .detail__affiliation .affiliation--text.size--small,
.detail__desc .detail__affiliation .ms--text.size--small,
.detail__desc .detail__ms .affiliation--text.size--small,
.detail__desc .detail__ms .ms--text.size--small {
  font-size: 23px;
}

.detail__desc .detail__affiliation .affiliation--img,
.detail__desc .detail__affiliation .ms--img,
.detail__desc .detail__ms .affiliation--img,
.detail__desc .detail__ms .ms--img {
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
  border-left: #000000 solid 1px;
  height: 100%;
}

.detail__desc .detail__affiliation .affiliation--img a,
.detail__desc .detail__affiliation .affiliation--img span,
.detail__desc .detail__affiliation .ms--img a,
.detail__desc .detail__affiliation .ms--img span,
.detail__desc .detail__ms .affiliation--img a,
.detail__desc .detail__ms .affiliation--img span,
.detail__desc .detail__ms .ms--img a,
.detail__desc .detail__ms .ms--img span {
  display: block;
  overflow: hidden;
  transition: all .4s;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 55px 0; */
}

.detail__desc .detail__affiliation .affiliation--img span{
  background-size: contain;
}

.detail__desc .detail__affiliation .affiliation--img a:hover,
.detail__desc .detail__affiliation .affiliation--img span:hover,
.detail__desc .detail__affiliation .ms--img a:hover,
.detail__desc .detail__affiliation .ms--img span:hover,
.detail__desc .detail__ms .affiliation--img a:hover,
.detail__desc .detail__ms .affiliation--img span:hover,
.detail__desc .detail__ms .ms--img a:hover,
.detail__desc .detail__ms .ms--img span:hover {
  background-color: #db2852;
}

.detail__desc .detail__affiliation .affiliation--img.is--hidden,
.detail__desc .detail__affiliation .ms--img.is--hidden,
.detail__desc .detail__ms .affiliation--img.is--hidden,
.detail__desc .detail__ms .ms--img.is--hidden {
  visibility: hidden;
}

.detail__desc .detail__affiliation .affiliation--img.is--none,
.detail__desc .detail__affiliation .ms--img.is--none,
.detail__desc .detail__ms .affiliation--img.is--none,
.detail__desc .detail__ms .ms--img.is--none {
  display: none;
}

.detail__desc .detail__affiliation.height--max,
.detail__desc .detail__ms.height--max {
  height: 100%;
}

.detail__desc .detail__ms.height--max .ms--text {
  -ms-flex-preferred-size: calc(100% - 150px);
      flex-basis: calc(100% - 150px);
}

.detail__desc .detail__affiliation.height--max .affiliation--text,
.detail__desc .detail__affiliation.height--max .ms--text,
.detail__desc .detail__ms.height--max .affiliation--text{
  -ms-flex-preferred-size: calc(100% - 110px);
      flex-basis: calc(100% - 110px);
}

.detail__desc .detail__ms.height--max .ms--img {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}

.detail__desc .detail__affiliation.height--max .affiliation--img,
.detail__desc .detail__affiliation.height--max .ms--img,
.detail__desc .detail__ms.height--max .affiliation--img{
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
}

.detail__desc .detail__affiliation.height--max .affiliation--img a,
.detail__desc .detail__affiliation.height--max .affiliation--img span,
.detail__desc .detail__affiliation.height--max .ms--img a,
.detail__desc .detail__affiliation.height--max .ms--img span,
.detail__desc .detail__ms.height--max .affiliation--img a,
.detail__desc .detail__ms.height--max .affiliation--img span,
.detail__desc .detail__ms.height--max .ms--img a,
.detail__desc .detail__ms.height--max .ms--img span {
  padding: 0;
}

.detail__desc .detail__data {
  height: 100%;
}

.detail__desc .detail__data dd {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.detail__desc .detail__data .data--text {
  text-align: left;
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 15px;
  letter-spacing: -.015em;
  line-height: 1.75em;
  margin-left: 100px;
  margin-right: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.detail__closeup {
  border-bottom: #000000 solid 1px;
  width: 100%;
  /* height: 480px; */
  position: relative;
  background: url("../img/common/bg_grid.png") center top repeat;
  background-size: 95px 104px;
}

.detail__closeup .closeup--head {
  position: absolute;
  left: 35px;
  top: 20px;
  font-size: 12px;
  z-index: 5;
}

.detail__closeup .closeup--visual {
  padding: 10px 150px 0px 150px;
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}
.detail__closeup .closeup--visual img{
  width: 100%;
}

@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 =========================================================================================== */
  body {
    background-color: #f4f4ef;
  }
  #character-page {
    padding-top: 40px;
    padding-top: 10.66667vw;
  }
  .headline {
    position: relative;
    width: 100%;
  }
  .headline__inner {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-top: 13.33333vw;
    padding-bottom: 50px;
    padding-bottom: 13.33333vw;
  }
  .headline__main {
    text-align: center;
    line-height: 1.0em;
  }
  .headline__main img {
    height: 28px;
    height: 7.46667vw;
    width: auto;
  }
  .chart__inner{
    padding: 28px;
    padding: 7.46667vw;
  }
  .list {
    position: relative;
    width: 100%;
  }
  .list__inner {
    position: relative;
    width: 100%;
  }
  .list__desc {
    width: 100%;
  }
  .list__desc ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: #000000 solid 1px;
  }
  .list__desc li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    position: relative;
    overflow: hidden;
  }
  .list__desc li.is--none {
    background-color: #f4f4ef;
  }
  .list__desc li.is--none:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    height: 0.26667vw;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    background-color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.5);
  }
  .list__desc li.is--none:after {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .list__desc a {
    display: block;
    color: #000000;
    text-decoration: none;
    position: relative;
    background-color: #f4f4ef;
    transition: all .4s;
  }
  .list__desc a:hover {
    background-color: #f4f4ef;
  }
  .list__desc a:hover .desc--name {
    color: #000000;
  }
  .list__desc a:hover .desc--thumb {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    transform: scale(1.05);
  }
  .list__desc span {
    display: block;
  }
  .list__desc .desc--name {
    font-family: sculpin, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: 2.66667vw;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scale(0.85);
    letter-spacing: .025em;
    line-height: 1.27em;
    transition: all .2s;
    position: absolute;
    left: 19px;
    left: 5.06667vw;
    top: 10px;
    top: 2.66667vw;
    z-index: 1;
  }
  .list__desc .desc--name:before {
    content: '＞';
    display: block;
    position: absolute;
    left: -12px;
    left: -3.2vw;
    top: -1px;
    top: -0.26667vw;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform: scale(0.9);
  }
  .list__desc .desc--thumb {
    position: relative;
    z-index: 0;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    transition: all .4s;
  }
  .list__desc .desc--thumb img {
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scale(1.2);
  }
  .list__desc .desc--cover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    border-right: #000000 solid 1px;
    border-right: #000000 solid 0.26667vw;
  }
  .list__desc li:nth-child(2n) .desc--cover, .list__desc li:nth-child(4n) .desc--cover {
    border-right: 0;
  }
  .paging {
    position: relative;
    width: 100%;
  }
  .paging__inner {
    position: relative;
    width: 100%;
  }
  .paging__list {
    padding-top: 57.5px;
    padding-top: 15.33333vw;
  }
  .paging__list .m--subheadline {
    font-size: 10px;
    font-size: 2.66667vw;
    margin-left: 25px;
    margin-left: 6.66667vw;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scale(0.85);
  }
  .paging__list ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
  }
  .paging__list li {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    border-right: #000000 solid 1px;
    border-right: #000000 solid 0.26667vw;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    background-color: #db2852;
    position: relative;
    overflow: hidden;
  }
  .paging__list li.is--none {
    display: none;
  }
  .paging__list li.is--none:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    height: 0.26667vw;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    background-color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.5);
  }
  .paging__list li.is--none:after {
    display: block;
    content: '';
    padding-top: 100%;
  }
  .paging__list li.is--current a {
    pointer-events: none;
    background-color: #f4f4ef;
  }
  .paging__list li.is--current a img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  .paging__list a {
    display: block;
    transition: all .4s;
  }
  .paging__list a:hover {
    background-color: #f4f4ef;
  }
  .paging__list a:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    transform: scale(1.05);
  }
  .paging__list img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    transition: all .4s;
  }
  .paging__back {
    padding: 50px 0;
    padding: 13.33333vw 0;
    text-align: center;
    border-left: #000000 solid 1px;
    border-right: #000000 solid 1px;
  }
  .paging__back a {
    display: inline-block;
    line-height: 1.0em;
    transition: none;
  }
  .paging__back a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .paging__back img {
    height: 25px;
    height: 6.66667vw;
    width: auto;
  }
  .detail {
    position: relative;
    width: 100%;
  }
  .detail__inner {
    position: relative;
    width: 100%;
  }
  .detail__visual {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    position: relative;
  }
  .detail__visual .visual--box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 425px;
    height: 113.33333vw;
    position: relative;
    background-image: url("../img/common/bg_grid.png");
    background-repeat: repeat;
    background-size: 75px auto;
    background-size: 20vw auto;
  }
  .detail__visual .visual--box .visual--head {
    position: absolute;
    left: 25px;
    left: 6.66667vw;
    top: 15px;
    top: 4vw;
    font-size: 10px;
    font-size: 2.66667vw;
    z-index: 5;
  }
  .detail__visual .visual--box .visual--image {
    width: 100%;
    position: absolute;
    transform: translate(0%, 0%);
    left: 0;
    text-align: center;
    pointer-events: none;
    bottom: 15px;
    bottom: 4vw;
    pointer-events: none;
  }
  .detail__visual .visual--box:nth-child(1) {
    border-right: none;
    background-position: left top;
  }
  .detail__visual .visual--box:nth-child(1) .visual--image span {
    display: none;
  }
  .detail__visual .visual--box:nth-child(1) .visual--image span.is--current {
    display: block;
  }
  .detail__visual .visual--box:nth-child(2) {
    width: 75px;
    width: 20vw;
    -ms-flex-preferred-size: 75px;
        flex-basis: 75px;
    -ms-flex-preferred-size: 20vw;
        flex-basis: 20vw;
    height: 75px;
    height: 20vw;
    position: absolute;
    right: 0;
    bottom: 0;
    background: none;
    background-color: #ffffff;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    border-left: #000000 solid 1px;
    border-left: #000000 solid 0.26667vw;
  }
  .detail__visual .visual--box:nth-child(2) .visual--head {
    left: 25px;
    left: 6.66667vw;
    top: -18px;
    top: -4.8vw;
    pointer-events: none;
  }
  .detail__visual .visual--box:nth-child(2) .visual--image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    bottom: 0px;
    bottom: 0vw;
    pointer-events: auto;
  }
  .detail__visual .visual--box:nth-child(2) .visual--image a {
    display: block;
    position: relative;
    z-index: 1;
  }
  .detail__visual .visual--box:nth-child(2) .visual--image span {
    display: none;
  }
  .detail__visual .visual--box:nth-child(2) .visual--image span.is--current {
    display: block;
  }
  .detail__visual .visual--box:nth-child(2) .visual--image img {
    width: 100%;
    height: auto;
  }
  .detail__visual .visual--prev,
  .detail__visual .visual--next {
    width: 32.5px;
    width: 8.66667vw;
    height: 32.5px;
    height: 8.66667vw;
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
  }
  .detail__visual .visual--prev a,
  .detail__visual .visual--next a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 65px;
    background-color: #ffffff;
    border: #000000 solid .5px;
    border: #000000 solid 0.13333vw;
    position: relative;
    transition: none;
  }
  .detail__visual .visual--prev a:hover,
  .detail__visual .visual--next a:hover {
    background-color: #ffffff;
  }
  .detail__visual .visual--prev a:hover path,
  .detail__visual .visual--next a:hover path {
    fill: #000000;
  }
  .detail__visual .visual--prev svg,
  .detail__visual .visual--next svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    width: 2.13333vw;
    height: auto;
  }
  .detail__visual .visual--prev {
    left: 11px;
    left: 2.93333vw;
  }
  .detail__visual .visual--next {
    right: 11px;
    right: 2.93333vw;
  }
  .detail__desc {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detail__desc .desc--others__r {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 0;
        order: 0;
  }
  .detail__desc .desc--others__l {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
  .detail__desc .desc--others__r.size--wide,
  .detail__desc .desc--others__l.size--wide {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .detail__desc .desc--others__r.size--wide dl,
  .detail__desc .desc--others__l.size--wide dl {
    border-right: none;
  }
  .detail__desc dl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    position: relative;
    text-align: center;
    border-right: none;
    min-height: 80px;
    min-height: 21.33333vw;
  }
  .detail__desc dl.size--wide {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .detail__desc dt.m--subheadline {
    position: absolute;
    left: 25px;
    left: 6.66667vw;
    top: 12.5px;
    top: 3.33333vw;
    font-size: 10px;
    font-size: 2.66667vw;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scale(0.85);
  }
  .detail__desc dd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%;
  }
  .detail__desc .detail__name {
    padding-top: 25px;
    padding-top: 6.66667vw;
    padding-bottom: 25px;
    padding-bottom: 6.66667vw;
    -ms-flex-order: 0;
        order: 0;
  }
  .detail__desc .detail__name.size--wide {
    border-right: none;
    padding-top: 20px;
    padding-top: 5.33333vw;
    padding-bottom: 25px;
    padding-bottom: 6.66667vw;
  }
  .detail__desc .detail__name h3 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 30px;
    font-size: 8vw;
    line-height: 1.0em;
  }
  .detail__desc .detail__name h3 span {
    letter-spacing: -.12em;
  }
  .detail__desc .detail__name h3 strong {
    display: inline-block;
    font-size: 13.5px;
    font-size: 3.6vw;
    transform: translateY(-5px);
    transform: translateY(-1.33333vw);
  }
  .detail__desc .detail__cv {
    border-right: none;
  }
  .detail__desc .detail__cv p {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 30px;
    font-size: 8vw;
    line-height: 1.0em;
  }
  .detail__desc .detail__cv p span {
    letter-spacing: -.1em;
  }
  .detail__desc .detail__affiliation .affiliation--img span {
    pointer-events: none;
  }
  .detail__desc .detail__affiliation,
  .detail__desc .detail__ms {
    border-right: none;
    -ms-flex-order: 2;
        order: 2;
  }
  .detail__desc .detail__affiliation .affiliation--text,
  .detail__desc .detail__affiliation .ms--text,
  .detail__desc .detail__ms .affiliation--text,
  .detail__desc .detail__ms .ms--text {
    -ms-flex-preferred-size: calc(100% - 75px);
        flex-basis: calc(100% - 75px);
    -ms-flex-preferred-size: calc(100% - 20vw);
        flex-basis: calc(100% - 20vw);
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: .02em;
    line-height: 1em;
    /* text-indent: 45px;
    text-indent: 12vw; */
    padding-left: 45px;
    padding-left: 12vw;
    padding-right: 22px;
    padding-right: 6vw;
    text-align: left;
  }
  .detail__desc .detail__affiliation .affiliation--text.size--small,
  .detail__desc .detail__affiliation .ms--text.size--small,
  .detail__desc .detail__ms .affiliation--text.size--small,
  .detail__desc .detail__ms .ms--text.size--small {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .detail__desc .detail__affiliation .affiliation--img,
  .detail__desc .detail__affiliation .ms--img,
  .detail__desc .detail__ms .affiliation--img,
  .detail__desc .detail__ms .ms--img {
    -ms-flex-preferred-size: 75px;
        flex-basis: 75px;
    -ms-flex-preferred-size: 20vw;
        flex-basis: 20vw;
    border-left: #000000 solid 1px;
    border-left: #000000 solid 0.26667vw;
    height: 100%;
    height: 80px;
    height: 21.33333vw;
  }
  .detail__desc .detail__affiliation .affiliation--img a,
  .detail__desc .detail__affiliation .affiliation--img span,
  .detail__desc .detail__affiliation .ms--img a,
  .detail__desc .detail__affiliation .ms--img span,
  .detail__desc .detail__ms .affiliation--img a,
  .detail__desc .detail__ms .affiliation--img span,
  .detail__desc .detail__ms .ms--img a,
  .detail__desc .detail__ms .ms--img span {
    display: block;
    overflow: hidden;
    transition: all .4s;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
  }
  .detail__desc .detail__affiliation .affiliation--img a:hover,
  .detail__desc .detail__affiliation .affiliation--img span:hover,
  .detail__desc .detail__affiliation .ms--img a:hover,
  .detail__desc .detail__affiliation .ms--img span:hover,
  .detail__desc .detail__ms .affiliation--img a:hover,
  .detail__desc .detail__ms .affiliation--img span:hover,
  .detail__desc .detail__ms .ms--img a:hover,
  .detail__desc .detail__ms .ms--img span:hover {
    background-color: #ffffff;
  }
  .detail__desc .detail__affiliation .affiliation--img.is--hidden,
  .detail__desc .detail__affiliation .ms--img.is--hidden,
  .detail__desc .detail__ms .affiliation--img.is--hidden,
  .detail__desc .detail__ms .ms--img.is--hidden {
    visibility: hidden;
  }
  .detail__desc .detail__affiliation .affiliation--img.is--none,
  .detail__desc .detail__affiliation .ms--img.is--none,
  .detail__desc .detail__ms .affiliation--img.is--none,
  .detail__desc .detail__ms .ms--img.is--none {
    display: none;
  }
  .detail__desc .detail__affiliation.height--max,
  .detail__desc .detail__ms.height--max {
    height: 100%;
  }
  .detail__desc .detail__affiliation.height--max .affiliation--text,
  .detail__desc .detail__affiliation.height--max .ms--text,
  .detail__desc .detail__ms.height--max .affiliation--text,
  .detail__desc .detail__ms.height--max .ms--text {
    -ms-flex-preferred-size: calc(100% - 75px);
        flex-basis: calc(100% - 75px);
    -ms-flex-preferred-size: calc(100% - 20vw);
        flex-basis: calc(100% - 20vw);
  }
  .detail__desc .detail__affiliation.height--max .affiliation--img,
  .detail__desc .detail__affiliation.height--max .ms--img,
  .detail__desc .detail__ms.height--max .affiliation--img,
  .detail__desc .detail__ms.height--max .ms--img {
    -ms-flex-preferred-size: 75px;
        flex-basis: 75px;
    -ms-flex-preferred-size: 20vw;
        flex-basis: 20vw;
  }
  .detail__desc .detail__data {
    padding-top: 25px;
    padding-top: 6.66667vw;
    padding-bottom: 25px;
    padding-bottom: 6.66667vw;
    min-height: auto;
    -ms-flex-order: 1;
        order: 1;
  }
  .detail__desc .detail__data dd {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .detail__desc .detail__data .data--text {
    text-align: left;
    display: block;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: -.015em;
    line-height: 1.95em;
    margin-left: 45px;
    margin-left: 12vw;
    margin-right: 20px;
    margin-right: 5.33333vw;
    padding-top: 0;
    padding-bottom: 0px;
  }
  .detail__desc .detail__blank {
    display: none;
  }
  .detail__closeup {
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    width: 100%;
    /* height: 215px;
    height: 57.33333vw; */
    position: relative;
    background: url("../img/common/bg_grid.png") center top repeat;
    background-size: 75px auto;
    background-size: 20vw auto;
  }
  .detail__closeup .closeup--head {
    position: absolute;
    left: 25px;
    left: 6.66667vw;
    top: 15px;
    top: 4vw;
    font-size: 10px;
    font-size: 2.66667vw;
    z-index: 5;
  }
  .detail__closeup .closeup--visual {
    padding: 0;
    position: relative;
    width: 100%;
  }
  .detail__closeup .closeup--visual img{
    width: 90%;
    height: inherit;
    display: block;
    margin: auto;
    padding: 10% 0 0 0;
  }
  .visual--box:first-of-type .visual--image__front img,
  .visual--box:first-of-type .visual--image__back img{
    width: 120%;
    margin-left: -10%;
    height: inherit;
  }
  .type--01 .visual--box:first-of-type .visual--image__front img,
  .type--01 .visual--box:first-of-type .visual--image__back img {
    width: auto;
    height: 425px;
    height: 113.33333vw;
  }
  .type--02 .visual--box:first-of-type .visual--image__front img,
  .type--02 .visual--box:first-of-type .visual--image__back img {
    width: auto;
    height: 410px;
    height: 109.33333vw;
  }
  .type--03 .visual--box:first-of-type .visual--image__front img,
  .type--03 .visual--box:first-of-type .visual--image__back img {
    width: auto;
    height: 440px;
    height: 117.33333vw;
  }
  .type--04 .visual--box:first-of-type .visual--image__front img,
  .type--04 .visual--box:first-of-type .visual--image__back img {
    width: auto;
    height: 420px;
    height: 112vw;
  }
  .type--05 .visual--box:first-of-type .visual--image__front img,
  .type--05 .visual--box:first-of-type .visual--image__back img {
    width: auto;
    height: 435px;
    height: 116vw;
  }
  .type--05 .visual--box:first-of-type .visual--image__back img {
    transform: translateX(30px);
    transform: translateX(8vw);
  }
}
