html{
  height:100vh; 
}

body { margin: 0; padding:0;font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; width:100%; height:100vh;overflow-x:hidden;background-color: #000;}
body > footer {
	position: sticky;
	top: 100vh;
}	
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-10;
  width:100%;
  height:100vh;
  background:url(../img/story_bg_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
.clearfix{
  zoom:1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
.img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@-webkit-keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
}
@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop-slide-rev {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes fadeIn {
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}
.fadeIn {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInFast {
	animation-name:fadeIn;
	animation-duration:0.2s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}


@keyframes fadeInUp {
	from {
	opacity: 0;
	transform: translateY(70px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}
@keyframes fadeInUp2 {
	from {
	opacity: 0;
	transform: translateY(100px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}
@keyframes fadeOut {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	}
}
@keyframes blurIn {
	from {
	opacity: 0;
	filter: blur(10px);
	transform: scale(4);
	}
	to {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
	}
}
@keyframes zoomIn {
	from {
	transform: scale(0);
	opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}



@media (max-width: 1024px) {
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-10;
		width:100%;
		height:100vh;
		background:url(../img/story_bg_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}

br.sponly {display:inline;}
}


/* ========================================
ローディング
========================================== */

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0s;
    transition-duration: 1s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.5s;
    transition-duration: 2.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #F9F6F1;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
    display: grid;
    place-items: center;
}
#loader {
	width:20%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
    display: grid;
    place-items: center;
	animation-name: anime1;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-delay:0;
	animation-iteration-count: infinite;
	animation-fill-mode:forwards;
}
#loader #load1 img {
	width:100%;
	height:auto;
}
@keyframes anime1 {
	0% {	opacity:0;	}
	15% {	opacity:1;	}
	85% {	opacity:1;	}
	100% {	opacity:0;	}
}


/* 以下スマホ */
@media (max-width: 600px) {

#loader {
	width:40%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
}

#loader #load1 img {
	width:100%;
	height:auto;
}


}


/* ========================================
ヘッダー
========================================== */

#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:15px 0 20px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #f9f6f1, transparent);
	background: -webkit-linear-gradient(top, #f9f6f1, transparent);
	background: linear-gradient(to bottom, #f9f6f1, transparent);
	z-index:1001;
	opacity: 0;
}
#pcheader ul#pcmenu {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type:none;
	display:flex;
	justify-content: center;
}
#pcheader ul#pcmenu li {
	width:auto;
	height:auto;
	margin:0 1%;
	padding:0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#pcheader ul#pcmenu li.menusns {
	width:auto;
	height:auto;
	margin:0 0.5%;
	padding:0;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li a {
	transition-duration: 0.4s;
	text-decoration:none !important;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:2vw;
	line-height:2vw;
	text-align: center;
	color: #000;
	font-family: 'Road Rage', cursive;
	letter-spacing: 1px;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	color: #000;
}

#pcheader ul#pcmenu li a:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.navigation {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px ;
	width: 100%;
	height: 60px;
}  
  .global-nav {
	position: fixed;
	right: 0;
	top: -2000px;
	width: 100%;
	height: 100vh;
	min-height: 100%;
	padding-top: 10px;
	background-color: #f9f6f1;
	transition: all .6s;
	z-index: 200000;
	overflow-y: auto;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
}  
.global-nav #menu-logo {
	width:90%;
	height:auto;
	margin:13vh 5% 8vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo img {
	width: 100%;
}
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0.1vw 0px;
}
.global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;	
	color: #000;
	transition: all .6s;
	font-family: 'Road Rage', cursive;
	letter-spacing: 1px;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #000 !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#000;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 4%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#000;
}

.global-nav ul.nav-sns li img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.global-nav ul.nav-sns li img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

  .hamburger__line--1 {
	top: 12px;
  }
  .hamburger__line--2 {
	top: 27px;
  }
  .hamburger__line--3 {
	top: 42px;
  }
  .black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
	top: 0;
  }
  .nav-open .black-bg {
	opacity: .8;
	visibility: visible;
  }
  .nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 30px;
  
  }
  .nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
	opacity: 0;
  
  }
  .nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 30px;
  
  }
  


/* 以下タブレット・スマホ */
@media (max-width: 800px) {
	#pcheader {
		display: none;
	}

.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background:none;
	opacity: 1;
  }  
  .hamburger {
	width: 52px; /* クリックしやすいようにちゃんと幅を指定する */
	height: 54px; /* クリックしやすいようにちゃんと高さを指定する */
	  display:block !important;
  }  
  .hamburger__line {
	  position: absolute;
	  left: -2px;
	  width: 40px;
	  height: 4px;
	  transition: all .6s;
	}	
	.hamburger #menu {
	  position: absolute;
	  top: 38px;
	  left: -3px;
	  font-weight:bold;
	  font-size:0.9em;
	}
  
  .hamburger__line--1 {
	top: 8px;
  }
  .hamburger__line--2 {
	top: 21px;
  }
  .hamburger__line--3 {
	top: 34px;
  }
  
  .global-nav {
	position: fixed;
	top: -1600px; /* これで隠れる */
	left: 0;
	width: 100%; /* スマホに収まるくらい */
	height: 100vh;
	min-height: 100%;
	padding-top: 40px;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:3em;
	line-height: 1em;
	font-family: 'Road Rage', cursive;
	letter-spacing: 1px;	
}

	.global-nav__item a .jp {
		width: 100%;
		font-size:3vw;
	}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 6vw 2% 0;
	text-align: center;
}
.global-nav ul.nav-sns li a {
	font-size: 10vw;
}
.global-nav #tw-menu {
	width:100%;
	height:auto;
	padding:20px 0;
	margin:0;
	text-align: center;
	opacity: 1;
	position: relative;
	color: #fff;
	font-size: 10vw;
}
.global-nav #tw-menu a {
	color: #fff;
}
  
	/* 表示された時用のCSS */
	.nav-open .global-nav {
	  top: 0;
	}
	.nav-open .black-bg {
	  opacity: .8;
	  visibility: visible;
	}
	.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 20px;
	
	}
	.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
	
	}
	.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 20px;
	
	}
  
  
  ul#nav-button {
	  display:none !important;
  }
  
}  


/* 以下タブレット・スマホ */
@media (max-width: 550px) {
	.global-nav__item {
		margin: 10px 0;
	}
	.global-nav__item a {
		display: block;
		padding: 3px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:3em;
		line-height: 1em;
		font-family: 'Road Rage', cursive;
		letter-spacing: 1px;	
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.6vw;
	}
}




/* ========================================
トップメイン画像まわり
========================================== */
#topmain {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
	background-color: #d1cfcc;
}
#topmain #top-bg {
	width:100%;
	height:auto;
	position:relative;
}
#topmain #top-bg #top-bg-bl {
	width:100%;
	height:auto;
	position:relative;
	opacity: 0;
	z-index: 1;
}
#topmain #top-bg #top-bg-red {
	width:100%;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 3;
}
#topmain #top-bg #top-bg-wh {
	width:100%;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
}
@keyframes bg-bl {
	0% {
		opacity: 0;
		transform: translateX(-80%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}	
}
@keyframes bg-red {
	0% {
		opacity: 0;
		transform: translateY(80%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
@keyframes bg-wh {
	0% {
		opacity: 0;
		transform: translateY(-80%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
.bg-bl {
	animation: bg-bl 1.3s ease-out 0s forwards;
}
.bg-red {
	animation: bg-red 1.3s ease-out 0s forwards;
}
.bg-wh {
	animation: bg-wh 1.3s ease-out 0s forwards;
}
#topmain #main-image {
	width:69%;
	height:auto;
	position: absolute;
	top: -33%;
	left: -3%;
	opacity: 0;
	transform: rotate(-60deg);
	transform-origin: top left;
	z-index: 4;	
}
@keyframes main-image {
	0% {
		opacity: 0;
		transform: rotate(-60deg);	
	}
	28% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: rotate(0deg);	
	}
}
.main-image {
	animation: main-image 1.2s ease-in-out 0.8s forwards;
}
#topmain #yoko-catch {
	width: 34%;
	height: auto;
	position: absolute;
	bottom: 8%;
	left: 2%;
	transform: rotate(5deg);
	z-index: 4;	
}
#topmain #tate-catch {
	width: 4.5%;
	height: auto;
	position: absolute;
	top: 5%;
	left: 58%;
	z-index: 4;	
}
#topmain #date {
	width: 31%;
	height: auto;
	position: absolute;
	top: 38%;
	right: 8%;
	z-index: 4;	
}
#topmain #main-logo {
	width: 45.3%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 4.1%;
	right: 4.2%;
	z-index: 4;	
}
#topmain #campany-logo {
	width: 3%;
	height: auto;
	position: absolute;
	bottom: 3%;
	right: 3.5%;
	z-index: 4;	
}
#topmain .top-others {
	opacity: 0;
}
.others-fadein {
	animation: fadeIn 1.5s ease-out 2.0s forwards;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {


}

/* 以下タブレット・スマホ */
@media (max-width: 610px) {
	#topmain #top-bg #top-bg-bl {
		width:100%;
		height:auto;
		position:relative;
		opacity: 0;
		z-index: 3;
	}
	#topmain #top-bg #top-bg-red {
		width:100%;
		height:auto;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		z-index: 1;
	}
	#topmain #top-bg #top-bg-wh {
		width:100%;
		height:auto;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		z-index: 2;
	}
	#topmain #main-image {
		width:155%;
		height:auto;
		position: absolute;
		top: -15%;
		left: -37%;
		opacity: 0;
		transform: rotate(-60deg);
		transform-origin: top left;
		z-index: 4;	
	}
	#topmain #yoko-catch {
		width: 92%;
		height: auto;
		position: absolute;
		bottom: 20%;
		left: 4%;
		transform: rotate(0deg);
		z-index: 4;	
	}
	#topmain #tate-catch {
		width: 10%;
		height: auto;
		position: absolute;
		top: 3%;
		left: auto;
		right: 1%;
		z-index: 4;	
	}
	#topmain #date {
		width: 90%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 5%;
		right: 2%;
		z-index: 4;	
	}
	#topmain #main-logo {
		width: 96%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 54%;
		right: 2%;
		z-index: 4;	
	}
	#topmain #campany-logo {
		width: 10%;
		height: auto;
		position: absolute;
		bottom: 25%;
		right: auto;
		left: 2%;
		z-index: 4;	
	}
}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0 2vw;
	background-color: #f9f6f1;
}
#bridge #theater-banners {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #theater-banners li {
	width: 15%;
}
#bridge #mubi-wrap {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	text-align: center;
	opacity: 0;
}
#bridge #mubi-wrap #mvtk-widgets-container {
	display: inline-block;
}
#bridge #sns-link {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #sns-link li {
	width: 4%;
	height: auto;
	margin: 0 1%;
}
#bridge #sns-link li img {
	width: 100%;
	height: auto;
}
#bridge #theater-banners li:hover ,
#bridge #sns-link li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 8vw 0 3vw;
		background-color: #f9f6f1;
	}
	#bridge #billing {
		display: none;
	}
	#bridge #theater-banners {
		width: 100%;
		height: auto;
		margin: 2vw 0 5vw;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#bridge #theater-banners li {
		width: 40%;
	}
	#bridge #mubi-wrap {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		text-align: center;
		opacity: 0;
	}

	#bridge #sns-link {
		width: 100%;
		height: auto;
		margin: 2vw 0 5vw;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}	
	#bridge #sns-link li {
		width: 8%;
		height: auto;
		margin: 0 3%;
	}

}


/* 以下タブレット・スマホ */
@media (max-width: 610px) {
	#bridge {
		background-color: #e83820;
	}
	#bridge #theater-banners li {
		width: 60%;
	}
	#bridge #sns-link li {
		width: 12%;
		height: auto;
		margin: 0 3%;
	}

}



/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:2vw 0 13vw;
	overflow: hidden;
	position: relative;
	background: #f9f6f1 url(../img/NM-trailer-bg-eftower.png) no-repeat bottom left;
	background-size: 33%;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 1vw;
	text-align:center;
	position: relative;
	opacity: 0;
}
.trailer h2 img {
	width:12%;
	height:auto;
	vertical-align: bottom;
}
.trailer .top-slide-wrap {
	width: 100%;
	height: auto;
	padding: 3vw 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
}
.trailer #trailer-slide1 .top-slide , 
.trailer #trailer-slide3 .top-slide {
	width: 100%;
	animation: loop-slide 30s infinite linear 1s both;
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.trailer #trailer-slide2 .top-slide , 
.trailer #trailer-slide4 .top-slide {
	width: 100%;
	animation: loop-slide-rev 30s infinite linear 1s both;
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.trailer .top-slide-wrap .top-slide .content {
	height: auto;
	margin: 0;
	text-align: center;
}
.trailer #trailer-slide1 .top-slide .content {
	width: 7vw;
} 
.trailer #trailer-slide2 .top-slide .content {
	width: 10vw;
} 
.trailer #trailer-slide3 .top-slide .content {
	width: 10vw;
} 
.trailer #trailer-slide4 .top-slide .content {
	width: 10vw;
} 
.trailer .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.trailer #video-wrap {
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0 20%;
	position: absolute;
	top: 13%;
	left: 0;
}
.video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
} 
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.trailer ul#movie-changer {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.movie-btn {
	width: 30%;
	height: auto;
	margin: 0 1%;
	padding: 3px 0;
	text-align: center;
	background-color: transparent;
	border: 1px solid #00479D;
	color: #00479D;
	font-size: 1.1vw;
}
.movie-btn i {
	display: none;
}
.activee {
	background: #00479D;
	border: 1px solid #00479D;
	color: #fff;
}
.activee i {
	display: inline;
}
.movie-btn:hover {
	background: #00479D;
	border: 1px solid #00479D;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}

.video-sp {
display:none !important;
}
.h2sp {display:none;}


/* 以下スマホ */
@media (max-width: 1024px) {
.trailer {
	width:100%;
	padding:30px 0 10vw;
}
.trailer h2 {
	margin:0 0 4vw;
}
.trailer h2 img {
	width:20%;
	height:auto;
	vertical-align: bottom;
}
.trailer #video-wrap {
	width: 70%;
	height: auto;
	margin: 0;
	padding: 0 15%;
	position: absolute;
	top: 18%;
	left: 0;
}

.video {
	width:90%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 5% 10px;
	display:block;
}
.movie-btn {
	width: 30%;
	font-size: 2vw;

}
}

@media (max-width: 525px) {

.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:5vw 0 50vw;
	background: #e83820 url(../img/NM-trailer-bg-eftower.png) no-repeat bottom right;
	background-size: 60%;
}
.trailer h2 img {
	width:30%;
	height:auto;
	vertical-align: bottom;
}
.trailer .top-slide-wrap {
	display: none;
}
.trailer #video-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: static;
}
.video {
width:100%;
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
margin:0 0 10px;
display:block;
}
.movie-btn {
	width: 45%;
	height: auto;
	margin: 0 1%;
	padding: 3px 0;
	text-align: center;
	background-color: transparent;
	border: 1px solid #f9f6f1;
	color: #f9f6f1;
	font-size: 3vw;
}
.movie-btn i {
	display: none;
}
.activee {
	background: #f9f6f1;
	border: 1px solid #f9f6f1;
	color: #e83820;
}
.activee i {
	display: inline;
}
.movie-btn:hover {
	background: #f9f6f1;
	border: 1px solid #f9f6f1;
	color: #e83820;
	cursor: pointer;
	transition-duration: 0.6s;
}

}

/* ========================================
イントロ＆ストーリー
========================================== */
#intro-bg0 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #F9F6F1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -15;
}
#intro-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/NM-introstory-bg-pc-1.jpg) no-repeat;
	background-size: cover;
	background-position: left center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -14;
	animation: intro-bg1 20s ease-in-out 0s infinite;
}
#intro-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/NM-introstory-bg-pc-2.jpg) no-repeat;
	background-size: cover;
	background-position: left center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -14;
	animation: intro-bg2 20s ease-in-out 0s infinite;
}
#intro-bg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/NM-introstory-bg-pc-3.jpg) no-repeat;
	background-size: cover;
	background-position: left center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -14;
	animation: intro-bg3 20s ease-in-out 0s infinite;
}
#intro-bg4 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/NM-introstory-bg-pc-4.jpg) no-repeat;
	background-size: cover;
	background-position: left center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -14;
	animation: intro-bg4 20s ease-in-out 0s infinite;
}
@keyframes intro-bg1 {
	0% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes intro-bg2 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	45% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes intro-bg3 {
	0% {
		opacity: 0;
	}
	45% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes intro-bg4 {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
#frame-b {
	width: 48%;
	height: auto;
	position: fixed;
	top: 3%;
	left: 26%;
	z-index: -10;
	animation: frame-b 8s ease-in-out 0s infinite;
}
#frame-r {
	width: 48%;
	height: auto;
	position: fixed;
	top: 3%;
	left: 26%;
	z-index: -9;
	animation: frame-r 10s ease-in-out 0s infinite;
}
@keyframes frame-b {
	0% {
		transform: rotate(-2deg);
	}
	50% {
		transform: rotate(3deg);
	}
	100% {
		transform: rotate(-2deg);
	}
}
@keyframes frame-r {
	0% {
		transform: rotate(3deg);
	}
	50% {
		transform: rotate(-1deg);
	}
	100% {
		transform: rotate(3deg);
	}
}
#intro-story {
	width: 100%;
	height: auto;
	padding: 0 0 20vw;
	position: relative;
	z-index: -12;
}
#intro-story #intro {
	width: 40%;
	height: auto;
	padding: 30vw 30% 10vw;
}
#intro-story #intro h2 {
	width: 40%;
	height: auto;
	margin: 0 30% 20vw;
	opacity: 0;
}
#intro-story #intro h3 {
	width: 70%;
	height: auto;
	margin: 0 15% 15vw;
	opacity: 0;
}
#intro-story #intro h4 {
	width: 70%;
	height: auto;
	margin: 0 15% 15vw;
	opacity: 0;
}
#intro-story #intro p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1.1vw;
	line-height: 2.2vw;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	color: #000;
	opacity: 0;
}
#intro-story #story {
	width: 40%;
	height: auto;
	padding: 10vw 30%;
}
#intro-story #story h2 {
	width: 20%;
	height: auto;
	margin: 0 40% 8vw;
	opacity: 0;
}
#intro-story #story p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1.1vw;
	line-height: 2.2vw;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	color: #000;
	opacity: 0;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#intro-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NM-introstory-bg-sp-1.png) no-repeat;
		background-size: 100% auto;
		background-position: left 0% bottom -20%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -14;
		animation: intro-bg1 20s ease-in-out 0s infinite;
	}
	#intro-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NM-introstory-bg-sp-2.png) no-repeat;
		background-size: 100% auto;
		background-position: left 0% bottom -20%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -14;
		animation: intro-bg2 20s ease-in-out 0s infinite;
	}
	#intro-bg3 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NM-introstory-bg-sp-3.png) no-repeat;
		background-size: 100% auto;
		background-position: left 0% bottom -20%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -14;
		animation: intro-bg3 20s ease-in-out 0s infinite;
	}
	#intro-bg4 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NM-introstory-bg-sp-4.png) no-repeat;
		background-size: 100% auto;
		background-position: left 0% bottom -20%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -14;
		animation: intro-bg4 20s ease-in-out 0s infinite;
	}
	#frame-b {
		width: 94%;
		height: auto;
		position: fixed;
		top: 3%;
		left: 3%;
		z-index: -10;
		animation: frame-b 8s ease-in-out 0s infinite;
	}
	#frame-r {
		width: 94%;
		height: auto;
		position: fixed;
		top: 3%;
		left: 3%;
		z-index: -9;
		animation: frame-r 10s ease-in-out 0s infinite;
	}	
	#intro-story {
		width: 100%;
		height: auto;
		padding: 0 0 80vw;
		position: relative;
		z-index: -15;
	}
	#intro-story #intro {
		width: 82%;
		height: auto;
		padding: 100vw 9% 10vw;
	}
	#intro-story #intro h2 {
		width: 40%;
		height: auto;
		margin: 0 30% 50vw;
		opacity: 0;
	}
	#intro-story #intro h3 {
		width: 66%;
		height: auto;
		margin: 0 17% 30vw;
		opacity: 0;
	}
	#intro-story #intro h4 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		opacity: 0;
	}
	#intro-story #intro p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 1em;
		line-height: 1.9em;
		font-feature-settings: "palt";
		letter-spacing: 2px;
		color: #000;
		opacity: 0;
	}
	#intro-story #story {
		width: 82%;
		height: auto;
		padding: 30vw 9%;
	}
	#intro-story #story h2 {
		width: 20%;
		height: auto;
		margin: 0 40% 8vw;
		opacity: 0;
	}
	#intro-story #story p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 1em;
		line-height: 1.9em;
		font-feature-settings: "palt";
		letter-spacing: 2px;
		color: #000;
		opacity: 0;
	}

}


/* 以下スマホ */
@media (max-width: 610px) {
	#intro-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NM-introstory-bg-sp-1.png) no-repeat;
		background-size: 100% auto;
		background-position: left 0% bottom -10%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -14;
		animation: intro-bg1 20s ease-in-out 0s infinite;
	}
	#intro-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NM-introstory-bg-sp-2.png) no-repeat;
		background-size: 100% auto;
		background-position: left 0% bottom -10%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -14;
		animation: intro-bg2 20s ease-in-out 0s infinite;
	}
	#intro-bg3 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NM-introstory-bg-sp-3.png) no-repeat;
		background-size: 100% auto;
		background-position: left 0% bottom -10%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -14;
		animation: intro-bg3 20s ease-in-out 0s infinite;
	}
	#intro-bg4 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NM-introstory-bg-sp-4.png) no-repeat;
		background-size: 100% auto;
		background-position: left 0% bottom -10%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -14;
		animation: intro-bg4 20s ease-in-out 0s infinite;
	}
	#intro-story {
		width: 100%;
		height: auto;
		padding: 0 0 160vw;
		position: relative;
		z-index: -15;
	}
	#intro-story #intro h2 {
		width: 60%;
		height: auto;
		margin: 0 20% 50vw;
		opacity: 0;
	}
	#intro-story #story h2 {
		width: 30%;
		height: auto;
		margin: 0 35% 8vw;
		opacity: 0;
	}
}





/* ========================================
スライダーエリア
========================================== */
#slider-area {
	width: 100%;
	height: auto;
	background-color: #F9F6F1;
	position: relative;
}
#slider-area .top-slide-wrap {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
}
#slider-area #area-slide1 .top-slide {
	animation: loop-slide 80s infinite linear 1s both;
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#slider-area #area-slide2 .top-slide {
	animation: loop-slide-rev 80s infinite linear 1s both;
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#slider-area .top-slide-wrap .top-slide .content {
	width: 33vw;
	height: auto;
	margin: 0;
	text-align: center;
}
#slider-area .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#slider-area #effel {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0 0;
	text-align: right;
}
#slider-area #effel img {
	width: 20%;
	height: auto;
	vertical-align: bottom;
}
#slider-area #slide-logo {
	width: 40%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#slider-area .top-slide-wrap .top-slide .content {
		width: 70vw;
		height: auto;
		margin: 0;
		text-align: center;
	}
	#slider-area #effel {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 30vw 0 0;
		text-align: right;
	}
	#slider-area #effel img {
		width: 40%;
		height: auto;
		vertical-align: bottom;
	}
	#slider-area #slide-logo {
		width: 33%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50% , -50%);
	}
	
}


/* 以下スマホ */
@media (max-width: 610px) {
	#slider-area .top-slide-wrap .top-slide .content {
		width: 120vw;
		height: auto;
		margin: 0;
		text-align: center;
	}
}



/* ========================================
監督インタビュー
========================================== */
#director {
	width: 100%;
	height: auto;
	margin: -1px 0 0;
	padding: 5vw 0;
	background-color: #01479d;
}
#director h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	text-align: center;
	opacity: 0;
}
#director h2 img {
	width: 15%;
}
#director .dire-img-wrap {
	width: 30%;
	height: auto;
	margin: 2vw 35%;
	position: relative;
}
#director .dire-img-wrap .dire-img {
	width: 100%;
	height: auto;
	opacity: 0;
}
#director .dire-img-wrap .dire-frame {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#director .dire-img-twin {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#director .dire-img-twin .dire-img-wrap {
	width: 30%;
	height: auto;
	margin: 2vw 2%;
	position: relative;
}
@keyframes frame {
	0% {
		opacity: 0;
		transform: rotate(-3deg);
	}
	100% {
		opacity: 1;
		transform: rotate(0deg);
	}
}
.frame {
	animation-name:frame;
	animation-duration:0.4s;
	animation-delay: 0.8s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
#director .interview-unit {
	width: 50%;
	height: auto;
	margin: 0 25% 5vw;
	opacity: 0;
}
#director .interview-unit .question {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
#director .interview-unit .question::before {
	content: "－ ";
	color: #fff;
}
#director .interview-unit .answer {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#director {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0;
		background-color: #01479d;
	}
	#director h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		text-align: center;
		opacity: 0;
	}
	#director h2 img {
		width: 30%;
	}
	#director .dire-img-wrap {
		width: 60%;
		height: auto;
		margin: 2vw 20%;
		position: relative;
	}
	#director .interview-unit {
		width: 70%;
		height: auto;
		margin: 0 15% 5vw;
		opacity: 0;
	}
	#director .interview-unit .question {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		color: #fff;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
	}
	#director .interview-unit .answer {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		color: #fff;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
	}

}

/* 以下スマホ */
@media (max-width: 610px) {
	#director h2 img {
		width: 40%;
	}
	#director .dire-img-wrap {
		width: 80%;
		height: auto;
		margin: 2vw 10%;
		position: relative;
	}
	#director .dire-img-wrap-btm {
		width: 90%;
		height: auto;
		margin: 2vw 5%;
		position: relative;
	}
	#director .interview-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 20vw;
		opacity: 0;
	}
	#director .interview-unit .question {
		width: 100%;
		height: auto;
		margin: 0 0 1.1em;
		color: #fff;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
	}
	#director .interview-unit .answer {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		color: #fff;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
	}
	#director .dire-img-twin {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}	
	#director .dire-img-twin .dire-img-wrap {
		width: 80%;
		height: auto;
		position: relative;
	}
	#director .dire-img-twin .dire-img-wrap:nth-child(1) {
		margin: 0 0 0 20%;
	}
	#director .dire-img-twin .dire-img-wrap:nth-child(2) {
		margin: 0 20% 20vw 0;
	}

}



/* ========================================
キャスト・スタッフ
========================================== */
#cast {
	width: 100%;
	height: auto;
	padding: 0;
	background-color: #F9F6F1;
}
#cast h2 {
	width: 100%;
	height: auto;
	padding: 5vw 0 2vw;
	margin: 0;
	background-color: #F9F6F1;
	text-align: center;
	opacity: 0;
}
#cast h2 img {
	width: 20%;
}
#cast .cast-unit {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#cast #cast1 {
	background-color: #F9F6F1;
	color: #000;
}
#cast #cast2 {
	background-color: #01479d;
	color: #fff;
}
#cast #cast3 {
	background-color: #e83820;
	color: #fff;
}
#cast .cast-unit .cast-img-box {
	width: 25%;
	height: auto;
	margin: 0 2%;
	position: relative;
}
#cast .cast-unit .cast-img-box .cast-photo {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
#cast .cast-unit .cast-img-box .cast-name {
	width: auto;
	height: 1.0vw;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
#cast .cast-unit .cast-img-box .cast-role img {
	width: auto;
	height: 1.0vw;
	vertical-align: bottom;
}
#cast .cast-unit .cast-img-box .cast-role {
	width: auto;
	height: 1.0vw;
	position: absolute;
	bottom: 1.1vw;
	left: 0;
	z-index: 0;
}
#cast .cast-unit .cast-img-box .cast-name img {
	width: auto;
	height: 1.0vw;
	vertical-align: bottom;
}
#cast .cast-unit .cast-img-box .cast-frame1 ,
#cast .cast-unit .cast-img-box .cast-frame2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#cast .cast-unit .cast-txt {
	width: 40%;
	height: auto;
	margin: 0 2%;
	font-size: 1.0vw;
	line-height: 1.9vw;
	font-feature-settings: "palt";
	letter-spacing: 2px;
}
@keyframes cast-name-anime {
	0% {transform: translateY(0);}
	100% {transform: translateY(-1.9vw);}
}
.cast-role-anime {
	animation: cast-role-anime 0.8s ease-out 0s forwards;
}
@keyframes cast-role-anime {
	0% {transform: translateY(0);}
	100% {transform: translateY(1.7vw);}
}
.cast-name-anime {
	animation: cast-name-anime 1.0s ease-out 0s forwards;
}
@keyframes cast-frame1-anime {
	0% {transform: translate(0);}
	100% {transform: translate(1.6vw , -1.6vw);}
}
.cast-frame1-anime {
	animation: cast-frame1-anime 1.0s ease-out 0s forwards;
}
@keyframes cast-frame2-anime {
	0% {transform: translate(0);}
	100% {transform: translate(-1.6vw , 1.6vw);}
}
.cast-frame2-anime {
	animation: cast-frame2-anime 1.0s ease-out 0s forwards;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#cast .cast-unit .cast-txt {
		width: 50%;
		height: auto;
		margin: 0 2%;
		font-size: 1.5vw;
		line-height: 2.5vw;
		font-feature-settings: "palt";
		letter-spacing: 2px;
	}
	#cast .cast-unit .cast-img-box .cast-name {
		width: auto;
		height: 2vw;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
	}
	#cast .cast-unit .cast-img-box .cast-role {
		width: auto;
		height: 2vw;
		position: absolute;
		bottom: 1.1vw;
		left: 0;
		z-index: 0;
	}
	@keyframes cast-name-anime {
		0% {transform: translateY(0);}
		100% {transform: translateY(-3.6vw);}
	}
	@keyframes cast-role-anime {
		0% {transform: translateY(0);}
		100% {transform: translateY(1vw);}
	}
	
}

/* 以下スマホ */
@media (max-width: 610px) {
	#cast {
		width: 100%;
		height: auto;
		padding: 15vw 0 0;
		background-color: #F9F6F1;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		padding: 5vw 0 0;
		margin: 0;
		background-color: #F9F6F1;
		text-align: center;
		opacity: 0;
	}
	#cast h2 img {
		width: 50%;
	}
	#cast .cast-unit {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 15vw 0 30vw;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#cast .cast-unit .cast-img-box {
		width: 80%;
		height: auto;
		margin: 10vw 10% 20vw;
		padding: 0;
		position: relative;
	}
	#cast .cast-unit .cast-img-box .cast-photo {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 1;
	}
	#cast .cast-unit .cast-img-box .cast-name {
		width: auto;
		height: 2.0vw;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
	}
	#cast .cast-unit .cast-img-box .cast-role img {
		width: auto;
		height: 2.0vw;
		vertical-align: bottom;
	}
	#cast .cast-unit .cast-img-box .cast-role {
		width: auto;
		height: 1.0vw;
		position: absolute;
		bottom: 1.1vw;
		left: 0;
		z-index: 0;
	}
	#cast .cast-unit .cast-img-box .cast-name img {
		width: auto;
		height: 1.0vw;
		vertical-align: bottom;
	}
	#cast .cast-unit .cast-txt {
		width: 90%;
		height: auto;
		margin: 0 5%;
		font-size: 1.0em;
		line-height: 1.9em;
		font-feature-settings: "palt";
		letter-spacing: 2px;
	}
	#cast .cast-unit .cast-img-box .cast-name {
		width: auto;
		height: 5vw;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
	}
	#cast .cast-unit .cast-img-box .cast-role {
		width: auto;
		height: 4vw;
		position: absolute;
		bottom: 1.1vw;
		left: 0;
		z-index: 0;
	}
	#cast .cast-unit .cast-img-box .cast-name img ,
	#cast .cast-unit .cast-img-box .cast-role img {
		width: auto;
		height: 4.0vw;
		vertical-align: bottom;
	}
	
	@keyframes cast-name-anime {
		0% {transform: translateY(0);}
		100% {transform: translateY(-7.1vw);}
	}
	@keyframes cast-role-anime {
		0% {transform: translateY(0);}
		100% {transform: translateY(5vw);}
	}
	@keyframes cast-frame1-anime {
		0% {transform: translate(0);}
		100% {transform: translate(6.2vw , -6.2vw);}
	}
	@keyframes cast-frame2-anime {
		0% {transform: translate(0);}
		100% {transform: translate(-6.2vw , 6.2vw);}
	}
	



}

/* ========================================
固定背景
========================================== */
#kotei1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/NM-kotei-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: right center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -7;
	opacity: 0;
}
#kotei2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/NM-kotei-bg-2-pc.jpg) no-repeat;
	background-size: cover;
	background-position: left center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -6;
	opacity: 0;
}
@keyframes kotei2 {
	0% {opacity: 0;}
	40% {opacity: 0;}
	50% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
.kotei2 {
	animation: kotei2 9s ease-in-out 0s infinite;
}
#kotei-area {
	width: 100%;
	height: auto;
	padding: 50vw 0 40vw;
}
#kotei-area #kotei-catch {
	width: 100%;
	height: auto;
	text-align: center;
}
#kotei-area #kotei-catch img {
	width: 22%;
}



/* 以下スマホ */
@media (max-width: 1024px) {
	#kotei1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NM-kotei-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: right center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -7;
		opacity: 0;
	}
	#kotei2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NM-kotei-bg-2-sp.jpg) no-repeat;
		background-size: cover;
		background-position: left center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -6;
		opacity: 0;
	}
	#kotei-area {
		width: 100%;
		height: auto;
		padding: 210vw 0 150vw;
	}
	#kotei-area #kotei-catch {
		width: 100%;
		height: auto;
		text-align: center;
	}
	#kotei-area #kotei-catch img {
		width: 75%;
	}
}

/* ========================================
SNSボタンアリア
========================================== */
.fadeInButton {
	animation-name:fadeIn;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
	animation-delay: 2.7s;
}
#button-area {
	width:100%;
	height:auto;
	margin:0;
	padding:2vw 0;
	opacity: 1;
}
#button-area ul.social_sq_buttons {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type: none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
#button-area ul.social_sq_buttons li {
	width:140px;
	height: 20px;
	margin:0 3px;
	padding:0;
	display: flex;
	justify-content: center;
}
#button-area ul.social_sq_buttons li.fb {
	background:#1877F2;
}
#button-area ul.social_sq_buttons li.tw {
	background:#1B95E0;
}
#button-area ul.social_sq_buttons li.line {
	background:#06C755;
}
#button-area ul.social_sq_buttons li.checkin {
	background:#10519D;
}
#button-area ul.social_sq_buttons li.filmarks {
	background:#FFE100;
	text-align: center;
}
#button-area ul.social_sq_buttons li.filmarks img {
	width: 60%;
}
#button-area ul.social_sq_buttons li.fb .fb_iframe_widget > span {
  vertical-align: baseline !important;
}




/* 以下タブレット・スマホ */
@media (max-width: 800px) {

#button-area {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0 10px;
}

#button-area ul.social_sq_buttons {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type: none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

#button-area ul.social_sq_buttons li {
	width:160px;
	height: 20px;
	margin:5px;
	padding:3px 0;
	display: flex;
	justify-content: center;
}


}



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: relative;
	background-color: #F9F6F1;
	overflow: hidden;
}
footer #foot-bg {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
footer #foot-word1 ,
footer #foot-word2 ,
footer #foot-word3 ,
footer #foot-word4 ,
footer #foot-word5 ,
footer #foot-word6 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0%;
	left: 0;
	opacity: 0;
}
@keyframes fadeInTop {
	0% {
		opacity: 0;
		transform: translateY(-50%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
@keyframes fadeInBottom {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-50%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(50%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
.fadeInTop {
	animation: fadeInTop 1.5s cubic-bezier(0.32, 0, 0.67, 0) 0s forwards;
}
.fadeInBottom {
	animation: fadeInBottom 1.5s cubic-bezier(0.32, 0, 0.67, 0) 0s forwards;
}
.fadeInLeft {
	animation: fadeInLeft 1.5s cubic-bezier(0.32, 0, 0.67, 0) 0s forwards;
}
.fadeInRight {
	animation: fadeInRight 1.5s cubic-bezier(0.32, 0, 0.67, 0) 0s forwards;
}
.fadeInButton {
	animation: fadeIn 1.8s cubic-bezier(0.32, 0, 0.67, 0) 0s forwards;
}
footer #button-area {
	width: 50%;
	height: auto;
	position: absolute;
	bottom: 3%;
	right: 3%;
	opacity: 0;
}
footer #button-area ul.social_sq_buttons li {
	width:120px;
	height: 20px;
	margin:3px;
	padding:0;
	display: flex;
	justify-content: center;
}
footer #foot-x {
	width: 4%;
	height: auto;
	position: absolute;
	bottom: 12%;
	right: 8%;
	opacity: 0;
}
footer #foot-x img:hover {
	animation: flash 1.5s;
}

footer #copyright {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
}

@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position: relative;
		background-color: #F9F6F1;
	}
	footer #button-area {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 3%;
		right: 0;
		opacity: 0;
	}
	footer #button-area ul.social_sq_buttons li {
		width:120px;
		height: 20px;
		margin:5px;
		padding:0;
		display: flex;
		justify-content: center;
	}
	footer #foot-x {
		width: 10%;
		height: auto;
		position: absolute;
		bottom: 15%;
		right: 45%;
		opacity: 0;
	}
}
@media (max-width: 510px) {

}

/* ========================================
ダウンロード
========================================== */
body#dl-body {
	width: 100%;
	height: 100vh;
	background-color: #f2efe6;
}
#dl-bg-item {
	width: 30%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 35%;
}
body#dl-body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100vh;
	background:url(../download/images/KS-dl-bg.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center;
	animation: none;
  } 
  .dlButton {
	  background-color:#f2efe6;
	  border:1px solid #1F4D9B;
	  display:inline-block;
	  cursor:pointer;
	  color:#1F4D9B;
	  font-family:Arial;
	  width: 16vw;
	  font-size:1.1vw;
	  padding:10px 0;
	  text-align: center;
	  text-decoration:none;
	  font-weight: bold;
	  font-feature-settings:"palt";
  }
  .dlButton:hover {
	  background-color:#1F4D9B;
	  border:1px solid #1F4D9B;
	  color:#f2efe6;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#1F4D9B !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#1F4D9B;
	  color:#f2efe6 !important;
  }
  .dl-contents {
	  width:80%;
	  height:auto;
	  padding:20px 10% 80px;
	  font-size:1.3em;
  }  
  .dl-contents h2 {
	  width:100%;
	  text-align:center;
	  padding:0;
	  color:#031018;
	  font-size:2em;
	  margin-bottom:30px;
  }  
  .dl-contents h2 span.small {
	  font-size:0.5em;
	  line-height:0.7em;
  }
  
  .dl-contents h2 img {
	  width:40%;
  }  
  #dl-wrapper {
	  width:100%;
	  height:auto;
	  text-align:center;
	  margin-bottom:20px;
  }
  #dl-wrapper .dl-txt2 {
	width:100%;
	height:auto;
	text-align:center;
  }
  #dl-wrapper .dl-txt2 img {
	width: 35%;
  }
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#000;
	  margin:20px 0 5px;
	  font-size: 0.9em;
	  font-weight: bold;
	  font-feature-settings:"palt";

  }
  #dl-wrapper .dl-txt1 span {
	display: inline-block;
	position: relative;
	z-index: 2;
  }
  
  #dl-wrapper .dl-txt1 a {
	  color:#000;
  }
  
  #dl-wrapper .dl-txt1 img {
	  width:30%;
  }
  
  #dl-wrapper .sikiri {
	  width:100%;
	  height:auto;
	  padding:40px 0 20px;
	  text-align:center;
  }
  
  #dl-wrapper .sikiri img {
	  width:10%;
  }
  
  
  #dl-wrapper .dl-uline {
	  display:inline-block;
	  width:70%;
	  margin:20px 0 30px;
  }
  
  #dl-wrapper .dl-uline img {
	  width:100%;
	  height:60px;
  }
  .dl-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 10vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }  
  .dl-wrap .img-box {
	  width:22%;
	  height:auto;
	  padding:0 1%;
	  margin:50px 1%;
	  color:#fff;
	  text-align: center;
	  font-size: 0.9em;
	  font-weight: bold;
	  font-feature-settings: "palt";

  }  
  .img-box img {
	  width:90%;
  }
  .dl-wrap .img-box span {
	display: inline-block;
	font-size: 0.7em;
	line-height: 1.3em;
  }


  .longname {
	  font-size:0.75em;
  }
  
  footer.dl-footer {
	  width:100%;
	  height:auto;
	  margin:0;
	  padding:50px 0 0;
	  background:#000;
  }
  
  footer.dl-footer .footimg {
	  width:100%;
	  height:auto;
	  margin:0;
	  padding:0;
  }
  
  footer.dl-footer .footimg img {
	  width:100%;
	  height:auto;
	  vertical-align:bottom;
  }
