html{
  height:100%; 
}

body { 
	margin: 0; 
	padding:0;
	font-family: 'Yu Gothic UI','TsukuBRdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	width:100%; 
	height:100%;
	overflow-x:hidden;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
br.sponly2 {display:none;}
br.pconly {display:inline;}
.img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

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

	to {
	opacity: 1;
	}
}
.fadeIn {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInFast {
	animation-name:fadeIn;
	animation-duration:0.2s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInTeaser {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}

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

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

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



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




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

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0s;
    transition-duration: 1s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.5s;
    transition-duration: 0.2s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #7bb1a9;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	display: grid;
    place-items: center;
}
#loader {
	width:25%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:auto;
	animation: load1 1.0s linear 0s infinite;
}
#loader #load2 {
	width:100%;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: load2 1.0s linear 0s infinite;
}
#loader #load3 {
	width:100%;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: load3 1.0s linear 0s infinite;
}
@keyframes load1 {
	0% {opacity: 1;}
	32% {opacity: 1;}
	33% {opacity: 0;}
	99% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes load2 {
	0% {opacity: 0;}
	32% {opacity: 0;}
	33% {opacity: 1;}
	65% {opacity: 1;}
	66% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes load3 {
	0% {opacity: 0;}
	65% {opacity: 0;}
	66% {opacity: 1;}
	99% {opacity: 1;}
	100% {opacity: 0;}
}

/* 以下スマホ */
@media (max-width: 1024px) {
	#loader {
		width:100%;
		height:auto;
		margin:0;
		padding:0;
		position:relative;
		text-align:center;
	}
	#loader {
		width:80%;
		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, #131B2D, transparent);
	background: -webkit-linear-gradient(top, #131B2D, transparent);
	background: linear-gradient(to bottom, #131B2D, transparent);
	z-index:1001;
	opacity: 0;
}
#pcheader ul#pcmenu {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type:none;
	display:flex;
	justify-content: center;
}
#pcheader ul#pcmenu li {
	width:auto;
	height:auto;
	margin:0 0.8%;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#pcheader ul#pcmenu li.menusns {
	width:auto;
	height:auto;
	margin:0 0.5%;
	padding:0;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li a {
	transition-duration: 0.4s;
	text-decoration:none !important;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:1.3vw;
	line-height:1.3vw;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	font-family: "dnp-shuei-4go-std", 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: 40px;
	background: #7bb1a9;
	background-size: cover;
	background-position: center center;
	z-index: 200000;
	overflow-y: scroll;
}
.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:60%;
	height:auto;
	margin:50px 20% 3vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo #menu-logo1 {
	width: 100%;
	height: auto;
}
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0.1vw 0px;
}
.global-nav__item a {
	display: block;
	padding: 0;
	text-decoration: none;	
	color: #fff;
	transition: all .6s;
	letter-spacing: 1px;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
	transform: translateY(-10px);
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #fff !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#fff;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 4%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#201519;
}

.global-nav ul.nav-sns li img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.global-nav ul.nav-sns li img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

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

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#com-banner {
		width: 25%;
		height: auto;
		position: fixed;
		bottom: 20%;
		right: 1%;
		z-index: 5;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 800px) {
	#pcheader {
		display: none;
	}

.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:none;
	opacity: 1;
  }  
  .hamburger {
	width: 52px; /* クリックしやすいようにちゃんと幅を指定する */
	height: 54px; /* クリックしやすいようにちゃんと高さを指定する */
	  display:block !important;
  }  
  .hamburger__line {
	  position: absolute;
	  left: -2px;
	  width: 40px;
	  height: 4px;
	  transition: all .6s;
	}	
	.hamburger #menu {
	  position: absolute;
	  top: 38px;
	  left: -3px;
	  font-weight:bold;
	  font-size:0.9em;
	}
  
  .hamburger__line--1 {
	top: 8px;
  }
  .hamburger__line--2 {
	top: 21px;
  }
  .hamburger__line--3 {
	top: 34px;
  }
  
  .global-nav {
	position: fixed;
	top: -1600px; /* これで隠れる */
	left: 0;
	width: 100%; /* スマホに収まるくらい */
	height: 100%;
	min-height: 100%;
	padding: 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: 1px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:2.0rem;
	line-height: 4.0rem;
	letter-spacing: 1vw;
	color: #fff;
	font-family: "dnp-shuei-4go-std", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 0vw 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: 550px) {
	.global-nav__item {
		margin: 2px 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.7rem;
		line-height: 3.0rem;
		letter-spacing: 1.2px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.global-nav ul.nav-sns {
		width: 90%;
		height: auto;
		margin: 3vw 5% 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
	
	}
	.global-nav ul.nav-sns li {
		width: 13%;
		margin: 2vw 1% 0;
		text-align: center;

	}
	
}




/* ========================================
トップメイン画像まわり
========================================== */
#topmain {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background-color: #7bb1a9;
	position:relative;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
	-webkit-perspective: 1000;
	-webkit-transition: -webkit-transform 0.7s ease-in;
}
#topmain #top-bg0 {
	width: 100%;
	height: auto;
	opacity: 0;
}
#topmain #top-bg1 {
	width: calc(100% / 8);
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
	opacity: 0;
}
#topmain #top-bg2 {
	width: calc(100% / 8);
	height: auto;
	position: absolute;
	top: 0;
	left: calc(100% / 8);
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
	opacity: 0;
}
#topmain #top-bg3 {
	width: calc(100% / 8);
	height: auto;
	position: absolute;
	top: 0;
	left: calc(100% / 8 * 2);
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
	opacity: 0;
}
#topmain #top-bg4 {
	width: calc(100% / 8);
	height: auto;
	position: absolute;
	top: 0;
	left: calc(100% / 8 * 3);
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
	opacity: 0;
}
#topmain #top-bg5 {
	width: calc(100% / 8);
	height: auto;
	position: absolute;
	top: 0;
	right: calc(100% / 8 * 3);
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
	opacity: 0;
}
#topmain #top-bg6 {
	width: calc(100% / 8);
	height: auto;
	position: absolute;
	top: 0;
	right: calc(100% / 8 * 2);
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
	opacity: 0;
}
#topmain #top-bg7 {
	width: calc(100% / 8);
	height: auto;
	position: absolute;
	top: 0;
	right: calc(100% / 8);
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
	opacity: 0;
}
#topmain #top-bg8 {
	width: calc(100% / 8);
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
	opacity: 0;
}
@keyframes top-bg1 {
	0% {opacity: 0;transform: rotate3d(0, 1, 0, 100deg);}

	100% {opacity: 1;transform: rotate3d(0, 1, 0, 0deg);}
}
.top-bg1 {
	animation: top-bg1 0.3s ease-in 2.5s forwards;
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
}
.top-bg2 {
	animation: top-bg1 0.3s ease-in 2.8s forwards;
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
}
.top-bg3 {
	animation: top-bg1 0.3s ease-in 3.1s forwards;
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
}
.top-bg4 {
	animation: top-bg1 0.3s ease-in 3.4s forwards;
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
}
.top-bg5 {
	animation: top-bg1 0.3s ease-in 3.4s forwards;
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
}
.top-bg6 {
	animation: top-bg1 0.3s linear 3.1s forwards;
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
}
.top-bg7 {
	animation: top-bg1 0.3s ease-in 2.8s forwards;
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
}
.top-bg8 {
	animation: top-bg1 0.3s ease-in 2.5s forwards;
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	perspective: 1000;
}
.top-bg0 {
	animation: fadeIn 0s linear 4.3s forwards;
}
.top-logo {
	animation: fadeIn 1.5s ease 3.8s forwards;
}
.top-others-anime {
	animation: fadeIn 1.0s ease 4.5s forwards;
}
#topmain #top-tate {
	width: 2.5%;
	height: auto;
	position: absolute;
	top: 6%;
	left: 50%;
	z-index: 3;
	opacity: 1;
}
#topmain #top-logo {
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 44%;
	left: 25%;
}
#topmain #top-logo #top-logo-wrap {
	width: 100%;
	height: auto;
	position: relative;
}
#topmain #top-logo #top-logo-wrap #top-logo1 {
	width: 100%;
	height: auto;
	opacity: 0;
}
#topmain #top-logo #top-logo-wrap #top-logo2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#topmain #top-billing {
	width: 44%;
	height: auto;
	position: absolute;
	top: 53%;
	left: 28%;
	opacity: 0;
}
#topmain #top-award {
	width: 26%;
	height: auto;
	position: absolute;
	top: 59.5%;
	left: 37%;
	opacity: 0;
}
#topmain #top-yoko {
	width: 68%;
	height: auto;
	position: absolute;
	top: 68%;
	left: 16%;
	opacity: 0;
}
#topmain #top-spec {
	width: 68%;
	height: auto;
	position: absolute;
	top: 72%;
	left: 16%;
	opacity: 0;
}
#topmain #top-date {
	width: 20%;
	height: auto;
	position: absolute;
	top: 78%;
	left: 40%;
	opacity: 0;
}
#topmain #top-banners {
	width: 40%;
	height: auto;
	position: absolute;
	top: 90%;
	left: 30%;
	opacity: 0;
	display: flex;
	justify-content: center;
}
#topmain #top-banners .banner {
	width: 45%;
	height: auto;
	margin: 0 1%;
}
#topmain #top-x {
	width: 4%;
	height: auto;
	position: absolute;
	top: 90%;
	right: 5%;
	z-index: 3;
	opacity: 0;
}
#topmain #top-banners .banner a img:hover ,
#topmain #top-x a img:hover {
	animation: flash 1.0s;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain #top-bg1 {
		width: calc(100% / 6);
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	#topmain #top-bg2 {
		width: calc(100% / 6);
		height: auto;
		position: absolute;
		top: 0;
		left: calc(100% / 6);
	}
	#topmain #top-bg3 {
		width: calc(100% / 6);
		height: auto;
		position: absolute;
		top: 0;
		left: calc(100% / 6 * 2);
	}
	#topmain #top-bg4 ,
	#topmain #top-bg5 {
		display: none;
	}
	#topmain #top-bg6 {
		width: calc(100% / 6);
		height: auto;
		position: absolute;
		top: 0;
		right: calc(100% / 6 * 2);
	}
	#topmain #top-bg7 {
		width: calc(100% / 6);
		height: auto;
		position: absolute;
		top: 0;
		right: calc(100% / 6);
	}
	#topmain #top-bg8 {
		width: calc(100% / 6);
		height: auto;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	#topmain #top-tate {
		width: 6%;
		height: auto;
		position: absolute;
		top: 6%;
		left: 50%;
		z-index: 3;
		opacity: 1;
	}
	#topmain #top-logo {
		width: 94%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 71%;
		left: 3%;
		z-index: 3;
	}
	#topmain #top-billing {
		width: 83%;
		height: auto;
		position: absolute;
		top: 80%;
		left: 8.5%;
		opacity: 0;
		z-index: 3;
	}
	#topmain #top-award {
		width: 50%;
		height: auto;
		position: absolute;
		top: 87%;
		left: 25%;
		opacity: 0;
		z-index: 3;
	}
	#topmain #top-yoko {
		width: 98%;
		height: auto;
		position: absolute;
		top: 93%;
		left: 1%;
		opacity: 0;
		z-index: 3;
	}
	#topmain #top-spec ,
	#topmain #top-date ,
	#topmain #top-banners ,
	#topmain #top-x {
		display: none;
	}
	
}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 3vw 0 3vw; 
	background-color: #7bb1a9;
}
#bridge #mubi {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
}
#bridge #mubi #mvtk-widgets-container {
	display: inline-block;
}
#bridge #sp-spec ,
#bridge #sp-date ,
#bridge #sp-banners ,
#bridge #sp-x {
	display: none;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 2vw 0 8vw;
	}
	#bridge #sp-spec {
		display: block;
		width: 96%;
		height: auto;
		margin: 0 2% 6vw;
		opacity: 0;
	}
	#bridge #sp-date {
		display: block;
		width: 60%;
		height: auto;
		margin: 0 20% 6vw;
		opacity: 0;
	}
	#bridge #sp-banners {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 6vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #sp-banners .banner {
		display: inline-block;
		width: 60%;
		height: auto;
		margin: 2vw 0;
	}
	#bridge #sp-banners .banner img {
		width: 100%;
	}	
	#bridge #mubi {
		width: 100%;
		height: auto;
		margin: 0 0 6vw;
		text-align: center;
	}
	#bridge #sp-x {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 6vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #sp-x img {
		width: 12%;
	}	

}

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


/* 以下スマホ */
@media (max-width: 1024px) {
	.trailer {
		width:100%;
		padding:10vw 0 30vw;
		background-color: #7bb1a9;
		background-image: url(../img/PG-trailer-bg-item.png);
		background-size: 70%;
		background-position: bottom right;
		background-repeat: no-repeat;	
	}
	.trailer h2 {
		width:100%;
		height:auto;
		padding:0;
		margin:0 0 5vw;
		position: relative;
	}
	.trailer h2 img {
		width: 18%;
	}
	#video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.video {
		width:90%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:0 5% 10px;
		display:block;
	}
	.trailer ul#movie-changer {
		width: 100%;
		height: auto;
		margin: 10px 0;
		padding: 0%;
		list-style-type: none;
		display: flex;
		justify-content: center;
	}
	.movie-btn {
		width: 30%;
		font-size: 2vw;
	}
}

@media (max-width: 610px) {
	.trailer {
		width:100%;
		height:auto;
		margin:0;
		padding:10vw 0 30vw;
	}
	.trailer h2 {
		width:100%;
		height:auto;
		padding:0;
		margin:0 0 5vw;
		position: relative;
	}
	#video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: static;
	}
	.video {
		width:100%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:0 0 10px;
		display:block;
	}
	.movie-btn {
		width: 45%;
		font-size: 3vw;
	}

	
}


/* ========================================
イントロダクション
========================================== */
#intro-bg0 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
}
#intro-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/PG-intro-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -29;
	transition: 1.0s all;
	pointer-events: none;
}
#intro-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/PG-intro-futa-pc.png) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -28;
	pointer-events: none;
}
#intro {
	width: 43%;
	height: auto;
	padding: 35vw 0 35vw 12%;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	padding: 25vw 0 0;
}
#intro h2 img {
	width: 35%;
}
.fadeIn2 {
	animation: fadeIn 1.5s ease 0s forwards;
}
#intro p {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.1vw;
	letter-spacing: 1.4px;
	opacity: 0;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/PG-intro-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: left center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -29;
		transition: 1.0s all;
		pointer-events: none;
	}
	#intro-bg2 {
		display: none;
	}
	#intro {
		width: 100%;
		height: auto;
		padding: 80vw 0 160vw;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 100vw;
		padding: 40vw 0 0;
		text-align: center;
	}
	#intro h2 img {
		width: 70%;
	}
	.fadeIn2 {
		animation: fadeIn 1.5s ease 0s forwards;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5% 15vw;
		padding: 0;
		color: #fff;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.4px;
		opacity: 0;
	}
	
	
}


/* ========================================
ストーリー
========================================== */
#story {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
#story #story-bg1 {
	width: 100%;
	height: 100%;
	background-color: #cbc862;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#story #story-bg2 {
	width: 100%;
	height: 100%;
	background-color: #7bb1a9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	animation: story-bg2 6s ease 0s infinite;
}
@keyframes story-bg2 {
	0% {opacity: 0;}
	30% {opacity: 0;}
	50% {opacity: 1;}
	80% {opacity: 1;}
	100% {opacity: 0;}
}
#story #story-contents {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 20vw 33%;
	position: relative;
	z-index: 1;
}
#story #story-contents h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
}
#story #story-contents h2 img {
	width: 20%;
}
#story #story-contents p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #231815;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.5px;
}
@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;
	}
}
#story .top-slide-wrap {
	width: 28%;
	height: auto;
	overflow: hidden;
	opacity: 1;
}
.left-slide {
	width: 28%;
	height: auto;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.right-slide {
	width: 28%;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.left-slide .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	animation: loop-slide-tate 80s infinite linear 0s both;
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.right-slide .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	animation: loop-slide-tate-rev 80s infinite linear 0s both;
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#story .left-slide .top-slide .content {
	width: 60%;
	height: auto;
	margin: 2vw 0;
}
#story .left-slide .top-slide .content:nth-child(even) {
	margin-left: 40%;
}
#story .right-slide .top-slide .content {
	width: 60%;
	height: auto;
	margin: 2vw 0 2vw 40%;
}
#story .right-slide .top-slide .content:nth-child(even) {
	margin: 2vw 0;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#story .top-slide-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow: hidden;
		opacity: 1;
	}
	#story .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;	
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}
	.left-slide {
		width: 100%;
		height: auto;
		margin: 0;
		overflow: hidden;
		position: static;
	}
	.right-slide {
		width: 100%;
		height: auto;
		margin: 0;
		overflow: hidden;
		position: static;
	}	
	#story .left-slide .top-slide {
		animation: loop-slide 100s infinite linear 0s both;
	}
	#story .right-slide .top-slide {
		animation: loop-slide-rev 100s infinite linear 0s both;
	}
	#story .top-slide-wrap .top-slide .content {
		width: 50vw;
		height: auto;
		margin: 0 5vw;
	}
	#story .left-slide .top-slide .content:nth-child(even) ,
	#story .right-slide .top-slide .content:nth-child(even) {
		margin: 0 5vw;
	}
	#story #story-contents {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 40vw 5%;
		position: relative;
		z-index: 1;
	}
	#story #story-contents h2 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
	}
	#story #story-contents h2 img {
		width: 30%;
	}
	#story #story-contents p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #231815;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.5px;
	}
	
}


/* ========================================
監督の言葉
========================================== */
#dire-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/PG-statement-bg-3-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -27;
	opacity: 0;
	pointer-events: none;
}
@keyframes dire-bg1 {
	0% {filter: brightness(100%);}
	40% {filter: brightness(40%);}
	60% {filter: brightness(40%);}
	100% {filter: brightness(100%);}
}
.dire-bg1 {
	animation: fadeIn 0.2s linear forwards , dire-bg1 8.0s ease infinite;
}


.dire-bg2 {
	animation: fadeIn 5.0s ease 1.0s infinite alternate;
}
.dire-bg3 {
	animation: fadeIn 5.0s ease 2.0s infinite alternate;
}
#dire-st {
	width: 70%;
	height: auto;
	box-sizing: border-box;
	padding: 20vw 15% 10vw;
}
#dire-st h2 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 0;
	text-align: left;
	opacity: 0;
}
#dire-st h2 img {
	width: 35%;
}
#dire-st p {
	width: 100%;
	height: auto;
	margin: 0 0 4vw;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.3px;
	opacity: 0;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#dire-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/PG-statement-bg-3-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -27;
		opacity: 0;
		pointer-events: none;
	}
	@keyframes dire-bg1 {
		0% {filter: brightness(130%);}
		40% {filter: brightness(50%);}
		60% {filter: brightness(50%);}
		100% {filter: brightness(130%);}
	}
	
	#dire-st {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 80vw 0 120vw;
	}
	#dire-st h2 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#dire-st h2 img {
		width: 60%;
	}
	#dire-st p {
		width: 90%;
		height: auto;
		margin: 0 5% 8vw;
		padding: 0;
		color: #fff;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.3px;
		opacity: 0;
	}
	
}


/* ========================================
監督プロフィール
========================================== */
#dire-prof {
	width: 100%;
	height: auto;
	padding: 30vw 0 20vw;
	background: linear-gradient(to top, #7bb1a9 5%, transparent);
}
#dire-prof h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#dire-prof h2 img {
	width: 20%;
}
#dire-prof #dire-photo {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#dire-prof #dire-photo img {
	width: 15%;
}
#dire-prof #dire-name {
	width: 100%;
	height: auto;
	margin: 0 0 4vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#dire-prof #dire-name img {
	width: 15%;
}
#dire-prof p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	color: #231815;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.3px;
	opacity: 0;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#dire-prof {
		width: 100%;
		height: auto;
		padding: 100vw 0 30vw;
		background: linear-gradient(to top, #7bb1a9, #7bb1a9, transparent);
	}
	#dire-prof h2 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#dire-prof h2 img {
		width: 70%;
	}
	#dire-prof #dire-photo {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#dire-prof #dire-photo img {
		width: 60%;
	}
	#dire-prof #dire-name {
		width: 100%;
		height: auto;
		margin: 0 0 4vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#dire-prof #dire-name img {
		width: 60%;
	}
	#dire-prof p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #231815;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.3px;
		opacity: 0;
	}
	

}

/* ========================================
アワード
========================================== */
#award {
	width: 100%;
	height: auto;
	position: relative;
}
#award #award-bg {
	width: 100%;
	height: auto;
	transition: 0.8s all;
}
#award #award-contents {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#award #award-contents h2 {
	width: 100%;
	height: auto;
	padding: 7vw 0 3vw;
	margin: 0;
	text-align: center;
}
#award #award-contents h2 img {
	width: 25%;
}
#award #award-contents ul {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	list-style-type: none;
}
#award #award-contents ul li {
	width: 100%;
	height: auto;
	margin: 0.6vw 0;
	display: flex;
	justify-content: flex-start;
	color: #fff;
	font-size: 1.1vw;
	letter-spacing: 1.2px;
}
#award #award-contents ul li .year {
	width: 10%;
	height: auto;
	margin-right: 2%;
}
#award #award-contents ul li .fes {
	width: 88%;
	height: auto;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#award {
		width: 100%;
		height: auto;
		position: relative;
		background-color: #cbc862;
	}
	#award #award-contents {
		width: 100%;
		height: auto;
		margin: -15vw 0 0;
		padding: 0 0 30vw;
		position: relative;
	}
	#award #award-contents h2 {
		width: 100%;
		height: auto;
		padding: 0 0 30vw;
		margin: 0;
		text-align: center;
	}
	#award #award-contents h2 img {
		width: 80%;
	}
	#award #award-contents ul {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		list-style-type: none;
	}
	#award #award-contents ul li {
		width: 100%;
		height: auto;
		margin: 4vw 0;
		display: flex;
		justify-content: flex-start;
		color: #000;
		font-size: 4vw;
		letter-spacing: 1.2px;
	}
	#award #award-contents ul li .year {
		width: 18%;
		height: auto;
		margin-right: 3%;
	}
	#award #award-contents ul li .fes {
		width: 79%;
		height: auto;
	}
	
}

/* ========================================
レビュー
========================================== */
#rev-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/PG-review-comment-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -24;
	opacity: 0;
	pointer-events: none;
}
#rev-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/PG-review-comment-futa-pc.png) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -22;
	opacity: 0;
	pointer-events: none;
}
#review {
	width: 62%;
	height: auto;
	margin-left: 38%;
	padding: 20vw 0;
	position: relative;
	z-index: -23;
}
#review h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	opacity: 0;
}
#review h2 img {
	width: 25%;
}
#review #keisho {
	width: 100%;
	height: auto;
	margin: 0 0 15vw;
	color: #fff;
	font-size: 1vw;
	opacity: 0;
}
#review .rev-unit {
	width: 70%;
	height: auto;
	margin: 0 0 6vw;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	flex-wrap: wrap;
}
#review .rev-unit .rev-txt {
	width: 100%;
	height: auto;
	margin-right: 1.5vw;
	font-size: 1.2vw;
	line-height: 2.2vw;
	color: #fff;
	letter-spacing: 1.5px;
}
#review .rev-unit .rev-txt span {
	font-size: 1.4vw;
	color: #cbc862;
	letter-spacing: 1.7px;
}
#review .rev-unit .com-name {
	width: 100%;
	height: auto;
	margin: 1vw 0 0;
	font-size: 1.5vw;
	line-height: 2.2vw;
	color: #cbc862;
	letter-spacing: 1.5px;
	text-align: right;
	font-weight: bold;
}
#review .rev-unit .com-name span {
	font-size: 1.1vw;
}
#review h3 {
	width: 100%;
	height: auto;
	margin: 15vw 0 7vw;
	padding: 0;
	opacity: 0;
}
#review h3 img {
	width: 20%;
}
#review .rev-unit .rev-name {
	width: 100%;
	height: auto;
	font-size: 1.1vw;
	line-height: 2.2vw;
	color: #cbc862;
	letter-spacing: 1.5px;
	text-align: right;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#rev-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/PG-review-comment-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -24;
		opacity: 0;
		pointer-events: none;
	}
	#rev-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/PG-review-comment-futa-sp.png) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -22;
		opacity: 0;
		pointer-events: none;
	}
	#review {
		width: 100%;
		height: auto;
		margin-left: 0%;
		padding: 130vw 0 180vw;
		position: relative;
		z-index: -23;
	}
	#review h2 {
		width: 100%;
		height: auto;
		margin: 20vw 0 5vw;
		padding: 0;
		opacity: 0;
		text-align: center;
	}
	#review h2 img {
		width: 40%;
	}
	#review #keisho {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		color: #fff;
		font-size: 4vw;
		opacity: 0;
		text-align: center;
	}
	#review .rev-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 17vw;
		display: flex;
		justify-content: center;
		align-items: baseline;
		flex-wrap: wrap;
	}
	#review .rev-unit .rev-txt {
		width: 100%;
		height: auto;
		margin-right: 0;
		font-size: 4vw;
		line-height: 8vw;
		color: #fff;
		letter-spacing: 1.5px;
		text-align: left;
	}
	#review .rev-unit .rev-txt span {
		font-size: 5vw;
		letter-spacing: 1.7px;
	}
	#review .rev-unit .com-name {
		width: 100%;
		height: auto;
		margin: 1vw 0 0;
		font-size: 5vw;
		line-height: 8vw;
		color: #cbc862;
		letter-spacing: 1.5px;
		text-align: right;
		font-weight: bold;
	}
	#review .rev-unit .com-name span {
		font-size: 3.8vw;
	}
	#review h3 {
		width: 100%;
		height: auto;
		margin: 30vw 0 5vw;
		padding: 0;
		opacity: 0;
		text-align: center;
	}
	#review h3 img {
		width: 30%;
	}
	#review .rev-unit .rev-name {
		width: 100%;
		height: auto;
		font-size: 3.7vw;
		line-height: 8vw;
		color: #cbc862;
		letter-spacing: 1.5px;
		text-align: right;
	}
	


}

/* ========================================
キャスト
========================================== */
#cast {
	width: 100%;
	height: auto;
	padding: 15vw 0;
	background-color: #7bb1a9;
	position: relative;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#cast h2 img {
	width: 10%;
}
#cast #cast-units {
	width: 100%;
	height: auto;
	position: relative;
}
#cast #cast-units .cast-unit {
	width: 40%;
	height: auto;
	margin: 0 30% 12vw;
	position: relative;
	transition: 1.0s all;
}
#cast #cast-units .cast-unit .cast-unit-bg {
	width: 100%;
	height: auto;
}
#cast #cast-units .cast-unit .cast-unit-bg .addimg {
	display: none;
}
#cast #cast-units .cast-unit .cast-unit-content {
	width: 80%;
	height: auto;
	position: absolute;
	top: 17%;
	left: 20%;
}
#cast #cast-units .cast-unit:nth-child(even) .cast-unit-content {
	width: 80%;
	height: auto;
	position: absolute;
	top: 17%;
	left: 0%;
}
#cast #cast-units .cast-unit .cast-unit-content .cast-name {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 0 2vw;
}
#cast #cast-units .cast-unit .cast-unit-content .cast-name img {
	width: auto;
	height: 3vw;
}
#cast #cast-units .cast-unit .cast-unit-content .cast-txt {
	width: 80%;
	height: auto;
	text-align: left;
	margin: 0 10% 5vw;
	font-size: 1.1cqw;
	line-height: 1.8cqw;
	letter-spacing: 1.2px;
	color: #231815;
}
#cast #cast-units .cast-unit:nth-child(odd) .cast-photo {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0%;
	left: 0%;
	opacity: 1;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	transition: 1.0s all;
	
}
#cast #cast-units .cast-unit:nth-child(even) .cast-photo {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0%;
	right: 0%;
	opacity: 1;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	transition: 1.0s all;
	
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast {
		width: 100%;
		height: auto;
		padding: 25vw 0;
		background-color: #7bb1a9;
		position: relative;
		overflow-x: hidden;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#cast h2 img {
		width: 25%;
	}
	#cast #cast-units {
		width: 100%;
		height: auto;
		position: relative;
	}
	#cast #cast-units .cast-unit {
		width: 94%;
		height: auto;
		margin: 0 3% 30vw;
		position: relative;
		transition: 1.0s all;
	}
	#cast #cast-units .cast-unit .cast-unit-bg {
		width: 100%;
		height: auto;
	}
	#cast #cast-units .cast-unit .cast-unit-bg .addimg {
		display: inline;
	}
	#cast #cast-units .cast-unit .cast-unit-content {
		width: 90%;
		height: auto;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	#cast #cast-units .cast-unit:nth-child(even) .cast-unit-content {
		width: 90%;
		height: auto;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	#cast #cast-units .cast-unit .cast-unit-content .cast-name {
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 0 60vw;
	}
	#cast #cast-units .cast-unit .cast-unit-content .cast-name img {
		width: auto;
		height: 10vw;
	}
	#cast #cast-units .cast-unit .cast-unit-content .cast-txt {
		width: 100%;
		height: auto;
		text-align: left;
		margin: 0 0 5vw;
		font-size: 4cqw;
		line-height: 6cqw;
		letter-spacing: 1.2px;
		color: #231815;
	}
	#cast #cast-units .cast-unit .cast-photo {
		width: 80%;
		height: auto;
		position: absolute;
		top: 15%;
		left: 10%;
		opacity: 1;
		box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
		transition: 1.0s all;
		
	}
	

}


/* ========================================
SNSボタンアリア
========================================== */
.fadeInButton {
	animation-name:fadeIn;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
	animation-delay: 2.7s;
}
#button-area {
	width:100%;
	height:auto;
	margin:0;
	padding:2vw 0;
	opacity: 1;
}
#button-area ul.social_sq_buttons {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type: none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
#button-area ul.social_sq_buttons li {
	width:140px;
	height: 20px;
	margin:0 3px;
	padding:0;
	display: flex;
	justify-content: center;
}
#button-area ul.social_sq_buttons li.fb {
	background:#1877F2;
}
#button-area ul.social_sq_buttons li.tw {
	background:#000;
}
#button-area ul.social_sq_buttons li.line {
	background:#06C755;
}
#button-area ul.social_sq_buttons li.checkin {
	background:#10519D;
}
#button-area ul.social_sq_buttons li.filmarks {
	background:#FFE100;
	text-align: center;
}
#button-area ul.social_sq_buttons li.filmarks img {
	width: 60%;
}
#button-area ul.social_sq_buttons li.fb .fb_iframe_widget > span {
  vertical-align: baseline !important;
}


/* 以下タブレット・スマホ */
@media (max-width: 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;
	background-color: #000012;
	position: relative;
	overflow: hidden;
}
footer #foot-bg2 {
	width: 60%;
	height: auto;
	position: relative;
	top: 0;
	left: -10%;
}
footer #foot-bg1 {
	width: 60%;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
}
footer #foot-c1 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 38%;
	text-align: center;
	opacity: 0;
}
footer #foot-c2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 44%;
	text-align: center;
	opacity: 0;
}
footer #foot-c1 img ,
footer #foot-c2 img {
	width: auto;
	height: 1.5vw;
}
footer #foot-logo {
	width: 100%;
	height: auto;
	position: absolute;
	top: 65%;
	text-align: center;
	opacity: 0;
}
footer #foot-logo img {
	width: 20%;
	height: auto;
}
footer #button-area {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	opacity: 0;
}
.foot-c1 {
	animation: fadeIn 1.0s ease 0.2s forwards;
}
.foot-c2 {
	animation: fadeIn 1.0s ease 0.5s forwards;
}
@keyframes foot-bg1 {
	0% {left: 50%;}
	100% {left: 0%;}
}
@keyframes foot-bg2 {
	0% {left: -10%;}
	100% {left: 40%;}
}
.foot-bg1 {
	animation: foot-bg1 1.0s ease 1.2s forwards;
}
.foot-bg2 {
	animation: foot-bg2 1.0s ease 1.2s forwards;
}
.foot-last-anime {
	animation: fadeIn 1.0s ease 2.0s forwards;
}



@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:60vw 0 50vw;
		margin:0;
		position: relative;
	}
	footer #foot-bg2 {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
	}
	footer #foot-bg1 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 60vw;
		left: auto;
		right: 0;
	}
	@keyframes foot-bg1 {
		0% {left: 0%;}
		100% {left: -50%;}
	}
	@keyframes foot-bg2 {
		0% {right: 0%;}
		100% {right: auto;left: 50%;}
	}
	footer #foot-c1 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 18%;
		text-align: center;
		opacity: 0;
	}
	footer #foot-c2 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 23%;
		text-align: center;
		opacity: 0;
	}
	footer #foot-c1 img ,
	footer #foot-c2 img {
		width: auto;
		height: 4.7vw;
	}
	footer #foot-logo {
		width: 100%;
		height: auto;
		position: absolute;
		top: 73.5%;
		text-align: center;
		opacity: 0;
	}
	footer #foot-logo img {
		width: 70%;
		height: auto;
	}
	
	
}
@media (max-width: 510px) {

}




/* ========================================
ダウンロード
========================================== */
#dl-body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-5;
	width:100%;
	height:100vh;
	background:url(../download/images/PG-dl-bg.jpg) no-repeat;
	background-size: cover;
	background-position: right 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:40%;
  }  
  #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: 35%;
  }
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#fff;
	  margin:20px 0 5px;
	  font-size: 1.1em;
	  font-weight: bold;
	  font-feature-settings:"palt";

  }
  #dl-wrapper .dl-txt1 span {
	display: inline-block;
	position: relative;
	z-index: 2;
  }
  
  #dl-wrapper .dl-txt1 a {
	  color:#000;
  }
  
  #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: 0.9em;
	  font-weight: bold;
	  font-feature-settings: "palt";

  }  
  .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;
  }
