html{
  height:100vh; 
}

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;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
.clearfix{
  zoom:1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
.pcimg {display: inline;}
.spimg {display: none;}

@-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;
	}
}
@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(8px);
	transform: scale(3);
	}
	to {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
	}
}


@media (max-width: 1024px) {
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	br.sponly {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: #FFD8D8;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
    display: grid;
    place-items: center;
}
#loader {
	width:30%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
    display: grid;
    place-items: center;
}
#loader #load2 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	animation-name: anime1;
	animation-duration: 4s;
	animation-timing-function: ease;
	animation-delay:0;
	animation-iteration-count: infinite;
	animation-fill-mode:forwards;
    display: grid;
    place-items: center;
	position: absolute;
	top: 0;
	left: 0;
}

#loader #load1 img ,
#loader #load2 img {
	width:100%;
	height:auto;
}

@keyframes anime1 {
	0% {	opacity:0;	}
	40% {	opacity:0;	}
	50% {	opacity:1;	}
	90% {	opacity:1;	}
	100% {	opacity:0;	}
}

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

#loader {
	width:60%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
}

#loader #load1 img {
	width:100%;
	height:auto;
}


}


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

#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:5px 0 2px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #FAF7F2, transparent);
	background: -webkit-linear-gradient(top, #FAF7F2, transparent);
	background: linear-gradient(to bottom, #FAF7F2, 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.2%;
	padding:0;
	display: flex;
	justify-content: 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: inline;
	width: 100%;
	font-size:2.2vw;
	line-height:2.2vw;
	text-align: center;
	color: #EC6D81;
	font-weight: bold;
	font-family: 'Waterfall', cursive;
	letter-spacing: 2px;
}
#pcheader ul#pcmenu li a span.jp {
	display: inline-block;
	width: 100%;
	font-size:1vw;
	line-height:1vw;
	text-align: center;
	color: #000;
	transform: translateY(-5px);
}
#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: 60px;
}  
  .global-nav {
	position: fixed;
	right: 0; /* これで隠れる */
	top: -2000px;
	width: 100%; /* スマホに収まるくらい */
	height: 100vh;
	min-height: 100%;
	padding-top: 10px;
	background:url(../img/menu-bg.jpg) no-repeat;
	background-size: cover;
	transition: all .6s;
	z-index: 200000;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px; /* クリックしやすいようにちゃんと幅を指定する */
	height: 65px; /* クリックしやすいようにちゃんと高さを指定する */
	cursor: pointer;
	z-index: 300000;
	opacity:0;
  }
  
  .global-nav #menu-logo {
	width:70%;
	height:auto;
	margin:40px 15% 10px;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo img {
	width: 100%;
}
  .global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .global-nav__item {
	text-align: center;
	padding: 0.1vw 14px;
  }
  .global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;	
	transition: all .6s;
  }  
  .global-nav__item a .en {
	display: inline-block;
	width: 100%;
	font-family: 'Waterfall', cursive;
	font-weight: bold;
	color: #EC6D81;
	font-size:2vw;
}
	.global-nav__item a .jp {
		display: inline-block;
		width: 100%;
		color: #000;
		font-size:1vw;
}

  .hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #EC6D81 !important;
	transition: all .6s;
  }  
  .hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#EC6D81;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
  } 
  .global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 20px 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:#EC6D81;
}

.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) {
	#pcheader {
		display: none;
	}

.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	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: 100vh;
	min-height: 100%;
	padding-top: 40px;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
.global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	transition: all .6s;
  }
.global-nav__item a .en {
	width: 100%;
	font-size:9vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:2.5vw;
}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 0 2%;
	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 a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:10vw;
		line-height: 10vw;
		font-family: 'Waterfall', cursive;
		font-weight: bold;
		color: #EC6D81;
		letter-spacing: 2px;	
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.6vw;
	}
}

#com-banner-pc {
	display: block;
	width: 11%;
	height: auto;
	position: fixed;
	bottom: 1%;
	right: 1%;
	z-index: 5;
	opacity: 0;
}
#com-banner-pc img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#com-banner-pc img:hover {
	transform: rotate(8deg);
	transition: 0.5s;
}

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

/* ========================================
トップメイン画像まわり
========================================== */

#topmain-sp { 
	display:none !important;
}
#topmain-pc {
	display: block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
	background-color: #fff;
}
#topmain-pc #up1 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	opacity: 1;
}
#topmain-pc .top-slide-wrap {
	display: block;
	width: 100%;
    height: auto;
	margin-top: 15vw;
	display: flex;
	align-items: center;
    overflow: hidden;
	opacity: 1;
	position: absolute;
	bottom: 0;
	-webkit-mask-image: linear-gradient(to left, black 30%, transparent, transparent);
    mask-image: linear-gradient(to left, black 30%, transparent, transparent);
}
#topmain-pc .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide-rev 40s infinite linear 0s both;
}
#topmain-pc .top-slide-wrap .top-slide .content {
	width: 200px;
	height: auto;
}
#topmain-pc .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#topmain-pc #billing {
	width:41%;
	height:auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute;
	top: 8%;
	right: 1%;
}
#topmain-pc #catch {
	width:34%;
	height:auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute;
	top: 34%;
	right: 5%;
}
#topmain-pc #date {
	width:30%;
	height:auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute;
	top: 55%;
	right: 7%;
}
#topmain-pc #logo1 ,
#topmain-pc #logo2 ,
#topmain-pc #logo3 ,
#topmain-pc #logo4 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#topmain-pc #up1 img ,
#topmain-pc #billing img ,
#topmain-pc #catch img ,
#topmain-pc #date img ,
#topmain-pc #logo1 img ,
#topmain-pc #logo2 img ,
#topmain-pc #logo3 img ,
#topmain-pc #logo4 img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
.fadeInFast {
	animation-name:fadeIn;
	animation-duration:0.2s;
	animation-fill-mode:forwards;
}
.fadeIn {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeIn1 {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeIn2 {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
	animation-delay: 0.5s;
}
.fadeIn3 {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-delay: 1.1s;
}
.fadeInlogo1 {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-delay: 1.7s;
}
.fadeInlogo2 {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-delay: 1.9s;
}
.fadeInlogo3 {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-delay: 2.1s;
}
.fadeInlogo4 {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-delay: 2.3s;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain-pc {
		display: none;
	}
	#topmain-sp { 
		display:block !important;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		background-color: #fbe2dd;
		overflow: hidden;
	}
	#topmain-sp #up0sp {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#topmain-sp #up1sp ,
	#topmain-sp #up2sp ,
	#topmain-sp #up3sp ,
	#topmain-sp #up4sp ,
	#topmain-sp #up5sp ,
	#topmain-sp #up6sp {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	} 
	#topmain-sp #up0sp img ,
	#topmain-sp #up1sp img ,
	#topmain-sp #up2sp img ,
	#topmain-sp #up3sp img ,
	#topmain-sp #up4sp img ,
	#topmain-sp #up5sp img ,
	#topmain-sp #up6sp img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	@keyframes fromLeft {
		0% {transform: translateX(-400px);opacity: 0;}
		100% {transform: translateX(0);opacity: 1;}
	}
	@keyframes fromRight {
		0% {transform: translateX(400px);opacity: 0;}
		100% {transform: translateX(0);opacity: 1;}
	}
	@keyframes fromTop {
		0% {transform: translateY(-1000px);}
		100% {transform: translateY(0);}
	}
	@keyframes fromBottom {
		0% {transform: translateY(1000px);}
		100% {transform: translateY(0);}
	}
	.up1sp {
		animation:fromLeft 1.2s ease-out forwards 0s;
	}
	.up2sp {
		animation:fromRight 1.2s ease-out forwards 0.6s;
	}
	.up3sp {
		animation:fadeIn 1.2s ease-out forwards 1.8s;
	}
	.up4sp {
		animation:fadeIn 1.2s ease-out forwards 2.0s;
	}
	.up5sp {
		animation:fadeIn 1.2s ease-out forwards 2.2s;
	}
	.up6sp {
		animation:fadeIn 1.0s ease-out forwards 3s;
	}
	#topmain-sp .top-slide-wrap {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 15vw;
		display: flex;
		align-items: center;
		overflow: hidden;
		opacity: 1;
		position: absolute;
		top: 52%;
	}
	#topmain-sp .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide-rev 30s infinite linear 0s both;
	}
	#topmain-sp .top-slide-wrap .top-slide .content {
		width: 50vw;
		height: auto;
	}
	#topmain-sp .top-slide-wrap .top-slide .content img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#topmain-sp #date-sp {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 3vw;
		text-align: center;
		transform: translateY(-10vw);
		opacity: 0;
	}
	#topmain-sp #date-sp img {
		width: 85%;
	}


}

/* ========================================
グラデ
========================================== */
#grad-bg {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-image: linear-gradient(
		0deg,
		hsl(3deg 77% 78%) 0%,
		hsl(8deg 78% 79%) 11%,
		hsl(12deg 78% 80%) 22%,
		hsl(16deg 76% 81%) 33%,
		hsl(20deg 74% 83%) 44%,
		hsl(23deg 70% 85%) 56%,
		hsl(26deg 66% 87%) 67%,
		hsl(30deg 61% 90%) 78%,
		hsl(33deg 54% 93%) 89%,
		hsl(38deg 44% 96%) 100%
	);
}

@media (max-width: 1024px) {
	#grad-bg {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		background-image: linear-gradient(
			0deg,
			hsl(3deg 77% 78%) 0%,
			hsl(4deg 78% 79%) 11%,
			hsl(5deg 79% 81%) 22%,
			hsl(6deg 80% 82%) 33%,
			hsl(6deg 81% 84%) 44%,
			hsl(7deg 82% 86%) 56%,
			hsl(8deg 82% 87%) 67%,
			hsl(9deg 82% 89%) 78%,
			hsl(9deg 81% 91%) 89%,
			hsl(10deg 79% 93%) 100%
		);
	}
}




/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3vw 0;
}
#bridge #com-banner-sp {
	display: none;
}
#bridge #theater-banner {
	width: 100%;
	height: auto;
	margin: 1vw 0 2vw;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #theater-banner li {
	width: 15%;
}
#bridge #theater-banner li img {
	width: 100%;
}
#bridge #mubi-wrap {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#bridge #mubi-wrap #mvtk-widgets-container {
	display: inline-block;
}
#bridge #tw-link {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#bridge #tw-link img {
	width: 5%;
}
#bridge #theater-banner li img:hover ,
#bridge #tw-link img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 3vw 0;
	}
	#bridge #com-banner-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		text-align: center;
		opacity: 0;
		transform: translateY(-7vw);
	}
	#bridge #com-banner-sp img {
		width: 50%;
		vertical-align: bottom;
	}
	#bridge #theater-banner {
		width: 100%;
		height: auto;
		margin: 1vw 0 2vw;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#bridge #theater-banner li {
		width: 60%;
	}
	#bridge #tw-link img {
		width: 12%;
	}
	#bridge #mubi-wrap {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
}



/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:50vw;
	margin:0;
	padding:6vw 0 5vw;
	overflow: hidden;
	position: relative;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0 0 2vw;
	margin:0;
	text-align:center;
	position: relative;
	opacity: 0;
}
.trailer h2 img {
	width:15%;
	height:auto;
	vertical-align: bottom;
}
.trailer #trailer-slide {
	display: block;
	width: 100%;
    height: auto;
	margin-top: 5vw;
	display: flex;
	align-items: center;
    overflow: hidden;
	opacity: 0;
}
.trailer #trailer-slide .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 40s infinite linear 0s both;
}
.trailer #trailer-slide .top-slide .content {
	width: 500px;
	height: auto;
}
.trailer #trailer-slide .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0 20%;
	opacity: 0;
	position: absolute;
	top: 22%;
}
.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%;
}

.video-sp {
  display:none !important;
}
.h2sp {display:none;}


/* 以下スマホ */
@media (max-width: 1024px) {
.trailer {
	width:100%;
	padding:30px 0 50vw;
}
.trailer h2 img {
	width:40%;
	height:auto;
}
.trailer #trailer-slide {
	display: none;
}
#video-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: static;
}
.video {
	width:90%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 5% 10px;
	display:block;
  }

}

@media (max-width: 525px) {
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:10vw 0 20vw;
}
.trailer h2 {
	width:100%;
	height:auto;
	text-align:center;
	padding:0;
	margin:30px 0 20px;
	position:relative;
	font-size: 6vw;
}
.trailer h2 img {
	width:40%;
	height:auto;
}
.trailer .trailer-slider {
	display: none;
}
#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;
}


}




/* ========================================
イントロ＆ストーリー
========================================== */
#intro-bg1 {
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:-20;
	background:url(../img/HOM-introstory-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#intro-bg2 {
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:-19;
	background:url(../img/HOM-introstory-bg-2-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	animation:intro-bg2 8s infinite 0s;
}
@keyframes intro-bg2 {
	0% {opacity: 0;}
	40% {opacity: 0;}			
	50% {opacity: 1;}			
	90% {opacity: 1;}			
	100% {opacity: 0;}
}
#intro {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20vw 0;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro h2 img {
	width: 35%;
}
#intro .intro-txt {
	width: 50%;
	height: auto;
	margin: 10vw 15% 30vw;
	padding: 3vw 10%;
	background-color: rgba( 207,110,105 , 0.9 );
}
#intro .intro-txt h3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	text-align: center;
	opacity: 0;
}
#intro .intro-txt h3 img {
	width: 100%;
}
#intro .intro-txt p {
	width: 100%;
	color: #000;
	font-size: 1.1vw;
	font-feature-settings: "palt";
	line-height: 2.6vw;
	letter-spacing: 2px;
	opacity: 0;
}


@media (max-width: 1024px) {
	#intro-bg1 {
		width:100%;
		height:100vh;
		min-height: 100%;
		position:fixed;
		top:0;
		left:0;
		z-index:-20;
		background:url(../img/HOM-introstory-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	#intro-bg2 {
		width:100%;
		height:100vh;
		min-height: 100%;
		position:fixed;
		top:0;
		left:0;
		z-index:-19;
		background:url(../img/HOM-introstory-bg-2-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		animation:intro-bg2 8s infinite 0s;
	}
	#intro {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 40vw 0;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 90vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro h2 img {
		width: 90%;
	}
	#intro .intro-txt {
		width: 90%;
		height: auto;
		margin: 20vw 0 100vw;
		padding: 15vw 5%;
		background-color: rgba( 255,255,255 , 0.6 );
	}
	#intro .intro-txt h3 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 2vw 0;
		text-align: center;
		opacity: 0;
	}
	#intro .intro-txt h3 img {
		width: 85%;
	}
	#intro .intro-txt p {
		width: 100%;
		color: #000;
		font-size: 1em;
		font-feature-settings: "palt";
		line-height: 2em;
		letter-spacing: 2px;
		opacity: 0;
	}
	
	
}


/* ========================================
スライドエリア
========================================== */
#slider-area {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #FBD8D6;
}
#slider-area #slider-bg1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	animation:slider-bg1 8s infinite 0s;
}
#slider-area #slider-bg2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	animation:slider-bg2 8s infinite 0s;
}
#slider-area #slider-bg3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	animation:slider-bg3 8s infinite 0s;
}
@keyframes slider-bg1 {
	0% {opacity: 1;}
	23% {opacity: 1;}			
	33% {opacity: 0;}			
	90% {opacity: 0;}			
	100% {opacity: 1;}
}
@keyframes slider-bg2 {
	0% {opacity: 0;}
	23% {opacity: 0;}			
	33% {opacity: 1;}			
	56% {opacity: 1;}			
	66% {opacity: 0;}			
	100% {opacity: 0;}
}
@keyframes slider-bg3 {
	0% {opacity: 0;}
	56% {opacity: 0;}			
	66% {opacity: 1;}			
	90% {opacity: 1;}			
	100% {opacity: 0;}
}
#slider-area #slider-bg1 img ,
#slider-area #slider-bg2 img ,
#slider-area #slider-bg3 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#slider-area #slider-slide {
	display: block;
	width: 100%;
    height: auto;
	display: flex;
	align-items: center;
    overflow: hidden;
	opacity: 1;
	position: absolute;
	bottom: 0;
}
#slider-area #slider-slide .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 30s infinite linear 0s both;
}
#slider-area #slider-slide .top-slide .content {
	width: 21vw;
	height: auto;
}
#slider-area #slider-slide .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


@media (max-width: 1024px) {
	#slider-area #slider-slide {
		display: block;
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		overflow: hidden;
		opacity: 1;
		position: absolute;
		bottom: 34%;
	}
	#slider-area #slider-slide .top-slide .content {
		width: 70vw;
		height: auto;
	}
	
}


/* ========================================
監督
========================================== */
#director-bg {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-18;
	width:100%;
	height:100vh;
	min-height: 100%;
	background:url(../img/HOM-director-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
#director-bg2 {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-17;
	width:100%;
	height:100vh;
	min-height: 100%;
	opacity: 1;
}
#director {
	width: 100%;
	height: auto;
	padding: 25vw 0 20vw;
	overflow-x: hidden;
}
#director #director-head {
	width: 100%;
	height: auto;
	margin: 3vw 0 5vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#director #director-head img {
	width: 50%;
}
#director .dire-txt {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
}
#director .dire-txt p {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	font-size: 1em;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	line-height: 2em;
	color: #fff;
	opacity: 0;
}
#director .dire-txt #signature {
	width: 100%;
	height: auto;
	margin: 1.2vw 0;
	text-align: right;
	opacity: 0;
}
#director .dire-txt #signature img {
	width: 35%;
}
#director .director-headline {
	width: 100%;
	height: auto;
	margin: 13vw 0 3vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#director .director-headline img {
	width: auto;
	height: 6vw;
}
#director .dire-txt2 {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
}
#director .dire-txt2 p {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	font-size: 1em;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	line-height: 2em;
	color: #fff;
	opacity: 0;
}
#director .filmo {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	list-style-type: none;
}
#director .filmo li {
	width: 100%;
	height: auto;
	margin: 3vw 0;
	font-size: 1em;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	line-height: 2em;
	color: #fff;
}
#director .filmo li span {
	font-weight: bold;
	font-size: 1.2em;
	opacity: 0;
}
#director .filmo li ul {
	width: 100%;
	height: auto;
	margin-left: 1.5vw;
	padding: 0;
	opacity: 0;
	list-style-type: "- ";
}
#director .filmo li ul li {
	width: 100%;
	margin: 0.3vw 0;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	line-height: 2em;
	color: #fff;
}



@media (max-width: 1024px) {
	#director-bg {
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-18;
		width:100%;
		height:100vh;
		min-height: 100%;
		background:url(../img/HOM-director-bg-1-sp-rev.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		opacity: 0;
	}
	#director-bg2 {
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-17;
		width:100%;
		height:100vh;
		min-height: 100%;
		background:url(../img/HOM-director-bg-2-sp-rev.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		opacity: 0;
	}
	.dire-spbg2 {
		animation:fadeIn 0.1 forwards 0s ,intro-bg2 8s infinite 0s;
	}
	#director {
		width: 100%;
		height: auto;
		padding: 50vw 0 50vw;
	}
	#director #director-head {
		width: 100%;
		height: auto;
		margin: 3vw 0 15vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#director #director-head img {
		width: 90%;
	}
	#director .dire-txt {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
	}
	#director .dire-txt p {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		padding: 0;
		font-size: 1em;
		font-feature-settings: "palt";
		letter-spacing: 2px;
		line-height: 2em;
		color: #fff;
		opacity: 0;
	}
	#director .dire-txt #signature {
		width: 100%;
		height: auto;
		margin: 1.2vw 0;
		text-align: right;
		opacity: 0;
	}
	#director .dire-txt #signature img {
		width: 60%;
	}
	#director .director-headline {
		width: 100%;
		height: auto;
		margin: 30vw 0 10vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#director .director-headline img {
		width: auto;
		height: 15vw;
	}
	#director .dire-txt2 {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
	}
	#director .dire-txt2 p {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		padding: 0;
		font-size: 1em;
		font-feature-settings: "palt";
		letter-spacing: 2px;
		line-height: 2em;
		color: #fff;
		opacity: 0;
	}
	#director .filmo {
		width: 95%;
		height: auto;
		margin-left: 5%;
		padding: 0;
		list-style-type: none;
	}
	#director .filmo li {
		width: 100%;
		height: auto;
		margin: 10vw 0;
		font-size: 1em;
		font-feature-settings: "palt";
		letter-spacing: 2px;
		line-height: 2em;
		color: #fff;
	}
	#director .filmo li span {
		font-weight: bold;
		font-size: 1.1em;
		letter-spacing: 0px;
	}
	#director .filmo li ul {
		width: 98%;
		height: auto;
		margin-left: 2%;
		padding: 0;
		opacity: 0;
		list-style-type: "- ";
	}
	#director .filmo li ul li {
		width: 100%;
		margin: 1vw 0;
		font-size: 0.9em;
		font-feature-settings: "palt";
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #fff;
	}



}



/* ========================================
キャスト
========================================== */
#cast {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
	background-color: #000;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
	text-align: center;
}
#cast h2 img {
	width: 12%;
}
#cast .cast-unit {
	width: 60%;
	height: auto;
	margin: 3vw 20% 10vw;
	padding: 0;
}
#cast .cast-unit .cast-images {
	width: 70%;
	height: auto;
	margin: 0 15% 2vw;
	padding: 0;
	position: relative;
}
#cast .cast-unit .cast-images .cast4 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#cast .cast-unit .cast-images .cast3 ,
#cast .cast-unit .cast-images .cast2 ,
#cast .cast-unit .cast-images .cast1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#cast .cast-unit .cast-images .cast4 img ,
#cast .cast-unit .cast-images .cast3 img ,
#cast .cast-unit .cast-images .cast2 img ,
#cast .cast-unit .cast-images .cast1 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#cast .cast-unit .cast-txt {
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 1em;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	line-height: 2em;
	color: #fff;
}
.cast3ani {
	animation: fadeOut 0.3s forwards linear 1.1s;
}
.cast2ani {
	animation: fadeOut 0.1s forwards linear 0.7s;
}
.cast1ani {
	animation: fadeOut 0.1s forwards linear 0.3s;
}


@media (max-width: 1024px) {
	#cast {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 30vw 0;
		background-color: #000;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 1vw 0;
		text-align: center;
	}
	#cast h2 img {
		width: 40%;
	}
	#cast .cast-unit {
		width: 100%;
		height: auto;
		margin: 10vw 0 30vw;
		padding: 0;
	}
	#cast .cast-unit .cast-images {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		position: relative;
	}
	#cast .cast-unit .cast-txt {
		width: 90%;
		height: auto;
		margin: 0 5%;
		font-size: 1em;
		font-feature-settings: "palt";
		letter-spacing: 2px;
		line-height: 2em;
		color: #fff;
	}
}

/* ========================================
SNSボタンアリア
========================================== */
.fadeInButton {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-delay: 2.2s;
}
#button-area {
	width:100%;
	height:auto;
	margin: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:120px;
	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:#1B95E0;
}
#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) {
	.fadeInButton {
		animation-name:fadeIn;
		animation-duration:1.1s;
		animation-fill-mode:forwards;
		animation-delay: 0.8s;
	}
#button-area {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0 10px;
}

#button-area ul.social_sq_buttons {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type: none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

#button-area ul.social_sq_buttons li {
	width:160px;
	height: 20px;
	margin:5px;
	padding:3px 0;
	display: flex;
	justify-content: center;
}


}



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: relative;
}
footer #foot4 {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
footer #foot3 ,
footer #foot2 ,
footer #foot1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
footer #foot4 img ,
footer #foot3 img ,
footer #foot2 img ,
footer #foot1 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.foot1 {
	animation: fadeOut 1.5s forwards linear 0.3s;
}
.foot2 {
	animation: fadeOut 1.5s forwards linear 0.5s;
}
.foot3 {
	animation: fadeOut 1.5s forwards linear 0.7s;
}
footer #foot-catch {
	width: 18%;
	height: auto;
	position: absolute;
	top: 24%;
	left: 41%;
}
footer #foot-catch img {
	width: 100%;
}
footer #foot-title {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 53%;
	opacity: 0;
}
footer #foot-title li:nth-child(odd) {
	width: 25%;
	margin: 0 12% 0 8%;
	text-align: center;
}
footer #foot-title li:nth-child(even) {
	width: 25%;
	margin: 0 8% 0 12%;
	text-align: center;
}
footer #foot-title li img {
	width: 80%;
}
.foot-title {
	animation: fadeIn 1.5s forwards linear 0.8s;
}
footer #button-area {
	position: absolute;
	bottom: 1.5%;
}
footer #copy {
	width:100%;
	height:auto;
	padding:5px 0;
	margin:0;
	text-align: center;
	color: #EE8091;
	font-size: 0.9vw;
	position: absolute;
	bottom: 0;
}

@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position: relative;
	}
	footer #foot-catch {
		width: 50%;
		height: auto;
		position: absolute;
		top: 15%;
		left: 25%;
	}
	footer #foot-catch img {
		width: 100%;
	}
	footer #foot-title {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		position: absolute;
		top: 60%;
		opacity: 0;
	}
	footer #foot-title li:nth-child(odd) {
		width: 90%;
		margin: 0 5%;
		text-align: center;
	}
	footer #foot-title li:nth-child(even) {
		width: 54%;
		margin: -3vw 23% 0;
		text-align: center;
	}
	footer #foot-title li img {
		width: 100%;
	}

}
@media (max-width: 510px) {




}



/* ========================================
コメント
========================================== */
body#com-body .hamburger ,
body#com-body #pcheader {
	opacity: 1;
}
#com-bg1 {
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:-20;
	background:url(https://hommage-movie.com/img/HOM-comment-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#com-bg2 {
	display: block;
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:-19;
	background:url(https://hommage-movie.com/img/HOM-comment-bg-2-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	animation:intro-bg2 ease-in-out 10s infinite 0s;
}
@keyframes intro-bg2 {
	0% {opacity: 0;}
	40% {opacity: 0;}			
	50% {opacity: 1;}			
	90% {opacity: 1;}			
	100% {opacity: 0;}
}
#comment {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 8vw 0;
}
#comment h1 {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	text-align: center;
}
#comment h1 img {
	width: 20%;
}
#comment #keisho {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	padding: 0;
	text-align: center;
	color: #5D3921;
	font-size: 1em;
}
#comment ul#celeb {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#comment ul#celeb li {
	width: 29%;
	height: auto;
	margin: 2vw 1%;
	opacity: 0;
	-moz-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
	-webkit-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
	-ms-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
	box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
}
#comment ul#celeb li:nth-child(1) ,
#comment ul#celeb li:nth-child(2) ,
#comment ul#celeb li:nth-child(3) {
	opacity: 1;
}
#comment ul#celeb li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.fadeInUp {
	animation: fadeInUp 1.2s ease-out 0s forwards;
}
.fadeInUp2 {
	animation: none;
}
#comment #com-line {
	width: 80%;
	height: auto;
	margin: 3vw 10% 4vw;
	border-bottom: #5D3921 solid 2px;
}
#comment ul#tstaff {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#comment ul#tstaff li {
	width: 29%;
	height: auto;
	margin: 2vw 1%;
	opacity: 0;
	-moz-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
	-webkit-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
	-ms-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
	box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
}
#comment ul#tstaff li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
body#com-body footer #foot-comimg {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10vw 0;
	text-align: center;
}
body#com-body footer #foot-comimg img {
	width: 20%;
	height: auto;
	vertical-align: bottom;
}

@media (max-width: 1024px) {

	#com-bg1 {
		width:100%;
		height:100vh;
		min-height: 100%;
		position:fixed;
		top:0;
		left:0;
		z-index:-20;
		background:url(https://hommage-movie.com/img/HOM-comment-bg-sp-test-1.jpg) repeat;
		background-size: 100%;
		background-position: center center;
	}
	#com-bg2 {
		display: none;
	}
	#comment {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 15vw 0;
	}
	#comment h1 {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		padding: 0;
		text-align: center;
	}
	#comment h1 img {
		width: 50%;
	}
	#comment #keisho {
		width: 100%;
		height: auto;
		margin: 1vw 0;
		padding: 0;
		text-align: center;
		color: #5D3921;
		font-size: 1em;
	}
	#comment ul#celeb {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#comment ul#celeb li {
		width: 88%;
		height: auto;
		margin: 10vw 6%;
		opacity: 0;
		-moz-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
		-webkit-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
		-ms-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
		box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
	}
	#comment ul#celeb li:nth-child(2) ,
	#comment ul#celeb li:nth-child(3) {
		opacity: 0;
	}
	.fadeInUp2 {
		animation: fadeInUp 1.2s ease-out 0s forwards;
	}
	#comment ul#tstaff {
		width: 100%;
		height: auto;
		margin: 5vw 0 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#comment ul#tstaff li {
		width: 88%;
		height: auto;
		margin: 10vw 6%;
		opacity: 0;
		-moz-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
		-webkit-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
		-ms-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
		box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.67);
	}
	body#com-body footer #foot-comimg {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0 40vw;
		text-align: center;
	}
	body#com-body footer #foot-comimg img {
		width: 60%;
		height: auto;
		vertical-align: bottom;
	}
	body#com-body footer #copy {
		width:100%;
		height:auto;
		padding:5px 0;
		margin:0;
		text-align: center;
		color: #EE8091;
		font-size: 0.9em;
		position: absolute;
		bottom: 0;
	}
}



/* ========================================
ダウンロード
========================================== */

body#dl-body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100vh;
	background:url(https://hommage-movie.com/download/images/HOM-dl-bg.jpg) no-repeat;
	  background-size: cover;
	  background-position: bottom center;
	  animation: none;
  }
  body#dl-body::after{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-11;
	width:100%;
	height:100vh;
	animation: none;
  }  
  .dlButton {
	  background-color:#D04655;
	  border:1px solid #D04655;
	  display:inline-block;
	  cursor:pointer;
	  color:#fff;
	  font-family:Arial;
	  width: 16vw;
	  font-size:1.1vw;
	  padding:10px 0;
	  text-align: center;
	  text-decoration:none;
	  font-weight: bold;
	  font-feature-settings:"palt";
  }
  .dlButton:hover {
	  background-color:#fff;
	  color:#D04655;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#fff !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#fff;
	  color:#D04655 !important;
  }
  .dl-contents {
	  width:80%;
	  height:auto;
	  padding:20px 10% 80px;
	  font-size:1.3em;
  }  
  .dl-contents h2 {
	  width:100%;
	  text-align:center;
	  padding:0;
	  color:#000;
	  font-size:2em;
	  margin-bottom:30px;
  }  
  .dl-contents h2 span.small {
	  font-size:0.5em;
	  line-height:0.7em;
  }
  
  .dl-contents h2 img {
	  width:25%;
  }  
  #dl-wrapper {
	  width:100%;
	  height:auto;
	  text-align:center;
	  margin-bottom:20px;
  }
  
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#5B3119;
	  margin:20px 0 5px;
	  font-size: 0.9em;
	  font-weight: bold;
	  font-feature-settings:"palt";
	  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  }
  #dl-wrapper .dl-txt1 span {
	display: inline-block;
	position: relative;
	z-index: 2;
  }
  
  #dl-wrapper .dl-txt1 a {
	  color:#000;
  }
  
  #dl-wrapper .dl-txt1 img {
	  width:30%;
  }
  
  #dl-wrapper .sikiri {
	  width:100%;
	  height:auto;
	  padding:40px 0 20px;
	  text-align:center;
  }
  
  #dl-wrapper .sikiri img {
	  width:10%;
  }
  
  
  #dl-wrapper .dl-uline {
	  display:inline-block;
	  width:70%;
	  margin:20px 0 30px;
  }
  
  #dl-wrapper .dl-uline img {
	  width:100%;
	  height:60px;
  }
  .dl-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }  
  .dl-wrap .img-box {
	  width:22%;
	  height:auto;
	  padding:0 1%;
	  margin:50px 1%;
	  color:#5B3119;
	  text-align: center;
	  font-size: 0.9em;
	  font-weight: bold;
	  font-feature-settings: "palt";
	  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  }  
  .img-box img {
	  width:90%;
  }

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