html{
  height:100%; 
}

body { 
	margin: 0; 
	padding:0;
	font-family: "m-plus-rounded-2c", sans-serif;
	font-weight: 400;
	font-style: normal;
	width:100%; 
	height:100%;
	overflow-x:hidden;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
br.sponly2 {display:none;}
br.pconly {display:inline;}
.img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@-webkit-keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
}
@keyframes loop-slide {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-100%, 0 , 0);
	}
}
@keyframes loop-slide-rev {
	from {
		transform: translate3d(-100%, 0, 0);
	}
	to {
		transform: translate3d(0, 0, 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;
}
.fadeIn2 {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-delay: 1.2s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInFast {
	animation-name:fadeIn;
	animation-duration:0.2s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
} 
.fadeInZero {
	animation-name:fadeIn;
	animation-duration:0s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
} 
.fadeOutZero {
	animation-name:fadeOut;
	animation-duration:0s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
} 

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

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

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

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



@media (max-width: 1024px) {
	body { 
		margin: 0; 
		padding:0;
		width:100%; 
		height:100vh;
		overflow-x:hidden;
	}
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	br.sponly {display:inline;}
	br.sponly2 {display:none;}
	br.pconly {display:none;}
}
@media (max-width: 610px) {
	br.sponly2 {display:inline;}
}




/* ========================================
ローディング
========================================== */

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0s;
    transition-duration: 1.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.5s;
    transition-duration: 2.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#loader {
	width:25%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width: 100%;
	height: auto;
	animation: load1 2.5s ease 0s infinite;
}
#loader #load2 ,
#loader #load3 ,
#loader #load4 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#loader #load2 {
	animation: load2 2.5s ease 0s infinite;
}
#loader #load3 {
	animation: load3 2.5s ease 0s infinite;
}
#loader #load4 {
	animation: load4 2.5s ease 0s infinite;
}
@keyframes load1 {
	0% {opacity: 0;}
	20% {opacity: 1;}
	80% {opacity: 1;}
	100% {opacity: 1;}
}
@keyframes load2 {
	0% {opacity: 0;}
	10% {opacity: 0;}
	40% {opacity: 1;}
	80% {opacity: 1;}
	100% {opacity: 1;}
}
@keyframes load3 {
	0% {opacity: 0;}
	30% {opacity: 0;}
	50% {opacity: 1;}
	80% {opacity: 1;}
	100% {opacity: 1;}
}
@keyframes load4 {
	0% {opacity: 0;}
	40% {opacity: 0;}
	60% {opacity: 1;}
	80% {opacity: 1;}
	100% {opacity: 1;}
}

/* 以下スマホ */
@media (max-width: 1024px) {

	#loader {
		width:70%;
		height:auto;
		margin:0;
		padding:0;
		position:relative;
	}
	
}



/* ========================================
ヘッダー
========================================== */
#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:15px 0 20px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #fff 20%, transparent);
	background: -webkit-linear-gradient(top, #fff 20%, transparent);
	background: linear-gradient(to bottom, #fff 20%, transparent);
	z-index:1001;
	opacity: 0;
	transform: translate3d(0, -100%, 0);
}
@keyframes pcheader {
	0% {opacity: 0;transform: translate3d(0, -100%, 0);}
	100% {opacity: 1;transform: translate3d(0, 0, 0);}
}
.pcheader {
	animation: pcheader 0.7s ease forwards;
}
#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;
	padding:0 1.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
#pcheader ul#pcmenu li.menusns {
	width:3%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li.menusns img {
	width: 100%;
}
#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%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size:1.5vw;
	line-height:1.4vw;
	text-align: center;
	color: #4f80e3;
	font-weight: bold;
	font-family: "m-plus-rounded-2c", sans-serif;
	font-weight: 800;
	font-style: normal;
}
#pcheader ul#pcmenu li a span.jpn {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size:0.8vw;
	line-height:0.7vw;
	text-align: center;
	color: #000;
	font-family: "m-plus-rounded-2c", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}
#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: 60px;
	background: #fff;
	z-index: 200000;
	overflow-y: scroll;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
}  
.global-nav #menu-logo {
	width:90%;
	height:auto;
	margin:1vw 5% 8vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo img {
	width: 75%;
}
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0.1vw 0px;
}
.global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;	
	color: #000;
	transition: all .6s;
	letter-spacing: 1px;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #4f80e3 !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#4f80e3;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 4%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#000;
}

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

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


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#pcheader {
		display: none;
	}
.global-nav #menu-logo {
	width:90%;
	height:auto;
	margin:1vw 5% 3vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo img {
	width: 50%;
}
.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-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: 30px 0 10px;
	transition: all .6s;
	z-index: 200;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__list {
	margin: 10px 0 10px;
  }
  .global-nav__item a {
	display: block;
	padding: 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:2em;
	line-height: 2em;
	letter-spacing: 1px;
	color: #4f80e3;
	font-weight: bold;
	font-family: "m-plus-rounded-2c", sans-serif;
	font-weight: 800;
	font-style: normal;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:0.8em;
	color: #000;
	font-family: "m-plus-rounded-2c", sans-serif;
	font-weight: 400;
	font-style: normal;
	transform: translateY(-15px);
}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 2vw 2% 0;
	text-align: center;
}
.global-nav ul.nav-sns li a {
	font-size: 10vw;
}
.global-nav #tw-menu {
	width:100%;
	height:auto;
	padding:20px 0;
	margin:0;
	text-align: center;
	opacity: 1;
	position: relative;
	color: #fff;
	font-size: 10vw;
}
.global-nav #tw-menu a {
	color: #fff;
}
  
	/* 表示された時用のCSS */
	.nav-open .global-nav {
	  top: 0;
	}
	.nav-open .black-bg {
	  opacity: .8;
	  visibility: visible;
	}
	.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 20px;
	
	}
	.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
	
	}
	.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 20px;
	
	}
  
  
  ul#nav-button {
	  display:none !important;
  }
  
}  


/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	.global-nav #menu-logo {
		width:90%;
		height:auto;
		margin:1vw 5% 8vw;
		padding:0;
		text-align:center;
		position: relative;
	}  
	.global-nav #menu-logo img {
		width: 70%;
	}
	.global-nav__item {
		margin: 5px 0 5px !important;
	}
	.global-nav__list .sub {
		margin: 5px 0 !important;
	}
	.global-nav__item a {
		display: block;
		padding: 1px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:1.8rem;
		line-height: 1.8rem;
		letter-spacing: 2px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:0.8rem;
		transform: translateY(-3px);
	}
	.global-nav ul.nav-sns li {
		width: 13%;
		margin: 2vw 2% 0;
		text-align: center;
	}
	
}





/* ========================================
トップメイン画像まわり
========================================== */
#top {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
}
#top #top__bg {
	width: 100%;
	height: auto;
}
#top #top__bg img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
#top #top__title {
	width: 33.5%;
	height: auto;
	position: absolute;
	top: 44%;
	left: 7.3%;
}
#top #top__date {
	width: 20%;
	height: auto;
	position: absolute;
	bottom: 1%;
	left: 14%;
	opacity: 0;
}
#top #top__date #top__date1 {
	width: 100%;
	height: auto;
}
#top #top__date #top__date2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: fadeIn 0.5s linear infinite alternate;
}
#top #top__date a:hover {
	animation: flash 1.5s;
}
#top #top__catch1 {
	width: 45%;
	height: auto;
	position: absolute;
	bottom: 5%;
	right: 3.5%;
	opacity: 0;
}
#top #top__catch2 {
	width: 33%;
	height: auto;
	position: absolute;
	bottom: 4%;
	right: 1.5%;
	opacity: 0;
}
@keyframes top__catch1 {
	0% {opacity: 0;transform: translate3d(-100%, 100%, 0);}
	100% {opacity: 1;transform: translate3d(0, 0, 0);}
}
.top__catch1 {
	animation: top__catch1 0.5s ease-in 1.3s forwards;
}
@keyframes top__catch2 {
	0% {opacity: 0;transform: translate3d(100%, -100%, 0);}
	100% {opacity: 1;transform: translate3d(0, 0, 0);}
}
.top__catch2 {
	animation: top__catch2 0.5s ease-in 1.6s forwards;
}
.top__date {
	animation: fadeIn 1.2s ease 2.1s forwards;
}




/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#top #top__bg img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	#top #top__title {
		width: 86%;
		height: auto;
		position: absolute;
		top: 53%;
		left: 7%;
	}
	#top #top__date {
		width: 66%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 77%;
		left: 17%;
		opacity: 0;
	}
	#top #top__catch1 {
		width: 90%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 3%;
		right: 7%;
		opacity: 0;
	}
	#top #top__catch2 {
		width: 65%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 7%;
		right: 1%;
		opacity: 0;
	}

}

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




/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	overflow-x: hidden;
}

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

	
}





/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:6vw 0 10vw;
	overflow: hidden;
	position: relative;
	background-color: #7daccf;
	perspective: 2000px;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 2vw;
	position: relative;
	opacity: 0;
	text-align: center;
}
.trailer h2 img {
	width: 16%;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	opacity: 0;
	position: relative;
	z-index: 1;
}
.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: 2vw 20% 0;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.movie-btn {
	width: 30%;
	height: auto;
	box-sizing: border-box;
	margin: 0.3vw 1%;
	padding: 3px 0;
	text-align: center;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.1vw;
	font-weight: bold;
}
.activee {
	background: #fff;
	border: 1px solid #fff;
	color: #4477ea;
}
.activee i {
	opacity: 1;
}
.movie-btn:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #4477ea;
	cursor: pointer;
	transition-duration: 0.6s;
}
.trailer #streaming-link {
	width: 100%;
	height: auto;
	margin: 2vw 0 0;
	text-align: center;
}
.trailer #streaming-link img {
	width: 40%;
	height: auto;
	aspect-ratio: 1050 / 179;
}
.trailer #streaming-link a:hover {
	animation: flash 1.5s;
}
.trailer #trailer-item1 {
	width: 10%;
	height: auto;
	position: absolute;
	top: 12%;
	left: 10%;
	z-index: 2;
	pointer-events: none;
	transform-origin: right bottom;
	animation: trailer-item1  2s linear infinite;
}
@keyframes trailer-item1  {
	0% {transform: rotate3d(0, 0, 0, 0deg);}
	50% {transform: rotate3d(1, 0.8, 0.5, 10deg);}
	100% {transform: rotate3d(0, 0, 0, 0deg);}
}
.trailer #trailer-item2 {
	width: 8%;
	height: auto;
	position: absolute;
	top: 40%;
	left: 78%;
	z-index: 2;
	pointer-events: none;
	animation: trailer-item2 1s step-start infinite;
}
@keyframes trailer-item2 {
	0% {transform: rotate(0);}
	50% {transform: rotate(5deg);}
	100% {transform: rotate(0);}
}
.trailer #trailer-item3 {
	width: 25%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 5%;
	z-index: 2;
	pointer-events: none;
	animation: trailer-item3 5s ease infinite;
}
@keyframes trailer-item3 {
	0% {transform: translate3d(-3%, 0, 0);}
	50% {transform: translate3d(5%, 0, 0);}
	100% {transform: translate3d(-3%, 0, 0);}
}
.trailer #trailer-item4 {
	width: 23%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 70%;
	z-index: 2;
	pointer-events: none;
	animation: trailer-item4 3s linear infinite;
}
@keyframes trailer-item4 {
	0% {transform: translate3d(0, 0, 0);}
	30% {transform: translate3d(0, 0, 0);}
	31% {transform: translate3d(-2%, 0, 0);}
	32% {transform: translate3d(2%, 0, 0);}
	33% {transform: translate3d(-2%, 0, 0);}
	34% {transform: translate3d(2%, 0, 0);}
	35% {transform: translate3d(0, 0, 0);}
	70% {transform: translate3d(0, 0, 0);}
	71% {transform: translate3d(-3%, 0, 0);}
	72% {transform: translate3d(2%, 0, 0);}
	73% {transform: translate3d(-3%, 0, 0);}
	74% {transform: translate3d(2%, 0, 0);}
	75% {transform: translate3d(0, 0, 0);}
	100% {transform: translate3d(0, 0, 0);}
}


/* 以下スマホ */
@media (max-width: 1024px) {
	.trailer {
		width:100%;
		padding:10vw 0 40vw;
	}
	.trailer h2 {
		width:100%;
		height:auto;
		padding:0;
		margin:0 0 5vw;
		position: relative;
	}	
	.trailer h2 img {
		width: 40%;
	}
	#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;
		flex-wrap: wrap;
	}
	.movie-btn {
		width: 42%;
		margin: 1vw 1%;
		padding: 3px 0;
		font-size: 2vw;
	}
	.trailer #streaming-link {
		width: 100%;
		height: auto;
		margin: 20vw 0 0;
		text-align: center;
		position: relative;
		z-index: 3;
	}
	.trailer #streaming-link img {
		width: 70%;
		height: auto;
		aspect-ratio: 1080 / 466;
	}

	.trailer #trailer-item1 {
		width: 25%;
		height: auto;
		position: absolute;
		top: 65%;
		left: auto;
		right: 0%;
		z-index: 2;
		pointer-events: none;
		transform-origin: right bottom;
		animation: trailer-item1  2s linear infinite;
	}
	.trailer #trailer-item2 {
		width: 13%;
		height: auto;
		position: absolute;
		top: 4%;
		left: 72%;
		z-index: 2;
		pointer-events: none;
		animation: trailer-item2 1s step-start infinite;
	}
	.trailer #trailer-item3 {
		width: 45%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 45%;
		left: -5%;
		z-index: 2;
		pointer-events: none;
		animation: trailer-item3 5s ease infinite;
	}
	.trailer #trailer-item4 {
		width: 45%;
		height: auto;
		position: absolute;
		bottom: 0;
		left: 10%;
		z-index: 2;
		pointer-events: none;
		animation: trailer-item4 3s linear infinite;
	}

}

@media (max-width: 610px) {
	.trailer {
		width:100%;
		height:auto;
		margin:0;
		padding:10vw 0 50vw;
	}
	.trailer .top-slide-wrap {
		bottom: 30%;
	}
	#video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: static;
	}
	.video {
		width:100%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:0 0 10px;
		display:block;
	}
	.movie-btn {
		width: 45%;
		font-size: 3vw;
	}
	.trailer #trailer-item1 {
		width: 30%;
		height: auto;
		position: absolute;
		top: 65%;
		left: auto;
		right: 0%;
		z-index: 2;
		pointer-events: none;
		transform-origin: right bottom;
		animation: trailer-item1 1s linear infinite;
	}
	.trailer #trailer-item2 {
		width: 13%;
		height: auto;
		position: absolute;
		top: 2%;
		left: 72%;
		z-index: 2;
		pointer-events: none;
		animation: trailer-item2 0.6s step-start infinite;
	}
	.trailer #trailer-item3 {
		width: 45%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 42%;
		left: -5%;
		z-index: 2;
		pointer-events: none;
		animation: trailer-item3 5s ease infinite;
	}
	.trailer #trailer-item4 {
		width: 55%;
		height: auto;
		position: absolute;
		bottom: 0;
		left: 5%;
		z-index: 2;
		pointer-events: none;
		animation: trailer-item4 3s linear infinite;
	}

	
}

/* ========================================
イントロダクション
========================================== */
#intro-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
	transition: 1.0s filter;
	filter: brightness(100%);
	overflow: hidden;
}
#intro-bg video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#intro {
	width: 100%;
	height: auto;
	padding: 40vw 0 60vw;
}
#intro #intro__lead1 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 10vw 0 0;
	text-align: center;
	opacity: 0;
}
#intro #intro__lead1 img {
	width: 50%;
	height: auto;
	aspect-ratio: 1297 / 221;
}
#intro #intro__lead2 {
	width: 100%;
	height: auto;
	margin: 0 0 17vw;
	text-align: center;
	opacity: 0;
}
#intro #intro__lead2 img {
	width: 40%;
	height: auto;
	aspect-ratio: 1299 / 233;
}
#intro #intro__lead3 {
	display: none;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro h2 img {
	width: 25%;
	height: auto;
}
#intro p {
	width: 60%;
	height: auto;
	margin: 2vw 15% 2vw 25%;
	padding: 0;
	color: #fff;
	font-size: 1.25vw;
	line-height: 2vw;
	letter-spacing: 0px;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bg {
		height: 105%;
		min-height: 105%;
	}
	#intro-bg video {
		width: 120%;
		height: auto;
		margin-left: -10%;
		vertical-align: bottom;
	}

	#intro {
		width: 100%;
		height: auto;
		padding: 100vh 0 80vh;
	}
	#intro #intro__lead1 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		text-align: center;
		opacity: 0;
	}
	#intro #intro__lead1 img {
		width: 96%;
		height: auto;
		aspect-ratio: 1034 / 442;
	}
	#intro #intro__lead2 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		text-align: center;
		opacity: 0;
	}
	#intro #intro__lead2 img {
		width: 80%;
		height: auto;
		aspect-ratio: 942 / 256;
	}
	#intro #intro__lead3 {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 80vw;
		text-align: center;
		opacity: 0;
	}
	#intro #intro__lead3 img {
		width: 60%;
		height: auto;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 50vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro h2 img {
		width: 90%;
		height: auto;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 7vw 5%;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 0px;
	}

	
}




/* ========================================
ストーリー
========================================== */
#story-whiteBG {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #e3ecf6;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -28;
	clip-path: inset(100% 0 0 0);
	pointer-events: none;
}
#story-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -26;
	clip-path: inset(100% 0 0 0);
	pointer-events: none;
}
#story-bg #story-bg1 {
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: right center;
	position: relative;
	transition: 1.0s transform;
}
#story-bg #story-bg2 {
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: left center;
	position: absolute;
	top: 0;
	left: 50%;
	transition: 1.0s transform;
}
#story-head {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20vw 0 20vw;
	text-align: center;
}
#story-head img {
	width: 15%;
}
#story-contents {
	width: 46%;
	height: auto;
	box-sizing: border-box;
	margin: 0 27%;
	padding: 10vw 3% 0;
	position: relative;
	z-index: -27;
}
#story-contents .headline {
	width: 100%;
	height: auto;
	margin: 12vw 0 3vw;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#story-contents .headline .check {
	width: 5%;
	height: auto;
	position: relative;
}
#story-contents .headline .check .check__box {
	width: 100%;
	height: auto;
}
#story-contents .headline .check .check__checked {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: inset(0 100% 0 0);
}
@keyframes check-anime {
	0% {clip-path: inset(0 100% 0 0);}
	100% {clip-path: inset(0 0 0 0);}
}
.check-anime {
	animation: check-anime 0.3s ease-in forwards;
}
#story-contents .headline .txt {
	width: 93%;
	height: auto;
	color: #4f80e3;
	font-family: "m-plus-rounded-2c", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 1.5vw;
	line-height: 2.5vw;
}
#story-contents p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1.2vw;
}
#story-slider-area {
	width: 100%;
	height: auto;
	padding: 10vw 0;
	position: relative;
	z-index: -27;
}
.story-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
}
#story-slider1 {
	margin: 0 0 10vw;
}
.story-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#story-slider1 .top-slide {
	animation: loop-slide-rev 90s infinite linear 0s both;
}
#story-slider2 .top-slide {
	animation: loop-slide 90s infinite linear 0s both;
}
.story-slide-wrap .top-slide .content {
	width: 33vw;
	height: auto;
	margin: 0;
}
.story-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.story-slide-wrap .top-slide .content img {
	aspect-ratio: 900 / 500;
}
#story-slider-area #slider-logo {
	width: 28%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#story-whiteBG {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background-color: #e3ecf6;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -28;
		clip-path: inset(100% 0 0 0);
		pointer-events: none;
	}
	#story-bg {
		display: contents;
	}
	#story-bg #story-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		transition: 1.0s transform;
		clip-path: inset(100% 0 0 0);
		z-index: -27;
	}
	#story-bg #story-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		transition: 1.0s transform;
		clip-path: inset(100% 0 0 0);
		z-index: -25;
	}
	#story-head {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 70vw 0 20vw;
		text-align: center;
		position: relative;
		z-index: -26;
	}
	#story-head img {
		width: 50%;
	}
	#story-contents {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		margin: 0 5%;
		padding: 10vw 0 0;
		position: relative;
		z-index: -26;
	}
	#story-contents .headline {
		width: 100%;
		height: auto;
		margin: 30vw 0 6vw;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#story-contents .headline .check {
		width: 8%;
		height: auto;
		position: relative;
	}
	#story-contents .headline .check .check__box {
		width: 100%;
		height: auto;
	}
	#story-contents .headline .check .check__checked {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		clip-path: inset(0 100% 0 0);
	}
	@keyframes check-anime {
		0% {clip-path: inset(0 100% 0 0);}
		100% {clip-path: inset(0 0 0 0);}
	}
	.check-anime {
		animation: check-anime 0.4s ease-in forwards;
	}
	#story-contents .headline .txt {
		width: 90%;
		height: auto;
		color: #4f80e3;
		font-family: "m-plus-rounded-2c", sans-serif;
		font-weight: 800;
		font-style: normal;
		font-size: 1.4rem;
		line-height: 2.5rem;
	}
	#story-contents p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 1.2rem;
	}
	#story-slider-area {
		width: 100%;
		height: auto;
		padding: 50vw 0;
		position: relative;
		z-index: -27;
	}
	#story-slider1 {
		margin: 0;
	}
	#story-slider1 .top-slide {
		animation: loop-slide-rev 90s infinite linear 0s both;
	}
	#story-slider2 .top-slide {
		animation: loop-slide 90s infinite linear 0s both;
	}
	.story-slide-wrap .top-slide .content {
		width: 100vw;
		height: auto;
		margin: 0;
	}
	.story-slide-wrap .top-slide .content img {
		aspect-ratio: 900 / 600;
	}
	#story-slider-area #slider-logo {
		width: 100%;
		height: auto;
		padding: 10vw 0 0vw;
		position: static;
		transform: translate3d(0, 0, 0);
		text-align: center;
	}
	#story-slider-area #slider-logo img {
		width: 70%;
	}

}



/* ========================================
キャラクター
========================================== */
#chara-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	z-index: -24;
	pointer-events: none;
	clip-path: inset(100% 0 0 0);
}
#character {
	width: 90%;
	height: auto;
	padding: 15vw 5% 20vw;
	position: relative;
}
#chara-head {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
}
#chara-head img {
	width: 30%;
}
#prevBtn {
	width: 5%;
	position: absolute;
	top: 45%;
	left: 1%;
	transform: translateY(0, -50%, 0);
	border: none;
	background-color: transparent;
	cursor: pointer;
	z-index: 2;
}
#nextBtn {
	width: 5%;
	position: absolute;
	top: 45%;
	right: 1%;
	transform: translateY(0, -50%, 0);
	border: none;
	background-color: transparent;
	cursor: pointer;
	z-index: 2;
}
/* コントローラーエリア */
.tabs {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between; 
	flex-wrap: wrap;
}
.tab {
	width: 13.5%;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer; 
	transform: scale(1);
	transition: all 0.1s ease-in-out;
}
.tab.active {
	transform: scale(1.1);
}

/* 中身エリア */
.panels {
	width: 80%;
	height: auto;
	margin: 0 10%;
}
.panels .panel {
	display: none;
	width: 90%;
	height: auto;
	box-sizing: border-box;
	margin: 0 5%;
	padding: 0;
	position: relative;
}
.panels .panel.active {
	display: block;
}
.panels .panel .chara-photo {
	width: 52%;
	height: auto;
	position: relative;
	z-index: 2;
}
.panels .panel .chara-txt {
	width: 55%;
	height: auto;
	box-sizing: border-box;
	background-color: #fff;
	padding: 5vw 3vw 5vw 6vw;
	position: absolute;
	top: 25%;
	left: 44%;
	z-index: 1;
}
.panels .panel .chara-txt p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.2vw;
	line-height: 2vw;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#character {
		width: 100%;
		height: auto;
		padding: 50vw 0 120vw;
		position: relative;
	}
	#chara-head {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
	}
	#chara-head img {
		width: 80%;
	}
	#prevBtn {
		width: 12%;
		position: absolute;
		top: 55%;
		left: 0;
		transform: translateY(0, 0, 0);
		border: none;
		background-color: transparent;
		cursor: pointer;
		z-index: 2;
	}
	#nextBtn {
		width: 12%;
		position: absolute;
		top: 55%;
		right: 0;
		transform: translateY(0, 0, 0);
		border: none;
		background-color: transparent;
		cursor: pointer;
		z-index: 2;
	}
	/* コントローラーエリア */
	.tabs {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center; 
		flex-wrap: wrap;
	}
	.tab {
		width: 33%;
		height: auto;
		margin: 0 0.1% 4vw;
		padding: 0;
		cursor: pointer; 
		transform: scale(1);
		transition: all 0.1s ease-in-out;
	}
	.tab:nth-child(1) ,
	.tab:nth-child(3) {
		width: 40%;
		margin-right: 1%;
		margin-left: 5%;
	}
	.tab:nth-child(2) ,
	.tab:nth-child(4) {
		width: 40%;
		margin-left: 1%;
		margin-right: 5%;
	}
	.tab.active {
		transform: scale(1.1);
	}


	/* 中身エリア */
	.panels {
		width: 90%;
		height: auto;
		margin: 0 5%;
	}
	.panels .panel {
		display: none;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.panels .panel .chara-photo {
		width: 90%;
		height: auto;
		margin: 0 5%;
		position: relative;
		z-index: 2;
	}
	.panels .panel .chara-txt {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		background-color: #fff;
		padding: 8vw 5vw;
		position: absolute;
		top: 90%;
		left: 0%;
		z-index: 1;
	}
	.panels .panel .chara-txt p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #000;
		font-size: 1.1rem;
		line-height: 2rem;
	}


}


/* ========================================
相関図
========================================== */
#chart {
	width: 100%;
	height: auto;
	padding: 5vw 0;
	background-color: #fff;
}
#chart #scroll {
	display: none;
}
#chart #chart__inner {
	width: 100%;
	height: auto;
	position: relative;
}
#chart #chart__bg {
	width: 90%;
	height: auto;
	margin: 0 5%;
}
#chart #chart__item1 {
	width: 1.7%;
	height: auto;
	position: absolute;
	top: 45.7%;
	left: 13.5%;
	animation: chart__item1 1.0s ease infinite;
}
@keyframes chart__item1 {
	0% {opacity: 0;transform: scale(0.7) translate3d(0, 100%, 0);}
	100% {opacity: 1;transform: scale(1.05) translate3d(0, 0, 0);}
}
#chart #chart__item2 {
	width: 2.5%;
	height: auto;
	position: absolute;
	top: 39%;
	left: 50%;
	animation: chart__item2 0.6s step-start infinite;
}
@keyframes chart__item2 {
	0% {clip-path: inset(100% 0 0 0);transform: rotate(0);}
	50% {clip-path: inset(0 0 0 0);transform: rotate(0);}
	60% {clip-path: inset(0 0 0 0);transform: rotate(0);}
	70% {clip-path: inset(0 0 0 0);transform: rotate(5deg);}
	80% {clip-path: inset(0 0 0 0);transform: rotate(-5deg);}
	90% {clip-path: inset(0 0 0 0);transform: rotate(-5deg);}
	100% {clip-path: inset(100% 0 0 0);transform: rotate(-5deg);}
}
#chart #chart__item3 {
	width: 1.8%;
	height: auto;
	position: absolute;
	top: 59%;
	left: 51.3%;
	transform-origin: top center;
	animation: chart__item3 1.0s step-start infinite;
}
@keyframes chart__item3 {
	0% {transform: rotate(-3deg);}
	50% {transform: rotate(4deg);}
	100% {transform: rotate(-3deg);}
}
#chart #chart__item4 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 37%;
	left: 71%;
	animation: chart__item4 1.1s ease infinite;
}
@keyframes chart__item4 {
	0% {opacity: 0;transform: scale(0.5);}
	60% {opacity: 1;transform: scale(1);}
	80% {opacity: 1;transform: scale(1) rotate(-9deg);}
	100% {opacity: 1;transform: scale(1) rotate(5deg);}
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#chart {
		width: 100%;
		height: auto;
		padding: 15vw 0;
		background-color: #fff;
	}
	#chart #scroll {
		display: block;
		width: 100%;
		height: auto;
		padding: 5vw 0;
		text-align: center;
	}
	#chart #scroll img {
		width: 80%;
	}
	#chart #chart-sp-wrap {
		width: 100%;
		height: auto;
		background-color: #fff;
		overflow-x: scroll;
	}
	#chart #chart__inner {
		width: 300%;
		height: auto;
		position: relative;
	}
	#chart #chart__bg {
		width: 90%;
		height: auto;
		margin: 0 5%;
	}
	#chart #chart__item1 {
		width: 1.7%;
		height: auto;
		position: absolute;
		top: 45.7%;
		left: 13.5%;
		animation: chart__item1 1.0s ease infinite;
	}
	@keyframes chart__item1 {
		0% {opacity: 0;transform: scale(0.7) translate3d(0, 100%, 0);}
		100% {opacity: 1;transform: scale(1.05) translate3d(0, 0, 0);}
	}
	#chart #chart__item2 {
		width: 2.5%;
		height: auto;
		position: absolute;
		top: 39%;
		left: 50%;
		animation: chart__item2 0.6s step-start infinite;
	}
	@keyframes chart__item2 {
		0% {clip-path: inset(100% 0 0 0);transform: rotate(0);}
		50% {clip-path: inset(0 0 0 0);transform: rotate(0);}
		60% {clip-path: inset(0 0 0 0);transform: rotate(0);}
		70% {clip-path: inset(0 0 0 0);transform: rotate(5deg);}
		80% {clip-path: inset(0 0 0 0);transform: rotate(-5deg);}
		90% {clip-path: inset(0 0 0 0);transform: rotate(-5deg);}
		100% {clip-path: inset(100% 0 0 0);transform: rotate(-5deg);}
	}
	#chart #chart__item3 {
		width: 1.8%;
		height: auto;
		position: absolute;
		top: 59%;
		left: 51.3%;
		transform-origin: top center;
		animation: chart__item3 1.0s step-start infinite;
	}
	@keyframes chart__item3 {
		0% {transform: rotate(-3deg);}
		50% {transform: rotate(4deg);}
		100% {transform: rotate(-3deg);}
	}
	#chart #chart__item4 {
		width: 2%;
		height: auto;
		position: absolute;
		top: 37%;
		left: 71%;
		animation: chart__item4 1.1s ease infinite;
	}
	@keyframes chart__item4 {
		0% {opacity: 0;transform: scale(0.5);}
		60% {opacity: 1;transform: scale(1);}
		80% {opacity: 1;transform: scale(1) rotate(-9deg);}
		100% {opacity: 1;transform: scale(1) rotate(5deg);}
	}



}


/* ========================================
画像コーナー
========================================== */
#gazou {
	width: 100%;
	height: auto;
	position: relative;
}
#gazou #gazou__bg1 {
	width: 100%;
	height: auto;
}
#gazou #gazou__bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: gazou__bg2 8s ease infinite;
}
#gazou #gazou__bg1 img ,
#gazou #gazou__bg2 img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
@keyframes gazou__bg2 {
	0% {opacity: 0;}
	40% {opacity: 0;}
	50% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
#gazou #gazou__words {
	width: 50%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
#gazou #gazou__words #gazou__word1 {
	width: 100%;
	height: auto;
	opacity: 0;
}
#gazou #gazou__words #gazou__word2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.gazou__word1 {
	animation: fadeIn 1.0s ease forwards;
}
.gazou__word2 {
	animation: fadeIn 1.0s ease 0.6s forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#gazou #gazou__bg1 img ,
	#gazou #gazou__bg2 img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	#gazou #gazou__words {
		width: 94%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}


}


/* ========================================
エピソード
========================================== */
#episode {
	width: 100%;
	height: auto;
	padding: 8vw 0;
	background-color: #7daccf;
	position: relative;
}
#episode h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
}
#episode h2 img {
	width: 17%;
}
#episode .ep-unit {
	width: 100%;
	height: auto;
	margin: 7vw 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#episode .ep-unit .ep-image {
	width: 22%;
	height: auto;
	margin: 0 1%;
	position: relative;
	z-index: 2;
}
#episode .ep-unit .ep-image .photos {
	width: 100%;
	height: auto;
	position: relative;
}
#episode .ep-unit .ep-image .photos .photo1 {
	width: 100%;
	height: auto;
}
#episode .ep-unit .ep-image .photos .photo2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: photo2 8s ease infinite;
}
#episode .ep-unit .ep-image .photos .photo3 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: photo3 8s ease infinite;
}
@keyframes photo2 {
	0% {opacity: 0;}
	28% {opacity: 0;}
	33% {opacity: 1;}
	61% {opacity: 1;}
	66% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes photo3 {
	0% {opacity: 0;}
	61% {opacity: 0;}
	66% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
#episode .ep-unit .ep-image .frame ,
#episode .ep-unit .ep-image .number {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#episode .ep-unit .ep-txt {
	width: 45%;
	height: auto;
	margin: 0;
	position: relative;
	z-index: 2;
}
#episode .ep-unit .ep-txt h4 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	color: #4f80e3;
	font-size: 1.3vw;
	font-family: "m-plus-rounded-2c", sans-serif;
	font-weight: 800;
	font-style: normal;
}
#episode .ep-unit .ep-txt p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1.1vw;
	color: #000;
}
#episode .ep-unit .ep-white {
	width: 100%;
	height: 82%;
	position: absolute;
	top: 9%;
	left: 0;
	background-color: #fff;
	clip-path: inset(0 100% 0 0);
}
@keyframes ep-white {
	0% {clip-path: inset(0 100% 0 0);}
	100% {clip-path: inset(0 0 0 0);}
}
.ep-white-anime {
	animation: ep-white 1.2s ease forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#episode {
		width: 100%;
		height: auto;
		padding: 20vw 0;
		background-color: #7daccf;
		position: relative;
	}
	#episode h2 {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		padding: 0;
		text-align: center;
	}
	#episode h2 img {
		width: 55%;
	}
	#episode .ep-unit {
		width: 100%;
		height: auto;
		margin: 25vw 0;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#episode .ep-unit .ep-image {
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
		z-index: 2;
	}
	#episode .ep-unit .ep-txt {
		width: 90%;
		height: auto;
		margin: 5vw 5% 0;
		position: relative;
		z-index: 2;
	}
	#episode .ep-unit .ep-txt h4 {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		padding: 0;
		color: #4f80e3;
		font-size: 1.3rem;
		font-family: "m-plus-rounded-2c", sans-serif;
		font-weight: 800;
		font-style: normal;
	}
	#episode .ep-unit .ep-txt p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 1.1rem;
		color: #000;
	}
	#episode .ep-unit .ep-white {
		width: 100%;
		height: 75%;
		position: absolute;
		top: 38%;
		left: 0;
		background-color: #fff;
		clip-path: inset(0 100% 0 0);
	}



}


/* ========================================
キャスト・スタッフ
========================================== */
#cast-bg-sp ,
#cast-bg-spW {
	display: none;
}
#cast-bgs {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	z-index: -15;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}
#cast-bgs #cast-bg-pc {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#cast-bgs #cast-bg-pc2 {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	opacity: 0;
	transition: 1.0s all;
}
#cast-bgs #cast-bg-mv {
	width: 45%;
	height: auto;
	position: absolute;
	bottom: 3vw;
	left: 10%;
	transform: rotate(-10deg);
}
#cast-bgs #cast-bg-mv video {
	width: 100%;
	height: auto;
}
#cast {
	width: 37%;
	height: auto;
	padding: 20vw 0;
	margin-left: 63%;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0 0 6vw;
	padding: 0;
	text-align: center;
}
#cast h2 img {
	width: 70%;
}
#cast h3 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	color: #4f80e3;
	font-size: 1.9vw;
	font-family: "m-plus-rounded-2c", sans-serif;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 2px;
}
#cast #cast-list {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
}
#cast #cast-list .cast-unit {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	display: flex;
	justify-content: flex-start;
}
#cast #cast-list .cast-unit .role {
	width: 25%;
	height: auto;
	margin: 0 1% 0 0;
	font-size: 1.2vw;
	font-weight: bold;
}
#cast #cast-list .cast-unit .name {
	width: 74%;
	height: auto;
	margin: 0;
	font-size: 1.2vw;
	font-weight: bold;
}
#cast .staff-unit {
	width: 100%;
	height: auto;
	margin: 0 0 4vw;
}
#cast .staff-unit .title {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	text-align: center;
	font-size: 1.2vw;
	font-weight: bold;
}
#cast .staff-unit .name {
	width: 100%;
	height: auto;
	font-size: 1.2vw;
	font-weight: bold;
	text-align: center;
}
#cast #cast-foot {
	width: 100%;
	height: auto;
	margin: 15vw 0 5vw;
	text-align: center;
	font-size: 1.2vw;
	font-weight: bold;
}
#cast #cast-foot img {
	width: 60%;
}
#cast #foot-mv-sp {
	display: none;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast-bgs  {
		display: none;
	}
	#cast-bg-sp {
		display: block;
		width: 100%;
		height: 105%;
		min-height: 105%;
		background-size: cover;
		background-position: center center;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: -15;
		pointer-events: none;
		opacity: 0;
	}
	#cast-bg-spW {
		display: block;
		width: 100%;
		height: 105%;
		min-height: 105%;
		background-color: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: -14;
		pointer-events: none;
		opacity: 0;
		transition: 1.0s all;
	}
	#cast {
		width: 100%;
		height: auto;
		padding: 30vw 0 10vw;
		margin-left: 0;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0 0 15vw;
		padding: 0;
		text-align: center;
	}
	#cast h2 img {
		width: 80%;
	}
	#cast h3 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
		color: #4f80e3;
		font-size: 1.5rem;
		font-family: "m-plus-rounded-2c", sans-serif;
		font-weight: 800;
		font-style: normal;
		letter-spacing: 2px;
	}
	#cast #cast-list {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
	}
	#cast #cast-list .cast-unit {
		width: 98%;
		height: auto;
		margin: 0 1% 8vw;
		display: flex;
		justify-content: flex-start;
	}
	#cast #cast-list .cast-unit .role {
		width: 30%;
		height: auto;
		margin: 0 1% 0 0;
		font-size: 1.0rem;
		letter-spacing: -1px;
	}
	#cast #cast-list .cast-unit .name {
		width: 69%;
		height: auto;
		margin: 0;
		font-size: 1.0rem;
		letter-spacing: -1px;
	}
	#cast .staff-unit {
		width: 100%;
		height: auto;
		margin: 0 0 4vw;
	}
	#cast .staff-unit .title {
		width: 100%;
		height: auto;
		margin: 6vw 0 1vw;
		text-align: center;
		font-size: 1.3rem;
	}
	#cast .staff-unit .name {
		width: 90%;
		height: auto;
		margin: 0 5%;
		font-size: 1.1rem;
	}
	#cast #cast-foot {
		width: 100%;
		height: auto;
		margin: 15vw 0 5vw;
		text-align: center;
		font-size: 1.1rem;
	}
	#cast #cast-foot img {
		display: none;
	}
	#cast #foot-mv-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		position: relative;
	}
	#cast #foot-mv-sp #foot-mv-sp-frame {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 2;
	}
	#cast #foot-mv-sp #foot-mv {
		width: 90%;
		height: auto;
		position: absolute;
		top: 5%;
		left: 5%;
		z-index: 1;
	}
	#cast #foot-mv-sp #foot-mv video {
		width: 100%;
		height: auto;
	}
	#cast #foot-mv-sp #foot-mv-sp-logo {
		width: 50%;
		height: auto;
		position: absolute;
		bottom: -10vw;
		right: 8%;
		z-index: 2;
	}

}

/* ========================================
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 0.5vw;
}
#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;
	overflow: hidden;
	position: relative;
}

@media (max-width: 1024px) {

}

@media (max-width: 610px) {

}
