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);
	}
}
.fadeInUp {
	animation: fadeInUp2 1.0s ease-out 0s forwards;
}
@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: 2.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	display: grid;
    place-items: center;
}
#loader {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#loader #top-door-left-load {
	width: 50%;
	height: auto;
}
#loader #top-door-right-load {
	width: 50%;
	height: auto;
}
#loader #top-tate-right-load {
	width: 2.2%;
	height: auto;
	position: absolute;
	top: 9%;
	right: 15%;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#loader {
		width:100%;
		height:auto;
		margin:0;
		padding:0;
		position:relative;
		text-align:center;
	}
	#loader #top-tate-right-load {
		width: 5.5%;
		height: auto;
		position: absolute;
		top: 8.5%;
		right: 3%;
	}


}

/* ========================================
ヘッダー
========================================== */

#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:12px 0 15px;
	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;
}
#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.0%;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#pcheader ul#pcmenu li.menusns {
	width:auto;
	height:auto;
	margin:0 0.5%;
	padding:0;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li a {
	transition-duration: 0.4s;
	text-decoration:none !important;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:1.5vw;
	line-height:1.5vw;
	text-align: center;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(-2px);
}
#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: 20vw;
	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: #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: #000 !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#000;
	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: 800px) {
	#pcheader {
		display: none;
	}

.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80%;
	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: 20vw 0 10px;
	box-sizing: border-box;
	transition: all .6s;
	z-index: 200;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__list {
	margin: 30px 0 20px;
  }
  .global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:3.5em;
	line-height: 1.5em;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	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: 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: 550px) {
	.global-nav__item {
		margin: 10px 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:6vw;
		line-height: 9vw;
		letter-spacing: 1px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.global-nav ul.nav-sns li {
		width: 13%;
		margin: 2vw 2% 0;
		text-align: center;
	}
	
}





/* ========================================
トップメイン画像まわり
========================================== */
#topmain {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background-color: #fff;
	position:relative;
	overflow: hidden;
}
#topmain #top-bg {
	width: 100%;
	height: auto;
}
#topmain #top-bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#topmain #top-door-left {
	width: 50%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0.1%;
	opacity: 1;
}
#topmain #top-door-right {
	width: 50%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0.1%;
	opacity: 1;
}
#topmain #top-stamp {
	width: 14%;
	height: auto;
	position: absolute;
	top: 1%;
	right: 20%;
	opacity: 0;
}
#topmain #top-tate-right {
	width: 2.2%;
	height: auto;
	position: absolute;
	top: 9%;
	right: 15%;
}
#topmain #top-award {
	width: 31%;
	height: auto;
	position: absolute;
	top: 4%;
	left: 0%;
	opacity: 0;
	display: flex;
	justify-content: center;
}
#topmain #top-award img {
	display: block;
	width: 30%;
	height: auto;
	margin: 0 1%;
}
#topmain #top-award2 {
	width: 8.5%;
	height: auto;
	position: absolute;
	top: 15%;
	left: 1.3%;
	opacity: 0;
}

#topmain #top-tate-left {
	width: 4%;
	height: auto;
	position: absolute;
	top: 20%;
	left: 13.5%;
	opacity: 0;
}
#topmain #main-title {
	width: 42%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 15%;
	left: 29%;
	opacity: 0;
}
#topmain #top-billing {
	width: 42%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 6%;
	left: 29%;
	opacity: 0;
}
#topmain #com-banner {
	width: 11%;
	height: auto;
	position: absolute;
	bottom: 15%;
	right: 10.3%;
	transform: rotate(7deg);
	opacity: 0;
}
#topmain #com-banner img:hover {
	transform: rotate(15deg);
	transition: 0.6s all;
}


@keyframes top-door-left {
	0% {transform: translate3d(0, 0, 0);}
	100% {transform: translate3d(-100%, 0, 0);}
}
@keyframes top-door-right {
	0% {transform: translate3d(0, 0, 0);}
	100% {transform: translate3d(100%, 0, 0);}
}
.top-door-left {
	animation: top-door-left 2.1s ease-out 1.1s forwards;
}
.top-door-right {
	animation: top-door-right 2.1s ease-out 1.1s forwards;
}
.top-bg2 {
	animation: fadeOut 1.2s ease 1.6s forwards;
}
.top-others-anime {
	animation: fadeIn 1.5s ease 2.4s forwards;
}
#topmain #yoko-catch-pc ,
#topmain #date-pc {
	display: none;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain #top-stamp {
		width: 33%;
		height: auto;
		position: absolute;
		top: 1%;
		right: 5%;
		opacity: 0;
	}
	#topmain #top-tate-right {
		width: 5.5%;
		height: auto;
		position: absolute;
		top: 8.5%;
		right: 3%;
	}
	#topmain #top-award {
		width: 60%;
		height: auto;
		position: absolute;
		top: 2%;
		left: 0%;
		opacity: 0;
	}
	#topmain #top-award img {
		display: block;
		width: 30%;
		height: auto;
		margin: 0 1%;
	}
	#topmain #top-award2 {
		width: 16%;
		height: auto;
		position: absolute;
		top: 8%;
		left: 3.0%;
		opacity: 0;
	}

	#topmain #top-tate-left {
		width: 11%;
		height: auto;
		position: absolute;
		top: 17%;
		left: 5%;
		opacity: 0;
	}
	#topmain #main-title {
		width: 96%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 27%;
		left: 2%;
		opacity: 0;
	}
	#topmain #top-billing {
		width: 90%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 21%;
		left: 5%;
		opacity: 0;
	}
	#topmain #yoko-catch-pc {
		display: block;
		width: 96%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 14%;
		left: 2%;
		opacity: 0;
	}
	#topmain #date-pc {
		display: block;
		width: 96%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 4%;
		left: 2%;
		opacity: 0;
	}
	.top-door-left {
		animation: top-door-left 1.3s ease-out 1.1s forwards;
	}
	.top-door-right {
		animation: top-door-right 1.3s ease-out 1.1s forwards;
	}
	#topmain #com-banner {
		width: 28%;
		height: auto;
		position: absolute;
		bottom: 39%;
		right: 1%;
		opacity: 0;
	}
	
}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 0 0 3vw;
	background-color: #fff;
}
#bridge #yoko-catch {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 4vw;
	text-align: center;
	opacity: 0;
}
#bridge #yoko-catch img {
	width: 60%;
}
#bridge #date {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
	opacity: 0;
}
#bridge #date img {
	width: 50%;
}
#bridge #theater {
	display: block;
	width: 100%;
	height: auto;
	margin: 3vw 0 0;
	text-align: center;
	opacity: 0;
}
#bridge #theater img {
	width: 20%;
}
#bridge #jishu {
	display: block;
	width: 100%;
	height: auto;
	margin: 1vw 0 0;
	text-align: center;
	opacity: 0;
}
#bridge #jishu img {
	width: 20%;
}
#bridge #theater img:hover ,
#bridge #jishu img:hover {
	animation: flash 1.5s;
}
#bridge #sns-link-sp {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #sns-link-sp li {
	width: 4%;
	height: auto;
	margin: 0 1%;
}
#bridge #sns-link-sp li a img:hover {
	animation: flash 1.5s;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
	}
	#bridge #yoko-catch ,
	#bridge #date {
		display: none;
	}
	#bridge #theater {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #theater img {
		width: 60%;
	}
	#bridge #jishu {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #jishu img {
		width: 60%;
	}
	#bridge #sns-link-sp {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
	}
	#bridge #sns-link-sp li {
		width: 15%;
		height: auto;
		margin: 0 1.5%;
	}


}

/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:3vw 0 7vw;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.trailer h2 {
	width:12%;
	height:auto;
	padding:0;
	margin:0 44% 2vw;
	position: relative;
	opacity: 0;
}
#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: #000;
	border: 1px solid #E84C95;
	color: #E84C95;
	font-size: 1.1vw;
	font-weight: bold;
}
.activee {
	background: #E84C95;
	border: 1px solid #E84C95;
	color: #000;
}
.movie-btn:hover {
	background: #E84C95;
	border: 1px solid #E84C95;
	color: #000;
	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 10vw;
		background-color: #fff;
	}
	.trailer h2 {
		width:28%;
		height:auto;
		padding:0;
		margin:0 36% 5vw;
		position: relative;
	}
		
	#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%;
	}
	
}

@media (max-width: 610px) {
	.trailer {
		width:100%;
		height:auto;
		margin:0;
		padding:10vw 0 10vw;
	}
	.trailer h2 {
		width:30%;
		height:auto;
		padding:0;
		margin:0 35% 5vw;
		position: relative;
	}
	.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;
	}

}



/* ========================================
X
========================================== */
#x-window {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
	background-color: #fff;
}
#x-window #x-window-line {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	border-top: 3px solid #211513;
	border-bottom: 3px solid #211513;
	text-align: center;
	display: flex;
	justify-content: center;
}
#x-window #x-window-line .fb-page {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}
#x-window #x-window-line .fb2 {
	display: none;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#x-window {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0;
		background-color: #fff;
	}
	#x-window #x-window-line {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 1vw 0;
		border-top: 3px solid #211513;
		border-bottom: 3px solid #211513;
		text-align: center;
	}
	#x-window #x-window-line .fb1 {
		display: none;
	}
	#x-window #x-window-line .fb2 {
		display: inline-block;
	}


}

/* ========================================
イントロダクション
========================================== */
#intro-bgset {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
	opacity: 0;
}
#intro-bgset #intro-bgset-inner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}
#intro-bgset #intro-bgset-inner #intro-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/KEN-intro-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center right;
}
#intro-bgset #intro-bgset-inner #intro-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/KEN-intro-bg-2-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center right;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#intro-bgset #intro-bgset-inner #intro-bg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/KEN-intro-bg-3-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center right;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#intro-bgset #intro-bgset-inner #intro-bg1 img ,
#intro-bgset #intro-bgset-inner #intro-bg2 img ,
#intro-bgset #intro-bgset-inner #intro-bg3 img {
	display: none;
}
@keyframes intro-bg2 {
	0% {opacity: 0;}
	23% {opacity: 0;}
	33% {opacity: 1;}
	56% {opacity: 1;}
	66% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes intro-bg3 {
	0% {opacity: 0;}
	56% {opacity: 0;}
	66% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
.intro-bg2 {
	animation: intro-bg2 20s ease 0s infinite;
}
.intro-bg3 {
	animation: intro-bg3 20s ease 0s infinite;
}
#intro {
	width: 100%;
	height: auto;
	padding: 5vw 0 10vw;
}
#intro #intro-head {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro #intro-head img {
	width: 20%;
}
#intro #intro-content {
	width: 50%;
	height: auto;
	margin: 30vw 0 0;
	padding: 0 5%;
}
#intro #intro-content h3 {
	width: 100%;
	height: auto;
	margin: 0 0 30vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro #intro-content h3 img {
	width: 70%;
}
#intro #intro-content h4 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro #intro-content h4 img {
	width: 50%;
}
#intro #intro-content p {
	width: 100%;
	height: auto;
	margin: 0 0 30vw;
	padding: 0;
	color: #000;
	font-size: 1.2vw;
	line-height: 2.4vw;
	letter-spacing: 1.2px;
	opacity: 0;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bgset {
		width: 100%;
		height: auto;
		min-height: auto;
		background-color: #fff;
		position: fixed;
		top: auto;
		bottom: -15%;
		left: 0;
		z-index: -30;
		opacity: 0;
	}
	#intro-bgset #intro-bgset-inner {
		width: 100%;
		height: auto;
		min-height: auto;
		position: relative;
	}
	#intro-bgset #intro-bgset-inner #intro-bg1 {
		width: 100%;
		height: auto;
		min-height: auto;
		background: none;
	}
	#intro-bgset #intro-bgset-inner #intro-bg2 {
		width: 100%;
		height: auto;
		min-height: auto;
		background: none;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	#intro-bgset #intro-bgset-inner #intro-bg3 {
		width: 100%;
		height: auto;
		min-height: auto;
		background: none;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	#intro-bgset #intro-bgset-inner #intro-bg1 img ,
	#intro-bgset #intro-bgset-inner #intro-bg2 img ,
	#intro-bgset #intro-bgset-inner #intro-bg3 img {
		display: inline;
	}
	#intro {
		width: 100%;
		height: auto;
		padding: 100vw 0 170vw;
		position: relative;
		z-index: -31;
	}
	#intro #intro-head {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 50vw;
		text-align: center;
		opacity: 0;
	}
	#intro #intro-head img {
		width: 80%;
	}
	#intro #intro-content {
		width: 100%;
		height: auto;
		margin: 50vw 0 0;
		padding: 0;
	}
	#intro #intro-content h3 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro #intro-content h3 img {
		width: 90%;
	}
	#intro #intro-content h4 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro #intro-content h4 img {
		width: 75%;
	}
	#intro #intro-content p {
		width: 90%;
		height: auto;
		margin: 0 5% 30vw;
		padding: 0;
		color: #000;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
		opacity: 0;
	}
	
}

/* 以下タブレット・スマホ */
@media (max-width: 550px) {
	#intro-bgset {
		width: 100%;
		height: auto;
		min-height: auto;
		background-color: #fff;
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		z-index: -30;
		opacity: 0;
	}


}

/* ========================================
袴田事件とは
========================================== */
#jiken {
	width: 100%;
	height: 120%;
	min-height: 120%;
	overflow: hidden;
	pointer-events: none;
	display: flex;
	justify-content: space-between;
	background: linear-gradient(to bottom, #fff, #C8A063);
	position: relative;
}
@keyframes loop-slide-tate {
	from {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0); 
		background-color: transparent;
	}
	to {
		transform: translate3d(0, -100% , 0);
		-webkit-transform: translate3d(0, -100%, 0); 
		background-color: transparent;
	}
}
@keyframes loop-slide-tate-rev {
	from {
		transform: translate3d(0, -100%, 0);
		-webkit-transform: translate3d(0, -100%, 0);
		background-color: transparent;

	}
	to {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		background-color: transparent;
	}
}
#jiken .top-slide-wrap {
	width: 25%;
	height: auto;
	overflow: hidden;
	opacity: 1;
}
.left-slide {
	width: 25%;
	height: auto;
	margin: 0;
	overflow: hidden;
	opacity: 1;
	order: 1;
}
.right-slide {
	width: 25%;
	height: auto;
	overflow: hidden;
	opacity: 1;
	order: 2;
}
.left-slide .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	animation: loop-slide-tate 128s 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 220s infinite linear 0s both;
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#jiken .top-slide-wrap .top-slide .content {
	width: 100%;
	height: auto;
	margin: 0;
}
#jiken #jiken-contents {
	width: 40%;
	height: auto;
	padding: 0 5%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate3d(0, -50%, 0);
}
#jiken #jiken-contents h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
}
#jiken #jiken-contents h2 img {
	width: 40%;
}
#jiken #jiken-contents p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.2vw;
	line-height: 2.4vw;
	letter-spacing: 1.2px;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#jiken {
		width: 100%;
		height: auto;
		min-height: auto;
		overflow: hidden;
		pointer-events: none;
		display: block;
		background: linear-gradient(to bottom, #fff, #C8A063);
		position: relative;
	}
	#jiken .top-slide-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow: hidden;
		opacity: 1;
	}
	#jiken .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;
		opacity: 1;
		order: 2;
	}
	.right-slide {
		width: 100%;
		height: auto;
		overflow: hidden;
		opacity: 1;
		order: 1;
	}	
	#jiken .left-slide .top-slide {
		animation: loop-slide 87.3s infinite linear 0s both;
	}
	#jiken .right-slide .top-slide {
		animation: loop-slide-rev 150s infinite linear 0s both;
	}
	#jiken .top-slide-wrap .top-slide .content {
		width: 100vw;
		height: auto;
		margin: 0;
	}
	#jiken #jiken-contents {
		width: 90%;
		height: auto;
		padding: 20vw 5%;
		margin: 0;
		position: static;
		transform: translate3d(0, 0, 0);
	}
	#jiken #jiken-contents h2 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
	}
	#jiken #jiken-contents h2 img {
		width: 80%;
	}
	#jiken #jiken-contents p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #000;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
	}
	

}

/* ========================================
3枚画像
========================================== */
#three-imgs {
	width: 100%;
	height: auto;
	position: relative;
}
#three-imgs #three-1 {
	width: 100%;
	height: auto;
}
#three-imgs #three-2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: intro-bg2 20s ease 0s infinite;
}
#three-imgs #three-3 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: intro-bg3 20s ease 0s infinite;
}


/* ========================================
キャスト
========================================== */
.cast-img-unit {
	width: 25%;
	height: auto;
	position: fixed;
	top: 50%;
	left: 23%;
	transform: translate3d(0, -50%, 0);
	pointer-events: none;
	z-index: -28;
	opacity: 0;
	transition: 1.0s all;
}
.cast-img-unit .cast-img-unit-inner {
	width: 100%;
	height: auto;
	position: relative;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.cast-img-unit .cast-img-unit-inner .cast-img1 {
	width: 100%;
	height: auto;
}
.cast-img-unit .cast-img-unit-inner .cast-img2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: intro-bg2 10s ease 0s infinite;
}
.cast-img-unit .cast-img-unit-inner .cast-img3 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: intro-bg3 10s ease 0s infinite;
}
.cast-img-unit .cast-name {
	width: 100%;
	height: auto;
	margin: 2vw 0 0;
	text-align: center;
}
.cast-img-unit .cast-name img {
	width: 50%;
}
#cast {
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
	z-index: -29;
}
#cast #cast-contents {
	width: 50%;
	height: auto;
	padding: 20vw 0 10vw;
	margin-left: 45%;
	background-color: rgba(200, 160, 99, 0.9);
}
#cast #cast-contents h2 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 0;
	text-align: center;
}
#cast #cast-contents h2 img {
	width: 40%;
}
#cast #cast-contents .cast-unit {
	width: 80%;
	height: auto;
	margin: 5vw 10% 25vw;
}
#cast #cast-contents #hideko-unit {
	width: 80%;
	height: auto;
	margin: 0;
	padding: 25vw 10% 50vw;
}

#cast #cast-contents .cast-unit .cast-img-unit-sp {
	display: none;
}
#cast #cast-contents .cast-unit h3 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	text-align: center;
}
#cast #cast-contents .cast-unit h3 img {
	width: 30%;
}
#cast #cast-contents .cast-unit .birth {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
	color: #211513;
	font-size: 1.2vw;
	font-weight: bold;
}
#cast #cast-contents .cast-unit p {
	width: 90%;
	height: auto;
	margin: 0 5% 5vw;
	text-align: left;
	color: #000;
	font-size: 1.2vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.cast-img-unit {
		display: none;
	}
	#cast {
		width: 100%;
		height: auto;
		padding: 30vw 0 10vw;
		background-color: #fff;
		position: relative;
		z-index: -29;
	}
	#cast #cast-contents {
		width: 100%;
		height: auto;
		padding: 0;
		margin-left: 0%;
		background-color: #fff;
	}
	#cast #cast-contents h2 {
		width: 100%;
		height: auto;
		margin: 0 0 70vw;
		padding: 0;
		text-align: center;
	}
	#cast #cast-contents h2 img {
		width: 80%;
	}
	#cast #cast-contents .cast-unit {
		width: 100%;
		height: auto;
		margin: 5vw 0 100vw;
		padding: 30vw 0;
		background-color: #C8A063;
		position: relative;
	}
	#cast #cast-contents #hideko-unit {
		width: 100%;
		height: auto;
		margin: 5vw 0 50vw;
		padding: 30vw 0;
	}
	#cast #cast-contents .cast-unit .cast-img-unit-sp {
		display: block;
		width: 80%;
		height: auto;
		margin: 0 10%;
		position: absolute;
		top: -30%;
	}
	#cast #cast-contents .cast-unit #hideko-img {
		top: -37%;
	}

	#cast #cast-contents .cast-unit .cast-img-unit-sp .cast-img-unit-inner {
		width: 100%;
		height: auto;
		position: relative;
		box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	}
	#cast #cast-contents .cast-unit .cast-img-unit-sp .cast-img-unit-inner .cast-img1 {
		width: 100%;
		height: auto;
	}
	#cast #cast-contents .cast-unit .cast-img-unit-sp .cast-img-unit-inner .cast-img2 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		animation: intro-bg2 10s ease 0s infinite;
	}
	#cast #cast-contents .cast-unit .cast-img-unit-sp .cast-img-unit-inner .cast-img3 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		animation: intro-bg3 10s ease 0s infinite;
	}
	#cast #cast-contents .cast-unit h3 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		text-align: center;
	}
	#cast #cast-contents .cast-unit h3 img {
		width: 50%;
	}
	#cast #cast-contents .cast-unit .birth {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		color: #211513;
		font-size: 4vw;
		font-weight: bold;
	}
	#cast #cast-contents .cast-unit p {
		width: 90%;
		height: auto;
		margin: 0 5% 5vw;
		text-align: left;
		color: #000;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
	}
	
}



/* ========================================
監督
========================================== */
#director {
	width: 100%;
	height: auto;
	padding: 10vw 0;
	background-color: #C8A063;
}
#director h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
}
#director h2 img {
	width: 25%;
}
#director #dire-msg {
	width: 50%;
	height: auto;
	margin: 0 15%;
	padding: 5vw 10%;
	background-color: #fff;
}
#director #dire-msg h3 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
}
#director #dire-msg h3 img {
	width: 60%;
}
#director #dire-msg p {
	width: 100%;
	height: auto;
	font-size: 1.2vw;
	line-height: 2.4vw;
	letter-spacing: 1px;
	color: #000;
}
#director #dire-prof {
	width: 50%;
	height: auto;
	margin: 20vw 15% 0;
	padding: 20vw 10% 10vw;
	background-color: #fff;
	position: relative;
}
#director #dire-prof #dire-photo {
	width: 40%;
	height: auto;
	position: absolute;
	top: -12%;
	left: 30%;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	opacity: 0;
}
#director #dire-prof #dire-name {
	width: 16%;
	height: auto;
	position: absolute;
	top: 13%;
	left: 42%;
}
#director #dire-prof p {
	width: 100%;
	height: auto;
	font-size: 1.2vw;
	line-height: 2.4vw;
	letter-spacing: 1px;
	color: #000;
}
#director #dire-prof .filmo {
	width: 90%;
	height: auto;
	margin: 5vw 0 0;
	padding: 3vw 5%;
	background-color: #211513;
	color: #fff;
	font-size: 1.2vw;
	line-height: 2vw;
	letter-spacing: 1px;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#director {
		width: 100%;
		height: auto;
		padding: 30vw 0;
		background-color: #C8A063;
	}
	#director h2 {
		width: 100%;
		height: auto;
		margin: 0 0 15vw;
		padding: 0;
		text-align: center;
	}
	#director h2 img {
		width: 80%;
	}
	#director #dire-msg {
		width: 90%;
		height: auto;
		margin: 0;
		padding: 15vw 5%;
		background-color: #fff;
	}
	#director #dire-msg h3 {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		padding: 0;
		text-align: center;
	}
	#director #dire-msg h3 img {
		width: 100%;
	}
	#director #dire-msg p {
		width: 100%;
		height: auto;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1px;
		color: #000;
	}
	#director #dire-prof {
		width: 90%;
		height: auto;
		margin: 70vw 0 0;
		padding: 50vw 5% 20vw;
		background-color: #fff;
		position: relative;
	}
	#director #dire-prof #dire-photo {
		width: 90%;
		height: auto;
		position: absolute;
		top: -12%;
		left: 5%;
		box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	}
	#director #dire-prof #dire-name {
		width: 40%;
		height: auto;
		position: absolute;
		top: 7%;
		left: 30%;
	}
	#director #dire-prof p {
		width: 100%;
		height: auto;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1px;
		color: #000;
	}
	#director #dire-prof .filmo {
		width: 90%;
		height: auto;
		margin: 5vw 0 0;
		padding: 10vw 5%;
		background-color: #211513;
		color: #fff;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1px;
	}
	
	

}


/* ========================================
スライダー
========================================== */
#slider-area {
	width: 100%;
	height: auto;
	padding: 10vw 0;
	background-color: #fff;
}
#slider-area .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	opacity: 0;
}
#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 177s infinite linear 0s both;
}
#slider-area #slider2 .top-slide {
	animation: loop-slide-rev 200s infinite linear 0s both;
}
#slider-area .top-slide-wrap .top-slide .content {
	width: 35vw;
	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;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#slider-area {
		width: 100%;
		height: auto;
		padding: 20vw 0;
		background-color: #fff;
	}
	#slider-area .top-slide-wrap .top-slide .content {
		width: 100vw;
		height: auto;
		margin: 0;
	}
	

}


/* ========================================
SNSボタンアリア
========================================== */
.fadeInButton {
	animation-name:fadeIn;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
	animation-delay: 2.7s;
}
#button-area {
	width:100%;
	height:auto;
	margin:2vw 0 0;
	padding:2vw 0;
	opacity: 0;
}
#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: #fff;
	position: relative;
}
footer #foot-bg1 {
	width: 100%;
	height: auto;
}
footer #foot-bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
footer #foot-catch {
	width: 1.8%;
	height: auto;
	position: absolute;
	top: 46%;
	left: 24%;
	opacity: 0;
}
footer #foot-logo {
	width: 36%;
	height: auto;
	position: absolute;
	bottom: 11%;
	right: 3%;
	opacity: 0;
}
footer #button-area {
	position: absolute;
	bottom: 0;
	opacity: 0;
}
.foot-anime1 {
	animation: fadeIn 1.6s ease 0s forwards;
}
.foot-anime2 {
	animation: fadeIn 1.1s ease 1.0s forwards;
}



@media (max-width: 1024px) {
	footer #foot-catch {
		width: 33%;
		height: auto;
		position: absolute;
		top: 1%;
		left: auto;
		right: 1%;
		opacity: 0;
	}
	footer #foot-logo {
		width: 90%;
		height: auto;
		position: absolute;
		bottom: 15%;
		right: 5%;
		opacity: 0;
	}
	
}
@media (max-width: 510px) {

}


/* ========================================
コメント
========================================== */
#com-body .hamburger ,
#com-body #pcheader {
	opacity: 1;
}
#com-bg0 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	background: url(../img/KEN-comment-bg-表紙-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
}
#com-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	background: url(../img/KEN-comment-bg-最相葉月-pc.jpg) no-repeat;
	background-size: cover;
	background-position: right center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -29;
	opacity: 0;
	transition: 1.0s all;
}
#com-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	background: url(../img/KEN-comment-bg-平野啓一郎-pc.jpg) no-repeat;
	background-size: cover;
	background-position: right center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -28;
	opacity: 0;
	transition: 1.0s all;
}
#com-bg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	background: url(../img/KEN-comment-bg-周防正行-pc.jpg) no-repeat;
	background-size: cover;
	background-position: right center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -28;
	opacity: 0;
	transition: 1.0s all;
}
#com-bg4 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	background: url(../img/KEN-comment-bg-金平茂紀-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -27;
	opacity: 0;
	transition: 1.0s all;
}
#com-bg5 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	background: url(../img/KEN-comment-bg-二宮清純-pc.jpg) no-repeat;
	background-size: cover;
	background-position: right center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -26;
	opacity: 0;
	transition: 1.0s all;
}
#com-bg6 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	background: url(../img/KEN-comment-bg-島田裕巳-pc.jpg) no-repeat;
	background-size: cover;
	background-position: left center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -25;
	opacity: 0;
	transition: 1.0s all;
}
#com-bg7 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	background: url(../img/KEN-comment-bg-木谷明-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -24;
	opacity: 0;
	transition: 1.0s all;
}
#com-bg8 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	background: url(../img/KEN-comment-bg-飯田覚士-pc.jpg) no-repeat;
	background-size: cover;
	background-position: right center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -23;
	opacity: 0;
	transition: 1.0s all;
}
#com-bg9 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	background: url(../img/KEN-comment-bg-前田衷-pc.jpg) no-repeat;
	background-size: cover;
	background-position: left center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -22;
	opacity: 0;
	transition: 1.0s all;
}
#com-bg10 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	background: url(../img/KEN-comment-bg-齊藤潤一-pc.jpg) no-repeat;
	background-size: cover;
	background-position: left center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -21;
	opacity: 0;
	transition: 1.0s all;
}
#com-bg11 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	background: url(../img/KEN-comment-bg-西村カリン-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -20;
	opacity: 0;
	transition: 1.0s all;
}
#com-bg12 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	background: url(../img/KEN-comment-bg-西脇亨輔-pc-rev.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -19;
	opacity: 0;
	transition: 1.0s all;
}
#com-bg13 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	background: url(../img/KEN-comment-bg-武田砂鉄-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -18;
	opacity: 0;
	transition: 1.0s all;
}
#com-bg14 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	pointer-events: none;
	background: url(../img/KEN-comment-bg-サヘル・ローズ-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -17;
	opacity: 0;
	transition: 1.0s all;
}
#comment {
	width: 100%;
	height: auto;
	padding: 15vw 0;
	position: relative;
}
#comment #com-head-bg {
	display: none;
}
#comment h1 {
	width: 10%;
	height: auto;
	margin: 3vw 0 1vw 18%;
	padding: 0;
	opacity: 0;
}
#comment #junfu {
	width: 15%;
	height: auto;
	position: absolute;
	top: 41vw;
	left: 3%;
	font-size: 1.0vw;
	color: #211513;
	letter-spacing: 1.5px;
	opacity: 0;
}
.com-top-anm {
	animation: fadeIn 1.0s ease 1.6s forwards;
}
#comment .com-unit {
	width: 100%;
	height: auto;
	padding: 40vw 0 10vw;
}
#comment .com-unit .com-bk {
	width: 50%;
	height: auto;
	box-sizing: border-box;
	padding: 5vw;
	background-color: rgb(244 244 244 / 0.9);
}
#comment .com-unit .com-sp-image {
	display: none;
}
#comment .com-unit .com-bk .com-txt {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	color: #211513;
	font-weight: bold;
}
#comment .com-unit .com-bk .com-name {
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 1.6vw;
	line-height: 2.5vw;
	letter-spacing: 1.2px;
	color: #211513;
	text-align: center;
	font-weight: bold;
}
#comment .com-unit .com-bk .com-title {
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	color: #211513;
	text-align: center;
	font-weight: bold;
}
#comment #com1 .com-bk ,
#comment #com2 .com-bk ,
#comment #com3 .com-bk ,
#comment #com4 .com-bk ,
#comment #com5 .com-bk ,
#comment #com11 .com-bk ,
#comment #com8 .com-bk {
	margin-left: 10%;
}
#comment #com6 .com-bk ,
#comment #com10 .com-bk ,
#comment #com13 .com-bk ,
#comment #com14 .com-bk ,
#comment #com9 .com-bk 
{
	margin-left: 40%;
}
#comment #com7 .com-bk ,
#comment #com12 .com-bk {
	margin-left: 25%;
}


#comment #com-logo {
	width: 100%;
	height: auto;
	padding: 20vw 0 20vw;
}
#comment #com-logo #com-logo-img {
	width: 25%;
	height: auto;
	margin-left: 65%;
}



@media (max-width: 1024px) {
	#com-bg0 ,
	#com-bg1 ,
	#com-bg2 ,
	#com-bg3 ,
	#com-bg4 ,
	#com-bg5 ,
	#com-bg6 ,
	#com-bg7 ,
	#com-bg8 ,
	#com-bg9 ,
	#com-bg10 ,
	#com-bg11 ,
	#com-bg12 ,
	#com-bg13 ,
	#com-bg14 {
		display: none;
	}
	#comment {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
		background-color: #fff;
	}
	#comment #com-head {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
	}
	#comment #com-head #com-head-bg {
		display: block;
		width: 100%;
		height: auto;
	}
	#comment #com-head h1 {
		width: 35%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 24%;
		left: 5%;
	}
	#comment #com-head #junfu {
		width: 40%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 101%;
		left: 5%;
		font-size: 3vw;
	}
	#comment .com-unit {
		width: 100%;
		height: auto;
		padding: 15vw 0 0;
	}
	#comment .com-unit .com-bk {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 5vw 0;
		background-color: transparent;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#comment .com-unit .com-bk .com-txt {
		width: 78%;
		height: auto;
		margin: 0 1% 0;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1px;
		color: #211513;
		font-weight: bold;
		order: 1;
	}
	#comment .com-unit .com-bk .com-name {
		width: 5%;
		height: auto;
		margin: 0;
		font-size: 6vw;
		line-height: 1;
		letter-spacing: 1.2px;
		color: #211513;
		text-align: left;
		font-weight: bold;
		writing-mode: vertical-rl;
		order: 3;
	}
	#comment .com-unit .com-bk .com-title {
		width: 3%;
		height: auto;
		margin: 0 4% 0 1%;
		font-size: 4vw;
		line-height: 1vw;
		letter-spacing: 1.0px;
		color: #211513;
		text-align: left;
		font-weight: bold;
		writing-mode: vertical-rl;
		white-space: nowrap;
		order: 2;
	}
	#comment .com-unit .com-bk .com-title span {
		text-orientation: upright;
	}
	#comment #com1 .com-bk ,
	#comment #com2 .com-bk ,
	#comment #com3 .com-bk ,
	#comment #com5 .com-bk ,
	#comment #com7 .com-bk ,
	#comment #com8 .com-bk ,
	#comment #com4 .com-bk ,
	#comment #com6 .com-bk ,
	#comment #com9 .com-bk ,
	#comment #com10 .com-bk ,
	#comment #com11 .com-bk ,
	#comment #com12 .com-bk ,
	#comment #com13 .com-bk ,
	#comment #com14 .com-bk {
		margin-left: 0%;
	}
	#comment .com-unit .com-sp-image {
		display: block;
		width: 100%;
		height: auto;
		opacity: 0;
	}
	#comment #com10 {
		width: 100%;
		height: auto;
		padding: 15vw 0 0;
	}
	#comment #com-logo {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
	}
	#comment #com-logo #com-logo-img {
		width: 60%;
		height: auto;
		margin-left: 0;
		position: absolute;
		top: 19%;
		right: 5%;
	}

}

/* ========================================
自主上映
========================================== */
#jishu-body .hamburger ,
#jishu-body #pcheader {
	opacity: 1;
}

#jishu-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/KEN-JJ-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
}
#jishu-page {
	width: 100%;
	height: auto;
	padding: 10vw 0 10vw;
}
#jishu-page h1 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
}
#jishu-page h1 img {
	width: 17%;
}
#jishu-page h2 {
	width: 100%;
	height: auto;
	margin: 0 0 8vw;
	padding: 0;
	text-align: center;
}
#jishu-page h2 img {
	width: 25%;
}
#jishu-page .jishu-unit {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	margin: 0 20% 8vw;
	padding: 3vw 1vw;
	border: 3px solid #DCA661;
}
#jishu-page .jishu-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
	color: #211513;
	font-size: 1.2vw;
	line-height: 2.4vw;
	letter-spacing: 1.5px;
	font-weight: bold;
}
#jishu-page .jishu-unit p span {
	font-size: 1.5vw;
}
#jishu-page #three-photo {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	display: flex;
	justify-content: center;
}
#jishu-page #three-photo .photo {
	width: 30%;
	height: auto;
	margin: 0 1%;
}
#jishu-page .jishu-unit .btn {
	width: 100%;
	height: auto;
	text-align: center;
}
#jishu-page .jishu-unit .btn img {
	width: 50%;
}
#jishu-page .jishu-unit .btn a img:hover {
	animation: flash 1.0s;
}
#jishu-page .jishu-unit #fb-tl {
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
	justify-content: center;
}
#jishu-page .jishu-unit #fb-tl .fb-page {
	display: inline-block;
	width: auto;
	margin: 0 auto;
}
#jishu-page .jishu-unit #fb-tl .fb1 {
	display: inline-block;
}
#jishu-page .jishu-unit #fb-tl .fb2 {
	display: none;
}
#jishu-page #jishu-foot {
	width: 100%;
	height: auto;
	margin: 3vw 0 0;
	text-align: center;
}
#jishu-page #jishu-foot img {
	width: 18%;
}

@media (max-width: 1024px) {
	#jishu-bg {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/KEN-JJ-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -10;
	}
	#jishu-page {
		width: 100%;
		height: auto;
		padding: 20vw 0 20vw;
	}
	#jishu-page h1 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
	}
	#jishu-page h1 img {
		width: 60%;
	}
	#jishu-page h2 {
		width: 100%;
		height: auto;
		margin: 0 0 15vw;
		padding: 0;
		text-align: center;
	}
	#jishu-page h2 img {
		width: 80%;
	}
	#jishu-page .jishu-unit {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		margin: 0 5% 30vw;
		padding: 8vw 0;
		border-top: 3px solid #DCA661;
		border-bottom: 3px solid #DCA661;
		border-left: none;
		border-right: none;
		position: relative;
		z-index: 5;
	}
	#jishu-page .jishu-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		padding: 0;
		text-align: left;
		color: #211513;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.5px;
		font-weight: bold;
	}
	#jishu-page .jishu-unit p span {
		display: block;
		width: 100%;
		font-size: 1.3rem;
		text-align: center;
	}
	#jishu-page #three-photo {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#jishu-page #three-photo .photo {
		width: 80%;
		height: auto;
		margin: 2vw 1%;
	}

	#jishu-page .jishu-unit .btn {
		width: 100%;
		height: auto;
		text-align: center;
	}
	#jishu-page .jishu-unit .btn img {
		width: 100%;
	}
	#jishu-page .jishu-unit .btn a img:hover {
		animation: flash 1.0s;
	}
	#jishu-page .jishu-unit #fb-tl {
		width: 100%;
		height: auto;
		text-align: center;
	}
	#jishu-page .jishu-unit #fb-tl .fb-page {
		display: inline-block;
		width: 100%;
	}
	#jishu-page .jishu-unit #fb-tl .fb1 {
		display: none;
	}
	#jishu-page .jishu-unit #fb-tl .fb2 {
		display: inline-block;
	}

	#jishu-page #jishu-foot {
		width: 100%;
		height: auto;
		margin: 10vw 0 0;
		text-align: center;
	}
	#jishu-page #jishu-foot img {
		width: 60%;
	}

}




/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 11000;
}
.modal__bg{
	background:#000;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 0.8;
}
.modal__content {
    width: 60%;
	height: 80%; /* スクロール時は80% */
    padding: 0;
	background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	background-size: cover;
	background-position: center center;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #ccc #414040;
}
.modal__content::-webkit-scrollbar {
    width: 5px;
}
.modal__content::-webkit-scrollbar-track{
	background-color: #414040;
}
.modal__content::-webkit-scrollbar-thumb{
	background-color: #ccc;
}
.batsu {
	width: 4%;
	height: auto;
	position: fixed;
	top: 2%;
	right: 2%;
}
.batsu img {
	width: 100%;
}
.batsu img:hover {
	transform: rotate(360deg);
	transition: all 1.0s ease;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.batsu {
		width: 10%;
		height: auto;
		position: fixed;
		top: 3%;
		right: 3%;
	}
	.modal__content {
		width: 90%;
		height: 80%;
		padding: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		overflow-y: scroll;
		overflow-x: hidden;
	}
}

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

