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;
}
.fadeInTeaser {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}

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

	to {
	opacity: 0;
	}
}
@keyframes blurIn {
	from {
	opacity: 0;
	filter: blur(10px);
	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.2s;
    transition-duration: 1.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #151312;
    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;
}



/* 以下スマホ */
@media (max-width: 1024px) {
	#loader-bg {
		background: #151312;
	}
	#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: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: #e99bc1;
	font-weight: normal;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(0px);
	font-size: 1.6vw;
}
#pcheader ul#pcmenu li.menusns a span.eng img {
	width: 2.5vw;
}
#pcheader ul#pcmenu li a span.jpn {
	display: block;
	width: 100%;
	font-size:0.7vw;
	line-height:0.7vw;
	text-align: center;
	color: #fff;
	font-family: 'Edu TAS Beginner', cursive;
	letter-spacing: 1px;
	transform: translateY(-1.5vw);
}
#pcheader ul#pcmenu li a:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.navigation {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px ;
	width: 100%;
	height: 100%;
}  
.global-nav {
	position: fixed;
	right: 0;
	top: -2000px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: 0px;
	background: url(../img/AWL-menu-bg-sp.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	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:60%;
	height:auto;
	margin:5vw 20% 7vw;
	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: #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: #e99bc1 !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#e99bc1;
	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: #e99bc1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 5vw 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 8%;
	margin: 0 2%;
}

  
	/* 表示された時用の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: 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:1.8rem;
		line-height: 2.2rem;
		letter-spacing: 1.2px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.global-nav ul.nav-sns {
		width: 100%;
		height: auto;
		margin: 5vw 0 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
	}
	.global-nav ul.nav-sns li {
		width: 11%;
		margin: 0 2%;
	}


}




/* ========================================
光エリア
========================================== */
#light-area {
	width: 100%;
	height: auto;
	position: relative;
	background: #151312;
	overflow: hidden;
}
@keyframes light {
	0% {top: 100%;}
	100% {top: -10%;}	
}
@keyframes tenmetsu {
	0%{opacity: 0.6;}
	20%{opacity: 1;}
	50%{opacity: 0.7;}
	60%{opacity: 0.9;}
	80%{opacity: 0.6;}
	100%{opacity: 1;}
}
@keyframes tenmetsu2 {
	0%{opacity: 0.5;}
	40%{opacity: 0.8;}
	100%{opacity: 0.5;}
}
#light-area #light1 {
	width: 2%;
	height: auto;
	position: absolute;
	top: -10%;
	left: 10%;
	z-index: 4;
	animation: light 1.5s linear 1.4s infinite , tenmetsu 2.0s ease infinite;
	pointer-events: none;
}
#light-area #light2 {
	width: 4%;
	height: auto;
	position: absolute;
	top: -10%;
	left: 20%;
	z-index: 2;
	animation: light 2.0s linear 1.4s infinite , tenmetsu 1.5s ease infinite;
	pointer-events: none;
}
#light-area #light3 {
	width: 3.5%;
	height: auto;
	position: absolute;
	top: -10%;
	left: 30%;
	z-index: 4;
	animation: light 2.2s linear 2.2s infinite , tenmetsu2 2.0s ease infinite;
	pointer-events: none;
}
#light-area #light4 {
	width: 1.5%;
	height: auto;
	position: absolute;
	top: -10%;
	left: 40%;
	z-index: 2;
	animation: light 1.6s linear 1.7s infinite , tenmetsu 2.0s ease infinite;
	pointer-events: none;
}
#light-area #light5 {
	width: 1.2%;
	height: auto;
	position: absolute;
	top: -10%;
	left: 48%;
	z-index: 2;
	animation: light 1.0s linear 1.8s infinite , tenmetsu 1.0s ease infinite;
	pointer-events: none;
}
#light-area #light6 {
	width: 4%;
	height: auto;
	position: absolute;
	top: -10%;
	left: 63%;
	z-index: 2;
	animation: light 1.9s linear 1.8s infinite , tenmetsu 3.0s ease infinite;
	pointer-events: none;
}
#light-area #light7 {
	width: 1.2%;
	height: auto;
	position: absolute;
	top: -10%;
	left: 72%;
	z-index: 2;
	animation: light 1.6s linear 1.4s infinite , tenmetsu 3.0s ease infinite;
	pointer-events: none;
}
#light-area #light8 {
	width: 4.2%;
	height: auto;
	position: absolute;
	top: -10%;
	left: 52%;
	z-index: 4;
	animation: light 2.1s linear 2.4s infinite , tenmetsu 4.0s ease infinite;
	pointer-events: none;
}
#light-area #light9 {
	width: 4.0%;
	height: auto;
	position: absolute;
	top: -10%;
	left: 85%;
	z-index: 4;
	animation: light 1.8s linear 3.9s infinite , tenmetsu 3.0s ease infinite;
	pointer-events: none;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#light-area #light1 {
		width: 4%;
		height: auto;
		position: absolute;
		top: -10%;
		left: 10%;
		z-index: 4;
		animation: light 1.5s linear 1.4s infinite , tenmetsu 2.0s ease infinite;
	}
	#light-area #light2 {
		width: 8%;
		height: auto;
		position: absolute;
		top: -10%;
		left: 20%;
		z-index: 2;
		animation: light 2.0s linear 1.4s infinite , tenmetsu 1.5s ease infinite;
	}
	#light-area #light3 {
		width: 7%;
		height: auto;
		position: absolute;
		top: -10%;
		left: 30%;
		z-index: 4;
		animation: light 2.2s linear 2.2s infinite , tenmetsu2 2.0s ease infinite;
	}
	#light-area #light4 {
		width: 3%;
		height: auto;
		position: absolute;
		top: -10%;
		left: 40%;
		z-index: 2;
		animation: light 1.6s linear 1.7s infinite , tenmetsu 2.0s ease infinite;
	}
	#light-area #light5 {
		width: 2.4%;
		height: auto;
		position: absolute;
		top: -10%;
		left: 48%;
		z-index: 2;
		animation: light 1.0s linear 1.8s infinite , tenmetsu 1.0s ease infinite;
	}
	#light-area #light6 {
		width: 8%;
		height: auto;
		position: absolute;
		top: -10%;
		left: 63%;
		z-index: 2;
		animation: light 1.9s linear 1.8s infinite , tenmetsu 3.0s ease infinite;
	}
	#light-area #light7 {
		width: 2.4%;
		height: auto;
		position: absolute;
		top: -10%;
		left: 72%;
		z-index: 2;
		animation: light 1.6s linear 1.4s infinite , tenmetsu 3.0s ease infinite;
	}
	#light-area #light8 {
		width: 8.4%;
		height: auto;
		position: absolute;
		top: -10%;
		left: 52%;
		z-index: 4;
		animation: light 2.1s linear 2.4s infinite , tenmetsu 4.0s ease infinite;
	}
	#light-area #light9 {
		width: 8.0%;
		height: auto;
		position: absolute;
		top: -10%;
		left: 85%;
		z-index: 4;
		animation: light 1.8s linear 3.9s infinite , tenmetsu 3.0s ease infinite;
	}
	
}

/* ========================================
トップ
========================================== */
#top {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
}
#top #top__bg {
	width: 100%;
	height: auto;
}
#top #top__bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.top__bg2 {
	animation: fadeIn 1.6s ease 2.3s forwards;
}


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



/* ========================================
トップ2
========================================== */
#top2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#top2 #top2__bg {
	width: 100%;
	height: auto;
	opacity: 0;
}
#top2 #top2__enlogo {
	width: 55%;
	height: auto;
	position: absolute;
	top: 10%;
	left: 3%;
	opacity: 0;
}
#top2 #top2__filmby {
	width: 32%;
	height: auto;
	position: absolute;
	top: 49%;
	left: 22%;
	opacity: 0;
}
#top2 #top2__award {
	width: 48%;
	height: auto;
	position: absolute;
	top: 3%;
	right: 2%;
	opacity: 0;
}
#top2 #top2__yoko {
	width: 41%;
	height: auto;
	position: absolute;
	top: 15%;
	right: 2%;
	opacity: 0;
}
#top2 #top2__bb {
	width: 31%;
	height: auto;
	position: absolute;
	top: 22%;
	right: 2%;
	opacity: 0;
}
#top2 #top2__tate {
	width: 1.25%;
	height: auto;
	position: absolute;
	top: 28%;
	left: 61%;
	opacity: 0;
}
#top2 #top2__title {
	width: 33%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 49%;
	right: 2%;
	opacity: 0;
}
#top2 #top2__date {
	width: 28%;
	height: auto;
	position: absolute;
	top: 77%;
	right: 4%;
	opacity: 0;
}
@keyframes top2__bg {
	0% {opacity: 0;transform: translate3d(0, -100%, 0);}
	100% {opacity: 1;transform: translate3d(0, 0, 0);}
}
.top2__bg {
	animation: top2__bg 1.6s cubic-bezier(0.33, 1, 0.68, 1) 1.0s forwards;
}
.top2__tate {
	animation: fadeIn 1.0s ease 2.2s forwards;
}
.top2__last {
	animation: fadeIn 1.5s ease 3.1s forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#top2 #top2__enlogo {
		width: 98%;
		height: auto;
		position: absolute;
		top: 31%;
		left: 0%;
		opacity: 0;
	}
	#top2 #top2__filmby {
		width: 55%;
		height: auto;
		position: absolute;
		top: 51%;
		left: 33%;
		opacity: 0;
	}
	#top2 #top2__award {
		width: 96%;
		height: auto;
		position: absolute;
		top: 2%;
		right: 2%;
		opacity: 0;
	}
	#top2 #top2__yoko {
		width: 96%;
		height: auto;
		position: absolute;
		top: 9%;
		right: 2%;
		opacity: 0;
	}
	#top2 #top2__bb {
		width: 88%;
		height: auto;
		position: absolute;
		top: 14%;
		right: 2%;
		opacity: 0;
	}
	#top2 #top2__tate {
		width: 3.5%;
		height: auto;
		position: absolute;
		top: 25%;
		left: auto;
		right: 2%;
		opacity: 0;
	}
	#top2 #top2__title {
		width: 86%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 85%;
		right: 7%;
		opacity: 0;
	}
	#top2 #top2__date {
		width: 28%;
		height: auto;
		position: absolute;
		top: 77%;
		right: 4%;
		opacity: 0;
	}
	@keyframes top2__bg {
		0% {opacity: 0;transform: translate3d(0, -100%, 0);}
		100% {opacity: 1;transform: translate3d(0, 0, 0);}
	}
	.top2__bg {
		animation: top2__bg 1.6s cubic-bezier(0.33, 1, 0.68, 1) 1.0s forwards;
	}
	.top2__tate {
		animation: fadeIn 1.0s ease 2.2s forwards;
	}
	.top2__last {
		animation: fadeIn 1.5s ease 3.1s forwards;
	}
	#top2 #top2__date {
		display: none;
	}
}



/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 11000;
}
.modal__bg {
	background:#151312;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 1;
}
.news__content {
    width: 100%;
	height: 90%;
    padding: 5vw 0;
	box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	overflow-y: scroll;
	scrollbar-width: none;
}
.news__content::-webkit-scrollbar{
  display: none;
}
.news__content .news__waku {
	width: 50%;
	height: auto;
	box-sizing: border-box;
	margin: 0 25%;
	padding: 2vw 7vw;
	border: 1px solid #e99bc1;
}
.news__content .news__waku h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	padding: 2vw 0 0;
	text-align: center;
	color: #feef00;
	font-size: 1.5rem;
}
.news__content .news__waku h2 img {
	width: 60%;
}
.news__content .news__waku h2.s-head img {
	width: 40%;
}
.news__content .news__waku h2#onep-head {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 2vw 0 0;
	text-align: center;
	color: #feef00;
	font-size: 1.5rem;
}
.news__content .news__waku h2#onep-head img {
	width: 80%;
	margin-bottom: 10px;
}
.news__content .news__waku .pink-bk {
	width: 100%;
	height: auto;
	background-color: #e99bc1;
	padding: 0.5vw 0;
	text-align: center;
	color: #151312;
	font-size: 1.3rem;
	font-weight: bold;
}
.news__content .news__waku .pink-bk span {
	font-size: 1.1rem;
}
.news__content .news__waku .yellow-bk {
	width: 100%;
	height: auto;
	background-color: #feef00;
	padding: 0.5vw 0;
	text-align: center;
	color: #151312;
	font-size: 1.3rem;
	font-weight: bold;
}
.news__content .news__waku .yellow-bk span {
	font-size: 1.1rem;
}
.news__content .news__waku p {
	width: 100%;
	height: auto;
	margin: 1.5vw 0;
	padding: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.8rem;
	letter-spacing: 1px;
}
.news__content .news__waku p .bold {
	font-weight: bold;
}
.news__content .news__waku p .pink {
	display: inline-block;
	padding: 0.2vw 1vw;
	background-color: #e99bc1;
	color: #151312;
}
.news__content .news__waku p .yellow {
	display: inline-block;
	padding: 0.2vw 1vw;
	background-color: #feef00;
	color: #151312;
}
.news__content .news__waku p.center-txt {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.8rem;
	letter-spacing: 1px;
	text-align: center;
}
.news__content .news__waku p a ,
.news__content .news__waku p.center-txt a {
	color: #fff;
}
.news__content .pre-img {
	width: 100%;
	height: auto;
	text-align: center;
}
.news__content .pre-img img {
	width: 50%;
}
.news__content .news__waku .flex-images {
	width: 120%;
	height: auto;
	position: relative;
	left: -10%;
	margin: 1vw 0 5vw;
	display: flex;
	justify-content: center;
}
.news__content .news__waku .flex-images .flex-img {
	width: 30%;
	height: auto;
	margin: 0 1%;
	color: #fff;
	font-size: 1rem;
}
.news__content .news__waku .flex-images .flex-img2 {
	width: 47%;
	height: auto;
	margin: 0 1%;
	color: #fff;
	font-size: 1rem;
}
.batsu {
	width: 5%;
	height: auto;
	position: fixed;
	top: 2%;
	right: 2%;
}
.batsu img {
	width: 100%;
}
.batsu img:hover {
	transform: rotate(360deg);
	transition: all 1.0s ease;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.movie__content {
		width: 100%;
		height: auto;
		padding: 1% 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.news__content {
		width: 100%;
		height: 80%;
		padding: 10vw 0;
		box-sizing: border-box;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		overflow-y: scroll;
		scrollbar-width: none;
	}
	.news__content::-webkit-scrollbar{
		display: none;
	}
	.news__content .news__waku {
		width: 96%;
		height: auto;
		box-sizing: border-box;
		margin: 0 2%;
		padding: 5vw 5vw;
		border: 1px solid #e99bc1;
	}
	.news__content .news__waku h2 {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: center;
	}
	.news__content .news__waku h2 img {
		width: 100%;
	}
	.news__content .news__waku h2.s-head img {
		width: 80%;
	}
	.news__content .news__waku h2#onep-head {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 5vw 0 0;
		text-align: center;
		color: #feef00;
		font-size: 1.3rem;
	}
	.news__content .news__waku h2#onep-head img {
		width: 90%;
		margin-bottom: 10px;
	}

	.news__content .news__waku .pink-bk {
		width: 100%;
		height: auto;
		background-color: #e99bc1;
		margin: 5vw 0;
		padding: 0.5vw 0;
		text-align: center;
		color: #151312;
		font-size: 1.3rem;
		font-weight: bold;
	}
	.news__content .news__waku .pink-bk span {
		font-size: 1.1rem;
	}
	.news__content .news__waku .yellow-bk {
		width: 100%;
		height: auto;
		background-color: #feef00;
		margin: 5vw 0;
		padding: 0.5vw 0;
		text-align: center;
		color: #151312;
		font-size: 1.3rem;
		font-weight: bold;
	}
	.news__content .news__waku .yellow-bk span {
		font-size: 1.1rem;
	}
	.news__content .news__waku p {
		width: 100%;
		height: auto;
		margin: 1.5vw 0;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 1.8rem;
		letter-spacing: 1px;
	}
	.news__content .news__waku p .bold {
		font-weight: bold;
	}
	.news__content .news__waku p .pink {
		display: inline-block;
		padding: 0.2vw 1vw;
		margin: 0 0 2vw;
		background-color: #e99bc1;
		color: #151312;
	}
	.news__content .news__waku p .yellow {
		display: inline-block;
		padding: 0.2vw 1vw;
		background-color: #feef00;
		color: #151312;
	}
	.news__content .news__waku p.center-txt {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 1.8rem;
		letter-spacing: 1px;
		text-align: center;
	}
	.news__content .news__waku p.center-txt a {
		color: #fff;
	}
	.news__content .pre-img {
		width: 100%;
		height: auto;
		text-align: center;
	}
	.news__content .pre-img img {
		width: 80%;
	}
	.news__content .news__waku .flex-images {
		width: 100%;
		height: auto;
		position: relative;
		left: 0;
		margin: 1vw 0 15vw;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.news__content .news__waku .flex-images .flex-img ,
	.news__content .news__waku .flex-images .flex-img2 {
		width: 90%;
		height: auto;
		margin: 3vw 0;
		color: #fff;
		font-size: 1rem;
	}

	.batsu {
		width: 10%;
		height: auto;
		position: fixed;
		top: 3%;
		right: 3%;
	}
}

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

}



/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 3vw 0 5vw;
	background-color: #151312;
}
#bridge #top2__date-sp {
	display: none;
}
#bridge #theater {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #theater img {
	width: 15%;
}
#bridge #theater a:hover {
	animation: flash 1.0s;
}
#bridge #mubi {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #mubi #mvtk-widgets-container {
	display: inline-block;
}
#bridge #tiup-banners {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
#bridge #tiup-banners a {
	display: block;
	width: 18%;
	height: auto;
	margin: 0 2%;
}
#bridge #news {
	width: 50%;
	height: auto;
	box-sizing: border-box;
	margin: 2vw 25%;
	padding: 3vw 5vw;
	border: #e99bc1 1px solid;
}
#bridge #news h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
}
#bridge #news h2 img {
	width: 25%;
}
#bridge #news ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#bridge #news ul li {
	width: 100%;
	height: auto;
	margin: 0.5vw 0;
	display: flex;
	justify-content: flex-start;
}
#bridge #news ul li .date {
	width: 15%;
	height: auto;
	color: #fff;
	font-size: 1.1vw;
	letter-spacing: 1.2px;
}
#bridge #news ul li .headline {
	width: 80%;
	height: auto;
	margin: 0 0 0 4%;
	font-size: 1.1vw;
	letter-spacing: 1.2px;
}
#bridge #news ul li .headline a {
	color: #fff;
}
#bridge #nani {
	width: 100%;
	height: auto;
	margin: 0 0 4vw;
	text-align: center;
	opacity: 0;
}
#bridge #nani img {
	width: 40%;
}
#bridge #tiup-banners a:hover ,
#bridge #nani a:hover {
	animation: flash 1.5s;
}
#bridge #sns-link {
	width: 100%;
	height: auto;
	opacity: 0;
	display: flex;
	justify-content: center;
}
#bridge #sns-link a {
	display: block;
	width: 4%;
	height: auto;
	margin: 0 1%;
}
#bridge #sns-link a:hover {
	animation: flash 1.0s;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 5vw 0;
		background-color: #151312;
		position: relative;
		z-index: 0;
	}
	#bridge #top2__date-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #top2__date-sp img {
		width: 80%;
	}	
	#bridge #theater {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #theater img {
		width: 60%;
	}
	#bridge #nani {
		width: 100%;
		height: auto;
		margin: 0 0 4vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #nani img {
		width: 95%;
	}

	#bridge #sns-link {
		width: 100%;
		height: auto;
		opacity: 0;
		display: flex;
		justify-content: center;
	}
	#bridge #sns-link a {
		display: block;
		width: 12%;
		height: auto;
		margin: 0 2%;
	}
	#bridge #tiup-banners {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		opacity: 0;
	}
	#bridge #tiup-banners a {
		display: block;
		width: 50%;
		height: auto;
		margin: 2vw 2%;
	}
	#bridge #news {
		width:90%;
		height:auto;
		box-sizing: border-box;
		margin:5vw 5% 7vw;
		padding:5vw 5vw;
		border: #e99bc1 1px solid;
		overflow: hidden;
		position: relative;
		z-index: 5;
	}
	#bridge #news h2 {
		width:100%;
		height:auto;
		padding:0;
		margin:2vw 0 6vw;
		text-align: center;
		position: relative;
	}
	#bridge #news h2 img {
		width: 35%;
	}

	#bridge #news ul {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		list-style-type: none;
	}
	#bridge #news ul li {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	#bridge #news ul li .date {
		width: 100%;
		height: auto;
		text-align: left;
		color: #fff;
		font-size: 1.0rem;
	}
	#bridge #news ul li .headline {
		width: 100%;
		height: auto;
		margin-left: 0;
		text-align: left;
	}
	#bridge #news ul li .headline a {
		color: #fff;
		font-size: 1.0rem;
	}

		
}



/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:3vw 0 7vw;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 1.5vw;
	text-align: center;
	position: relative;
	opacity: 0;
}
.trailer h2 img {
	width: 12%;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	opacity: 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
} 
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.trailer ul#movie-changer {
	width: 60%;
	height: auto;
	margin: 10px 20%;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.movie-btn {
	width: 30%;
	height: auto;
	margin: 0 1%;
	padding: 3px 0;
	text-align: center;
	background-color: transparent;
	border: 1px solid #fe0505;
	color: #fe0505;
	font-size: 1.1vw;
	font-weight: bold;
}
.movie-btn i {
	opacity: 0;
}
.activee {
	background: #fe0505;
	border: 1px solid #fe0505;
	color: #fff;
}
.activee i {
	opacity: 1;
}
.movie-btn:hover {
	background: #fe0505;
	border: 1px solid #fe0505;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	.trailer {
		width:100%;
		padding:10vw 0 10vw;
	}
	.trailer h2 {
		width:90%;
		height:auto;
		padding:0;
		margin:0 5% 5vw;
		position: relative;
		text-align: center;
	}
	.trailer h2 img {
		width: 30%;
	}
	#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:13vw 0 10vw;
	}
	.trailer h2 {
		width:99%;
		height:auto;
		padding:0;
		margin:0 0 5vw 1%;
		position: relative;
	}
	.trailer h2 img {
		width: 30%;
	}
	#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-color: #151312;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
	pointer-events: none;
}
#intro-slider {
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -29;
	pointer-events: none;
}
#intro-slider .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
	opacity: 0.6;
	mix-blend-mode: screen;
}
#intro-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;
	animation: loop-slide 70s infinite linear 0s both;
}
#intro-slider .top-slide-wrap .top-slide .content {
	width: 70vw;
	height: auto;
	margin: 0;
	pointer-events: none;
}
#intro-slider .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#intro1 {
	width: 100%;
	height: auto;
	padding: 20vw 0 0;
}
#intro1 h2 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro1 h2 img {
	width: 18%;
}
#intro1 .lead1 {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro1 .lead1 img {
	width: 22%;
}
@keyframes blur-fade {
	0% {opacity: 0;filter: blur(10px);}
	100% {opacity: 1;filter: blur(0px);}
}
.blur-fade {
	animation: blur-fade 1.2s ease 0s forwards;
}
#intro1 .lead2 {
	width: 100%;
	height: auto;
	margin: 0 0 18vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro1 .lead2 img {
	width: 40%;
}
#intro2 {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
}
#intro2 img {
	display: inline-block;
	width: 55%;
	height: auto;
	aspect-ratio: 1758 / 1048;
}
#intro3 {
	width: 100%;
	height: auto;
	padding: 6vw 0 10vw;
}
#intro3 p {
	width: 46%;
	height: auto;
	margin: 2vw 27%;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.0vw;
	letter-spacing: 1.5px;
	opacity: 0;
}
#intro3 .lead3 {
	width: 100%;
	height: auto;
	margin: 8vw 0;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro3 .lead3 img {
	width: 30%;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-slider .top-slide-wrap .top-slide .content {
		width: 150vw;
		height: auto;
		margin: 0;
		pointer-events: none;
	}
	#intro1 {
		width: 100%;
		height: auto;
		padding: 40vw 0 0;
	}
	#intro1 h2 {
		width: 100%;
		height: auto;
		margin: 0 0 15vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro1 h2 img {
		width: 40%;
	}
	#intro1 .lead1 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro1 .lead1 img {
		width: 50%;
	}
	#intro1 .lead2 {
		width: 100%;
		height: auto;
		margin: 0 0 25vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro1 .lead2 img {
		width: 50%;
	}
	#intro2 img {
		display: inline-block;
		width: 70%;
		height: auto;
		aspect-ratio: 1170 / 1558;
	}
	#intro3 {
		width: 100%;
		height: auto;
		padding: 15vw 0 30vw;
	}
	#intro3 p {
		width: 90%;
		height: auto;
		margin: 2rem 5%;
		padding: 0;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		opacity: 0;
	}
	#intro3 .lead3 {
		width: 100%;
		height: auto;
		margin: 8vw 0;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro3 .lead3 img {
		width: 50%;
	}

}

/* 以下タブレット・スマホ */
@media (max-width: 610px) {
	#intro-slider .top-slide-wrap .top-slide .content {
		width: 260vw;
		height: auto;
		margin: 0;
		pointer-events: none;
	}
	#intro1 h2 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro1 h2 img {
		width: 70%;
	}
	#intro1 .lead1 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro1 .lead1 img {
		width: 80%;
	}
	#intro1 .lead2 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro1 .lead2 img {
		width: 80%;
	}
	#intro2 img {
		display: inline-block;
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 1558;
	}
	#intro3 {
		width: 100%;
		height: auto;
		padding: 15vw 0 30vw;
	}
	#intro3 .lead3 {
		width: 100%;
		height: auto;
		margin: 20vw 0;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro3 .lead3 img {
		width: 80%;
	}

}




/* ========================================
ストーリー
========================================== */
#story-bgsp {
	display: none;
}
#story {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	background-color: #005c84;
	position: relative;
}
#story #story__head {
	width: 100%;
	height: auto;
	position: relative;
}
#story #story__head #story__headbg {
	width: 100%;
	height: auto;
}
#story #story__head #story__headbg img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
#story #story__head #story__headline {
	width: 13%;
	height: auto;
	position: absolute;
	top: 20%;
	left: 35%;
	opacity: 0;
}
#story p {
	width: 50%;
	height: auto;
	padding: 0 25% 3vw;
	margin: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	transform: translate3d(0, -30%, 0);
	opacity: 0;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#story-bgsp {
		display: block;
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -27;
		pointer-events: none;
		opacity: 0;
	}
	#story-bgsp #story-bgsp-inner {
		width: 100%;
		height: auto;
		position: relative;
	}
	#story-bgsp #story-bgsp-inner #story-bgsp-bg {
		width: 100%;
		height: auto;
	}
	#story-bgsp #story-bgsp-inner #story-bgsp-bg img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 1012;
	}
	#story-bgsp #story-bgsp-inner #story-bgsp-head {
		width: 30%;
		height: auto;
		position: absolute;
		top: 15%;
		left: 15%;
	}
	#story {
		width: 100%;
		height: auto;
		padding: 0 0 20vw;
		margin: 0;
		background-color: #005c84;
		position: relative;
		z-index: -28;
	}
	#story #story__head #story__headbg img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 1012;
	}
	#story #story__head #story__headline {
		width: 30%;
		height: auto;
		position: absolute;
		top: 15%;
		left: 15%;
		opacity: 0;
	}
	#story p {
		width: 90%;
		height: auto;
		padding: 0 5% 25vw;
		margin: 20vw 0 0;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}

}



/* ========================================
スライダー
========================================== */
#slider {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
@keyframes train2 {
	0% {transform: translate3d(0, 0, 0);}
	49% {transform: translate3d(0, 0, 0);}
	50% {transform: translate3d(0, -4px, 0);}
	51% {transform: translate3d(0, 0, 0);}
	55% {transform: translate3d(0, 0, 0);}
	56% {transform: translate3d(0, -4px, 0);}
	57% {transform: translate3d(0, 0, 0);}
	100% {transform: translate3d(0, 0, 0);}
}
#slider #slider_bg {
	width: 100%;
	height: auto;
	animation: train2 2.6s linear infinite;
}
#slider #slider_bg img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
#slider .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: absolute;
	opacity: 1;
}
#slider #slider1 {
	top: 0;
}
#slider #slider2 {
	bottom: 0;
}
#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-rev 70s infinite linear 0s both;
}
#slider #slider2 .top-slide {
	animation: loop-slide 70s infinite linear 0s both;
}
#slider .top-slide-wrap .top-slide .content {
	width: 30vw;
	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 #slider-logo {
	width: 27%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate3d(0, -50%, 0);
	opacity: 0;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#slider {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
		overflow: hidden;
	}
	#slider #slider_bg img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	#slider #slider1 .top-slide {
		animation: loop-slide-rev 70s infinite linear 0s both;
	}
	#slider #slider2 .top-slide {
		animation: loop-slide 70s infinite linear 0s both;
	}
	#slider .top-slide-wrap .top-slide .content {
		width: 80vw;
		height: auto;
		margin: 0;
		pointer-events: none;
	}
	#slider #slider-logo {
		width: 65%;
		height: auto;
		position: absolute;
		top: 42%;
		left: 5%;
		transform: translate3d(0, -50%, 0);
		opacity: 0;
	}

}

/* 以下タブレット・スマホ */
@media (max-width: 610px) {
	#slider {
		width: 100%;
		height: auto;
		padding: 10vw 0;
		position: relative;
		overflow: hidden;
	}
	#slider .top-slide-wrap .top-slide .content {
		width: 120vw;
		height: auto;
		margin: 0;
		pointer-events: none;
	}

}


/* ========================================
Festival＆Award
========================================== */
#fes-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -26;
	opacity: 0;
	pointer-events: none;
}
#fes-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -24;
	opacity: 0;
	pointer-events: none;
}
#fes {
	width: 74%;
	height: auto;
	box-sizing: border-box;
	padding: 20vw 7% 30vw 13%;
	position: relative;
	z-index: -25;
}
#fes h2 {
	width: 100%;
	height: auto;
	margin: 0 0 12vw;
	padding: 0;
	text-align: center;
}
#fes h2 img {
	width: 50%;
}
#fes #fes__lead1 {
	width: 100%;
	height: auto;
	margin: 0 0 8vw;
	padding: 0;
	text-align: center;
}
#fes #fes__lead1 img {
	width: 50%;
}
#fes #fes__lead2 {
	width: 100%;
	height: auto;
	margin: 0 0 8vw;
	padding: 0;
	text-align: center;
}
#fes #fes__lead2 img {
	width: 70%;
}
#fes ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#fes ul li {
	width: 100%;
	height: auto;
	margin: 0.5vw 0;
	font-size: 1.2vw;
	letter-spacing: 1.2px;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#fes {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 80vw 0 90vh;
		position: relative;
		z-index: -25;
	}
	#fes h2 {
		width: 100%;
		height: auto;
		margin: 0 0 60vw;
		padding: 0;
		text-align: center;
	}
	#fes h2 img {
		width: 80%;
	}
	#fes #fes__lead1 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		padding: 0;
		text-align: center;
	}
	#fes #fes__lead1 img {
		width: 70%;
	}
	#fes #fes__lead2 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		padding: 0;
		text-align: center;
	}
	#fes #fes__lead2 img {
		width: 85%;
	}
	#fes ul {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		list-style-type: none;
	}
	#fes ul li {
		width: 100%;
		height: auto;
		margin: 1vw 0;
		font-size: 1rem;
		letter-spacing: 1.2px;
	}
}


/* 以下タブレット・スマホ */
@media (max-width: 610px) {
	#fes ul li {
		width: 100%;
		height: auto;
		margin: 6vw 0;
		font-size: 1rem;
		letter-spacing: 1.2px;
	}
	#fes ul li .kai {
		display: block;
	}
}

/* ========================================
Director
========================================== */
#director {
	width: 100%;
	height: auto;
	padding: 0 0 30vw;
	background-color: #151312;
	position: relative;
}
#director #director__bg {
	width: 100%;
	height: auto;
}
#director #director__bg img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
#director #director__contents {
	width: 100%;
	height: auto;
	padding: 10vw 0;
	position: absolute;
	top: 0;
	left: 0;
}
#director #director__contents h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#director #director__contents h2 img {
	width: 12%;
}
#director #director__contents #director__photo {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#director #director__contents #director__photo img {
	width: 20%;
	height: auto;
	aspect-ratio: 800 / 800;
}
#director #director__contents #director__name {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
	opacity: 0;
}
#director #director__contents #director__name img {
	width: 20%;
}
#director #director__contents 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) {
	#director {
		width: 100%;
		height: auto;
		padding: 0 0 30vw;
		background-color: #151312;
		position: relative;
	}
	#director #director__bg img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	#director #director__contents {
		width: 100%;
		height: auto;
		padding: 30vw 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	#director #director__contents h2 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#director #director__contents h2 img {
		width: 40%;
	}
	#director #director__contents #director__photo {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
		opacity: 0;
	}
	#director #director__contents #director__photo img {
		width: 70%;
		height: auto;
		aspect-ratio: 800 / 800;
	}
	#director #director__contents #director__name {
		width: 100%;
		height: auto;
		margin: 0 0 15vw;
		text-align: center;
		opacity: 0;
	}
	#director #director__contents #director__name img {
		width: 75%;
	}
	#director #director__contents 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) {
	#director {
		width: 100%;
		height: auto;
		padding: 0 0 150vw;
		background-color: #151312;
		position: relative;
	}
}




/* ========================================
キャスト
========================================== */
#cast-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -20;
	opacity: 0;
	pointer-events: none;
	transition: 1.0s ease all;
}
#cast-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #01060f;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -19;
	opacity: 0;
	pointer-events: none;
	transition: 1.0s ease all;
}
#cast {
	width: 100%;
	height: auto;
	padding: 10vw 0 20vw;
}
#cast #cast__head {
	width: 50%;
	height: auto;
	margin: 0;
	padding: 15vw 0 20vw 50%;
	text-align: center;
}
#cast #cast__head img {
	width: 20%;
}
#cast #cast__contents {
	width: 100%;
	height: auto;
	padding: 20vw 0 0;
}
#cast #cast__contents .cast-unit {
	width: 50%;
	height: auto;
	margin: 0 25% 8vw;
}
#cast #cast__contents .cast-unit .role-jp {
	width: 100%;
	height: auto;
	text-align: center;
	color: #e99bc1;
	font-size: 1.5vw;
	font-weight: bold;
}
#cast #cast__contents .cast-unit .role-en {
	width: 100%;
	height: auto;
	text-align: center;
	color: #89aad9;
	font-size: 1.5vw;
	font-weight: bold;
}
#cast #cast__contents .cast-unit .role-txt {
	width: 100%;
	height: auto;
	margin: 0.5vw 0 0;
	text-align: center;
	color: #fff;
	font-size: 1.1vw;
	font-weight: bold;
}
#cast #cast__contents .cast-unit .cast-photo {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	text-align: center;
}
#cast #cast__contents .cast-unit .cast-photo img {
	display: inline-block;
	width: 50%;
	height: auto;
	aspect-ratio: 900 / 700;
}
#cast #cast__contents .cast-unit .cast-name {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#cast #cast__contents .cast-unit .cast-name img {
	width: 40%;
}
#cast #cast__contents .cast-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.0vw;
	letter-spacing: 1.2px;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast {
		width: 100%;
		height: auto;
		padding: 40vw 0 50vw;
	}
	#cast #cast__head {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 60vh;
		text-align: center;
	}
	#cast #cast__head img {
		width: 40%;
	}
	#cast #cast__contents {
		width: 100%;
		height: auto;
		padding: 0;
	}
	#cast #cast__contents .cast-unit {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
	}
	#cast #cast__contents .cast-unit .role-jp {
		width: 100%;
		height: auto;
		text-align: center;
		color: #e99bc1;
		font-size: 1.8rem;
		font-weight: bold;
	}
	#cast #cast__contents .cast-unit .role-en {
		width: 100%;
		height: auto;
		text-align: center;
		color: #89aad9;
		font-size: 1.8rem;
		font-weight: bold;
	}
	#cast #cast__contents .cast-unit .role-txt {
		width: 90%;
		height: auto;
		margin: 2vw 5% 0;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		font-weight: bold;
	}
	#cast #cast__contents .cast-unit .cast-photo {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		text-align: center;
	}
	#cast #cast__contents .cast-unit .cast-photo img {
		display: inline-block;
		width: 90%;
		height: auto;
		aspect-ratio: 900 / 700;
	}
	#cast #cast__contents .cast-unit .cast-name {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}
	#cast #cast__contents .cast-unit .cast-name img {
		width: 90%;
	}
	#cast #cast__contents .cast-unit p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
	}


}

/* ========================================
画像
========================================== */
#image-area {
	width: 100%;
	height: 105%;
	min-height: 105%;
	position: relative;
}
#image-area #image-area__bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
}
#image-area #image-area__bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 1.0s all;
}
#image-area #image-area__logo {
	width: 18%;
	height: auto;
	position: absolute;
	bottom: 15%;
	right: 15%;
	opacity: 0;
	transition: 1.0s all 0.6s;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#image-area #image-area__logo {
		width: 75%;
		height: auto;
		position: absolute;
		bottom: 11%;
		right: 5%;
		opacity: 0;
		transition: 1.0s all 0.6s;
	}

}




/* ========================================
コメント・レビュー
========================================== */
#com-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center bottom;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -15;
	opacity: 0;
	pointer-events: none;
}
#com-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center bottom;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -11;
	opacity: 0;
	pointer-events: none;
}
#com-dot-set {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -13;
	transition: 1.5s all;
}
#com-bg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -14;
	opacity: 0;
	pointer-events: none;
}
.com-bg3 {
	animation: com-bg3 6s ease 0s infinite;
}
#com-bg4 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -14;
	opacity: 0;
	pointer-events: none;
}
.com-bg4 {
	animation: com-bg4 6.6s ease 2s infinite;
}
@keyframes com-bg3 {
	0% {opacity: 1;filter: blur(0px);}
	10% {opacity: 1;filter: blur(0px);}
	50% {opacity: 0.4;filter: blur(0px);}
	90% {opacity: 1;filter: blur(0px);}
	100% {opacity: 1;filter: blur(0px);}
}
@keyframes com-bg4 {
	0% {opacity: 0.9;filter: blur(0px);}
	50% {opacity: 0.3;filter: blur(0px);}
	100% {opacity: 0.9;filter: blur(0px);}
}
#particles-js {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -13;
	pointer-events: none;
	transition: 1.5s all;
}
#comment {
	width: 100%;
	height: auto;
	padding: 20vw 0 10vw;
	position: relative;
	z-index: -12;
}
#comment h2 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#comment img {
	width: 15%;
}
#comment #goju {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	text-align: center;
	font-size: 1rem;
	color: #e99bc1;
}
#comment .com-unit {
	width: 44%;
	height: auto;
	margin: 0 28% 8vw;
	opacity: 0;
}
#comment .com-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	color: #89aad9;
	font-size: 1.1vw;
	line-height: 2.0vw;
	letter-spacing: 1.2px;
}
#comment .com-unit .name {
	width: 100%;
	height: auto;
	margin: 0;
	text-align: right;
	color: #e99bc1;
	font-size: 1.5vw;
	letter-spacing: 1.2px;
}
#comment .com-unit .name span {
	font-size: 1.1vw;
}
#comment .com-unit .name .star {
	font-size: 1.0vw;
	margin-left: 0.5vw;
}
#comment #foot-logo-set {
	width: 100%;
	height: auto;
	margin: 20vw 0 10vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#comment #foot-logo-set #foot-en {
	width: 18%;
	height: auto;
	margin: 0 5%;
}
#comment #foot-logo-set #foot-en img {
	width: 100%;
}
#comment #foot-logo-set #foot-jp {
	width: 23%;
	height: auto;
	margin: 0 5%;
}
#comment #foot-logo-set #foot-jp img {
	width: 100%;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#com-dot-set {
		display: none;
	}
	#comment {
		width: 100%;
		height: auto;
		padding: 100vw 0 20vw;
		position: relative;
		z-index: -12;
	}
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
	}
	#comment img {
		width: 50%;
	}
	#comment #goju {
		width: 100%;
		height: auto;
		margin: 0 0 100vw;
		text-align: center;
		font-size: 1rem;
		color: #e99bc1;
	}

	#comment .com-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 30vw;
	}
	#comment .com-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		color: #89aad9;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
	}
	#comment .com-unit .name {
		width: 100%;
		height: auto;
		margin: 0;
		text-align: right;
		color: #e99bc1;
		font-size: 1.5rem;
		letter-spacing: 1.2px;
	}
	#comment .com-unit .name span {
		font-size: 1rem;
	}
	#comment .com-unit .name .star {
		font-size: 1rem;
		margin-left: 2vw;
	}
	#comment #foot-logo-set {
		width: 100%;
		height: auto;
		margin: 100vw 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#comment #foot-logo-set #foot-en {
		width: 100%;
		height: auto;
		margin: 0 0 15vw;
		text-align: center;
	}
	#comment #foot-logo-set #foot-en img {
		width: 50%;
	}
	#comment #foot-logo-set #foot-jp {
		width: 100%;
		height: auto;
		margin: 0;
		text-align: center;
	}
	#comment #foot-logo-set #foot-jp img {
		width: 50%;
	}

}


/* 以下タブレット・スマホ */
@media (max-width: 610px) {
	#comment {
		width: 100%;
		height: auto;
		padding: 80vw 0 40vw;
		position: relative;
		z-index: -12;
	}
	#comment #foot-logo-set #foot-en img {
		width: 65%;
	}
	#comment #foot-logo-set #foot-jp img {
		width: 65%;
	}

}



/* ========================================
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;
	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:0 0 2px;
	}
	#button-area ul.social_sq_buttons {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		list-style-type: none;
		display:flex;
		justify-content: center;
		flex-wrap:wrap;
	}
	#button-area ul.social_sq_buttons li {
		width:160px;
		height: 20px;
		margin:5px;
		padding:3px 0;
		display: flex;
		justify-content: center;
	}
}



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: relative;
}
@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position: relative;
	}

}
@media (max-width: 510px) {

}



