html{
  height:100%; 
}

body { 
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow-x:hidden;
	font-family: "shippori-mincho-b1", sans-serif;
	font-weight: 500;
	font-style: normal;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
.sponly {display:none;}
.sponly2 {display:none;}
.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;
}
.fadeInZero {
	animation-name:fadeIn;
	animation-duration:0s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeOutZero {
	animation-name:fadeOut;
	animation-duration:0s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}

.fadeInTeaser {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
@keyframes fadeInUp {
	from {
	opacity: 0;
	transform: translateY(70px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}
@keyframes fadeInUp2 {
	from {
	opacity: 0;
	transform: translateY(100px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}
@keyframes fadeOut {
	from {
	opacity: 1;
	}

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

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



@media (max-width: 1024px) {
	body { 
		margin: 0; 
		padding:0;
		width:100%; 
		height:100vh;
		overflow-x:hidden;
	}
	.sponly {display:inline;}
	.sponly2 {display:none;}
	.pconly {display:none;}
}
@media (max-width: 610px) {
	.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.2s;
    transition-duration: 1.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:25%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:auto;
}
#loader #load2 {
	width:100%;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: load1 1.5s ease infinite;
}
@keyframes load1 {
	0% {opacity: 0;}
	20% {opacity: 1;}
	80% {opacity: 1;}
	100% {opacity: 0;}
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#loader-bg {
		background: #fff;
	}
	#loader {
		width:100%;
		height:auto;
		margin:0;
		padding:0;
		position:relative;
		text-align:center;
	}
	#loader {
		width:60%;
		height:auto;
		margin:0;
		padding:0;
		position:relative;
	}
	

}


/* ========================================
ヘッダー
========================================== */
#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:10px 0 30px;
	position:fixed;
	top:0;
	background: linear-gradient(to bottom, #0d0a0e, transparent);
	z-index:1001;
	opacity: 0;
}
#pcheader ul#pcmenu {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type:none;
	display:flex;
	justify-content: center;
}
#pcheader ul#pcmenu li {
	width:auto;
	height:auto;
	margin:0 0.8%;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#pcheader ul#pcmenu li.menusns {
	width:auto;
	height:auto;
	margin:0 0.5%;
	padding:0;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li a {
	transition-duration: 0.4s;
	text-decoration:none !important;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:1.2vw;
	line-height:1.2vw;
	letter-spacing: 1.0px;
	text-align: center;
	color: #fff;
	font-family: "span-compressed", serif;
	font-weight: 200;
	font-style: normal;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(0px);
	font-size: 1.6vw;
}
#pcheader ul#pcmenu li.menusns a span.eng img {
	width: 2.5vw;
}
#pcheader ul#pcmenu li a span.jpn {
	display: block;
	width: 100%;
	font-size:0.7vw;
	line-height:0.7vw;
	text-align: center;
	color: #fff;
	font-family: 'Edu TAS Beginner', cursive;
	letter-spacing: 1px;
	transform: translateY(-1.5vw);
}
#pcheader ul#pcmenu li a:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.navigation {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px ;
	width: 100%;
	height: 100%;
}  
.global-nav {
	position: fixed;
	right: 0;
	top: -2000px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: 0px;
	background: #fff;
	background-size: cover;
	background-position: center center;
	z-index: 200000;
	display: flex;
	align-items: center;
}
.global-nav .global-nav-inner {
	width: 100%;
	height: auto;
	position: relative;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
}  
.global-nav #menu-logo {
	width:50%;
	height:auto;
	margin:0px 25% 10vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo #menu-logo1 {
	width: 100%;
	height: auto;
}
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0.1vw 0px;
}
.global-nav__item a {
	display: block;
	padding: 0;
	text-decoration: none;	
	color: #0d0a0e;
	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: #f7cbdf !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#f7cbdf;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 10vw 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 16%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#201519;
}
.global-nav ul.nav-sns li img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.global-nav ul.nav-sns li img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

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



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

.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:none;
	opacity: 1;
  }  
  .hamburger {
	width: 52px; /* クリックしやすいようにちゃんと幅を指定する */
	height: 54px; /* クリックしやすいようにちゃんと高さを指定する */
	  display:block !important;
  }  
  .hamburger__line {
	  position: absolute;
	  left: -2px;
	  width: 40px;
	  height: 4px;
	  transition: all .6s;
	}	
	.hamburger #menu {
	  position: absolute;
	  top: 38px;
	  left: -3px;
	  font-weight:bold;
	  font-size:0.9em;
	}
  
  .hamburger__line--1 {
	top: 8px;
  }
  .hamburger__line--2 {
	top: 21px;
  }
  .hamburger__line--3 {
	top: 34px;
  }
  
  .global-nav {
	position: fixed;
	top: -1600px; /* これで隠れる */
	left: 0;
	width: 100%; /* スマホに収まるくらい */
	height: 100%;
	min-height: 100%;
	padding: 0 0 10px;
	transition: all .6s;
	z-index: 200;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__list {
	margin: 10px 0 10px;
  }
  .global-nav__item {
	margin: 15px 0;
  }
  .global-nav__item a {
	display: block;
	padding: 1px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:3.0rem;
	line-height: 3.0rem;
	letter-spacing: 1.5px;
	color: #0d0a0e;
	font-family: "span-compressed", serif;
	font-weight: 300;
	font-style: normal;

	
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}


.global-nav #tw-menu {
	width:100%;
	height:auto;
	padding:20px 0;
	margin:0;
	text-align: center;
	opacity: 1;
	position: relative;
	color: #fff;
	font-size: 10vw;
}
.global-nav #tw-menu a {
	color: #fff;
}
  
	/* 表示された時用のCSS */
	.nav-open .global-nav {
	  top: 0;
	}
	.nav-open .black-bg {
	  opacity: .8;
	  visibility: visible;
	}
	.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 20px;
	
	}
	.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
	
	}
	.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 20px;
	
	}
  
  
  ul#nav-button {
	  display:none !important;
  }
  
}  


/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	.global-nav__item {
		margin: 20px 0 !important;
	}
	.global-nav__item a {
		display: block;
		padding: 1px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:1.5rem;
		line-height: 1.5rem;
		letter-spacing: 1.2px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}

	
	
}






/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 11000;
}
.modal__bg{
	background: url(https://melt-film.com/img/TTM-cast-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: left top;
    height: 100%;
    position: absolute;
    width: 100%;
}
.movie-bg {
	background:#000;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 0.85;
}
.news-bg {
	background:#000;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 0.5;
}
.movie__content {
    width: 65%;
	height: auto;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.prof__content {
    width: 40%;
	height: auto;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.prof__content h2 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	color: #fff;
	font-size: 1.4rem;
}
.prof__content p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 2.2rem;
}
.modal__content {
    width: 60%;
	height: 90%; /* スクロール時は80% */
    padding: 0;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	background-size: cover;
	background-position: center center;
	overflow-y: scroll;
	scrollbar-width: none;
	scrollbar-color: #ccc #414040;
}
.modal__content::-webkit-scrollbar {
    width: 0px;
}
.modal__content::-webkit-scrollbar-track{
	background-color: #414040;
}
.modal__content::-webkit-scrollbar-thumb{
	background-color: #ccc;
}
.modal__content .news__content {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 3vw 0;
	padding: 3vw;
	background-color: #fff;
}
.modal__content .news__content h3 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	color: #000;
	font-size: 1.4vw;
	letter-spacing: 1.5px;
}
.modal__content .news__content .date {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	color: #000;
	font-size: 1.2vw;
	letter-spacing: 1.5px;
	font-weight: bold;
	border-bottom: 2px solid #000;
}
.modal__content .news__content p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.2vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
}
.movie__content .video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
} 
.movie__content .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie__content ul#movie-changer {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.movie__content .movie-btn {
	width: 30%;
	height: auto;
	margin: 0 0.5%;
	padding: 5px 0;
	text-align: center;
	background-color: #fff;
	border: 1px solid #fff;
	color: #0672A2;
	font-size: 0.9vw;
}
.movie__content .activee {
	background: #0672A2;
	border: 1px solid #0672A2;
	color: #fff;
}
.movie__content .movie-btn i {
	display: none;
}
.movie__content .activee i {
	display: inline;
}

.movie-btn:hover {
	background: #0672A2;
	border: 1px solid #0672A2;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}
.batsu {
	width: 3%;
	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) {
	.movie__content {
		width: 100%;
		height: auto;
		padding: 1% 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.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;
	}
	.modal__content .news__content {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin: 10vw 0;
		padding: 8vw 3vw;
		background-color: #fff;
	}
	.modal__content .news__content h3 {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		padding: 0;
		color: #000;
		font-size: 1.3rem;
		letter-spacing: 1.5px;
	}
	.modal__content .news__content .date {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		color: #000;
		font-size: 1rem;
		letter-spacing: 1.5px;
		font-weight: bold;
		border-bottom: 2px solid #000;
	}
	.modal__content .news__content p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #000;
		font-size: 1rem;
		line-height: 1.8rem;
		letter-spacing: 1.2px;
	}
	
	.prof__content {
		width: 80%;
		height: auto;
		box-sizing: border-box;
		padding: 40px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.prof__content h2 {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		padding: 0;
		color: #fff;
		font-size: 1.3rem;
	}
	.prof__content p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
	}
	
	.movie__content .movie-btn {
		width: 45%;
		font-size: 3vw;
		margin: 5px 1%;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	ul#movie-changer {
		margin: 30px 0 0;
	}
	.movie__content .movie-btn {
		width: 82%;
		font-size: 3.2vw;
		margin: 5px 0;
	}
	.modal__content p {
		width: 90%;
		height: auto;
		margin: 0;
		padding: 5vw 5%;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 1.0px;
	}
	.prof__content {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		padding: 40px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}

}


/* ========================================
トップメイン画像まわり
========================================== */
#top {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
	background: #0d0a0e;
}
#top #top__bg1 {
	width: 100%;
	height: auto;
}
#top #top__bg2 ,
#top #top__bg3 ,
#top #top__bg4 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#top #top__award {
	width: 11%;
	height: auto;
	position: absolute;
	top: 5%;
	left: 4%;
	opacity: 0;
}
#top #top__date {
	width: 42%;
	height: auto;
	position: absolute;
	bottom: 23%;
	left: 7%;
	opacity: 0;
}
#top #top__catch {
	width: 46%;
	height: auto;
	position: absolute;
	bottom: 13%;
	left: 5%;
	opacity: 0;
}
#top #top__bb {
	width: 50%;
	height: auto;
	position: absolute;
	bottom: 4%;
	left: 3%;
	opacity: 0;
}
.top__bg2 {
	animation: fadeIn 1.0s ease 2.0s forwards;
}
.top__bg3 {
	animation: fadeIn 1.0s ease 2.6s forwards;
}
.top__bg4 {
	animation: fadeIn 1.0s ease 3.0s forwards;
}
.top__last {
	animation: fadeIn 1.5s ease 3.5s forwards;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#top {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position:relative;
		overflow: hidden;
		background: #0d0a0e;
	}
	#top #top__award {
		width: 28%;
		height: auto;
		position: absolute;
		top: 2%;
		left: 2%;
		opacity: 0;
	}
	#top #top__date {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 10%;
		left: 10%;
		opacity: 0;
	}
	#top #top__catch {
		width: 90%;
		height: auto;
		position: absolute;
		bottom: 5.5%;
		left: 5%;
		opacity: 0;
	}
	#top #top__bb {
		width: 90%;
		height: auto;
		position: absolute;
		bottom: 1%;
		left: 5%;
		opacity: 0;
	}

}



/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 3vw 0 5vw;
	background-color: #0d0a0e;
}
#bridge #theater-banners {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge #theater {
	width: 15%;
	height: auto;
	margin: 0 1%;
	text-align: center;
	opacity: 0;
}
#bridge #theater img {
	width: 100%;
}
#bridge #theater a:hover {
	animation: flash 1.0s;
}
#bridge .warning-btn {
	display: block;
	width: 15%;
	height: calc(15vw * 0.275);
	box-sizing: border-box;
	border: 0.5px solid rgba(247, 203, 223, 0.76);
	padding: 0;
	margin: 0 1%;
	text-align: center;
	font-size: 1.4vw;
	color: #F7CBDF;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
#bridge .warning-btn:hover {
	background-color: #F7CBDF;
	color: #0d0a0e;
	transition: 1.0s all;
}
#bridge #com-banner {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
	opacity: 0;
}
#bridge #com-banner img {
	width: 15%;
}
#bridge #com-banner a img:hover {
	animation: flash 1.0s;
}
#bridge #mubi {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #mubi #mvtk-widgets-container {
	display: inline-block;
}
#bridge #x-link {
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 0;
}
#bridge #x-link img {
	width: 4%;
}
#bridge #x-link a:hover {
	animation: flash 1.0s;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 10vw 0;
		background-color: #110c12;
		position: relative;
		z-index: 0;
	}
	#bridge .warning-btn {
		width: 60%;
		height: calc(60vw * 0.275);
		box-sizing: border-box;
		border: 0.5px solid rgba(247, 203, 223, 0.76);
		padding: 2vw 0;
		margin: 0 20% 5vw;
		text-align: center;
		font-size: 1.4rem;
		font-weight: bold;
		color: #DEC4DE;
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 0;
	}
	#bridge .warning-btn i {
		transform: translate3d(0, 3px, 0);
	}
	#bridge #theater {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #theater img {
		width: 60%;
	}
	#bridge #com-banner {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #com-banner img {
		width: 60%;
	}
	#bridge #x-link {
		width: 100%;
		height: auto;
		text-align: center;
	}
	#bridge #x-link img {
		width: 12%;
	}
		
}

/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:3vw 0 7vw;
	overflow: hidden;
	position: relative;
	background-color: #0d0a0e;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 1.5vw;
	text-align: center;
	position: relative;
	opacity: 0;
}
.trailer h2 img {
	width: 12%;
}
#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;
	display:block;
} 
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.trailer ul#movie-changer {
	width: 60%;
	height: auto;
	margin: 10px 20%;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.movie-btn {
	width: 30%;
	height: auto;
	margin: 0 1%;
	padding: 3px 0;
	text-align: center;
	background-color: transparent;
	border: 1px solid #f7cbdf;
	color: #f7cbdf;
	font-size: 1.1vw;
	font-weight: bold;
}
.movie-btn i {
	opacity: 0;
}
.activee {
	background: #f7cbdf;
	border: 1px solid #f7cbdf;
	color: #000;
}
.activee i {
	opacity: 1;
}
.movie-btn:hover {
	background: #f7cbdf;
	border: 1px solid #f7cbdf;
	color: #000;
	cursor: pointer;
	transition-duration: 0.6s;
}
#trailer .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	opacity: 1;
}
#trailer .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	animation: loop-slide 80s infinite linear 0s both;
}
#trailer .top-slide-wrap .top-slide .content {
	width: 25vw;
	height: auto;
	margin: 0;
}
#trailer .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) {
	.trailer {
		width:100%;
		padding:10vw 0 10vw;
	}
	.trailer h2 {
		width:90%;
		height:auto;
		padding:0;
		margin:0 5% 5vw;
		position: relative;
		text-align: center;
	}
	.trailer h2 img {
		width: 20%;
	}
	#video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.video {
		width:90%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:0 5% 10px;
		display:block;
	}
	.trailer ul#movie-changer {
		width: 100%;
		height: auto;
		margin: 10px 0;
		padding: 0%;
		list-style-type: none;
		display: flex;
		justify-content: center;
	}
	.movie-btn {
		width: 30%;
		font-size: 2vw;
	}
	#trailer .top-slide-wrap {
		display: none;
	}
}

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


}



/* ========================================
イントロダクション
========================================== */
#intro {
	width: 100%;
	height: auto;
	padding: 5vw 0 0;
	background-color: #0d0a0e;
	position: relative;
}
#intro #intro__ob1 {
	width: 100%;
	height: auto;
	position: relative;
}
#intro #intro__ob1 #ob1 {
	width: 100%;
	height: auto;
}
#intro #intro__ob1 #ob1 img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 198;
}
#intro #intro__ob1 h2 {
	width: 23%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate3d(0, -50%, 0);
	opacity: 0;
}
#intro .obi {
	width: 100%;
	height: auto;
}
#intro .obi img {
	display: block;
	width: 100%;
	height: auto;
}
#intro #intro__ob3 {
	width: 100%;
	height: auto;
	position: relative;
}
#intro #intro__ob3 #ob3 {
	width: 100%;
	height: auto;
}
#intro #intro__ob3 #ob3 img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 696;
}
#intro #intro__ob3 h2 {
	width: 10%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate3d(0, -50%, 0);
	opacity: 0;
}
#intro #ob2 img {
	aspect-ratio: 1920 / 175;
}
#intro #ob4 img {
	aspect-ratio: 1920 / 172;
}
#intro #ob5 img {
	aspect-ratio: 1920 / 139;
}
#intro #ob6 img {
	aspect-ratio: 1920 / 132;
}
#intro #ob7 img {
	aspect-ratio: 1920 / 310;
}
#intro #ob8 img {
	aspect-ratio: 1920 / 235;
}
#intro #intro__c1 {
	width: 100%;
	height: 0;
	background-color: #fff;
	text-align: center;
	transition: 0.1s all;
}
#intro #intro__c1 > div {
	overflow: hidden;
	padding: 4vw 0;
}
#intro #intro__c1 img {
	width: 60%;
	margin: 0;
}
#intro #intro__c2 {
	width: 100%;
	height: 0;
	background-color: #fff;
	text-align: center;
	transition: 0.1s all;
}
#intro #intro__c2 > div {
	overflow: hidden;
	padding: 4vw 0;
}
#intro #intro__c2 img {
	width: 60%;
}
#intro .intro__txt {
	width: 100%;
	height: 0;
	background-color: #fff;
	padding: 0;
	transition: 0.2s all;
}
#intro .intro__txt p {
	width: 60%;
	height: auto;
	margin: 8vw 20%;
	padding: 0;
	color: #dd4d95;
	font-size: 1.2vw;
	line-height: 2.6vw;
	letter-spacing: 1.5px;
}
#intro .intro__txt > div {
	overflow: hidden;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro {
		width: 100%;
		height: auto;
		padding: 20vw 0 0;
		background-color: #0d0a0e;
		position: relative;
	}
	#intro #intro__ob1 #ob1 img {
		aspect-ratio: 1170 / 225;
	}
	#intro #intro__ob1 h2 {
		width: 55%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 42%;
		transform: translate3d(0, -50%, 0);
		opacity: 0;
	}
	#intro .obi {
		width: 100%;
		height: auto;
	}
	#intro .obi img {
		display: block;
		width: 100%;
		height: auto;
	}
	#intro #intro__ob3 #ob3 img {
		aspect-ratio: 1170 / 765;
	}
	#intro #intro__ob3 h2 {
		width: 25%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 10%;
		transform: translate3d(0, -50%, 0);
		opacity: 0;
	}
	#intro #ob2 img {
		aspect-ratio: 1170 / 195;
	}
	#intro #ob4 img {
		aspect-ratio: 1170 / 189;
	}
	#intro #ob5 img {
		aspect-ratio: 1170 / 181;
	}
	#intro #ob6 img {
		aspect-ratio: 1170 / 145;
	}
	#intro #ob7 img {
		aspect-ratio: 1170 / 341;
	}
	#intro #ob8 img {
		aspect-ratio: 1170 / 252;
	}
	#intro #intro__c1 {
		width: 100%;
		height: 0;
		background-color: #fff;
		text-align: center;
		transition: 0.1s all;
	}
	#intro #intro__c1 > div {
		overflow: hidden;
		padding: 10vw 0;
	}
	#intro #intro__c1 img {
		width: 60%;
		margin: 0;
	}
	#intro #intro__c2 {
		width: 100%;
		height: 0;
		background-color: #fff;
		text-align: center;
		transition: 0.1s all;
	}
	#intro #intro__c2 > div {
		overflow: hidden;
		padding: 10vw 0;
	}
	#intro #intro__c2 img {
		width: 45%;
	}
	#intro .intro__txt {
		width: 100%;
		height: 0;
		background-color: #fff;
		padding: 0;
		transition: 0.2s all;
	}
	#intro .intro__txt p {
		width: 90%;
		height: auto;
		margin: 15vw 5%;
		padding: 0;
		color: #dd4d95;
		font-size: 1.1rem;
		line-height: 2.3rem;
		letter-spacing: 1.5px;
	}
	#intro .intro__txt > div {
		overflow: hidden;
	}

}

/* ========================================
スライダー
========================================== */
#slider {
	width: 100%;
	height: auto;
	padding: 15vw 0;
	background-color: #fff;
	position: relative;
}
#slider .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	opacity: 1;
}
#slider .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 #slider1 .top-slide {
	animation: loop-slide 60s infinite linear 0s both;
}
#slider #slider2 .top-slide {
	animation: loop-slide-rev 72s infinite linear 0s both;
}
#slider .top-slide-wrap .top-slide .content {
	width: 25vw;
	height: auto;
	margin: 0;
}
#slider .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider #slider__logo {
	width: 25%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 37.5%;
	transform: translate3d(0, -50%, 0);
	mix-blend-mode: screen;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#slider {
		width: 100%;
		height: auto;
		padding: 40vw 0;
		background-color: #fff;
		position: relative;
	}
	#slider #slider1 .top-slide {
		animation: loop-slide 60s infinite linear 0s both;
	}
	#slider #slider2 .top-slide {
		animation: loop-slide-rev 72s infinite linear 0s both;
	}
	#slider .top-slide-wrap .top-slide .content {
		width: 100vw;
		height: auto;
		margin: 0;
	}
	#slider #slider__logo {
		width: 60%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 20%;
		transform: translate3d(0, -50%, 0);
		mix-blend-mode: screen;
	}
}


/* ========================================
監督
========================================== */
#trigger-director {
	width: 100%;
	height: 10px;
	background-color: #110c12;
}
#director {
	width: 100%;
	height: auto;
	padding: 10vw 0 0;
	background-color: #110c12;
	position: relative;
}
#director #director__head {
	width: 60%;
	height: auto;
	margin: 0 20%;
	position: relative;
}
#director #director__head #director__head-bg {
	width: 100%;
	height: auto;
	clip-path: inset(0 0 0 0);
	transition: 1.0s all;
}
#director #director__head #director__head-bg img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 928 / 522;
}
#director #director__head h2 {
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35%;
	right: 13%;
}
#director #director__head #director__copy {
	width: 15%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 57%;
	left: 1%;
}
#director .director__words {
	width: 50%;
	height: auto;
	margin: 0 25%;
	position: relative;
	top: -8vw;
	opacity: 0;
	visibility: hidden;
	transition: 1.0s all ease 0.8s;
}
.director__words.visible {
  opacity: 1 !important;
  visibility: visible !important;
}
#director #director__words h3 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
}
#director #director__words h3 img {
	width: 20%;
}
#director #director__words p {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
}
#director #director__prof {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	margin: 3vw 20% 0;
	padding: 5vw;
	border: 1px solid #f7cbdf;
	position: relative;
	top: -8vw;
	opacity: 0;
}
#director #director__prof h3 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 1.6vw;
	letter-spacing: 1.5px;
}
#director #director__prof p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#director {
		width: 100%;
		height: auto;
		padding: 20vw 0;
		background-color: #110c12;
		position: relative;
	}
	#director #director__head {
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
	}
	#director #director__head #director__head-bg {
		width: 100%;
		height: auto;
		clip-path: inset(0 0 0 0);
		transition: 1.0s all;
	}
	#director #director__head #director__head-bg img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 1528;
	}
	#director #director__head h2 {
		width: 84%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 80%;
		right: 8%;
	}
	#director #director__head #director__copy {
		width: 15%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: auto;
		bottom: 1%;
		left: auto;
		right: 20%;
	}
	#director #director__words {
		width: 90%;
		height: auto;
		margin: 0 5%;
		position: relative;
		top: 10vw;
		opacity: 0;
		visibility: hidden;
		transition: 1.0s all ease 0.5s;
	}
	#director #director__words h3 {
		width: 100%;
		height: auto;
		margin: 0 0 7vw;
		padding: 0;
		text-align: center;
	}
	#director #director__words h3 img {
		width: 40%;
	}
	#director #director__words p {
		width: 100%;
		height: auto;
		margin: 0 0 1.1rem;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.2px;
	}
	#director #director__prof {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		margin: 30vw 5% 0;
		padding: 8vw 5vw;
		border: 1px solid #f7cbdf;
		position: relative;
		top: 0;
		opacity: 0;
	}
	#director #director__prof h3 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		text-align: center;
		color: #fff;
		font-size: 1.35rem;
		letter-spacing: 1.5px;
	}
	#director #director__prof p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.2px;
	}


}

/* ========================================
AWARDS
========================================== */
#awards {
	width: 100%;
	height: auto;
	position: relative;
	overflow-x: hidden;
}
#awards #awards__bg {
	width: 180%;
	height: auto;
	transform: translate3d(-44%, 0, 0);
	position: relative;
}
#awards #awards__bg #awards__bg-img {
	width: 100%;
	height: auto;
}
#awards #awards__bg #awards__bg-img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3421 / 1080;
}
#awards #awards__bg h2 {
	width: 17%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 47%;
	left: 58%;
}
#awards #awards__bg h2 img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 894 / 77;
}
@keyframes awards__bg {
	0% {transform: translate3d(-44%, 0, 0);filter: brightness(100%);}
	100% {transform: translate3d(0, 0, 0);filter: brightness(50%);}
}
.awards__bg {
	animation: awards__bg 2.5s ease forwards;
}
#awards #awards__list {
	width: 60%;
	height: auto;
	position: absolute;
	top: 40%;
	left: 20%;
	opacity: 0;
}
.awards__list {
	animation: fadeIn 1.0s ease 1.3s forwards;
}
#awards #awards__list .an-aw {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	display: flex;
	justify-content: flex-start;
}
#awards #awards__list .an-aw .year {
	width: auto;
	height: auto;
	margin: 0 3% 0 0;
	color: #fff;
	font-size: 1.4vw;
	letter-spacing: 1.2px;
}
#awards #awards__list .an-aw .name {
	width: auto;
	height: auto;
	margin: 0;
	color: #fff;
	font-size: 1.4vw;
	letter-spacing: 1.2px;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#awards #awards__bg {
		width: 370%;
		height: auto;
		transform: translate3d(-72%, 0, 0);
		position: relative;
	}
	#awards #awards__bg #awards__bg-img {
		width: 100%;
		height: auto;
	}
	#awards #awards__bg #awards__bg-img img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 3620 / 2300;
	}
	#awards #awards__bg h2 {
		width: 21%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 73%;
		left: auto;
		right: 0;
		text-align: center;
	}
	#awards #awards__bg h2 img {
		display: block;
		width: 70%;
		height: auto;
		aspect-ratio: 878 / 616;
	}
	@keyframes awards__bg {
		0% {transform: translate3d(-72, 0, 0);filter: brightness(100%);}
		100% {transform: translate3d(0, 0, 0);filter: brightness(50%);}
	}
	.awards__bg {
		animation: awards__bg 3s ease forwards;
	}
	#awards #awards__list {
		width: 90%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 5%;
		left: 9%;
		opacity: 0;
	}
	.awards__list {
		animation: fadeIn 1.0s ease 0.8s forwards;
	}
	#awards #awards__list .an-aw {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	#awards #awards__list .an-aw .year {
		width: auto;
		height: auto;
		margin: 0 3% 0 0;
		color: #fff;
		font-size: 1.2rem;
		letter-spacing: 1.2px;
	}
	#awards #awards__list .an-aw .name {
		width: auto;
		height: auto;
		margin: 0;
		color: #fff;
		font-size: 1.2rem;
		letter-spacing: 1.2px;
	}



}


/* ========================================
REVIEW
========================================== */
#rev-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
}
#rev-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -29;
	opacity: 0;
	transition: 2s ease all;
}
#review {
	width: 100%;
	height: auto;
	padding: 5vw 0 0;
}
#review h2 {
	width: 100%;
	height: auto;
	margin: 0 0 8vw;
	padding: 10vw 0 0;
	text-align: center;
	opacity: 0;
}
#review h2 img {
	width: 12%;
}
#review .rev-unit {
	width: 40%;
	height: auto;
	margin: 8vw 30%;
	opacity: 0;
}
#review .rev-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	color: #fff;
	font-size: 1.4vw;
	line-height: 2.3vw;
	letter-spacing: 1.5px;
}
#review .rev-unit .name {
	width: 100%;
	height: auto;
	color: #f7cbdf;
	font-size: 1.4vw;
	line-height: 2.8vw;
	letter-spacing: 1.5px;
	text-align: right;
}
#review #rev-unit-last {
	width: 100%;
	height: 60vw;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#review {
		width: 100%;
		height: auto;
		padding: 100vw 0 0;
	}
	#review h2 {
		width: 100%;
		height: auto;
		margin: 0 0 60vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#review h2 img {
		width: 40%;
	}
	#review .rev-unit {
		width: 90%;
		height: auto;
		margin: 25vw 5%;
		opacity: 0;
	}
	#review .rev-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 1rem;
		padding: 0;
		color: #fff;
		font-size: 1.2rem;
		line-height: 2.4rem;
		letter-spacing: 1.5px;
	}
	#review .rev-unit .name {
		width: 100%;
		height: auto;
		color: #f7cbdf;
		font-size: 1.2rem;
		line-height: 2.4rem;
		letter-spacing: 1.5px;
		text-align: right;
	}
	#review #rev-unit-last {
		width: 100%;
		height: 80vh;
	}


}



/* ========================================
コメント
========================================== */
#com-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -26;
	clip-path: inset(100% 0 0 0);
}
#com-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: rgba(247, 218, 195, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -25;
	opacity: 0;
	transition: 2.0s all;
	pointer-events: none;
}
#comment {
	width: 100%;
	height: auto;
	padding: 10vw 0 30vw;
}
#comment h2 {
	width: 17%;
	height: auto;
	margin: 0 0 0 20%;
	padding: 30vw 0 10vw;
}
#comment .com-uit {
	width: 50%;
	height: auto;
	margin: 0 25% 10vw;
}
#comment .com-uit p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	color: #110c12;
	font-size: 1.2vw;
	line-height: 2.4vw;
	letter-spacing: 1.5px;
}
#comment .com-uit .name {
	width: 100%;
	height: auto;
	font-size: 1.6vw;
	letter-spacing: 1.5px;
	color: #df5e9e;
	text-align: right;
}
#comment .com-uit .name span {
	font-size: 1.2vw;
}
#comment #keisho {
	width: 100%;
	height: auto;
	text-align: center;
	color: #110c12;
	font-size: 1.1vw;
}



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

	#comment {
		width: 100%;
		height: auto;
		padding: 100vw 0;
	}
	#comment h2 {
		width: 50%;
		height: auto;
		margin: 0 0 0 10%;
		padding: 20vw 0 60vw;
	}
	#comment .com-uit {
		width: 90%;
		height: auto;
		margin: 0 5% 35vw;
	}
	#comment .com-uit p {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		padding: 0;
		color: #110c12;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.5px;
	}
	#comment .com-uit .name {
		width: 100%;
		height: auto;
		font-size: 1.2rem;
		letter-spacing: 1.5px;
		color: #df5e9e;
		text-align: right;
	}
	#comment .com-uit .name span {
		font-size: 1.0rem;
	}
	#comment #keisho {
		width: 100%;
		height: auto;
		text-align: center;
		color: #110c12;
		font-size: 1rem;
	}



}



/* ========================================
キャスト
========================================== */
#cast-bgs ,
#cast-bgs-inner {
	display: contents;
}
#cast-bgs #cast-bgs-inner #cast-head-h2 {
	display: none;
}
#cast-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -23;
	clip-path: inset(100% 0 0 0);
}
#cast-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -22;
	clip-path: inset(100% 0 0 0);
	opacity: 0;
	transition: 1.0s opacity ease;
}
#cast-bg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -21;
	clip-path: inset(100% 0 0 0);
}
.cast-bg img {
	display: none;
}
#cast {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	padding: 20vw 10% 0;
	position: relative;
}
#cast #cast-header-sp {
	display: none;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0 0 8vw;
	padding: 0;
	text-align: center;
}
#cast h2 img {
	width: 18%;
}
#cast .cast-unit {
	width: 100%;
	height: auto;
	margin: 0 0 25vw;
}
#cast .cast-unit .name {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#cast .cast-unit .name img {
	width: 50%;
}
#cast .cast-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #110c12;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast-bgs {
		display: block;
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -20;
		opacity: 0;
		pointer-events: none;
	}
	#cast-bgs #cast-bgs-inner {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
	}
	#cast-bgs #cast-bgs-inner #cast-bg1 {
		width: 100%;
		height: auto;
		position: relative;
		clip-path: inset(0 0 0 0);
	}
	#cast-bgs #cast-bgs-inner #cast-bg2 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		clip-path: inset(0 0 0 0);
		opacity: 0;
		transition: 1.0s all;
	}
	#cast-bgs #cast-bgs-inner #cast-bg3 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		clip-path: inset(0 0 0 0);
	}
	#cast-bgs #cast-bgs-inner .cast-bg img {
		display: block !important;
		width: 100%;
		height: auto;
	}
	#cast-bgs #cast-bgs-inner #cast-head-h2 {
		display: block;
		width: 40%;
		height: auto;
		position: absolute;
		bottom: 15%;
		right: 3%;
	}
	#cast {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 0 0 100vw;
		position: relative;
		z-index: -24;
		background-color: #F2D5BB;
	}
	#cast #cast-head-pc {
		display: none;
	}
	#cast #cast-header-sp {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 80vw;
		position: relative;
	}
	#cast #cast-header-sp #cast-bg1-sp {
		width: 100%;
		height: auto;
	}
	#cast #cast-header-sp #cast-bg3-sp {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	#cast #cast-header-sp h2#cast-header-h2 {
		display: block;
		width: 40%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 15%;
		right: 3%;
	}
	#cast #cast-header-sp h2#cast-header-h2 img {
		width: 100%;
	}
	#cast .cast-unit {
		width: 100%;
		height: auto;
		margin: 0 0 100vw;
	}
	#cast .cast-unit .name {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	#cast .cast-unit .name img {
		width: 60%;
	}
	#cast .cast-unit p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #110c12;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.2px;
	}


}

/* ========================================
スタッフ
========================================== */
#staff {
	width: 100%;
	height: auto;
	padding: 50vw 0 10vw;
	background: linear-gradient(to top, #110C12 60%, transparent);
}
#staff h2 {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	padding: 5vw 0 0;
	text-align: center;
	opacity: 0;
}
#staff h2 img {
	width: 10%;
}
#staff #staff-list {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#staff #staff-list li {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#staff #staff-list li .title {
	width: 38%;
	height: auto;
	margin: 0 1%;
	color: #f7cbdf;
	font-size: 1.4vw;
	letter-spacing: 1.5px;
	text-align: right;
}
#staff #staff-list li .name {
	width: 58%;
	height: auto;
	margin: 0 1%;
	color: #fff;
	font-size: 1.4vw;
	letter-spacing: 1.5px;
	text-align: left;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#staff {
		width: 100%;
		height: auto;
		padding: 70vh 0 50vw;
		background: linear-gradient(to top, #110C12 70%, transparent);
	}
	#staff h2 {
		width: 100%;
		height: auto;
		margin: 0 0 50vw;
		padding: 10vw 0 0;
		text-align: center;
		opacity: 0;
	}
	#staff h2 img {
		width: 30%;
	}
	#staff #staff-list {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#staff #staff-list li {
		width: 100%;
		height: auto;
		margin: 3vw 0;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#staff #staff-list li .title {
		width: 28%;
		height: auto;
		margin: 0 1%;
		color: #f7cbdf;
		font-size: 1.0rem;
		letter-spacing: 1.5px;
		text-align: right;
	}
	#staff #staff-list li .name {
		width: 68%;
		height: auto;
		margin: 0 1%;
		color: #fff;
		font-size: 1.0rem;
		letter-spacing: 1.5px;
		text-align: left;
	}



}


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


/* 以下タブレット・スマホ */
@media (max-width: 800px) {
	#button-area {
		width:100%;
		height:auto;
		margin:0;
		padding:10px 0 10px;
	}
	#button-area ul.social_sq_buttons {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		list-style-type: none;
		display:flex;
		justify-content: center;
		flex-wrap:wrap;
	}
	#button-area ul.social_sq_buttons li {
		width:160px;
		height: 20px;
		margin:5px;
		padding:3px 0;
		display: flex;
		justify-content: center;
	}
}



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background-color: #110C12;
	position: relative;
	overflow: hidden;
}
footer #footer__inner {
	width: 100%;
	height: auto;
	position: relative;
	top: 6vw;
}
footer #footer__bg {
	width: 100%;
	height: auto;
}
footer #footer__bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: inset(100% 0 0 0);
}
footer #footer__shoe {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(0, -15%, 0);
	opacity: 0;
}
footer #footer__bg img ,
footer #footer__bg2 img ,
footer #footer__shoe img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
footer #footer__logo {
	width: 24%;
	height: auto;
	position: absolute;
	bottom: 33%;
	left: 38%;
	opacity: 0;
}
footer #footer__bb {
	width: 34%;
	height: auto;
	position: absolute;
	bottom: 26%;
	left: 2%;
	opacity: 0;
}
footer #footer__date {
	width: 32%;
	height: auto;
	position: absolute;
	bottom: 34%;
	left: 2%;
	opacity: 0;
}
footer #footer__tate {
	width: 32%;
	height: auto;
	position: absolute;
	bottom: 35.5%;
	right: 2%;
	opacity: 0;
}


@keyframes top__shoe {
	0% {transform: translate3d(0, -15%, 0);opacity: 0;}
	100% {transform: translate3d(0, 0, 0);opacity: 1;}
}
.foot__shoe {
	animation: top__shoe 0.6s cubic-bezier(0.32, 0, 0.67, 0) 0s forwards;
}
@keyframes top__grd-bg {
	0% {clip-path: inset(0 0 100% 0);}
	100% {clip-path: inset(0 0 0 0);}
}
.foot__grd-bg {
	animation: top__grd-bg 3.0s cubic-bezier(0.32, 0, 0.67, 0) 0s forwards;
}
.foot1-anime {
	animation: fadeIn 1.0s ease 2.8s forwards;
}
.foot2-anime {
	animation: fadeIn 1.0s ease 3.5s forwards;
}
footer #button-area {
	position: absolute;
	bottom: 6vw;
	opacity: 0;
}






@media (max-width: 1024px) {
	footer #footer__inner {
		width: 100%;
		height: auto;
		position: relative;
		top: 20vw;
	}
	footer #footer__bg img ,
	footer #footer__bg2 img ,
	footer #footer__shoe img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	footer #footer__logo {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 55%;
		left: 10%;
		opacity: 0;
	}
	footer #footer__date {
		width: 60%;
		height: auto;
		position: absolute;
		bottom: 48%;
		left: 20%;
		opacity: 0;
	}
	footer #footer__tate {
		width: 90%;
		height: auto;
		position: absolute;
		bottom: 35.5%;
		right: 5%;
		opacity: 0;
	}
	footer #footer__bb {
		width: 90%;
		height: auto;
		position: absolute;
		bottom: 30%;
		left: 5%;
		opacity: 0;
	}
	footer #button-area {
		position: absolute;
		bottom: 20vw;
		opacity: 0;
	}

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

}




/* ========================================
ダウンロード
========================================== */
#dl-body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-5;
	width:100%;
	height:100vh;
	background:url(https://melt-film.com/download/images/MLT-dl-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 1;
}
#dl-bg-item {
	width: 30%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 35%;
}

  .dlButton {
	  background-color:transparent;
	  border:1px solid #EBC5DC;
	  display:inline-block;
	  cursor:pointer;
	  color:#EBC5DC;
	  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:#EBC5DC;
	  border:1px solid #EBC5DC;
	  color:#000;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#EBC5DC !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#EBC5DC;
	  color:#000 !important;
  }
  .dl-contents {
	  width:80%;
	  height:auto;
	  padding:20px 10% 80px;
	  font-size:1.3em;
  }  
  .dl-contents h2 {
	  width:100%;
	  text-align:center;
	  padding:0;
	  color:#EBC5DC;
	  font-size:2em;
	  margin-bottom:30px;
  }  
  .dl-contents h2 span.small {
	  font-size:0.5em;
	  line-height:0.7em;
  }
  
  .dl-contents h2 img {
	  width:30%;
  }  
  #dl-wrapper {
	  width:100%;
	  height:auto;
	  text-align:center;
	  margin-bottom:20px;
  }
  #dl-wrapper .dl-txt2 {
	width:100%;
	height:auto;
	text-align:center;
  }
  #dl-wrapper .dl-txt2 img {
	width: 35%;
  }
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#EBC5DC;
	  margin:20px 0 5px;
	  font-size: 1.1em;
	  font-weight: bold;
	  font-feature-settings:"palt";
		letter-spacing: 1.5px;
  }
  #dl-wrapper .dl-txt1 span {
	display: inline-block;
	position: relative;
	z-index: 2;
  }
  
  #dl-wrapper .dl-txt1 a {
	  color:#000;
  }
  
  #dl-wrapper .dl-txt1 img {
	  width:30%;
  }
  
  #dl-wrapper .sikiri {
	  width:100%;
	  height:auto;
	  padding:40px 0 20px;
	  text-align:center;
  }
  
  #dl-wrapper .sikiri img {
	  width:10%;
  }
  
  
  #dl-wrapper .dl-uline {
	  display:inline-block;
	  width:70%;
	  margin:20px 0 30px;
  }
  
  #dl-wrapper .dl-uline img {
	  width:100%;
	  height:60px;
  }
  .dl-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 10vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }  
  .dl-wrap .img-box {
	  width:22%;
	  height:auto;
	  padding:0 1%;
	  margin:50px 1%;
	  color:#EBC5DC;
	  text-align: center;
	  font-size: 1.1em;
	  font-weight: bold;
	  font-feature-settings: "palt";
	  letter-spacing: 1.4px;
  }  
  .img-box img {
	  width:90%;
  }
  .dl-wrap .img-box span {
	display: inline-block;
	font-size: 0.7em;
	line-height: 1.3em;
  }


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