html{
  height:100%; 
}

body { 
	margin: 0; 
	padding:0;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-style: normal;
	width:100%; 
	height:100%;
	background-color: #000;
	overflow-x:hidden;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
br.clear {
	clear:both;
}
.sponly {display:none;}
.sponly2 {display:none;}
.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 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;
	}
}

@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;
}
.fadeIn2 {
	animation-name:fadeIn;
	animation-duration:1.2s;
	animation-delay: 0.8s;
	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;
} 
.fadeInFast2 {
	animation: fadeIn 0.2s ease-out 1.3s forwards;
} 
.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(6px);
	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) {
	body { 
		margin: 0; 
		padding:0;
		width:100%; 
		height:100vh;
		overflow-x:hidden;
	}
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	.sponly {display:inline;}
	.sponly2 {display:none;}
	.pconly {display:none;}
}
@media (max-width: 610px) {
	.sponly2 {display:inline;}
}




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

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0s;
    transition-duration: 1.0s;
    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 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#loader {
	width:22%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width: 100%;
	height: auto;
	animation: load1 2.5s ease 0s infinite;
}
@keyframes load1 {
	0% {opacity: 0;}
	20% {opacity: 1;}
	80% {opacity: 1;}
	100% {opacity: 0;}
}

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

	#loader {
		width:60%;
		height:auto;
		margin:0;
		padding:0;
		position:relative;
	}
	
}


/* ========================================
ヘッダー
========================================== */
#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:10px 0 30px;
	position:fixed;
	top:0;
	background: linear-gradient(to bottom, #000, 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 0.8%;
	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.4vw;
	line-height:1.4vw;
	letter-spacing: 1.0px;
	text-align: center;
	color: #fff;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 900;
	font-style: normal;
}
#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: 0px;
	background: url(../img/FF-menu-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 200000;
	display: flex;
	align-items: flex-start;
}
.global-nav .global-nav-inner {
	width: 100%;
	height: auto;
	padding-top: 20px;
	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:40%;
	height:auto;
	margin:0px 30% 20vw;
	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: #000;
	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: 10vw 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 13%;
	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) {
	#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: 0 0 10px;
	transition: all .6s;
	z-index: 200;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__list {
	margin: 10px 0 10px;
  }
  .global-nav__item {
	margin: 15px 0;
  }
  .global-nav__item a {
	display: block;
	padding: 1px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:3.0rem;
	line-height: 3.0rem;
	letter-spacing: 1.5px;
	color: #000;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 900;
	font-style: normal;
	
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}


.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: 600px) {
	.global-nav__item {
		margin: 20px 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.8rem;
		line-height: 2.2rem;
		letter-spacing: 1.2px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}

	
	
}





/* ========================================
fire BG
========================================== */
#particles-js {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	pointer-events: none;
}



/* ========================================
トップメイン画像まわり
========================================== */
#topmain {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
}
#topmain #top-bg {
	width: 100%;
	height: auto;
}
#topmain #mist {
	width: 100%;
	height: 115%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -5%;
	left: 0;
	pointer-events: none;
	opacity: 1;
}
.ag-smoke-block {
	width: 100%;
	height: 115%;
	z-index: 1;
	position: relative;
}
.ag-smoke-1 {
	z-index: -1;
	position: absolute;
	top: -12%;
	left: -5%;
	height: 100%;
	width: 35vw;
}
.ag-smoke-2 {
	z-index: -1;
	position: absolute;
	top: -12%;
	left: 30%;
	height: 100%;
	width: 50vw;
}
.ag-smoke-3 {
	z-index: -1;
	position: absolute;
	top: -12%;
	left: 70%;
	height: 100%;
	width: 35vw;
}
.ag-smoke-1.animate {
	animation-name: an-smoke-1;
	animation-duration: 3.0s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.ag-smoke-3.animate {
	animation-name: an-smoke-1;
	animation-duration: 3.6s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.shita {
	display: flex;
	align-items: flex-end;
}
.ag-smoke__delay-1 {
	animation-delay: 2.0s;
}  
.ag-smoke__delay-2 {
	animation-delay: 0.8s;
}
.ag-smoke__delay-3 {
	animation-delay: 1.2s;
}
.ag-smoke__delay-4 {
	animation-delay: 2.6s;
}  
.ag-smoke__delay-5 {
	animation-delay: 0.5s;
}
.ag-smoke__delay-6 {
	animation-delay: 3.5s;
}
.ag-smoke__delay-7 {
	animation-delay: 2.0s;
}
.ag-smoke__delay-8 {
	animation-delay: 1.6s;
}
.ag-smoke-1 img ,
.ag-smoke-2 img ,
.ag-smoke-3 img {
	width: 100%;
	height: 60%;
}
.shita img {
	width: 100%;
	height: 60%;
}
@keyframes an-smoke-1 {
0% {
	opacity: 0;
	-webkit-transform: translateY(15%) rotate(.01deg);
	transform: translateY(15%) rotate(.01deg);
	}
	50% {
	opacity: .9;
	}
	to {
	opacity: 0;
	-webkit-transform: translateY(0) rotate(.01deg);
	transform: translateY(0) rotate(.01deg);
	}
}
#topmain #topmain__topcatch {
	width: 44%;
	height: auto;
	position: absolute;
	top: 4%;
	left: 2%;
	z-index: 2;
	opacity: 0;
}
#topmain #topmain__cast {
	width: 44%;
	height: auto;
	position: absolute;
	top: 9%;
	left: 2%;
	z-index: 2;
	opacity: 0;
}
#topmain #topmain__tate {
	width: 1.3%;
	height: auto;
	position: absolute;
	top: 30%;
	left: 82%;
	z-index: 2;
	opacity: 0;
}
#topmain #topmain__director {
	width: 16%;
	height: auto;
	position: absolute;
	top: 51%;
	left: 42%;
	z-index: 2;
	opacity: 0;
}
#topmain #topmain__title {
	width: 22%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 56%;
	left: 39%;
	z-index: 2;
	opacity: 0;
}
#topmain #topmain__billing {
	width: 15%;
	height: auto;
	position: absolute;
	top: 75%;
	left: 42.5%;
	z-index: 2;
	opacity: 0;
}
#topmain #topmain__bottom {
	width: 62%;
	height: auto;
	position: absolute;
	bottom: 4%;
	left: 19%;
	z-index: 2;
	opacity: 0;
}
#topmain #topmain__date {
	width: 28%;
	height: auto;
	position: absolute;
	bottom: 17%;
	right: 3%;
	z-index: 2;
	opacity: 0;
}
#topmain #topmain__com-pc {
	width: 11%;
	height: auto;
	position: absolute;
	bottom: 5%;
	left: 5%;
	z-index: 2;
	opacity: 0;
}
#topmain #topmain__com-pc a img:hover {
	transform: rotate(10deg);
	transition: 0.5s all;
}



@keyframes topmain__topcatch {
	0% {opacity: 0;transform: scale(8);}
	99% {opacity: 1;transform: scale(0.9);}
	100% {opacity: 1;transform: scale(1);}
}
.topmain__topcatch {
	animation: topmain__topcatch 0.5s linear 1.1s forwards;
}
.topmain__tate {
	animation: fadeIn 1.0s ease 1.5s forwards;
}
.top-last-anime {
	animation: fadeIn 1.5s ease 2.4s forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain #mist {
		display: none;
	}
	#topmain #topmain__topcatch {
		width: 96%;
		height: auto;
		position: absolute;
		top: 5%;
		left: 2%;
		z-index: 2;
		opacity: 0;
	}
	#topmain #topmain__cast {
		width: 96%;
		height: auto;
		position: absolute;
		top: 8%;
		left: 2%;
		z-index: 2;
		opacity: 0;
	}
	#topmain #topmain__tate {
		width: 4%;
		height: auto;
		position: absolute;
		top: 32%;
		left: 48.0%;
		z-index: 2;
		opacity: 0;
	}
	#topmain #topmain__director {
		width: 30%;
		height: auto;
		position: absolute;
		top: 52%;
		left: 35%;
		z-index: 2;
		opacity: 0;
	}
	#topmain #topmain__title {
		width: 50%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 56%;
		left: 25%;
		z-index: 2;
		opacity: 0;
	}
	#topmain #topmain__billing {
		width: 32%;
		height: auto;
		position: absolute;
		top: 68%;
		left: 34%;
		z-index: 2;
		opacity: 0;
	}
	#topmain #topmain__bottom {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 12%;
		left: 10%;
		z-index: 2;
		opacity: 0;
	}
	#topmain #topmain__date {
		width: 84%;
		height: auto;
		position: absolute;
		bottom: 5%;
		right: 8%;
		z-index: 2;
		opacity: 0;
	}
	#topmain #topmain__com-pc {
		display: none;
	}
}

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




/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 3vw 0 1vw;
	background-color: #000;
}
#bridge #theater {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #theater img {
	width: 15%;
}
#bridge #mubi {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #mubi #mvtk-widgets-container {
	display: inline-block;
}
#bridge #sns-icons-sp {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #sns-icons-sp li {
	width: 4%;
	height: auto;
	margin: 0 1%;
}
#bridge #sns-icons-sp li a:hover ,
#bridge #theater a:hover {
	animation: flash 1.0s;
}
#bridge #bridge__fc {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
	opacity: 0;
}
#bridge #bridge__fc img {
	width: 20%;
}
#bridge #bridge__fc img:hover {
	animation: flash 1.0s;
}
#bridge #bridge__com-sp {
	display: none;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 8vw 0 10vw;
	}
	#bridge #theater {
		width: 100%;
		height: auto;
		margin: 0 0 7vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #theater img {
		width: 60%;
	}	
	#bridge #mubi {
		width: 100%;
		height: auto;
		margin: 0 0 7vw;
		text-align: center;
		opacity: 0;
	}
	
	#bridge #sns-icons-sp {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#bridge #sns-icons-sp li {
		width: 12%;
		height: auto;
		margin: 0 2%;
	}
	#bridge #bridge__fc {
		display: block;
		width: 100%;
		height: auto;
		margin: 5vw 0;
		text-align: center;
		opacity: 0;
	}
	#bridge #bridge__fc img {
		width: 60%;
	}
	#bridge #bridge__com-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 5vw 0;
		text-align: center;
		opacity: 0;
	}
	#bridge #bridge__com-sp img {
		width: 60%;
	}
}

/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:8vw 0 7vw;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #000;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 1.5vw;
	text-align: center;
	position: relative;
	opacity: 0;
}
.trailer h2 img {
	width: 10%;
}
#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 #FEA612;
	color: #FEA612;
	font-size: 1.1vw;
	font-weight: bold;
}
.movie-btn i {
	opacity: 0;
}
.activee {
	background: #FEA612;
	border: 1px solid #FEA612;
	color: #000;
}
.activee i {
	opacity: 1;
}
.movie-btn:hover {
	background: #FEA612;
	border: 1px solid #FEA612;
	color: #000;
	cursor: pointer;
	transition-duration: 0.6s;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	.trailer {
		width:100%;
		padding:10vw 0 10vw;
	}
	.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;
	}
}

@media (max-width: 610px) {
	.trailer {
		width:100%;
		height:auto;
		margin:0;
		padding:10vw 0 10vw;
	}
	.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;
		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;
	}

	
}


/* ========================================
イントロダクション
========================================== */
#intro-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
	filter: brightness(100%);
}
#story-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -29;
	opacity: 0;
}
#intro-bg-futa {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -25;
}
#intro {
	width: 100%;
	height: auto;
	padding: 30vw 0 10vw;
	position: relative;
	z-index: -28;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 15vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro h2 img {
	width: 25%;
}
#intro #intro-lead1 {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	padding: 0;
	text-align: center;
	opacity: 0;
	overflow: hidden;
}
#intro #intro-lead1 img {
	width: 24%;
}
#intro #intro-lead2 {
	width: 100%;
	height: auto;
	margin: 0 0 15vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro #intro-lead2 img {
	width: 30%;
}
.BigIn {
	animation: topmain__topcatch 0.3s linear 0s forwards;
}
#intro p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	opacity: 0;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro {
		width: 100%;
		height: auto;
		padding: 80vw 0 30vw;
		position: relative;
		z-index: -28;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 80vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro h2 img {
		width: 80%;
	}
	#intro #intro-lead1 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro #intro-lead1 img {
		width: 80%;
	}
	#intro #intro-lead2 {
		width: 100%;
		height: auto;
		margin: 0 0 50vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro #intro-lead2 img {
		width: 80%;
	}
	.BigIn {
		animation: topmain__topcatch 0.3s linear 0s forwards;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
		opacity: 0;
	}

}

/* 以下タブレット・スマホ */
@media (max-width: 610px) {
	#intro {
		width: 100%;
		height: auto;
		padding: 100vw 0 100vw;
		position: relative;
		z-index: -28;
	}


}

/* ========================================
ストーリー
========================================== */
#story {
	width: 100%;
	height: auto;
	padding: 20vw 0;
	position: relative;
	z-index: -28;
	background-color: rgba(0, 0, 0, 0);
	overflow: hidden;
}
@keyframes story-black {
	0% {background-color: rgba(0, 0, 0, 0);}
	100% {background-color: rgba(0, 0, 0, 1);}
}
.story-black {
	animation: story-black 0s linear forwards;
}
#story h2 {
	width: 100%;
	height: auto;
	margin: 0 0 15vw;
	padding: 0;
	text-align: center;
}
#story h2 img {
	width: 12%;
}
#story #story-lead1 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#story #story-lead1 img {
	width: 50%;
}
.story-lead1 {
	animation: fadeIn 1.0s ease forwards;
}
#story #story-lead2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	display: flex;
	justify-content: center;
	opacity: 0;
} 
#story #story-lead2 .story-lead2-txt {
	width: 0;
	white-space: nowrap;
	overflow: hidden;
	border-right: 3px solid;
	font-size: 1.8vw;
	color: #fff;
}
.typing-effect {
	animation: typing 1s steps(38) 0.5s forwards, effect .5s step-end infinite alternate , endtype 0.1s linear 1.5s forwards;
}
@keyframes typing {
	from {
	  width: 0
	}
	to {
		width: 38ch;
	}
  }
@keyframes effect {
	50% {
	  border-color: transparent
	}
}
@keyframes endtype {
	0% {border-right: 3px;}
	100% {border-right: 0px;}
}
#story #story-lead2-2 {
	display: none;
}
#story #story-lead3 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	text-align: center;
	opacity: 0;
}
#story #story-lead3 img {
	width: 28%;
}
.story-lead3 {
	animation: fadeIn 1.0s ease 1.7s forwards;
}
#story #story-photo {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	text-align: center;
	opacity: 0;
}
#story #story-photo img {
	width: 40%;
}
#story p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	opacity: 0;
}
.story-p {
	animation: fadeIn 1.0s ease 2.6s forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#story {
		width: 100%;
		height: auto;
		padding: 20vw 0 50vw;
		position: relative;
		z-index: -28;
		background-color: rgba(0, 0, 0, 0);
	}
	#story h2 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		padding: 0;
		text-align: center;
	}
	#story h2 img {
		width: 40%;
	}
	#story #story-lead1 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		text-align: center;
		opacity: 0;
	}
	#story #story-lead1 img {
		width: 90%;
	}
	#story #story-lead2 ,
	#story #story-lead2-2 {
		width: 100%;
		height: auto;
		margin: 0.5vw 0;
		display: flex;
		justify-content: center;
		opacity: 0;
	} 
	#story #story-lead2 .story-lead2-txt ,
	#story #story-lead2-2 .story-lead2-2-txt {
		width: 0;
		white-space: nowrap;
		overflow: hidden;
		border-right: 3px solid;
		font-size: 2.2rem;
		color: #fff;
		text-align: center;
	}
	.typing-effect {
		animation: typing 0.8s steps(22) 0.5s forwards, effect .5s step-end infinite alternate , endtype 0.1s linear 1.5s forwards;
	}
	.typing-effect2 {
		animation: typing 0.8s steps(22) 1.3s forwards, effect .5s step-end infinite alternate , endtype 0.1s linear 2.0s forwards;
	}
	@keyframes typing {
		from {
		  width: 0
		}
		to {
			width: 22ch;
		}
	  }
	  @keyframes effect {
		50% {
		  border-color: transparent
		}
	}
	@keyframes endtype {
		0% {border-right: 3px;}
		100% {border-right: 0px;}
	}
	#story #story-lead3 {
		width: 100%;
		height: auto;
		margin: 20vw 0 40vw;
		text-align: center;
		opacity: 0;
	}
	#story #story-lead3 img {
		width: 85%;
	}
	.story-lead3 {
		animation: fadeIn 1.0s ease 2.0s forwards;
	}
	#story #story-photo {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
		opacity: 0;
	}
	#story #story-photo img {
		width: 90%;
	}
	.story-p {
		animation: fadeIn 1.0s ease 2.2s forwards;
	}
	#story p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
		opacity: 0;
	}
	
}

/* 以下タブレット・スマホ */
@media (max-width: 610px) {
	#story #story-lead2 .story-lead2-txt ,
	#story #story-lead2-2 .story-lead2-2-txt {
		width: 0;
		white-space: nowrap;
		overflow: hidden;
		border-right: 3px solid;
		font-size: 1.7rem;
		color: #fff;
		text-align: center;
	}

}



/* ========================================
スライダー
========================================== */
#slider {
	width: 100%;
	height: auto;
	margin: 70vw 0 0;
	position: relative;
	background-color: #000;
	overflow: hidden;
}
#slider .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
}
#slider .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	position: relative;
	opacity: 1;
}
#slider #slider1 .top-slide {
	animation: loop-slide 70s infinite linear 0s both;
} 
/* 1.25倍 */
#slider #slider2 .top-slide {
	animation: loop-slide-rev 87.5s infinite linear 0s both;
} 
#slider .top-slide-wrap .top-slide .content {
	width: 20vw;
	height: auto;
	margin: 0;
	pointer-events: none;
}
#slider .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider #slider1 {
	z-index: 4;
}
#slider #slider2 {
	z-index: 2;
}
#slider #slider__logo {
	width: 100%;
	height: auto;
	padding: 8vw 0;
	text-align: center;
}
#slider #slider__logo img {
	width: 25%;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#slider {
		width: 100%;
		height: auto;
		margin: 100vh 0 0;
		position: relative;
		background-color: #000;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}
	#slider .top-slide-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow: hidden;
		position: relative;
	}
	#slider .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;	
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		position: relative;
		opacity: 1;
	}
	#slider #slider1 .top-slide {
		animation: loop-slide 40s infinite linear 0s both;
	} 
	/* 1.25倍 */
	#slider #slider2 .top-slide {
		animation: loop-slide-rev 50s infinite linear 0s both;
	} 
	#slider .top-slide-wrap .top-slide .content {
		width: 70vw;
		height: auto;
		margin: 0;
		pointer-events: none;
	}
	#slider .top-slide-wrap .top-slide .content img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}
	#slider #slider1 {
		z-index: 4;
		order: 1;
	}
	#slider #slider2 {
		z-index: 2;
		order: 3;
	}
	#slider #slider__logo {
		width: 100%;
		height: auto;
		padding: 20vw 0;
		text-align: center;
		order: 2;
	}
	#slider #slider__logo img {
		width: 60%;
	}
	
}






/* ========================================
キャスト
========================================== */
#cast-bg-set {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	opacity: 0;
}
#cast-bg-set #cast-bg-set-inner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}
#cast-bg-set #cast-bg-set-inner #cast-bg1 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
#cast-bg-set #cast-bg-set-inner #cast-bg2 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 1.5s all;
}
#cast-bg-set #cast-bg-set-inner #mist3 {
	width: 100%;
	height: 115%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -5%;
	left: 0;
	pointer-events: none;
	opacity: 1;
}
#cast {
	width: 100%;
	height: auto;
	padding: 20vw 0 0;
	position: relative;
	overflow: hidden;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#cast h2 img {
	width: 9%;
}
#cast .cast-unit {
	width: 80%;
	height: auto;
	margin: 0 10% 15vw;
	position: relative;
}
#cast .cast-unit .name {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-left: 25%;
	clip-path: inset(0 100% 0 0);
}
#cast .cast-unit .name img {
	width: 50%;
}
#cast .cast-unit .role-txt {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-left: 25%;
	margin: 1vw 0 0.4vw;
	color: #000;
	font-size: 1.1vw;
	letter-spacing: 1.2px;
	clip-path: inset(0 100% 0 0);
}
#cast .cast-unit .prof {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 1.5vw 3vw 1.5vw 25%;
	margin: 0 0 2vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
	background-color: #000;
	clip-path: inset(0 0 0 100%);
}
#cast .cast-unit .filmo {
	width: 87.5%;
	height: auto;
	box-sizing: border-box;
	padding: 1.5vw 3vw 1.5vw 12.5%;
	margin: 0 0 0 12.5%;
	color: #fff;
	font-size: 1.1vw;
	letter-spacing: 1.2px;
	background-color: #F15E0B;
	clip-path: inset(0 50% 0 50%);
}
#cast .cast-unit .photo {
	width: 15%;
	height: auto;
	position: absolute;
	top: 6.5vw;
	left: 5%;
	clip-path: inset(0 0 100% 0);
}
#cast .cast-unit2 {
	width: 60%;
	height: auto;
	margin: 0 20% 15vw;
	position: relative;
}
#cast .cast-unit2 .name {
	width: 100%;
	height: auto;
	text-align: center;
	clip-path: inset(0 100% 0 0);
}
#cast .cast-unit2 .name img {
	width: 50%;
}
#cast .cast-unit2 .role-txt {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 1vw 0 0.4vw;
	color: #000;
	font-size: 1.1vw;
	letter-spacing: 1.2px;
	clip-path: inset(0 100% 0 0);
}
#cast .cast-unit2 .prof {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 1.5vw 3vw;
	margin: 0 0 2vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
	background-color: #000;
	clip-path: inset(0 0 0 100%);
}
#cast .cast-unit2 .filmo {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 1.5vw 3vw;
	color: #fff;
	font-size: 1.1vw;
	letter-spacing: 1.2px;
	background-color: #F15E0B;
	clip-path: inset(0 50% 0 50%);
}
@keyframes cast-top {
	0% {clip-path: inset(0 100% 0 0);}
	100% {clip-path: inset(0 0 0 0);}
}
.cast-top {
	animation: cast-top 1.5s ease-out 0s forwards;
}
@keyframes cast-2nd {
	0% {clip-path: inset(0 0 0 100%);}
	100% {clip-path: inset(0 0 0 0);}
}
.cast-2nd {
	animation: cast-2nd 1.5s ease-out 0.2s forwards;
}
@keyframes cast-3rd {
	0% {clip-path: inset(0 50% 0 50%);}
	100% {clip-path: inset(0 0 0 0);}
}
.cast-3rd {
	animation: cast-3rd 1.8s ease-out 0s forwards;
}
@keyframes cast-photo {
	0% {clip-path: inset(0 0 100% 0);}
	100% {clip-path: inset(0 0 0 0);}
}
.cast-photo {
	animation: cast-photo 1.8s ease-out 0s forwards;
}

/* 以下スマホ */
@media (max-width: 1024px) {
	#cast-bg-set #cast-bg-set-inner #mist3 {
		display: none;
	}
	#cast {
		width: 100%;
		height: auto;
		padding: 40vw 0 0;
		position: relative;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#cast h2 img {
		width: 30%;
	}
	#cast .cast-unit {
		width: 100%;
		height: auto;
		margin: 0 0 15vw;
		padding: 30vw 0 0;
		position: relative;
	}
	#cast .cast-unit .name {
		width: 60%;
		height: auto;
		box-sizing: border-box;
		padding-left: 0;
		clip-path: inset(0 100% 0 0);
		position: absolute;
		top: 10%;
		left: 33%;
		z-index: 3;
	}
	#cast #ode .name {
		width: 60%;
		height: auto;
		box-sizing: border-box;
		padding-left: 0;
		clip-path: inset(0 100% 0 0);
		position: absolute;
		top: 10%;
		left: auto;
		right: 33%;
		z-index: 3;
	}
	#cast .cast-unit .name img {
		width: 100%;
	}
	#cast .cast-unit .role-txt {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 50vw 5% 10vw;
		margin: 50vw 0 0;
		color: #fff;
		font-size: 1rem;
		letter-spacing: 1.2px;
		clip-path: inset(0 100% 0 0);
		background-color: #000;
	}
	#cast .cast-unit .prof {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 0vw 5% 10vw;
		margin: -1px 0 10vw;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
		background-color: #000;
		clip-path: inset(0 0 0 100%);
	}
	#cast .cast-unit .filmo {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 10vw 5%;
		margin: 0 0 30vw;
		color: #fff;
		font-size: 1rem;
		letter-spacing: 1.2px;
		background-color: #F15E0B;
		clip-path: inset(0 50% 0 50%);
	}
	#cast .cast-unit .photo {
		width: 40%;
		height: auto;
		position: absolute;
		top: 6.5vw;
		left: 5%;
		clip-path: inset(0 0 100% 0);
	}
	#cast #ode .photo {
		width: 40%;
		height: auto;
		position: absolute;
		top: 6.5vw;
		left: auto;
		right: 5%;
	} 

	#cast .cast-unit2 {
		width: 100%;
		height: auto;
		margin: 0 0 15vw;
		position: relative;
	}
	#cast .cast-unit2 .name {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		clip-path: inset(0 100% 0 0);
	}
	#cast .cast-unit2 .name img {
		width: 60%;
	}	
	#cast .cast-unit2 .role-txt {
		width: 100%;
		height: auto;
		text-align: left;
		box-sizing: border-box;
		padding: 10vw 5% 10vw;
		margin: 1vw 0 0;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
		clip-path: inset(0 100% 0 0);
		background-color: #000;
	}
	#cast .cast-unit2 .prof {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 1.5vw 5% 10vw;
		margin: -1px 0 10vw;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
		background-color: #000;
		clip-path: inset(0 0 0 100%);
	}
	#cast .cast-unit2 .filmo {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 10vw 5%;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
		background-color: #F15E0B;
		clip-path: inset(0 50% 0 50%);
	}
	
}

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


}

/* ========================================
監督
========================================== */
#director {
	width: 100%;
	height: auto;
	padding: 10vw 0;
}
#director h2 {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#director h2 img {
	width: 15%;
}
#director #dire-unit {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	margin: 0 20%;
	padding: 5vw 10%;
	background-color: rgba(0, 0, 0, 0.85);
}
#director #dire-unit #dire-name {
	width: 100%;
	height: auto;
	margin: 0 0 1.5vw;
	text-align: center;
	opacity: 0;
}
#director #dire-unit #dire-name img {
	width: 40%;
}
#director #dire-unit #dire-filmo {
	width: 100%;
	height: auto;
	margin: 5vw 0 1.5vw;
	text-align: center;
	opacity: 0;
}
#director #dire-unit #dire-filmo img {
	width: 30%;
}
#director #dire-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 1.9vw;
	letter-spacing: 1px;
	opacity: 0;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#director {
		width: 100%;
		height: auto;
		padding: 20vw 0;
	}
	#director h2 {
		width: 100%;
		height: auto;
		margin: 0 0 15vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#director h2 img {
		width: 50%;
	}
	#director #dire-unit {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin: 0;
		padding: 10vw 5%;
		background-color: rgba(0, 0, 0, 0.85);
	}
	#director #dire-unit #dire-name {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#director #dire-unit #dire-name img {
		width: 60%;
	}
	#director #dire-unit #dire-filmo {
		width: 100%;
		height: auto;
		margin: 15vw 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#director #dire-unit #dire-filmo img {
		width: 40%;
	}
	#director #dire-unit p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 1rem;
		line-height: 1.9rem;
		letter-spacing: 1px;
		opacity: 0;
	}
	

}


/* ========================================
コメント
========================================== */
#comment {
	width: 100%;
	height: auto;
	padding: 10vw 0;
}
#comment h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#comment h2 img {
	width: 15%;
	height: auto;
}
#comment #keisho {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
	color: #000;
	font-size: 1.1vw;
	opacity: 0;
}
#comment .com-unit {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	margin: 0 20% 5vw;
	padding: 5vw 10%;
	background-color: rgba(241, 94, 11, 0.85);
	opacity: 0;
}
#comment .com-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	color: #000;
	font-size: 1.2vw;
	line-height: 2.4vw;
	letter-spacing: 1.2px;
}
#comment .com-unit .name {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.6vw;
	line-height: 2.4vw;
	letter-spacing: 1.2px;
	text-align: right;
}
#comment .com-unit .name span {
	font-size: 1.1vw;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#comment {
		width: 100%;
		height: auto;
		padding: 20vw 0;
	}
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#comment h2 img {
		width: 50%;
		height: auto;
	}
	#comment #keisho {
		width: 100%;
		height: auto;
		margin: 0 0 15vw;
		text-align: center;
		color: #000;
		font-size: 1rem;
		opacity: 0;
	}
	#comment .com-unit {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin: 0 0 15vw;
		padding: 10vw 5%;
		background-color: rgba(241, 94, 11, 0.85);
		opacity: 0;
	}
	#comment .com-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		color: #000;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.2px;
	}
	#comment .com-unit .name {
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 1.4rem;
		line-height: 2.4rem;
		letter-spacing: 1.2px;
		text-align: right;
	}
	#comment .com-unit .name span {
		font-size: 1.1rem;
	}


}


/* ========================================
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:1vw 0 0.5vw;
}
#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:1px 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:60vw;
	padding:0;
	margin:0;
	overflow: hidden;
	position: relative;
}
footer #foot-logo {
	width: 20%;
	height: auto;
	position: absolute;
	top: 35%;
	left: 40%;
}
footer #foot-tate {
	width: 1.3%;
	height: auto;
	position: absolute;
	top: 32%;
	left: 78%;
	opacity: 0;
	transition: 1.5s all;
}
footer #foot-date {
	width: 30%;
	height: auto;
	position: absolute;
	bottom: 23%;
	left: 8%;
	opacity: 0;
	transition: 1.5s all;
}
footer #foot-bb {
	width: 40%;
	height: auto;
	position: absolute;
	bottom: 6%;
	left: 30%;
	opacity: 0;
	transition: 1.5s all;
}
footer #button-area {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
}


@media (max-width: 1024px) {
	footer {
		width:100%;
		height:120vh;
		padding:0;
		margin:0;
		overflow: hidden;
		position: relative;
	}
	footer #foot-logo {
		width: 56%;
		height: auto;
		position: absolute;
		top: 43%;
		left: 22%;
	}
	footer #foot-tate {
		width: 3%;
		height: auto;
		position: absolute;
		top: 21%;
		left: 48.5%;
		opacity: 0;
		transition: 1.5s all;
	}
	footer #foot-bb {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 150px;
		left: 10%;
		opacity: 0;
		transition: 1.5s all;
	}
	
	footer #foot-date {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 200px;
		left: 10%;
		opacity: 0;
		transition: 1.5s all;
	}
	
}
@media (max-width: 610px) {
	footer #foot-tate {
		width: 4%;
		height: auto;
		position: absolute;
		top: 20%;
		left: 48%;
		opacity: 0;
		transition: 1.5s all;
	}

}

/* ========================================
ダウンロード
========================================== */
#dl-body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-5;
	width:100%;
	height:100vh;
	background:url(../download/images/FF-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 #fff;
	  display:inline-block;
	  cursor:pointer;
	  color:#fff;
	  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:#fff;
	  border:1px solid #fff;
	  color:#000;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#fff !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#fff;
	  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:30%;
  }  
  #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;
  }
