html{
  height:100%; 
}

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

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

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

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

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

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



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




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

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0s;
    transition-duration: 1s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.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;
}



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

}


/* ========================================
ヘッダー
========================================== */
#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:10px 0 15px;
	position:fixed;
	top:0;
	background: linear-gradient(to bottom, #fff 10%, 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%;
	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.3%;
	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.4vw;
	line-height:1.4vw;
	letter-spacing: 0px;
	text-align: center;
	color: #000;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	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: url(../img/LAW-menu-bg-1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 2000001;
	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: 3000000;
	opacity:0;
}  
.global-nav #menu-logo {
	width:30%;
	height:auto;
	margin:0px 35% 5vw;
	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: #000;
	transition: all .6s;
	letter-spacing: 1px;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
	transform: translateY(-10px);
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #fff !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#fff;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 12%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#130801;
}
.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: 2000000;
	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:2.5rem;
	line-height: 3.0rem;
	letter-spacing: 1.5px;
	color: #000;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	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;
	
	}
	.global-nav ul.nav-sns li {
		width: 8%;
		margin: 0 1.5%;
	}
  
  ul#nav-button {
	  display:none !important;
  }
  
}  


/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	.global-nav #menu-logo {
		width:36%;
		height:auto;
		margin:0px 32% 8vw;
		padding:0;
		text-align:center;
		position: relative;
	}  

	.global-nav__item {
		margin: 15px 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.8rem;
		line-height: 1.8rem;
		letter-spacing: 1.0px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.global-nav .nav-sns {
		margin: 8vw 0 0 !important;
	}
	.global-nav ul.nav-sns li {
		width: 13%;
		margin: 0 1.5%;
	}

	
}





/* ========================================
トップ
========================================== */
#top-bg-grd {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: linear-gradient(in oklch to right, #00a0df 0%, #00a0df 30%, #fff 45%, #fff 55%,#00a0df 70%, #00a0df 100%);
	background-size: 500% 500%;
    animation: gradientMove 9s linear infinite;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
}
@keyframes gradientMove {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
#top-bg1 ,
#top-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: 85% center;
	position: fixed;
	top: 0;
	left: 0;
}
#top-bg1 {
	z-index: -29;
}
#top-bg2 {
	z-index: -28;
}
#top {
	width:100%;
	height:56.25vw;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
}
#top #top__spbg {
	display: none;
}
#top #top__catch {
	width: 40%;
	height: auto;
	position: absolute;
	top: 3%;
	left: 5%;
	opacity: 0;
}
#top #top__award {
	width: 40%;
	height: auto;
	position: absolute;
	top: 9%;
	left: 5%;
	opacity: 0;
}
#top #top__title {
	width: 20%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20%;
	left: 48%;
	z-index: 2;
	opacity: 0;
}
#top #top__entitle {
	width: 20%;
	height: auto;
	position: absolute;
	top: 28%;
	left: 41%;
	opacity: 0;
}
#top #top__maincopy {
	width: 13%;
	height: auto;
	position: absolute;
	top: 32%;
	left: 18%;
	opacity: 0;
}
#top #top__maincopy img {
	width: 100%;
	height: auto;
	aspect-ratio: 604 / 424;
}
#top #top__billing {
	width: 35%;
	height: auto;
	position: absolute;
	top: 60%;
	left: 5%;
	opacity: 0;
}
#top #top__billing img {
	width: 100%;
	height: auto;
	aspect-ratio: 1276 / 183;
}
#top #top__bodycopy {
	width: 55%;
	height: auto;
	position: absolute;
	top: 70%;
	left: 5%;
	opacity: 0;
}
#top #top__bodycopy img {
	width: 100%;
	height: auto;
	aspect-ratio: 1626 / 110;
}
#top #top__date {
	width: 45%;
	height: auto;
	position: absolute;
	top: 82%;
	left: 10%;
	opacity: 0;
}
#top #top__date img {
	width: 100%;
	height: auto;
	aspect-ratio: 1279 / 74;
}
.top__title {
	animation: fadeIn 2.0s ease-out 1.2s forwards;
}
.top-bg1 {
	animation: fadeOut 1.2s ease-out 2.5s forwards;
}
.top-last-anime {
	animation: fadeIn 1.2s ease-out 2.2s forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#top-bg-grd ,
	#top-bg1 ,
	#top-bg2 {
		display: none;
	}
	#top {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position:relative;
		overflow: hidden;
	}
	#top #top__spbg {
		display: block;
		width: 100%;
		height: auto;
	}
	#top #top__catch {
		width: 98%;
		height: auto;
		position: absolute;
		top: 4%;
		left: 1%;
		opacity: 0;
	}
	#top #top__award {
		width: 98%;
		height: auto;
		position: absolute;
		top: 8%;
		left: 1%;
		opacity: 0;
	}
	#top #top__title {
		width: 50%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 32%;
		left: 20%;
		z-index: 2;
		opacity: 0;
	}
	#top #top__entitle {
		width: 45%;
		height: auto;
		position: absolute;
		top: 38%;
		left: 5%;
		mix-blend-mode: multiply;
		opacity: 0;
	}
	#top #top__maincopy {
		width: 30%;
		height: auto;
		position: absolute;
		top: 64%;
		left: 5%;
		opacity: 0;
	}
	#top #top__maincopy img {
		width: 100%;
		height: auto;
		aspect-ratio: 933 / 662;
	}
	#top #top__billing {
		width: 90%;
		height: auto;
		position: absolute;
		top: 77%;
		left: 5%;
		opacity: 0;
	}
	#top #top__billing img {
		width: 100%;
		height: auto;
		aspect-ratio: 1276 / 183;
	}
	#top #top__bodycopy {
		width: 80%;
		height: auto;
		position: absolute;
		top: 85%;
		left: 10%;
		opacity: 0;
	}
	#top #top__bodycopy img {
		width: 100%;
		height: auto;
		aspect-ratio: 1151 / 321;
	}
	#top #top__date {
		display: none;
	}

}





/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 3vw 30% 3vw 0;
	overflow: hidden;
	position: relative;
}
#bridge #sp__date {
	display: none;
}
#bridge #filma1 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #filma1 img {
	width: 22%;
	height: auto;
}

#bridge #bf {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #bf img {
	width: 35%;
	height: auto;
}
#bridge #theater {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #theater img {
	width: 25%;
}
#bridge #banners {
	width: 80%;
	height: auto;
	margin: 0 10% 2vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge #banners a {
	display: block;
	width: 40%;
	height: auto;
	margin: 0.5vw 1%;
}
#bridge #bridge__sns {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #bridge__sns a {
	display: block;
	width: 7%;
	height: auto;
	margin: 0 1%;
}
#bridge #filma1 a:hover , 
#bridge #banners a:hover ,
#bridge #bridge__sns a:hover ,
#bridge #theater a:hover {
	animation: flash 1.5s;
}
#bridge #mubi {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#bridge #mubi #mvtk-widgets-container {
	display: inline-block;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		background-color: #00a0df;
		padding: 5vw 0 5vw;
		position: relative;
	}
	#bridge #sp__date {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 7vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #sp__date img {
		width: 85%;
	}
	#bridge #filma1 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #filma1 img {
		width: 60%;
		height: auto;
	}



	#bridge #bf {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #bf img {
		width: 70%;
		height: auto;
	}
	#bridge #bridge__sns {
		width: 100%;
		height: auto;
		margin: 0 0 7vw;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#bridge #bridge__sns a {
		display: block;
		width: 14%;
		height: auto;
		margin: 0 1%;
	}
	#bridge #theater {
		width: 100%;
		height: auto;
		margin: 0 0 7vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #theater img {
		width: 60%;
	}
	#bridge #banners {
		width: 100%;
		height: auto;
		margin: 0 0 6vw;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#bridge #banners a {
		display: block;
		width: 80%;
		height: auto;
		margin: 1vw 1%;
	}

		
}

/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:5vw 0 10vw;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 1.5vw;
	text-align: center;
	position: relative;
	opacity: 0;
}
.trailer h2 img {
	width: 13%;
	height: auto;
	aspect-ratio: 1020 / 315;
}
#video-wrap {
	width: 84%;
	height: auto;
	margin: 0 8%;
	padding: 0;
	opacity: 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
} 
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.trailer ul#movie-changer {
	width: 90%;
	height: auto;
	margin: 10px 5%;
	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 #fe0505;
	color: #fe0505;
	font-size: 1.1vw;
	font-weight: bold;
}
.movie-btn i {
	opacity: 0;
}
.activee {
	background: #fe0505;
	border: 1px solid #fe0505;
	color: #fff;
}
.activee i {
	opacity: 1;
}
.movie-btn:hover {
	background: #fe0505;
	border: 1px solid #fe0505;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}


/* 以下スマホ */
@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: 30%;
	}
	#video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.video {
		width:90%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:0 5% 10px;
		display:block;
	}
	.trailer ul#movie-changer {
		width: 100%;
		height: auto;
		margin: 10px 0;
		padding: 0%;
		list-style-type: none;
		display: flex;
		justify-content: center;
	}
	.movie-btn {
		width: 30%;
		font-size: 2vw;
	}
}

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


}

/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 1100000;
}
.modal__bg {
	background:#fff;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 1;
}
.modal__content {
    width: 60%;
	height: auto;
	box-sizing: border-box;
	padding: 2vw;
	border: #000 1px solid;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	scrollbar-width: none;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.modal__content::-webkit-scrollbar {
    width: 0px;
}
.moda-scroll {
    width: 60%;
	height: 90%;
	overflow-y: scroll;
}
.modal__content h3 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	font-size: 1.5rem;
	color: #000;
}
.modal__content h3 img {
	width: 20%;
}
.modal__content ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.modal__content ul li {
	width: 100%;
	height: auto;
	margin: 0.5vw 0;
	display: flex;
	justify-content: flex-start;
}
.modal__content ul li .head {
	width: 20%;
	height: auto;
	margin-right: 1%;
	font-size: 1.1rem;
	text-align: right;
}
.modal__content ul li .naiyou {
	width: 79%;
	height: auto;
	font-size: 1.1rem;
}
.modal__content p {
	width: 100%;
	height: auto;
	color: #000;
	font-size: 1.1rem;
	line-height: 2rem;
	text-align: left;
}
.modal__content #wari-area {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal__content #wari-area .wari-img {
	width: 17%;
	height: auto;
	margin: 0 2%;
	text-align: center;
}
.modal__content .wari-img img {
	width: 100%;
	height: auto;
}
.modal__content .dlbtn {
	display: block;
	width: 35%;
	height: auto;
	box-sizing: border-box;
	margin: 0 2%;
	padding: 1vw 0;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
	text-decoration: none;
	transition: 0.5s all;
}
.modal__content .dlbtn span {
	font-size: 0.9rem;
}
.modal__content .dlbtn:hover {
	background-color: #000;
	color: #fff;
}
.batsu {
	width: 4%;
	height: auto;
	position: absolute;
	top: 3%;
	right: 10%;
}
.batsu img {
	width: 100%;
}
.batsu img:hover {
	transform: rotate(360deg);
	transition: all 1.0s ease;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.modal__content {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		padding: 20px 5px;
		border: #000 1px solid;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		scrollbar-width: none;
		font-family: "Shippori Mincho", serif;
		font-weight: 400;
		font-style: normal;
	}
	.modal__content::-webkit-scrollbar {
		width: 0px;
	}
	.moda-scroll {
		width: 90%;
		height: 80%;
		overflow-y: scroll;
	}
	.modal__content h3 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
		font-size: 1.5rem;
		color: #000;
	}
	.modal__content h3 img {
		width: 20%;
	}
	.modal__content ul {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.modal__content ul li {
		width: 100%;
		height: auto;
		margin: 3vw 0;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.modal__content ul li .head {
		width: 100%;
		height: auto;
		margin-right: 0%;
		font-size: 1.1rem;
		text-align: left;
		font-weight: bold;
	}
	.modal__content ul li .naiyou {
		width: 100%;
		height: auto;
		font-size: 1.1rem;
		text-align: left;
	}
	.modal__content p {
		width: 100%;
		height: auto;
		color: #000;
		font-size: 1.1rem;
		line-height: 2rem;
		text-align: left;
	}
	.modal__content #wari-area {
		width: 100%;
		height: auto;
		margin: 1vw 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.modal__content #wari-area .wari-img {
		width: 50%;
		height: auto;
		margin: 0 2%;
		text-align: center;
	}
	.modal__content .wari-img img {
		width: 100%;
		height: auto;
	}
	.modal__content .dlbtn {
		display: block;
		width: 70%;
		height: auto;
		box-sizing: border-box;
		margin: 5vw 2%;
		padding: 3vw 0;
		text-align: center;
		border: 1px solid #000;
		background-color: #fff;
		color: #000;
		font-size: 1.1rem;
		font-weight: bold;
		text-decoration: none;
		transition: 0.5s all;
	}



	.uranai__content .batsu {
		width: 15%;
		height: auto;
		position: fixed;
		top: 2%;
		right: 0%;
	}
	.batsu {
		width: 10%;
		height: auto;
		position: absolute;
		top: 3%;
		right: 3%;
	}

}

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



}


/* ========================================
イントロダクション
========================================== */
#intro-bg ,
#story-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	clip-path: inset(100% 0 0 0);
}
#intro-bg {
	z-index: -25;
	transition: 1.0s filter;
}
#story-bg {
	opacity: 0;
	z-index: -24;
	transition: 1.5s opacity;
}
#intro {
	width: 100%;
	height: auto;
	padding: 30vw 0 10vw;
	position: relative;
	overflow: hidden;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	padding: 0;
	text-align: center;
}
#intro h2 img {
	width: 26%;
}
#intro #intro__lead1 {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	text-align: center;
}
#intro #intro__lead1 img {
	width: 30%;
}
#intro #intro__tomato {
	width: 7.5%;
	height: auto;
	position: absolute;
	top: 59vw;
	left: 66%;
}
@keyframes intro__tomato2 {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(15deg);}
}

.intro__tomato {
	animation: intro__tomato2 0.2s linear 0.1s forwards;
}
#intro #intro__lead2 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
}
#intro #intro__lead2 img {
	width: 35%;
}
#intro p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.5px;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro {
		width: 100%;
		height: auto;
		padding: 100vw 0 10vw;
		position: relative;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 80vw;
		padding: 0;
		text-align: center;
	}
	#intro h2 img {
		width: 70%;
	}
	#intro #intro__lead1 {
		width: 100%;
		height: auto;
		margin: 0 0 60vw;
		text-align: center;
	}
	#intro #intro__lead1 img {
		width: 80%;
	}
	#intro #intro__tomato {
		width: 25%;
		height: auto;
		position: absolute;
		top: 215vw;
		left: auto;
		right: 5%;
	}
	#intro #intro__lead2 {
		width: 100%;
		height: auto;
		margin: 0 0 15vw;
		text-align: center;
	}
	#intro #intro__lead2 img {
		width: 90%;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
	}


}


/* ========================================
ストーリー
========================================== */
@keyframes sway {
	from {
	  transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	  transform-origin: 50% 50%;
	}
	to {
	  transform: translateY(20px) rotateX(60deg) rotateY(40deg) rotateZ(-100deg);
	  transform-origin: 50% 50%;
	}
}
#leaf1 {
	width: 2%;
	height: auto;
	position: fixed;
	top: 10%;
	left: -10%;
	z-index: -22;	
}
@keyframes leaf1 {
	0% {top: 10%;left: -10%;}
	100% {top: 80%;left: 110%;}
}
.leaf1 {
	animation: leaf1 5.0s cubic-bezier(0.11, 0, 0.5, 0) 0.5s infinite , sway 1s ease-in-out infinite alternate;
}
#leaf2 {
	width: 3%;
	height: auto;
	position: fixed;
	top: 20%;
	left: -10%;
	z-index: -22;
}
@keyframes leaf2 {
	0% {top: 20%;left: -10%;}
	100% {top: 80%;left: 110%;}
}
.leaf2 {
	animation: leaf2 5.5s cubic-bezier(0.11, 0, 0.5, 0) 1.0s infinite , sway 1.5s ease-in-out infinite alternate;
}
#leaf3 {
	width: 1.5%;
	height: auto;
	position: fixed;
	top: 30%;
	left: -10%;
	z-index: -22;	
}
@keyframes leaf3 {
	0% {top: 30%;left: -10%;}
	100% {top: 90%;left: 110%;}
}
.leaf3 {
	animation: leaf3 6.0s cubic-bezier(0.11, 0, 0.5, 0) 1.5s infinite , sway 2.0s ease-in-out infinite alternate;
}
#leaf4 {
	width: 1.5%;
	height: auto;
	position: fixed;
	top: 15%;
	left: -10%;
	z-index: -22;
}
@keyframes leaf4 {
	0% {top: 40%;left: -10%;}
	100% {top: 85%;left: 110%;}
}
.leaf4 {
	animation: leaf4 5.0s cubic-bezier(0.11, 0, 0.5, 0) 1.8s infinite , sway 2.0s ease-in-out infinite alternate;
}
#leaf5 {
	width: 2.5%;
	height: auto;
	position: fixed;
	top: 30%;
	left: -10%;
	z-index: -22;
}
@keyframes leaf5 {
	0% {top: 30%;left: -10%;}
	100% {top: 70%;left: 110%;}
}
.leaf5 {
	animation: leaf5 6.5s cubic-bezier(0.11, 0, 0.5, 0) 2.2s infinite , sway 1.0s ease-in-out infinite alternate;
}
.leaf img {
	opacity: 0;
}
#story {
	width: 100%;
	height: auto;
	padding: 20vw 0;
	position: relative;
	z-index: -23;
}
#story h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	padding: 0;
	text-align: center;
}
#story h2 img {
	width: 14%;
}
#story #story__txt {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	margin: 0 20%;
	padding: 5vw 5%;
	background-color: rgba(249, 231, 135, 0.65);
}
#story #story__txt #story__lead1 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	text-align: center;
}
#story #story__txt #story__lead1 img {
	width: 70%;
	height: auto;
	aspect-ratio: 895 / 43;
}
#story #story__txt #story__lead2 {
	width: 100%;
	height: auto;
	margin: 0 0 4vw;
	text-align: center;
}
#story #story__txt #story__lead2 img {
	width: 100%;
	height: auto;
	aspect-ratio: 1273 / 43;
}
#story #story__txt p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.5px;
	font-weight: bold;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#leaf1 {
		width: 8%;
		height: auto;
		position: fixed;
		top: 10%;
		left: -10%;
		z-index: -22;
	}
	@keyframes leaf1 {
		0% {top: 10%;left: -10%;}
		100% {top: 80%;left: 110%;}
	}
	.leaf1 {
		animation: leaf1 4.2s cubic-bezier(0.11, 0, 0.5, 0) 0.5s infinite , sway 1s ease-in-out infinite alternate;
	}
	#leaf2 {
		width: 9%;
		height: auto;
		position: fixed;
		top: 20%;
		left: -10%;
		z-index: -22;
	}
	@keyframes leaf2 {
		0% {top: 20%;left: -10%;}
		100% {top: 80%;left: 110%;}
	}
	.leaf2 {
		animation: leaf2 4.0s cubic-bezier(0.11, 0, 0.5, 0) 1.0s infinite , sway 1.5s ease-in-out infinite alternate;
	}
	#leaf3 {
		width: 6%;
		height: auto;
		position: fixed;
		top: 30%;
		left: -10%;
		z-index: -22;
	}
	@keyframes leaf3 {
		0% {top: 30%;left: -10%;}
		100% {top: 90%;left: 110%;}
	}
	.leaf3 {
		animation: leaf3 4.2s cubic-bezier(0.11, 0, 0.5, 0) 1.5s infinite , sway 2.0s ease-in-out infinite alternate;
	}
	#leaf4 {
		width: 6%;
		height: auto;
		position: fixed;
		top: 15%;
		left: -10%;
		z-index: -22;
	}
	@keyframes leaf4 {
		0% {top: 40%;left: -10%;}
		100% {top: 85%;left: 110%;}
	}
	.leaf4 {
		animation: leaf4 3.5s cubic-bezier(0.11, 0, 0.5, 0) 1.8s infinite , sway 2.0s ease-in-out infinite alternate;
	}
	#leaf5 {
		width: 7%;
		height: auto;
		position: fixed;
		top: 30%;
		left: -10%;
		z-index: -22;
	}	
	@keyframes leaf5 {
		0% {top: 30%;left: -10%;}
		100% {top: 70%;left: 110%;}
	}
	.leaf5 {
		animation: leaf5 4.5s cubic-bezier(0.11, 0, 0.5, 0) 2.2s infinite , sway 1.0s ease-in-out infinite alternate;
	}
	#story {
		width: 100%;
		height: auto;
		padding: 150vw 0 120vw;
		position: relative;
		z-index: -23;
	}
	#story h2 {
		width: 100%;
		height: auto;
		margin: 0 0 80vw;
		padding: 0;
		text-align: center;
	}
	#story h2 img {
		width: 40%;
	}
	#story #story__txt {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin: 0;
		padding: 10vw 5%;
		background-color: rgba(249, 231, 135, 0.65);
	}
	#story #story__txt #story__lead1 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	#story #story__txt #story__lead1 img {
		width: 90%;
		height: auto;
		aspect-ratio: 1061 / 159;
	}
	#story #story__txt #story__lead2 {
		width: 100%;
		height: auto;
		margin: 0 0 15vw;
		text-align: center;
	}
	#story #story__txt #story__lead2 img {
		width: 95%;
		height: auto;
		aspect-ratio: 1120 / 161;
	}
	#story #story__txt p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #000;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		font-weight: bold;
	}



}

/* ========================================
コメント
========================================== */
#com-bg1 ,
#com-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	clip-path: inset(100% 0 0 0);
}
#com-bg1 {
	z-index: -20;
}
#com-bg2 {
	z-index: -18;
}
#com-head-pc {
	width: 11%;
	height: auto;
	position: fixed;
	top: 25vw;
	left: 29%;
	z-index: -17;
	pointer-events: none;
	opacity: 0;
	text-align: center;
	color: #fff;
	font-size: 1.0vw;
}
#com-head-pc img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0.1vw;
}
#comment {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 30vw 0 20vw 28%;
	position: relative;
	z-index: -19;
}
#comment h2 ,
#comment #junf {
	display: none;
}
#comment .com-unit {
	width: 70%;
	height: auto;
	box-sizing: border-box;
	padding: 5vw;
	margin: 0 10% 6vw 20%;
	background-color: rgba(30, 23, 7, 0.8);
}
#comment .com-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.3vw;
	letter-spacing: 1.5px;
	font-weight: bold;
}
#comment .com-unit p span {
	font-size: 1.4vw;
	color: #fbd93c;
}
#comment .com-unit .name {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.4vw;
	text-align: right;
	font-weight: bold;
}
#comment .com-unit .name span {
	font-size: 1.1vw;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#com-head-pc {
		display: none;
	}
	#comment {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 100vw 0 100vw;
		position: relative;
		z-index: -19;
	}
	#comment h2 {
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0;
	}
	#comment h2 img {
		width: 35%;
	}
	#comment #junf {
		display: block;
		width: 100%;
		height: auto;
		margin: 3vw 0 100vw;
		text-align: center;
		color: #fff;
		font-size: 1rem;
	}
	#comment .com-unit {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		padding: 5vw 0;
		margin: 0 5% 20vw;
		background-color: transparent;
	}
	#comment .com-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		font-weight: bold;
	}
	#comment .com-unit p span {
		font-size: 1.3rem;
	}
	#comment .com-unit .name {
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 1.3rem;
		text-align: right;
		font-weight: bold;
	}
	#comment .com-unit .name span {
		font-size: 1.1rem;
	}


}

/* ========================================
監督
========================================== */
#director {
	width: 100%;
	height: auto;
	padding: 10vw 0 28vw;
	animation: director-bg 10s ease infinite;
	position: relative;
	overflow: hidden;
}
@keyframes director-bg {
	0% {background-color: #f9eec4;}
	45% {background-color: #8dbfa0;}
	55% {background-color: #8dbfa0;}
	100% {background-color: #f9eec4;}
}
#director h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
}
#director h2 img {
	width: 16%;
	height: auto;
}
#director h3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 2;
}
#director h3 img {
	width: 22%;
}
#director h4 {
	width: 100%;
	height: auto;
	margin: 3vw 0 0;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 2;
}
#director h4 img {
	width: 22%;
}
#director p {
	width: 50%;
	height: auto;
	margin: 3vw 25%;
	color: #000;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.5px;
	position: relative;
	z-index: 2;
}
#director .slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
.slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	position: relative;
	z-index: 2;
}
#slider1 .top-slide ,
#slider3 .top-slide {
	animation: loop-slide 100s infinite linear 0s both;
}
#slider2 .top-slide {
	animation: loop-slide-rev 100s infinite linear 0s both;
}
.slide-wrap .top-slide .content {
	width: 22vw;
	height: auto;
	margin: 0;
}
.slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#director #dire-item1 {
	width: 15%;
	height: auto;
	position: absolute;
	top: 35.5vw;
	right: 6%;
	animation: dire-item1 3s ease infinite;
	transform-origin: center bottom;
}
@keyframes dire-item1 {
	0% {transform: rotate(-3deg);}
	50% {transform: rotate(3deg);}
	100% {transform: rotate(-3deg);}
}
#director #dire-item2 {
	width: 6%;
	height: auto;
	position: absolute;
	top: 65vw;
	left: 110%;
	animation: dire-item2 12s linear 4s infinite , block1 1s ease infinite alternate;
}
@keyframes dire-item2 {
	0% {top: 65vw;left: 110%;}
	100% {top: 70vw;left: -12%;}
}
@keyframes block1 {
	0% {transform: translateY(-20%) rotateX(0deg) rotateY(0deg) rotateZ(-10deg);}
	100% {transform: translateY(0%) rotateX(-20deg) rotateY(20deg) rotateZ(20deg);}
}
#director #dire-item3 {
	width: 6%;
	height: auto;
	position: absolute;
	top: 72vw;
	left: -10%;
	animation: dire-item3 10s linear 1s infinite , block2 10s ease infinite alternate;
}
@keyframes dire-item3 {
	0% {top: 72vw;left: -10%;}
	100% {top: 70vw;left: 102%;}
}
@keyframes block2 {
	0% {transform: translateY(-30%)  rotateX(0deg) rotateY(0deg) rotateZ(-10deg);}
	30% {transform: translateY(0%)  rotateX(10deg) rotateY(-10deg) rotateZ(0deg);}
	40% {transform: translateY(10%)  rotateX(0deg) rotateY(0deg) rotateZ(-10deg);}
	50% {transform: translateY(-20%)  rotateX(10deg) rotateY(-10deg) rotateZ(10deg);}
	60% {transform: translateY(0%)  rotateX(0deg) rotateY(0deg) rotateZ(-10deg);}
	80% {transform: translateY(-10%)  rotateX(10deg) rotateY(-10deg) rotateZ(360deg);}
	90% {transform: translateY(10%)  rotateX(0deg) rotateY(10deg) rotateZ(340deg);}
	100% {transform: translateY(0%)  rotateX(10deg) rotateY(-10deg) rotateZ(360deg);}
}
#director #dire-item4 {
	width: 20%;
	height: auto;
	position: absolute;
	top: 106vw;
	left: 0%;
}
#director #dire-item5 {
	width: 18%;
	height: auto;
	position: absolute;
	top: 105vw;
	right: 5%;
	animation: dire-item1 4s ease infinite;
}
#director #dire-item6 {
	width: 12%;
	height: auto;
	position: absolute;
	bottom: 13vw;
	right: 44%;
}
#director #dire-item7 {
	width: 36%;
	height: auto;
	position: absolute;
	bottom: -2%;
	right: 32%;
	animation: dire-item7 3s ease infinite;
	transform-origin: center bottom;
}
@keyframes dire-item7 {
	0% {transform: rotate(-1deg);}
	50% {transform: rotate(1deg);}
	100% {transform: rotate(-1deg);}
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#director {
		width: 100%;
		height: auto;
		padding: 30vw 0 100vw;
		animation: none;
		background-color: #8dbfa0;
		position: relative;
		overflow: hidden;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#director h2 {
		width: 100%;
		height: auto;
		margin: 0 0 15vw;
		padding: 0;
		text-align: center;
	}
	#director h2 img {
		width: 50%;
	}
	#director h3 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		position: relative;
		z-index: 2;
	}
	#director h3 img {
		width: 80%;
	}
	#director h4 {
		width: 100%;
		height: auto;
		margin: 15vw 0 0;
		padding: 0;
		text-align: center;
		position: relative;
		z-index: 2;
	}
	#director h4 img {
		width: 80%;
	}
	#director p {
		width: 90%;
		height: auto;
		margin: 5vw 5%;
		color: #000;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		position: relative;
		z-index: 2;
	}
	#director .slide-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow: hidden;
	}
	.slide-wrap .top-slide .content {
		width: 90vw;
		height: auto;
		margin: 0;
	}
	#director #dire-item1 {
		width: 50%;
		height: auto;
		margin: 0 0 -2px 40%;
		position: static;
		animation: dire-item1 3s ease infinite;
		transform-origin: center bottom;
	}
	#director #dire-item2 ,
	#director #dire-item3 {
		display: none;
		animation: none;
	}
	#director #dire-item4 {
		width: 50%;
		height: auto;
		position: static;
	}
	#director #dire-item5 {
		width: 50%;
		height: auto;
		position: static;
		animation: dire-item1 4s ease infinite;
	}
	#director #dire-item6 {
		width: 36%;
		height: auto;
		padding: 7vw 0;
		position: absolute;
		bottom: 35vw;
		left: 32%;
	}
	#director #dire-item7 {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: -10px;
		right: 10%;
		animation: dire-item7 3s ease infinite;
		transform-origin: center bottom;
	}




}

/* ========================================
AWARDS&FESTIVAL
========================================== */
#awards {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
#awards #awards__bg {
	width: 100%;
	height: auto;
	transition: 1.0s all 0.5s;
}
#awards #awards__bg img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
#awards h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 15%;
	opacity: 0;
	transform: scale(0.3);
	transition: 0.6s ease-out all;
}
#awards h2 img {
	width: 30%;
	height: auto;
	aspect-ratio: 1115 / 74;
}
#awards ul {
	width: 60%;
	height: auto;
	position: absolute;
	top: 25%;
	left: 22%;
	opacity: 0;
	transition: 1.0s all 1.5s;
}
#awards ul li {
	width: 100%;
	height: auto;
	margin: 0.8vw 0;
	color: #fff;
	font-size: 1.1vw;
	letter-spacing: 1.5px;
	font-weight: bold;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#awards {
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
		background-color: #000;
	}
	#awards #awards__bg {
		width: 100%;
		height: auto;
	}
	#awards #awards__bg img {
		width: 100%;
		height: auto;
		aspect-ratio: 1070 / 1066;
	}
	#awards h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		top: 17%;
		opacity: 0;
		transform: scale(0.3);
		transition: 0.6s ease-out all;
	}
	#awards h2 img {
		width: 55%;
		height: auto;
		aspect-ratio: 943 / 343;
	}
	#awards ul {
		width: 90%;
		height: auto;
		padding: 0 0 20vw;
		margin-left: 5%;
		position: static;
		opacity: 0;
		transition: 1.0s all 0.5s;
	}
	#awards ul li {
		width: 90%;
		height: auto;
		margin: 2vw 5% 2vw;
		color: #fff;
		font-size: 1.1rem;
		letter-spacing: 1.5px;
		font-weight: bold;
	}

}

/* ========================================
海外REVIEW
========================================== */
#rev-bg0 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -12;
	opacity: 0;
}
.rev-bg0 {
	animation: fadeIn 0.1s forwards;
}
#rev-bg1 ,
#rev-bg2 ,
#rev-bg3 ,
#rev-bg4 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -11;
	opacity: 0;
}
@keyframes rev-bg1 {
	0% {opacity: 1;}
	15% {opacity: 1;}
	25% {opacity: 0;}
	90% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes rev-bg2 {
	0% {opacity: 0;}
	15% {opacity: 0;}
	25% {opacity: 1;}
	40% {opacity: 1;}
	50% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes rev-bg3 {
	0% {opacity: 0;}
	40% {opacity: 0;}
	50% {opacity: 1;}
	65% {opacity: 1;}
	75% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes rev-bg4 {
	0% {opacity: 0;}
	65% {opacity: 0;}
	75% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
.rev-bg1 {
	animation: rev-bg1 10s ease infinite;
}
.rev-bg2 {
	animation: rev-bg2 10s ease infinite;
}
.rev-bg3 {
	animation: rev-bg3 10s ease infinite;
}
.rev-bg4 {
	animation: rev-bg4 10s ease infinite;
}
#review {
	width: 100%;
	height: auto;
	padding: 20vw 0;
}
#review h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	padding: 0;
	text-align: center;
}
#review h2 img {
	width: 16%;
}
#review .rev-unit {
	width: 40%;
	height: auto;
	margin: 0 30% 7vw;
}
#review .rev-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 1.2vw;
	letter-spacing: 1.5px;
}
#review .rev-unit .name {
	width: 100%;
	height: auto;
	text-align: right;
	color: #8dbfa0;
	font-size: 1.2vw;
	letter-spacing: 1.5px;
}
#review .rev-unit .name span {
	margin-left: 10px;
	color: #f9eec4;
	font-size: 1.2vw;
	letter-spacing: 1.5px;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#review {
		width: 100%;
		height: auto;
		padding: 100vw 0;
	}
	#review h2 {
		width: 100%;
		height: auto;
		margin: 0 0 50vw;
		padding: 0;
		text-align: center;
	}
	#review h2 img {
		width: 50%;
	}
	#review .rev-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 20vw;
	}
	#review .rev-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		text-align: center;
		color: #fff;
		font-size: 1.2rem;
		letter-spacing: 1.5px;
	}
	#review .rev-unit .name {
		width: 100%;
		height: auto;
		text-align: right;
		color: #8dbfa0;
		font-size: 1.2rem;
		letter-spacing: 1.5px;
	}
	#review .rev-unit .name span {
		margin-left: 10px;
		color: #f9eec4;
		font-size: 1.2rem;
		letter-spacing: 1.5px;
	}

}


/* ========================================
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 1vw;
	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;
	position: relative;
	overflow: hidden;
}
footer #footer__bg1 {
	width: 100%;
	height: auto;
}
footer #footer__bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
footer #footer__bg1 img ,
footer #footer__bg2 img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
footer #footer__catch {
	width: 1.15%;
	height: auto;
	position: absolute;
	top: 29%;
	left: 25%;
	opacity: 0;
}
footer #footer__catch img {
	width: 100%;
	height: auto;
	aspect-ratio: 43 / 763;
}
footer #footer__logo {
	width: 28%;
	height: auto;
	position: absolute;
	top: 42%;
	right: 12%;
	opacity: 0;
}
footer #footer__leaf1 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 10%;
	left: -10%;
}
@keyframes leaf1f {
	0% {top: 0%;left: -10%;}
	100% {top: 80%;left: 110%;}
}
.footer__leaf1 {
	animation: leaf1f 5.0s cubic-bezier(0.11, 0, 0.5, 0) 0.5s infinite , sway 1s ease-in-out infinite alternate;
}
footer #footer__leaf2 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 20%;
	left: -10%;
}
@keyframes leaf2f {
	0% {top: 10%;left: -10%;}
	100% {top: 85%;left: 110%;}
}
.footer__leaf2{
	animation: leaf2f 5.5s cubic-bezier(0.11, 0, 0.5, 0) 1.0s infinite , sway 1.5s ease-in-out infinite alternate;
}
footer #footer__leaf3 {
	width: 1.5%;
	height: auto;
	position: absolute;
	top: 30%;
	left: -10%;
}
@keyframes leaf3f {
	0% {top: 17%;left: -10%;}
	100% {top: 150%;left: 110%;}
}
.footer__leaf3 {
	animation: leaf3f 6.0s cubic-bezier(0.11, 0, 0.5, 0) 1.5s infinite , sway 2.0s ease-in-out infinite alternate;
}
footer #footer__leaf4 {
	width: 1.5%;
	height: auto;
	position: absolute;
	top: 15%;
	left: -10%;
}
@keyframes leaf4f {
	0% {top: 10%;left: -10%;}
	100% {top: 145%;left: 110%;}
}
.footer__leaf4 {
	animation: leaf4f 5.0s cubic-bezier(0.11, 0, 0.5, 0) 1.8s infinite , sway 2.0s ease-in-out infinite alternate;
}
footer #footer__leaf5 {
	width: 2.5%;
	height: auto;
	position: absolute;
	top: 30%;
	left: -10%;
}
@keyframes leaf5f {
	0% {top: 15%;left: -10%;}
	100% {top: 150%;left: 110%;}
}
.footer__leaf5 {
	animation: leaf5f 6.5s cubic-bezier(0.11, 0, 0.5, 0) 2.2s infinite , sway 1.0s ease-in-out infinite alternate;
}
.foot-leaf img {
	opacity: 0;
}
footer #button-area {
	position: absolute;
	bottom: 0;
	opacity: 0;
}
.footer__bg2 {
	animation: fadeIn 1.7s ease forwards;
}
.foot-mid-anime {
	animation: fadeIn 1.2s ease 1.4s forwards;
}
.foot-btn-anime {
	animation: fadeIn 1.0s ease 2.0s forwards;
}


@media (max-width: 1024px) {
	footer #footer__bg1 img ,
	footer #footer__bg2 img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	footer #footer__catch {
		width: 3%;
		height: auto;
		position: absolute;
		top: 60%;
		left: 65%;
		opacity: 0;
	}
	footer #footer__catch img {
		width: 100%;
		height: auto;
		aspect-ratio: 80 / 1380;
	}
	footer #footer__logo {
		width: 80%;
		height: auto;
		position: absolute;
		top: 37%;
		right: 10%;
		opacity: 0;
	}
	footer #footer__leaf1 {
		width: 6%;
		height: auto;
		position: absolute;
		top: 10%;
		left: -10%;
	}
	@keyframes leaf1f {
		0% {top: 0%;left: -10%;}
		100% {top: 80%;left: 110%;}
	}
	.footer__leaf1 {
		animation: leaf1f 3.5s cubic-bezier(0.11, 0, 0.5, 0) 0.5s infinite , sway 1s ease-in-out infinite alternate;
	}
	footer #footer__leaf2 {
		width: 8%;
		height: auto;
		position: absolute;
		top: 20%;
		left: -10%;
	}
	@keyframes leaf2f {
		0% {top: 5%;left: -10%;}
		100% {top: 85%;left: 110%;}
	}
	.footer__leaf2 {
		animation: leaf2f 4.0s cubic-bezier(0.11, 0, 0.5, 0) 1.0s infinite , sway 1.5s ease-in-out infinite alternate;
	}
	footer #footer__leaf3 {
		width: 5%;
		height: auto;
		position: absolute;
		top: 30%;
		left: -10%;
	}
	@keyframes leaf3f {
		0% {top: 17%;left: -10%;}
		100% {top: 90%;left: 110%;}
	}
	.footer__leaf3 {
		animation: leaf3f 4.2s cubic-bezier(0.11, 0, 0.5, 0) 1.5s infinite , sway 2.0s ease-in-out infinite alternate;
	}
	footer #footer__leaf4 {
		width: 5%;
		height: auto;
		position: absolute;
		top: 15%;
		left: -10%;
	}
	@keyframes leaf4f {
		0% {top: 10%;left: -10%;}
		100% {top: 90%;left: 110%;}
	}
	.footer__leaf4 {
		animation: leaf4f 3.5s cubic-bezier(0.11, 0, 0.5, 0) 1.8s infinite , sway 2.0s ease-in-out infinite alternate;
	}
	footer #footer__leaf5 {
		width: 7%;
		height: auto;
		position: absolute;
		top: 30%;
		left: -10%;
	}
	@keyframes leaf5f {
		0% {top: 15%;left: -10%;}
		100% {top: 80%;left: 110%;}
	}
	.footer__leaf5 {
		animation: leaf5f 4.5s cubic-bezier(0.11, 0, 0.5, 0) 2.2s infinite , sway 1.0s ease-in-out infinite alternate;
	}

	
}
@media (max-width: 600px) {
	footer #footer__logo {
		width: 80%;
		height: auto;
		position: absolute;
		top: 10%;
		right: 10%;
		opacity: 0;
	}
	footer #footer__catch {
		width: 4.3%;
		height: auto;
		position: absolute;
		top: 33%;
		left: 60%;
		opacity: 0;
	}

}



/* ========================================
ダウンロード
========================================== */
#dl-body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-5;
	width:100%;
	height:100vh;
	background:url(../download/images/LAW-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 #000;
	  display:inline-block;
	  cursor:pointer;
	  color:#000;
	  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:#000;
	  border:1px solid #000;
	  color:#fff;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#000 !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#000;
	  color:#fff !important;
  }
  .dl-contents {
	  width:80%;
	  height:auto;
	  padding:20px 10% 80px;
	  font-size:1.3em;
  }  
  .dl-contents h2 {
	  width:100%;
	  text-align:center;
	  padding:0;
	  color:#fff;
	  font-size:2em;
	  margin-bottom:30px;
  }  
  .dl-contents h2 span.small {
	  font-size:0.5em;
	  line-height:0.7em;
  }
  
  .dl-contents h2 img {
	  width:25%;
  }  
  #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: 30%;
  }
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#000;
	  margin:30px 0 5px;
	  font-size: 1.1em;
	  font-weight: bold;
	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:#000;
	  text-align: center;
	  font-size: 1.0em;
	  font-weight: bold;
	  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;
  }


