@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.kvArea {
  position: relative;
}

.kvArea .sectionInner .itemArea .logo01 {
        width: 111.4%;
        max-width: 120%;
        margin: -12% 0 0 -9%;
      }

.kvArea .sectionInner .itemArea .logo02 {
        width: 100%;
        margin: -9.3% auto 0;
      }

.kvArea .sectionInner .itemArea .bannerSlider {
        width: 96%;
        margin: 9.6% auto 0;
      }

.kvArea .sectionInner .itemArea .bannerSlider .slick-dots button {
            width: 19px;
            padding-top: 19px;
            background-size: 19px;
            background-image: url(../../resources/img/top/slider-button_84421874dbe2ee495daf7c4367c258fd.png);
          }

.kvArea .sectionInner .itemArea .bannerSlider .slick-dots .slick-active {
            background-image: url(../../resources/img/top/slider-button-active_37e41a776e1499fb19df1de001de6490.png);
          }

.kvArea .kvImages .kvText {
      top: 47.2%;
      left: 2.8%;
    }

.kvArea .kvImages .kvText img {
        width: 38vw;
        max-width: 38vw;
      }

.newsArea {
  width: 99%;
  max-width: 436px;
  min-width: auto;
  margin: 8% 0 0 1%;
}

.newsArea:before,
  .newsArea:after {
    content: none;
  }

.newsArea .newsInner {
    padding: 15% 0 15% 0;
    background-image: url(../../resources/img/top/newsArea-bg-2_781c25f17d9c6fd214f02cc3e4afe2a6.png);
  }

.newsArea .sec01Title {
    top: 8%;
    width: 70%;
  }

.newsArea .newsList {
    top: 0;
    position: relative;
  }

.newsArea .newsWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
    font-size: 0.8vw;
  }

.newsArea .newsWrap .newsCate {
      width: 28%;
      margin: 0 3%;
    }

.newsArea .newsWrap .newsTitle {
      width: 100%;
      overflow: visible;
      white-space: normal;
    }

.newsArea .newsButton {
    width: 37.5%;
    max-width: 163px;
    min-width: auto;
    margin: auto;
    bottom: 10%;
  }

.kvFrame {
  bottom: 95%;
  background-image: url(../../resources/img/top/kv-frame2_4bebd1f4b4e54d1c43af87f825338ea4.png);
}

.section01 {
  margin-top: 80px;
}

.section01 .markScroll {
    top: -18%;
    right: 1%;
    width: 5%;
  }

.section01 .sectionInner {
    max-width: 2000px;
    padding-bottom: 3%;
  }

.section01 .sectionInner h2 {
      width: 23.7%;
      margin: 2% 0 0 30%;
    }

.section01 .sectionInner .story-txt {
      position: relative;
    }

.section01 .sectionInner .story-txt .s-txt1,
      .section01 .sectionInner .story-txt .s-txt2,
      .section01 .sectionInner .story-txt .s-txt3,
      .section01 .sectionInner .story-txt .s-txt4 {
        opacity: 0;
      }

.section01 .sectionInner .story-txt.run .s-txt1 {
          -webkit-animation: fadeInLeft 0.5s both;
                  animation: fadeInLeft 0.5s both;
        }

.section01 .sectionInner .story-txt.run .s-txt2 {
          -webkit-animation: fadeInRight 0.5s 0.1s both;
                  animation: fadeInRight 0.5s 0.1s both;
        }

.section01 .sectionInner .story-txt.run .s-txt3 {
          -webkit-animation: fadeInLeft 0.5s 0.3s both;
                  animation: fadeInLeft 0.5s 0.3s both;
        }

.section01 .sectionInner .story-txt.run .s-txt4 {
          -webkit-animation: fadeInRight 0.5s 0.4s both;
                  animation: fadeInRight 0.5s 0.4s both;
        }

.section01 .sectionInner .s-txt1 {
      width: 23%;
      margin: -2.3% 0 0 16.9%;
      display: block;
    }

.section01 .sectionInner .s-txt2 {
      width: 32.3%;
      margin: 1.7% 0 0 21%;
      display: block;
    }

.section01 .sectionInner .s-txt3 {
      width: 33.8%;
      margin: 1.8% 0 0 18.1%;
      display: block;
    }

.section01 .sectionInner .s-txt4 {
      width: 26.6%;
      margin: 1.9% 0 0 29.1%;
      display: block;
    }

.section01 .sectionInner .story-movie-txt {
      position: relative;
    }

.section01 .sectionInner .story-movie-txt .movie-txt1,
      .section01 .sectionInner .story-movie-txt .movie-txt2 {
        opacity: 0;
      }

.section01 .sectionInner .story-movie-txt.run .movie-txt1 {
          -webkit-animation: fadeInLeft 0.5s 0.5s both;
                  animation: fadeInLeft 0.5s 0.5s both;
        }

.section01 .sectionInner .story-movie-txt.run .movie-txt2 {
          -webkit-animation: fadeInRight 0.5s 0.6s both;
                  animation: fadeInRight 0.5s 0.6s both;
        }

.section01 .sectionInner .movie-txt1 {
      width: 16.5%;
      margin: -17.1% 0 0 58.6%;
      display: block;
    }

.section01 .sectionInner .movie-txt2 {
      width: 22.5%;
      margin: 1.5% 0 0 60%;
      display: block;
    }

.section01 .sectionInner .story-pv {
      width: 25.6%;
      margin: 1.8% 0 0 58.3%;
      background: #000;
      border: 2px solid #d9ca82;
      position: relative;
      display: block;
      pointer-events: none;
    }

.section01 .sectionInner .story-pv:before {
        content: "";
        padding-top: 56.25%;
        display: block;
      }

.section01 .sectionInner .story-pv #story-movie {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
      }

.section02 {
  padding: 0 0 3.8%;
}

.section02 .sectionInner {
    max-width: 2000px;
  }

.section02 .sectionInner h2 {
      width: 42.9%;
      margin: 0 0 0 44.2%;
    }

.section02 .sectionInner .story-txt {
      width: 39.6%;
      margin: -2.5% 0 0 16.5%;
    }

.section02 .sectionInner .character-title {
      position: relative;
      z-index: 2;
    }

.section02 .sectionInner .character-title .s-title1,
      .section02 .sectionInner .character-title .s-title2 {
        opacity: 0;
      }

.section02 .sectionInner .character-title.run .s-title1 {
          -webkit-animation: fadeInLeft 0.5s both;
                  animation: fadeInLeft 0.5s both;
        }

.section02 .sectionInner .character-title.run .s-title2 {
          -webkit-animation: fadeInLeft 0.5s 0.1s both;
                  animation: fadeInLeft 0.5s 0.1s both;
        }

.section02 .sectionInner .s-title1 {
      width: 45%;
      margin: -1.1% 0 0 18.8%;
      display: block;
    }

.section02 .sectionInner .s-title2 {
      width: 25.8%;
      margin: 0.2% 0 0 43.2%;
      display: block;
    }

.section02 .sectionInner .character-contents {
      width: 100%;
      background-image: url(../../resources/img/top/chracter_bg_08c166826d0f2b0620b39a9318d973b5.png);
      margin-top: -0.5%;
      padding-top: 48.2%;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: 50% 50%;
      position: relative;
    }

.section02 .sectionInner .character-contents .chara-emblem1,
      .section02 .sectionInner .character-contents .chara-emblem2,
      .section02 .sectionInner .character-contents .chara-img1,
      .section02 .sectionInner .character-contents .chara-img2,
      .section02 .sectionInner .character-contents .chara-name1,
      .section02 .sectionInner .character-contents .chara-name2,
      .section02 .sectionInner .character-contents .chara-txt1,
      .section02 .sectionInner .character-contents .chara-txt2 {
        position: absolute;
      }

.section02 .sectionInner .character-contents .chara-name1,
      .section02 .sectionInner .character-contents .chara-name2,
      .section02 .sectionInner .character-contents .chara-txt1,
      .section02 .sectionInner .character-contents .chara-txt2 {
        opacity: 0;
      }

.section02 .sectionInner .character-contents.run .chara-name1 {
          -webkit-animation: fadeInUp 0.5s both;
                  animation: fadeInUp 0.5s both;
        }

.section02 .sectionInner .character-contents.run .chara-txt1 {
          -webkit-animation: fadeInRight 0.5s 0.1s both;
                  animation: fadeInRight 0.5s 0.1s both;
        }

.section02 .sectionInner .character-contents.run .chara-name2 {
          -webkit-animation: fadeInUp 0.5s 0.2s both;
                  animation: fadeInUp 0.5s 0.2s both;
        }

.section02 .sectionInner .character-contents.run .chara-txt2 {
          -webkit-animation: fadeInLeft 0.5s 0.3s both;
                  animation: fadeInLeft 0.5s 0.3s both;
        }

.section02 .sectionInner .character-contents .chara-emblem1 {
        width: 15.8%;
        top: 8.3%;
        left: 29.3%;
      }

.section02 .sectionInner .character-contents .chara-emblem2 {
        width: 17.8%;
        top: 43%;
        left: 50.9%;
      }

.section02 .sectionInner .character-contents .chara-img1 {
        width: 26.6%;
        top: -11.5%;
        left: 11.2%;
        z-index: 3;
      }

.section02 .sectionInner .character-contents .chara-img2 {
        width: 20.4%;
        top: 13.8%;
        left: 62.7%;
      }

.section02 .sectionInner .character-contents .chara-name1 {
        width: 5.9%;
        top: 34.6%;
        left: 10.8%;
        z-index: 4;
      }

.section02 .sectionInner .character-contents .chara-name2 {
        width: 5.9%;
        top: 53.2%;
        left: 77.2%;
      }

.section02 .sectionInner .character-contents .chara-txt1 {
        width: 20.9%;
        top: 48.8%;
        left: 25.8%;
        z-index: 4;
      }

.section02 .sectionInner .character-contents .chara-txt2 {
        width: 25.8%;
        top: 77.3%;
        left: 49.2%;
      }

.section03 {
  padding: 0 0 6.3%;
  background: transparent;
}

.section03 .sectionInner {
    max-width: 2000px;
  }

.section03 .sectionInner .battle-title {
      position: relative;
    }

.section03 .sectionInner .battle-title .b-title1,
      .section03 .sectionInner .battle-title .b-title2 {
        opacity: 0;
      }

.section03 .sectionInner .battle-title.run .b-title1 {
          -webkit-animation: fadeInRight 0.5s both;
                  animation: fadeInRight 0.5s both;
        }

.section03 .sectionInner .battle-title.run .b-title2 {
          -webkit-animation: fadeInRight 0.5s 0.1s both;
                  animation: fadeInRight 0.5s 0.1s both;
        }

.section03 .sectionInner .b-title1 {
      width: 37.1%;
      margin-left: 15%;
      display: block;
    }

.section03 .sectionInner .b-title2 {
      width: 35.3%;
      margin: 0.2% 0 0 6.8%;
      display: block;
    }

.section03 .sectionInner .battle-txt {
      position: relative;
    }

.section03 .sectionInner .battle-txt .b-txt1,
      .section03 .sectionInner .battle-txt .b-txt2 {
        opacity: 0;
      }

.section03 .sectionInner .battle-txt.run .b-txt1 {
          -webkit-animation: fadeInLeft 0.5s both;
                  animation: fadeInLeft 0.5s both;
        }

.section03 .sectionInner .battle-txt.run .b-txt2 {
          -webkit-animation: fadeInLeft 0.5s 0.1s both;
                  animation: fadeInLeft 0.5s 0.1s both;
        }

.section03 .sectionInner .b-txt1 {
      width: 40.2%;
      margin: 2% 0 0 9.4%;
      display: block;
    }

.section03 .sectionInner .b-txt2 {
      width: 28.7%;
      margin: 0.8% 0 0 9.4%;
      display: block;
    }

.section03 .sectionInner .battle-pv {
      width: 41%;
      margin: 1.3% 0 0 9.1%;
      background: #000;
      border: 2px solid #d9ca82;
      position: relative;
      display: block;
      pointer-events: none;
    }

.section03 .sectionInner .battle-pv:before {
        content: "";
        padding-top: 56.25%;
        display: block;
      }

.section03 .sectionInner .battle-pv #battle-movie {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
      }

.section03 .sectionInner .dramatic-title {
      position: relative;
    }

.section03 .sectionInner .dramatic-title .d-title1,
      .section03 .sectionInner .dramatic-title .d-title2 {
        opacity: 0;
      }

.section03 .sectionInner .dramatic-title.run .d-title1 {
          -webkit-animation: fadeInRight 0.5s both;
                  animation: fadeInRight 0.5s both;
        }

.section03 .sectionInner .dramatic-title.run .d-title2 {
          -webkit-animation: fadeInRight 0.5s 0.1s both;
                  animation: fadeInRight 0.5s 0.1s both;
        }

.section03 .sectionInner .d-title1 {
      width: 40.7%;
      margin: 5.3% 0 0 40.5%;
      display: block;
    }

.section03 .sectionInner .d-title2 {
      width: 41.6%;
      margin: 0.2% 0 0 45.8%;
      display: block;
    }

.section03 .sectionInner .dramatic-img {
      width: 53%;
      margin: 2% 0 0 39.1%;
    }

.section04 {
  background: transparent !important;
  margin-bottom: 5%;
}

.section04 .sectionInner {
    padding: 0;
  }

.section04 .slider-title {
    position: relative;
    max-width: 2000px;
    min-width: 320px;
    margin: auto;
  }

.section04 .slider-title .slider-title1,
    .section04 .slider-title .slider-title2 {
      opacity: 0;
    }

.section04 .slider-title.run .slider-title1 {
        -webkit-animation: fadeInLeft 0.5s both;
                animation: fadeInLeft 0.5s both;
      }

.section04 .slider-title.run .slider-title2 {
        -webkit-animation: fadeInRight 0.5s 0.1s both;
                animation: fadeInRight 0.5s 0.1s both;
      }

.section04 .slider-title1 {
    width: 34.5%;
    margin-left: 25.4%;
    display: block;
  }

.section04 .slider-title2 {
    width: 32.4%;
    margin: 0.3% 0 0 31.3%;
    display: block;
  }

.section04 .movieSliderWrap {
    margin-top: 2%;
  }

.section04 .movieSliderWrap .slick-dots {
      display: none !important;
    }

.section04 .slick-slide {
    margin: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }

.section04 .slick-slide img {
      opacity: 1;
    }

.section04 .slick-slide .item {
      position: relative;
      max-width: 960px;
      display: block !important;
      margin: auto;
    }

.section04 .slick-slide .item:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.7);
      }

.section04 .slick-slide.slick-current .item:before {
          background: transparent;
        }

.section04 .slick-arrow {
    top: 50%;
    width: 2.8%;
    padding-top: 5%;
    max-width: 42px;
    background-size: contain;
  }

.section04 .slick-arrow:hover {
      top: 51%;
    }

.section04 .slick-arrow.slick-prev {
      left: calc(22.5% + 30px);
    }

.section04 .slick-arrow.slick-next {
      right: calc(22.5% + 30px);
      -webkit-transform: translateY(-50%) scale(-1, 1);
              transform: translateY(-50%) scale(-1, 1);
    }

.section05 {
  padding: 0;
  background: url(../../resources/img/top/bg_c718ce88021673fb3f8f6b541fb2d1ed.jpg) center bottom no-repeat #fff;
  background-size: 100% auto;
}

.section05 .sectionInner {
    max-width: 2000px;
    padding: 0 0 4.4%;
    background: transparent;
  }

.section05 .sectionInner h2.cast-title {
      position: relative;
      width: 61%;
      margin: auto;
    }

.section05 .sectionInner .cast {
      position: relative;
      width: 73.5%;
      margin: 2.5% auto 0;
    }

.section05 .sectionInner h2.illustrator-title {
      position: relative;
      width: 61%;
      margin: 3.5% auto 0;
    }

.section05 .sectionInner .illustrator {
      position: relative;
      width: 74%;
      margin: 2.2% auto 0;
    }

.section05 .sectionInner .aogashima-title {
      position: relative;
      width: 46.3%;
      margin: 4.5% auto 0;
    }

.section05 .sectionInner .aogashima-bnr {
      position: relative;
      width: 43.5%;
      margin: 1.3% auto 0;
      display: block;
    }

.section06 {
  padding: 2.3% 0;
  background: #e6dfd7;
}

.section06 .sectionInner {
    max-width: 2000px;
  }

.section06 .dl-box {
    background: url(../../resources/img/top/dl_bg_ed8b4f0879602217459ce94507f84f84.png) left top no-repeat;
    width: 28%;
    position: relative;
    background-size: contain !important;
    padding: 6.2% 0 2%;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.section06 .dl-box .dl-btn-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 27.2%;
    }

.section06 .dl-box .dl-btn-box a {
        margin: 0 1.2%;
      }

.section06 .dl-box .dl-btn-box a .v-sp {
          display: none;
        }

.section06 .dl-box .dl-btn-box .dl-app {
        width: 40.3%;
      }

.section06 .dl-box .dl-btn-box .dl-google {
        width: 49.6%;
      }

.bottom-box {
  background: url(../../resources/img/top/bottom_bg_cea978e662a158c21182db2fd5830782.jpg) center bottom no-repeat #fff;
  background-size: 100% auto;
  padding: 1.6% 0;
}

.bottom-box .sectionInner {
    max-width: 2000px;
  }

.bottom-box .share-box {
    position: relative;
  }

.bottom-box .share-box .follow-btn {
      width: 20.4%;
      margin: auto;
      display: block;
      position: relative;
    }

.bottom-box .share-box .twitter-btn {
      width: 3%;
      margin: 2% auto 0;
      display: block;
      position: relative;
    }

.bottom-box .share-box .share-chara {
      width: 12.8%;
      position: absolute;
      top: 60%;
      left: 54%;
    }

.bottom-box table {
    border-collapse: collapse;
    color: #000;
    margin: 1% auto 0;
    line-height: 1.7;
    font-size: 1.25rem;
  }

.bottom-box table tbody {
      vertical-align: top;
    }

.bottom-box table tbody tr:last-child td:first-child {
              padding-right: 15px;
            }

@media (min-width: 2000px) {

.newsArea .newsWrap {
      font-size: 18px
  }

.bottom-box table {
      font-size: 14px
  }
    }

@media (max-width: 960px) {

.bottom-box table tbody tr:last-child {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column
        }
              .bottom-box table tbody tr:last-child td:first-child {
                padding: 0 0 15px 0;
              }
          }

@media all and (max-width: 960px) {
  html {
    overflow-x: hidden;
  }

  .kvArea {
    overflow: hidden;
  }
        .kvArea .sectionInner .itemArea .logo01 {
          display: none;
        }

        .kvArea .sectionInner .itemArea .logo02 {
          width: 80%;
          margin: -2.4% auto 0;
        }
      .kvArea .kvImages:before {
        background-image: url(../../resources/img/top/kv-frame2-sp_8927eadc67349c766035fddcf3c6a5b5.png);
        bottom: -14px;
        left: 0;
        width: 100%;
        padding-top: 29.02083%;
      }

      .kvArea .kvImages .kvText {
        top: 2%;
        left: 2%;
      }

        .kvArea .kvImages .kvText img {
          width: 25.9vw;
          max-width: 25.9vw;
        }

    .kvArea .newsArea {
      -webkit-box-ordinal-group: 60;
      -ms-flex-order: 60;
      order: 60;
      width: 95%;
      max-width: 99%;
      margin: 8% auto 0;
    }

      .kvArea .newsArea .newsInner {
        padding: 15% 0 7% 0;
      }

      .kvArea .newsArea .newsWrap {
        font-size: 3rem;
      }

      .kvArea .newsArea .newsButton {
        margin-top: 3%;
        max-width: none;
      }

  .section01 {
    margin-top: 50px;
  }

    .section01 img {
      max-width: none;
      width: 100%;
    }
      .section01 .sectionInner h2 {
        width: 70.7%;
        margin: 2% 0 0 25%;
      }
        .section01 .sectionInner .story-txt .s-txt1 {
          width: 61.4%;
          margin: -6.6% 0 0 5.2%;
        }

        .section01 .sectionInner .story-txt .s-txt2 {
          width: 85%;
          margin: 5.5% 0 0 11.7%;
        }

        .section01 .sectionInner .story-txt .s-txt3 {
          width: 89.7%;
          margin: 5.2% 0 0 3.7%;
        }

        .section01 .sectionInner .story-txt .s-txt4 {
          width: 70.8%;
          margin: 5.4% 0 0 26.7%;
        }
        .section01 .sectionInner .story-movie-txt .movie-txt1 {
          width: 58%;
          margin: 12.4% 0 0 6.4%;
        }

        .section01 .sectionInner .story-movie-txt .movie-txt2 {
          width: 80.8%;
          margin: 3.4% 0 0 9.1%;
        }

      .section01 .sectionInner .story-pv {
        width: 92%;
        margin: 5% 0 0 4%;
        pointer-events: auto;
      }

        .section01 .sectionInner .story-pv:after {
          content: "";
          background: url(../../resources/img/top/play_143f976f13b307e7e2ddd2bcfc04b6a8.png) center center no-repeat;
          background-size: contain;
          position: absolute;
          width: 21.5%;
          height: 38.5%;
          margin: auto;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
        }

  .section02 {
    margin-top: 30%;
  }

    .section02 img {
      max-width: none;
      width: 100%;
    }
      .section02 .sectionInner h2 {
        width: 99%;
        margin: 0 0 0 0.5%;
      }

      .section02 .sectionInner .story-txt {
        width: 39.6%;
        margin: -2.5% 0 0 16.5%;
      }

      .section02 .sectionInner .character-title {
        position: relative;
      }

      .section02 .sectionInner .s-title1 {
        width: 70%;
        margin: -30.1% 0 0 1.8%;
      }

      .section02 .sectionInner .s-title2 {
        width: 61%;
        margin: 0.4% 0 0 37.5%;
      }

      .section02 .sectionInner .character-contents {
        background-image: url(../../resources/img/top/chracter_bg_sp_07c0cff9e4908c5d322e27723239c880.png);
        margin-top: 6.8%;
        padding-top: 216%;
      }

        .section02 .sectionInner .character-contents .chara-emblem1 {
          width: 36.6%;
          top: 9.5%;
          left: 49.3%;
        }

        .section02 .sectionInner .character-contents .chara-emblem2 {
          width: 40.8%;
          top: 70%;
          left: 19.9%;
        }

        .section02 .sectionInner .character-contents .chara-img1 {
          width: 62.8%;
          top: -3.8%;
          left: 6.7%;
        }

        .section02 .sectionInner .character-contents .chara-img2 {
          width: 47.7%;
          top: 54.6%;
          left: 47.4%;
        }

        .section02 .sectionInner .character-contents .chara-name1 {
          width: 13.9%;
          top: 24.6%;
          left: 5.4%;
        }

        .section02 .sectionInner .character-contents .chara-name2 {
          width: 13.8%;
          top: 75.2%;
          left: 81.2%;
        }

        .section02 .sectionInner .character-contents .chara-txt1 {
          width: 58.9%;
          top: 30.1%;
          left: 39.3%;
        }

        .section02 .sectionInner .character-contents .chara-txt2 {
          width: 72.3%;
          top: 88.4%;
          left: 3%;
        }

  .section03 {
    padding: 0 0 6.3%;
    background: transparent;
    margin: 6% 0 0;
  }

    .section03 img {
      max-width: none;
      width: 100%;
    }

    .section03 .sectionInner {
      max-width: 2000px;
    }

      .section03 .sectionInner .battle-title {
        position: relative;
      }

      .section03 .sectionInner .b-title1 {
        width: 86.9%;
        margin-left: 11.8%;
        display: block;
      }

      .section03 .sectionInner .b-title2 {
        width: 82.9%;
        margin: 0.2% 0 0 1.7%;
        display: block;
      }
        .section03 .sectionInner .battle-txt .b-txt1 {
          width: 94%;
          margin: 4.4% 0 0 3.4%;
        }

        .section03 .sectionInner .battle-txt .b-txt2 {
          width: 67.2%;
          margin: 1.7% 0 0 3.1%;
        }

      .section03 .sectionInner .battle-pv {
        width: 96%;
        margin: 3.3% 0 0 2%;
        pointer-events: auto;
      }

        .section03 .sectionInner .battle-pv:after {
          content: "";
          background: url(../../resources/img/top/play_143f976f13b307e7e2ddd2bcfc04b6a8.png) center center no-repeat;
          background-size: contain;
          position: absolute;
          width: 21.5%;
          height: 38.5%;
          margin: auto;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
        }

      .section03 .sectionInner .dramatic-title {
        position: relative;
      }

      .section03 .sectionInner .d-title1 {
        width: 80.7%;
        margin: 12.7% 0 0 4.5%;
        display: block;
      }

      .section03 .sectionInner .d-title2 {
        width: 65.5%;
        margin: 0.2% 0 0 26.1%;
        display: block;
      }

      .section03 .sectionInner .dramatic-img {
        width: 92%;
        margin: 3.4% 0 0 4%;
      }

  .section04 {
    background: transparent !important;
    height: auto;
    margin-bottom: 10%;
    margin-top: 9%;
  }

    .section04 img {
      max-width: none;
      width: 100%;
    }

    .section04 .sectionInner {
      padding: 0;
    }

    .section04 .slider-title {
      position: relative;
      max-width: 2000px;
      min-width: 320px;
      margin: auto;
    }

    .section04 .slider-title1 {
      width: 80.7%;
      margin-left: 4.7%;
    }

    .section04 .slider-title2 {
      width: 75.8%;
      margin: 0.6% 0 0 18.6%;
    }

    .section04 .movieSliderWrap {
      margin-top: 4%;
    }

      .section04 .movieSliderWrap .slick-dots {
        display: block !important;
        margin: 2% 0 0;
      }

        .section04 .movieSliderWrap .slick-dots button {
          width: 19px;
          padding-top: 19px;
          background-size: 19px;
          background-image: url(../../resources/img/top/slider-button_84421874dbe2ee495daf7c4367c258fd.png);
        }

        .section04 .movieSliderWrap .slick-dots .slick-active {
          background-image: url(../../resources/img/top/slider-button-active_37e41a776e1499fb19df1de001de6490.png);
        }

    .section04 .slick-slide {
      margin: 0 30px;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }

      .section04 .slick-slide img {
        opacity: 1;
      }

      .section04 .slick-slide .item {
        position: relative;
      }

        .section04 .slick-slide .item:before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          background: rgba(0, 0, 0, 0.7);
        }
          .section04 .slick-slide.slick-current .item:before {
            background: transparent;
          }

    .section04 .slick-arrow {
      width: 6.6%;
      padding-top: 12%;
    }

      .section04 .slick-arrow.slick-prev {
        left: 0;
      }

      .section04 .slick-arrow.slick-next {
        right: 0;
      }

  .section05 {
    background: url(../../resources/img/top/bg_c718ce88021673fb3f8f6b541fb2d1ed.jpg) center bottom no-repeat #fff;
    background-size: 100% auto;
    padding-bottom: 10%;
  }

    .section05 img {
      max-width: none;
      width: 100%;
    }

    .section05 .sectionInner {
      width: 100%;
      padding: 0;
      background: transparent;
    }

      .section05 .sectionInner h2.cast-title {
        width: 100%;
      }

      .section05 .sectionInner .cast {
        width: 93.4%;
        margin: 3.5% auto 0;
      }

      .section05 .sectionInner h2.illustrator-title {
        width: 100%;
        margin: 7.8% auto 0;
      }

      .section05 .sectionInner .illustrator {
        width: 93.7%;
        margin: 2.2% auto 0;
      }

      .section05 .sectionInner .aogashima-title {
        width: 100%;
        margin: 10.5% auto 0;
      }

      .section05 .sectionInner .aogashima-bnr {
        position: relative;
        width: 94.5%;
        margin: 4.3% auto 0;
        display: block;
      }

  .section06 {
    padding: 6.2% 0;
    background: #e6dfd7;
  }

    .section06 .sectionInner {
      max-width: 2000px;
    }

    .section06 .dl-box {
      width: 58.4%;
      background-size: contain !important;
      padding: 13.2% 0 3.8%;
    }

      .section06 .dl-box .dl-btn-box {
        margin-left: 27.2%;
      }

        .section06 .dl-box .dl-btn-box .dl-app {
          width: 39.7%;
        }

        .section06 .dl-box .dl-btn-box .dl-google {
          width: 49.5%;
        }

  .bottom-box {
    background: url(../../resources/img/top/bottom_bg_cea978e662a158c21182db2fd5830782.jpg) center bottom no-repeat #fff;
    background-size: 100% auto;
    padding: 1.6% 0;
  }

    .bottom-box img {
      max-width: none;
      width: 100%;
    }

    .bottom-box .sectionInner {
      max-width: 2000px;
    }

    .bottom-box .share-box {
      position: relative;
    }

      .bottom-box .share-box .follow-btn {
        width: 60.4%;
        margin: 5% auto;
        display: block;
        position: relative;
      }

      .bottom-box .share-box .twitter-btn {
        width: 10%;
        margin: 2% auto 8%;
        display: block;
        position: relative;
      }

      .bottom-box .share-box .share-chara {
        width: 33.8%;
        position: absolute;
        top: 50%;
        left: 4%;
      }

    .bottom-box table {
      font-size: 2.2rem;
    }
          .bottom-box table tbody tr:last-child {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
          }
              .bottom-box table tbody tr:last-child td:first-child {
                padding: 0 0 15px 0;
              }

        .bottom-box table tbody th {
          min-width: 65px;
        }
}

@media (max-width: 640px) {
    .section06 .dl-box {
      width: 87.5%;
      background-size: contain !important;
      padding: 20.2% 0 6%;
    }
        .section06 .dl-box .dl-btn-box .dl-app {
          width: 39.7%;
        }

        .section06 .dl-box .dl-btn-box .dl-google {
          width: 49%;
        }

      .section06 .dl-box.sp {
        padding: 18.2% 0 5.2%;
      }
            .section06 .dl-box.sp .dl-btn-box a .v-sp {
              display: block;
            }

            .section06 .dl-box.sp .dl-btn-box a .v-pc {
              display: none;
            }

          .section06 .dl-box.sp .dl-btn-box .dl-app {
            width: 53.5%;
          }

          .section06 .dl-box.sp .dl-btn-box .dl-google {
            width: 57.3%;
          }
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    -webkit-transition-duration: inherit;
            transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
            transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
            transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: -webkit-gradient(linear,
        left bottom, left top,
        from(rgba(0, 0, 0, .85)),
        color-stop(50%, rgba(0, 0, 0, .3)),
        color-stop(65%, rgba(0, 0, 0, .15)),
        color-stop(75.5%, rgba(0, 0, 0, .075)),
        color-stop(82.85%, rgba(0, 0, 0, .037)),
        color-stop(88%, rgba(0, 0, 0, .019)),
        to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
            animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
            transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
            transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
            transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}