@charset "utf-8";

body{
	/*overflow:hidden;*/
}

/*--------------------------------------
mainvisual
----------------------------------------*/

#mainvisual{
	width:100%;
  min-width: 1200px;
	margin:0 auto;
	position:relative;
	background: url(../images/mainvisual.jpg) no-repeat;
	background-size:100% auto;
	overflow:hidden;
}

#mainvisual h1{
	position:absolute;
	width:62%;
	top:17%;
}

#mainvisual h2{
	position:absolute;
	width:62%;
	top:17%;
}

#mainvisual h3{
	position:absolute;
	width:59%;
	top:9%;
	left:9%;
}

#mainvisual h4{
	position:absolute;
	width:3.5%;
	top:18%;
	right:3.5%;
}

#mainvisual h5{
	position:relative;
	width:18%;
	padding:60% 0 1.6% 78.5%;
}

#r15{
	position:absolute;
	width:2.2%;
	bottom:3%;
	right:1%;
}


#cast_img{
	width:40%;
	position:absolute;
	top:49%;
	left:14%;
}

#cast_img p:first-child{
	width:50%;
	position:absolute;
	left:0;
	top:0;
}

#cast_img p:last-child{
	width:50%;
	position:absolute;
	left:35%;
	top:0;
}

#tiff{
	width:24%;
	position:absolute;
	left:3%;
	bottom:11%;
}
/*
#bnr{
	width:58%;
	position:absolute;
	left:3%;
	bottom:3%;
}

#bnr ul{
	width:100%;
	margin:0 auto;
  justify-content: center;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#bnr ul li{
	width:24%;
	margin-right:1.25%;
}

#bnr ul li:last-child{
	margin-right:0px;
}
*/

#bnr{
	width:58%;
	position:absolute;
	left:3%;
	bottom:3%;
}

#bnr ul{
	width:100%;
	margin:0 auto;
  justify-content: left;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#bnr ul li{
	width:24%;
	margin-right:1.25%;
}

#bnr ul li:nth-child(3){
	width:20%;
}

#bnr ul li:last-child{
	margin-right:0px;
}


#billing{
	width:68%;
	margin:0 auto;
	padding:50px 0;
}


/*--------------------------------------
movie
----------------------------------------*/
#movie{
	width:100%;
  min-width: 1200px;
	background: url(../images/movie_bg.jpg) no-repeat;
	background-size:cover;
	padding:60px 0;
}

#movie h2{
	width:18%;
  margin:0 auto;
	padding-bottom:40px;
}

#youtube{
	width:70%;
	max-width:1200px;
	margin:0 auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
  /*opacity: 0;*/
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#movie_nav{
	width:80%;
	margin:30px auto 0;
}

#movie_nav ul{
	width:100%;
	margin:0 auto;
  justify-content: left;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#movie_nav ul li{
	width:49.5%;
	margin-right:1%;
	margin-bottom:1%;
}

#movie_nav ul li:last-child, #movie_nav ul li:nth-child(even){
	margin-right:0;
}

#movie_nav ul li a{
	display:block;
	width:100%;
	padding:15px 0;
	text-decoration:none;
	text-align:center;
}

.active{
	background-color:#710001;
}

.active a{
	color:#fff;
}

.nonactive{
	background-color:#313131;
}

.nonactive a{
	color:#fff;
}

/*--------------------------------------
introduction
----------------------------------------*/
#introduction{
	width:100%;
  min-width: 1200px;
	background: url(../images/intro_bg.jpg) no-repeat;
	background-size:cover;
}

#introduction ul{
	width:100%;
  min-width: 1200px;
	margin:0 auto;
  justify-content: center;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#introduction ul li:first-child{
	width:51%;
	padding:2% 3% 0 2%;
}

#introduction ul li:last-child{
	width:44%;
}

#introduction ul li h2{
	width:62%;
	margin-bottom:3%;
}

#introduction ul li h3{
	width:96%;
	margin-bottom:3%;
}

#introduction ul li p{
	color:#fff;
	font-size:1.25vw;
	line-height:1.8;
	font-weight:200;
	text-align:justify;
}

@media screen and (max-width:1200px) {
	#introduction ul li p{
		font-size:15px;
	}
}

/*--------------------------------------
scroll
----------------------------------------*/

#scroll{
	width:100%;
  min-width: 1200px;
	height:276px;
	position:relative;
}

#scroll_img{
	background: url(../images/scroll_img.jpg) repeat-x left; top:0;
}

#scroll_img{
	background-size: auto 100%;
	width: 100%;
	height:276px;
	position: absolute;
	left: 0;
	z-index: 6;
	-webkit-background-size: auto 100%;
	-webkit-animation: bgscroll 50s linear infinite;
	animation: bgscroll 50s linear infinite;
	pointer-events: none;
}

@-webkit-keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: -3400px 0;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: -3400px 0;}
}


/*--------------------------------------
story
----------------------------------------*/
#story{
	width:100%;
  min-width: 1200px;
	background: url(../images/story_bg.jpg) no-repeat;
	background-size:cover;
}

#story h2{
	width:13%;
	margin:0 auto;
	padding:3% 0;
}

#story h3{
	width:56%;
	margin:0 auto;
}

#story p{
	color:#fff;
	font-size:1.25vw;
	line-height:1.8;
	font-weight:200;
	text-align:justify;
	width:80%;
  min-width: 960px;
	margin:0 auto;
	padding:2% 0 50%;
}

@media screen and (max-width:1200px) {
	#story p{
		font-size:15px;
	}
}

/*--------------------------------------
share
----------------------------------------*/
#share{
	width:100%;
  min-width: 1200px;
}

#share h2{
	width:14%;
  margin:0 auto;
	padding:5% 0 1%;
}

#share p{
	color:#fff;
	text-align:center;
	font-size:18px;
}

#share ul{
	margin:0 auto;
	padding:2% 0 4%;
  justify-content: center;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#share ul li:nth-child(1){
	width:70px;
	position:relative;
	margin-top:10px;
}

#share ul li:nth-child(2){
	width:115px;
	position:relative;
	margin-top:10px;
}

#share ul li:nth-child(3){
	width:70px;
	position:relative;
	margin-right:0;
}

#footer_billing{
	width:65%;
	margin:0 auto;
	padding-bottom:3%;
}


/*--------------------------------------
animation
----------------------------------------*/
#black_bg{
	left:-100vw;
	position:fixed;
	width:calc(100vw*2);
	height:100vh;
	background: -moz-linear-gradient(left, #000 60%, transparent);
  background: -webkit-linear-gradient(left, #000 60%, transparent);
  background: linear-gradient(to left, #000 60%, transparent);
	z-index:9000;
	-webkit-transition: all 1.0s ease-out 1.2s;
  transition: all 1.0s ease-out 1.2s;
	overflow:hidden;
}

.is-loaded #black_bg {
	left:100vw;
}

#navi{
	top:-60px;
	position:fixed;
	-webkit-transition: all 0.6s ease-out 3.6s;
  transition: all 0.6s ease-out 3.6s;
}

.is-loaded #navi {
	top:0;
}

#mainvisual h3,
#mainvisual h4,
#mainvisual h5,
#mainvisual #r15,
#tiff,
#bnr{
  opacity: 0;
}

#mainvisual h5,
#mainvisual #r15,
#tiff,
#bnr{
	-webkit-transition: all 0.6s ease-out 3.6s;
  transition: all 0.6s ease-out 3.6s;
}

.is-loaded #mainvisual h5,
.is-loaded #mainvisual #r15,
.is-loaded #mainvisual #tiff,
.is-loaded #mainvisual #bnr {
  opacity: 1;
}

.is-loaded #mainvisual h3{
  -webkit-animation: open_bler 1s ease-in 2.4s forwards;
  -moz-animation: open_bler 1s ease-in 2.4s forwards;
  -o-animation: open_bler 1s ease-in 2.4s forwards;
  animation: open_bler 1s ease-in 2.4s forwards;
}

.is-loaded #mainvisual h4{
  -webkit-animation: open_bler 1s ease-in 2.9s forwards;
  -moz-animation: open_bler 1s ease-in 2.9s forwards;
  -o-animation: open_bler 1s ease-in 2.9s forwards;
  animation: open_bler 1s ease-in 2.9s forwards;
}

@keyframes open_bler {
  0% {
    opacity: 0;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
}


#mainvisual h1{
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  opacity: 0;
  -webkit-transform: scale(3);
      -ms-transform: scale(3);
          transform: scale(3);
}

#mainvisual h2{
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-delay: 2.0s;
          transition-delay: 2.0s;
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  opacity: 0;
  -webkit-transform: scale(3);
      -ms-transform: scale(3);
          transform: scale(3);
}

.is-loaded #mainvisual h1,
.is-loaded #mainvisual h2{
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}




#billing,
#movie{
  opacity: 0;
}


#billing.is_loaded,
#movie.is_loaded {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


#introduction h2,
#introduction h3,
#introduction p {
	opacity: 0;
}

#introduction.is_loaded h2 {
  -webkit-animation-name: fadeInSlide;
          animation-name: fadeInSlide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#introduction.is_loaded h3 {
  -webkit-animation-name: fadeInSlide;
          animation-name: fadeInSlide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#introduction.is_loaded p {
  -webkit-animation-name: fadeInSlide;
          animation-name: fadeInSlide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInSlide {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


#story{
  opacity: 0;
	-webkit-transition: all 1.4s ease-out 0.6s;
  transition: all 1.4s ease-out 0.6s;
}

#story h2,
#story h3,
#story p{
  opacity: 0;
}

#story.is_loaded {
  opacity: 1;
}

#story.is_loaded h2 {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#story.is_loaded h3 {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#story.is_loaded p {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/*--------------------------------------
character
----------------------------------------*/
#character{
	width:100%;
  min-width: 1200px;
	background: url(../images/cast_bg.jpg) no-repeat;
	background-size:cover;
}

#character h2{
	width:25%;
	margin:0 auto;
	padding:6% 0;
}

#swiper{
	width: 1200px;
	height:710px;
	margin:0 auto;
	position:relative;
}

.swiper-container{
	width: 1200px;
	height:710px;
	margin:0 auto;
}

.swiper-slide ul{
	width:100%;
  justify-content: center;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-slide ul li{
	width:310px;
	margin-right:25px;
	background: url(../images/cast_img.jpg) no-repeat;
}

.swiper-slide ul li:nth-child(3),
.swiper-slide ul li:nth-child(6){
	margin-right:0;
}

.swiper-slide ul li:nth-child(4),
.swiper-slide ul li:nth-child(5),
.swiper-slide ul li:nth-child(6){
	margin-top:30px;
}

#cast01, #cast02, #cast03, #cast04, #cast05, #cast06, #cast07, #cast08, #cast09 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	background:rgba(0,0,0,0.85);
}

.main{
	width:880px;
	height:530px;
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	background: url(../images/modal_bg.png) no-repeat right top;
}

.main ul{
	width:880px;
  justify-content: center;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main ul li:nth-child(1){
	width:400px;
	margin-right:30px;
}

.main ul li:nth-child(2){
	display: table;
	width:450px;
	height:530px;
}

.main ul li:nth-child(2) p{
	display: table-cell;
  vertical-align: middle;
	font-size:16px;
	color:#fff;
	text-align:justify;
}

.btn_close{
	width:40px;
	position:absolute;
	top:0;
	right:0;
}

.sub{
	width:740px;
	height:335px;
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	background: url(../images/modal_bg.png) no-repeat right -80px;
	background-size:70% auto
}

.sub ul{
	width:740px;
  justify-content: center;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sub ul li:nth-child(1){
	width:208px;
	margin-right:30px;
}

.sub ul li:nth-child(2){
	display: table;
	width:502px;
	height:335px;
}

.sub ul li:nth-child(2) p{
	display: table-cell;
  vertical-align: middle;
	font-size:16px;
	color:#fff;
	text-align:justify;
}


#character{
  opacity: 0;
	-webkit-transition: all 1.4s ease-out 0.6s;
  transition: all 1.4s ease-out 0.6s;
}

#character h2{
  opacity: 0;
}

#character.is_loaded {
  opacity: 1;
}

#character.is_loaded h2 {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#character.is_loaded #swiper {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


/*--------------------------------------
staff
----------------------------------------*/
#staff{
	width:100%;
  min-width: 1200px;
	background: url(../images/staff_bg.jpg);
	margin-top:80px;
	padding-bottom:80px;
}

#staff h2{
	width:12%;
	margin:0 auto;
	padding:4% 0;
}

#staff_info{
	width:1200px;
	height:420px;
	margin:0 auto;
}

#staff_info ul{
	width:1200px;
	height:420px;
	position:relative;
	margin:0 auto;
	background-color:#000;
}

#staff_info ul li p{
	color:#fff;
	font-size:16px;
}

#staff_info ul li{
	position:absolute;
	left:0;
	top:0;
}

#staff_info ul li:nth-child(1) img{
	width:600px;
	position:absolute;
	left:0;
	top:0;
}

#staff_info ul li:nth-child(1) p{
	width:500px;
	position:absolute;
	left:650px;
	top:50px;
}

#staff_info ul li:nth-child(2),
#staff_info ul li:nth-child(3),
#staff_info ul li:nth-child(4),
#staff_info ul li:nth-child(5),
#staff_info ul li:nth-child(6),
#staff_info ul li:nth-child(7),
#staff_info ul li:nth-child(8){
	width:810px;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#staff_info ul li .name{
	color:#fff;
	font-size:28px;
	font-weight:600;
	padding-bottom:5px;
}

#staff_info ul li .name span{
	font-size:16px;
}


#staff_menu ul{
	width:1200px;
	margin:40px auto 0;
  justify-content: center;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#staff_menu ul li{
	position:relative;
	margin:0 20px 35px 0;
	height:45px;
	cursor:pointer;
	transition: 0.4s ;
}

#staff_menu ul li:hover{
	opacity:0.6;
}

#staff_menu ul li:nth-child(4),
#staff_menu ul li:nth-child(8){
	margin-right:0;
}

#staff_menu ul li:nth-child(5),
#staff_menu ul li:nth-child(6),
#staff_menu ul li:nth-child(7),
#staff_menu ul li:nth-child(8){
	margin-bottom:0;
}

#staff_menu ul li:nth-child(1){
	width:203px;
}

#staff_menu ul li:nth-child(2){
	width:232px;
}

#staff_menu ul li:nth-child(3){
	width:219px;
}

#staff_menu ul li:nth-child(4){
	width:427px;
}

#staff_menu ul li:nth-child(5){
	width:259px;
}

#staff_menu ul li:nth-child(6){
	width:284px;
}

#staff_menu ul li:nth-child(7){
	width:221px;
}

#staff_menu ul li:nth-child(8){
	width:221px;
}

#staff_menu ul li img{
	position:absolute;
	left:0;
	top:0;
}


#staff{
  opacity: 0;
	-webkit-transition: all 1.4s ease-out 0.6s;
  transition: all 1.4s ease-out 0.6s;
}

#staff h2{
  opacity: 0;
}

#staff.is_loaded {
  opacity: 1;
}

#staff.is_loaded h2 {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#staff.is_loaded #staff_info,
#staff.is_loaded #staff_menu {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


/*--------------------------------------
production notes
----------------------------------------*/
#production_notes{
	width:100%;
  min-width: 1200px;
	margin-top:65px;
	padding-bottom:50px;
}

#production_notes h2{
	width:40%;
	margin:0 auto 50px;
}

#prono_inner{
	width:1200px;
	height:760px;
	margin:0 auto;
	position:relative;
}

#prono_navi{
	width:390px;
	height:470px;
	position:absolute;
	top:0;
	left:0;
}

#prono_navi ul{
	width:390px;
  justify-content: center;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#prono_navi ul li{
	background-color:#242424;
	margin-bottom:5px;
	cursor:pointer;
	transition: 0.4s ;
}

#prono_navi ul li:hover{
	opacity:0.6;
}

#prono_navi ul li:last-child{
	margin-bottom:0;
}

#prono_navi ul li.active{
	background-color:#360101;
}

#prono_txt{
	width:750px;
	height:470px;
	position:absolute;
	top:0;
	right:0;
}



#prono_txt ul li{
	width:750px;
	height:470px;
	overflow:hidden;
	position:absolute;
	top:0;
}

#prono_txt h3{
	font-size:24px;
	color:#edef99;
	margin-bottom:20px;
}

#prono_txt p{
	color:#fff;
	font-size:16px;
	padding-right:20px;
}

#prono_img{
	width:1200px;
	position:absolute;
	top:520px;
	left:0;
}

#prono_img ul li{
	position:absolute;
	top:0;
}

#production_notes{
  opacity: 0;
	-webkit-transition: all 1.4s ease-out 0.6s;
  transition: all 1.4s ease-out 0.6s;
}

#production_notes h2{
  opacity: 0;
}

#production_notes.is_loaded {
  opacity: 1;
}

#production_notes.is_loaded h2 {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#production_notes.is_loaded #prono_navi {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#production_notes.is_loaded #prono_txt {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#production_notes.is_loaded #prono_img {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 2.0s;
          animation-delay: 2.0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
