html{
  height:100%; 
}
body { 
	width:100%; 
	height:100%;
	margin: 0; 
	padding:0;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	font-style: normal;
	overflow-x:hidden;
	background-color: #12a3c7;
}
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 loop-slide-tate {
	from {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0); 
		background-color: transparent;
	}
	to {
		transform: translate3d(0, -100% , 0);
		-webkit-transform: translate3d(0, -100%, 0); 
		background-color: transparent;
	}
}
@keyframes loop-slide-tate-rev {
	from {
		transform: translate3d(0, -100%, 0);
		-webkit-transform: translate3d(0, -100%, 0);
		background-color: transparent;

	}
	to {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		background-color: transparent;
	}
}
@keyframes fadeIn {
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}
.fadeIn {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.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 fadeOut {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	}
}
.fadeOutFast {
	animation: fadeOut 0.1s forwards;
}



@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: #12a3c7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	display: grid;
	place-items: center;
}
#loader {
	width:10%;
	height:auto;
	margin:0;
	padding:0;
}
#loader #load1 {
	width:100%;
	height:auto;
}

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

@media (max-width: 600px) {
	#loader-bg {
		background: #12a3c7;
	}
	#loader {
		width:30%;
		height:auto;
		margin:0;
		padding:0;
	}
}


/* ========================================
ヘッダー
========================================== */
#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:8px 0 20px;
	position:fixed;
	top:0;
	background: linear-gradient(to bottom, #1c3f7f 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.5%;
	padding:0;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li a {
	transition-duration: 0.4s;
	text-decoration:none !important;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:1.5vw;
	line-height:1.5vw;
	letter-spacing: 1.5px;
	text-align: center;
	color: #fff;
	font-family: "legitima", serif;
	font-weight: 500;
	font-style: normal;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(0px);
	font-size: 1.6vw;
}
#pcheader ul#pcmenu li.menusns a span.eng img {
	width: 2.5vw;
}
#pcheader ul#pcmenu li a span.jpn {
	display: block;
	width: 100%;
	font-size:0.7vw;
	line-height:0.7vw;
	text-align: center;
	color: #fff;
	font-family: 'Edu TAS Beginner', cursive;
	letter-spacing: 1px;
	transform: translateY(-1.5vw);
}
#pcheader ul#pcmenu li a:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.navigation {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px ;
	width: 100%;
	height: 100%;
}  
.global-nav {
	position: fixed;
	right: 0;
	top: -2000px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: 0px;
	background: url(../img/LS-menu-bg.jpg);
	background-size: cover;
	background-position: center bottom;
	z-index: 200000;
	display: flex;
	align-items: center;
}
.global-nav .global-nav-inner {
	width: 100%;
	height: auto;
	position: relative;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
}  
.global-nav #menu-logo {
	width:40%;
	height:auto;
	margin:0px 30% 5vw;
	padding:0;
	text-align:center;
	position: relative;
	mix-blend-mode: hard-light;
}  
.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: #1c3f7f !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#1c3f7f;
	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: 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:3rem;
	line-height: 4.0rem;
	letter-spacing: 1.5px;
	color: #1c3f7f;
	font-family: "legitima", serif;
	font-weight: 500;
	font-style: normal;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}
.global-nav #tw-menu {
	width:100%;
	height:auto;
	padding:20px 0;
	margin:0;
	text-align: center;
	opacity: 1;
	position: relative;
	color: #fff;
	font-size: 10vw;
}
.global-nav #tw-menu a {
	color: #fff;
}
  
	/* 表示された時用のCSS */
	.nav-open .global-nav {
	  top: 0;
	}
	.nav-open .black-bg {
	  opacity: .8;
	  visibility: visible;
	}
	.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 20px;
	
	}
	.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
	
	}
	.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 20px;
	
	}
  
  
  ul#nav-button {
	  display:none !important;
  }
  
}  


/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	.global-nav {
		position: fixed;
		right: 0;
		top: -2000px;
		width: 100%;
		height: 100%;
		min-height: 100%;
		padding-top: 0px;
		background-size: cover;
		background-position: center bottom;
		z-index: 200000;
		display: flex;
		align-items: center;
	}
	.global-nav #menu-logo {
		width:70%;
		height:auto;
		margin:0px 15% 10vw;
		padding:0;
		text-align:center;
		position: relative;
		mix-blend-mode: hard-light;
	}  
	.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.9rem;
		line-height: 1.9rem;
		letter-spacing: 1.0px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.global-nav .nav-sns {
		margin: 10vw 0 0 !important;
	}
	.global-nav ul.nav-sns li {
		width: 12%;
		margin: 0 2%;
	}

	
}



/* ========================================
トップ
========================================== */
#top {
	width:100%;
	height:56.25vw;
	padding:0;
	margin:0;
	background-color: #12a3c7;
	position:relative;
	overflow: hidden;
}
#top #top__bg {
	width: 44%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}
#top #top__bg img {
	width: 100%;
	height: auto;
	aspect-ratio: 845 / 825;
}
#top .top-slide-wrap {
	width: 45.2%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
#top .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	animation: loop-slide-tate 80s infinite linear 0s both;
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#top .top-slide-wrap .top-slide .content {
	width: 100%;
	height: auto;
	margin: 0;
}
#top .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	aspect-ratio: 868 / 1080;
}
#top #top__logo6 {
	width: 9%;
	height: auto;
	position: absolute;
	top: 72%;
	left: -10%;
}
#top #top__logo5 {
	width: 7.7%;
	height: auto;
	position: absolute;
	top: 76.5%;
	left: -10%;
}
#top #top__logo4 {
	width: 6.5%;
	height: auto;
	position: absolute;
	top: 73%;
	left: -10%;
}
#top #top__logo3 {
	width: 7.3%;
	height: auto;
	position: absolute;
	top: 72%;
	left: -10%;
}
#top #top__logo2 {
	width: 7.7%;
	height: auto;
	position: absolute;
	top: 76.5%;
	left: -10%;
}
#top #top__logo1 {
	width: 8.2%;
	height: auto;
	position: absolute;
	top: 70.5%;
	left: -10%;
}
#top #top__logo-en {
	width: 7.7%;
	height: auto;
	position: absolute;
	top: 79%;
	left: 11%;
	opacity: 0;
}
#top #top__tate {
	width: 6%;
	height: auto;
	position: absolute;
	top: 25%;
	left: 47%;
	opacity: 0;
}
#top #top__gk1 {
	width: 40%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 2%;
	left: 2%;
	opacity: 0;
}
#top #top__gk1 img {
	width: 75%;
}
#top #top__gk2 {
	width: 40%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 10.0%;
	left: 2%;
	opacity: 0;
}
#top #top__gk2 img {
	width: 42%;
}
#top #top__gk3 {
	width: 40%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 16%;
	left: 2%;
	opacity: 0;
}
#top #top__gk3 img {
	width: 100%;
}
#top #top__yoko2 {
	width: 43%;
	height: auto;
	position: absolute;
	bottom: 5%;
	left: 54.8%;
	opacity: 0;
}
#top #top__yoko2 img {
	width: 100%;
	height: auto;
	aspect-ratio: 1262 / 101;
}
#top #top__bb {
	width: 30%;
	height: auto;
	position: absolute;
	bottom: 5%;
	left: 13%;
	opacity: 0;
}
@keyframes top__logo1 {
	0% {left: -10%;}
	100% {left: 1.9%;}
}
@keyframes top__logo2 {
	0% {left: -10%;}
	100% {left: 11%;}
}
@keyframes top__logo3 {
	0% {left: -10%;}
	100% {left: 19.4%;}
}
@keyframes top__logo4 {
	0% {left: -10%;}
	100% {left: 28.5%;}
}
@keyframes top__logo5 {
	0% {left: -10%;}
	100% {left: 37.3%;}
}
@keyframes top__logo6 {
	0% {left: -10%;}
	100% {left: 45.8%;}
}
.top__logo1 {
	animation: top__logo1 0.2s ease-out 0s forwards;
}
.top__logo2 {
	animation: top__logo2 0.3s ease-out 0.1s forwards;
}
.top__logo3 {
	animation: top__logo3 0.4s ease-out 0.2s forwards;
}
.top__logo4 {
	animation: top__logo4 0.5s ease-out 0.3s forwards;
}
.top__logo5 {
	animation: top__logo5 0.6s ease-out 0.4s forwards;
}
.top__logo6 {
	animation: top__logo6 0.7s ease-out 0.5s forwards;
}
.top-last-anime {
	animation: fadeIn 1.5s ease 1.0s forwards;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#top {
		width:100%;
		height:196.581vw;
		padding:0;
		margin:0;
		background-color: #12a3c7;
		position:relative;
		overflow: hidden;
	}
	#top #top__bg {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 16.3vw;
		left: 0;
	}
	#top #top__bg img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 1189;
	}
	#top .top-slide-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 59.86%;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow: hidden;
	}
	#top .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;	
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		animation: loop-slide 60s infinite linear 0s both;
	}
	#top .top-slide-wrap .top-slide .content {
		width: 130vw;
		height: auto;
		margin: 0;
	}
	#top .top-slide-wrap .top-slide .content img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		aspect-ratio: 1488 / 577;
	}
	#top #top__tate {
		width: 14.5%;
		height: auto;
		position: absolute;
		top: 22%;
		left: auto;
		right: 3%;
		opacity: 0;
	}
	#top #top__gk1 {
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		top: 2%;
		left: 0;
		opacity: 0;
	}
	#top #top__gk1 img {
		width: 80%;
	}
	#top #top__gk2 {
		width: 78%;
		height: auto;
		text-align: center;
		position: absolute;
		top: 10.0%;
		left: 0;
		opacity: 0;
	}
	#top #top__gk2 img {
		width: 55%;
	}
	#top #top__gk3 {
		width: 78%;
		height: auto;
		text-align: center;
		position: absolute;
		top: 15%;
		left: 0;
		opacity: 0;
	}
	#top #top__gk3 img {
		width: 90%;
	}
	#top #top__yoko2 {
		width: 96%;
		height: auto;
		position: absolute;
		bottom: 2%;
		left: 2%;
		opacity: 0;
	}
	#top #top__yoko2 img {
		width: 100%;
		height: auto;
		aspect-ratio: 1149 / 198;
	}
	#top #top__bb {
		width: 52%;
		height: auto;
		position: absolute;
		bottom: 41%;
		left: 24%;
		opacity: 0;
	}
	#top #top__logo-en {
		width: 15%;
		height: auto;
		position: absolute;
		top: 51%;
		left: 18%;
		opacity: 0;
	}
	#top #top__logo6 {
		width: 16%;
		height: auto;
		position: absolute;
		top: 47%;
		left: -20%;
	}
	#top #top__logo5 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 49%;
		left: -20%;
	}
	#top #top__logo4 {
		width: 12.5%;
		height: auto;
		position: absolute;
		top: 47.5%;
		left: -20%;
	}
	#top #top__logo3 {
		width: 14%;
		height: auto;
		position: absolute;
		top: 47%;
		left: -20%;
	}
	#top #top__logo2 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 49%;
		left: -20%;
	}
	#top #top__logo1 {
		width: 15.5%;
		height: auto;
		position: absolute;
		top: 46%;
		left: -20%;
	}
	@keyframes top__logo1 {
		0% {left: -10%;}
		100% {left: 1%;}
	}
	@keyframes top__logo2 {
		0% {left: -10%;}
		100% {left: 18%;}
	}
	@keyframes top__logo3 {
		0% {left: -10%;}
		100% {left: 34%;}
	}
	@keyframes top__logo4 {
		0% {left: -10%;}
		100% {left: 50.5%;}
	}
	@keyframes top__logo5 {
		0% {left: -10%;}
		100% {left: 66%;}
	}
	@keyframes top__logo6 {
		0% {left: -20%;}
		100% {left: 82%;}
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#top #top__logo5 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 48%;
		left: -20%;
	}
	#top #top__logo2 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 48%;
		left: -20%;
	}
	#top #top__logo-en {
		width: 15%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 18%;
		opacity: 0;
	}




}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 2vw 0 3vw;
	background-color: #12a3c7;
	position: relative;
}
#bridge #bridge__date {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #bridge__date img {
	width: 60%;
	height: auto;
	aspect-ratio: 1520 / 126;
}
#bridge #com-banner {
	width: 10%;
	height: auto;
	position: absolute;
	top: 1%;
	left: 83%;
}
@keyframes com-banner {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(10deg);}
}
#bridge #com-banner:hover {
	animation: com-banner 0.5s ease forwards;
}
#bridge #sns-link {
	width: 15%;
	height: auto;
	margin: 0 42.5% 1vw;
}
#bridge #sns-link a {
	display: block;
	width: 100%;
	height: auto;
}
#bridge #theater {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#bridge #theater img {
	width: 15%;
}

#bridge #sns-link a:hover ,
#bridge #theater a:hover {
	animation: flash 1.5s;
}
#bridge #mubi {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#bridge #mubi #mvtk-widgets-container {
	display: inline-block;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 6vw 0 5vw;
		background-color: #12a3c7;
		position: relative;
	}
	#bridge #bridge__date {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #bridge__date img {
		width: 88%;
		height: auto;
		aspect-ratio: 1133 / 266;
	}
	#bridge #com-banner {
		width: 30%;
		height: auto;
		margin: 0 35% 5vw;
		position: static;
	}
	#bridge #theater {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		text-align: center;
	}
	#bridge #theater img {
		width: 60%;
	}
	#bridge #sns-link {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#bridge #sns-link a {
		display: block;
		width: 60%;
		height: auto;
		margin: 1vw 0;
	}
	#bridge #mubi {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#bridge #com-banner {
		width: 40%;
		height: auto;
		margin: 0 30% 5vw;
		position: static;
	}
}



/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:3vw 0 7vw;
	overflow: hidden;
	position: relative;
	background-color: #12a3c7;
}
.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;
		background-color: #12a3c7;
	}
	.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: 35%;
	}
	#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-bg0 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
}
#intro-bg1 ,
#intro-bg2 ,
#intro-bg3 ,
#intro-bg4 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -29;
}
@keyframes intro-bg1 {
	0% {opacity: 1;}
	20% {opacity: 1;}
	25% {opacity: 0;}
	95% {opacity: 0;}
	100% {opacity: 1;}
}
#intro-bg1 {
	animation: intro-bg1 15s ease infinite;
}
@keyframes intro-bg2 {
	0% {opacity: 0;}
	20% {opacity: 0;}
	25% {opacity: 1;}
	45% {opacity: 1;}
	50% {opacity: 0;}
	100% {opacity: 0;}
}
#intro-bg2 {
	animation: intro-bg2 15s ease infinite;
}
@keyframes intro-bg3 {
	0% {opacity: 0;}
	45% {opacity: 0;}
	50% {opacity: 1;}
	70% {opacity: 1;}
	75% {opacity: 0;}
	100% {opacity: 0;}
}
#intro-bg3 {
	animation: intro-bg3 15s ease infinite;
}
@keyframes intro-bg4 {
	0% {opacity: 0;}
	70% {opacity: 0;}
	75% {opacity: 1;}
	95% {opacity: 1;}
	100% {opacity: 0;}
}
#intro-bg4 {
	animation: intro-bg4 15s ease infinite;
}
#intro-bg-futa {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -27;
	pointer-events: none;
}
#intro {
	width: 100%;
	height: auto;
	padding: 30vw 0;
	position: relative;
	z-index: -28;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	text-align: center;
}
#intro h2 img {
	width: 16%;
}
#intro #intro__awa1 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#intro #intro__awa1 img {
	width: 15%;
}
#intro #intro__awa2 {
	width: 100%;
	height: auto;
	margin: 0 0 3.5vw;
	text-align: center;
	opacity: 0;
}
#intro #intro__awa2 img {
	width: 22%;
}
#intro #intro__tomato {
	width: 22%;
	height: auto;
	margin: 0 39% 15vw;
	opacity: 0;
}
.intro__tomato {
	animation: fadeIn 1.0s forwards;
}
#intro #intro__rev1 {
	width: 28%;
	height: auto;
	margin: 0 0 4vw 49%;
	opacity: 0;
}
#intro #intro__rev2 {
	width: 27%;
	height: auto;
	margin: 0 0 20vw 38%;
	opacity: 0;
}
#intro #intro__botsu {
	width: 26%;
	height: auto;
	margin: 0 0 25vw 42%;
	opacity: 0;
}
#intro .intro__lead {
	width: 50%;
	height: auto;
	margin: 8vw 10% 3vw 40%;
	text-align: center;
	color: #0c4dc4;
	font-size: 1.5vw;
	line-height: 2.5vw;
	letter-spacing: 1.2px;
	font-weight: bold;
	font-feature-settings: "palt";
}
#intro .intro__lead span {
	display: inline-block;
	width: 3vw;
	height: 0.5vw;
	margin-left: 0.2vw;
	border-top: 2px solid #0c4dc4;
}
#intro p {
	width: 50%;
	height: auto;
	margin: 0 10% 2vw 40%;
	color: #000;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
	font-feature-settings: "palt";
}

@keyframes intro__rev1 {
	0% {opacity: 0;transform: scale(5);}
	100% {opacity: 1;transform: scale(1);}
}
.intro__rev1 {
	animation: intro__rev1 0.3s ease-in 0.6s forwards;
}
.intro__rev2 {
	animation: intro__rev1 0.3s ease-in 0.6s forwards;
}
@keyframes intro__botsu {
	0% {clip-path: inset(0 50% 0 50%); opacity: 0;}
	10% {opacity: 1;}
	100% {clip-path: inset(0 0 0 0); opacity: 1;}
}
.intro__botsu {
	animation: intro__botsu 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	@keyframes intro-bg1 {
		0% {opacity: 1;}
		20% {opacity: 1;}
		25% {opacity: 1;}
		95% {opacity: 1;}
		100% {opacity: 1;}
	}
	#intro-bg2 ,
	#intro-bg3 ,
	#intro-bg4 {
		display: none;
	}
	#intro {
		width: 100%;
		height: auto;
		padding: 45vh 0;
		position: relative;
		z-index: -28;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 45vh;
		text-align: center;
	}
	#intro h2 img {
		width: 40%;
	}
	#intro #intro__awa1 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
		opacity: 0;
	}
	#intro #intro__awa1 img {
		width: 40%;
	}
	#intro #intro__awa2 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		text-align: center;
		opacity: 0;
	}
	#intro #intro__awa2 img {
		width: 50%;
	}
	#intro #intro__tomato {
		width: 60%;
		height: auto;
		margin: 0 20% 20vw;
	}

	#intro #intro__rev1 {
		width: 60%;
		height: auto;
		margin: 0 20% 10vw;
		opacity: 0;
	}
	#intro #intro__rev2 {
		width: 55%;
		height: auto;
		margin: 0 22.5% 50vw;
		opacity: 0;
	}
	#intro #intro__botsu {
		width: 50%;
		height: auto;
		margin: 0 25% 50vw;
		opacity: 0;
	}
	#intro .intro__lead {
		width: 100%;
		height: auto;
		margin: 20vw 0 10vw;
		text-align: center;
		color: #0c4dc4;
		font-size: 1.4rem;
		line-height: 2.1rem;
		letter-spacing: 1.2px;
		font-weight: bold;
		font-feature-settings: "palt";
	}
	#intro .intro__lead span {
		display: inline-block;
		width: 3rem;
		height: 0.4rem;
		margin-left: 0.2rem;
		border-top: 2px solid #0c4dc4;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		color: #000;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
		font-feature-settings: "palt";
	}

}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#intro {
		width: 100%;
		height: auto;
		padding: 45vh 0;
		position: relative;
		z-index: -28;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 45vh;
		text-align: center;
	}
	#intro h2 img {
		width: 60%;
	}
	#intro #intro__awa1 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
		opacity: 0;
	}
	#intro #intro__awa1 img {
		width: 60%;
	}
	#intro #intro__awa2 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		text-align: center;
		opacity: 0;
	}
	#intro #intro__awa2 img {
		width: 80%;
	}
	#intro #intro__tomato {
		width: 90%;
		height: auto;
		margin: 0 5% 20vw;
	}
	#intro #intro__rev1 {
		width: 80%;
		height: auto;
		margin: 0 10% 10vw;
		opacity: 0;
	}
	#intro #intro__rev2 {
		width: 74%;
		height: auto;
		margin: 0 13% 50vw;
		opacity: 0;
	}
	#intro #intro__botsu {
		width: 90%;
		height: auto;
		margin: 0 5% 50vw;
		opacity: 0;
	}

}

/* ========================================
ストーリー
========================================== */
#story {
	width: 100%;
	height: auto;
	position: relative;
}
#story #story-bg1 {
	width: 100%;
	height: auto;
}
@keyframes story-bg2 {
	0% {opacity: 0;}
	23% {opacity: 0;}
	33% {opacity: 1;}
	95% {opacity: 1;}
	100% {opacity: 0;}
}
#story #story-bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: story-bg2 8s ease infinite;
}
@keyframes story-bg3 {
	0% {opacity: 0;}
	56% {opacity: 0;}
	66% {opacity: 1;}
	95% {opacity: 1;}
	100% {opacity: 0;}
}
#story #story-bg3 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: story-bg3 8s ease infinite;
}
.story-bg img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
#story #story__contents {
	width: 40%;
	height: auto;
	position: absolute;
	top: 25%;
	left: 19%;
}
#story #story__contents h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
}
#story #story__contents h2 img {
	width: 20%;
}
#story #story__contents p {
	width: 100%;
	height: auto;
	color: #000;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	font-feature-settings: "palt";
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#story {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
		background-color: #81c5d9;
	}
	#story #story-bg2 ,
	#story #story-bg3 {
		top: auto;
		bottom: 0;
	}
	.story-bg img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	#story #story__contents {
		width: 100%;
		height: auto;
		position: absolute;
		top: 20vw;
		left: 0;
	}
	#story #story__contents h2 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	#story #story__contents h2 img {
		width: 20%;
	}
	#story #story__contents p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		color: #000;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.2px;
		font-feature-settings: "palt";
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#story {
		width: 100%;
		height: auto;
		padding: 100vw 0 0;
		position: relative;
		background-color: #81c5d9;
	}
	#story #story__contents h2 img {
		width: 25%;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 400px) {
	#story {
		width: 100%;
		height: auto;
		padding: 140vw 0 0;
		position: relative;
		background-color: #81c5d9;
	}
	#story #story__contents h2 img {
		width: 25%;
	}

}




/* ========================================
スライダーエリア
========================================== */
#slider-area {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	animation: slider-area-bg 10s ease infinite;
}
@keyframes slider-area-bg {
	0% {background-color: #1c3f7f;}
	45% {background-color: #81c5d9;}
	55% {background-color: #81c5d9;}
	100% {background-color: #1c3f7f;}
}
#slider-area .slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
#slider-area .slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider-area #slider1 .top-slide {
	animation: loop-slide 200s infinite linear 0s both;
}
#slider-area #slider2 .top-slide {
	animation: loop-slide-rev 200s infinite linear 0s both;
}
#slider-area #slider3 .top-slide {
	animation: loop-slide 200s infinite linear 0s both;
}
#slider-area .slide-wrap .top-slide .content {
	width: 28vw;
	height: auto;
	margin: 0;
}
#slider-area #slider2 .top-slide .content {
	width: 35vw;
	height: auto;
	margin: 0;
}
#slider-area .slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider-area #slider-logo-jp {
	width: 10%;
	height: auto;
	position: absolute;
	top: 30%;
	right: 5%;
}
#slider-area #slider-logo-en {
	width: 10%;
	height: auto;
	position: absolute;
	top: 68%;
	left: 5%;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#slider-area {
		width: 100%;
		height: auto;
		padding: 10vw 0;
		position: relative;
		overflow: hidden;
		animation: slider-area-bg 10s ease infinite;
	}
	#slider-area #slider1 .top-slide {
		animation: loop-slide 100s infinite linear 0s both;
	}
	#slider-area #slider2 .top-slide {
		animation: loop-slide-rev 100s infinite linear 0s both;
	}
	#slider-area #slider3 .top-slide {
		animation: loop-slide 100s infinite linear 0s both;
	}
	#slider-area .slide-wrap .top-slide .content {
		width: 70vw;
		height: auto;
		margin: 0;
	}
	#slider-area #slider2 .top-slide .content {
		width: 80vw;
		height: auto;
		margin: 0;
	}
	#slider-area #slider-logo-jp {
		width: 25%;
		height: auto;
		position: absolute;
		top: 33%;
		right: 5%;
	}
	#slider-area #slider-logo-en {
		width: 25%;
		height: auto;
		position: absolute;
		top: 65%;
		left: 5%;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#slider-area {
		width: 100%;
		height: auto;
		padding: 20vw 0 100vw;
		position: relative;
		overflow: hidden;
		animation: slider-area-bg 10s ease infinite;
	}
	#slider-area #slider1 .top-slide {
		animation: loop-slide 60s infinite linear 0s both;
	}
	#slider-area #slider2 .top-slide {
		animation: loop-slide-rev 60s infinite linear 0s both;
	}
	#slider-area #slider3 .top-slide {
		animation: loop-slide 60s infinite linear 0s both;
	}
	#slider-area .slide-wrap .top-slide .content {
		width: 100vw;
		height: auto;
		margin: 0;
	}
	#slider-area #slider2 .top-slide .content {
		width: 120vw;
		height: auto;
		margin: 0;
	}
	#slider-area #slider-logo-jp {
		width: 35%;
		height: auto;
		position: absolute;
		top: 25%;
		right: 5%;
	}
	#slider-area #slider-logo-en {
		width: 35%;
		height: auto;
		position: absolute;
		top: 49%;
		left: 5%;
	}

}


/* ========================================
キャスト・スタッフ
========================================== */
#cast-white-bg {
	width: 100%;
	height: 120%;
	min-height: 120%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -24;
	opacity: 0;
	pointer-events: none;
	z-index: -26;
}

#cast-bg {
	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;
}
#cast-staff {
	width: 100%;
	height: auto;
	padding: 30vw 0 40vw;
	margin: 0;
	background-color: #fff;
	position: relative;
	z-index: -25;
	overflow: hidden;
}
#cast-staff #cast {
	width: 60%;
	height: auto;
	margin: 0 20%;
}
#cast-staff #cast h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
}
#cast-staff #cast h2 img {
	width: 10%;
}
#cast-staff .cast-unit {
	width: 70%;
	height: auto;
	margin: 0 15% 10vw;
}
#cast-staff .cast-unit .cast-photo {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	text-align: center;
	opacity: 0;
}
#cast-staff .cast-unit .cast-photo img {
	width: 50%;
}
@keyframes cast-photo {
	0% {opacity: 0;transform: translate3d(50%, -50%, 0) rotateX(120deg) rotateZ(-45deg);}
	100% {opacity: 1;transform: translate3d(0, 0, 0) rotateX(0deg) rotateZ(0deg);}
}
.cast1 ,
.staff1 {
	animation: cast-photo 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#cast-staff .cast-unit .cast-name {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#cast-staff .cast-unit .cast-name img {
	width: auto;
	height: 5vw;
}
#cast-staff .cast-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	color: #000;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
	font-feature-settings: "palt";
}
#cast-staff #staff {
	width: 60%;
	height: auto;
	margin: 0 20% 15vw;
	padding: 20vw 0 0;
}
#cast-staff #staff h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
}
#cast-staff #staff h2 img {
	width: 11%;
}
#cast-staff #staff h3 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#cast-staff #staff h3 img {
	width: 37%;
	height: auto;
	aspect-ratio: 1139 / 92;
}
#cast-staff #staff h4 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#cast-staff #staff h4 img {
	width: 11%;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast-bg {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background-size: cover;
		background-position: center top;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -24;
		opacity: 0;
		pointer-events: none;
	}
	#cast-staff {
		width: 100%;
		height: auto;
		padding: 50vw 0 150vw;
		margin: 0;
		background-color: #fff;
		position: relative;
		z-index: -25;
		overflow: hidden;
	}
	#cast-staff #cast {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 50vw 0 0;
	}
	#cast-staff #cast h2 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	#cast-staff #cast h2 img {
		width: 25%;
	}
	#cast-staff .cast-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 20vw;
	}
	#cast-staff .cast-unit .cast-photo {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#cast-staff .cast-unit .cast-photo img {
		width: 100%;
	}
	#cast-staff .cast-unit .cast-name {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	#cast-staff .cast-unit .cast-name img {
		width: auto;
		height: 20vw;
	}
	#cast-staff #music .cast-name img {
		width: 100%;
		height: auto;
	}
	#cast-staff .cast-unit p {
		width: 100%;
		height: auto;
		margin: 0;
		color: #000;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
		font-feature-settings: "palt";
	}
	#cast-staff #staff {
		width: 80%;
		height: auto;
		margin: 0 10% 25vw;
		padding: 30vw 0 0;
	}
	#cast-staff #staff h2 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	#cast-staff #staff h2 img {
		width: 30%;
	}
	#cast-staff #staff h3 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	#cast-staff #staff h3 img {
		width: 50%;
		height: auto;
		aspect-ratio: 888 / 268;
	}
	#cast-staff #staff h4 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	#cast-staff #staff h4 img {
		width: 25%;
	}

}

@media (max-width: 600px) {
	#cast-bg {
		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;
	}

}




/* ========================================
レビュー
========================================== */
.rev-bgs {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	clip-path: inset(100% 0 0 0);
}
#rev-bg1 {
	z-index: -20;
}
#rev-bg2 {
	z-index: -18;
}
#review {
	width: 100%;
	height: auto;
	padding: 30vw 0 30vw;
	position: relative;
	z-index: -19;
}
#review h2 {
	width: 15%;
	height: auto;
	margin: 0 0 20vw 46%;
	text-align: center;
}
#review h2 img {
	width: 100%;
}
#review .rev-unit {
	width: 35%;
	height: auto;
	margin: 0 29% 7vw 36%;
}
#review .rev-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
	font-feature-settings: "palt";
}
#review .rev-unit .name {
	width: 100%;
	height: auto;
	color: #E6003D;
	font-size: 1.4vw;
	letter-spacing: 1.2px;
	font-feature-settings: "palt";
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#review .rev-unit .name::before {
	border-top: 1px solid;
	content: "";
	width: 3em;
	margin-right: 0.3em;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.rev-bgs {
		background-position: center 70%;
	}
	#review {
		width: 100%;
		height: auto;
		padding: 50vw 0 100vw;
		position: relative;
		z-index: -19;
	}
	#review h2 {
		width: 40%;
		height: auto;
		margin: 0 30% 60vw;
		text-align: center;
	}
	#review h2 img {
		width: 100%;
	}
	#review .rev-unit {
		width: 60%;
		height: auto;
		margin: 0 20% 20vw;
	}
	#review .rev-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
		font-feature-settings: "palt";
	}
	#review .rev-unit .name {
		width: 100%;
		height: auto;
		color: #E6003D;
		font-size: 1.3rem;
		letter-spacing: 1.2px;
		font-feature-settings: "palt";
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	#review .rev-unit .name::before {
		border-top: 1px solid;
		content: "";
		width: 2em;
		margin-right: 0.3em;
	}

}


/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	.rev-bgs {
		background-position: center center;
	}
	#review {
		width: 100%;
		height: auto;
		padding: 100vw 0 180vw;
		position: relative;
		z-index: -19;
	}
	#review h2 {
		width: 60%;
		height: auto;
		margin: 0 20% 100vw;
		text-align: center;
	}
	#review h2 img {
		width: 100%;
	}
	#review .rev-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 20vw;
	}
}



/* ========================================
コメント
========================================== */
.com-bgs {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	clip-path: inset(100% 0 0 0);
}
#com-bg1 {
	z-index: -15;
}
#com-bg2 {
	z-index: -14;
	animation: com-bg2 10s ease infinite;
}
@keyframes com-bg2 {
	0% {opacity: 0;}
	40% {opacity: 0;}
	50% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
#comment {
	width: 100%;
	height: auto;
	padding: 30vw 0;
}
#comment h2 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	text-align: center;
}
#comment #keisho {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	text-align: center;
	color: #fff;
	font-size: 1rem;
}
#comment h2 img {
	width: 12%;
}
#comment .com-unit {
	width: 50%;
	height: auto;
	box-sizing: border-box;
	margin: 0 25% 10vw;
	padding: 5vw;
	background-color: rgba(28, 63, 127, 0.8);
}
#comment .com-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 1.5vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	font-feature-settings: "palt";
}
#comment .com-unit .name {
	width: 100%;
	height: auto;
	margin: 0 0 0.5vw;
	text-align: center;
	color: #90cad1;
	font-size: 1.5vw;
	font-weight: bold;
}
#comment .com-unit .title {
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
	color: #90cad1;
	font-size: 1.2vw;
	font-weight: bold;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#comment {
		width: 100%;
		height: auto;
		padding: 60vw 0;
	}
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		text-align: center;
	}
	#comment h2 img {
		width: 35%;
	}
	#comment #keisho {
		width: 100%;
		height: auto;
		margin: 0 0 60vw;
		text-align: center;
		color: #fff;
		font-size: 1rem;
	}
	#comment .com-unit {
		width: 80%;
		height: auto;
		box-sizing: border-box;
		margin: 0 10% 10vw;
		padding: 8vw;
		background-color: rgba(28, 63, 127, 0.8);
	}
	#comment .com-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.2px;
		font-feature-settings: "palt";
	}
	#comment .com-unit .name {
		width: 100%;
		height: auto;
		margin: 0 0 0.5vw;
		text-align: center;
		color: #90cad1;
		font-size: 1.4rem;
		font-weight: bold;
	}
	#comment .com-unit .title {
		width: 100%;
		height: auto;
		margin: 0;
		text-align: center;
		color: #90cad1;
		font-size: 1.2rem;
		font-weight: bold;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#comment {
		width: 100%;
		height: auto;
		padding: 100vw 0;
	}
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		text-align: center;
	}
	#comment h2 img {
		width: 50%;
	}
	#comment #keisho {
		width: 100%;
		height: auto;
		margin: 0 0 100vw;
		text-align: center;
		color: #fff;
		font-size: 1rem;
	}
	#comment .com-unit {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		margin: 0 5% 20vw;
		padding: 8vw 4vw;
		background-color: rgba(28, 63, 127, 0.8);
	}
}




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



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: relative;
	overflow: hidden;
}
footer #foot__bg1 {
	width: 100%;
	height: auto;
}
footer #foot__bg1 img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 980;
}
footer #foot__tate {
	width: 1.47%;
	height: auto;
	position: absolute;
	top: 24%;
	left: 86%;
	opacity: 0;
}
footer #foot__logo6 {
	width: 7.8%;
	height: auto;
	position: absolute;
	top: 45%;
	left: -10%;
}
footer #foot__logo5 {
	width: 6.35%;
	height: auto;
	position: absolute;
	top: 48.5%;
	left: -10%;
}
footer #foot__logo4 {
	width: 5.85%;
	height: auto;
	position: absolute;
	top: 45.6%;
	left: -10%;
}
footer #foot__logo3 {
	width: 6.46%;
	height: auto;
	position: absolute;
	top: 44.5%;
	left: -10%;
}
footer #foot__logo2 {
	width: 6.35%;
	height: auto;
	position: absolute;
	top: 48.5%;
	left: -10%;
}
footer #foot__logo1 {
	width: 7.27%;
	height: auto;
	position: absolute;
	top: 43.5%;
	left: -10%;
}
footer #foot__logo-en {
	width: 6.35%;
	height: auto;
	position: absolute;
	top: 51%;
	left: 13%;
	opacity: 0;
}

@keyframes foot__nurse {
	0% {opacity: 0;transform: translate3d(0, -30%, 0);}
	100% {opacity: 1;transform: translate3d(0, 0, 0);}
}
.foot__bg2 {
	animation: foot__nurse 0.7s ease-out 0.5s forwards;
}
@keyframes foot__tate {
	0% {opacity: 0;transform: translate3d(0, -50%, 0);}
	100% {opacity: 1;transform: translate3d(0, 0, 0);}
}
.foot__tate {
	animation: foot__tate 0.6s ease-out 0.7s forwards;
}
@keyframes foot__logo1 {
	0% {left: -10%;}
	100% {left: 4.6%;}
}
@keyframes foot__logo2 {
	0% {left: -10%;}
	100% {left: 13%;}
}
@keyframes foot__logo3 {
	0% {left: -10%;}
	100% {left: 19.2%;}
}
@keyframes foot__logo4 {
	0% {left: -10%;}
	100% {left: 27%;}
}
@keyframes foot__logo5 {
	0% {left: -10%;}
	100% {left: 34.5%;}
}
@keyframes foot__logo6 {
	0% {left: -10%;}
	100% {left: 41.5%;}
}
.foot__logo1 {
	animation: foot__logo1 0.2s ease-out 1.7s forwards;
}
.foot__logo2 {
	animation: foot__logo2 0.3s ease-out 1.8s forwards;
}
.foot__logo3 {
	animation: foot__logo3 0.4s ease-out 1.9s forwards;
}
.foot__logo4 {
	animation: foot__logo4 0.5s ease-out 2.0s forwards;
}
.foot__logo5 {
	animation: foot__logo5 0.6s ease-out 2.1s forwards;
}
.foot__logo6 {
	animation: foot__logo6 0.7s ease-out 2.2s forwards;
}
.foot__logo-en ,
.button-area {
	animation: fadeIn 1.0s ease 2.9s forwards;
}
footer #button-area {
	position: absolute;
	bottom: 0;
	opacity: 0;
}


@media (max-width: 1024px) {

	
}
@media (max-width: 600px) {
	footer #foot__bg1 img ,
	footer #foot__bg2 img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	footer #foot__tate {
		width: 4%;
		height: auto;
		top: 30%;
		left: 19%;
	}
	footer #foot__logo6 {
		width: 17%;
		height: auto;
		position: absolute;
		top: 10%;
		left: -20%;
	}
	footer #foot__logo5 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 12%;
		left: -20%;
	}
	footer #foot__logo4 {
		width: 13.7%;
		height: auto;
		position: absolute;
		top: 10.5%;
		left: -20%;
	}
	footer #foot__logo3 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 10%;
		left: -20%;
	}
	footer #foot__logo2 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 12%;
		left: -20%;
	}
	footer #foot__logo1 {
		width: 16%;
		height: auto;
		position: absolute;
		top: 9.2%;
		left: -20%;
	}
	footer #foot__logo-en {
		width: 15%;
		height: auto;
		position: absolute;
		top: 14%;
		left: 17%;
		opacity: 0;
	}

	@keyframes foot__logo1 {
		0% {left: -20%;}
		100% {left: -0.5%;}
	}
	@keyframes foot__logo2 {
		0% {left: -20%;}
		100% {left: 17%;}
	}
	@keyframes foot__logo3 {
		0% {left: -20%;}
		100% {left: 33%;}
	}
	@keyframes foot__logo4 {
		0% {left: -20%;}
		100% {left: 50.6%;}
	}
	@keyframes foot__logo5 {
		0% {left: -20%;}
		100% {left: 67%;}
	}
	@keyframes foot__logo6 {
		0% {left: -20%;}
		100% {left: 83.5%;}
	}
	.foot__logo1 {
		animation: foot__logo1 0.2s ease-out 0.7s forwards;
	}
	.foot__logo2 {
		animation: foot__logo2 0.3s ease-out 0.8s forwards;
	}
	.foot__logo3 {
		animation: foot__logo3 0.4s ease-out 0.9s forwards;
	}
	.foot__logo4 {
		animation: foot__logo4 0.5s ease-out 1.0s forwards;
	}
	.foot__logo5 {
		animation: foot__logo5 0.6s ease-out 1.1s forwards;
	}
	.foot__logo6 {
		animation: foot__logo6 0.7s ease-out 1.2s forwards;
	}
	.foot__logo-en ,
	.button-area {
		animation: fadeIn 1.0s ease 1.9s forwards;
	}

}

