html{
  height:100%; 
}

body { 
	margin: 0; 
	padding:0;
	font-family: 'Yu Gothic UI','TsukuBRdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',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;
}
.fadeInZero {
	animation-name:fadeIn;
	animation-duration:0s;
	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;
	}
}
.fadeOutZero {
	animation-name:fadeOut;
	animation-duration:0s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}

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

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



@media (max-width: 1024px) {
	body { 
		margin: 0; 
		padding:0;
		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: #E7DBE1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	display: grid;
    place-items: center;
}
#loader {
	width:30%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:auto;
	opacity: 1;
	animation: load1 2.0s ease 0s infinite;
}
#loader #load2 {
	width:100%;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	animation: load2 2.0s ease 0s infinite;
}
@keyframes load1 {
	0% {opacity: 0;}
	20% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes load2 {
	0% {opacity: 0;}
	10% {opacity: 0;}
	30% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}



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

}


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

#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:12px 0 15px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #fff 20%, transparent);
	background: -webkit-linear-gradient(top, #fff 20%, transparent);
	background: linear-gradient(to bottom, #fff 20%, 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.0%;
	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.8vw;
	line-height:1.8vw;
	text-align: center;
	color: #000;
	font-family: "Oooh Baby", cursive;
	font-weight: 400;
	font-style: normal;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(-2px);
}
#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: 20vw;
	background: #fff;
	z-index: 200000;
	overflow-y: scroll;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
}  
.global-nav #menu-logo {
	width:90%;
	height:auto;
	margin:1vw 5% 8vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo img {
	width: 75%;
}
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0.1vw 0px;
}
.global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;	
	color: #fff;
	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: #000 !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#000;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 4%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#000;
}

.global-nav ul.nav-sns li img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.global-nav ul.nav-sns li img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
#menu-inu {
	width: 50%;
	margin-left: 49%;
	transform: translateY(-50%);
}

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


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

.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80%;
	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: 10vw 0 10px;
	box-sizing: border-box;
	transition: all .6s;
	z-index: 200;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__list {
	margin: 30px 0 20px;
  }
  .global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:3.5em;
	line-height: 1.5em;
	color: #000;
	font-family: "Oooh Baby", cursive;
	font-weight: 400;
	font-style: normal;

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


/* 以下タブレット・スマホ */
@media (max-width: 550px) {
	.global-nav__item {
		margin: 10px 0 !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:8vw;
		line-height: 10vw;
		letter-spacing: 1px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.global-nav ul.nav-sns li {
		width: 13%;
		margin: 2vw 2% 0;
		text-align: center;
	}
	
}




/* ========================================
トップメイン画像まわり
========================================== */
#topmain {
	width:100%;
	height:56vw;
	padding:0;
	margin:0;
	background-color: #E7DBE1;
	position:relative;
	overflow: hidden;
}
#topmain #top-bg {
	width: 70%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}
#topmain #top-bg2 {
	width: 70%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}
#topmain #top-award {
	width: 22%;
	height: auto;
	position: absolute;
	top: 16%;
	left: 10%;
	opacity: 0;
}
#topmain #top-tate {
	width: 3.7%;
	height: auto;
	position: absolute;
	bottom: 6%;
	right: 14%;
	opacity: 0;
}
#topmain #top-logo {
	width: 41%;
	height: auto;
	position: absolute;
	top: 31.5%;
	left: 28.5%;
	opacity: 0;
}
#topmain #top-yoko {
	width: 43%;
	height: auto;
	position: absolute;
	bottom: 3%;
	left: 4%;
	opacity: 0;
}
@keyframes fromLeft {
	0% {
		opacity: 0;
		transform: translate3d(-50%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fromBottom {
	0% {
		opacity: 0;
		transform: translate3d(0, 50%, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fromTop {
	0% {
		opacity: 0;
		transform: translate3d(0, -50%, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.fromLeft {
	animation: fromLeft 1.2s ease-out 1.2s forwards;
}
.fromBottom {
	animation: fromBottom 1.2s ease-out 1.2s forwards;
}
.fromTop {
	animation: fromTop 1.0s ease-out 2.2s forwards;
}
.fromBottom2 {
	animation: fromBottom 1.0s ease-out 2.2s forwards;
}
.TopFadeIn {
	animation: fadeIn 1.2s ease 3.0s forwards;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		background-color: #E7DBE1;
		position:relative;
		overflow: hidden;
	}
	#topmain #top-bg {
		width: 100%;
		height: auto;
		position: relative;
		bottom: 0;
		left: 0;
		opacity: 0;
	}
	#topmain #top-bg2 {
		width: 200%;
		height: auto;
		position: absolute;
		top: 0;
		right: -45%;
		opacity: 0;
	}
	#topmain #top-award {
		width: 40%;
		height: auto;
		position: absolute;
		top: 5%;
		left: 2%;
		opacity: 0;
	}
	#topmain #top-tate {
		width: 10%;
		height: auto;
		position: absolute;
		bottom: 22%;
		right: 5%;
		opacity: 0;
	}
	#topmain #top-logo {
		width: 100%;
		height: auto;
		position: absolute;
		top: 37%;
		left: 0%;
		opacity: 0;
	}
	#topmain #top-yoko {
		width: 94%;
		height: auto;
		position: absolute;
		bottom: 3%;
		left: 3%;
		opacity: 0;
	}
	



}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 1vw 0;
	background-color: #E7DBE1;
}
#bridge #billing {
	display: block;
	width: 70%;
	height: auto;
	margin-left: 4%;
	text-align: center;
	opacity: 0;
}
#bridge #date {
	width: 100%;
	height: auto;
	margin: 3vw 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #date img {
	width: 50%;
}

#bridge #theater-banners {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge #theater-banners li {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 1vw 0;
	opacity: 0;
}
#bridge #theater-banners img {
	width: 18%;
	height: auto;
	vertical-align: bottom;
}
#bridge #mubi-wrap {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	text-align: center;
	opacity: 0;
}
#bridge #mubi-wrap #mvtk-widgets-container {
	display: inline-block;
}
#bridge #tieup-banners {
	width: 18%;
	height: auto;
	margin: 0 41%;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge #tieup-banners li {
	width: 100%;
	height: auto;
	margin: 0.5vw 0;
	opacity: 0;
}
#bridge #sns-link {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #sns-link li {
	width: 4%;
	height: auto;
	margin: 0 0.5%;
}
#bridge #tieup-banners li a:hover ,  
#bridge #theater-banners li a:hover , 
#bridge #sns-link li a:hover {
	animation: flash 1.5s;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 5vw 0;
		background-color: #E7DBE1;
	}
	#bridge #billing {
		display: block;
		width: 96%;
		height: auto;
		margin-left: 2%;
		text-align: center;
		opacity: 0;
	}
	#bridge #date {
		width: 100%;
		height: auto;
		margin: 6vw 0 4vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #date img {
		width: 80%;
	}	
	#bridge #theater-banners {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 2vw 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#bridge #theater-banners li {
		width: 100%;
		height: auto;
		text-align: center;
		margin: 1vw 0;
		opacity: 0;
	}
	#bridge #theater-banners img {
		width: 60%;
		height: auto;
		vertical-align: bottom;
	}
	#bridge #mubi-wrap {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		text-align: center;
		opacity: 0;
	}
	#bridge #mubi-wrap #mvtk-widgets-container {
		display: inline-block;
	}
	#bridge #tieup-banners {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
	}
	#bridge #tieup-banners li {
		width: 60%;
		height: auto;
		margin: 2vw 1%;
		opacity: 0;
	}
	
	#bridge #sns-link {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 4vw 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#bridge #sns-link li {
		width: 15%;
		height: auto;
		margin: 0 1%;
	}
	#bridge #theater-banners li a:hover , 
	#bridge #sns-link li a:hover {
		animation: flash 1.5s;
	}
	
	
}


/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:50vw;
	margin:0;
	padding:3vw 0 7vw;
	overflow: hidden;
	position: relative;
	background-color: #E7DBE1;
}
.trailer h2 {
	width:18%;
	height:auto;
	padding:0;
	margin:0 41% 30vw;
	position: relative;
}
.trailer h2 #trailer-head1 {
	width: 100%;
	height: auto;
	opacity: 0;
}
.trailer h2 #trailer-head2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
@keyframes head-eng {
	0% {
		opacity: 0;
		transform: translate3d(0, 70%, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.head-eng {
	animation: head-eng 1.0s ease 0s forwards;
}
.head-jp {
	animation: fadeIn 1.0s ease 0.7s forwards;
}
.trailer .top-slide-wrap {
	width: 100%;
	height: auto;
	margin-top: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
.trailer .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	animation: loop-slide 177s infinite linear 0s both;
}
.trailer .top-slide-wrap .top-slide .content {
	width: 50vw;
	height: auto;
	margin: 0;
}
.trailer .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	opacity: 0;
	position: absolute;
	top: 15%;
	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: #000;
	border: 1px solid #E84C95;
	color: #E84C95;
	font-size: 1.1vw;
	font-weight: bold;
}
.activee {
	background: #E84C95;
	border: 1px solid #E84C95;
	color: #000;
}
.movie-btn:hover {
	background: #E84C95;
	border: 1px solid #E84C95;
	color: #000;
	cursor: pointer;
	transition-duration: 0.6s;
}



/* 以下スマホ */
@media (max-width: 1024px) {
	.trailer {
		width:100%;
		padding:10vw 0 40vw;
	}
	.trailer h2 {
		width:28%;
		height:auto;
		padding:0;
		margin:0 36% 5vw;
		position: relative;
	}
	#video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		opacity: 0;
		position: absolute;
		top: 20%;
		z-index: 1;
		box-sizing: border-box;
	}
	.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 {
		width: 100%;
		height: auto;
		margin-top: 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow: hidden;
		position: absolute;
		bottom: 2%;
	}
	.trailer .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;	
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		animation: loop-slide 100s infinite linear 0s both;
	}
	
	.trailer .top-slide-wrap .top-slide .content {
		width: 80vw;
		height: auto;
		margin: 0;
	}
	
	
}

@media (max-width: 610px) {
	.trailer {
		width:100%;
		height:auto;
		margin:0;
		padding:20vw 0 80vw;
	}
	.trailer h2 {
		width:50%;
		height:auto;
		padding:0;
		margin:0 25% 5vw;
		position: relative;
	}
	#video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 27%;
	}
	.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;
	}

}

/* ========================================
about the movie
========================================== */
#about-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/JL-about-photo-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
}
#about-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: rgba( 0,56,33 , 0 );
	position: fixed;
	top: 0;
	left: 0;
	z-index: -29;
	transition: 1.0s all;
}
#about-top-sp-fixed ,
.about-top-sp {
	display: none;
}
#about {
	width: 100%;
	height: auto;
	padding: 10vw 0 40vw;
}
#about #about-head {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 25vw 0 20vw;
	text-align: center;
}
#about #about-head img {
	width: 35%;
}
#about #about-lead1 {
	width: 60%;
	height: auto;
	margin: 0 20%;
	text-align: center;
}
#about #about-lead1 img {
	width: 80%;
}
#about #about-lead2 {
	width: 60%;
	height: auto;
	margin: 15vw 20% 0;
	text-align: center;
}
#about #about-lead2 img {
	width: 70%;
}
#about p {
	width: 60%;
	height: auto;
	margin: 5vw 20%;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#about-bg ,
	#about-bg2 {
		display: none;
	} 
	#about-top-sp-fixed {
		display: block;
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -29;
	}
	.about-top-sp {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
	}
	.about-top-sp .about-top-sp-bg {
		width: 100%;
		height: auto;
	}
	.about-top-sp .about-top-sp-txt {
		width: 90%;
		height: auto;
		position: absolute;
		top: 5%;
		left: 5%;
		text-align: center;
	}
	#about-top-sp-scroll {
		background-color: #003821;
	}
	#about {
		width: 100%;
		height: auto;
		padding: 30vw 0 40vw;
		margin-top: -20vw;
		position: relative;
		z-index: -30;
		background-color: #003821;
	}
	#about #about-head {
		display: none;
	}
	#about #about-lead1 {
		width: 100%;
		height: auto;
		margin: 30vw 0 10vw;
		text-align: center;
	}
	#about #about-lead1 img {
		width: 90%;
	}
	#about #about-lead2 {
		width: 100%;
		height: auto;
		margin: 25vw 0 0;
		text-align: center;
	}
	#about #about-lead2 img {
		width: 75%;
	}
	#about p {
		width: 90%;
		height: auto;
		margin: 5vw 5%;
		padding: 0;
		color: #fff;
		font-size: 3.8vw;
		line-height: 7.6vw;
		letter-spacing: 1.2px;
	}
	
	
}

/* ========================================
スライダー
========================================== */
#slider {
	width: 100%;
	height: auto;
	background-color: #E7DAE1;
	position: relative;
	overflow: hidden;
}
#slider .top-slide-wrap {
	width: 100%;
	height: auto;
	margin-top: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
#slider #trailer-top .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	animation: loop-slide 120s infinite linear 0s both;
}
#slider #trailer-bottom .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	animation: loop-slide-rev 120s infinite linear 0s both;
}
#slider .top-slide-wrap .top-slide .content {
	width: 30vw;
	height: auto;
	margin: 0;
}
#slider .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	outline: none;
	border: none;
}
#slider #slider-logo {
	width: 50%;
	height: auto;
	margin-left: 50%;
	padding: 7vw 0;
	text-align: center;
}
#slider #slider-logo img {
	width: 60%;
}
#slider #slider-logo #slider-bg-sp {
	display: none;
}
#slider #slider-futa {
	width: 60%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: -5%;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#slider {
		width: 100%;
		height: auto;
		background-color: #003821;
		position: relative;
		overflow: hidden;
	}
	#slider #slider-futa {
		display: none;
	}
	#slider #slider-logo {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
	}
	#slider #slider-logo #slider-bg-sp {
		display: block;
		width: 100%;
		height: auto;
	}
	#slider #slider-logo #slider-bg-sp img {
		width: 100%;
	}
	#slider #slider-logo img#sliderlogo {
		display: block;
		width: 80%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 10%;
		transform: translate3d(0, -50%, 0);
	}
	#slider #trailer-top .top-slide {
		animation: loop-slide 60s infinite linear 0s both;
	}
	#slider #trailer-bottom .top-slide {
		animation: loop-slide-rev 60s infinite linear 0s both;
	}
	#slider .top-slide-wrap .top-slide .content {
		width: 80vw;
		height: auto;
		margin: 0;
	}
	
	
}



/* ========================================
キャスト
========================================== */
#cast {
	width: 100%;
	height: auto;
	padding: 10vw 0 10vw;
	background-color: #E7DAE1;
}
#cast h2 {
	width:16%;
	height:auto;
	padding:0;
	margin:0 42% 3vw;
	position: relative;
}
#cast h2 #cast-head1 {
	width: 100%;
	height: auto;
	opacity: 0;
}
#cast h2 #cast-head2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#cast .cast-list {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#cast .cast-list li {
	width: 40%;
	height: auto;
	margin: 3vw 2%;
	position: relative;
}
#cast .cast-list li:nth-child(3) {
	width: 40%;
	height: auto;
	margin: 3vw 30%;
	position: relative;
}
#cast .cast-list li .top-area {
	width: 100%;
	height: auto;
	position: relative;
}
#cast .cast-list li:nth-child(1) .top-area .cast-photo ,
#cast .cast-list li:nth-child(4) .top-area .cast-photo ,
#cast .cast-list li:nth-child(6) .top-area .cast-photo {
	width: 40%;
	height: auto;
	margin-left: 60%;
}
#cast .cast-list li:nth-child(2) .top-area .cast-photo ,
#cast .cast-list li:nth-child(5) .top-area .cast-photo ,
#cast .cast-list li:nth-child(7) .top-area .cast-photo {
	width: 40%;
	height: auto;
}
#cast .cast-list li:nth-child(3) .top-area .cast-photo {
	width: 40%;
	height: auto;
	margin: 0 30%;
}
#cast .cast-list li:nth-child(1) .top-area .cast-name ,
#cast .cast-list li:nth-child(4) .top-area .cast-name ,
#cast .cast-list li:nth-child(6) .top-area .cast-name {
	width: 50%;
	height: auto;
	position: absolute;
	top: 30%;
	left: 15%;
}
#cast .cast-list li:nth-child(2) .top-area .cast-name ,
#cast .cast-list li:nth-child(5) .top-area .cast-name ,
#cast .cast-list li:nth-child(7) .top-area .cast-name {
	width: 50%;
	height: auto;
	position: absolute;
	top: 20%;
	left: 35%;
}
#cast .cast-list li:nth-child(3) .top-area .cast-name {
	width: 50%;
	height: auto;
	position: absolute;
	top: 20%;
	left: 65%;
}
#cast .cast-list li .txt-area {
	width: 90%;
	height: 0; /* 20vw */
	background-color: #fff;
	padding: 0; /* 4vw 0 */
	margin: -8% 5% 0;
	overflow: hidden;
	transition: 1.0s all;
}
@keyframes cast-txt-anm1 {
	0% {height: 0;padding: 0;}
	100% {height: 20vw;padding: 4vw 0;}
}
.cast-txt-anm1 {
	animation: cast-txt-anm1 1.0s ease 0s forwards;
}
@keyframes cast-txt-anm2 {
	0% {height: 0;padding: 0;}
	100% {height: 32vw;padding: 4vw 0;}
}
.cast-txt-anm2 {
	animation: cast-txt-anm2 1.0s ease 0s forwards;
}
@keyframes cast-txt-anm3 {
	0% {height: 0;padding: 0;}
	100% {height: 40vw;padding: 4vw 0;}
}
.cast-txt-anm3 {
	animation: cast-txt-anm3 1.0s ease 0s forwards;
}
#cast .cast-list li:nth-child(1) .txt-area h3 ,
#cast .cast-list li:nth-child(4) .txt-area h3 ,
#cast .cast-list li:nth-child(6) .txt-area h3 {
	width: 90%;
	height: auto;
	margin: 0 5% 2vw;
	text-align: left;
}
#cast .cast-list li:nth-child(2) .txt-area h3 ,
#cast .cast-list li:nth-child(5) .txt-area h3 ,
#cast .cast-list li:nth-child(7) .txt-area h3 {
	width: 90%;
	height: auto;
	margin: 0 5% 2vw;
	text-align: right;
}
#cast .cast-list li:nth-child(3) .txt-area h3 {
	width: 90%;
	height: auto;
	margin: 0 5% 2vw;
	text-align: center;
}
#cast .cast-list li .txt-area h3 img {
	width: auto;
	height: 4.5vw;
}
#cast .cast-list li .txt-area p {
	width: 90%;
	height: auto;
	margin: 0 5%;
	color: #000;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1px;
}



/* 以下スマホ */
@media (max-width: 1024px) {
	#cast {
		width: 100%;
		height: auto;
		padding: 20vw 0;
		background-color: #E7DAE1;
		overflow-x: hidden;
	}
	#cast h2 {
		width:50%;
		height:auto;
		padding:0;
		margin:0 25% 6vw;
		position: relative;
	}
	#cast .cast-list {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#cast .cast-list li {
		width: 96%;
		height: auto;
		margin: 10vw 2%;
		position: relative;
	}
	#cast .cast-list li:nth-child(3) {
		width: 96%;
		height: auto;
		margin: 10vw 2%;
		position: relative;
	}
	#cast .cast-list li .top-area {
		position: relative;
		z-index: 2;
	}
	#cast .cast-list li:nth-child(1) .top-area .cast-photo ,
	#cast .cast-list li:nth-child(2) .top-area .cast-photo ,
	#cast .cast-list li:nth-child(3) .top-area .cast-photo ,
	#cast .cast-list li:nth-child(4) .top-area .cast-photo ,
	#cast .cast-list li:nth-child(5) .top-area .cast-photo ,
	#cast .cast-list li:nth-child(6) .top-area .cast-photo ,
	#cast .cast-list li:nth-child(7) .top-area .cast-photo {
		width: 70%;
		height: auto;
		margin: 0 15%;
	}
	#cast .cast-list li:nth-child(1) .top-area .cast-name ,
	#cast .cast-list li:nth-child(2) .top-area .cast-name ,
	#cast .cast-list li:nth-child(3) .top-area .cast-name ,
	#cast .cast-list li:nth-child(4) .top-area .cast-name ,
	#cast .cast-list li:nth-child(5) .top-area .cast-name ,
	#cast .cast-list li:nth-child(6) .top-area .cast-name ,
	#cast .cast-list li:nth-child(7) .top-area .cast-name {
		width: 50%;
		height: auto;
		position: absolute;
		top: 2%;
		bottom: auto;
		left: 0;
		right: auto;
	}
	#cast .cast-list li .txt-area {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 10vw 0; /* 4vw 0 */
		margin: -8% 0 0;
		overflow: hidden;
		transition: 1.0s all;
		opacity: 0;
		position: relative;
		z-index: 1;
	}
	@keyframes sp-cast-white {
		0% {
			opacity: 0;
			transform: translate3d(0, -20%, 0);
		}
		100% {
			opacity: 1;
			transform: translate3d(0, 0, 0);
		}
	}
	.sp-cast-white {
		animation: sp-cast-white 1.0s ease 0s forwards;
	}
	
	#cast .cast-list li:nth-child(1) .txt-area h3 ,
	#cast .cast-list li:nth-child(2) .txt-area h3 ,
	#cast .cast-list li:nth-child(3) .txt-area h3 ,
	#cast .cast-list li:nth-child(4) .txt-area h3 ,
	#cast .cast-list li:nth-child(5) .txt-area h3 ,
	#cast .cast-list li:nth-child(6) .txt-area h3 ,
	#cast .cast-list li:nth-child(7) .txt-area h3 {
		width: 90%;
		height: auto;
		margin: 0 5% 5vw;
		text-align: left;
	}
	#cast .cast-list li .txt-area h3 img {
		width: auto;
		height: 20vw;
	}
	#cast .cast-list li .txt-area p {
		width: 90%;
		height: auto;
		margin: 0;
		padding: 0 5%;
		color: #000;
		font-size: 3.8vw;
		line-height: 7.6vw;
		letter-spacing: 1px;
	}
	@keyframes cast-txt-anm1 {
		0% {height: 0;padding: 0;}
		100% {height: 100vw;padding: 10vw 0;}
	}
	@keyframes cast-txt-anm2 {
		0% {height: 0;padding: 0;}
		100% {height: 165vw;padding: 10vw 0;}
	}
	@keyframes cast-txt-anm3 {
		0% {height: 0;padding: 0;}
		100% {height: 185vw;padding: 10vw 0;}
	}
	
}





/* ========================================
キャスト下
========================================== */
#under-cast {
	width: 100%;
	height: auto;
	position: relative;
}
#under-cast #under-cast-bg {
	width: 100%;
	height: auto;
}
#under-cast #under-cast-bg2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}
.under-cast-bg2 {
	animation: fadeOut 3.0s ease 0s forwards;
}
#under-cast #under-cast-logo {
	width: 30%;
	height: auto;
	position: absolute;
	bottom: 10%;
	right: 5%;
}

/* 以下スマホ */
@media (max-width: 1024px) {
	#under-cast {
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
	}
	#under-cast #under-cast-bg {
		width: 200%;
		height: auto;
	}
	#under-cast #under-cast-bg img {
		width: 100%;
		height: auto;
	}
	#under-cast #under-cast-bg2 {
		display: none;
	}
	@keyframes under-cast-bg {
		0% {transform: translate3d(0, 0, 0);}
		100% {transform: translate3d(-40%, 0, 0);}
	}
	.under-cast-bg {
		animation: under-cast-bg 1.0s ease 0s forwards;
	}
	#under-cast #under-cast-logo {
		width: 70%;
		height: auto;
		position: absolute;
		bottom: 7%;
		right: 5%;
	}
	
}


/* ========================================
スタッフ
========================================== */
#slider-director ,
#slider-comment {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: fixed;
	top: 40%;
	z-index: -26;
	opacity: 0;
	pointer-events: none;
}
#slider-director .top-slide ,
#slider-comment .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	animation: loop-slide 120s infinite linear 0s both;
}
#slider-director .top-slide .content ,
#slider-comment .top-slide .content {
	width: 50vw;
	height: auto;
	margin: 0;
}
#slider-director .top-slide .content img ,
#slider-comment .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.director {
	width: 100%;
	height: auto;
	padding: 20vw 0 10vw;
	background-color: #fff;
	position: relative;
}
.director h2 {
	width:16%;
	height:auto;
	padding:0;
	margin:0 41% 20vw;
	position: relative;
}
.director h2 .staff-head1 {
	width: 100%;
	height: auto;
	opacity: 0;
}
.director h2 .staff-head2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.director .staff-gray {
	width: 60%;
	height: auto;
	margin: 5vw 10%;
	padding: 5vw 10%;
	background-color: #BCCECD;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.director .staff-gray .staff-txt {
	width: 55%;
	height: auto;
}
.director .staff-gray .staff-txt h3 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
}
.director .staff-gray .staff-txt h3 img {
	width: 50%;
}
.director .staff-gray .staff-txt p {
	width: 90%;
	height: auto;
	margin: 0 5%;
	padding: 0;
	color: #000;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1px;
}
.director .staff-gray .staff-photo {
	width: 45%;
	height: auto;
	text-align: center;
}
.director .staff-gray .staff-photo img {
	width: 70%;
}
.director .staff-gray .staff-filmo {
	width: 50%;
	height: auto;
	margin: 5vw 20% 5vw 30%;
}
.director .staff-gray .staff-filmo h4 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
}
.director .staff-gray .staff-filmo h4 img {
	width: 50%;
}
.director .staff-gray .staff-filmo p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1px;
}
.director .staff-gray .statement-btn {
	width: 100%;
	height: auto;
	text-align: center;
}
.director .staff-gray .statement-btn img {
	width: 30%;
}
#director {
	z-index: -27;
}
#director .staff-head ,
#director .staff-gray .staff-txt ,
#director .staff-gray .staff-photo ,
#director .staff-gray .staff-filmo ,
#director .staff-gray .statement-btn {
	opacity: 0;
}
#director2 {
	background-color: transparent;
	z-index: -25;
	transform: translate3d(0, -100%, 0);
	margin-bottom: -160%;
}
#director2 .staff-gray {
	background-color: transparent;
}
#director2 #slider-trg {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 20%;
}
.staff {
	width: 100%;
	height: auto;
	padding: 10vw 0 10vw;
	background-color: #fff;
	position: relative;
}
.staff .staff-gray {
	width: 60%;
	height: auto;
	margin: 5vw 10%;
	padding: 5vw 10%;
	background-color: #BCCECD;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.staff .staff-gray .com-title {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
}
.staff .staff-gray .com-title img {
	width: 60%;
}
.staff .staff-gray .staff-txt {
	width: 55%;
	height: auto;
}
.staff .staff-gray .staff-txt2 {
	width: 100%;
	height: auto;
	margin: 10vw 0 0;
}
.staff .staff-gray .staff-txt h3 ,
.staff .staff-gray .staff-txt2 h3 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
}
.staff .staff-gray .staff-txt h3 img {
	width: 50%;
}
.staff .staff-gray .staff-txt2 h3 img {
	width: 25%;
}
.staff .staff-gray .staff-txt .orange ,
.staff .staff-gray .staff-txt2 .orange {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
	color: #DD7010;
	font-size: 1.3vw;
	line-height: 2.5vw;
	font-weight: bold;
}
.staff .staff-gray .staff-txt p ,
.staff .staff-gray .staff-txt2 p {
	width: 90%;
	height: auto;
	margin: 0 5%;
	padding: 0;
	color: #000;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1px;
}
.staff .staff-gray .staff-photo {
	width: 45%;
	height: auto;
	text-align: center;
}
.staff .staff-gray .staff-photo img {
	width: 70%;
}

#staff {
	z-index: -27;
}
#staff .staff-gray .com-title ,
#staff .staff-gray .staff-txt ,
#staff .staff-gray .staff-txt2 ,
#staff .staff-gray .staff-photo ,
#staff .staff-gray .staff-filmo ,
#staff .staff-gray .statement-btn {
	opacity: 0;
}
#staff2 {
	background-color: transparent;
	z-index: -25;
	transform: translate3d(0, -100%, 0);
	margin-bottom: -155%;
}
#staff2 .staff-gray {
	background-color: transparent;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#slider-director .top-slide ,
	#slider-comment .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;	
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		animation: loop-slide 60s infinite linear 0s both;
	}
	#slider-director .top-slide .content ,
	#slider-comment .top-slide .content {
		width: 80vw;
		height: auto;
		margin: 0;
	}
	.director {
		width: 100%;
		height: auto;
		padding: 20vw 0;
		background-color: #fff;
		position: relative;
	}
	.director h2 {
		width:50%;
		height:auto;
		padding:0;
		margin:0 25% 20vw;
		position: relative;
	}
	.director h2 .staff-head1 {
		width: 100%;
		height: auto;
		opacity: 0;
	}
	.director h2 .staff-head2 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	.director .staff-gray {
		width: 90%;
		height: auto;
		margin: 20vw 0;
		padding: 20vw 5%;
		background-color: #BCCECD;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.director .staff-gray .staff-txt {
		width: 100%;
		height: auto;
		order: 2;
	}
	.director .staff-gray .staff-txt h3 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		text-align: left;
	}
	.director .staff-gray .staff-txt h3 img {
		width: 70%;
	}
	.director .staff-gray .staff-txt p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #000;
		font-size: 3.8vw;
		line-height: 7.6vw;
		letter-spacing: 1px;
	}
	.director .staff-gray .staff-photo {
		width: 100%;
		height: auto;
		text-align: right;
		order: 1;
	}
	.director .staff-gray .staff-photo img {
		width: 70%;
	}
	.director .staff-gray .staff-filmo {
		width: 100%;
		height: auto;
		margin: 10vw 0;
		order: 3;
	}
	.director .staff-gray .staff-filmo h4 {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		padding: 0;
	}
	.director .staff-gray .staff-filmo h4 img {
		width: 70%;
	}
	.director .staff-gray .staff-filmo p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 3.8vw;
		line-height: 7.6vw;
		letter-spacing: 1px;
	}
	.director .staff-gray .statement-btn {
		width: 100%;
		height: auto;
		text-align: center;
		order: 4;
	}
	.director .staff-gray .statement-btn img {
		width: 60%;
	}
	#director2 {
		background-color: transparent;
		z-index: -25;
		transform: translate3d(0, -100%, 0);
		margin-bottom: -565%;
	}
	.staff {
		width: 100%;
		height: auto;
		padding: 20vw 0 0;
		background-color: #fff;
		position: relative;
	}
	.staff .staff-gray {
		width: 90%;
		height: auto;
		margin: 20vw 0;
		padding: 20vw 5%;
		background-color: #BCCECD;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.staff .staff-gray .com-title {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	.staff .staff-gray .com-title img {
		width: 100%;
	}
	.staff .staff-gray .staff-txt {
		width: 100%;
		height: auto;
	}
	.staff .staff-gray .staff-txt2 {
		width: 100%;
		height: auto;
		margin: 10vw 0 0;
		padding-bottom: 50vw;
	}
	.staff .staff-gray .staff-txt h3 ,
	.staff .staff-gray .staff-txt2 h3 {
		width: 100%;
		height: auto;
		margin: 5vw 0 3vw;
		padding: 0;
		text-align: center;
	}
	.staff .staff-gray .staff-txt h3 img {
		width: 70%;
	}
	.staff .staff-gray .staff-txt2 h3 img {
		width: 60%;
	}
	.staff .staff-gray .staff-txt .orange ,
	.staff .staff-gray .staff-txt2 .orange {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 7vw 0;
		text-align: center;
		font-size: 4vw;
		line-height: 8vw;
		font-weight: bold;
	}
	.staff .staff-gray .staff-txt p ,
	.staff .staff-gray .staff-txt2 p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #000;
		font-size: 3.8vw;
		line-height: 7.6vw;
		letter-spacing: 1px;
	}
	.staff .staff-gray .staff-photo {
		width: 100%;
		height: auto;
		text-align: right;
	}
	.staff .staff-gray .staff-photo img {
		width: 70%;
	}
	#staff2 {
		background-color: transparent;
		z-index: -25;
		transform: translate3d(0, -100%, 0);
		margin-bottom: -820%;
	}



}

/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
	overflow-x: hidden;
	box-sizing: border-box;
	z-index: 11000;
}
.modal__bg{
    width: 100%;
    height: 100%;
	background:#fff;
    position: absolute;
	overflow-x: hidden;
}
.modal__content {
    width: 100%;
	height: auto; /* スクロール時は80% */
    padding: 0;
	box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	background-size: cover;
	background-position: center center;
}
.modal__content .white {
	width: 60%;
	height: auto;
	margin: 0 15%;
	padding: 2vw 5%;
	background-color: #BCCECD;
}
.modal__content .white h3 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 1.4vw;
}
.modal__content .white p {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1px;
	word-break: break-all;
}
.batsu {
	width: 4%;
	height: auto;
	position: fixed;
	top: 3%;
	right: 10%;
}
.batsu img {
	width: 100%;
}
.batsu img:hover {
	animation: close-anime 1.0s ease 0s forwards;
}
@keyframes close-anime {
	0% {transform: rotate(0);}
	100% {transform: rotate(180deg);}
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.batsu {
		width: 10%;
		height: auto;
		position: fixed;
		top: 3%;
		right: 3%;
	}
	.modal__content {
		width: 90%;
		height: 80%;
		padding: 20px 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		overflow-y: scroll;
	}
	.modal__content .white {
		width: 90%;
		height: auto;
		margin: 0 0;
		padding: 15vw 5%;
	}
	.modal__content .white h3 {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: center;
		color: #000;
		font-size: 6vw;
	}
	.modal__content .white p {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: left;
		color: #000;
		font-size: 3.8vw;
		line-height: 7.6vw;
	}
	
}

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


}


/* ========================================
レビュー・コメント
========================================== */
#rev-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/JL-comment-bg-2-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -20;
	opacity: 0;
	pointer-events: none;
}
#rev-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/JL-comment-bg-3-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -19;
	opacity: 0;
	pointer-events: none;
}
#rev-bg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/JL-comment-bg-4-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -19;
	opacity: 0;
	pointer-events: none;
}
#rev-bg4 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/JL-comment-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -19;
	opacity: 0;
	pointer-events: none;
}
@keyframes rev-bg2 {
	0% {opacity: 0;}
	15% {opacity: 0;}
	25% {opacity: 1;}
	40% {opacity: 1;}
	50% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes rev-bg3 {
	0% {opacity: 0;}
	40% {opacity: 0;}
	50% {opacity: 1;}
	65% {opacity: 1;}
	75% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes rev-bg4 {
	0% {opacity: 0;}
	65% {opacity: 0;}
	75% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
.rev-1stbg {
	animation: fadeOut 1.2s ease 0s forwards;
}
.rev-bg1 {
	animation: fadeIn 0s linear 0s forwards;
} 
.rev-bg2 {
	animation: rev-bg2 16s linear 0s infinite;
} 
.rev-bg3 {
	animation: rev-bg3 16s linear 0s infinite;
} 
.rev-bg4 {
	animation: rev-bg4 16s linear 0s infinite;
} 
#rev-top {
	width: 100%;
	height: auto;
	position: relative;
}
#rev-top #rev-1stbg {
	width: 100%;
	height: auto;
}
#rev-top #rev-head-wrap {
	width: 22%;
	height: auto;
	position: absolute;
	top: 60%;
	left: 39%;
}
#rev-top #rev-head-wrap h2 {
	width: 100%;
	height: auto;
	position: relative;
}
#rev-top #rev-head-wrap h2 #rev-head1 {
	width: 100%;
	height: auto;
	opacity: 0;
}
#rev-top #rev-head-wrap h2 #rev-head2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#rev-top #rev-head-wrap #junfu {
	width: 100%;
	height: auto;
	margin: 1vw 0 0;
	text-align: center;
	color: #fff;
	font-size: 1.1vw;
	opacity: 0;
}


#review {
	width: 100%;
	height: auto;
	padding: 0 0 20vw;
}
#review .rev-unit {
	width: 50%;
	height: auto;
	margin: 15vw 25%;
	background-color: rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.8);
	padding: 2vw 5%;
	box-sizing: border-box;
	opacity: 0;
}
#review .rev-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	color: #fff;
}
#review .rev-unit .rev-name {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	color: #F9C164;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#rev-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/JL-comment-bg-2-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -20;
		opacity: 0;
		pointer-events: none;
	}
	#rev-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/JL-comment-bg-3-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -19;
		opacity: 0;
		pointer-events: none;
	}
	#rev-bg3 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/JL-comment-bg-4-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -19;
		opacity: 0;
		pointer-events: none;
	}
	#rev-bg4 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/JL-comment-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -19;
		opacity: 0;
		pointer-events: none;
	}
	#rev-top #rev-head-wrap {
		width: 54%;
		height: auto;
		position: absolute;
		top: 60%;
		left: 23%;
	}
	#rev-top #rev-head-wrap h2 {
		width: 100%;
		height: auto;
		position: relative;
	}
	#rev-top #rev-head-wrap #junfu {
		width: 100%;
		height: auto;
		margin: 2vw 0 0;
		text-align: center;
		color: #fff;
		font-size: 3.7vw;
		opacity: 0;
	}
	
	#review {
		width: 100%;
		height: auto;
		padding: 0 0 100vw;
	}
	#review .rev-unit {
		width: 90%;
		height: auto;
		margin: 40vw 5%;
		background-color: rgba(0, 0, 0, 0.8);
		box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.8);
		padding: 2vw 5%;
		box-sizing: border-box;
		opacity: 0;
	}
	#review .rev-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		padding: 0;
		font-size: 3.8vw;
		line-height: 7.6vw;
		letter-spacing: 1px;
		color: #fff;
	}
	#review .rev-unit .rev-name {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 3.8vw;
		line-height: 7.6vw;
		letter-spacing: 1px;
		color: #F9C164;
	}
	
}


/* ========================================
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-left {
	width: 50%;
	height: auto;
	opacity: 0;
}
footer #foot-right {
	width: 50%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}
footer #foot-tate-right {
	width: 1.5%;
	height: auto;
	position: absolute;
	top: 32%;
	right: 48%;
	opacity: 0;
}
footer #foot-tate-left {
	width: 1.5%;
	height: auto;
	position: absolute;
	top: 32%;
	left: 48%;
	opacity: 0;
}
footer #foot-logo {
	width: 22%;
	height: auto;
	position: absolute;
	bottom: 8%;
	left: 39%;
	opacity: 0;
}
footer #button-area {
	position: absolute;
	bottom: 0;
	opacity: 0;
}
@keyframes foot-left {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@keyframes foot-right {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.foot-tate-right {
	animation: fadeIn 1.0s ease 0s forwards;
}
.foot-tate-left {
	animation: fadeIn 1.0s ease 0.7s forwards;
}
.foot-left {
	animation: foot-left 1.0s ease 1.9s forwards;
}
.foot-right {
	animation: foot-right 1.0s ease 1.9s forwards;
}
.foot-last-ani {
	animation: fadeIn 1.2s ease 2.6s forwards;
}


@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		background-color: #000;
		position: relative;
		overflow: hidden;
	}
	footer #foot-left {
		width: 100%;
		height: auto;
		opacity: 0;
	}
	footer #foot-right {
		width: 100%;
		height: auto;
		position: static;
		top: 0;
		right: 0;
		opacity: 0;
	}
	@keyframes foot-left {
		0% {
			opacity: 0;
			transform: translate3d(0, 100%, 0);
		}
		100% {
			opacity: 1;
			transform: translate3d(0, 0, 0);
		}
	}
	@keyframes foot-right {
		0% {
			opacity: 0;
			transform: translate3d(0, -100%, 0);
		}
		100% {
			opacity: 1;
			transform: translate3d(0, 0, 0);
		}
	}
	footer #foot-tate-right {
		width: 4%;
		height: auto;
		position: absolute;
		top: 40%;
		right: 45%;
		opacity: 0;
	}
	footer #foot-tate-left {
		width: 4%;
		height: auto;
		position: absolute;
		top: 40%;
		left: 45%;
		opacity: 0;
	}
	footer #foot-logo {
		width: 45%;
		height: auto;
		position: absolute;
		bottom: 18%;
		left: 2%;
		opacity: 0;
	}
	footer #button-area {
		position: absolute;
		bottom: 0;
		opacity: 0;
	}
	

}
@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/KB-dl-bg.jpg) no-repeat;
	background-size: cover;
	background-position: left center;
	opacity: 1;
}
#dl-bg-item {
	width: 30%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 35%;
}

  .dlButton {
	  background-color:transparent;
	  border:1px solid #6FB8BF;
	  display:inline-block;
	  cursor:pointer;
	  color:#6FB8BF;
	  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:#6FB8BF;
	  border:1px solid #6FB8BF;
	  color:#000;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#6FB8BF !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#6FB8BF;
	  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: 35%;
  }
  #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;
  }
