.clearfix {
  zoom: 1;
}

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

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

  @date 2017-07-12
  @include _top

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

#story-page {
  padding-top: 79px;
  background: none;
  border-right: none;
  border-left: none;
  min-height: auto;
}

.headline {
  position: relative;
  width: 100%;
  background-color: #f4f4ef;
  border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;
  box-sizing: border-box;
}

.headline__inner {
  /* border-bottom: #000000 solid 1px; */
  position: relative;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}

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

.localnav {
  position: relative;
  width: 100%;
  background-color: #f4f4ef;
  /* border-left: #000000 solid 1px;
  border-right: #000000 solid 1px; */
  box-sizing: border-box;
}

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

.localnav__inner-seasontitle{
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  line-height: 100px;
  text-align: center;
  font-family: sculpin, sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: .035em;
}

.localnav__inner ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.localnav__inner li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-top: #000000 solid 1px;
  border-bottom: #000000 solid 1px;
  border-left: #000000 solid 1px;
  border-radius: 22px 22px 0px 0px / 22px 22px 0px 0px;
  -webkit-border-top-left-radius: 22px 22px;
  -webkit-border-top-right-radius: 22px 22px;
  -webkit-border-bottom-right-radius: 0px 0px;
  -webkit-border-bottom-left-radius: 0px 0px;
  -moz-border-radius-topleft: 22px 22px;
  -moz-border-radius-topright: 22px 22px;
  -moz-border-radius-bottomright: 0px 0px;
  -moz-border-radius-bottomleft: 0px 0px;
  overflow: hidden;
}

.localnav__inner li:first-of-type {
  border-left: none;
}

.localnav__inner li.is--current {
  border-bottom: none;
}

.localnav__inner li.is--current a {
  pointer-events: none;
}

.localnav__inner a {
  display: block;
  text-align: center;
  color: #000000;
  text-decoration: none;
  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: 18px;
  letter-spacing: .035em;
  line-height: 100px;
  transition: all .2s;
}

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

.world__text {
  text-align: center;
  /* padding: 60px 0 70px; */
  padding: 0 0 70px;
}

.world__text p {
  font-family: dashiell-fine, 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: 16px;
  line-height: 2.0em;
  letter-spacing: .025em;
  transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform: scaleX(1.05);
}

.list {
  position: relative;
  width: 100%;
  background-color: #f4f4ef;
  border-top: #000000 solid 1px;
  border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;
  border-bottom: #000000 solid 1px;
  box-sizing: border-box;
}

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

.list__inner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list__inner li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-top: #000000 solid 1px;
  border-right: #000000 solid 1px;
  box-sizing: border-box;
  position: relative;
}

.list__inner li:first-of-type,
.list__inner li:nth-child(2) {
  border-top: 0;
}

.list__inner li:nth-child(2n) {
  border-right: none;
}

.list__inner li.is--blank {
  background: url("../img/story/blank_line.png") center center no-repeat;
  background-size: 100% 100%;
}

.list__desc {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: #000000 solid 1px;
}

.list__desc .desc--number,
.list__desc .desc--title {
  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: 20px;
  letter-spacing: .025em;
  line-height: 1.5em;
  position: relative;
  padding: 25px 0;
}

.list__desc .desc--number span,
.list__desc .desc--title span {
  display: block;
}

.list__desc .desc--number strong,
.list__desc .desc--title strong {
  display: block;
  font-weight: 400;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scaleX(1.05);
}

.list__desc .desc--number {
  text-align: center;
}

.list__desc .desc--number span {
  width: 150px;
}

.list__desc .desc--title {
  border-left: #000000 solid 1px;
}

.list__desc .desc--title span {
  font-weight: 400;
  display: block;
  margin: 0 50px;
}

.list__thumb {
  line-height: 1.0em;
  overflow: hidden;
}

.list__thumb a:hover span {
  transform: scale(1.05);
}

.list__thumb span {
  display: block;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .4s;
}

.detail {
  position: relative;
  width: 100%;
  background-color: #f4f4ef;
  border-top: #000000 solid 1px;
  border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;
  box-sizing: border-box;
}

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

.detail__desc {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: #000000 solid 1px;
}

.detail__desc .desc--number,
.detail__desc .desc--title {
  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;
  letter-spacing: .05em;
  line-height: 1.5em;
  position: relative;
  padding: 45px 0;
}

.detail__desc .desc--number span,
.detail__desc .desc--title span {
  display: block;
}

.detail__desc .desc--number strong,
.detail__desc .desc--title strong {
  display: block;
  font-weight: 400;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scaleX(1.1);
}

.detail__desc .desc--number {
  text-align: center;
}

.detail__desc .desc--number span {
  width: 230px;
}

.detail__desc .desc--title {
  border-left: #000000 solid 1px;
}

.detail__desc .desc--title span {
  font-weight: 400;
  display: block;
  margin: 0 50px;
}

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

.detail__images:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.detail__images p {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .2s;
}

.detail__images p.is--current {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

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

.detail__thumbs ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.detail__thumbs li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  border-right: #f4f4ef solid 1px;
  cursor: pointer;
}

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

.detail__thumbs li span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all .2s;
  padding-top: 56.25%;
}

.detail__thumbs li.is--current {
  cursor: default;
  pointer-events: none;
}

.detail__thumbs li.is--current span {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.detail__thumbs li:hover span {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

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

.detail__content .content--text p,
.detail__content .content--staff p {
  margin: 0 60px;
  padding: 50px 0;
  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;
  line-height: 2.0em;
  letter-spacing: .04em;
}

.detail__content .content--text {
  -ms-flex-preferred-size: 61%;
      flex-basis: 61%;
  border-right: #000000 solid 1px;
}

.detail__content .content--staff {
  -ms-flex-preferred-size: 39%;
      flex-basis: 39%;
}

.detail__movie {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 60px 60px;
  border-top: #000000 solid 1px;
}

.detail__movie .content--sub p,
.detail__movie .content--dub p {
  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: 30px;
  letter-spacing: .04em;
  text-align: center;
}

.detail__movie .content--sub {
  padding-right: 30px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.detail__movie .content--dub {
  padding-left: 30px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.detail__section {
  margin: 0 auto;
  position: relative;
}

.content--movie .movie--thumb {
  width: 100%;
}

.content--movie .movie--thumb a {
  display: block;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.content--movie .movie--thumb a:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.content--movie .movie--thumb a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all .2s;
}

.content--movie .movie--thumb a:hover:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.content--movie .movie--thumb a:hover span {
  background-color: #db2852;
}

.content--movie .movie--thumb span {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border: #f4f4ef solid 1px;
  box-sizing: border-box;
  border-radius: 100px;
  transition: all .2s;
}

.content--movie .movie--thumb svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.content--movie .movie--thumb path {
  fill: #f4f4ef;
}

.content--movie {
  width: 100%;
  margin-top: 16px;
}

.content--movie__frame {
  line-height: 1.0em;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}

.content--movie__frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.paging {
  position: relative;
  width: 100%;
  background-color: #f4f4ef;
  border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;
  border-top: #000000 solid 1px;
  box-sizing: border-box;
}

.paging__inner {
  position: relative;
  width: 100%;
  padding: 90px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.paging__back {
  text-align: center;
}

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

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

.paging__prev,
.paging__next {
  line-height: 1.0em;
  margin: 0 40px;
}

.paging__prev a,
.paging__next a {
  display: block;
  line-height: 1.0em;
  padding: 0 20px;
}

.paging__prev img,
.paging__next img {
  transition: all .2s;
}

.paging__prev.is--hidden,
.paging__next.is--hidden {
  visibility: hidden;
  pointer-events: none;
}

.paging__prev a:hover img {
  transform: translateX(-10px);
}

.paging__next a:hover img {
  transform: translateX(10px);
}

@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;
  }
  #story-page {
    padding-top: 39px;
    padding-top: 10.4vw;
    background: none;
    background-color: #f4f4ef;
    border-right: none;
    border-left: none;
  }
  .headline {
    position: relative;
    width: 100%;
    background-color: #f4f4ef;
    border-left: none;
    border-right: none;
  }
  .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;
  }

  .localnav {
    position: relative;
    width: 100%;
    background-color: #f4f4ef;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
  }
  .localnav__inner {
    position: relative;
    width: 100%;
  }
  .localnav__inner ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .localnav__inner li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    border-left: #000000 solid 1px;
    border-left: #000000 solid 0.26667vw;
    border-radius: 12px 12px 0px 0px / 12px 12px 0px 0px;
    -webkit-border-top-left-radius: 12px 12px;
    -webkit-border-top-right-radius: 12px 12px;
    -webkit-border-bottom-right-radius: 0px 0px;
    -webkit-border-bottom-left-radius: 0px 0px;
    -moz-border-radius-topleft: 12px 12px;
    -moz-border-radius-topright: 12px 12px;
    -moz-border-radius-bottomright: 0px 0px;
    -moz-border-radius-bottomleft: 0px 0px;
    overflow: hidden;
  }
  .localnav__inner li:first-of-type {
    border-left: none;
  }
  .localnav__inner li.is--current {
    border-bottom: none;
  }
  .localnav__inner li.is--current a {
    pointer-events: none;
  }
  .localnav__inner a {
    display: block;
    text-align: center;
    color: #000000;
    text-decoration: none;
    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: 13px;
    font-size: 3.46667vw;
    letter-spacing: .035em;
    line-height: 50px;
    line-height: 13.33333vw;
    transition: none;
  }
  .localnav__inner a:hover {
    color: #000000;
    background: none;
  }
  .world__text {
    text-align: center;
    /* padding-top: 35px;
    padding-top: 9.33333vw; */
    padding-bottom: 35px;
    padding-bottom: 9.33333vw;
    padding-left: 30px;
    padding-left: 8vw;
    padding-right: 30px;
    padding-right: 8vw;
  }
  .world__text p {
    font-family: dashiell-fine, 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: 12.5px;
    font-size: 3.33333vw;
    line-height: 2.12em;
    letter-spacing: .025em;
    transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform: scaleX(1.05);
  }
  .list {
    position: relative;
    width: 100%;
    background-color: #f4f4ef;
    border: none;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    box-sizing: border-box;
  }
  .list__inner {
    position: relative;
    width: 100%;
  }
  .list__inner ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list__inner li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-right: none;
    box-sizing: border-box;
    position: relative;
    border-top: 0;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
  }
  .list__inner li:last-of-type {
    border-bottom: none;
  }
  .list__inner li:nth-child(2n) {
    border-right: none;
  }
  .list__inner li.is--blank {
    background: url("../img/story/blank_line.png") center center no-repeat;
    background-size: 100% 100%;
  }
  .list__desc {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
  }
  .list__desc .desc--number,
  .list__desc .desc--title {
    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: 14.5px;
    font-size: 3.86667vw;
    letter-spacing: .025em;
    line-height: 1.5em;
    position: relative;
    padding: 17px 0;
    padding: 4.53333vw 0;
  }
  .list__desc .desc--number span,
  .list__desc .desc--title span {
    display: block;
  }
  .list__desc .desc--number strong,
  .list__desc .desc--title strong {
    display: block;
    font-weight: 400;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scaleX(1.05);
  }
  .list__desc .desc--number {
    text-align: center;
  }
  .list__desc .desc--number span {
    width: 90px;
    width: 24vw;
  }
  .list__desc .desc--title {
    border-left: #000000 solid 1px;
    border-left: #000000 solid 0.26667vw;
  }
  .list__desc .desc--title span {
    font-weight: 400;
    display: block;
    margin: 0 22px;
    margin: 0 5.86667vw;
  }
  .list__thumb {
    line-height: 1.0em;
    overflow: hidden;
  }
  .list__thumb a:hover span {
    transform: scale(1);
  }
  .list__thumb span {
    display: block;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: none;
  }
  .detail {
    position: relative;
    width: 100%;
    background-color: #f4f4ef;
    border: none;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    box-sizing: border-box;
  }
  .detail__inner {
    position: relative;
    width: 100%;
  }
  .detail__desc {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
  }
  .detail__desc .desc--number,
  .detail__desc .desc--title {
    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: 14.5px;
    font-size: 3.86667vw;
    letter-spacing: .025em;
    line-height: 1.5em;
    position: relative;
    padding: 17px 0;
    padding: 4.53333vw 0;
  }
  .detail__desc .desc--number span,
  .detail__desc .desc--title span {
    display: block;
  }
  .detail__desc .desc--number strong,
  .detail__desc .desc--title strong {
    display: block;
    font-weight: 400;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scaleX(1.05);
  }
  .detail__desc .desc--number {
    text-align: center;
  }
  .detail__desc .desc--number span {
    width: 90px;
    width: 24vw;
  }
  .detail__desc .desc--title {
    border-left: #000000 solid 1px;
    border-left: #000000 solid 0.26667vw;
  }
  .detail__desc .desc--title span {
    font-weight: 400;
    display: block;
    margin: 0 22px;
    margin: 0 5.86667vw;
  }
  .detail__images {
    width: 100%;
    position: relative;
    border-bottom: #f4f4ef solid 1px;
    border-bottom: #f4f4ef solid 0.26667vw;
  }
  .detail__images:before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
  .detail__images p {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .2s;
  }
  .detail__images p.is--current {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .detail__thumbs {
    width: 100%;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    padding: 25px 0 10px;
    padding: 6.66667vw 0 2.66667vw;
  }
  .detail__thumbs ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 86.66%;
    margin: 0 auto;
  }
  .detail__thumbs li {
    -ms-flex-preferred-size: 47.7%;
        flex-basis: 47.7%;
    border-right: #f4f4ef solid 1px;
    border-right: #f4f4ef solid 0.26667vw;
    cursor: pointer;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .detail__thumbs li:nth-child(4n) {
    border-right: 0;
  }
  .detail__thumbs li span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .2s;
    padding-top: 56.25%;
  }
  .detail__thumbs li.is--current {
    cursor: default;
    pointer-events: none;
  }
  .detail__thumbs li.is--current span {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .detail__thumbs li:hover span {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .detail__content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detail__content .content--text p,
  .detail__content .content--staff p {
    width: 86.66%;
    margin: 0 auto;
    padding: 30px 0;
    padding: 8vw 0;
    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: 13px;
    font-size: 3.46667vw;
    line-height: 2.0em;
    letter-spacing: .025em;
  }
  .detail__content .content--text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-right: none;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
  }
  .detail__content .content--staff {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .detail__movie {
    width: 100%;
    padding: 30px 0;
    padding: 8vw 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
  }
  .detail__movie .content--sub p,
  .detail__movie .content--dub p {
    margin-bottom: 16px;
    margin-bottom: 4.26667vw;
    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: 30px;
    font-size: 8vw;
    letter-spacing: .025em;
  }
  .detail__movie .content--sub,
  .detail__movie .content--dub {
    width: 86.66%;
    margin: 0 auto;
    padding: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .detail__movie > div:nth-child(even) {
    padding: 30px 0 0;
    padding: 8vw 0 0;
  }
  .detail__section {
    width: calc(100% - 40px);
    width: calc(100% - 10.66667vw);
    margin: 0 auto;
    position: relative;
  }
  .content--movie .movie--thumb {
    width: 100%;
  }
  .content--movie .movie--thumb a {
    display: block;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .content--movie .movie--thumb a:before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
  .content--movie .movie--thumb a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: none;
  }
  .content--movie .movie--thumb a:hover:after {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .content--movie .movie--thumb a:hover span {
    background: none;
  }
  .content--movie .movie--thumb span {
    width: 50px;
    width: 13.33333vw;
    height: 50px;
    height: 13.33333vw;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border: #f4f4ef solid 1px;
    border: #f4f4ef solid 0.26667vw;
    box-sizing: border-box;
    border-radius: 100px;
    transition: none;
  }
  .content--movie .movie--thumb svg {
    width: 10px;
    width: 2.66667vw;
    height: auto;
    line-height: 1.0em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .content--movie .movie--thumb path {
    fill: #f4f4ef;
  }
  .content--movie {
    width: 100%;
    margin-top: 0;
  }
  .content--movie__frame {
    width: 86.66%;
    margin: 0 auto;
    line-height: 1.0em;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    height: 0;
  }
  .content--movie__frame iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .paging {
    position: relative;
    width: 100%;
    background-color: #f4f4ef;
    border-left: none;
    border-right: none;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    box-sizing: border-box;
  }
  .paging__inner {
    position: relative;
    width: 100%;
    padding: 50px 0;
    padding: 13.33333vw 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .paging__back {
    text-align: center;
  }
  .paging__back a {
    display: 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;
  }
  .paging__prev,
  .paging__next {
    line-height: 1.0em;
    margin: 0 15px;
    margin: 0 4vw;
  }
  .paging__prev a,
  .paging__next a {
    display: block;
    line-height: 1.0em;
    padding: 0 10px;
    padding: 0 2.66667vw;
  }
  .paging__prev a:hover img,
  .paging__next a:hover img {
    transform: translateX(0px);
  }
  .paging__prev img,
  .paging__next img {
    transition: none;
    width: 18px;
    width: 4.8vw;
    height: 35px;
    height: 9.33333vw;
  }
  .paging__prev.is--hidden,
  .paging__next.is--hidden {
    visibility: hidden;
    pointer-events: none;
  }
}
