@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanmp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanmp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanmp.min.css");
body {
  background-color: #000;
  color: black;
  font-size: 17px;
  line-height: 1.88889;
  -webkit-font-smoothing: antialiased;
}

body.hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

.nav {
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 1000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nav .tw {
  position: absolute;
  top: 0;
  right: 0;
}

.nav .tw img {
  height: 70px;
}

.nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav nav ul li {
  padding: 0 30px;
}

.nav nav ul li a {
  color: #fff;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2;
  text-align: center;
}

.nav nav ul li span {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2em;
  font-weight: 700;
}

#wrapper {
  padding-top: 70px;
}

#comment .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}

#comment .txt figure {
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#comment h3 {
  font-family: YakuHanMP,'Noto Serif JP',serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: .5em;
}

#comment h3 > span {
  font-size: .6em;
}

#comment p {
  font-family: YakuHanMP,'Noto Serif JP',serif;
  font-size: 17px;
  font-weight: 400;
}

#comment div.first,
#comment div.second {
  display: none;
}

#comment div.first.active,
#comment div.second.active {
  display: block;
}

.nav-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10vw;
  padding-bottom: 2em;
  width: 500px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-comment li {
  position: relative;
  width: 48.5%;
}

.nav-comment li a {
  background: #000;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: .9em 0;
  text-align: center;
}

.nav-comment li.active a {
  background: #d32d25 !important;
  position: relative;
}

.nav-comment li.active a:after {
  background: #d32d25;
  content: ' ';
  position: absolute;
  -webkit-transform: translate(-50%, 30%) rotate(45deg);
  -ms-transform: translate(-50%, 30%) rotate(45deg);
  transform: translate(-50%, 30%) rotate(45deg);
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page {
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  position: fixed;
  -webkit-transition: opacity 1s ease 0s,visibility 1s ease 0s;
  transition: opacity 1s ease 0s,visibility 1s ease 0s;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page.active {
  opacity: 1;
  visibility: visible;
}

.page::before {
  background: url(../images/common/grad.png) left bottom repeat-x;
  content: '';
  opacity: .4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.page .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page .wrap > .inner {
  font-size: 16px;
  padding: 60px 20px;
  max-width: 1100px;
}

.page > .inner {
  background: url(../images/common/grid.png);
  overflow: auto;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.page h2 {
  margin-bottom: 37px;
}

.page h3 {
  margin-bottom: 33px;
}

body.top #wrapper {
  min-width: 1200px;
  min-height: 1066px;
  height: 100%;
}

body.top #wrapper > .inner {
  height: 100%;
  position: relative;
  background: url(../images/top/v.jpg) no-repeat center 0%;
  background-size: cover;
}

body.top #wrapper > .inner .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 90px);
}

body.top #wrapper > .inner .main .title1,
body.top #wrapper > .inner .main .title2 {
  width: 25%;
  height: 100%;
}

body.top #wrapper > .inner .main .title1 {
  background: url(../images/top/title1.png) no-repeat right center;
  background-size: contain;
}

body.top #wrapper > .inner .main .title2 {
  background: url(../images/top/title2.png) no-repeat left center;
  background-size: contain;
}

body.top #wrapper > .inner .main .text {
  width: 50%;
  max-width: 1000px;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body.top #wrapper > .inner .main .text > .inner {
  padding: 0 30px;
}

body.top #wrapper > .inner .main .text .copy {
  padding-bottom: 30px;
}

body.top #wrapper > .inner .main .text .credit {
  position: relative;
  padding-top: 20px;
}

body.top #wrapper > .inner .main .text .credit a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 29%;
  width: 17%;
  height: 9%;
}

body.top #wrapper > .inner .main .text .roadshow {
  padding-top: 20px;
}

body.top #wrapper > .inner .main .text .roadshow img {
  display: block;
  margin: 0 auto;
}

body.top #wrapper .casts {
  text-align: center;
  cursor: pointer;
}

body.top #wrapper .casts ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.top #wrapper .casts ul li {
  padding: 0.5%;
  width: calc(100% / 12);
}

body.top #wrapper .casts ul img {
  display: block;
  width: 100%;
}

body.top #wrapper .casts .large li {
  width: 12.5%;
}

body.top #wrapper .castdetail {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.top #wrapper .castdetail.active {
  opacity: 1;
  visibility: visible;
}

body.top #wrapper .castdetail .hit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.3);
}

body.top #wrapper .castdetail > .inner {
  width: 100%;
  height: 100%;
  background: url(../images/top/v_blur.jpg) no-repeat center 0%;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.top #wrapper .castdetail > .inner .casts {
  width: 1120px;
}

body.top #wrapper .castdetail > .inner .casts li {
  position: relative;
  padding-bottom: 70px;
}

body.top #wrapper .castdetail > .inner .casts li:hover .n {
  opacity: 1;
  visibility: visible;
}

body.top #wrapper .castdetail > .inner .casts .n {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 11px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1.4;
  width: 230%;
  height: 60px;
  font-family: "Noto Serif JP", serif;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

body.top #wrapper .castdetail > .inner .casts .n.short {
  width: 170%;
}

body.top #wrapper .castdetail > .inner .casts .n div {
  display: inline-block;
  padding: 0.5em 0.8em;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

body.top #wrapper .castdetail > .inner .casts .n span {
  display: block;
  font-size: 1.2em;
}

body.top #wrapper footer {
  display: block;
  height: 90px;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.top #wrapper footer .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 68px;
  background: url(../images/common/share.png) no-repeat left center;
}

body.top #wrapper footer .share li {
  padding-right: 8px;
}

body.top #wrapper footer .banner {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.top #wrapper footer .banner li {
  padding-left: 10px;
}

body.top #wrapper footer .banner li img {
  height: 50px;
}

body.top #wrapper .badge {
  position: absolute;
  bottom: -16%;
  bottom: 0;
  right: 3%;
  width: 20%;
  max-width: 180px;
  z-index: 10;
}

body.top #wrapper .badge li {
  padding-top: 5px;
}

body.top #wrapper .badge img {
  width: 100%;
  height: auto !important;
}

body.top .badges {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

body.top .badges ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}

body.top .badges ul li {
  padding: 10px 0px 10px 10px;
}

body.top .badges ul li a {
  display: block;
}

@media screen and (max-width: 1600px) {
  body.top #wrapper {
    min-height: 900px;
  }
  body.top #wrapper .copy img {
    height: 250px;
  }
  body.top #wrapper .roadshow {
    padding-top: 25px;
  }
  body.top #wrapper .roadshow img {
    height: 70px;
  }
}

body.about {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.about.mode-modal {
  overflow: hidden;
}

body.about #wrapper {
  min-width: 1200px;
}

body.about #introduction .i1 {
  height: 760px;
  background: url(../images/intro/v.jpg) no-repeat center center;
  background-size: cover;
}

body.about #introduction .i1 .copy {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 900;
  font-size: 78px;
  letter-spacing: -.03em;
  line-height: 1.2;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: opacity 1s ease 1.5s, -webkit-transform 2s cubic-bezier(0.01, 0.98, 0.03, 0.99) 1.3s;
  transition: opacity 1s ease 1.5s, -webkit-transform 2s cubic-bezier(0.01, 0.98, 0.03, 0.99) 1.3s;
  transition: opacity 1s ease 1.5s, transform 2s cubic-bezier(0.01, 0.98, 0.03, 0.99) 1.3s;
  transition: opacity 1s ease 1.5s, transform 2s cubic-bezier(0.01, 0.98, 0.03, 0.99) 1.3s, -webkit-transform 2s cubic-bezier(0.01, 0.98, 0.03, 0.99) 1.3s;
}

body.about #introduction .i1 > .inner {
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

body.about #introduction .i1 .p {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 55%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s ease 1s, -webkit-transform 2s cubic-bezier(0.01, 0.98, 0.03, 0.99) 0.7s;
  transition: opacity 1s ease 1s, -webkit-transform 2s cubic-bezier(0.01, 0.98, 0.03, 0.99) 0.7s;
  transition: opacity 1s ease 1s, transform 2s cubic-bezier(0.01, 0.98, 0.03, 0.99) 0.7s;
  transition: opacity 1s ease 1s, transform 2s cubic-bezier(0.01, 0.98, 0.03, 0.99) 0.7s, -webkit-transform 2s cubic-bezier(0.01, 0.98, 0.03, 0.99) 0.7s;
}

body.about #introduction .i1 .text {
  position: absolute;
  top: 180px;
  left: 53%;
  max-width: 500px;
  width: 40%;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.05em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0s ease 1.7s;
  transition: opacity 0s ease 1.7s;
}

body.about #introduction .i1 .text h1 {
  text-align: right;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #ff0000;
  font-size: 58px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  mix-blend-mode: screen;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.about #introduction .i1 .text p {
  padding-bottom: 1.5em;
  text-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: subpixel-antialiased;
}

body.about #introduction .i1 .text a {
  display: block;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  line-height: 2.5;
}

body.about #introduction .i1.hide .p {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
}

body.about #introduction .i1.hide .copy {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

body.about #introduction .i1.hide .text {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

body.about #introduction .i2 {
  background: url(../images/intro/bg1.jpg) repeat-x center center;
  background-size: auto 100%;
}

body.about #introduction .i2 > .inner {
  padding: 1.4% 1.4% 0;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

body.about #introduction .i2 > .inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.about #introduction .i2 > .inner ul li {
  padding-left: 2%;
  padding-bottom: 2%;
  width: 34%;
}

body.about #introduction .i2 > .inner .h span {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 25px;
  line-height: 1.4;
}

body.about #introduction .i2 > .inner .s {
  position: relative;
}

body.about #introduction .i2 > .inner .t {
  position: absolute;
  bottom: 10px;
  right: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

body.about #introduction .i3 {
  background: url(../images/intro/bg2.png);
}

body.about #introduction .i3 > .inner {
  padding-bottom: 1%;
}

body.about #introduction .i3 > .inner p {
  max-width: 1600px;
  margin: 0 auto;
  padding: 1% 1.4%;
  color: #000;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-size: 41px;
}

body.about #introduction .i3 .img {
  overflow: hidden;
}

body.about #introduction .i3 .img ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: loop 35s linear 0s infinite;
  animation: loop 35s linear 0s infinite;
}

body.about #introduction .i3 .img ul.reverse {
  -webkit-animation: loop 35s linear 0s infinite reverse;
  animation: loop 35s linear 0s infinite reverse;
}

body.about #introduction .i3 .img ul li {
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

body.about #introduction .i3 .img ul li img {
  width: 100%;
}

body.about .yaku {
  letter-spacing: -0.5em;
}

body.about .katakana {
  letter-spacing: -0.1em;
}

body.about .bar {
  letter-spacing: -0.2em;
  font-weight: normal;
}

body.about #character {
  background-image: url(../images/chara/bg.jpg);
  background-size: auto 100%;
}

body.about #character > .inner {
  max-width: 1600px;
  width: 1100px;
  padding-top: 30px;
  padding-bottom: 50px;
  margin: 0 auto;
  color: #fff;
}

body.about #character > .inner > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

body.about #character > .inner > div > div {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

body.about #character > .inner > div > div > div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.about #character a {
  color: #fff;
}

body.about #character h1 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  text-align: center;
}

body.about #character h1 span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}

body.about #character h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
}

body.about #character h2:before, body.about #character h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 35px;
  background: #fff;
  margin: 0 10px;
}

body.about #character dl {
  background: rgba(0, 24, 61, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px;
}

body.about #character dl dt {
  padding-left: 1em;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  background: #011f3d;
  background: -webkit-linear-gradient(left, #011f3d 0%, #5281b2 50%, #011f3d 100%);
  background: linear-gradient(to right, #011f3d 0%, #5281b2 50%, #011f3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011f3d', endColorstr='#011f3d',GradientType=1 );
}

body.about #character dl dd {
  padding-bottom: 5px;
}

body.about #character dl ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.about #character dl ul li {
  padding: 15px 10px 0;
  text-align: center;
  line-height: 1.4;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
}

body.about #character dl ul li a {
  color: #fff;
}

body.about #character dl ul li figure {
  padding-bottom: 10px;
}

body.about #character dl.c2 {
  margin-top: 10px;
}

body.about #character dl.c2 li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body.about #character dl.c2 li figure {
  padding-right: 15px;
  padding-bottom: 0;
}

body.about #character dl.c3 {
  margin-top: 15px;
}

body.about #character dl.c3 dt {
  background: transparent;
  border: none;
  font-size: 25px;
  padding-left: 0;
  line-height: 1.2;
  padding-top: 10px;
}

body.about #character dl.c3 dd ul {
  padding: 0 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

body.about #character .c4 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 66px;
  margin-top: 10px;
  text-align: center;
  line-height: 1.4;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
}

body.about #character .c4 figure {
  padding-bottom: 10px;
}

body.about #character .c5 {
  width: 77%;
}

body.about #character .c5 ul {
  padding: 0 30px !important;
}

body.about #character .c6 {
  width: 43%;
  margin: -25px auto 0 !important;
}

body.about #character .c6 ul {
  padding: 0 30px !important;
}

body.about #staff {
  background: url(../images/intro/bg2.png);
}

body.about #staff > .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 50px;
}

body.about #staff a {
  display: block;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  line-height: 2.5;
  width: 40%;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
}

body.about #staff h1 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  text-align: center;
}

body.about #staff h1 span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}

body.about #staff ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
}

body.about #staff ul li {
  width: 16%;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: rgba(114, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 1.3;
  padding: 1.6em 0em;
}

body.about #staff ul li span {
  display: block;
  font-size: 0.7em;
}

body.about #staff .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.about #staff .img div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

body.about #staff .img img {
  display: block;
  width: 100%;
}

body.about .modal {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg2.png);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

body.about .modal.active {
  opacity: 1;
  visibility: visible;
}

body.about .modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

body.about .modal > .inner {
  width: 1100px;
  font-size: 14px;
}

body.about .modal .lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2em;
  line-height: 1;
  padding: 1em 0;
  -webkit-font-smoothing: antialiased;
}

body.about .modal p {
  padding-bottom: 1em;
  letter-spacing: 0.08em;
}

body.about .modal h1 {
  display: inline-block;
  color: #c30000;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  letter-spacing: 0.05em;
  padding: 0 1.5em;
  border: 1px solid #c30000;
  background: #000;
}

body.about .modal#content-cast dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  padding: 40px 0 15px;
}

body.about .modal#content-cast dl dt {
  padding-right: 25px;
}

body.about .modal#content-cast dl dd {
  font-size: 20px;
  line-height: 1.4;
}

body.about .modal#content-cast dl dd span {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}

body.about .modal#content-cast .c {
  display: none;
}

body.about .modal#content-cast .c.active {
  display: block;
}

body.about .modal#content-staff {
  overflow: auto;
  display: block;
}

body.about .modal#content-staff > .inner {
  margin: 100px auto;
}

body.about .modal#content-staff dl {
  padding-top: 30px;
}

body.about .modal#content-staff dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 1.4;
  padding-bottom: 0.5em;
}

body.about .modal#content-staff dd {
  padding-bottom: 2em;
}

body.about footer {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}

body.about footer p img {
  height: 45px;
  display: block;
  margin: 0 auto;
}

body.about footer small {
  font-size: 10px;
  color: #Fff;
}

body.about .hide *,
body.about .hide* {
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

@media screen and (max-width: 1600px) {
  body.about #introduction .i1 .copy {
    font-size: 4.8vw;
  }
  body.about #introduction .i3 > .inner p {
    font-size: 2.6vw;
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

body.voicedrama {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

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

body.voicedrama #wrapper {
  width: 1140px;
  margin: 0 auto;
  text-align: center;
}

body.voicedrama #wrapper .logo {
  padding-bottom: 10px;
}

body.voicedrama #wrapper h1 {
  padding-bottom: 40px;
}

body.voicedrama #wrapper > .inner {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 40px;
  background: url(../images/voice/grad.jpg) repeat-x center top #000;
}

body.voicedrama #wrapper > .inner h2 {
  background: #fff;
  padding: 10px 0;
  margin-bottom: 18px;
}

body.voicedrama #wrapper .main {
  width: 1000px;
  margin: 0 auto;
}

body.voicedrama #wrapper .main p {
  text-align: left;
}

body.voicedrama #wrapper h3 {
  padding-bottom: 30px;
}

body.voicedrama #wrapper .credit {
  padding: 55px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.voicedrama #wrapper .credit h4 {
  padding-bottom: 1.5em;
}

body.voicedrama #wrapper .credit > div {
  width: 45%;
  border-left: 5px solid #fff;
  text-align: left;
  padding-left: 2em;
}

body.voicedrama #wrapper .credit > div dl:after {
  content: "";
  clear: both;
}

body.voicedrama #wrapper .credit > div dt {
  clear: both;
  float: left;
}

body.voicedrama #wrapper .credit > div dt:before {
  content: "●";
  padding-right: 0.3em;
}

body.voicedrama #wrapper .credit > div dd {
  padding-left: 6em;
}

body.voicedrama #wrapper .credit > div dd:before {
  content: "：";
  padding-right: 0.3em;
}

body.voicedrama #wrapper .movies {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 80px;
}

body.voicedrama #wrapper .movies dt {
  padding: 40px 0 30px;
}

body.voicedrama #wrapper .movies dd {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #858585;
  background: #000;
  font-size: 59px;
  font-weight: bold;
  line-height: 1.3;
  padding: 25px;
}

body.voicedrama #wrapper .movies dd span {
  display: block;
  font-size: 0.33em;
}

body.voicedrama footer {
  background: #000;
  text-align: center;
  font-size: 10px;
  padding: 10px 0;
}

body.ep0 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

body.ep0 #wrapper {
  padding-top: 0;
  height: 100vh;
}

body.ep0 #wrapper .p {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  padding-bottom: 80px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body.ep0 #wrapper .p > div {
  position: relative;
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

body.ep0 #wrapper .p > div > div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.ep0 #wrapper .p img {
  height: 100%;
}

body.ep0 #wrapper .right > div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

body.ep0 #wrapper .right > div img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  backface-visibility: hidden;
}

body.ep0 #wrapper .right .after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.4s ease-in 0s !important;
  transition: all 0.4s ease-in 0s !important;
}

body.ep0 #wrapper .right .after img {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 0%;
  -webkit-transition: all 0.4s ease-in 0s !important;
  transition: all 0.4s ease-in 0s !important;
}

body.ep0 #wrapper .left > div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 0;
  background: #000;
  -webkit-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

body.ep0 #wrapper .left > div img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

body.ep0 #wrapper .left .before {
  width: 0%;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}

body.ep0 #wrapper .left .before img {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}

body.ep0 #wrapper .next, body.ep0 #wrapper .prev {
  background: transparent !important;
}

body.ep0 #wrapper .next {
  left: -100% !important;
}

body.ep0 nav {
  display: block;
  border-top: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  padding: 15px;
  z-index: 20;
}

body.ep0 nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body.ep0 nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.ep0 nav button {
  display: block;
  border: 1px solid #fff;
  height: 50px;
  width: 50px;
}

body.ep0 nav button.btn-next {
  background: url(../images/ep0/btn-next.png) #000 no-repeat center center;
}

body.ep0 nav button.btn-next.hide {
  pointer-events: none;
  opacity: 0.5;
}

body.ep0 nav button.btn-prev {
  background: url(../images/ep0/btn-back.png) #000 no-repeat center center;
}

body.ep0 nav button.btn-prev.hide {
  pointer-events: none;
  opacity: 0.5;
}

body.ep0 nav span {
  display: block;
  width: 80px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body.ep0 footer {
  background: #000;
  text-align: center;
  font-size: 10px;
  padding: 10px 0;
}

body.letter #wrapper {
  height: 100%;
}

body.letter #wrapper .inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/letter/bg.jpg) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
}

body.letter.report #wrapper {
  height: auto;
}

body.letter.report #wrapper .inner {
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 100px;
}

body.letter.report #wrapper .inner .report {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
}

body.letter.report #wrapper .inner .report p {
  padding-bottom: 2em;
}

body.letter.report #wrapper .inner .report .main {
  padding-bottom: 2em;
}

body.letter.report #wrapper .commnet {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 30px;
  margin-bottom: 2em;
}

body.letter.report #wrapper .commnet dt {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 0.4em;
}

body.letter.report #wrapper .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 2em;
}

body.letter.report #wrapper .images li {
  width: 32.5%;
}

body.letter.report #wrapper .images li figcaption {
  padding-top: 0.5em;
  text-align: center;
  font-size: 0.8em;
}

body.letter.report #wrapper .images.half {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.letter.report #wrapper .images.half li {
  width: 100%;
  padding-bottom: 20px;
}

body.letter.report #wrapper .images.half li:last-child {
  padding-bottom: 0;
}

body.letter.report #wrapper .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.letter.report #wrapper .flex .txt {
  padding-right: 60px;
  width: 78%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.letter.report #wrapper .flex .txt p {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

body.letter.report #wrapper .flex .images {
  width: 22%;
}

.anim-item .anim-scale,
.anim-item.anim-scale,
.op-item .anim-scale,
.op-item.anim-scale {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: opacity 0.1s ease 0.1s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

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

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

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

.anim-item .anim-fade2,
.anim-item.anim-fade2,
.op-item .anim-fade2,
.op-item.anim-fade2 {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 1s ease 0s, transform 1s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 1s ease 0s, transform 1s cubic-bezier(0, 1, 0, 1) 0s, -webkit-transform 1s cubic-bezier(0, 1, 0, 1) 0s;
}

.anim-item.hide .anim-scale,
.anim-item.hide.anim-scale,
.op-item.hide .anim-scale,
.op-item.hide.anim-scale {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

.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-fade,
.anim-item.hide.anim-fade,
.op-item.hide .anim-fade,
.op-item.hide.anim-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.anim-item.hide .anim-fade2,
.anim-item.hide.anim-fade2,
.op-item.hide .anim-fade2,
.op-item.hide.anim-fade2 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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