html{
  height:100%; 
  font-display: swap;
}
body { 
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow-x:hidden;
	background: #11100e;
}
.wf-loading body {
  font-family: system-ui, sans-serif;
}
.wf-active body {
	font-family: "ta-marugo-gf-01", sans-serif;
	font-weight: 600;
	font-style: normal;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
br.sponly {display:none;}
br.sponly2 {display:none;}
br.pconly {display:inline;}
.img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@-webkit-keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
}
@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop-slide-rev {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes fadeIn {
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}
.fadeIn {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInFast {
	animation-name:fadeIn;
	animation-duration:0.2s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInTeaser {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
@keyframes 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;
		background-color: #151515;
	}
	.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: #fae90f;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#loader-bg #loader {
	width:7%;
	height:auto;
	margin:0;
	padding:0;
	animation: loader 3s ease infinite;
}
#loader img {
	width:100%;
	height:auto;
}
@keyframes loader {
	0% {opacity: 0;}
	20% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#loader-bg #loader {
		width:20%;
		height:auto;
		margin:0;
		padding:0;
		animation: loader 3s ease infinite;
	}
	#loader img {
		width:100%;
		height:auto;
	}
}

@media (max-width: 600px) {

}


/* ========================================
ヘッダー
========================================== */
#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:10px 0 20px;
	position:fixed;
	top:0;
	background: linear-gradient(to bottom, #000 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:2.2vw;
	line-height:2.2vw;
	letter-spacing: 1.5px;
	text-align: center;
	color: #fff;
	font-family: "ta-marugo-gf-01", sans-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/FB-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:80%;
	height:auto;
	position: absolute;
	top: 2%;
	left: 10%;
}  
.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: #b81c22;
	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: 12px;
	font-weight:bold;
	color:#fff;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.5px;
} 
.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;
	background-color: #ff4bb0 !important;
  
  }
  .nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
	opacity: 0;
	background-color: #ff4bb0 !important;
  }
  .nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 30px;
	background-color: #ff4bb0 !important;
  }



/* 以下タブレット・スマホ */
@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: 0px;
	  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: 0;
  }
  .global-nav__item {
	margin: 30px 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: 2.5rem;
	letter-spacing: 1.5px;
	color: #ff4bb0;
	font-family: "ta-marugo-gf-01", sans-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: 0;
		background-size: cover;
		background-position: center bottom;
		z-index: 200000;
		display: flex;
		align-items: center;
	}
	.global-nav__list {
		margin: 5px 0;
	}
	.global-nav__item {
		margin: 0 0 15px !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:2.8rem;
		line-height: 2.8rem;
		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: 23%;
		margin: 0 1%;
	}

}


/* 以下タブレット・スマホ */
@media (max-width: 375px) {
	.global-nav #menu-logo {
		width:60%;
		height:auto;
		position: absolute;
		top: 0.5%;
		left: 20%;
	}  

	.global-nav__item a .en {
		width: 100%;
		font-size:2.2rem;
		line-height: 2.2rem;
		letter-spacing: 1.0px;
	}

}



/* ========================================
雪
========================================== */
#snow{
  position:relative;
  overflow: hidden;
}

.snow-layer{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:10;
}



/* ========================================
トップ
========================================== */
#top {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
}
#top #top__bg {
	width: 100%;
	height: auto;
}
#top #top__bg img ,
#top #top__futa img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
#top #top__beavers {
	width: 61%;
	height: auto;
	position: absolute;
	top: 0%;
	left: 0%;
	transform: scale(0.3);
	transform-origin: left top;
}
#top #top__man {
	width: 50%;
	height: auto;
	position: absolute;
	bottom: 2.5%;
	right: -1.5%;
	animation: top__man 2.0s ease infinite;
	transform-origin: center bottom;
}
@keyframes top__man {
	0% {transform: rotate(-2deg);}
	50% {transform: rotate(2deg);}
	100% {transform: rotate(-2deg);}
}
#top #top__futa {
	width: 100%;
	height: auto;
	position: absolute;
	inset: 0;
}
#top #top__enup {
	width: 14.5%;
	height: auto;
	position: absolute;
	top: 6.3%;
	left: 0.5%;
	opacity: 0;
}
#top #top__woo {
	width: 14.7%;
	height: auto;
	position: absolute;
	top: 2.0%;
	left: 13.6%;
	opacity: 0;
}
#top #top__entitle {
	width: 9.7%;
	height: auto;
	position: absolute;
	top: 5.3%;
	left: 24.7%;
	opacity: 0;
}
#top #top__title {
	width: 39.9%;
	height: auto;
	position: absolute;
	top: 24.4%;
	right: 3.5%;
	opacity: 0;
}
#top #top__mask {
	display: block;
	width: 9%;
	height: auto;
	position: absolute;
	bottom: 22%;
	left: 10%;
	opacity: 0;
}
@keyframes mask-hvr {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
#top__mask img:hover {
	animation: mask-hvr 0.8s ease forwards;
}
#top #top__maincopy {
	width: 37.8%;
	height: auto;
	position: absolute;
	top: 54.3%;
	left: 22%;
	opacity: 0;
}
#top #top__enbb {
	width: 27.2%;
	height: auto;
	position: absolute;
	top: 62%;
	left: 26%;
	opacity: 0;
}
#top #top__jpbb {
	width: 25%;
	height: auto;
	position: absolute;
	top: 68.7%;
	left: 29%;
	opacity: 0;
}
#top #top__tate {
	width: 9.6%;
	height: auto;
	position: absolute;
	top: 55%;
	left: 60.5%;
	opacity: 0;
}
#top #top__award {
	width: 27%;
	height: auto;
	position: absolute;
	bottom: 8%;
	left: 5%;
	opacity: 0;
}
#top #top__hash {
	width: 8%;
	height: auto;
	position: absolute;
	bottom: 8%;
	left: 33%;
	opacity: 0;
}
#top #top__yoko {
	width: 74%;
	height: auto;
	position: absolute;
	bottom: 1.7%;
	left: 13%;
	opacity: 0;
}
#top #top__yoko img {
	width: 100%;
	height: auto;
	aspect-ratio: 1865 / 50;
}
#top #top__date {
	display: none;
}
#top #top__iki {
	width: 9%;
	height: auto;
	position: absolute;
	bottom: 24%;
	left: 71%;
	opacity: 0;
}
#top #top__wow {
	width: 5%;
	height: auto;
	position: absolute;
	bottom: 21.5%;
	left: 72.9%;
	opacity: 0;
}
#top #top__ase {
	width: 1.5%;
	height: auto;
	position: absolute;
	bottom: 21.5%;
	left: 87.6%;
	mix-blend-mode: color-dodge;
	opacity: 0;
}
@keyframes top__beavers {
	0% {transform: scale(0.3);}
	13% {transform: scale(0.3);}
	23% {transform: scale(0.6);}
	46% {transform: scale(0.6);}
	56% {transform: scale(1);}
	100% {transform: scale(1);}
}
.top__beavers {
	animation: top__beavers 3.0s linear both;
}
@keyframes wow {
	0% {transform: scale(0.9);}
	50% {transform: scale(1.1);}
	100% {transform: scale(0.9);}
}
.top__woo {
	animation: fadeIn 0.5s ease 0.8s forwards , wow 1.0s ease infinite;
}
.top__wow {
	animation: fadeIn 0.5s ease 0.8s forwards , wow 0.8s ease infinite;
}
@keyframes top__title {
	0% {transform: translateX(-1.5%) rotate(-1deg);}
	50% {transform: translateX(1.5%) rotate(1deg);}
	100% {transform: translateX(-1.5%) rotate(-1deg);}
}
.top__title {
	animation: fadeIn 1.5s ease 2.5s forwards , top__title 1.5s ease infinite;
}
@keyframes tenmetsu {
	0% {opacity: 0;}
	40% {opacity: 1;}
	60% {opacity: 1;}
	100% {opacity: 0;}
}
.top__iki {
	animation: tenmetsu 1.0s linear 2.5s infinite;
}
.top__ase {
	animation: tenmetsu 1.5s linear 2.8s infinite;
}
.top-last-anime {
	animation: fadeIn 1.5s ease 2.5s forwards;
}




/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#top #top__bg img ,
	#top #top__futa img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	#top #top__beavers {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0%;
		left: 0%;
		transform: scale(0.3);
		transform-origin: center top;
	}
	#top #top__man {
		width: 108%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 29%;
		right: -4%;
		animation: top__man 2.0s ease infinite;
		transform-origin: center bottom;
	}
	#top #top__enup {
		width: 27%;
		height: auto;
		position: absolute;
		top: 2%;
		left: 5%;
		opacity: 0;
	}
	#top #top__woo {
		width: 25%;
		height: auto;
		position: absolute;
		top: 2.0%;
		left: 22%;
		opacity: 0;
	}
	#top #top__entitle {
		width: 20%;
		height: auto;
		position: absolute;
		top: 3%;
		left: 42%;
		opacity: 0;
	}
	#top #top__title {
		width: 85%;
		height: auto;
		position: absolute;
		top: 35%;
		right: 3%;
		opacity: 0;
	}
	#top #top__mask {
		display: none;
	}
	#top #top__maincopy {
		width: 60%;
		height: auto;
		position: absolute;
		top: 25%;
		left: auto;
		right: 2%;
		opacity: 0;
	}
	#top #top__enbb {
		width: 40%;
		height: auto;
		position: absolute;
		top: 28.5%;
		left: auto;
		right: 12%;
		opacity: 0;
	}
	#top #top__jpbb {
		width: 38%;
		height: auto;
		position: absolute;
		top: 31.5%;
		left: auto;
		right: 10%;
		opacity: 0;
	}
	#top #top__tate {
		width: 20%;
		height: auto;
		position: absolute;
		top: 47%;
		left: 3%;
		opacity: 0;
	}
	#top #top__award {
		width: 42%;
		height: auto;
		position: absolute;
		bottom: 33%;
		left: 3%;
		opacity: 0;
	}
	#top #top__hash {
		width: 17%;
		height: auto;
		position: absolute;
		bottom: 33%;
		left: auto;
		right: 8%;
		opacity: 0;
	}
	#top #top__yoko {
		width: 94%;
		height: auto;
		position: absolute;
		bottom: 23%;
		left: 3%;
		opacity: 0;
	}
	#top #top__yoko img {
		width: 100%;
		height: auto;
		aspect-ratio: 1112 / 127;
	}
	#top #top__date {
		display: block;
		width: 70%;
		height: auto;
		position: absolute;
		bottom: 4%;
		left: 15%;
		opacity: 0;
	}
	#top #top__iki {
		width: 18%;
		height: auto;
		position: absolute;
		bottom: 42%;
		left: 40%;
		opacity: 0;
	}
	#top #top__wow {
		width: 15%;
		height: auto;
		position: absolute;
		bottom: 37%;
		left: 38%;
		opacity: 0;
	}
	#top #top__ase {
		width: 4%;
		height: auto;
		position: absolute;
		bottom: 40%;
		left: 74%;
		mix-blend-mode: color-dodge;
		opacity: 0;
	}


}

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

}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 3vw 0 3vw;
	position: relative;
	background-color: #fae90f;
}
#bridge #br__date {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #br__date img {
	width: 50%;
	height: auto;
}
#bridge #theater {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#bridge #theater img {
	width: 18%;
}
#bridge #sns-link {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge #sns-link a {
	display: block;
	width: 5%;
	height: auto;
	margin: 0 0.5%;
}
#bridge #sns-link a:hover {
	animation: sns-link 0.5s;
}
@keyframes sns-link {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(10deg);}
}
#bridge #mubi {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#bridge #mubi #mvtk-widgets-container {
	display: inline-block;
}
#bridge #theater a:hover {
	animation: flash 1.5s forwards;
}
#bridge #br__mask {
	display: none;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 0 0 5vw;
		position: relative;
	}
	#bridge #br__date {
		display: none;
	}
	#bridge #theater {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}
	#bridge #theater img {
		width: 60%;
	}
	#bridge #br__mask {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}
	#bridge #br__mask img {
		width: 45%;
	}
	#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: 17%;
		height: auto;
		margin: 0 1.5%;
	}
	#bridge #mubi {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}



}

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

}


/* ========================================
トレーラー
========================================== */
.trailer {
	width: 100%;
	height: auto;
	padding: 5vw 0 10vw;
	margin:auto;
	background-color: #ff4bb0;
}
.trailer-carousel {
	width: 100%;
	height: auto;
	max-width:1200px;
	margin:auto;
	position:relative;
}
.trailer h2 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	text-align: center;
}
.trailer h2 img {
	width: 18%;
}
.carousel-window{
  overflow:hidden;
  touch-action:pan-y;
}
.carousel-track {
	display:flex;
	align-items:center;
	transition:transform .4s ease;
	will-change:transform;
}
.slide {
	display: block;
	flex:0 0 31.3%;
	padding:10px;
	transform:scale(.8);
	opacity:.5;
	transition:transform .35s, opacity .35s;
	position: relative;
}
.slide img {
	width:100%;
	display:block;
	pointer-events:none;
}
.slide i {
	display: inline-block;
	font-size: 4.5vw;
	color: #FF0000;
	position: absolute;
	place-self: center;
	inset: 0;
}

.slide.active{
	transform:scale(1);
	opacity:1;
}
.slide.side{
	transform:scale(.85);
	opacity:.7;
}
.nav{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	font-size:5vw;
	border:none;
	background-color: transparent;
	cursor:pointer;
	color: #fff;
	z-index: 3;
}
.prev{ left:0 }
.next{ right:0 }




/* スマホ */
@media (max-width:768px){
	.trailer {
		width: 100%;
		height: auto;
		padding: 10vw 0 20vw;
		margin:auto;
		background-color: #ff4bb0;
	}

	.trailer h2 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}
	.trailer h2 img {
		width: 40%;
	}
	.carousel-window {
		overflow:hidden;
		touch-action:pan-y;
	}
	.slide{
		flex:0 0 80%;
	}
	.slide.active{
		transform:scale(1);
		opacity:1;
	}
	.slide.side{ 
		transform:scale(1);
		opacity: 0.7;
	}
	.nav{
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		font-size:6rem;
		border:none;
		background-color: transparent;
		cursor:pointer;
		color: #fff;
		z-index: 3;
	}

}




/* ========================================
モーダル
========================================== */
.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.8;
}
.movie__content {
    width: 68%;
	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%;
}
.batsu {
	width: 5%;
	height: auto;
	position: fixed;
	top: 2%;
	right: 2%;
}
.batsu2 {
	width: 5%;
	height: auto;
	position: fixed;
	top: 4%;
	right: 4%;
}
.batsu img ,
.batsu2 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: 6000px) {

}


/* ========================================
イントロ・ストーリー
========================================== */
#intro-slider1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: fixed;
	inset: 0;
	z-index: -30;
}
#intro-slider1 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	position: relative;
	animation: loop-slide 300s infinite linear 0s both;
}
#intro-slider1 .top-slide .content {
	width: auto;
	height: 100vh;
	margin: 0;
}
#intro-slider1 .top-slide .content img {
	width: auto;
	height: 100vh;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	aspect-ratio: 2961 / 1081;
}
#intro-slider2 ,
#intro-slider3 ,
#intro-slider4 {
	display: none;
}
#intro-fixed-beaver {
	width: 30%;
	height: auto;
	position: fixed;
	top: 12%;
	left: 2%;
	z-index: -28;
}
#intro-fixed-logo {
	width: 23%;
	height: auto;
	position: fixed;
	top: 36%;
	left: 5%;
	z-index: -28;
	animation: top__title 2.5s ease infinite;
}
#intro-fixed-tomato {
	width: 8%;
	height: auto;
	position: fixed;
	top: 54%;
	left: 4%;
	z-index: -28;
	animation: wow 2.0s ease infinite;
}
#intro {
	width: 75%;
	height: auto;
	margin-left: 25%;
	padding: 20vw 0;
	position: relative;
	z-index: -29;
}
#intro #intro__lead1 {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	margin: 0 20% 8vw;
	padding: 2vw 0;
	text-align: center;
	background-color: rgba(255, 75, 176, 0.9);
}
#intro #intro__lead1 img {
	width: 70%;
}
#intro #intro__tatoe {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
}
#intro #intro__tatoe img {
	width: 90%;
	height: auto;
	aspect-ratio: 1417 / 173;
}
#intro #intro__lead2 {
	width: 100%;
	height: auto;
	margin: 0 0 8vw;
	text-align: center;
}
#intro #intro__lead2 img {
	width: 70%;
}
#intro .intro-story-txt {
	width: 90%;
	height: auto;
	box-sizing: border-box;
	padding: 3vw 7vw;
	margin: 0 5% 8vw;
	background-color: rgba(44, 26, 32, 0.9);
	position: relative;
}
#intro #story {
	margin: 0 5% 4vw;
}
#intro .intro-story-txt h2 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
}
#intro .intro-story-txt h2 img {
	width: auto;
	height: 3.6vw;
}
#intro .intro-story-txt p {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.5px;
	font-feature-settings: "palt";
	font-family: "ta-marugo-gf-03", sans-serif;
	font-weight: 400;
	font-style: normal;
}
#intro .intro-story-txt #intro-item {
	width: 30%;
	height: auto;
	position: absolute;
	bottom: -15%;
	right: 7%;
	animation: intro-item 2.0s steps(2) infinite;
}
@keyframes intro-item {
	0% {transform: rotate(-2deg);}
	50% {transform: rotate(2deg);}
	100% {transform: rotate(-2deg);}
}
#intro .intro-story-txt #story-item {
	width: 80%;
	height: auto;
	margin: 2vw 10% 0;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
#intro .intro-story-txt #story-item .item1 {
	width: 15%;
	height: auto;
	margin: 0 1%;
	animation: wow 2.0s steps(1) infinite;
}
#intro .intro-story-txt #story-item .item2 {
	width: 40%;
	height: auto;
	margin: 0 1%;
	animation: intro-item 0.5s steps(1) infinite;
}
#intro #intro__end {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	margin: 5vw 20% 5vw;
	padding: 2vw 0;
	text-align: center;
	background-color: rgba(255, 75, 176, 0.9);
}
#intro #intro__end img {
	width: 60%;
} 
#intro #intro-sp-image {
	display: none;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-slider1 {
		width: 100%;
		height: 25%;
		min-height: 25%;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow: hidden;
		position: fixed;
		inset: 0;
		z-index: -30;
	}
	#intro-slider2 ,
	#intro-slider3 ,
	#intro-slider4 {
		width: 100%;
		height: 25%;
		min-height: 25%;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow: hidden;
		position: fixed;
		z-index: -30;
	}
	#intro-slider2 {
		top: 25%;
	}
	#intro-slider3 {
		top: 50%;
	}
	#intro-slider4 {
		top: 75%;
	}
	#intro-slider1 .top-slide ,
	#intro-slider3 .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;	
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		position: relative;
		animation: loop-slide 200s infinite linear 0s both;
	}
	#intro-slider2 .top-slide ,
	#intro-slider4 .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;	
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		position: relative;
		animation: loop-slide-rev 200s infinite linear 0s both;
	}
	#intro-slider1 .top-slide .content ,
	#intro-slider2 .top-slide .content ,
	#intro-slider3 .top-slide .content ,
	#intro-slider4 .top-slide .content {
		width: auto;
		height: 25vh;
		margin: 0;
	}
	#intro-slider1 .top-slide .content img ,
	#intro-slider2 .top-slide .content img ,
	#intro-slider3 .top-slide .content img ,
	#intro-slider4 .top-slide .content img {
		width: auto;
		height: 25vh;
		vertical-align: bottom;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		aspect-ratio: 3559 / 575;
	}
	#intro-fixed-beaver ,
	#intro-fixed-logo ,
	#intro-fixed-tomato {
		display: none;
	}
	#intro {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 50vw 0;
		position: relative;
		z-index: -29;
	}
	#intro #intro__lead1 {
		width: 70%;
		height: auto;
		box-sizing: border-box;
		margin: 0 15% 10vw;
		padding: 2vw 0;
		text-align: center;
		background-color: rgba(255, 75, 176, 0.9);
	}
	#intro #intro__lead1 img {
		width: 70%;
	}
	#intro #intro__tatoe {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		text-align: center;
	}
	#intro #intro__tatoe img {
		width: 70%;
		height: auto;
		aspect-ratio: 1150 / 590;
	}
	#intro #intro__lead2 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	#intro #intro__lead2 img {
		width: 80%;
	}
	#intro .intro-story-txt {
		width: 80%;
		height: auto;
		box-sizing: border-box;
		padding: 10vw 5vw;
		margin: 0 10% 20vw;
		background-color: rgba(44, 26, 32, 0.9);
		position: relative;
	}
	#intro #story {
		margin: 0 10% 20vw;
	}
	#intro .intro-story-txt h2 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		text-align: center;
	}
	#intro .intro-story-txt h2 img {
		width: auto;
		height: 7vw;
	}
	#intro .intro-story-txt p {
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}
	#intro .intro-story-txt #intro-item {
		width: 35%;
		height: auto;
		position: absolute;
		bottom: -10%;
		right: 7%;
		animation: intro-item 2.0s steps(2) infinite;
	}
	@keyframes intro-item {
		0% {transform: rotate(-2deg);}
		50% {transform: rotate(2deg);}
		100% {transform: rotate(-2deg);}
	}
	#intro .intro-story-txt #story-item {
		width: 100%;
		height: auto;
		margin: 2vw 0 0;
		display: flex;
		justify-content: center;
		align-items: baseline;
	}
	#intro .intro-story-txt #story-item .item1 {
		width: 15%;
		height: auto;
		margin: 0 1%;
		animation: wow 2.0s steps(1) infinite;
	}
	#intro .intro-story-txt #story-item .item2 {
		width: 40%;
		height: auto;
		margin: 0 1%;
		animation: intro-item 0.5s steps(1) infinite;
	}
	#intro #intro__end {
		width: 70%;
		height: auto;
		box-sizing: border-box;
		margin: 0 15% 5vw;
		padding: 2vw 0;
		text-align: center;
		background-color: rgba(255, 75, 176, 0.9);
	}
	#intro #intro__end img {
		width: 60%;
	}
	#intro #intro-sp-image {
		display: block;
		width: 100%;
		height: auto;
		margin: 10vw 0 0;
		position: relative;
	}
	#intro #intro-sp-image #intro-sp-beaver {
		width: 100%;
		height: auto;
	}
	#intro #intro-sp-image #intro-sp-logo {
		width: 70%;
		height: auto;
		position: absolute;
		top: 35%;
		left: 15%;
		animation: top__title 2.5s ease infinite;
	}
	#intro #intro-sp-image #intro-sp-tomato {
		width: 30%;
		height: auto;
		position: absolute;
		top: 60%;
		left: 10%;
		animation: wow 2.0s ease infinite;
	}
}


/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#intro {
		width: 100%;
		height: auto;
		padding: 100vw 0;
		position: relative;
		z-index: -29;
		overflow: hidden;
	}
	#intro #intro__lead1 {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin: 0 0 10vw;
		padding: 8vw 0;
		text-align: center;
		background-color: rgba(255, 75, 176, 0.9);
	}
	#intro #intro__lead1 img {
		width: 90%;
	}
	#intro #intro__tatoe {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		text-align: center;
	}
	#intro #intro__tatoe img {
		width: 100%;
		height: auto;
		aspect-ratio: 1150 / 590;
	}
	#intro #intro__lead2 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
		overflow: hidden;
	}
	#intro #intro__lead2 img {
		width: 104%;
	}
	#intro .intro-story-txt {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 10vw 5vw;
		margin: 0 0 40vw;
		background-color: rgba(44, 26, 32, 0.9);
		position: relative;
	}
	#intro #story {
		margin: 0 0 40vw;
	}
	#intro .intro-story-txt h2 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		text-align: center;
	}
	#intro .intro-story-txt h2 img {
		width: auto;
		height: 10vw;
	}
	#intro .intro-story-txt p {
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}
	#intro .intro-story-txt #intro-item {
		width: 55%;
		height: auto;
		position: absolute;
		bottom: -7%;
		right: 7%;
		animation: intro-item 2.0s steps(2) infinite;
	}
	@keyframes intro-item {
		0% {transform: rotate(-2deg);}
		50% {transform: rotate(2deg);}
		100% {transform: rotate(-2deg);}
	}
	#intro .intro-story-txt #story-item {
		width: 100%;
		height: auto;
		margin: 10vw 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#intro .intro-story-txt #story-item .item1 {
		width: 25%;
		height: auto;
		margin: 0 1%;
		animation: wow 2.0s steps(1) infinite;
	}
	#intro .intro-story-txt #story-item .item2 {
		width: 60%;
		height: auto;
		margin: 0 1%;
		animation: intro-item 0.5s steps(1) infinite;
	}
	#intro #intro__end {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin: 0 0 5vw;
		padding: 8vw 0;
		text-align: center;
		background-color: rgba(255, 75, 176, 0.9);
	}
	#intro #intro__end img {
		width: 90%;
	}

}



/* ========================================
レビュー
========================================== */
.rev-bgs {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	clip-path: inset(100% 0 0 0);
}
#rev-bg1 {
	background-color: #000;
	z-index: -20;
}
#rev-bg2 {
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: -18;
}
#review {
	width: 100%;
	height: auto;
	padding: 20vw 0 50vw;
	position: relative;
	z-index: -19;
}
#review h2 {
	width: 100%;
	height: auto;
	margin: 0 0 15vw;
	text-align: center;
}
#review h2 img {
	width: 10%;
}
#review #review__contents {
	width: 100%;
	height: auto;
}
#review #review__contents .rev-unit {
	width: 52%;
	height: auto;
	margin: 0 24% 10vw;
}
#review #review__contents .rev-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.1vw;
	letter-spacing: 1.5px;
	font-feature-settings: "palt";
	font-family: "ta-marugo-gf-03", sans-serif;
	font-weight: 400;
	font-style: normal;
}
#review #review__contents .rev-unit p span {
	font-size: 1.3vw;
	color: #fae90f;
}
#review #review__contents .rev-unit:nth-child(even) p span {
	font-size: 1.3vw;
	color: #ff4bb0;
}
#review #review__contents .rev-unit .name {
	width: 100%;
	height: auto;
	margin: 0;
	text-align: right;
	font-size: 1.3vw;
	line-height: 2.1vw;
	letter-spacing: 1.5px;
	font-feature-settings: "palt";
	font-family: "ta-marugo-gf-03", sans-serif;
	font-weight: 400;
}
#review #review__contents .rev-unit .name {
	color: #fae90f;
}
#review #review__contents .rev-unit:nth-child(even) .name {
	color: #ff4bb0;
}
#review #review__contents .rev-unit .name a {
	color: #fae90f;
}
#review #review__contents .rev-unit:nth-child(even) .name a {
	color: #ff4bb0;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.rev-bgs {
		width: 100%;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		clip-path: inset(100% 0 0 0);
	}
	#rev-bg1 {
		background-size: cover;
		background-position: center center;
		z-index: -20;
	}
	#rev-bg2 {
		background-size: cover;
		background-position: center center;
		z-index: -18;
	}
	#review {
		width: 100%;
		height: auto;
		padding: 50vw 0 50vw;
		position: relative;
		z-index: -19;
	}
	#review h2 {
		width: 100%;
		height: auto;
		margin: 0 0 50vw;
		text-align: center;
	}
	#review h2 img {
		width: 30%;
	}
	#review #review__contents {
		width: 100%;
		height: auto;
	}
	#review #review__contents .rev-unit {
		width: 70%;
		height: auto;
		margin: 0 15% 20vw;
	}
	#review #review__contents .rev-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.1rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}
	#review #review__contents .rev-unit p span {
		font-size: 1.3rem;
		color: #fae90f;
	}
	#review #review__contents .rev-unit:nth-child(even) p span {
		font-size: 1.3rem;
		color: #ff4bb0;
	}
	#review #review__contents .rev-unit .name {
		width: 100%;
		height: auto;
		margin: 0;
		text-align: right;
		font-size: 1.3rem;
		line-height: 2.1rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}
}

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

}


/* ========================================
キャスト・スタッフ
========================================== */
#cast {
	width: 100%;
	height: auto;
	background-color: #ff4bb0;
	overflow: hidden;
	position: relative;
}
@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;
	}
}
#cast .top-slide-wrap {
	width: 23%;
	height: auto;
	overflow: hidden;
	position: absolute;
}
#cast .left-top-slide {
	top: 0;
	left: 0;
}
#cast .right-down-slide {
	top: 0;
	right: 0;
}
.left-top-slide .top-slide {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	animation: loop-slide-tate 100s infinite linear 0s both;
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.right-down-slide .top-slide {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	animation: loop-slide-tate-rev 100s infinite linear 0s both;
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#cast .top-slide-wrap .top-slide .content {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
}
#cast .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	aspect-ratio: 900 / 500;
}
#cast .slide-stamp {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
#cast .slide-stamp .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	position: relative;
	animation: loop-slide 50s infinite linear 0s both;
}
#cast #slide-stamp2 .top-slide {
	animation: loop-slide-rev 50s infinite linear 0s both;
}
#cast .slide-stamp .top-slide .content {
	width: 5vw;
	height: auto;
	margin: 0 0.5vw;
}
#cast .slide-stamp .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#cast #cast-staff {
	width: 54%;
	height: auto;
	margin: 0 23%;
	padding: 10vw 0;
}
#cast #cast-staff h2 {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	text-align: center;
}
#cast #cast-staff h2 img {
	width: 30%;
}
#cast #cast-staff .cast-unit {
	width: 80%;
	height: auto;
	margin: 0 10%;
}
#cast #cast-staff .cast-unit .name {
	width: 100%;
	height: auto;
	margin: 0 0 0.5vw;
	text-align: center;
	color: #fae90f;
	font-size: 1.5vw;
	letter-spacing: 1.5px;
	font-feature-settings: "palt";
}
#cast #cast-staff .cast-unit .name a {
	color: #fae90f;
}
#cast #cast-staff .cast-unit .title {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	color: #fff;
	font-size: 1.1vw;
	letter-spacing: 1.2px;
	font-feature-settings: "palt";
}
#cast #cast-staff .cast-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	color: #fff;
	font-family: "ta-marugo-gf-03", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1vw;
	line-height: 2.1vw;
	letter-spacing: 1.5px;
	font-feature-settings: "palt";
}
#cast #cast-staff #other-cast {
	width: 80%;
	height: auto;
	margin: 0 10%;
}
#cast #cast-staff #other-cast .name {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	color: #fae90f;
	font-size: 1.2vw;
	letter-spacing: 1.2px;
	font-feature-settings: "palt";
}
#cast #cast-staff #other-cast .name a {
	color: #fae90f;
}
#cast #cast-staff #other-cast .name span {
	color: #fff;
	font-size: 1.0vw;
	margin-left: 0.5vw;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast .top-slide-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow: hidden;
		opacity: 1;
		position: static;
	}
	#cast .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;	
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}
	#cast .left-top-slide {
		width: 100%;
		height: auto;
		margin: 0;
		align-items: flex-end;
		overflow: hidden;
		opacity: 1;
		order: 1;
	}
	#cast .right-down-slide {
		width: 100%;
		height: auto;
		align-items: flex-start;
		overflow: hidden;
		opacity: 1;
		order: 1;
	}	
	#cast .left-top-slide .top-slide {
		width: auto;
		animation: loop-slide 100s infinite linear 0s both;
	}
	#cast .right-down-slide .top-slide {
		width: auto;
		animation: loop-slide-rev 100s infinite linear 0s both;
	}
	#cast .top-slide-wrap .top-slide .content {
		width: 80vw;
		height: auto;
		margin: 0;
	}
	#cast .top-slide-wrap .top-slide .content img {
		width: 100%;
		height: auto;
		aspect-ratio: 900 / 680;
	}
	#cast .slide-stamp {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow: hidden;
	}
	#cast .slide-stamp .top-slide .content {
		width: 20vw;
		height: auto;
		margin: 0 0.5vw;
	}
	#cast #cast-staff {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20vw 0;
	}
	#cast #cast-staff h2 {
		width: 100%;
		height: auto;
		margin: 0 0 7vw;
		text-align: center;
	}
	#cast #cast-staff h2 img {
		width: 50%;
	}
	#cast #cast-staff .cast-unit {
		width: 90%;
		height: auto;
		margin: 0 5%;
	}
	#cast #cast-staff .cast-unit .name {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		text-align: center;
		color: #fae90f;
		font-size: 1.5rem;
		line-height: 2.4rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}
	#cast #cast-staff .cast-unit .title {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		text-align: center;
		color: #fff;
		font-size: 1.1rem;
		letter-spacing: 1.2px;
		font-feature-settings: "palt";
	}
	#cast #cast-staff .cast-unit p {
		width: 100%;
		height: auto;
		margin: 0;
		color: #fff;
		font-family: "ta-marugo-gf-03", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 1.1rem;
		line-height: 2.1rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}
	#cast #cast-staff #other-cast {
		width: 90%;
		height: auto;
		margin: 0 5%;
	}
	#cast #cast-staff #other-cast .name {
		width: 100%;
		height: auto;
		margin: 1vw 0;
		color: #fae90f;
		font-size: 1.2rem;
		letter-spacing: 1.2px;
		font-feature-settings: "palt";
	}
	#cast #cast-staff #other-cast .name a {
		color: #fae90f;
	}
	#cast #cast-staff #other-cast .name span {
		color: #fff;
		font-size: 1.0rem;
		margin-left: 0.5rem;
	}
}


/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#cast #cast-staff {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 30vw 0;
	}
	#cast #cast-staff #other-cast .name {
		width: 100%;
		height: auto;
		margin: 8vw 0;
		color: #fae90f;
		font-size: 1.2rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
		font-feature-settings: "palt";
	}


}

/* ========================================
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.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 .slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
footer .slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	position: relative;
	animation: loop-slide 300s infinite linear 0s both;
}
footer .slide-wrap .top-slide .content {
	width: auto;
	height: 56.25vw;
	margin: 0;
}
footer .slide-wrap .top-slide .content img {
	width: auto;
	height: 56.25vw;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
footer #foot__beaver {
	width: 25%;
	height: auto;
	position: absolute;
	bottom: 3%;
	right: 20%;
}
footer #foot__lightning {
	width: 26.3%;
	height: auto;
	position: absolute;
	bottom: 15%;
	right: 19%;
	mix-blend-mode: hard-light;
	animation: top__lightning 1.5s step-end 2.0s infinite alternate;
}
footer #foot__hundreds {
	width: 12.1%;
	height: auto;
	position: absolute;
	bottom: 41.3%;
	right: 20%;
	animation: top__hundreds 0.7s linear infinite alternate;
}
@keyframes top__lightning {
	0% {opacity: 1;}
	35% {opacity: 1;}
	36% {opacity: 0.4;}
	37% {opacity: 1;}
	60% {opacity: 1;}
	61% {opacity: 0.2;}
	62% {opacity: 1;}
	63% {opacity: 0.6;}
	64% {opacity: 1;}
	100% {opacity: 1;}
}
@keyframes top__hundreds {
	0% {opacity: 0;}
	40% {opacity: 0;}
	50% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 1;}
}
@keyframes top__tomato {
	0% {transform: scale(1) rotate(0deg);}
	50% {transform: scale(1.05) rotate(0deg);}
	100% {transform: scale(1) rotate(0deg);}
}
@keyframes top__fever {
	0% {transform: scale(1);}
	50% {transform: scale(1.1);}
	100% {transform: scale(1);}
}
footer #foot__award {
	width: 10.8%;
	height: auto;
	position: absolute;
	bottom: 41.3%;
	right: 33.5%;
}
footer #foot__fever {
	width: 11.48%;
	height: auto;
	position: absolute;
	bottom: 52%;
	right: 38%;
	mix-blend-mode: screen;
	animation: top__fever 1.0s ease infinite alternate;
}
footer #foot__title {
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 27%;
	right: 20%;
	mix-blend-mode: hard-light;
	animation: top__title 1.5s step-end 2.0s infinite alternate;
}
footer #foot__tomato {
	width: 9.46%;
	height: auto;
	position: absolute;
	bottom: 13%;
	right: 13%;
	mix-blend-mode: screen;
	animation: top__tomato 1.0s ease 2.0s infinite;
}
footer #foot__bb {
	width: 35%;
	height: auto;
	position: absolute;
	bottom: 10%;
	left: 7%;
}
footer #button-area {
	width: auto;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 5%;
}


@media (max-width: 1024px) {
	footer .slide-wrap .top-slide .content {
		width: auto;
		height: 210vw;
		margin: 0;
	}
	footer .slide-wrap .top-slide .content img {
		width: auto;
		height: 210vw;
		vertical-align: bottom;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}
	footer #foot__beaver {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 13%;
		right: 3%;
	}
	footer #foot__lightning {
		width: 84.16%;
		height: auto;
		position: absolute;
		bottom: 24%;
		right: 2%;
		mix-blend-mode: hard-light;
		animation: top__lightning 1.5s step-end 2.0s infinite alternate;
	}
	footer #foot__hundreds {
		width: 38.72%;
		height: auto;
		position: absolute;
		bottom: 46%;
		right: 3%;
		animation: top__hundreds 0.7s linear infinite alternate;
	}
	footer #foot__award {
		width: 34.56%;
		height: auto;
		position: absolute;
		bottom: 46%;
		right: 47%;
	}
	footer #foot__fever {
		width: 36.736%;
		height: auto;
		position: absolute;
		bottom: 56%;
		right: 60%;
		mix-blend-mode: screen;
		animation: top__fever 1.0s ease infinite alternate;
	}
	footer #foot__title {
		width: 80%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 33%;
		right: 5%;
		mix-blend-mode: hard-light;
		animation: top__title 1.5s step-end 2.0s infinite alternate;
	}
	footer #foot__tomato {
		width: 30.272%;
		height: auto;
		position: absolute;
		bottom: 18%;
		right: 2%;
		mix-blend-mode: screen;
		animation: top__tomato 1.0s ease 2.0s infinite;
	}
	footer #foot__bb {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 5%;
		left: 10%;
	}
	footer #button-area {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
@media (max-width: 600px) {
	footer #foot__beaver {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 22%;
		right: 3%;
	}
	footer #foot__lightning {
		width: 84.16%;
		height: auto;
		position: absolute;
		bottom: 33%;
		right: 2%;
		mix-blend-mode: hard-light;
		animation: top__lightning 1.5s step-end 2.0s infinite alternate;
	}
	footer #foot__hundreds {
		width: 38.72%;
		height: auto;
		position: absolute;
		bottom: 55%;
		right: 3%;
		animation: top__hundreds 0.7s linear infinite alternate;
	}
	footer #foot__award {
		width: 34.56%;
		height: auto;
		position: absolute;
		bottom: 55%;
		right: 47%;
	}
	footer #foot__fever {
		width: 36.736%;
		height: auto;
		position: absolute;
		bottom: 65%;
		right: 60%;
		mix-blend-mode: screen;
		animation: top__fever 1.0s ease infinite alternate;
	}
	footer #foot__title {
		width: 80%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 42%;
		right: 5%;
		mix-blend-mode: hard-light;
		animation: top__title 1.5s step-end 2.0s infinite alternate;
	}
	footer #foot__tomato {
		width: 30.272%;
		height: auto;
		position: absolute;
		bottom: 27%;
		right: 2%;
		mix-blend-mode: screen;
		animation: top__tomato 1.0s ease 2.0s infinite;
	}
	footer #foot__bb {
		width: 90%;
		height: auto;
		position: absolute;
		bottom: 12%;
		left: 5%;
	}





}



/* ========================================
ダウンロード
========================================== */
#dl-body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-5;
	width:100%;
	height:100vh;
	background:url(../download/images/SM-dl-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 1;
}
#dl-bg-item {
	width: 30%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 35%;
}

  .dlButton {
	  background-color:transparent;
	  border:1px solid #fff;
	  display:inline-block;
	  cursor:pointer;
	  color:#fff;
	  font-family:Arial;
	  width: 16vw;
	  font-size:1.1vw;
	  padding:10px 0;
	  text-align: center;
	  text-decoration:none;
	  font-weight: bold;
	  font-feature-settings:"palt";
  }
  .dlButton:hover {
	  background-color:#fff;
	  border:1px solid #fff;
	  color:#000;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#fff !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#fff;
	  color:#000 !important;
  }
  .dl-contents {
	  width:80%;
	  height:auto;
	  padding:20px 10% 80px;
	  font-size:1.3em;
  }  
  .dl-contents h2 {
	  width:100%;
	  text-align:center;
	  padding:0;
	  color:#fff;
	  font-size:2em;
	  margin-bottom:30px;
  }  
  .dl-contents h2 span.small {
	  font-size:0.5em;
	  line-height:0.7em;
  }
  
  .dl-contents h2 img {
	  width:25%;
  }  
  #dl-wrapper {
	  width:100%;
	  height:auto;
	  text-align:center;
	  margin-bottom:20px;
  }
  #dl-wrapper .dl-txt2 {
	width:100%;
	height:auto;
	text-align:center;
  }
  #dl-wrapper .dl-txt2 img {
	width: 30%;
  }
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#fff;
	  margin:30px 0 5px;
	  font-size: 1.1em;
	  font-weight: bold;
	letter-spacing: 1.5px;
  }
  #dl-wrapper .dl-txt1 span {
	display: inline-block;
	position: relative;
	z-index: 2;
  }
  
  #dl-wrapper .dl-txt1 a {
	  color:#fff;
  }
  
  #dl-wrapper .dl-txt1 img {
	  width:30%;
  }
  
  #dl-wrapper .sikiri {
	  width:100%;
	  height:auto;
	  padding:40px 0 20px;
	  text-align:center;
  }
  
  #dl-wrapper .sikiri img {
	  width:10%;
  }
  
  
  #dl-wrapper .dl-uline {
	  display:inline-block;
	  width:70%;
	  margin:20px 0 30px;
  }
  
  #dl-wrapper .dl-uline img {
	  width:100%;
	  height:60px;
  }
  .dl-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 10vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }  
  .dl-wrap .img-box {
	  width:22%;
	  height:auto;
	  padding:0 1%;
	  margin:50px 1%;
	  color:#fff;
	  text-align: center;
	  font-size: 1.0em;
	  font-weight: bold;
	  letter-spacing: 1.4px;
  }  
  .img-box img {
	  width:90%;
  }
  .dl-wrap .img-box span {
	display: inline-block;
	font-size: 0.7em;
	line-height: 1.3em;
  }


  .longname {
	  font-size:0.75em;
  }
  
  footer.dl-footer {
	  width:100%;
	  height:auto;
	  margin:0;
	  padding:50px 0 0;
	  background:#000;
  }
  
  footer.dl-footer .footimg {
	  width:100%;
	  height:auto;
	  margin:0;
	  padding:0;
  }
  
  footer.dl-footer .footimg img {
	  width:100%;
	  height:auto;
	  vertical-align:bottom;
  }


