html{
  height:100%; 
}

body { 
	margin: 0; 
	padding:0;
	font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; 
	width:100%; 
	height:100%;
	overflow-x:hidden;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
br.sponly2 {display:none;}
br.pconly {display:inline;}
.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;
}
.fadeInTeaser {
	animation-name:fadeIn;
	animation-duration:1.5s;
	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);
	}
	to {
	opacity: 1;
	filter: blur(0);
	}
}
@keyframes zoomIn {
	from {
	transform: scale(0);
	opacity: 0;
	}

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



@media (max-width: 1024px) {
	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;
	}
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	br.sponly {display:inline;}
	br.sponly2 {display:none;}
	br.pconly {display:none;}
}
@media (max-width: 610px) {
	br.sponly2 {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: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#loader {
	width:20%;
	height:auto;
	margin:0;
	padding:0;
}
#loader #load-logo {
	width:100%;
	height:auto;
}




/* 以下スマホ */
@media (max-width: 1024px) {
	#loader {
		width:60%;
		height:auto;
		margin:0;
		padding:0;
		position:relative;
		text-align:center;
	}

}



/* ========================================
ヘッダー
========================================== */
#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:15px 0 20px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #131B2D, transparent);
	background: -webkit-linear-gradient(top, #131B2D, transparent);
	background: linear-gradient(to bottom, #131B2D, 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.5%;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: 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:1.5vw;
	line-height:1.5vw;
	letter-spacing: 5px;
	text-align: center;
	color: #DAE258;
	font-family: 'Cambria','Georgia',sans-serif;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(0px);
	font-size: 1.6vw;
}
#pcheader ul#pcmenu li.menusns a span.eng img {
	width: 2.5vw;
}
#pcheader ul#pcmenu li a span.jpn {
	display: block;
	width: 100%;
	font-size:0.7vw;
	line-height:0.7vw;
	text-align: center;
	color: #fff;
	font-family: 'Edu TAS Beginner', cursive;
	letter-spacing: 1px;
	transform: translateY(-1.5vw);
}
#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: 100%;
}  
.global-nav {
	position: fixed;
	right: 0;
	top: -2000px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: 40px;
	background: url(../img/NBG-menu-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 200000;
	overflow-y: scroll;
}
.global-nav .global-nav-inner {
	width: 100%;
	height: auto;
	position: relative;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
}  
.global-nav #menu-logo {
	width:60%;
	height:auto;
	margin:50px 20% 3vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo #menu-logo1 {
	width: 100%;
	height: auto;
}
.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: 0;
	text-decoration: none;	
	color: #DAE258;
	transition: all .6s;
	letter-spacing: 1px;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
	transform: translateY(-10px);
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #fff !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#fff;
	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:#201519;
}

.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: 1024px) {
	#com-banner {
		width: 25%;
		height: auto;
		position: fixed;
		bottom: 20%;
		right: 1%;
		z-index: 5;
	}
}

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

.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	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: 100%;
	min-height: 100%;
	padding: 30px 0 10px;
	transition: all .6s;
	z-index: 200;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__list {
	margin: 10px 0 10px;
  }
  .global-nav__item a {
	display: block;
	padding: 1px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:2.0rem;
	line-height: 4.0rem;
	letter-spacing: 1vw;
	color: #DAE258;
	font-family: 'Cambria','Georgia',sans-serif;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 0vw 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: 2px 0 !important;
	}
	.global-nav__item a {
		display: block;
		padding: 1px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:1.5rem;
		line-height: 3.5rem;
		letter-spacing: 2vw;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.global-nav ul.nav-sns {
		width: 90%;
		height: auto;
		margin: 3vw 5% 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: right;
	
	}
	.global-nav ul.nav-sns li {
		width: 20%;
		margin: 2vw 1% 0;
		text-align: center;

	}
	
}




/* ========================================
トップメイン画像まわり
========================================== */
#topmain {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
}
#topmain #top-bg {
	width: 100%;
	height: auto;
}
#topmain #top-mist1 ,
#topmain #top-mist2 ,
#topmain #top-mist3 ,
#topmain #top-mist4 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes zoomOuting {
	0% {transform: scale(1) ;opacity: 1;}
	100% {transform: scale(3) ;opacity: 0;}
}
.top-mist4 {
	animation: zoomOuting 3.0s ease 1.1s forwards;
}
.top-mist3 {
	animation: zoomOuting 3.0s ease 1.8s forwards;
}
.top-mist2 {
	animation: zoomOuting 3.0s ease 2.5s forwards;
}
.top-mist1 {
	animation: zoomOuting 3.0s ease 3.2s forwards;
}
#topmain #top-catchs {
	width: 17%;
	height: auto;
	position: absolute;
	top: 7%;
	left: 14%;
}
#topmain #top-catchs #top-catchs-inner {
	width: 100%;
	height: auto;
	position: relative;
}
#topmain #top-catchs #top-catchs-inner #catch1 {
	width: 100%;
	height: auto;
	opacity: 0;
}
#topmain #top-catchs #top-catchs-inner #catch2 ,
#topmain #top-catchs #top-catchs-inner #catch3 ,
#topmain #top-catchs #top-catchs-inner #catch4 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.catch1 {
	animation: fadeIn 3.0s ease 1.3s forwards;
}
.catch2 {
	animation: fadeIn 3.0s ease 1.8s forwards;
}
.catch3 {
	animation: fadeIn 3.0s ease 2.3s forwards;
}
.catch4 {
	animation: fadeIn 3.0s ease 2.8s forwards;
}
#topmain h1 {
	width: 36%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 6%;
	right: 6.5%;
	opacity: 0;
}
#topmain #top-date {
	width: 28%;
	height: auto;
	position: absolute;
	top: 63.7%;
	right: 6.5%;
	opacity: 0;
}
#topmain #top-bb {
	width: 28%;
	height: auto;
	position: absolute;
	top: 68.5%;
	right: 6.5%;
	opacity: 0;
}
#topmain #top-yoko {
	width: 68%;
	height: auto;
	position: absolute;
	top: 76.5%;
	right: 6.5%;
	opacity: 0;
}
.top-others-anime {
	animation: fadeIn 1.2s ease 4.0s forwards;
}
#topmain #top-x {
	width: 4%;
	height: auto;
	position: absolute;
	top: 82%;
	right: 6.5%;
	opacity: 0;
}
#topmain #top-x a img:hover {
	animation: flash 1.5s;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain #top-catchs {
		width: 44%;
		height: auto;
		position: absolute;
		top: 2.3%;
		left: 7%;
	}
	#topmain h1 {
		width: 78%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 69%;
		right: 2%;
		opacity: 0;
	}
	#topmain #top-bb {
		width: 58%;
		height: auto;
		position: absolute;
		top: 78%;
		right: 2%;
		opacity: 0;
	}
	#topmain #top-yoko {
		width: 96%;
		height: auto;
		position: absolute;
		top: 89%;
		right: 2%;
		opacity: 0;
	}
	#topmain #top-date {
		width: 80%;
		height: auto;
		position: absolute;
		top: 94%;
		right: 10%;
		opacity: 0;
	}
	#topmain #top-x {
		display: none;
	}
	
}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 2vw 0;
	background-color: #000;
	position: relative;
}
#bridge #bridge-x {
	display: none;
}
#bridge #mubi {
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 0;
}
#bridge #mubi #mvtk-widgets-container {
	display: inline-block;
}
#bridge #theater {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	text-align: center;
	opacity: 0;
}
#bridge #theater img {
	width: 22%;
}
#bridge #theater img:hover {
	animation: flash 1.0s;
} 


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 10vw 0;
		position: relative;
		background-color: #000;
	}
	#bridge #bridge-x {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		opacity: 0;
		text-align: center;
	}
	#bridge #bridge-x img {
		width: 12%;
	}
	#bridge #mubi {
		width: 100%;
		height: auto;
		text-align: center;
	}
	#bridge #theater {
		width: 100%;
		height: auto;
		margin: 5vw 0 2vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #theater img {
		width: 70%;
	}
	
}



/* ========================================
トレーラー
========================================== */
#trailer-wrap {
	width: 100%;
	height: auto;
	position: relative;
}
#trailer-wrap #trailer-bg {
	width: 100%;
	height: auto;
}
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	overflow: hidden;
	position: absolute;
	top: 10%;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 3vw;
	text-align: center;
	opacity: 0;
}
.trailer h2 img {
	width: 12%;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	opacity: 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.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: 60%;
	height: auto;
	margin: 10px 20%;
	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 #DAE258;
	color: #DAE258;
	font-size: 1.1vw;
	font-weight: bold;
}
.movie-btn i {opacity: 0;}
.activee {
	background: #DAE258;
	border: 1px solid #DAE258;
	color: #000;
}
.activee i {opacity: 1;}

.movie-btn:hover {
	background: #DAE258;
	border: 1px solid #DAE258;
	color: #000;
	cursor: pointer;
	transition-duration: 0.6s;
}
.trailer .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	pointer-events: none;
}
.trailer #logo-slide1 {
	bottom: 28%;
}
.trailer #logo-slide2 {
	bottom: 19%;
}
.trailer #logo-slide1 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 80s infinite linear 0s both;
}
.trailer #logo-slide2 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide-rev 80s infinite linear 0s both;
}

.trailer .top-slide-wrap .top-slide .content {
	width: 30vw;
	height: auto;
	margin: 0 10vw;
}
.trailer .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#trailer-btm-grd {
	display: none;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#trailer-wrap {
		width: 100%;
		height: auto;
		position: relative;
		background: url(../img/NBG-bridge-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: top center;
	}
	#trailer-bg {display: none;}
	.trailer {
		width:100%;
		padding:10vw 0;
		margin: 0;
		position: static;
	}
	.trailer h2 {
		width:100%;
		height:auto;
		padding:0;
		margin:0 0 5vw;
		position: relative;
	}	
	.trailer h2 img {
		width: 20%;
	}
	#video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.video {
		width:90%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:0 5% 10px;
		display:block;
	}
	.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%;
		font-size: 2vw;
	}
	.trailer .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide 30s infinite linear 0s both;
	}	
	.trailer .top-slide-wrap .top-slide .content {
		width: 80vw;
		height: auto;
	}
	.trailer #logo-slide1 {
		bottom: 29%;
	}
	.trailer #logo-slide2 {
		bottom: 14%;
	}
	#trailer-wrap #trailer-btm-grd {
		display: block;
		width: 100%;
		height: 15vw;
		background: linear-gradient(to bottom, transparent, #000);
	}
}

@media (max-width: 610px) {
	.trailer {
		width:100%;
		height:auto;
	}
	.trailer h2 {
		width:100%;
		height:auto;
		padding:0;
		margin:0 0 5vw;
		position: relative;
	}
	.trailer h2 img {
		width: 30%;
	}

	.trailer .top-slide-wrap {
		bottom: 36%;
	}
	#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%;
		font-size: 3vw;
	}
	.trailer #logo-slide1 {
		bottom: 24%;
	}
	.trailer #logo-slide2 {
		bottom: 11%;
	}
	
}



/* ========================================
イントロダクション
========================================== */
#intro-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/NBG-intro-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -20;
	animation: intro-bg 7s ease infinite;
}
@keyframes intro-bg {
	0% {filter: brightness(100%);}
	50% {filter: brightness(30%);}
	100% {filter: brightness(100%);}
}
#intro {
	width: 100%;
	height: auto;
	padding: 20vw 0;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro h2 img {
	width: 30%;
}
#intro #intro-c1 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro #intro-c1 img {
	width: 30%;
}
#intro #intro-c2 {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro #intro-c2 img {
	width: 50%;
}
.intro-canime {
	animation: zoomIn 0.8s ease 0s forwards;
}
#intro p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	font-size: 1.1vw;
	line-height: 2.5vw;
	letter-spacing: 1.5px;
	color: #fff;
	opacity: 0;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bg {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NBG-intro-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: top center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -20;
		animation: intro-bg 7s ease infinite;
	}
	#intro {
		width: 100%;
		height: auto;
		padding: 100vw 0 50vw;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro h2 img {
		width: 80%;
	}
	#intro #intro-c1 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro #intro-c1 img {
		width: 60%;
	}
	#intro #intro-c2 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro #intro-c2 img {
		width: 70%;
	}
	.intro-canime {
		animation: zoomIn 0.8s ease 0s forwards;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.5px;
		color: #fff;
		opacity: 0;
	}
	

}

/* ========================================
ストーリー
========================================== */
#story-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/NBG-story-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -19;
	opacity: 0;
	transition: 1.0s all;
}
#story-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/NBG-story-bg-2-pc.png) no-repeat;
	background-size: cover;
	background-position: left center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -18;
	opacity: 0;
}
#story-bg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/NBG-story-bg-3-pc-rev.png) no-repeat;
	background-size: cover;
	background-position: left center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -17;
	opacity: 0;
}
@keyframes story-bg2 {
	0% {opacity: 0;}
	15% {opacity: 0;}
	30% {opacity: 1;}
	65% {opacity: 1;}
	80% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes story-bg3 {
	0% {opacity: 0;}
	30% {opacity: 0;}
	45% {opacity: 1;}
	80% {opacity: 1;}
	95% {opacity: 0;}
	100% {opacity: 0;}
}
.story-bg2 {
	animation: story-bg2 8s ease 0s infinite;
}
.story-bg3 {
	animation: story-bg3 8s ease 0s infinite;
}
#story {
	width: 100%;
	height: auto;
	padding: 0 0 15vw;
}
#story h2 {
	width: 100%;
	height: auto;
	padding: 30vw 0;
	margin: 0;
	text-align: center;
}
#story h2 img {
	width: 15%;
}
#story #story-c1 {
	width: 15%;
	height: auto;
	margin: 0 50% 15vw 30%;
	opacity: 0;
}
#story #story-c2 {
	width: 13.125%;
	height: auto;
	margin: 0 32.5% 15vw 50%;
	opacity: 0;
}
#story #story-c3 {
	width: 18.75%;
	height: auto;
	margin: 0 40.625% 15vw;
	opacity: 0;
}
#story #story-c4 {
	width: 50%;
	height: auto;
	margin: 0 25% 7vw;
	opacity: 0;
}
.story-canime {
	animation: blurIn 0.8s ease 0s forwards;
}
#story p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	font-size: 1.1vw;
	line-height: 2.5vw;
	letter-spacing: 1.5px;
	color: #fff;
	opacity: 0;
}
#story #sandai {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	margin: 12vw 20% 0;
	padding: 5vw;
}
#story #sandai h4 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#story #sandai h4 img {
	width: 40%;
}
#story #sandai h5 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#story #sandai h5 img {
	width: auto;
	height: 3vw;
}
#story #sandai p {
	width: 100%;
	height: auto;
	margin: 0 0 6vw;
	padding: 0;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	color: #fff;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#story-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NBG-story-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: top center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -19;
		opacity: 0;
		transition: 1.0s all;
	}
	#story-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NBG-story-bg-2-sp.png) no-repeat;
		background-size: cover;
		background-position: bottom center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -18;
		opacity: 0;
	}
	#story-bg3 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NBG-story-bg-3-sp-rev.png) no-repeat;
		background-size: cover;
		background-position: top center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -17;
		opacity: 0;
	}	
	#story {
		width: 100%;
		height: auto;
		padding: 0 0 100vw;
	}
	#story h2 {
		width: 100%;
		height: auto;
		padding: 30vw 0;
		margin: 0;
		text-align: center;
	}
	#story h2 img {
		width: 40%;
	}
	#story #story-c1 {
		width: 80%;
		height: auto;
		margin: 0 10% 30vw;
		text-align: left;
		opacity: 0;
	}
	#story #story-c1 img {
		width: auto;
		height: 6vw;
	}
	#story #story-c2 {
		width: 80%;
		height: auto;
		margin: 0 10% 30vw;
		text-align: right;
		opacity: 0;
	}
	#story #story-c2 img {
		width: auto;
		height: 6vw;
	}
	#story #story-c3 {
		width: 80%;
		height: auto;
		margin: 0 10% 30vw;
		text-align: center;
		opacity: 0;
	}
	#story #story-c3 img {
		width: auto;
		height: 6vw;
	}
	#story #story-c4 {
		width: 80%;
		height: auto;
		margin: 0 10% 30vw;
		opacity: 0;
		text-align: center;
	}
	#story #story-c4 img {
		width: 90%;
	}
	.story-canime {
		animation: blurIn 0.8s ease 0s forwards;
	}
	#story p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.5px;
		color: #fff;
		opacity: 0;
	}
	#story #sandai {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		margin: 30vw 5% 0;
		padding: 20vw 5vw 10vw;
	}
	#story #sandai h4 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#story #sandai h4 img {
		width: 90%;
	}
	#story #sandai h5 {
		width: 100%;
		height: auto;
		margin: 15vw 0 3vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#story #sandai h5 img {
		width: auto;
		height: 13vw;
	}
	#story #sandai p {
		width: 100%;
		height: auto;
		margin: 0 0 6vw;
		padding: 0;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
		color: #fff;
	}
	


}


/* ========================================
スライダー
========================================== */
#slider-area {
	width: 100%;
	height: auto;
	padding: 10vw 0;
	margin: 0;
	background: #000;
	position: relative;
	overflow: hidden;
}
#slider-area .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
#slider-area #slider1 {
	position: relative;
	z-index: 1;
	padding-bottom: 5vw;
}
#slider-area #slider2 {
	position: relative;
	z-index: 3;
	padding-top: 5vw;
}

#slider-area .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider-area #slider1 .top-slide {
	animation: loop-slide 100s infinite linear 0s both;
}
#slider-area #slider2 .top-slide {
	animation: loop-slide-rev 100s infinite linear 0s both;
}
#slider-area .top-slide-wrap .top-slide .content {
	width: 30vw;
	height: auto;
	margin: 0;
}
#slider-area .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
@keyframes loop-slide-tate {
	from {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0); 
		background-color: transparent;
	}
	to {
		transform: translate3d(0, -100% , 0);
		-webkit-transform: translate3d(0, -100%, 0); 
		background-color: transparent;
	}
}
@keyframes loop-slide-tate-rev {
	from {
		transform: translate3d(0, -100%, 0);
		-webkit-transform: translate3d(0, -100%, 0);
		background-color: transparent;

	}
	to {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		background-color: transparent;
	}
}
#slider-area .right-slide{
	width: 20%;
	height: auto;
	overflow: hidden;
	opacity: 1;
	position: absolute;
	top: 0;
	right: 10%;
	z-index: 2;
}
#slider-area .right-slide .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	animation: loop-slide-tate-rev 50s infinite linear 0s both;
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider-area .right-slide .top-slide .content {
	width: 100%;
	height: auto;
	margin: 0;
}
#slider-area #slider-logo {
	width: 40%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 4;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#slider-area {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		background: #000;
		position: relative;
		overflow: hidden;
	}	
	#slider-area #slider1 {
		position: relative;
		z-index: 3;
		padding-bottom: 60vw;
	}
	#slider-area #slider2 {
		position: relative;
		z-index: 3;
		padding-top: 60vw;
	}
	#slider-area #slider1 .top-slide {
		animation: loop-slide 70s infinite linear 0s both;
	}
	#slider-area #slider2 .top-slide {
		animation: loop-slide-rev 70s infinite linear 0s both;
	}	
	#slider-area .top-slide-wrap .top-slide .content {
		width: 90vw;
		height: auto;
		margin: 0;
	}
	#slider-area .right-slide{
		width: 55%;
		height: auto;
		overflow: hidden;
		opacity: 1;
		position: absolute;
		top: 0;
		right: 5%;
		z-index: 2;
	}
	#slider-area .right-slide .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		animation: loop-slide-tate-rev 50s infinite linear 0s both;
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}
	
	#slider-area #slider-logo {
		width: 90%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}

}


/* ========================================
キャスト
========================================== */
#cast-bg0 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -16;
	opacity: 0;
}
#cast-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/NBG-cast-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -15;
	opacity: 0;
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#cast-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/NBG-cast-bg-2-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -15;
	opacity: 0;
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#cast-bg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/NBG-cast-bg-3-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -15;
	opacity: 0;
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#cast-bg4 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/NBG-cast-bg-4-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -15;
	opacity: 0;
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#cast-bg5 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/NBG-cast-bg-5-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -15;
	opacity: 0;
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@keyframes cast-bg1 {
	0% {opacity: 1;filter: blur(0px);}
	10% {opacity: 1;filter: blur(0px)}
	20% {opacity: 0;filter: blur(8px)}
	90% {opacity: 0;filter: blur(8px)}
	100% {opacity: 1;filter: blur(0px)}
}
@keyframes cast-bg2 {
	0% {opacity: 0;filter: blur(8px)}
	10% {opacity: 0;filter: blur(8px)}
	20% {opacity: 1;filter: blur(0px)}
	30% {opacity: 1;filter: blur(0px)}
	40% {opacity: 0;filter: blur(8px)}
	100% {opacity: 0;filter: blur(8px)}
}
@keyframes cast-bg3 {
	0% {opacity: 0;filter: blur(8px)}
	30% {opacity: 0;filter: blur(8px)}
	40% {opacity: 1;filter: blur(0px)}
	50% {opacity: 1;filter: blur(0px)}
	60% {opacity: 0;filter: blur(8px)}
	100% {opacity: 0;filter: blur(8px)}
}
@keyframes cast-bg4 {
	0% {opacity: 0;filter: blur(8px)}
	50% {opacity: 0;filter: blur(8px)}
	60% {opacity: 1;filter: blur(0px)}
	70% {opacity: 1;filter: blur(0px)}
	80% {opacity: 0;filter: blur(8px)}
	100% {opacity: 0;filter: blur(8px)}
}
@keyframes cast-bg5 {
	0% {opacity: 0;filter: blur(8px)}
	70% {opacity: 0;filter: blur(8px)}
	80% {opacity: 1;filter: blur(0px)}
	90% {opacity: 1;filter: blur(0px)}
	100% {opacity: 0;filter: blur(8px)}
}
.cast-bg1 {
	animation: cast-bg1 20s ease 0s infinite;
}
.cast-bg2 {
	animation: cast-bg2 20s ease 0s infinite;
}
.cast-bg3 {
	animation: cast-bg3 20s ease 0s infinite;
}
.cast-bg4 {
	animation: cast-bg4 20s ease 0s infinite;
}
.cast-bg5 {
	animation: cast-bg5 20s ease 0s infinite;
}
#cast {
	width: 100%;
	height: auto;
	padding: 20vw 0;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 0;
	text-align: center;
}
#cast h2 img {
	width: 12%;
}
#cast .cast-unit {
	width: 40%;
	height: auto;
	margin: 0 30% 10vw;
}
#cast .cast-unit h3 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	text-align: center;
}
#cast .cast-unit h3 img {
	width: auto;
	height: 3vw;
}
#cast .cast-unit .cast-img {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#cast .cast-unit .cast-img img {
	width: 45%;
}
#cast .cast-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.5px;
	color: #fff;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NBG-cast-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -15;
		opacity: 0;
		transform: translate3d(0,0,0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#cast-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NBG-cast-bg-2-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -15;
		opacity: 0;
		transform: translate3d(0,0,0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#cast-bg3 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/NBG-cast-bg-3-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -15;
		opacity: 0;
		transform: translate3d(0,0,0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#cast-bg4 , #cast-bg5 {display: none;}  
	@keyframes cast-bg1 {
		0% {opacity: 1;filter: blur(0px);}
		23% {opacity: 1;filter: blur(0px)}
		33% {opacity: 0;filter: blur(8px)}
		90% {opacity: 0;filter: blur(8px)}
		100% {opacity: 1;filter: blur(0px)}
	}
	@keyframes cast-bg2 {
		0% {opacity: 0;filter: blur(8px)}
		23% {opacity: 0;filter: blur(8px)}
		33% {opacity: 1;filter: blur(0px)}
		56% {opacity: 1;filter: blur(0px)}
		66% {opacity: 0;filter: blur(8px)}
		100% {opacity: 0;filter: blur(8px)}
	}
	@keyframes cast-bg3 {
		0% {opacity: 0;filter: blur(8px)}
		56% {opacity: 0;filter: blur(8px)}
		66% {opacity: 1;filter: blur(0px)}
		90% {opacity: 1;filter: blur(0px)}
		100% {opacity: 0;filter: blur(8px)}
	}
	.cast-bg1 {
		animation: cast-bg1 10s ease 0s infinite;
	}
	.cast-bg2 {
		animation: cast-bg2 10s ease 0s infinite;
	}
	.cast-bg3 {
		animation: cast-bg3 10s ease 0s infinite;
	}
	#cast {
		width: 100%;
		height: auto;
		padding: 40vw 0;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		padding: 0;
		text-align: center;
	}
	#cast h2 img {
		width: 30%;
	}
	#cast .cast-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 25vw;
	}
	#cast .cast-unit h3 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		text-align: center;
	}
	#cast .cast-unit h3 img {
		width: auto;
		height: 12vw;
	}
	#cast .cast-unit .cast-img {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		text-align: center;
	}
	#cast .cast-unit .cast-img img {
		width: 80%;
	}
	#cast .cast-unit p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
		color: #fff;
	}
	

}

/* ========================================
監督
========================================== */
#staff {
	width: 100%;
	height: auto;
	position: relative;
}
#staff #staff-bg {
	width: 100%;
	height: auto;
}
#staff #staff-bg #staff-bg-grd {
	width: 100%;
	height: 10vw;
	background: linear-gradient(to bottom, transparent, #000);
}
#staff #staff-bg #staff-bg-img {
	width: 100%;
	height: auto;
}
#staff h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 20%;
}
#staff h2 img {
	width: 12%;
}
#staff #staff-unit {
	width: 50%;
	height: auto;
	position: absolute;
	top: 30%;
	left: 25%;
}
#staff #staff-unit #staff-img {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 2vw;
}
#staff #staff-unit #staff-img img {
	width: 30%;
}
#staff #staff-unit #staff-name {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 2vw;
}
#staff #staff-unit #staff-name img {
	width: 20%;
}
#staff #staff-unit p {
	width: 80%;
	height: auto;
	margin: 0 10%;
	text-align: left;
	color: #fff;
	font-size: 1.1vw;
	line-height: 1.8vw;
	letter-spacing: 1.2px;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#staff #staff-bg {
		width: 100%;
		height: auto;
		padding-bottom: 50vw;
		background-color: #000;
	}	
	#staff #staff-bg #staff-bg-grd {
		width: 100%;
		height: 40vw;
		background: linear-gradient(to bottom, transparent, #000);
	}
	#staff h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		top: 20%;
	}
	#staff h2 img {
		width: 35%;
	}
	#staff #staff-unit {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		position: absolute;
		top: 30%;
		left: 0%;
	}
	#staff #staff-unit #staff-img {
		width: 100%;
		order: 1;
		margin-bottom: 6vw;
	}
	#staff #staff-unit #staff-img img {
		width: 60%;
	}
	#staff #staff-unit #staff-name {
		width: 100%;
		box-sizing: border-box;
		padding: 0 0 3vw;
		text-align: center;
		order: 2;
	}
	#staff #staff-unit #staff-name img {
		width: 40%;
	}
	#staff #staff-unit p {
		width: 90% !important;
		height: auto;
		box-sizing: content-box;
		margin: 0 5%;
		padding:3vw 0 0;
		text-align: left;
		color: #fff;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
		order: 3;
	}
	



}

/* ========================================
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:#000;
}
#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;
	background-color: #000;
	position: relative;
	overflow: hidden;
}
footer #foot-3 {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
footer #foot-3 #foot-3bg { 
	width: 100%;
	height: auto;
}
footer #mist {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40%;
	left: 0%;
	pointer-events: none;
	opacity: 1;
}
.ag-smoke-block {
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
}
.ag-smoke-1 {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 20%;
	animation: an-smoke-1 2.0s ease-in-out infinite;
	height: 20vw;
	width: 60vw;
	filter: blur(5px);
	mix-blend-mode: screen;
}
.ag-smoke-2 {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	animation: an-smoke-1 1.8s ease-in-out infinite;
	height: 20vw;
	width: 60vw;
	filter: blur(5px);
	mix-blend-mode: screen;
}
.ag-smoke-3 {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 60%;
	animation: an-smoke-1 2.6s ease-in-out infinite;
	height: 20vw;
	width: 60vw;
	filter: blur(5px);
	mix-blend-mode: screen;
}
.ag-smoke__delay-1 {
	animation-delay: 0.4s;
}  
.ag-smoke__delay-2 {
	animation-delay: 0.8s;
}
.ag-smoke__delay-3 {
	animation-delay: 1.2s;
}
.ag-smoke__delay-4 {
	animation-delay: 0.1s;
}  
.ag-smoke__delay-5 {
	animation-delay: 0.5s;
}
.ag-smoke__delay-6 {
	animation-delay: 0.9s;
}
.ag-smoke-1 img ,
.ag-smoke-2 img ,
.ag-smoke-3 img {
	width: auto;
	height: 100%;
}
@keyframes an-smoke-1 {
0% {
	opacity: 0;

	-webkit-transform: translateX(-15%) rotate(.01deg);
	transform: translateX(-15%) rotate(.01deg);
	}
	50% {
	opacity: .4;
	}
	to {
	opacity: 0;

	-webkit-transform: translateX(0) rotate(.01deg);
	transform: translateX(0) rotate(.01deg);
	}
}
footer #foot-3 #foot-logo { 
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	bottom: 28%;
}
footer #foot-3 #foot-logo img {
	width: 30%; 
}
footer #foot-3 #foot-date { 
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	bottom: 20%;
}
footer #foot-3 #foot-date img {
	width: 40%; 
}
footer #foot-3 #foot-x { 
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	bottom: 10%;
}
footer #foot-3 #foot-x img {
	width: 4%; 
}
footer #foot-3 #foot-x img:hover {
	animation: flash 1.0s;
}

footer #foot-3 #button-area { 
	position: absolute;
	bottom: 0%;
}
footer #foot-2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
footer #foot-2 #foot-2-inner {
	width: 100%;
	height: auto;
	position: relative;
}
footer #foot-2 #foot-2-inner #foot-2bg {
	width: 100%;
	height: auto;
}
footer #foot-2 #foot-2-inner #foot-2c {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
	text-align: center;
}
footer #foot-2 #foot-2-inner #foot-2c img {
	width: auto;
	height: 2vw;
}
footer #foot-1 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
footer #foot-1 #foot-1-inner {
	width: 100%;
	height: auto;
	position: relative;
}
footer #foot-1 #foot-1-inner #foot-1bg {
	width: 100%;
	height: auto;
}
footer #foot-1 #foot-1-inner #foot-1c {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
	text-align: center;
}
footer #foot-1 #foot-1-inner #foot-1c img {
	width: auto;
	height: 2vw;
}
@keyframes foot-BO {
	0% {opacity: 1;filter: blur(0px);}
	100% {opacity: 0;filter: blur(8px);}
}
.foot-1 {
	animation: foot-BO 2.0s ease 1.0s forwards;
}
.foot-2 {
	animation: foot-BO 2.0s ease 3.2s forwards;
}


@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
	}
	footer #foot-3 #foot-logo { 
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		bottom: 40%;
	}
	footer #foot-3 #foot-logo img {
		width: 80%; 
	}
	footer #foot-3 #foot-date { 
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		bottom: 35%;
	}
	footer #foot-3 #foot-date img {
		width: 90%; 
	}
	footer #foot-3 #foot-x { 
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		bottom: 23%;
	}
	footer #foot-3 #foot-x img {
		width: 12%; 
	}
	footer #foot-2 #foot-2-inner #foot-2c img ,
	footer #foot-1 #foot-1-inner #foot-1c img 
	{
		width: auto;
		height: 5vw;
	}
	footer #mist {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 20%;
		left: 0%;
		pointer-events: none;
		opacity: 1;
	}
	.ag-smoke-block {
		width: 100%;
		height: auto;
		z-index: 1;
		position: relative;
	}
	.ag-smoke-1 {
		z-index: -1;
		position: absolute;
		top: 0;
		left: -20%;
		animation: an-smoke-1 2.0s ease-in-out infinite;
		height: 50vw;
		width: 80vw;
	}
	.ag-smoke-2 {
		z-index: -1;
		position: absolute;
		top: 0;
		left: 10%;
		animation: an-smoke-1 1.8s ease-in-out infinite;
		height: 50vw;
		width: 80vw;
	}
	.ag-smoke-3 {
		z-index: -1;
		position: absolute;
		top: 0;
		left: 60%;
		animation: an-smoke-1 2.6s ease-in-out infinite;
		height: 50vw;
		width: 80vw;
	}
	
}
@media (max-width: 510px) {

}




/* ========================================
ダウンロード
========================================== */
#dl-body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-5;
	width:100%;
	height:100vh;
	background:url(../download/images/NBG-dl-bg.jpg) no-repeat;
	background-size: cover;
	background-position: right bottom;
	opacity: 1;
	filter: brightness(50%);
}
#dl-bg-item {
	width: 30%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 35%;
}

  .dlButton {
	  background-color:transparent;
	  border:1px solid #DAE258;
	  display:inline-block;
	  cursor:pointer;
	  color:#DAE258;
	  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:#DAE258;
	  border:1px solid #DAE258;
	  color:#000;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#DAE258 !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#DAE258;
	  color:#000 !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:#fff;
	  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: 30%;
  }
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#fff;
	  margin:20px 0 5px;
	  font-size: 1.1em;
	  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;
  }
