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;
	background: #000;
}
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;
}
.fadeInZeroDelay {
	animation: fadeIn 0s linear 0s forwards;
}


.fadeInTeaser {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}

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

	to {
	opacity: 0;
	}
}
@keyframes blurIn {
	from {
	opacity: 0;
	filter: blur(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: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	display: grid;
    place-items: center;
}
#loader {
	width:20%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:auto;
}



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


/* ========================================
ヘッダー
========================================== */
#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:5px 0 15px;
	position:fixed;
	top:0;
	background: linear-gradient(to bottom, #080404 10%, transparent);
	z-index:1001;
	opacity: 0;
}
#pcheader ul#pcmenu {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type:none;
	display:flex;
	justify-content: center;
}
#pcheader ul#pcmenu li {
	width:auto;
	height:auto;
	margin:0 1%;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#pcheader ul#pcmenu li.menusns {
	width:auto;
	height:auto;
	margin:0 0.3%;
	padding:0;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li a {
	transition-duration: 0.4s;
	text-decoration:none !important;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:1.5vw;
	line-height:1.5vw;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	font-family: "metronic-slab", serif;
	font-weight: 700;
	font-style: italic;
}
#pcheader ul#pcmenu li a span.eng span {
	color: #e50012;
}

#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: rgba(8, 4, 4, 1);
	background-size: cover;
	background-position: top center;
	z-index: 2000001;
	display: flex;

}
.global-nav .global-nav-inner {
	width: 100%;
	height: auto;
	position: relative;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 3000000;
	opacity:0;
}  
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0.1vw 0px;
}
.global-nav__item a {
	display: block;
	padding: 0;
	text-decoration: none;	
	color: #000;
	transition: all .6s;
	letter-spacing: 1px;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
	transform: translateY(-10px);
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #fff !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#fff;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 12%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#130801;
}
.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: 2000000;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__list {
	margin: 10px 0 10px;
	position: relative;
	z-index: 2 !important;
  }
  .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:2.5rem;
	line-height: 3.0rem;
	letter-spacing: 1.5px;
	color: #fff;
	font-family: "metronic-slab", serif;
	font-weight: 700;
	font-style: italic;
}
.global-nav__item a .en span {
	color: #e50012;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}
.global-nav #menu-aix {
	width: 60%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 20%;
}
.global-nav #menu-aix #menu-x1 {
	width: 100%;
	height: auto;
}
.global-nav #menu-aix #menu-x2 ,
.global-nav #menu-aix #menu-x3  {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.global-nav #menu-aix #menu-x2 {
	animation: ai-light 2.0s ease 0s infinite alternate;
}


.global-nav #menu-logo {
	width: 70%;
	height: auto;
	position: absolute;
	bottom: 4%;
	left: 15%;
	pointer-events: none;
}



	/* 表示された時用の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;
	
	}
	.global-nav ul.nav-sns li {
		width: 8%;
		margin: 0 1.5%;
	}
  
  ul#nav-button {
	  display:none !important;
  }
  
}  


/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	.global-nav-inner {
		padding: 10vw 0 0;
	}

	.global-nav__item {
		margin: 20px 0 !important;
	}
	.global-nav__item a {
		display: block;
		padding: 1px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:1.8rem;
		line-height: 2.0rem;
		letter-spacing: 1.0px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.global-nav #menu-aix {
		width: 70%;
		height: auto;
		position: absolute;
		bottom: 0%;
		left: 15%;
	}
	.global-nav #menu-logo {
		width: 50%;
		height: auto;
		position: absolute;
		bottom: 2%;
		left: 25%;
		pointer-events: none;
	}
}

@media screen and (max-width: 375px) {
	.global-nav__item {
		margin: 10px 0 !important;
	}
	.global-nav__item a .en {
		width: 100%;
		font-size:1.5rem;
		line-height: 1.6rem;
		letter-spacing: 1.0px;
	}

}


/* ========================================
X
========================================== */
#fixed-x {
	display: block;
	width: 6%;
	height: auto;
	position: fixed;
	bottom: 0;
	right: 6%;
	z-index: 3;
	opacity: 0;
}
#fixed-x #x-base {
	width: 100%;
	height: auto;
}
#fixed-x #x-red ,
#fixed-x #x-x {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes x-red {
	0% {opacity: 0;}
	45% {opacity: 1;}
	55% {opacity: 1;}
	100% {opacity: 0;}
}
#fixed-x #x-red {
	animation: x-red 3.0s ease infinite;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#fixed-x {
		display: block;
		width: 15%;
		height: auto;
		position: fixed;
		bottom: 0;
		right: 2%;
		z-index: 3;
		opacity: 0;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#fixed-x {
		display: block;
		width: 17%;
		height: auto;
		position: fixed;
		bottom: 0;
		right: 3%;
		z-index: 3;
		opacity: 0;
	}


}


/* ========================================
トップ
========================================== */
#top {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow-x: hidden;
	background-color: #000;
}
#top #top__bg {
	width: 100%;
	height: auto;
	filter: brightness(0%);
}
#top #top__ai1 ,
#top #top__ai2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#top #top__ai2 {
	opacity: 0;
}
#top #top__bg img ,
#top #top__ai1 img ,
#top #top__ai2 img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
#top #top__catch1 {
	width: 53%;
	height: auto;
	position: absolute;
	top: 5%;
	right: 2%;
	opacity: 0;
}
#top #top__catch1 img {
	width: 100%;
	height: auto;
	aspect-ratio: 1531 / 69;
}
#top #top__catch2 {
	width: 38%;
	height: auto;
	position: absolute;
	top: 11%;
	right: 2%;
	opacity: 0;
}
#top #top__catch2 img {
	width: 100%;
	height: auto;
	aspect-ratio: 1194 / 62;
}
#top #top__title {
	width: 30.5%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 38%;
	left: 5%;
	opacity: 0;
}
#top #top__bb {
	width: 27%;
	height: auto;
	position: absolute;
	top: 53%;
	left: 6.5%;
	opacity: 0;
}
#top #top__yoko {
	width: 42%;
	height: auto;
	position: absolute;
	bottom: 10%;
	left: 29%;
	opacity: 0;
}
.top__ai2 {
	animation: fadeIn 1.0s ease 1.2s forwards;
}
@keyframes top__bg {
	0% {filter: brightness(0%);}
	100% {filter: brightness(100%);}
}
.top__bg {
	animation: top__bg 1.5s ease 1.5s forwards;
}
@keyframes bigin {
	0% {opacity: 0;transform: translate3d(-200%, -500%, 0) scale(10);}
	100% {opacity: 1;transform: translate3d(0, 0, 0) scale(1);}
}
.top__catch1 {
	animation: bigin 0.2s ease-in 2.5s forwards;
}
.top__catch2 {
	animation: bigin 0.2s ease-in 3.0s forwards;
}
.top-last-anime {
	animation: fadeIn 1.5s ease 3.3s forwards;
}
@keyframes ai-light {
	0% {opacity: 1;}
	50% {opacity: 0.5;}
	100% {opacity: 1;}
}
.ai-light {
	animation: ai-light 2.0s ease 4.6s infinite alternate;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#top #top__bg img ,
	#top #top__ai1 img ,
	#top #top__ai2 img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	#top #top__catch1 {
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		top: 3%;
		right: 0%;
		opacity: 0;
	}
	#top #top__catch1 img {
		width: 75%;
		height: auto;
		aspect-ratio: 906 / 214;
	}
	#top #top__catch2 {
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		top: 14%;
		right: 0%;
		opacity: 0;
	}
	#top #top__catch2 img {
		width: 95%;
		height: auto;
		aspect-ratio: 1154 / 69;
	}
	#top #top__title {
		width: 92%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 73%;
		left: 4%;
		opacity: 0;
	}
	#top #top__bb {
		width: 92%;
		height: auto;
		position: absolute;
		top: 87%;
		left: 4%;
		opacity: 0;
	}
	#top #top__yoko {
		width: 90%;
		height: auto;
		position: absolute;
		bottom: 36%;
		left: 5%;
		opacity: 0;
	}


}

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



}




/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 3vw 0;
	background-color: #000;
	position: relative;
}
#bridge #date {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
	opacity: 0;
}
#bridge #date img {
	width: 40%;
	height: auto;
	aspect-ratio: 1345 / 153;
}
#bridge #theater {
	display: block;
	width: 22%;
	height: auto;
	margin: 0 39% 2vw;
	position: relative;
}
#bridge #theater #theater1 {
	width: 100%;
	height: auto;
}
#bridge #theater #theater2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#bridge #mubi {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #mubi #mvtk-widgets-container {
	display: inline-block;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 3vw 0;
		background-color: #000;
		position: relative;
	}
	#bridge #date {
		width: 100%;
		height: auto;
		margin: 0 0 6vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #date img {
		width: 80%;
		height: auto;
		aspect-ratio: 1051 / 318;
	}
	#bridge #theater {
		width: 70%;
		height: auto;
		margin: 0 15% 6vw;
		position: relative;
	}

	#bridge #mubi {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		text-align: center;
		opacity: 0;
	}

}

/* ========================================
予告編
========================================== */
#trailer {
	width: 100%;
	height: auto;
	padding: 5vw 0;
	background-color: #000;
	position: relative;
}
#trailer h2 {
	width: 100%;
	height: auto;
	margin: 0 0 1.0vw;
	padding: 0;
	text-align: center;
}
#trailer h2 img {
	width: 18%;
}
#trailer #movie {
	width: 70%;
	height: auto;
	margin: 0 15%;
}
#trailer #movie video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#trailer {
		width: 100%;
		height: auto;
		padding: 10vw 0 20vw;
		background-color: #000;
		position: relative;
	}
	#trailer #movie {
		width: 90%;
		height: auto;
		margin: 0 5%;
	}
	#trailer h2 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		position: static;
		pointer-events: none;
		text-align: center;
	}
	#trailer h2 img {
		width: 40%;
	}

}


/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 11000;
}
.movie-bg {
	background:#000;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 0.96;
}
.movie__content {
    width: 65%;
	height: auto;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.movie__content .video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
} 
.movie__content .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie__content ul#movie-changer {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.movie__content .movie-btn {
	width: 30%;
	height: auto;
	margin: 0 0.5%;
	padding: 5px 0;
	text-align: center;
	background-color: #fff;
	border: 1px solid #fff;
	color: #0672A2;
	font-size: 0.9vw;
}
.movie__content .activee {
	background: #0672A2;
	border: 1px solid #0672A2;
	color: #fff;
}
.movie__content .movie-btn i {
	display: none;
}
.movie__content .activee i {
	display: inline;
}
.movie-btn:hover {
	background: #0672A2;
	border: 1px solid #0672A2;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}
.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%);
	}
	.batsu {
		width: 10%;
		height: auto;
		position: fixed;
		top: 3%;
		right: 3%;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	ul#movie-changer {
		margin: 30px 0 0;
	}

}



/* ========================================
イントロダクション
========================================== */
#intro-bg0 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: linear-gradient(-45deg, #fff, #85081e, #000, #85081e, #fff);
	background-size: 600% 600%;
    animation: gradientMove 7s linear infinite;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -31;
}
#intro-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
}
#intro-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -28;
}
#intro {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	padding: 25vw 10% 20vw;
	margin: 0 0 0 38%;
	position: relative;
	z-index: -29;
}
#intro #intro__head {
	width: 100%;
	height: auto;
	margin: 0 0 15vw;
	padding: 0;
	text-align: center;
	color: #fff;
}
.typewriter {
	display: inline-block;
	font-size: 3.2vw;
	font-family: "metronic-slab", serif;
	font-weight: 700;
	font-style: italic;
	white-space: nowrap;
	overflow: hidden;
}
.cursor {
	display: inline-block;
	width: 2px;
	height: 3vw;
	background-color: #000;
	margin-left: 5px;
	animation: blink 0.6s steps(1) infinite;
	vertical-align: bottom;
}
.wc {
	background-color: #fff;
}
.rc {
	background-color: #e60012;
}
.bc {
	background-color: #041434;
}
@keyframes blink {
	50% { opacity: 0; }
}
  /* フェードアウト用 */
.fade-out {
	animation: fadeoutc 0.8s forwards;
}
@keyframes fadeoutc {
	to { opacity: 0; }
}
#intro p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.5px;
	opacity: 0;
}
.intro-p {
	animation: fadeIn 1.0s ease 1.0s forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bg1 {
		width: 100%;
		height: 50%;
		min-height: 50%;
		background-size: cover;
		background-position: center top;
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		z-index: -30;
	}
	#intro-bg2 {
		width: 100%;
		height: 50%;
		min-height: 50%;
		background-size: cover;
		background-position: center top;
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		z-index: -28;
	}
	#intro {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 100vw 0 80vh;
		margin: 0;
		position: relative;
		z-index: -29;
	}
	#intro #intro__head {
		width: 100%;
		height: auto;
		margin: 0 0 60vh;
		padding: 0;
		text-align: center;
		color: #fff;
	}
	.typewriter {
		display: inline-block;
		font-size: 2.5rem;
		font-family: "metronic-slab", serif;
		font-weight: 700;
		font-style: italic;
		white-space: nowrap;
		overflow: hidden;
	}
	.cursor {
		display: inline-block;
		width: 2px;
		height: 2rem;
		background-color: #000;
		margin-left: 5px;
		animation: blink 0.6s steps(1) infinite;
		vertical-align: bottom;
	}
	.wc {
		background-color: #fff;
	}
	.rc {
		background-color: #e60012;
	}
	.bc {
		background-color: #041434;
	}
	.fade-out {
		animation: fadeoutc 0.8s forwards;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		opacity: 0;
	}


}


/* ========================================
ストーリー
========================================== */
#story {
	width: 100%;
	height: auto;
	padding: 0 0 10vw;
	background-color: #000;
}
#story #story__header {
	width: 100%;
	height: auto;
	position: relative;
}
#story #story__header #story__header-bg1 {
	width: 100%;
	height: auto;
}
#story #story__header #story__header-bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: x-red 2.0s ease infinite;
}
#story #story__header #story__header-bg1 img ,
#story #story__header #story__header-bg2 img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 804;
}
#story #story__header #story__catch1 {
	width: 42%;
	height: auto;
	position: absolute;
	top: 23%;
	left: 29%;
	opacity: 0;
}
#story #story__header #story__catch2 {
	width: 40%;
	height: auto;
	position: absolute;
	top: 35%;
	left: 30%;
	opacity: 0;
}
#story h2 {
	width: 100%;
	height: auto;
	padding: 3vw 0;
	margin: 0;
	text-align: center;
	color: #fff;
}
#story p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.5px;
	opacity: 0;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#story {
		width: 100%;
		height: auto;
		padding: 0 0 50vw;
		background-color: #000;
	}
	#story #story__header {
		width: 100%;
		height: auto;
		position: relative;
		background-color: #000;
	}
	#story #story__header #story__header-bg1 {
		width: 100%;
		height: auto;
	}
	#story #story__header #story__header-bg2 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		animation: x-red 2.0s ease infinite;
	}
	#story #story__header #story__header-bg1 img ,
	#story #story__header #story__header-bg2 img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 670;
	}
	#story #story__header #story__catch1 ,
	#story #story__header #story__catch2 {
		width: 100%;
		height: auto;
		padding: 5vw 0 0;
		position: static;
		opacity: 0;
		text-align: center;
	}
	#story #story__header #story__catch1 img ,
	#story #story__header #story__catch2 img {
		width: 90%;
	}
	#story h2 {
		width: 100%;
		height: auto;
		padding: 10vw 0;
		margin: 0;
		text-align: center;
		color: #fff;
	}
	#story p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		opacity: 0;
	}




}

/* ========================================
BLUM HOUSE PRODUCTIONS
========================================== */
#blum-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -25;
	opacity: 0;
	pointer-events: none;
}
#blum-bg #blum-bg-pc {
	width: 47%;
	height: auto;
	position: absolute;
	top: 18vw;
	right: 0;
}
#blum-bg-slider {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -23;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}
#blum-bg-slider .slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
#blum-bg-slider .slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#blum-bg-slider #slider1 .top-slide {
	animation: loop-slide-rev 60s infinite linear 0s both;
}
#blum-bg-slider .slide-wrap .top-slide .content {
	width: 28vw;
	height: auto;
	margin: 0;
}
#blum-bg-slider .slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#blum {
	width: 60%;
	height: auto;
	padding: 50vw 0 20vw;
	position: relative;
	z-index: -24;
}
#blum h2 {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	text-align: center;
	color: #e60012;
}
#blum h2 .typewriter {
	font-size: 2.6vw;
}
#blum #blum__lead {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
	opacity: 0;
}
#blum #blum__lead img {
	width: 50%;
	height: auto;
}
.blum__lead {
	animation: fadeIn 1.0s ease 1.8s forwards;
}
#blum p {
	width: 80%;
	height: auto;
	margin: 0 10%;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 1.9vw;
	letter-spacing: 1.5px;
	opacity: 0;
}
.blum-p {
	animation: fadeIn 1.0s ease 2.1s forwards;
}
#blum-under-slider {
	width: 100%;
	height: auto;
	position: relative;
}
#blum-under-slider .slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
#blum-under-slider .slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#blum-under-slider .slide-wrap .top-slide {
	animation: loop-slide 60s infinite linear 0s both;
}
#blum-under-slider .slide-wrap .top-slide .content {
	width: 28vw;
	height: auto;
	margin: 0;
}
#blum-under-slider .slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#blum-under-slider #cast-trg {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#blum-bg {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background-color: #000;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -25;
		opacity: 0;
		pointer-events: none;
	}
	#blum-bg #blum-bg-pc {
		display: none;
	}
	#blum-bg-slider #slider1 .top-slide {
		animation: loop-slide-rev 60s infinite linear 0s both;
	}
	#blum-bg-slider .slide-wrap .top-slide .content {
		width: 100vw;
		height: auto;
		margin: 0;
	}
	#blum {
		width: 100%;
		height: auto;
		padding: 150vw 0 30vw;
		position: relative;
		z-index: -24;
	}
	#blum h2 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		text-align: center;
		color: #e60012;
	}
	#blum h2 .typewriter {
		font-size: 2.5rem;
	}
	#blum #blum__lead {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		text-align: center;
		opacity: 0;
	}
	#blum #blum__lead img {
		width: 95%;
		height: auto;
	}
	.blum__lead {
		animation: fadeIn 1.0s ease 1.8s forwards;
	}
	#blum p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 1.9rem;
		letter-spacing: 1.5px;
		opacity: 0;
	}
	#blum-under-slider {
		width: 100%;
		height: auto;
		position: fixed;
		bottom: 0;
		z-index: -23;
		opacity: 0;
	}
	#blum-under-slider .slide-wrap .top-slide .content {
		width: 100vw;
		height: auto;
		margin: 0;
	}
	#blum-under-slider #cast-trg {
		display: none;
	}


}

/* ========================================
キャスト
========================================== */
#cast-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: linear-gradient(-60deg, #000, #85081e, #000, #85081e);
	background-size: 600% 600%;
    animation: gradientMove 8s linear infinite;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -20;
	pointer-events: none;
	clip-path: inset(100% 0 0 0);
}
@keyframes gradientMove {
	0% {
		background-position: 50% 0%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 50% 0%;
	}
}
#cast {
	width: 100%;
	height: auto;
	padding: 15vw 0 15vw;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
	color: #fff;
}
#cast #cast__wrap {
	width: 80%;
	height: auto;
	margin: 0 10%;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#cast #cast__wrap .cast-unit {
	width: 42%;
	height: auto;
	margin: 0;
	position: relative;
	z-index: 2;
}
#cast #cast__wrap .cast-unit:nth-child(2) {
	margin: 23vw 0 0;
}
#cast #cast__wrap .cast-unit:nth-child(3) {
	margin: -7vw 0 0;
}
#cast #cast__wrap .cast-unit:nth-child(4) {
	margin: 30vw 0 0;
}
#cast #cast__wrap .cast-unit .c-photo {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0 0 2vw;
	border: 0.3px solid #fff;
	opacity: 0;
	transform: scale(0.5);
}
@keyframes c-photo-anime {
	0% {opacity: 0;transform: scale(0.1);}
	100% {opacity: 1;transform: scale(1);}
}
.c-photo-anime {
	animation: c-photo-anime 0.2s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
#cast #cast__wrap .cast-unit .c-photo .c-image {
	width: 100%;
	height: auto;
	opacity: 0;
	overflow: hidden;
	position: relative;
}
#cast #cast__wrap .cast-unit .c-photo .c-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 900 / 560;
	position: relative;
}
@keyframes c-image-anime {
	0% {opacity: 0;}
	80% {opacity: 1;}
	85% {opacity: 0.5;}
	90% {opacity: 1;}
	95% {opacity: 0.5;}
	100% {opacity: 1;}
}
.c-image-anime {
	animation: c-image-anime 0.2s ease 0.2s forwards;
}
@keyframes tenmetsu1 {
	0% {opacity: 1;}
	32% {opacity: 1;}
	33% {opacity: 0.5;}
	34% {opacity: 1;}
	35% {opacity: 0.6;}
	36% {opacity: 1;}
	100% {opacity: 1;}
}
.tenmetsu1 {
	animation: tenmetsu1 4s linear 0.5s infinite;
}
@keyframes tenmetsu2 {
	0% {opacity: 1;}
	40% {opacity: 1;}
	41% {opacity: 0.5;}
	42% {opacity: 1;}
	43% {opacity: 0.6;}
	44% {opacity: 1;}
	100% {opacity: 1;}
}
.tenmetsu2 {
	animation: tenmetsu2 3.5s linear 0.5s infinite;
}
@keyframes tenmetsu3 {
	0% {opacity: 1;}
	50% {opacity: 1;}
	51% {opacity: 0.5;}
	52% {opacity: 1;}
	53% {opacity: 0.6;}
	54% {opacity: 1;}
	100% {opacity: 1;}
}
.tenmetsu3 {
	animation: tenmetsu3 4s linear 0.6s infinite;
}
#cast #cast__wrap .cast-unit .c-name {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#cast #cast__wrap .cast-unit .c-name img {
	width: 80%;
	height: auto;
}
#cast #cast__wrap .cast-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 1.8vw;
	letter-spacing: 1.2px;
}
#cast #cast__wrap #cast-ai {
	width: 50%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 0;
}
#cast #cast__wrap #cast-ai #cast-ai-base {
	width: 100%;
	height: auto;
}
#cast #cast__wrap #cast-ai #cast-ai-red {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: ai-light 2.0s ease 0s infinite alternate;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast-bg {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: linear-gradient(-60deg, #000, #85081e, #000, #85081e);
		background-size: 600% 600%;
		animation: gradientMove 8s linear infinite;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -20;
		pointer-events: none;
		clip-path: inset(100% 0 0 0);
	}
	#cast {
		width: 100%;
		height: auto;
		padding: 50vw 0 50vw;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		padding: 0;
		text-align: center;
		color: #fff;
	}
	#cast #cast__wrap {
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#cast #cast__wrap .cast-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 20vw;
		position: relative;
		z-index: 2;
	}
	#cast #cast__wrap .cast-unit:nth-child(2) ,
	#cast #cast__wrap .cast-unit:nth-child(3) {
		margin: 0 5% 20vw;
	}
	#cast #cast__wrap .cast-unit:nth-child(4) {
		margin: 10vw 5% 20vw;
	}
	#cast #cast__wrap .cast-unit .c-photo {
		width: 80%;
		height: auto;
		box-sizing: border-box;
		margin: 0 10% 7vw;
		border: 0.3px solid #fff;
		opacity: 0;
		transform: scale(0.5);
	}
	@keyframes c-photo-anime {
		0% {opacity: 0;transform: scale(0.1);}
		100% {opacity: 1;transform: scale(1);}
	}
	.c-photo-anime {
		animation: c-photo-anime 0.2s cubic-bezier(0.5, 1, 0.89, 1) forwards;
	}
	#cast #cast__wrap .cast-unit .c-photo .c-image {
		width: 100%;
		height: auto;
		opacity: 0;
		overflow: hidden;
		position: relative;
	}
	#cast #cast__wrap .cast-unit .c-photo .c-image img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 900 / 700;
		position: relative;
	}
	@keyframes c-image-anime {
		0% {opacity: 0;}
		80% {opacity: 1;}
		85% {opacity: 0.5;}
		90% {opacity: 1;}
		95% {opacity: 0.5;}
		100% {opacity: 1;}
	}
	.c-image-anime {
		animation: c-image-anime 0.2s ease 0.2s forwards;
	}
	@keyframes tenmetsu1 {
		0% {opacity: 1;}
		32% {opacity: 1;}
		33% {opacity: 0.5;}
		34% {opacity: 1;}
		35% {opacity: 0.6;}
		36% {opacity: 1;}
		100% {opacity: 1;}
	}
	.tenmetsu1 {
		animation: tenmetsu1 4s linear 0.5s infinite;
	}
	@keyframes tenmetsu2 {
		0% {opacity: 1;}
		40% {opacity: 1;}
		41% {opacity: 0.5;}
		42% {opacity: 1;}
		43% {opacity: 0.6;}
		44% {opacity: 1;}
		100% {opacity: 1;}
	}
	.tenmetsu2 {
		animation: tenmetsu2 3.5s linear 0.5s infinite;
	}
	@keyframes tenmetsu3 {
		0% {opacity: 1;}
		50% {opacity: 1;}
		51% {opacity: 0.5;}
		52% {opacity: 1;}
		53% {opacity: 0.6;}
		54% {opacity: 1;}
		100% {opacity: 1;}
	}
	.tenmetsu3 {
		animation: tenmetsu3 4s linear 0.6s infinite;
	}
	#cast #cast__wrap .cast-unit .c-name {
		width: 100%;
		height: auto;
		margin: 0 0 7vw;
		text-align: center;
	}
	#cast #cast__wrap .cast-unit .c-name img {
		width: 100%;
		height: auto;
	}
	#cast #cast__wrap .cast-unit p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 1.8rem;
		letter-spacing: 1.2px;
	}
	#cast #cast__wrap #cast-ai {
		width: 90%;
		height: auto;
		margin: 0 5%;
		position: static;
		transform: translate3d(0, 0, 0);
		z-index: 0;
	}
	#cast #cast__wrap #cast-ai #cast-ai-base {
		width: 100%;
		height: auto;
	}
	#cast #cast__wrap #cast-ai #cast-ai-red {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		animation: ai-light 2.0s ease 0s infinite alternate;
	}

}

/* ========================================
スタッフ
========================================== */
#staff-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #0b2457;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -17;
	pointer-events: none;
	clip-path: inset(100% 0 0 0);
}
#staff-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -16;
	pointer-events: none;
	clip-path: inset(100% 0 0 0);
	animation: staff-bg2 8.0s infinite;
}
@keyframes staff-bg2 {
	0% {opacity: 0;}
	10% {opacity: 0;}
	50% {opacity: 1;}
	90% {opacity: 0;}
	100% {opacity: 0;}
}
#staff {
	width: 100%;
	height: auto;
	padding: 30vw 0 13vw;
}
#staff #staff-head-sp {
	display: none;
}
#staff h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	text-align: center;
	color: #fff;
}
#staff .staff-unit {
	width: 50%;
	height: auto;
	margin: 0 25% 10vw;
}
#staff .staff-unit .s-photo {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#staff .staff-unit .s-photo img {
	width: 50%;
}
#staff .staff-unit .s-name {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#staff .staff-unit .s-name img {
	width: 50%;
}
#staff .staff-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 1.8vw;
	letter-spacing: 1.2px;
}
#staff-slider {
	width: 100%;
	height: auto;
	position: relative;
}
#staff-slider .slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
#staff-slider .slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#staff-slider .slide-wrap .top-slide {
	animation: loop-slide-rev 60s infinite linear 0s both;
}
#staff-slider .slide-wrap .top-slide .content {
	width: 28vw;
	height: auto;
	margin: 0;
}
#staff-slider .slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#staff-slider #com-trg {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#staff-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background-color: #0b2457;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -17;
		pointer-events: none;
		clip-path: inset(100% 0 0 0);
	}
	#staff-bg2 {
		display: none;
	}
	#staff {
		width: 100%;
		height: auto;
		padding: 0 0 30vw;
	}
	#staff #staff-head-sp {
		display: block;
		width: 100%;
		height: auto;
	}
	#staff h2 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		text-align: center;
		color: #fff;
	}
	#staff .staff-unit {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
	}
	#staff .staff-unit .s-photo {
		width: 100%;
		height: auto;
		margin: 0 0 7vw;
		text-align: center;
	}
	#staff .staff-unit .s-photo img {
		width: 70%;
	}
	#staff .staff-unit .s-name {
		width: 100%;
		height: auto;
		margin: 0 0 7vw;
		text-align: center;
	}
	#staff .staff-unit .s-name img {
		width: 70%;
	}
	#staff .staff-unit p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 1.8rem;
		letter-spacing: 1.2px;
	}
	#staff-slider .slide-wrap .top-slide .content {
		width: 100vw;
		height: auto;
		margin: 0;
	}

}

/* ========================================
コメント
========================================== */
#com-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -13;
	pointer-events: none;
	clip-path: inset(100% 0 0 0);
}
#com-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -11;
	pointer-events: none;
	clip-path: inset(100% 0 0 0);
}
#comment {
	width: 100%;
	height: auto;
	padding: 30vw 0 15vw;
}
#comment h2 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	text-align: center;
	color: #041434;
}
#comment .com-unit {
	width: 40%;
	height: auto;
	margin: 0 25% 10vw 35%;
	position: relative;
	z-index: -12;
}
#comment .com-unit .com-box {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 3vw 4vw;
	margin: 0 0 1vw;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50px;
	opacity: 0;
}
#comment .com-unit .com-box p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	color: #000;
	font-size: 1.1vw;
	line-height: 1.9vw;
	letter-spacing: 1.5px;
	font-weight: bold;
}
#comment .com-unit .com-box .name {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	color: #e60012;
	font-size: 1.3vw;
	text-align: right;
	letter-spacing: 1.5px;
	font-weight: bold;
}
#comment .com-unit .com-box .name span {
	font-size: 1.1vw;
}
#comment .com-unit .read {
	width: 97%;
	height: auto;
	text-align: right;
	font-size: 1.2vw;
	opacity: 0;
}
#comment #junf {
	width: 40%;
	height: auto;
	margin: 0 25% 10vw 35%;
	position: relative;
	z-index: -12;
	text-align: right;
	color: #000;
	font-size: 1.0vw;
	opacity: 0;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#com-bg1 {
		width: 100%;
		height: 105%;
		min-height: 105%;
		background-size: cover;
		background-position: center bottom;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -13;
		pointer-events: none;
		clip-path: inset(100% 0 0 0);
	}
	#com-bg2 {
		width: 100%;
		height: 105%;
		min-height: 105%;
		background-size: cover;
		background-position: center bottom;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -11;
		pointer-events: none;
		clip-path: inset(100% 0 0 0);
	}
	#comment {
		width: 100%;
		height: auto;
		padding: 50vh 0 100vw;
	}
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0 0 40vw;
		text-align: center;
		color: #041434;
	}
	#comment .com-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 20vw;
		position: relative;
		z-index: -12;
	}
	#comment .com-unit .com-box {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 5vw;
		margin: 0 0 3vw;
		background-color: #fff;
		border: 1px solid #000;
		border-radius: 50px;
		opacity: 0;
	}
	#comment .com-unit .com-box p {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		color: #000;
		font-size: 1.1rem;
		line-height: 1.9rem;
		letter-spacing: 1.5px;
		font-weight: bold;
	}
	#comment .com-unit .com-box .name {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #e60012;
		font-size: 1.3rem;
		text-align: right;
		letter-spacing: 1.5px;
		font-weight: bold;
	}
	#comment .com-unit .com-box .name span {
		font-size: 1.1rem;
	}
	#comment .com-unit .read {
		width: 97%;
		height: auto;
		text-align: right;
		font-size: 1.2rem;
		opacity: 0;
	}
	#comment #junf {
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
		z-index: -12;
		text-align: center;
		color: #000;
		font-size: 1.0rem;
		opacity: 0;
	}
}

/* ========================================
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: 1024px) {
	#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 2%;
		padding:3px 0;
		display: flex;
		justify-content: center;
	}
}



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:56.25vw;
	padding:0;
	margin:0;
	background-color: #000;
	position: relative;
}
footer #foot-images {
	width: 50%;
	height: auto;
	position: absolute;
	bottom: 5%;
	left: 25%;
}
footer #foot-images #foot-img1 {
	width: 100%;
	height: auto;
}
footer #foot-images #foot-img2 ,
footer #foot-images #foot-img3 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
footer #foot-title {
	width: 24%;
	height: auto;
	position: absolute;
	bottom: 57%;
	left: 38%;
	opacity: 0;
}
footer #foot-copy {
	width: 34%;
	height: auto;
	position: absolute;
	bottom: 19%;
	left: 33%;
	opacity: 0;
}
footer #jpbb {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	bottom: 8%;
	opacity: 0;
}
footer #jpbb img {
	width: 60%;
}
footer #button-area {
	position: absolute;
	bottom: 0;
	opacity: 0;
}
@keyframes foot-copy {
	0% {opacity: 0;transform: translate3d(0, -8vw, 0) scale(0.5);}
	10% {opacity: 1;}
	100% {opacity: 1;transform: translate3d(0, 0, 0) scale(1);}
}
.foot-copy {
	animation: foot-copy 1.7s ease 0.7s forwards;
}
.foot-img2 {
	animation: fadeOut 2.5s ease 0.7s forwards;
}
.foot-last-anime {
	animation: fadeIn 1.5s ease 1.9s forwards;
}


@media (max-width: 1024px) {
	footer {
		width:100%;
		height:210vw;
		padding:0;
		margin:0;
		position: relative;
		background-color: #000;
	}
	footer #foot-images {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 45%;
		left: 0;
		transform: translate3d(0, -50%, 0);
	}
	footer #foot-title {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 20%;
		left: 10%;
		opacity: 0;
	}
	footer #foot-copy {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 30%;
		left: 10%;
		opacity: 0;
	}
	footer #jpbb {
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		bottom: 25%;
		opacity: 0;
	}
	footer #jpbb img {
		width: 90%;
	}
	footer #button-area {
		position: absolute;
		bottom: 13%;
		opacity: 0;
	}
	@keyframes foot-copy {
		0% {opacity: 0;transform: translate3d(0, -20vw, 0) scale(0.5);}
		10% {opacity: 1;}
		100% {opacity: 1;transform: translate3d(0, 0, 0) scale(1);}
	}


}
@media (max-width: 600px) {
	footer #foot-title {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 15%;
		left: 10%;
		opacity: 0;
	}
	footer #foot-copy {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 35%;
		left: 10%;
		opacity: 0;
	}
	footer #jpbb {
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		bottom: 30%;
		opacity: 0;
	}
	footer #button-area {
		position: absolute;
		bottom: 10%;
		opacity: 0;
	}
	.foot-copy {
		animation: foot-copy 1.7s ease 1.0s forwards;
	}
	.foot-img2 {
		animation: fadeOut 2.5s ease 1.0s forwards;
	}
	.foot-last-anime {
		animation: fadeIn 1.5s ease 2.2s forwards;
	}

}


