.pcnone {
  display: none !important;
}

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

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

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

#main .bnr a:hover img,
.mainbnrs ul li a:hover img {
  opacity: 0.8;
}

.social {
  position: absolute;
  top: 1.5vw;
  right: 110px;
}
.social ul {
  font-size: 0;
  float: right;
}
.social ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-size: 30px;
}
.share ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
.share ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

#main {
  position: relative;
}
#main .img img {
  width: 100%;
}
#main .catch1,
#main .catch2,
#main .bnr,
#main .logo {
  position: absolute;
}
#main .catch1 {
  top: 7.22vw;
  left: 62vw;
  width: 30.5vw;
}
#main .catch2 {
  top: 7.8vw;
  left: 3.125vw;
  width: 3.54vw;
}
#main .logo {
  top: 12vw;
  left: 58.125vw;
  width: 38.125vw;
}
#main .bnr {
  top: 36vw;
  left: 57vw;
  width: 39vw;
}
#main .bnr ul {
  display: flex;
  justify-content: center;
}
#main .bnr ul ~ ul {
  margin-top: 0.6vw;
}
#main .bnr ul li {
  width: 234px;
  max-width: 19.8vw;
}
#main .bnr ul li ~ li {
  margin-left: 5px;
}
.main [src$=".svg"],
#main img[src$=".svg"] {
  width: 100%;
}

.gnav {
  position: absolute;
  top: 1.1vw;
  right: 3.5vw;
}
.gnav ul {
  display: flex;
}
.gnav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  padding: 20px;
  border: 1px solid #538aed;
  color: #e0ebff;
  font-size: 26px;
  box-sizing: border-box;
}
.gnav li ~ li a {
  border-left: 0;
}
.gnav a:before {
  content: "\e904";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -0.4em;
  font-size: 12px;
}
.gnav a span {
  display: block;
  font-weight: bold;
  transform: scale(.8, 1);
}
.gnav a:hover {
  background-color: rgba(83, 138, 237, .2);
}

#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: 70px;
  height: 70px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  cursor: pointer;
}
#gnavMenu i {
  position: relative;
  width: 40px;
  height: 3px;
  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: -11px;
}
#gnavMenu i:after {
  margin-top: 10px;
}
#gnavMenu:hover {
  background-color: rgba(47, 92, 177, 0.8);
}
#gnavMenu:hover i,
#gnavMenu:hover i:after,
#gnavMenu:hover i:before {
  background-color: rgba(255, 255, 255, .8);
}

#gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  padding: 140px 20px 80px;
  overflow-y: auto;
}
#gnav ul {
  width: 400px;
  padding-left: 40px;
  box-sizing: border-box;
  text-align: left;
}
#gnav ul li {
  margin-bottom: 40px;
  opacity: 0;
  transform: translate(0, 20px);
}
#gnav ul li a {
  display: block;
}
#gnav ul li strong {
  display: inline-block;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 10px;
  padding: 0 3px;
  background: linear-gradient(to right, #fff, #fff 50%, transparent 50%, transparent 100%) no-repeat 100% 0;
  background-size: 200% auto;
  transition: all .1s ease-out;
}
#gnav ul li span {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  line-height: 1.1;
}
#gnav ul li a:hover strong {
  color: #000;
  background-position: 0 0;
}
#gnav ul li a:hover span {
  color: #fff;
}

.gnavon #gnav {
  display: flex;
  z-index: 1010;
}
.gnavon #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
}
.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 .etc,
aside.main .catch,
aside.main .roadshow,
aside.main .cast {
  position: absolute;
}
aside.main .cast {
  top: 23vw;
  left: 57vw;
  width: 40vw;
}
aside.main .etc {
  top: 32vw;
  left: 57vw;
  width: 8.6vw;
}
aside.main .catch {
  top: 33.625vw;
  left: 68vw;
  width: 17.6vw;
}
aside.main .roadshow {
  top: 30vw;
  left: 90vw;
  width: 7.3vw;
}

#main .dvd {
  position: absolute;
  top: 75%;
  right: 5%;
  width: 14%;
}
#main .theater {
  position: absolute;
  top: 75%;
  right: 20%;
  width: 14%;
  text-align: right;
}

.mainbnrs {
  position: relative;
  z-index: 1;
  margin: -40px auto 40px;
}
.mainbnrs.mtl {
  margin-top: 20px;
}
.mainbnrs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 80vw;
  margin: 0 auto;
}
.mainbnrs ul li {
  width: 200px;
  padding: 0 10px 20px;
}

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

.story {
  max-width: 1080px;
  margin: 0 auto 2vw;
  padding-top: 8vw;
  text-align: center;
}
.story .hd {
  margin-bottom: 35px;
}
.story p:not([class]) {
  text-align: left;
  line-height: 2.125;
  font-size: 16px;
}
.story .catch {
  width: 521px;
  margin: 40px 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: 3.75vw;
  left: 28.125vw;
  width: 38.125vw;
}
.quote:nth-child(2) {
  top: 12.9vw;
  left: 94.68vw;
  width: 3.3vw;
}
.quote:nth-child(3) {
  top: 16.3vw;
  left: 51.875vw;
  width: 32.1vw;
}
.quote:nth-child(4) {
  top: 17.5vw;
  left: 38.9vw;
  width: 5.8vw;
}
.quote:nth-child(5) {
  top: 29.5vw;
  left: 55vw;
  width: 11.3vw;
}
.quote:nth-child(6) {
  top: 58vw;
  left: 23.5vw;
  width: 27.5vw;
}
.quote:nth-child(7) {
  top: 75.9375vw;
  left: 72vw;
  width: 23.125vw;
}
.quote:nth-child(8) {
  top: 73.4vw;
  left: 41.875vw;
  width: 4vw;
}
.quote:nth-child(9) {
  top: 66.7vw;
  left: 11.45vw;
  width: 3.96vw;
}
.quote:nth-child(10) {
  top: 89.0625vw;
  left: 54.6875vw;
  width: 4vw;
}
.quote:nth-child(11) {
  top: 93.75vw;
  left: 92vw;
  width: 4vw;
}
.quote:nth-child(12) {
  top: 119vw;
  left: 31.35vw;
  width: 21vw;
}
.quote:nth-child(13) {
  top: 105vw;
  left: 4.8vw;
  width: 19.375vw;
}
.quote img {
  width: 100%;
}

.block2,
.block1 {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  padding: 0 2vw;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
}
.block1 {
  margin-top: 60px;
}
.block2 {
  margin-top: 100px;
}
.block2.center {
  justify-content: center;
  align-items: center;
}
.block2 .ttl,
.block1 .ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #9f8d55;
  margin-bottom: 15px;
}
.block2 p,
.block1 p {
  line-height: 1.875;
}
.block2 > * {
  width: 50%;
  box-sizing: border-box;
}
.block2 .imgL {
  padding-right: 40px;
}
.block2 .imgR {
  padding-left: 40px;
}

#production_note {
  padding: 120px 0 100px;
  background: url(../img/home/pn_bg.jpg) no-repeat center 0 #120501;
  background-size: 100% auto;
}
#production_note .hd {
  text-align: center;
  margin: 0 auto 100px;
}

.modalCast {
  position: relative;
  width: 80%;
  max-width: 650px;
  padding: 65px 0;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
}
.modalCast .img {
  margin-bottom: 25px;
}
.modalCast .ttl {
  margin-bottom: 5px;
  color: #6ab5ff;
  font-size: 18px;
  line-height: 1.25;
}
.modalCast .name {
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 1.25;
}
.modalCast .name strong {
  font-size: 32px;
}

.casts {
  padding: 120px 0 100px;
  background: url(../img/home/cast_bg.jpg) no-repeat center 0 #020718;
  background-size: 100% auto;
}
.casts .main {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 100px auto 110px;
}
.casts .main > *:not(.modal) {
  display: block;
  width: 50%;
  background-color: #000;
}
.casts .main a:hover img {
  opacity: 0.6;
}
.casts .tab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 898px;
  margin: 110px auto 0;
  padding-bottom: 10px;
}
.casts .tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  background-color: #0e2554;
  color: #acc1ef;
}
.casts .tab a.tabOn {
  position: relative;
  background-color: #fff;
  color: #0e2554;
}
.casts .tab a.tabOn:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border: 5px solid transparent;
  border-top: 8px solid #fff;
}
.casts .box {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 902px;
  margin: 0 auto;
}
.casts .box:before,
.casts .box:after {
  content: "";
  display:block;
  width: 25%;
  max-width: 160px;
  height:0;
  order:1;
  padding: 0 30px;
}
.casts .box li {
  width: 25%;
  max-width: 160px;
  margin-top: 60px;
  padding: 0 30px;
  font-size: 14px;
  text-align: left;
}
.casts .box li .ttl {
  margin-top: 5px;
  font-size: 14px;
}
.casts .box li .name {
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.casts .box li .name span {
  display: block;
  font-size: 18px;
}
.casts .box.tabOn {
  display: flex;
}

.staff {
  padding: 120px 0 100px;
  background: url(../img/home/staff_bg.jpg) no-repeat center center #020718;
  background-attachment: fixed;
  background-size: cover;
}
.staff .hd {
  font-size: 36px;
}
.staff .block2:not(.center) {
  flex-wrap: wrap;
}
.staff .block2:not(.center) .block {
  width: 48%;
  font-size: 16px;
  margin-bottom: 60px;
}
.staff .js-acd a {
  display: block;
  pointer-events: none;
  cursor: default;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 25px;
}
.staff .js-acd a strong {
  font-size: 24px;
  font-weight: bold;
}
.staff .block1 {
  max-width: 1040px;
  margin: 20px auto 80px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
}
.staff .block2.center {
  margin-top: 40px;
}
.staff .block2.center .ttl {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
}
.staff .block2.center .ttl strong {
  font-size: 24px;
  font-weight: bold;
}
.staff .block2.center .img {
  width: auto;
  padding-right: 30px;
}
.staff .block2.center .block {
  width: auto;
  max-width: 580px;
}

.music {
  padding: 120px 0 100px;
  background: url(../img/home/music_bg.jpg) no-repeat center bottom #020718;
  background-size: cover;
}
.music > .block {
  position: relative;
  max-width: 1040px;
  width: 100%;
  margin: 80px auto 0;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
}
.music .block::after {
  content: "";
  display: block;
  clear: both;
}
.music .block .img {
  float: left;
  width: 35%;
  margin-top: -30px;
  text-align: center;
}
.music .block span {
  display: inline-block;
}
.music .block .cap {
  display: block;
  font-size: 10px;
  margin-top: 10px;
  text-align: right;
}
.music .block .img ~ * {
  overflow: hidden;
  padding: 2% 0 0 3%;
}
.music .block .ttl {
  color: #9f8d55;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-left: 37.5%;
  line-height: 1.2;
}
.music .hd {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.music .block2 {
  margin: 0 auto;
}
.music .block2 .img {
  flex: none;
  width: auto;
  margin-right: 60px;
}
.music .block2 .block {
  width: auto;
  margin: 0;
  font-size: 20px;
}
.music .block2 a {
  text-decoration: underline;
}
.music .block2 a:hover {
  text-decoration: none;
}


.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 .8s;
  opacity: 1;
}

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

.main .cast,
.main .etc,
.main .catch,
.main .roadshow,
#main .catch1,
#main .catch2,
#main .logo,
#main .theater,
#main .dvd,
#main .bnr {
  opacity: 0;
}
.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.5s ease-out .2s;
  opacity: 1;
}
.loaded #main .catch1 {
  transition-delay: .5s;
}
.loaded #main .logo {
  transition-delay: .7s;
}
.loaded .main .cast {
  transition-delay: .7s;
}
.loaded .main .etc {
  transition-delay: .7s;
}
.loaded .main .catch {
  transition-delay: .7s;
}
.loaded .main .roadshow {
  transition-delay: .7s;
}
.loaded #main .theater,
.loaded #main .dvd,
.loaded #main .bnr {
  transition-delay: .9s;
}

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

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

.story.js-inview-on {
  transition-delay: .8s;
}
.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;
}
.story .catch img {
  display: block;
  height: 35px;
  width: auto;
  margin: 0 auto;
}

.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;
}
.quotes.js-inview-on .quote:nth-child(2),
.quotes.js-inview-on .quote:nth-child(5) {
  transform: scale(1.2);
}
.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);
  transition-duration: 1.4s, 0s;
}
.quotes.js-inview-on .quote:nth-child(2) {
  transition-delay: 1.3s, 1.2s;
}
.quotes.js-inview-on .quote:nth-child(3) {
  transition-delay: 1.6s;
  transition-duration: 2s;
}
.quotes.js-inview-on .quote:nth-child(4) {
  transition-delay: 2.0s;
}
.quotes.js-inview-on .quote:nth-child(5) {
  transition-delay: 3s, 2.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.0s, .2s;
  transition-duration: 2s, 1.5s;
}
.quotes.js-inview-on .quote:nth-child(8) {
  transition-delay: .8s;
  transition-duration: 1s;
}
.quotes.js-inview-on .quote:nth-child(9) {
  transition-delay: .2s, 0s;
}
.quotes.js-inview-on .quote:nth-child(10) {
  transition-delay: 0s;
}
.quotes.js-inview-on .quote:nth-child(11) {
  transition-delay: .6s;
}
.quotes.js-inview-on .quote:nth-child(12) {
  transition-delay: 1.0s, .7s;
}
.quotes.js-inview-on .quote:nth-child(13) {
  transition-delay: .6s, .2s;
}


.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;
}

