.spnone {
  display: none !important;
}

hr {
  max-width: 1040px;
  margin: 8vw auto;
  height: 0;
  border: 0;
  width: 100%;
  border-top: 1px solid #434343;
}

#wrapper {
  background-color: #010005;
}
#wrapper:after {
  content: "Loading...";
  position: fixed;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -100%);
  animation: loading 1s ease-out 0s infinite alternate;
  font-size: 4vw;
}
.loaded #wrapper:after {
  opacity: 0;
  transition: opacity 1s ease-out 1s;
  animation: none;
}

@keyframes loading {
  0% { opacity: 0;}
  100% { opacity: 1;}
}

.social {
  position: absolute;
  top: 21vw;
  left: 2.5vw;
}
.social ul li {
  margin-bottom: 10px;
  font-size: 8vw;
  line-height: 1;
}

.share ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  font-size: 0;
}
.share ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

#main {
  position: relative;
  background-color: #010005;
}
#main .img img {
  width: 100%;
}
#main .catch1,
#main .catch2 {
  position: absolute;
}
#main .catch1 {
  top: 3vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 64.5vw;
}
#main .catch2 {
  top: 16vw;
  right: 2.6vw;
  width: 7vw;
}
#main .logo {
  width: 83vw;
  margin: -31vw auto 0;
}
#main .bnr {
  width: 69vw;
  margin: 9vw auto 0;
  padding-bottom: 8vw;
}
#main .bnr ul ~ ul,
#main .bnr li ~ li {
  margin-top: 5vw;
}
#main .dvd {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10vw;
}
#main .theater {
  width: 100%;
  margin: 0 auto;
}

.gnav {
  border-top: 1px solid #232751;
  border-bottom: 1px solid #232751;
  margin-bottom: 8vw;
}
.gnav ul {
  display: flex;
  flex-wrap: wrap;
}
.gnav ul ~ ul {
  border-top: 1px solid #232751;
}
.gnav li {
  background-color: #000;
  border-bottom: 1px solid #232751;
  width: 50%;
  text-align: left;
  line-height: 1.2;
  box-sizing: border-box;
}
.gnav li:nth-child(odd) {
  border-right: 1px solid #232751;
}
.gnav li:nth-last-child(3) ~ li {
  border-bottom: 0;
}
.gnav a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18.6vw;
  padding: 0 1vw 0 5vw;
  font-size: 5.6vw;
  box-sizing: border-box;
  color: #6195f2;
}
.gnav a:before {
  content: "\e904";
  position: absolute;
  left: 2vw;
  top: 50%;
  margin-top: -0.4em;
  font-size: 2vw;
}
.gnav a strong {
  display: block;
  font-weight: bold;
  transform: scale(.8, 1);
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
}
.gnav a span {
  display: none;
}

#header {
  z-index: 1000;
  opacity: 0;
}
.loaded #header {
  opacity: 1;
  transition: opacity 2s ease-out 1s;
}

#gnavMenu {
  position: fixed;
  top: 0;
  right: 0;
  appearance: none;
  border: 0;
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}
#gnavMenu i {
  position: relative;
  width: 24px;
  height: 2px;
  background: #000;
}
#gnavMenu i:after,
#gnavMenu i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: translate(-50%, -50%);
}
#gnavMenu i:before {
  margin-top: -7px;
}
#gnavMenu i:after {
  margin-top: 7px;
}

#gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  padding: 16vw 5vw 10vw;
  overflow-y: auto;
}
#gnav ul {
  width: 58.4vw;
  box-sizing: border-box;
  text-align: left;
}
#gnav ul a {
  display: block;
}
#gnav ul li {
  margin-bottom: 6.6vw;
  opacity: 0;
  transform: translate(0, 20px);
}
#gnav ul li strong {
  display: inline-block;
  font-size: 6.9vw;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 1vw;
}
#gnav ul li span {
  display: block;
  font-size: 2.6vw;
  color: #7a7a7a;
  line-height: 1.1;
}

.gnavon #gnav {
  display: flex;
  z-index: 1010;
}
.gnavon #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
}
.gnavon #header .social {
  display: none;
}
.gnavon #gnavMenu i:after {
  content: none;
}
.gnavon #gnavMenu i {
  transform: rotate(45deg);
}
.gnavon #gnavMenu i:before {
  margin: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.gnavani #gnav ul li {
  opacity: 1;
  transform: translate(0, 0);
  transition: 
    opacity .8s ease-out 1s,
    transform 1s ease-out 1s;
}
.gnavani #gnav ul li:nth-child(1) {
  transition-delay: .1s, .1s;
}
.gnavani #gnav ul li:nth-child(2) {
  transition-delay: .2s, .2s;
}
.gnavani #gnav ul li:nth-child(3) {
  transition-delay: .3s, .3s;
}
.gnavani #gnav ul li:nth-child(4) {
  transition-delay: .4s, .4s;
}
.gnavani #gnav ul li:nth-child(5) {
  transition-delay: .5s, .5s;
}

aside.main {
  margin-bottom: 10vw;
}
aside.main .cast {
  width: 89vw;
  margin: 0 auto 4vw;
}
aside.main .etc {
  width: 29vw;
  margin: 0 auto 4vw;
}
aside.main .catch {
  width: 60vw;
  margin: 0 auto 7.2vw;
}
aside.main .roadshow {
  width: 56.5vw;
  margin: 0 auto;
}

.mainbnrs ul {
  max-width: 80vw;
  margin: 10vw auto;
}
.mainbnrs ul li {
  margin-top: 4vw;
}

.intro {
  position: relative;
  background: url(../img/home/intro_bg_sp.jpg) no-repeat center 0 #021230;
  background-size: 100% auto;
  padding: 52vw 0 10vw;
}
.intro .content--canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to left, rgba(63, 57, 145, .6), rgba(60, 90, 189, .8), rgb(8, 139, 156) 100%);
  background-size: 200% auto;
  background-position: 300%;
}
.intro .lead {
  position: relative;
  z-index: 1;
  margin: 0 auto 22.8vw;
  text-align: center;
}
.intro .lead .img {
  margin: 0 auto 3vw;
}
.intro .lead .img:nth-child(1) {
  width: calc(240 * 1.6 / 750 * 100vw);
}
.intro .lead .img:nth-child(2) {
  width: calc(151 * 1.6 / 750 * 100vw);
}
.intro .lead .img:nth-child(3) {
  width: calc(331 * 1.6 / 750 * 100vw);
}
.intro .lead .img:nth-child(4) {
  width: calc(340 * 1.6 / 750 * 100vw);
}
.intro .lead .img:nth-child(5) {
  width: calc(225 * 1.6 / 750 * 100vw);
}
.intro .lead .img:nth-child(6) {
  width: calc(104 * 1.6 / 750 * 100vw);
}
.intro .lead .img:nth-child(7) {
  width: calc(433 * 1.6 / 750 * 100vw);
}
.intro .lead .img:nth-child(8) {
  width: calc(156 * 1.6 / 750 * 100vw);
}
.intro .lead .img:nth-child(9) {
  width: calc(329 * 1.6 / 750 * 100vw);
}

.story {
  padding: 10vw 4vw 0;
  margin: 0 auto;
  text-align: center;
}
.story .hd {
  width: 32vw;
  margin: 0 auto 8vw;
}
.story p:not([class]) {
  text-align: left;
  line-height: 2.125;
  font-size: 3.7vw;
}
.story .catch {
  width: 75.6vw;
  margin: 8vw auto 0;
}

.quotes {
  position: relative;
}
.quotes .bgs .bg {
  width: 100%;
}
.quotes .bgs .cast {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.quote {
  position: absolute;
  z-index: 1;
}
.quote:nth-child(1) {
  top: 2.8vw;
  left: 35vw;
  width: 61vw;
}
.quote:nth-child(2) {
  top: 50vw;
  left: 92vw;
  width: 6.4vw;
}
.quote:nth-child(3) {
  top: 21vw;
  left: 46vw;
  width: 51.46vw;
}
.quote:nth-child(4) {
  top: 33.8vw;
  left: 51.6vw;
  width: 9.33vw;
}
.quote:nth-child(5) {
  top: 92.2vw;
  left: 22.5vw;
  width: 18.1vw;
}
.quote:nth-child(6) {
  top: 84vw;
  left: 4vw;
  width: 44vw;
}
.quote:nth-child(7) {
  top: 140.4vw;
  left: 55vw;
  width: 37vw;
}
.quote:nth-child(8) {
  top: 152vw;
  left: 42vw;
  width: 6.6vw;
}
.quote:nth-child(9) {
  top: 147vw;
  left: 3.2vw;
  width: 6.4vw;
}
.quote:nth-child(10) {
  top: 196.5vw;
  left: 46.5vw;
  width: 6.6vw;
}
.quote:nth-child(11) {
  top: 186vw;
  left: 90.2vw;
  width: 6.4vw;
}
.quote:nth-child(12) {
  top: 246.2vw;
  left: 19.6vw;
  width: 33.7vw;
}
.quote:nth-child(13) {
  top: 206.4vw;
  left: 3vw;
  width: 31.2vw;
}

.block2,
.block1 {
  padding: 0 5vw;
  margin: 0 auto;
  text-align: left;
  font-size: 3.7vw;
  display: flex;
  flex-direction: column;
}
.block1 {
  margin-top: 6vw;
}
.block2 {
  margin-top: 11vw;
}
.block2 .ttl,
.block1 .ttl {
  font-size: 5.6vw;
  font-weight: bold;
  line-height: 1.5;
  color: #9f8d55;
  margin-bottom: 1.4vw;
}
.block2 p,
.block1 p {
  line-height: 1.875;
}
.block2 .imgL,
.block2 .imgR {
  max-width: 80vw;
  margin: 8vw auto 0;
  order: 2;
}


.js-acd .btn + *:not(.acdOn) {
  display: none;
}
.js-acd .btn {
  position: relative;
  display: block;
}
.js-acd .btn:after,
.js-acd .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 4.5vw;
  height: 2px;
  background-color: #000;
  transform: translate(0, -50%);
}
.js-acd .btn:before {
  transform: translate(0, -50%) rotate(90deg);
}
.js-acd .btn.acdOn:before {
  content: none;
}
.js-acd-close {
  appearance: none;
  background: none;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 4vw auto;
  width: 18vw;
  height: 18vw;
  border-radius: 50%;
  border: 1px solid;
  color: #fff;
  padding: 0;
  margin: 7vw auto 1vw;
}
.js-acd-close i {
  width: 50%;
  height: 1.5px;
  background-color: #fff;
  transform: rotate(45deg);
}
.js-acd-close i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(90deg);
}

#production_note {
  position: relative;
  padding: 16vw 0 13vw;
}
.staff:before,
.music:before,
#production_note:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/sp/pn_bg.jpg) no-repeat center 0 #120501;
  background-size: cover;
}
.staff:before {
  background-image: url(../img/sp/staff_bg.jpg);
  background-position: center center;
}
.music:before {
  background-image: url(../img/sp/music_bg.jpg);
  background-position: center bottom;
}
.staff.js-bgfixed-bottom.js-bgfixed-top:before,
.music.js-bgfixed-bottom.js-bgfixed-top:before,
#production_note.js-bgfixed-bottom.js-bgfixed-top:before {
  position: fixed;
}
.staff.js-bgfixed-top:not(.js-bgfixed-bottom):before,
.music.js-bgfixed-top:not(.js-bgfixed-bottom):before,
#production_note.js-bgfixed-top:not(.js-bgfixed-bottom):before {
  top: auto;
  bottom: 0;
}
.staff > *,
.music > *,
#production_note > * {
  position: relative;
}
#production_note .hd {
  text-align: center;
  width: 56vw;
  margin: 0 auto 13vw;
}

.modalCast {
  position: relative;
  width: 90vw;
  padding: 50px 0;
  margin: 0 auto;
  text-align: left;
  font-size: 3.7vw;
}
.modalCast .img {
  width: 86vw;
  margin: 0 auto 5vw;
}
.modalCast .ttl {
  margin-bottom: 1vw;
  color: #6ab5ff;
  font-size: 3.2vw;
  line-height: 1.25;
}
.modalCast .name {
  font-size: 4.2vw;
  margin-bottom:4vw;
  line-height: 1.25;
}
.modalCast .name strong {
  font-size: 6.6vw;
}

.casts {
  padding: 18.6vw 5vw 13vw;
  background: url(../img/sp/cast_bg.jpg) no-repeat center 0 #020718;
  background-size: 100% auto;
}
.casts .hd img {
  display: block;
  width: 25.6vw;
  margin: 0 auto;
}
.casts .main {
  display: flex;
  flex-wrap: wrap;
  margin: 13vw auto;
}
.casts .main > *:not(.modal) {
  display: block;
  width: 50%;
  background-color: #000;
}
.casts .boxes {
  width: 80vw;
  margin: 0 auto;
}
.casts .box {
  position: relative;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 80vw;
  margin: 0 auto;
  padding-bottom: 28vw;
}
.casts .box:after {
  content: "";
  display:block;
  width: 50%;
  max-width: 160px;
  height:0;
  order:1;
  padding: 0 30px;
}
.casts .box .js-acd-close {
  position: absolute;
  bottom: 2vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 18vw;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
}
.casts .box li {
  width: 50%;
  margin-top: 9vw;
  padding: 0 5vw;
  font-size: 3vw;
  text-align: left;
  box-sizing: border-box;
}
.casts .box li .ttl {
  margin-top: 5px;
  font-size: 3vw;
}
.casts .box li .name {
  margin-top: 5px;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.5;
}
.casts .box li .name span {
  display: block;
  font-size: 3.3vw;
}
.casts .box.acdOn {
  display: flex;
}
.casts .btn {
  padding: 2vw 3vw;
  background-color: #fff;
  color: #000;
  font-size: 4.5vw;
  font-weight: bold;
  margin-top: 4vw;
  text-align: left;
}

.staff {
  position: relative;
  padding: 13vw 0 11vw;
}
.staff hr {
  width: 90vw;
}
.staff .hd {
  font-size: 7vw;
  margin: 0 auto;
  text-align: center;
}
.staff .hd img {
  width: 31vw;
}
.staff .block2:not(.center) .block {
  font-size: 3.7vw;
}
.staff .js-acd a {
  position: relative;
  display: block;
  cursor: default;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 4vw;
  padding: 3vw 4vw;
  border: 1px solid;
}
.staff .js-acd a:after,
.staff .js-acd a:before {
  background-color: #fff;
}
.staff .js-acd a strong {
  font-size: 5.8vw;
  font-weight: bold;
}
.staff .js-acd a ~ p {
  padding-bottom: 6vw;
}
.staff .block1 {
  margin: 5vw auto 10vw;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: -.04em;
  justify-content: center;
}
.staff .block2 {
  margin: 6vw auto 0;
}
.staff .block2.center .ttl {
  font-size: 3.5vw;
  line-height: 1.5;
  margin-bottom: 6vw;
  color: #fff;
  text-align: center;
}
.staff .block2.center .ttl strong {
  font-size: 5.8vw;
  font-weight: bold;
}
.staff .block2.center .img {
  width: auto;
  margin-bottom: 2vw;
  text-align: center;
}
.staff .block2.center .block {
  width: auto;
}

.music {
  position: relative;
  padding: 13vw 5vw 11vw;
}
.music .hd {
  margin-bottom: 6vw;
}
.music .hd img {
  display: block;
  width: 31vw;
  margin: 0 auto;
}
.music .hd + .block {
  margin-top: 11vw;
}
.music > .block {
  position: relative;
  box-sizing: border-box;
  text-align: left;
  font-size: 3.7vw;
}
.music .block .box {
  padding-bottom: 4vw;
}
.music .block .img {
  width: 72vw;
  margin: 4vw auto 6vw;
  text-align: center;
}
.music .block span {
  display: inline-block;
}
.music .block .cap {
  display: block;
  font-size: 2.6vw;
  margin-top: 2.6vw;
  text-align: right;
}
.music .block .ttl {
  color: #9f8d55;
  font-size: 5.8vw;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 4vw;
  padding: 2vw 4vw;
  border: 1px solid;
}
.music .js-acd a:after,
.music .js-acd a:before {
  background-color: #9f8d55;
}
.music .hd {
  font-size: 5.8vw;
  text-align: center;
  margin-bottom: 4vw;
}
.music .block2 {
  display: inline-block;
  margin: 0 auto;
}
.music .block2 .img {
  width: 60vw;
  margin: 0 auto;
}
.music .block2 .block {
  width: auto;
  margin: 0;
  font-size: 4.5vw;
  padding: 3vw 2vw;
}
.music .block2 a {
  text-decoration: underline;
}


.js-inview {
  opacity: 0;
}
.js-inview.js-inview-on {
  opacity: 1;
  transition: opacity 1s ease-out ;
}

.imgs,
.intro,
.quotes {
  opacity: 0;
}
.loaded .imgs,
.loaded .intro,
.loaded .quotes {
  transition: opacity .6s ease-out 1.2s;
  opacity: 1;
}

.gnav,
.social,
.mainbnrs {
  opacity: 0;
}
.loaded .gnav,
.loaded .social,
.loaded .mainbnrs {
  transition: opacity 1s ease-out 1.2s;
  opacity: 1;
}

.main .cast,
.main .etc,
.main .catch,
.main .roadshow,
#main .catch1,
#main .catch2,
#main .logo,
#main .theater,
#main .dvd,
#main .bnr {
  opacity: 0;
}
#main .logo,
#main .catch2 {
  transform: scale(1.2);
}
.loaded .main .cast,
.loaded .main .etc,
.loaded .main .catch,
.loaded .main .roadshow,
.loaded #main .catch1,
.loaded #main .catch2,
.loaded #main .logo,
.loaded #main .theater,
.loaded #main .dvd,
.loaded #main .bnr {
  transition: opacity 1.3s ease-out .2s, transform .5s ease-out;
  opacity: 1;
}
.loaded #main .logo,
.loaded #main .catch2 {
  transform: scale(1);
}
.loaded #main .catch1 {
  transition-delay: .8s;
}
.loaded #main .logo {
  transition-delay: .8s, .4s;
  transition-duration: 1.6s, 1.0s;
}
.loaded #main .theater,
.loaded #main .dvd,
.loaded #main .bnr {
  transition-delay: 1.2s;
}

.intro .lead.js-inview .img {
  opacity: 0;
}
.intro .lead.js-inview-on .img {
  transition: opacity 2s ease-out .2s;
  opacity: 1;
}
.intro .lead.js-inview-on .img:nth-child(2) {
  transition-delay: .2s;
}
.intro .lead.js-inview-on .img:nth-child(3) {
  transition-delay: .4s;
}
.intro .lead.js-inview-on .img:nth-child(4) {
  transition-delay: .8s;
}
.intro .lead.js-inview-on .img:nth-child(5) {
  transition-delay: 1.0s;
  transition-duration: 2.6s;
}
.intro .lead.js-inview-on .img:nth-child(6) {
  transition-delay: 1.2s;
  transition-duration: 2.6s;
}
.intro .lead.js-inview-on .img:nth-child(7) {
  transition-delay: 1.4s;
}
.intro .lead.js-inview-on .img:nth-child(8) {
  transition-delay: 1.8s;
}
.intro .lead.js-inview-on .img:nth-child(9) {
  transition-delay: 2.4s;
  transition-duration: 2.6s;
}

.intro.js-inview-on .content--canvas {
  opacity: 0;
  transition: opacity 1s ease-in .5s;
}

.story.js-inview-on {
  transition-delay: 0s;
}
.story.js-inview-on .catch {
  height: 35px;
}
.story.js-inview-on .catch span {
  display: block;
  overflow: hidden;
  height: 0;
}
.story .catch.js-inview-on span {
  transition: height 1s ease-out 0s;
  height: 35px;
}

.quotes.js-inview .bgs .cast {
  opacity: 0;
}
.quotes.js-inview-on .bgs .cast {
  transition: opacity 2s ease-out 1s;
  opacity: 1;
}
.quotes.js-inview-on .quote {
  transition: opacity 2s ease-out 1.4s, transform 2s ease-out .8s;
}
.quotes.js-inview-on .quote:nth-child(2),
.quotes.js-inview-on .quote:nth-child(5) {
  transform: scale(1.6);
}
.quotes.js-inview-on .quote:nth-child(13),
.quotes.js-inview-on .quote:nth-child(12),
.quotes.js-inview-on .quote:nth-child(9),
.quotes.js-inview-on .quote:nth-child(7) {
  transform: scale(.9);
}
.quotes.js-inview-on .quote.js-inview-on {
  transform: scale(1);
}
.quotes.js-inview-on .quote:nth-child(2) {
  transition-delay: 1.3s, .8s;
}
.quotes.js-inview-on .quote:nth-child(3) {
  transition-delay: 1.6s;
  transition-duration: 2s, 1.5s;
}
.quotes.js-inview-on .quote:nth-child(4) {
  transition-delay: 1.8s;
}
.quotes.js-inview-on .quote:nth-child(5) {
  transition-delay: 2s, 1.5s;
}
.quotes.js-inview-on .quote:nth-child(6) {
  transition-delay: 2.2s;
  transition-duration: 2s, 1.5s;
}
.quotes.js-inview-on .quote:nth-child(7) {
  transition-delay: 1.6s, 1.2s;
  transition-duration: 2s, 1.5s;
}
.quotes.js-inview-on .quote:nth-child(8) {
  transition-delay: 1.8s;
  transition-duration: 1s;
}
.quotes.js-inview-on .quote:nth-child(9) {
  transition-delay: 1.2s, 1s;
}
.quotes.js-inview-on .quote:nth-child(10) {
  transition-delay: 1.6s;
}
.quotes.js-inview-on .quote:nth-child(11) {
  transition-delay: 1.6s;
}
.quotes.js-inview-on .quote:nth-child(12) {
  transition-delay: 1.4s, 1.0s;
}
.quotes.js-inview-on .quote:nth-child(13) {
  transition-delay: 1.6s, 1.0s;
}

.block2.js-inview .ttl,
.block1.js-inview .ttl {
  opacity: 0;
  transform: translate(0, 15px);
}
.block2.js-inview p,
.block1.js-inview p {
  opacity: 0;
  transform: translate(0, 15px);
}
.block2.js-inview [class^="img"],
.block1.js-inview [class^="img"] {
  opacity: 0;
}
.block2.js-inview-on .ttl,
.block1.js-inview-on .ttl,
.block2.js-inview-on p,
.block1.js-inview-on p,
.block2.js-inview-on [class^="img"],
.block1.js-inview-on [class^="img"] {
  opacity: 1;
  transform: translate(0, 0);
  transition: 
    opacity .8s ease-out,
    transform 1s ease-out;
}
.block2.js-inview .ttl,
.block1.js-inview .ttl {
  transition-delay: .2s;
}
.block2.js-inview .ttl + p,
.block1.js-inview .ttl + p {
  transition-delay: .6s;
}
.block2.js-inview [class^="img"],
.block1.js-inview [class^="img"] {
  transition-delay: 0s;
  transition-duration: 1.2s, 1.4s;
}