@charset "UTF-8";
img {
  max-width: 100%;
}

body,
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  background: #000;
}

body::before {
  position: fixed;
  z-index: 0;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background: url(/img/anime1000vod/common/imgResize1998-bg.jpg) no-repeat center top;
  background-size: cover;
  backface-visibility: hidden;
}

body {
  color: #fff;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.header__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.header__v {
  width: 100%;
}

.header__v__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.header__v__inner img {
  width: 100%;
  transition: all 10s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  transform-origin: 50% 40%;
}

.header__v__inner.-hide img {
  transition: all 0s ease 0s !important;
  transform: scale(1.2);
}

.header__v__item {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease 0.5s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}

.header__v__item.-hide {
  transition: all 0s ease 0s !important;
  opacity: 0;
}

@media only screen and (max-width: 750px) {
  .header__v__inner img {
    width: 100%;
    transform-origin: 50% 30%;
  }
}
.header__text {
  position: relative;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 100%;
  width: 70%;
  max-width: 1280px;
  margin: 0 auto;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 750px) {
  .header__text {
    width: 100%;
  }
}

.header__title {
  width: 78.125%;
  margin: 0 auto;
  padding-bottom: 2%;
  transition: all 0.3s ease 0.7s;
}

.header__title.-hide {
  visibility: hidden;
  transition: all 0s ease 0s !important;
  transform: translate(0, 30px);
  opacity: 0;
}

.header__title__inner {
  position: relative;
}

.header__title__sub {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 22.5%;
  transform: translate(-20%, -85%);
  transform: translate(45%, 60%);
  transform: translate(80%, -56%);
}

.header__title__sub__inner {
  position: relative;
}

.header__title__sub__base {
  animation: rotate 10s linear 0s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.header__title__sub__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header__title__main {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 750px) {
  .header__title {
    width: 88%;
  }

  .header__title__sub {
    top: auto;
    right: 10%;
    bottom: 0;
    width: 30%;
    transform: translate(9%, 10%);
  }
}
.header__title2 {
  width: 88.4375%;
  margin: 0 auto;
  margin-top: 5%;
  transition: all 0.3s ease 0.75s;
}

.header__title2.-hide {
  visibility: hidden;
  transition: all 0s ease 0s !important;
  transform: translate(0, 30px);
  opacity: 0;
}

.header__desc {
  width: 60.46875%;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 2%;
  transition: all 0.3s ease 0.8s;
}

.header__desc.-hide {
  visibility: hidden;
  transition: all 0s ease 0s !important;
  transform: translate(0, 30px);
  opacity: 0;
}

@media only screen and (max-width: 750px) {
  .header__desc {
    width: 53.3333333333vw;
    width: 90%;
    margin-top: 2vw;
    padding-bottom: 5vw;
  }
}
.header__logo {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 14%;
  transition: all 0.3s ease 0.65s;
}

.header__logo.-hide {
  visibility: hidden;
  transition: all 0s ease 0s !important;
  opacity: 0;
}

@media only screen and (max-width: 750px) {
  .header__logo {
    top: 5vw;
    top: 63vw;
    left: 50%;
    width: 38.4vw;
    width: 40.4vw;
    max-width: none;
    transform: translateX(-50%);
  }
}
.header__25th {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 14%;
  transition: all 0.3s ease 0.65s;
}

.header__25th.-hide {
  visibility: hidden;
  transition: all 0s ease 0s !important;
  opacity: 0;
}

@media only screen and (max-width: 750px) {
  .header__25th {
    top: 2vw;
    right: 1vw;
    width: 16vw;
    max-width: none;
  }
}
.service {
  background: #8e1514;
  background: linear-gradient(223deg, #8e1514 0%, #d9211f 50%, #8e1514 100%);
}

.service__inner {
  background: url(/img/anime1000vod/service/bg2.png) center center;
}

@media only screen and (max-width: 750px) {
  .service__inner {
    background-size: 50vw;
  }
}
.service__content {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .service__content {
    padding-bottom: 10vw;
  }
}
.service__logo {
  width: 60.390625%;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .service__logo {
    width: 84vw;
  }
}
.service__title {
  width: 59.84375%;
  margin: -3% auto 0;
  padding-bottom: 45px;
}

@media only screen and (max-width: 750px) {
  .service__title {
    width: 66.1333333333vw;
    padding-bottom: 6vw;
  }
}
.service__thumbs {
  display: flex;
  padding: 0 6% 30px;
  flex-wrap: wrap;
}

.service__thumbs li {
  box-sizing: border-box;
  width: 25%;
  padding: 0.8%;
}

.service__thumbs li a {
  display: block;
}

.service__thumbs img {
  display: block;
}

@media only screen and (max-width: 750px) {
  .service__thumbs {
    padding: 0 4% 5vw;
  }

  .service__thumbs li {
    width: 50%;
    padding: 1.8%;
  }
}
.service .note {
  font-size: 12px;
}

@media only screen and (max-width: 750px) {
  .service .note {
    font-size: 2.8vw;
  }
}
.story {
  position: relative;
  margin-top: 100px;
  background: url(/img/anime1000vod/story/bg.png);
}

@media only screen and (max-width: 750px) {
  .story {
    margin-top: 20vw;
    padding-bottom: 10vw;
  }
}
.story::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 25px;
  content: "";
  background: url(/img/anime1000vod/story/line.png) repeat-x left top;
  background-size: auto 100%;
}

.story::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 25px;
  content: "";
  background: url(/img/anime1000vod/story/line.png) repeat-x left top;
  background-size: auto 100%;
}

@media only screen and (max-width: 750px) {
  .story::before {
    height: 3.5vw;
  }

  .story::after {
    height: 3.5vw;
  }
}
.story__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.story__content {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 30px 2% 60px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
  .story__content {
    padding: 7vw 4vw 2vw;
  }
}
.story__title {
  position: relative;
  z-index: 1;
  max-width: 40.390625%;
  margin: 0 auto 0;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .story__title {
    width: 68.9333333333vw;
    max-width: none;
  }
}
.story__title h2 {
  display: inline-block;
  margin-top: -9%;
}

.story__item {
  box-sizing: border-box;
  width: 25%;
  padding: 0.9%;
}

.story__item figure {
  display: block;
  border: 3px solid #e8d9ba;
}

.story__item dl {
  padding-bottom: 0.7em;
}

.story__item dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 0.7em;
  color: #d11f1c;
}

.story__item dd {
  font-size: 0.85em;
  font-weight: bold;
  padding-top: 0.7em;
  color: #000;
}

@media only screen and (max-width: 750px) {
  .story__item {
    width: 50%;
    padding: 1.6%;
  }

  .story__item figure {
    border-width: 0.4vw;
  }

  .story__item dt {
    font-size: 3.4vw;
    padding-top: 0.5em;
  }

  .story__item dd {
    font-size: 2.6vw;
  }
}
.story__deco {
  position: absolute;
  z-index: 0;
  bottom: 30px;
  left: 30px;
}

@media only screen and (max-width: 750px) {
  .story__deco {
    right: 3vw;
    bottom: 5vw;
    left: auto;
    width: 40vw;
  }
}
.footer {
  display: flex;
  flex-direction: row-reverse;
  padding: 34px 30px;
  background: #c21b1a;
  align-items: center;
}

.footer__copyright {
  text-align: center;
  flex-grow: 1;
}

.footer__share {
  display: flex;
  width: 20%;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
}

.footer__share dt {
  padding-right: 5px;
}

.footer__share dt img {
  width: 16px;
}

.footer__share dd {
  padding-left: 10px;
}

.footer__share dd img {
  width: 30px;
}

.footer__spacer {
  width: 20%;
  flex-shrink: 0;
}

@media only screen and (max-width: 750px) {
  .footer {
    flex-direction: column-reverse;
    padding: 4vw 2vw 10vw;
  }

  .footer__share {
    width: auto;
    padding-top: 4vw;
  }

  .footer__share dt {
    padding-right: 2vw;
  }

  .footer__share dt img {
    width: 4vw;
  }

  .footer__share dd {
    padding-left: 5vw;
  }

  .footer__share dd img {
    width: 10vw;
  }

  .footer small {
    width: 50vw;
    margin: 0 auto;
  }
}
.btn-top {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  border: none;
  background: transparent;
}

@media only screen and (max-width: 750px) {
  .btn-top {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    width: 15.6vw;
    margin: 0 auto;
  }
}
.-sp {
  display: none;
}

@media only screen and (max-width: 750px) {
  .-pc {
    display: none;
  }

  .-sp {
    display: block;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.anim-item .anim-scale,
.anim-item.anim-scale,
.op-item .anim-scale,
.op-item.anim-scale {
  transition: opacity 0.1s ease 0.1s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.anim-item .anim-show,
.anim-item.anim-show,
.op-item .anim-show,
.op-item.anim-show {
  visibility: visible;
  transition: all 0s ease 0s;
}

.anim-item .anim-mask,
.anim-item.anim-mask,
.op-item .anim-mask,
.op-item.anim-mask {
  width: 100%;
  transition: all 0.3s cubic-bezier(1, 0, 0, 1) 0s;
}

.anim-item .anim-fade0,
.anim-item.anim-fade0,
.op-item .anim-fade0,
.op-item.anim-fade0 {
  transition: opacity 1.5s ease 0s;
  opacity: 1;
  backface-visibility: hidden;
}

.anim-item .anim-fade,
.anim-item.anim-fade,
.op-item .anim-fade,
.op-item.anim-fade {
  transition: opacity 0.5s ease 0s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  backface-visibility: hidden;
}

.anim-item .anim-fade2,
.anim-item.anim-fade2,
.op-item .anim-fade2,
.op-item.anim-fade2 {
  transition: opacity 1.5s ease 0s, transform 4s ease-out 0s;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  backface-visibility: hidden;
}

.anim-item .anim-blur,
.anim-item.anim-blur,
.op-item .anim-blur,
.op-item.anim-blur {
  transition: opacity 1s ease 0s, transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s, filter 3s ease-out 0s;
  opacity: 1;
  backface-visibility: hidden;
}

.anim-item.hide .anim-scale,
.anim-item.hide.anim-scale,
.op-item.hide .anim-scale,
.op-item.hide.anim-scale {
  transform: scale3d(0.5, 0.5, 1);
  opacity: 0;
}

.anim-item.hide .anim-show,
.anim-item.hide.anim-show,
.op-item.hide .anim-show,
.op-item.hide.anim-show {
  visibility: hidden;
}

.anim-item.hide .anim-mask,
.anim-item.hide.anim-mask,
.op-item.hide .anim-mask,
.op-item.hide.anim-mask {
  width: 0;
}

.anim-item.hide .anim-fade0,
.anim-item.hide.anim-fade0,
.op-item.hide .anim-fade0,
.op-item.hide.anim-fade0 {
  opacity: 0;
}

.anim-item.hide .anim-fade,
.anim-item.hide.anim-fade,
.op-item.hide .anim-fade,
.op-item.hide.anim-fade {
  transform: translate3d(0px, 30px, 0px);
  opacity: 0;
}

.anim-item.hide .anim-fade2,
.anim-item.hide.anim-fade2,
.op-item.hide .anim-fade2,
.op-item.hide.anim-fade2 {
  transform: translate3d(0px, 30px, 0px);
  opacity: 0;
}

.anim-item.hide .anim-blur,
.anim-item.hide.anim-blur,
.op-item.hide .anim-blur,
.op-item.hide.anim-blur {
  opacity: 0;
  filter: blur(4px);
}

.anim-delay-1 {
  transition-delay: 0.1s !important;
}

.anim-delay-2 {
  transition-delay: 0.2s !important;
}

.anim-delay-3 {
  transition-delay: 0.3s !important;
}

.anim-delay-4 {
  transition-delay: 0.4s !important;
}

.anim-delay-5 {
  transition-delay: 0.5s !important;
}

.anim-delay-6 {
  transition-delay: 0.6s !important;
}

.anim-delay-7 {
  transition-delay: 0.7s !important;
}

.anim-delay-8 {
  transition-delay: 0.8s !important;
}

.anim-delay-9 {
  transition-delay: 0.9s !important;
}

.anim-delay-10 {
  transition-delay: 1s !important;
}

.anim-delay-11 {
  transition-delay: 1.1s !important;
}

.anim-delay-12 {
  transition-delay: 1.2s !important;
}

.anim-delay-13 {
  transition-delay: 1.3s !important;
}

.anim-delay-14 {
  transition-delay: 1.4s !important;
}

.anim-delay-15 {
  transition-delay: 1.5s !important;
}

.anim-delay-16 {
  transition-delay: 1.6s !important;
}

.anim-delay-17 {
  transition-delay: 1.7s !important;
}

.anim-delay-18 {
  transition-delay: 1.8s !important;
}

.anim-delay-19 {
  transition-delay: 1.9s !important;
}

.anim-delay-20 {
  transition-delay: 2s !important;
}

.anim-delay-21 {
  transition-delay: 2.1s !important;
}

.anim-delay-22 {
  transition-delay: 2.2s !important;
}

.anim-delay-23 {
  transition-delay: 2.3s !important;
}

.anim-delay-24 {
  transition-delay: 2.4s !important;
}

.anim-delay-25 {
  transition-delay: 2.5s !important;
}

.anim-delay-26 {
  transition-delay: 2.6s !important;
}

.anim-delay-27 {
  transition-delay: 2.7s !important;
}

.anim-delay-28 {
  transition-delay: 2.8s !important;
}

.anim-delay-29 {
  transition-delay: 2.9s !important;
}

.anim-delay-30 {
  transition-delay: 3s !important;
}

.anim-delay-31 {
  transition-delay: 3.1s !important;
}

.anim-delay-35 {
  transition-delay: 3.5s !important;
}

.anim-delay-36 {
  transition-delay: 3.6s !important;
}

.anim-delay-37 {
  transition-delay: 3.7s !important;
}

.anim-delay-38 {
  transition-delay: 3.8s !important;
}

.anim-delay-39 {
  transition-delay: 3.9s !important;
}

.anim-item.hide,
.anim-item.hide *,
.op-item.hide,
.op-item.hide * {
  transition: all 0s ease 0s !important;
}