html{
  height:100%; 
}

body { 
	margin: 0; 
	padding:0;
	font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 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;
		font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; 
		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: 2.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #D0121C;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#loader-bg #loader {
	width:20%;
	height:auto;
	margin:0;
	padding:0;
	position: relative;
}
#loader #load-logo {
	width:100%;
	height:auto;
}
#loader #load-logo2 {
	width:100%;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	animation: load-logo2 2.5s linear 0s infinite;
}
@keyframes load-logo2 {
	0% {opacity: 0;}
	20% {opacity: 0;}
	30% {opacity: 1;}
	80% {opacity: 1;}
	90% {opacity: 0;}
}



/* 以下スマホ */
@media (max-width: 1024px) {
	#loader-bg #loader {
		width:60%;
		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 1.5%;
	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.8vw;
	line-height:1.8vw;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	font-family: "baka-too", sans-serif;
	font-weight: 400;
	font-style: normal;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(-5px);
	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: #D0121C;
	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:30%;
	height:auto;
	margin:10px 35% 3vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo #menu-logo1 {
	width: 100%;
	height: auto;
}
.global-nav #menu-logo #menu-logo2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0.1vw 0px;
}
.global-nav__item a {
	display: block;
	padding: 0;
	text-decoration: none;	
	color: #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: 10px 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: "baka-too", sans-serif;
	font-weight: 400;
	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:2.2rem;
		line-height: 3.7rem;
		letter-spacing: 1vw;
	}
	.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: 15%;
		margin: 2vw 1% 0;
		text-align: center;

	}
	
}



/* ========================================
トップメイン画像まわり
========================================== */
#topmain {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
}
#topmain #top-bg {
	width: 100%;
	height: auto;
}
#topmain #mist {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15%;
	left: 0%;
	pointer-events: none;
	opacity: 1;
}
.ag-smoke-block {
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
}
.ag-smoke-1 {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 10%;
	animation: an-smoke-1 2.0s ease-in-out infinite;
	height: 25vw;
	width: 60vw;
	filter: blur(5px);
	mix-blend-mode: screen;
}
.ag-smoke-2 {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	animation: an-smoke-1 1.8s ease-in-out infinite;
	height: 25vw;
	width: 60vw;
	filter: blur(5px);
	mix-blend-mode: screen;
}
.ag-smoke-3 {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 60%;
	animation: an-smoke-1 2.6s ease-in-out infinite;
	height: 25vw;
	width: 60vw;
	filter: blur(5px);
	mix-blend-mode: screen;
}
.ag-smoke__delay-1 {
	animation-delay: 0.4s;
}  
.ag-smoke__delay-2 {
	animation-delay: 0.8s;
}
.ag-smoke__delay-3 {
	animation-delay: 1.2s;
}
.ag-smoke__delay-4 {
	animation-delay: 0.1s;
}  
.ag-smoke__delay-5 {
	animation-delay: 0.5s;
}
.ag-smoke__delay-6 {
	animation-delay: 0.9s;
}
.ag-smoke-1 img ,
.ag-smoke-2 img ,
.ag-smoke-3 img {
	width: auto;
	height: 100%;
}
@keyframes an-smoke-1 {
0% {
	opacity: 0;

	-webkit-transform: translateX(-15%) rotate(.01deg);
	transform: translateX(-15%) rotate(.01deg);
	}
	50% {
	opacity: .5;
	}
	to {
	opacity: 0;

	-webkit-transform: translateX(0) rotate(.01deg);
	transform: translateX(0) rotate(.01deg);
	}
}
#topmain #top-bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	animation: top-bg2 8s ease 0s infinite;
}
#topmain #top-bg3 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	animation: top-bg3 8s ease 0s infinite;
}
@keyframes top-bg2 {
	0% {opacity: 1;}
	35% {opacity: 1;}
	50% {opacity: 0;}
	85% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes top-bg3 {
	0% {opacity: 0;}
	35% {opacity: 0;}
	50% {opacity: 1;}
	85% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes top-bg2-2 {
	0% {opacity: 1;}
	20% {opacity: 1;}
	21% {opacity: 0.4;}
	22% {opacity: 1;}
	30% {opacity: 1;}
	31% {opacity: 0;mix-blend-mode: normal;}
	32% {opacity: 1;mix-blend-mode: normal ;}
	50% {opacity: 1;mix-blend-mode: normal ;}
	51% {opacity: 0;mix-blend-mode: normal;}
	56% {opacity: 0;}
	57% {opacity: 1;}
	70% {opacity: 1;mix-blend-mode: normal;}
	71% {opacity: 0.3;mix-blend-mode: hard-light ;}
	72% {opacity: 0.8;mix-blend-mode: normal;}
	73% {opacity: 0.5;mix-blend-mode: hard-light ;}
	74% {opacity: 1;mix-blend-mode: normal;}
	80% {opacity: 1;}
	81% {opacity: 0;}
	87% {opacity: 0;}
	88% {opacity: 1;}
	100% {opacity: 1;}
}
@keyframes top-bg3-2 {
	0% {opacity: 0;}
	20% {opacity: 0;}
	21% {opacity: 0.6;}
	22% {opacity: 0;}
	30% {opacity: 0;}
	31% {opacity: 1;}
	32% {opacity: 0;}
	50% {opacity: 0;}
	51% {opacity: 1;}
	56% {opacity: 1;}
	57% {opacity: 0;}
	70% {opacity: 0;mix-blend-mode: normal;}
	71% {opacity: 0.7;mix-blend-mode: hard-light ;}
	72% {opacity: 0.2;mix-blend-mode: normal;}
	73% {opacity: 0.5;mix-blend-mode: hard-light ;}
	74% {opacity: 0;mix-blend-mode: normal;}
	80% {opacity: 0;}
	81% {opacity: 1;}
	87% {opacity: 1;}
	88% {opacity: 0;}
	100% {opacity: 0;}
}
#topmain #top-moon {
	width: 23%;
	height: auto;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 2;
}
#topmain #top-moon #top-moon-inner {
	width: 100%;
	height: auto;
	position: relative;
}
#topmain #top-moon #top-moon-inner #moon-bg {
	width: 100%;
	height: auto;
	animation: moon 6s linear 0s infinite;
}
#topmain #top-moon #top-moon-inner #moon-txt {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes moon {
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}
#topmain #top-catch1 {
	width: 11%;
	height: auto;
	position: absolute;
	top: 6%;
	left: 17%;
	z-index: 4;
}
#topmain #top-catch2 {
	width: 10%;
	height: auto;
	position: absolute;
	top: 50%;
	right: 17%;
	z-index: 4;
}
#topmain #top-billing {
	width: 26%;
	height: auto;
	position: absolute;
	bottom: 1%;
	left: 1%;
	z-index: 4;
}
#topmain #top-award {
	width: 12%;
	height: auto;
	position: absolute;
	bottom: 3%;
	left: 29%;
	z-index: 4;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain #top-moon {
		width: 70%;
		height: auto;
		position: absolute;
		top: 47%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
		z-index: 2;
	}
	#topmain #top-catch1 {
		width: 29%;
		height: auto;
		position: absolute;
		top: 2%;
		left: 2%;
		z-index: 4;
	}
	#topmain #top-catch2 {
		width: 24%;
		height: auto;
		position: absolute;
		top: 60%;
		right: 2%;
		z-index: 4;
	}
	#topmain #top-billing {
		width: 65%;
		height: auto;
		position: absolute;
		bottom: 1%;
		left: 2%;
		z-index: 4;
	}
	#topmain #top-award {
		width: 25%;
		height: auto;
		position: absolute;
		bottom: 1%;
		left: auto;
		right: 1%;
		z-index: 4;
	}
	
	
}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 3vw 0 10vw;
	background-color: #D0121C;
	position: relative;
	overflow-x: hidden;
}
#bridge #top-date {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
	opacity: 0;
}
#bridge #top-date img {
	width: 55%;
}
#bridge #banners {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge #banners div {
	width: 18%;
	height: auto;
	margin: 0 1%;
	opacity: 0;
}
#bridge #bridge-sns {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #bridge-sns li {
	width: 4.5%;
	height: auto;
	margin: 0 0.7%;
}
#bridge #banners div a img:hover ,
#bridge #bridge-sns li a img:hover {
	animation: flash 1.0s;
}




/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 5vw 0 15vw;
		background-color: #D0121C;
		position: relative;
	}
	#bridge #top-date {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #top-date img {
		width: 70%;
	}
	#bridge #banners {
		width: 100%;
		height: auto;
		margin: 0 0 4vw;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#bridge #banners div {
		width: 60%;
		height: auto;
		margin: 2vw 0;
		opacity: 0;
	}
	
	#bridge #bridge-sns {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#bridge #bridge-sns li {
		width: 13%;
		height: auto;
		margin: 0 1.5%;
	}
	
}



/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:3vw 0 10vw;
	overflow: hidden;
	background-color: #D0121C;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 2vw;
	text-align: center;
	opacity: 0;
}
.trailer h2 img {
	width: 10%;
}
#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 #000;
	color: #000;
	font-size: 1.1vw;
	font-weight: bold;
}
.movie-btn i {opacity: 0;}
.activee {
	background: #000;
	border: 1px solid #D0121C;
	color: #D0121C;
}
.activee i {opacity: 1;}

.movie-btn:hover {
	background: #000;
	border: 1px solid #000;
	color: #D0121C;
	cursor: pointer;
	transition-duration: 0.6s;
}
.trailer .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	pointer-events: none;
}
.trailer #logo-slide1 {
	bottom: 28%;
}
.trailer #logo-slide2 {
	bottom: 19%;
}
.trailer #logo-slide1 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 80s infinite linear 0s both;
}
.trailer #logo-slide2 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide-rev 80s infinite linear 0s both;
}

.trailer .top-slide-wrap .top-slide .content {
	width: 30vw;
	height: auto;
	margin: 0 10vw;
}
.trailer .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	.trailer {
		width:100%;
		padding:10vw 0;
		margin: 0;
		position: static;
	}
	.trailer h2 {
		width:100%;
		height:auto;
		padding:0;
		margin:0 0 5vw;
		position: relative;
	}	
	.trailer h2 img {
		width: 20%;
	}
	#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;
	}
	.trailer .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide 30s infinite linear 0s both;
	}	
	.trailer .top-slide-wrap .top-slide .content {
		width: 80vw;
		height: auto;
	}
	.trailer #logo-slide1 {
		bottom: 29%;
	}
	.trailer #logo-slide2 {
		bottom: 14%;
	}
	#trailer-wrap #trailer-btm-grd {
		display: block;
		width: 100%;
		height: 15vw;
		background: linear-gradient(to bottom, transparent, #000);
	}
}

@media (max-width: 610px) {
	.trailer {
		width:100%;
		height:auto;
		padding: 10vw 0 20vw;
	}
	.trailer h2 {
		width:100%;
		height:auto;
		padding:0;
		margin:0 0 5vw;
		position: relative;
	}
	.trailer h2 img {
		width: 30%;
	}

	.trailer .top-slide-wrap {
		bottom: 36%;
	}
	#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 #logo-slide1 {
		bottom: 24%;
	}
	.trailer #logo-slide2 {
		bottom: 11%;
	}
	
}


/* ========================================
イントロダクション
========================================== */
#intro-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/ESC-intro-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -20;
}
#intro-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/ESC-intro-futa-pc.png) no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -18;
}
#intro {
	width: 100%;
	height: auto;
	padding: 25vw 0 10vw;
	position: relative;
	z-index: -19;
	overflow-x: hidden;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 25vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro h2 img {
	width: 17%;
}
#intro #intro-c1 {
	width: 100%;
	height: auto;
	margin: 0 0 8vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro #intro-c1 img {
	width: 40%;
}
#intro p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	color: #000;
	opacity: 0;
}
#intro p img {
	display: inline-block;
	width: 1.0vw;
	margin-right: 1px;
	vertical-align: middle;
	transform: translate3d(0, -2px, 0);
}
#intro #intro-c2 {
	width: 100%;
	height: auto;
	margin: 15vw 0 8vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro #intro-c2 img {
	width: 45%;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#intro-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/ESC-intro-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: bottom center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -20;
	}
	#intro-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/ESC-intro-futa-sp.png) no-repeat;
		background-size: cover;
		background-position: bottom center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -18;
	}
	#intro {
		width: 100%;
		height: auto;
		padding: 100vw 0 40vw;
		position: relative;
		z-index: -19;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 50vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro h2 img {
		width: 50%;
	}
	#intro #intro-c1 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro #intro-c1 img {
		width: 80%;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
		color: #000;
		opacity: 0;
	}
	#intro p img {
		display: inline-block;
		width: 4vw;
		margin-right: 1px;
		vertical-align: middle;
		transform: translate3d(0, -2px, 0);
	}
	
	#intro #intro-c2 {
		width: 100%;
		height: auto;
		margin: 40vw 0 20vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro #intro-c2 img {
		width: 70%;
	}
	

}


/* ========================================
ストーリー
========================================== */
#story-bgset {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -17;
	opacity: 0;
	transition: 1.0s all;
}
#story-bgset #story-bgset-inner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}
#story-bgset #story-bgset-inner #story-bg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/ESC-story-bg-3-pc-rev.jpg) no-repeat;
	background-size: cover;
	background-position: center left;
}
#story-bgset #story-bgset-inner #story-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/ESC-story-bg-2-pc-rev.jpg) no-repeat;
	background-size: cover;
	background-position: center right;
	position: absolute;
	top: 0;
	left: 0;
}
#story-bgset #story-bgset-inner #story-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/ESC-story-bg-1-pc-rev.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes story-bg1 {
	0% {opacity: 1;}
	23% {opacity: 1;}
	33% {opacity: 0;}
	90% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes story-bg2 {
	0% {opacity: 0;}
	23% {opacity: 0;}
	33% {opacity: 1;}
	56% {opacity: 1;}
	66% {opacity: 0;}
	100% {opacity: 0;}
}
.story-bg1 {
	animation: story-bg1 8s ease 0s infinite;
}
.story-bg2 {
	animation: story-bg2 8s ease 0s infinite;
}
#story {
	width: 100%;
	height: auto;
	padding: 40vw 0 25vw;
	overflow-x: hidden;
}
#story h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10vw 0 20vw;
	text-align: center;
	opacity: 0;
}
#story h2 img {
	width: 15%;
}
#story p {
	width: 50%;
	height: auto;
	margin: 3vw 25%;
	padding: 0;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	color: #fff;
	opacity: 0;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#story-bgset #story-bgset-inner #story-bg3 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/ESC-story-bg-3-sp-rev.jpg) no-repeat;
		background-size: cover;
		background-position: center left;
	}
	#story-bgset #story-bgset-inner #story-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/ESC-story-bg-2-sp-rev.jpg) no-repeat;
		background-size: cover;
		background-position: center right;
		position: absolute;
		top: 0;
		left: 0;
		filter: brightness(70%);
	}
	#story-bgset #story-bgset-inner #story-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/ESC-story-bg-1-sp-rev.jpg) no-repeat;
		background-size: cover;
		background-position: bottom center;
		position: absolute;
		top: 0;
		left: 0;
	}
	#story {
		width: 100%;
		height: auto;
		padding: 70vh 0 120vw;
	}
	#story h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 50vw 0 80vw;
		text-align: center;
		opacity: 0;
	}
	#story h2 img {
		width: 40%;
	}
	#story p {
		width: 90%;
		height: auto;
		margin: 12vw 5%;
		padding: 0;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
		color: #fff;
		opacity: 0;
	}

}


/* ========================================
監督
========================================== */
#dire-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -13;
	clip-path: inset(0 0 0 0);
	pointer-events: none;
}
#dire-bg #dire-bg-inner {
	width: 100%;
	height: 100%;
	position: relative;
}
#dire-bg #dire-bg-inner #dire-photo {
	width: 40%;
	height: auto;
	position: absolute;
	top: 55%;
	left: 10%;
	transform: translate3d(0, -50%, 0);
}
#dire-bg #dire-bg-inner #dire-copy {
	width: 30%;
	height: auto;
	color: #fff;
	font-size: 0.9vw;
	position: absolute;
	top: 80%;
	left: 15%;
}
#dire-bg #dire-bg-inner h2 {
	display: none;
}
#director {
	width: 100%;
	height: auto;
	padding: 15vw 0 10vw;
	position: relative;
}
#director h2 {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	padding: 0;
	text-align: center;
}
#director h2 img {
	width: 15%;
}
#director #dire-contents {
	width: 35%;
	height: auto;
	margin-left: 50%;
}
#director #dire-contents h3 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
}
#director #dire-contents h3 img {
	width: 50%;
}
#director #dire-contents p {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
}
#director #dire-contents h4 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
}
#director #dire-contents h4 img {
	width: auto;
	height: 1.4vw;
}
#director #dire-contents #filmo {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
	text-align: center;
}

/* 以下スマホ */
@media (max-width: 1024px) {
	#dire-bg {
		width: 100%;
		height: auto;
		min-height: auto;
		background: #000;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -13;
		clip-path: inset(0 0 0 0);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.5s;
	}
	#dire-bg #dire-bg-inner {
		width: 100%;
		height: auto;
		position: relative;
	}
	#dire-bg #dire-bg-inner #dire-photo {
		width: 100%;
		height: auto;
		position: static;
		transform: translate3d(0, 0, 0);
	}
	#dire-bg #dire-bg-inner #dire-copy {
		width: 40%;
		height: auto;
		color: #fff;
		font-size: 3vw;
		text-align: right;
		position: absolute;
		top: auto;
		bottom: 1%;
		left: auto;
		right: 2%;
	}	
	#dire-bg #dire-bg-inner h2 {
		display: block;
		width: 50%;
		height: auto;
		position: absolute;
		bottom: 10%;
		left: 5%;
	}
	#director {
		width: 100%;
		height: auto;
		padding: 150vw 0 30vw;
		background-color: #000;
		position: relative;
		z-index: -14;
	}
	#director h2 {
		display: none;
	}
	#director #dire-contents {
		width: 100%;
		height: auto;
		margin-left: 0;
		padding: 0 0 10vw;
	}
	#director #dire-contents h3 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
	}
	#director #dire-contents h3 img {
		width: 60%;
	}
	#director #dire-contents p {
		width: 90%;
		height: auto;
		margin: 0 5% 30vw;
		padding: 0;
		color: #fff;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
	}
	#director #dire-contents h4 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
	}
	#director #dire-contents h4 img {
		width: auto;
		height: 5vw;
	}
	#director #dire-contents #filmo {
		width: 90%;
		height: auto;
		margin: 0 5% 30vw;
		padding: 0;
		color: #fff;
		font-size: 3.7vw;
		line-height: 7vw;
		letter-spacing: 0.7px;
		text-align: center;
	}
	
}


/* ========================================
キャスト
========================================== */
#cast-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/ESC-cast-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	clip-path: inset(0 0 0 0);
	pointer-events: none;
	transition: filter 1.0s;
}
#cast {
	width: 100%;
	height: auto;
	padding: 30vw 0 0;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0 0 30vw;
	padding: 5vw 0 0;
	text-align: center;
	opacity: 0;
}
#cast h2 img {
	width: 10%;
}
#cast .cast-unit {
	width: 50%;
	height: auto;
	margin: 0 25% 9vw;
	opacity: 0;
}
#cast .cast-unit .cast-name {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#cast .cast-unit .cast-name img {
	width: 20%;
}
#cast .cast-unit P {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.1px;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#cast-bg {
		width: 100%;
		height: 115%;
		min-height: 115%;
		background: url(../img/ESC-cast-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: -15%;
		left: 0;
		z-index: -10;
		clip-path: inset(0 0 0 0);
		pointer-events: none;
		transition: filter 1.0s;
	}
	#cast {
		width: 100%;
		height: auto;
		padding: 30vw 0 0;
		margin-top: -20vw;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0 0 100vw;
		padding: 70vw 0 0;
		text-align: center;
		opacity: 0;
	}
	#cast h2 img {
		width: 30%;
	}
	#cast .cast-unit {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		opacity: 0;
	}
	#cast .cast-unit .cast-name {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	#cast .cast-unit .cast-name img {
		width: 33%;
	}
	#cast .cast-unit P {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 4vw;
		line-height: 7vw;
		letter-spacing: 1.1px;
	}
	
	

}

/* ========================================
スタッフ
========================================== */
#staff {
	width: 100%;
	height: auto;
	padding: 25vw 0 5vw;
	background: linear-gradient(to top, #EBDCBE 70%, transparent);
}
#staff h2 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#staff h2 img {
	width: 10%;
}
#staff .staff-unit {
	width: 50%;
	height: auto;
	margin: 0 25% 9vw;
	opacity: 0;
}
#staff .staff-unit .staff-name {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
}
#staff .staff-unit .staff-name img {
	width: 45%;
}
#staff .staff-unit P {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.1px;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#staff {
		width: 100%;
		height: auto;
		padding: 80vw 0 50vw;
		background: linear-gradient(to top, #EBDCBE 90%, transparent);
	}
	#staff h2 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		padding: 0;
		text-align: center;
	}
	#staff h2 img {
		width: 30%;
	}
	#staff .staff-unit {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		opacity: 0;
	}
	#staff .staff-unit .staff-name {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	#staff .staff-unit .staff-name img {
		width: 70%;
	}
	#staff .staff-unit P {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #000;
		font-size: 4vw;
		line-height: 7vw;
		letter-spacing: 1.1px;
	}
	
	



}

/* ========================================
監督コメント
========================================== */
#dire-com-area {
	width: 100%;
	height: auto;
	background-color: #000;
	position: relative;
	overflow-x: hidden;
}
#slider-area .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
#slider-area #slider1 {
	position: relative;
	z-index: 1;
	padding-bottom: 5vw;
}
#slider-area #slider2 {
	position: relative;
	z-index: 3;
	padding-top: 5vw;
}
#slider-area .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider-area #slider1 .top-slide {
	animation: loop-slide 60s infinite linear 0s both;
}
#slider-area #slider2 .top-slide {
	animation: loop-slide-rev 60s infinite linear 0s both;
}
#slider-area .top-slide-wrap .top-slide .content {
	width: 30vw;
	height: auto;
	margin: 0;
}
#slider-area .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#dire-com-area #dire-com {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
}
#dire-com-area #dire-com h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#dire-com-area #dire-com h2 img {
	width: 25%;
}
#dire-com-area #dire-com p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	opacity: 0;
}
#dire-com-area #foot-logo-area {
	width: 16%;
	height: auto;
	position: absolute;
	bottom: 8vw;
	right: 3%;
	z-index: 4;
	pointer-events: none;
}
#dire-com-area #foot-logo-area #foot-logo-inner {
	width: 100%;
	height: auto;
	position: relative;
}
#dire-com-area #foot-logo-area #foot-logo-inner #foot-logo-bg {
	width: 100%;
	height: auto;
	animation: moon 6s linear 0s infinite;
}
#dire-com-area #foot-logo-area #foot-logo-inner #foot-logo {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#slider-area #slider1 {
		position: relative;
		z-index: 1;
		padding-bottom: 7vw;
	}
	#slider-area #slider2 {
		position: relative;
		z-index: 3;
		padding-top: 7vw;
	}
	#slider-area #slider1 .top-slide {
		animation: loop-slide 30s infinite linear 0s both;
	}
	#slider-area #slider2 .top-slide {
		animation: loop-slide-rev 30s infinite linear 0s both;
	}
	#slider-area .top-slide-wrap .top-slide .content {
		width: 80vw;
		height: auto;
		margin: 0;
	}
	#dire-com-area #dire-com {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
	}
	#dire-com-area #dire-com h2 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#dire-com-area #dire-com h2 img {
		width: 70%;
	}
	#dire-com-area #dire-com p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
		opacity: 0;
	}
	#dire-com-area #foot-logo-area {
		width: 48%;
		height: auto;
		position: absolute;
		bottom: 25vw;
		right: 3%;
		z-index: 4;
		pointer-events: none;
	}
	



}



/* ========================================
コメント
========================================== */
#comment {
	width: 100%;
	height: auto;
	padding: 10vw 0;
}
#comment h2 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#comment h2 img {
	width: 18%;
}
#comment #junf {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	text-align: center;
	color: #EBDCBE;
	font-size: 1vw;
	letter-spacing: 1.2px;
	opacity: 0;
}
#comment .com-unit {
	width: 46%;
	height: auto;
	margin: 0 27% 7vw;
	opacity: 0;
}
#comment .com-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	color: #EBDCBE;
	font-size: 1.2vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
}
#comment .com-unit .name {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #CE121B;
	font-size: 1.3vw;
	letter-spacing: 1.2px;
	text-align: right;
	font-weight: bold;
}
#comment .com-unit .name span {
	font-size: 1.1vw;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#comment {
		width: 100%;
		height: auto;
		padding: 20vw 0;
	}
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#comment h2 img {
		width: 60%;
	}
	#comment #junf {
		width: 100%;
		height: auto;
		margin: 0 0 22vw;
		text-align: center;
		color: #EBDCBE;
		font-size: 3.7vw;
		letter-spacing: 1.2px;
		opacity: 0;
	}
	#comment .com-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 20vw;
		opacity: 0;
	}
	#comment .com-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		color: #EBDCBE;
		font-size: 4vw;
		line-height: 7vw;
		letter-spacing: 1.2px;
	}
	#comment .com-unit .name {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #CE121B;
		font-size: 4.1vw;
		letter-spacing: 1.2px;
		text-align: right;
		font-weight: bold;
	}
	#comment .com-unit .name span {
		font-size: 3.7vw;
	}
	
	

}




/* ========================================
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;
}
footer #foot-bb {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	text-align: center;
	opacity: 0;
}
footer #foot-bb img {
	width: 35%;
}

@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0 0 20vw;
		margin:0;
	}
	footer #foot-bb {
		width: 100%;
		height: auto;
		margin: 7vw 0;
		text-align: center;
		opacity: 0;
	}
	footer #foot-bb img {
		width: 90%;
	}
	
}
@media (max-width: 510px) {

}


