html{
  height:100%; 
}
body { 
	margin: 0; 
	padding:0;
	font-family: 'Yu Gothic UI','TsukuBRdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	width:100%; 
	height:100%;
	overflow-x:hidden;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
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;
		overflow-x:hidden;
	}
	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: flex;
	justify-content: center;
	align-items: center;
}
#loader-bg #loader {
	width:20%;
	height:auto;
	margin:0;
	padding:0;
	animation: loader 2.0s ease forwards;
}
#loader img {
	width:100%;
	height:auto;
}
@keyframes loader {
	0% {opacity: 0;}
	20% {opacity: 1;}
	100% {opacity: 1;}
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#loader-bg #loader {
		width: 50%;
		height: auto;
	}

}

@media (max-width: 600px) {

}



/* ========================================
ヘッダー
========================================== */
#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:5px 0 15px;
	position:fixed;
	top:0;
	background: linear-gradient(to bottom, #fff 50%, 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.5%;
	padding:0;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li a {
	transition-duration: 0.4s;
	text-decoration:none !important;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:1.5vw;
	line-height:1.5vw;
	letter-spacing: 1.5px;
	text-align: center;
	color: #518d5e;
	font-family: "source-serif-pro", serif;
	font-weight: 900;
	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;
	z-index: 200000;
	display: flex;
	align-items: center;
}
.global-nav .global-nav-inner {
	width: 100%;
	height: auto;
	padding: 10vw 0;
	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:60%;
	height:auto;
	margin:0px 20%;
	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: #fff;
	transition: all .6s;
	letter-spacing: 1px;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
	transform: translateY(-10px);
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #518d5e !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#518d5e;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 15%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 7%;
	right: 3%;
}
.global-nav ul.nav-sns li {
	width: 100%;
	margin: 0;
}
.global-nav ul.nav-sns li a {
	color:#130801;
}
.global-nav ul.nav-sns li img {
	width: 100%;
}


  .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: 0;
  }
  .global-nav__item {
	margin: 20px 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:3rem;
	line-height: 2.5rem;
	letter-spacing: 1.5px;
	color: #518d5e;
	font-family: "source-serif-pro", serif;
	font-weight: 600;
	font-style: normal;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}

  
	/* 表示された時用の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 {
		position: fixed;
		right: 0;
		top: -2000px;
		width: 100%;
		height: 100%;
		min-height: 100%;
		padding-top: 20px;
		background-size: cover;
		background-position: center bottom;
		z-index: 200000;
		display: flex;
		align-items: flex-start;
	}
	.global-nav__list {
		margin: 20px 0;
	}
	.global-nav__item {
		margin: 0 0 20px !important;
	}
	.global-nav__item a {
		display: block;
		padding: 1px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:2.2rem;
		line-height: 2.2rem;
		letter-spacing: 1.0px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}


}


/* 以下タブレット・スマホ */
@media (max-width: 375px) {
	  .global-nav__item a .en {
		width: 100%;
		font-size:1.3rem;
		line-height: 1.3rem;
		letter-spacing: 1.0px;
	}

}



/* ========================================
トップ
========================================== */
#top {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
	perspective: 1000;
}
#top #top__bg {
	width: 100%;
	height: auto;
}
#top #top__bg img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
#top #top__award {
	width: 25%;
	height: auto;
	position: absolute;
	top: 3%;
	left: 4%;
	opacity: 0;
}
#top #top__tate {
	width: 7.1%;
	height: auto;
	position: absolute;
	top: 7.2%;
	right: 13%;
	opacity: 0;
}
#top #top__logo-en {
	width: 10.7%;
	height: auto;
	position: absolute;
	top: 57.6%;
	left: 45.2%;
	opacity: 0;
}
#top #top__logo {
	width: 36.8%;
	height: auto;
	position: absolute;
	top: 66%;
	left: 31.6%;
}
#top #top__logo #top__logo1 {
	width: 100%;
	height: auto;
}
#top #top__logo #top__logo2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#top #top__bb {
	width: 40%;
	height: auto;
	position: absolute;
	top: 75%;
	left: 30%;
	opacity: 0;
}
#top #top__yoko {
	width: 72%;
	height: auto;
	position: absolute;
	top: 90%;
	left: 14%;
	opacity: 0;
}
#top #top__x {
	display: block;
	width: 4%;
	height: auto;
	position: absolute;
	top: 88%;
	right: 5%;
	opacity: 0;
}
#top #top__x:hover {
	animation: flash 1.5s forwards;
} 
#top #top__leaf1 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 50%;
	left: -20%;
}
.top__leaf1 {
	animation: fly1 4.5s ease-in infinite 3.0s , rotate1 1.5s ease infinite;
}
#top #top__leaf2 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 60%;
	left: -20%;
}
.top__leaf2 {
	animation: fly2 4.8s ease-in 4.5s infinite , rotate1 1.7s ease 0.5s infinite;
}
#top #top__leaf3 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 30%;
	left: -20%;
}
.top__leaf3 {
	animation: fly3 5.0s ease-in 6.0s infinite , rotate1 1.7s ease 0.8s infinite;
}
#top #top__leaf4 {
	width: 4.2%;
	height: auto;
	position: absolute;
	top: 20%;
	left: -20%;
	opacity: 0;
}
.top__leaf4 {
	animation: fly5 1.2s ease-in 1s forwards , rotate1 1.2s ease 0.8s infinite;
}
#top #top__leaf5 {
	width: 3.5%;
	height: auto;
	position: absolute;
	top: 20%;
	left: -20%;
	opacity: 0;
}
.top__leaf5 {
	animation: fly3 1.5s ease-in 0s forwards , rotate1 1.2s ease 0.8s infinite;
}
#top #top__leaf6 {
	width: 3.5%;
	height: auto;
	position: absolute;
	top: 20%;
	left: -20%;
	opacity: 0;
}
.top__leaf6 {
	animation: fly1 2.2s ease-in 0.1s forwards , rotate1 1.2s ease 0.8s infinite;
}
#top #top__leaf7 {
	width: 5.5%;
	height: auto;
	position: absolute;
	top: 20%;
	left: -20%;
	opacity: 0;
}
.top__leaf7 {
	animation: fly4 1.8s ease-in 0.7s forwards , rotate1 1.0s ease 0.1s infinite;
}
#top #top__leaf8 {
	width: 3.2%;
	height: auto;
	position: absolute;
	top: 20%;
	left: -20%;
	opacity: 0;
}
.top__leaf8 {
	animation: fly5 2.4s ease-in 0.5s forwards , rotate1 1.0s ease 0.1s infinite;
}
#top #top__leaf9 {
	width: 3.5%;
	height: auto;
	position: absolute;
	top: 20%;
	left: -20%;
	opacity: 0;
}
.top__leaf9 {
	animation: fly5 2.0s ease-in 0.2s forwards , rotate1 1.3s ease 0.8s infinite;
}
#top #top__leaf10 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 20%;
	left: -20%;
	opacity: 0;
}
.top__leaf10 {
	animation: fly2 1.3s ease-in 0.6s forwards , rotate1 1.0s ease 0.8s infinite;
}
#top #top__leaf11 {
	width: 5.6%;
	height: auto;
	position: absolute;
	top: 20%;
	left: -20%;
	opacity: 0;
}
.top__leaf11 {
	animation: fly3 0.5s ease-in 0.5s forwards , rotate1 1.0s ease 0.8s infinite;
}
#top #top__leaf12 {
	width: 2.1%;
	height: auto;
	position: absolute;
	top: 20%;
	left: -20%;
	opacity: 0;
}
.top__leaf12 {
	animation: fly4 1.6s ease-in 0.1s forwards , rotate1 1.2s ease 0.4s infinite;
}
#top #top__leaf13 {
	width: 4.2%;
	height: auto;
	position: absolute;
	top: 20%;
	left: -20%;
	opacity: 0;
}
.top__leaf13 {
	animation: fly1 1.4s ease-in 0.9s forwards , rotate1 0.8s ease 0.1s infinite;
}
#top #top__leaf14 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 20%;
	left: -20%;
	opacity: 0;
}
.top__leaf14 {
	animation: fly2 1.0s ease-in 0.4s forwards , rotate1 0.9s ease 0.1s infinite;
}
#top #top__leaf15 {
	width: 2.5%;
	height: auto;
	position: absolute;
	top: 20%;
	left: -20%;
	opacity: 0;
}
.top__leaf15 {
	animation: fly3 2.5s ease-in 0.8s forwards , rotate1 1.0s ease 0s infinite;
}
@keyframes fly1 {
	0% {left: 10%;top: 10%;opacity: 0;}
	20% {opacity: 1;}
	100% {left:110%;top: 100%;}
}
@keyframes fly2 {
	0% {left: 10%;top: 20%;opacity: 0;}
	20% {opacity: 1;}
	100% {left:110%;top: 110%;}
}
@keyframes fly3 {
	0% {left: 10%;top: 30%;opacity: 0;}
	20% {opacity: 1;}
	100% {left:110%;top: 130%;}
}
@keyframes fly4 {
	0% {left: 10%;top: 25%;opacity: 0;}
	20% {opacity: 1;}
	100% {left:110%;top: 120;}
}
@keyframes fly5 {
	0% {left: 10%;top: 35%;opacity: 0;}
	20% {opacity: 1;}
	100% {left:110%;top: 135%;}
}
@keyframes rotate1 {
	from {
		transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg);
	}
	to {
		transform: rotateY(40deg) rotateX(-50deg) rotateZ(30deg);
	}
}
.top__logo2 {
	animation: fadeIn 1.0s ease 1s forwards;
}
.top-last-anime {
	animation: fadeIn 1.0s ease 1s forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#top #top__bg img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	#top #top__award {
		width: 51%;
		height: auto;
		position: absolute;
		top: 2%;
		left: 3%;
		opacity: 0;
	}
	#top #top__tate {
		width: 17.6%;
		height: auto;
		position: absolute;
		top: 4.2%;
		right: 3%;
		opacity: 0;
	}
	#top #top__logo-en {
		width: 24.3%;
		height: auto;
		position: absolute;
		top: 67%;
		left: 39.5%;
		opacity: 0;
	}
	#top #top__logo {
		width: 90%;
		height: auto;
		position: absolute;
		top: 72%;
		left: 5%;
	}
	#top #top__bb {
		width: 94%;
		height: auto;
		position: absolute;
		top: 79%;
		left: 3%;
		opacity: 0;
	}
	#top #top__yoko {
		width: 94%;
		height: auto;
		position: absolute;
		top: 90%;
		left: 3%;
		opacity: 0;
	}
	#top #top__x {
		display: none;
	}
	#top #top__leaf1 {
		width: 10%;
		height: auto;
		position: absolute;
		top: 50%;
		left: -20%;
	}
	.top__leaf1 {
		animation: fly1 2.5s ease-in infinite 3.0s , rotate1 1.5s ease infinite;
	}
	#top #top__leaf2 {
		width: 10%;
		height: auto;
		position: absolute;
		top: 60%;
		left: -20%;
	}
	.top__leaf2 {
		animation: fly2 2.8s ease-in 4.5s infinite , rotate1 1.7s ease 0.5s infinite;
	}
	#top #top__leaf3 {
		width: 12%;
		height: auto;
		position: absolute;
		top: 30%;
		left: -20%;
	}
	.top__leaf3 {
		animation: fly3 2.2s ease-in 6.0s infinite , rotate1 1.7s ease 0.8s infinite;
	}
	#top #top__leaf4 {
		width: 10%;
		height: auto;
		position: absolute;
		top: 20%;
		left: -20%;
	}
	.top__leaf4 {
		animation: fly5 1.9s ease-in 1s forwards , rotate1 1.2s ease 0.8s infinite;
	}
	#top #top__leaf5 {
		width: 8%;
		height: auto;
		position: absolute;
		top: 20%;
		left: -20%;
	}
	.top__leaf5 {
		animation: fly3 2s ease-in 0s forwards , rotate1 1.2s ease 0.8s infinite;
	}
	#top #top__leaf6 {
		width: 9%;
		height: auto;
		position: absolute;
		top: 20%;
		left: -20%;
	}
	.top__leaf6 {
		animation: fly1 2.2s ease-in 0s forwards , rotate1 1.2s ease 0.8s infinite;
	}
	#top #top__leaf7 {
		width: 12%;
		height: auto;
		position: absolute;
		top: 20%;
		left: -20%;
	}
	.top__leaf7 {
		animation: fly4 1.8s ease-in 0.5s forwards , rotate1 1.0s ease 0.1s infinite;
	}
	#top #top__leaf8 {
		width: 8%;
		height: auto;
		position: absolute;
		top: 20%;
		left: -20%;
	}
	.top__leaf8 {
		animation: fly5 2s ease-in 0.3s forwards , rotate1 1.0s ease 0.1s infinite;
	}
	#top #top__leaf9 {
		width: 10%;
		height: auto;
		position: absolute;
		top: 20%;
		left: -20%;
	}
	.top__leaf9 {
		animation: fly5 1.8s ease-in 0.3s forwards , rotate1 1.3s ease 0.8s infinite;
	}
	#top #top__leaf10 {
		width: 5%;
		height: auto;
		position: absolute;
		top: 20%;
		left: -20%;
	}
	.top__leaf10 {
		animation: fly2 1.9s ease-in 0.4s forwards , rotate1 1.0s ease 0.8s infinite;
	}
	#top #top__leaf11 {
		width: 12%;
		height: auto;
		position: absolute;
		top: 20%;
		left: -20%;
	}
	.top__leaf11 {
		animation: fly3 2.0s ease-in 0.6s forwards , rotate1 1.0s ease 0.8s infinite;
	}
	#top #top__leaf12 {
		width: 4%;
		height: auto;
		position: absolute;
		top: 20%;
		left: -20%;
	}
	.top__leaf12 {
		animation: fly4 1.8s ease-in 0.7s forwards , rotate1 1.2s ease 0.4s infinite;
	}
	#top #top__leaf13 {
		width: 10%;
		height: auto;
		position: absolute;
		top: 20%;
		left: -20%;
	}
	.top__leaf13 {
		animation: fly1 1.7s ease-in 0.2s forwards , rotate1 0.8s ease 0.1s infinite;
	}
	#top #top__leaf14 {
		width: 7%;
		height: auto;
		position: absolute;
		top: 20%;
		left: -20%;
	}
	.top__leaf14 {
		animation: fly2 1.8s ease-in 0.6s forwards , rotate1 0.9s ease 0.1s infinite;
	}
	#top #top__leaf15 {
		width: 5%;
		height: auto;
		position: absolute;
		top: 20%;
		left: -20%;
	}
	.top__leaf15 {
		animation: fly3 2.0s ease-in 0.8s forwards , rotate1 1.0s ease 0s infinite;
	}

}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 2vw 0;
	background: linear-gradient(to bottom, #8a8755, #fef3ce);
	position: relative;
}
#bridge #br__date {
	width: 40%;
	height: auto;
	margin: 0 30% 3vw;
}
#bridge #br__date img {
	width: 100%;
	height: auto;
	aspect-ratio: 1271 / 117;
}
#bridge #br__theater {
	width: 14%;
	height: auto;
	margin: 0 44% 3vw;
}
#bridge #br__x {
	display: none;
}
#bridge #br__theater a:hover {
	animation: flash 1.5s;
}
#mubi {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
}
#mubi #mvtk-widgets-container {
	display: inline-block;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
	}
	#bridge #br__date {
		width: 70%;
		height: auto;
		margin: 0 15% 10vw;
	}
	#bridge #br__date img {
		width: 100%;
		height: auto;
		aspect-ratio: 1084 / 320;
	}
	#bridge #br__theater {
		width: 60%;
		height: auto;
		margin: 0 20% 5vw;
	}
	#bridge #br__x {
		display: block;
		width: 14%;
		height: auto;
		margin: 0 43% 5vw;
	}

	#mubi {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}

}

/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:3vw 0 7vw;
	overflow: hidden;
	position: relative;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 -0.7vw;
	text-align: center;
	position: relative;
	z-index: 2;
	pointer-events: none;
}
.trailer h2 img {
	width: 15%;
}
#video-wrap {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	margin: 0 20%;
	padding: 0;
	position: relative;
}
.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 #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%;
		position: relative;
		text-align: center;
	}
	.trailer h2 img {
		width: 30%;
	}
	#video-wrap {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
	}
	.video {
		width:100%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:0;
		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 20vw;
	}
	.trailer h2 {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position: relative;
	}
	.trailer h2 img {
		width: 40%;
	}
	#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;
		display:block;
	}
	.movie-btn {
		width: 45%;
		font-size: 3vw;
	}
}


/* ========================================
イントロダクション
========================================== */
#intro-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-image: linear-gradient(to top right,
	oklch(from #fef3ce l c h),
	oklch(from #ffcdac l c h),
	oklch(from #ff7e00 l c h),
	oklch(from #ff0000 l c h)
	);
	background-size: 600% 600%;
	animation: bggradient 7s ease infinite;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
}
@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
#intro-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -29;
}
#intro {
	width: 100%;
	height: auto;
	padding: 30vw 0;
	perspective: 500px;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	text-align: center;
}
#intro h2 img {
	width: 18%;
}
#intro #intro__award {
	width: 46%;
	height: auto;
	margin: 0 27% 7vw;
	opacity: 0;
}
#intro #intro__award img {
	width: 100%;
	height: auto;
	aspect-ratio: 1154 / 166;
}
@keyframes intro__award {
	0% {
		transform: rotateX(180deg);
		transform-origin: bottom;
		opacity: 0;
	}
	100% {
		transform: rotateX(0deg);
		transform-origin: bottom;
		opacity: 1;
	}
}
#intro #intro__award2 {
	display: none;
}
.intro__award {
	animation: intro__award 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#intro #intro__lead1 {
	width: 40%;
	height: auto;
	margin: 0 30% 3vw;
	opacity: 0;
}
#intro #intro__lead1 img {
	width: 100%;
	height: auto;
	aspect-ratio: 1709 / 163;
}
#intro p {
	width: 50%;
	height: auto;
	margin: 0 25% 5vw;
	color: #fff;
	font-size: 1.2vw;
	line-height: 2.2vw;
	letter-spacing: 1.5px;
	font-feature-settings: "palt";
	opacity: 0;
}
#intro #intro__lead2 {
	width: 44%;
	height: auto;
	margin: 0 28% 3vw;
	opacity: 0;
}
#intro #intro__lead2 img {
	width: 100%;
	height: auto;
	aspect-ratio: 1868 / 160;
}
#intro #intro__lead3 {
	width: 28%;
	height: auto;
	margin: 0 36% 3vw;
	opacity: 0;
}
#intro #intro__lead3 img {
	width: 100%;
	height: auto;
	aspect-ratio: 1160 / 160;
}
.intro__lead1 ,
.intro__lead2 ,
.intro__lead3 ,
.intro-txt1 ,
.intro-txt2 ,
.intro-txt3 {
	animation: fadeIn 1.0s ease forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro {
		width: 100%;
		height: auto;
		padding: 40vh 0 100vw;
		perspective: 500px;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		text-align: center;
	}
	#intro h2 img {
		width: 70%;
	}
	#intro #intro__award {
		width: 68%;
		height: auto;
		margin: 0 16% 9vw;
		opacity: 0;
	}
	#intro #intro__award img {
		width: 100%;
		height: auto;
		aspect-ratio: 1062 / 354;
	}
	#intro #intro__award2 {
		display: block;
		width: 90%;
		height: auto;
		margin: 0 5% 20vw;
		opacity: 0;
	}
	.intro__award2 {
		animation: intro__award 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	}
	#intro #intro__lead1 {
		width: 70%;
		height: auto;
		margin: 0 15% 10vw;
		opacity: 0;
	}
	#intro #intro__lead1 img {
		width: 100%;
		height: auto;
		aspect-ratio: 1063 / 428;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5% 20vw;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.0rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
		opacity: 0;
	}
	#intro #intro__lead2 {
		width: 70%;
		height: auto;
		margin: 0 15% 10vw;
		opacity: 0;
	}
	#intro #intro__lead2 img {
		width: 100%;
		height: auto;
		aspect-ratio: 1065 / 428;
	}
	#intro #intro__lead3 {
		width: 70%;
		height: auto;
		margin: 0 15% 10vw;
		opacity: 0;
	}
	#intro #intro__lead3 img {
		width: 100%;
		height: auto;
		aspect-ratio: 1041 / 343;
	}

}


/* ========================================
ストーリー
========================================== */
#story {
	width: 100%;
	height: auto;
	padding: 10vw 0;
	background-color: #fff;
	position: relative;
}
#story .slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
#story .slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#story #slider1 .top-slide {
	animation: loop-slide 150s infinite linear 0s both;
}
#story #slider2 .top-slide {
	animation: loop-slide-rev 130s infinite linear 0s both;
}
#story .slide-wrap .top-slide .content {
	width: 25vw;
	height: auto;
	margin: 0;
}
#story .slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#story p {
	width: 50%;
	height: auto;
	margin: 4vw 25%;
	color: #000;
	font-size: 1.2vw;
	line-height: 2.2vw;
	letter-spacing: 1.5px;
	font-feature-settings: "palt";
}
#story h2 {
	width: 10%;
	height: auto;
	position: absolute;
	top: 8%;
	left: 45%;
}
#story #story__logo {
	width: 20%;
	height: auto;
	position: absolute;
	bottom: 9%;
	left: 40%;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#story {
		width: 100%;
		height: auto;
		padding: 20vw 0;
		background-color: #fff;
		position: relative;
	}
	#story #slider1 .top-slide {
		animation: loop-slide 100s infinite linear 0s both;
	}
	#story #slider2 .top-slide {
		animation: loop-slide-rev 80s infinite linear 0s both;
	}
	#story .slide-wrap .top-slide .content {
		width: 50vw;
		height: auto;
		margin: 0;
	}
	#story p {
		width: 90%;
		height: auto;
		margin: 10vw 5%;
		color: #000;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}
	#story h2 {
		width: 30%;
		height: auto;
		position: absolute;
		top: 8%;
		left: 35%;
	}
	#story #story__logo {
		width: 50%;
		height: auto;
		position: absolute;
		bottom: 9%;
		left: 25%;
	}
}


/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#story {
		width: 100%;
		height: auto;
		padding: 30vw 0;
		background-color: #fff;
		position: relative;
	}
	#story .slide-wrap .top-slide .content {
		width: 100vw;
		height: auto;
		margin: 0;
	}
	#story h2 {
		width: 30%;
		height: auto;
		position: absolute;
		top: 6%;
		left: 35%;
	}
	#story #story__logo {
		width: 60%;
		height: auto;
		position: absolute;
		bottom: 6.5%;
		left: 20%;
	}
}


/* ========================================
Award
========================================== */
#award {
	width: 100%;
	height: auto;
	position: relative;
}
#award #award__bg {
	width: 100%;
	height: auto;
	filter: brightness(100%);
	transition: 1.0s filter;
}
#award #award__bg img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
#award #award__contents {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#award #award__contents h2 {
	width: 100%;
	height: auto;
	margin: 10vw 0 10vw;
	text-align: center;
}
#award #award__contents h2 img {
	width: 14%;
}
#award #award__contents #award__list {
	width: 100%;
	height: auto;
}
#award #award__contents #award__list .award {
	width: 50%;
	height: auto;
	margin: 1vw 25%;
	display: flex;
	justify-content: flex-start;
}
#award #award__contents #award__list .award .fes {
	width: 40%;
	color: #ebdb00;
	font-size: 1.3vw;
	margin: 0 0.5vw;
	font-weight: bold;
	text-align: center;
}
#award #award__contents #award__list .award .title {
	width: 60%;
	color: #fff;
	font-size: 1.3vw;
	line-height: 2.5vw;
	margin: 0 0.5vw;
	font-weight: bold;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#award {
		width: 100%;
		height: auto;
		position: relative;
		background-color: #c79a97;
		perspective: 500px;
	}
	#award #award__bg {
		width: 100%;
		height: auto;
		filter: brightness(100%) !important;
		transition: 1.0s filter;
	}
	#award #award__bg img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 815;
	}
	#award #award__contents {
		width: 100%;
		height: auto;
		padding: 10vw 0 20vw;
		position: relative;
		background-color: #c79a97;
	}
	#award #award__contents h2 {
		width: 30%;
		height: auto;
		margin: 7vw 0;
		text-align: center;
		opacity: 0;
		position: absolute;
		top: -55%;
		left: 35%;
	}
	#award #award__contents h2 img {
		width: 100%;
	}
	@keyframes awa-head {
		0% {
			transform: translateZ(160px) rotateY(180deg);
			opacity: 0;
		}
		100% {
			transform: translateZ(0) rotateY(0);
			opacity: 1;
		}
	}
	.awa-head {
		animation: awa-head 0.6s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	}
	#award #award__contents #award__list {
		width: 100%;
		height: auto;
	}
	#award #award__contents #award__list .award {
		width: 100%;
		height: auto;
		margin: 3vw 0;
		display: flex;
		justify-content: center;
	}
	#award #award__contents #award__list .award .fes {
		color: #ebdb00;
		font-size: 1.1rem;
		line-height: 2.2rem;
		margin: 0 1vw;
		font-weight: bold;
	}
	#award #award__contents #award__list .award .title {
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		margin: 0 0.5vw;
		font-weight: bold;
	}

}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#award #award__contents h2 {
		width: 50%;
		height: auto;
		margin: 7vw 25%;
		text-align: center;
		position: absolute;
		top: -28%;
		left: 0;
	}
	#award #award__contents #award__list .award {
		width: 90%;
		height: auto;
		margin: 8vw 5%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	#award #award__contents #award__list .award .fes {
		width: 100%;
		color: #ebdb00;
		font-size: 1.2rem;
		margin: 1vw 0;
		font-weight: bold;
	}
	#award #award__contents #award__list .award .title {
		width: 100%;
		color: #fff;
		font-size: 1.1rem;
		margin: 1vw 0;
		font-weight: bold;
		text-align: center;
	}


}

/* ========================================
レビュー
========================================== */
#rev-bg-black1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -25;
	pointer-events: none;
	opacity: 0;
}
.rev-bg-black1 {
	animation: fadeIn 0.1s forwards;
}
.rev-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -24;
	pointer-events: none;
	opacity: 0;
}
@keyframes rev-bg1 {
	0% {opacity: 1;}
	23% {opacity: 1;}
	33% {opacity: 0;}
	90% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes rev-bg2 {
	0% {opacity: 0;}
	23% {opacity: 0;}
	33% {opacity: 1;}
	56% {opacity: 1;}
	66% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes rev-bg3 {
	0% {opacity: 0;}
	56% {opacity: 0;}
	66% {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-bg-black2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -23;
	pointer-events: none;
	opacity: 0;
	transition: 1.0s all;
}
#review {
	width: 100%;
	height: auto;
	padding: 30vw 0 5vw;
}
#review h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	padding: 5vw 0 0;
	text-align: center;
}
#review h2 img {
	width: 12%;
}
#review .rev-unit {
	width: 40%;
	height: auto;
	margin: 0 30% 7vw;
}
#review .rev-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	text-align: center;
	color: #fff;
	font-size: 1.4vw;
	letter-spacing: 1.5px;
	font-feature-settings: "palt";
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
}
#review .rev-unit .name {
	width: 100%;
	height: auto;
	text-align: right;
	color: #ebdb00;
	font-size: 1.2vw;
	letter-spacing: 1.5px;
	font-feature-settings: "palt";
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#review {
		width: 100%;
		height: auto;
		padding: 80vw 0 20vw;
	}
	#review h2 {
		width: 100%;
		height: auto;
		margin: 0 0 80vw;
		padding: 5vw 0 0;
		text-align: center;
	}
	#review h2 img {
		width: 40%;
	}
	#review .rev-unit {
		width: 70%;
		height: auto;
		margin: 0 15% 15vw;
	}
	#review .rev-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		text-align: center;
		color: #fff;
		font-size: 1.3rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
		font-family: "Zen Old Mincho", serif;
		font-weight: 700;
		font-style: normal;
	}
	#review .rev-unit .name {
		width: 100%;
		height: auto;
		text-align: right;
		color: #ebdb00;
		font-size: 1.2rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
		font-family: "Zen Old Mincho", serif;
		font-weight: 700;
		font-style: normal;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#review {
		width: 100%;
		height: auto;
		padding: 45vh 0 30vw;
	}
	#review h2 {
		width: 100%;
		height: auto;
		margin: 0 0 45vh;
		padding: 5vw 0 0;
		text-align: center;
	}
	#review h2 img {
		width: 40%;
	}
	#review .rev-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 20vw;
	}
	#review .rev-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		text-align: center;
		color: #fff;
		font-size: 1.2rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
		font-family: "Zen Old Mincho", serif;
		font-weight: 700;
		font-style: normal;
	}
	#review .rev-unit .name {
		width: 100%;
		height: auto;
		text-align: right;
		color: #ebdb00;
		font-size: 1.1rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
		font-family: "Zen Old Mincho", serif;
		font-weight: 700;
		font-style: normal;
	}

}

/* ========================================
コメント
========================================== */
#comment {
	width: 100%;
	height: auto;
	margin: 5vw 0 0;
}
#comment h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
}
#comment h2 img {
	width: 13%;
}
#comment .com-unit {
	width: 40%;
	height: auto;
	box-sizing: border-box;
	margin: 0 30% 7vw;
	border: 2px solid #fff;
	padding: 5vw;
	backdrop-filter: blur(10px);
}
#comment .com-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.5px;
	font-feature-settings: "palt";
}
#comment .com-unit .name {
	width: 100%;
	height: auto;
	text-align: right;
	color: #ebdb00;
	font-size: 1.3vw;
	line-height: 2vw;
	letter-spacing: 1.5px;
	font-feature-settings: "palt";
}
#comment .com-unit .title {
	width: 100%;
	height: auto;
	text-align: right;
	color: #ebdb00;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.5px;
	font-feature-settings: "palt";
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		text-align: center;
	}
	#comment h2 img {
		width: 45%;
	}
	#comment .com-unit {
		width: 80%;
		height: auto;
		box-sizing: border-box;
		margin: 0 10% 15vw;
		border: 2px solid #fff;
		padding: 5vw;
		backdrop-filter: blur(10px);
	}
	#comment .com-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}
	#comment .com-unit .name {
		width: 100%;
		height: auto;
		text-align: right;
		color: #ebdb00;
		font-size: 1.3rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}
	#comment .com-unit .title {
		width: 100%;
		height: auto;
		text-align: right;
		color: #ebdb00;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#comment .com-unit {
		width: 94%;
		height: auto;
		box-sizing: border-box;
		margin: 0 3% 20vw;
		border: 2px solid #fff;
		padding: 5vw;
		backdrop-filter: blur(10px);
	}
}


/* ========================================
キャスト
========================================== */
.cast-bgs {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
}
#cast-bg {
	transition: 1.0s all;
	z-index: -18;
}
#dire-bg {
	transition: 1.0s all;
	z-index: -17;
}
#foot-bg1 {
	transition: 1.0s all;
	z-index: -16;
}
#foot-bg2 {
	transition: 1.0s all;
	z-index: -15;
}
#cast {
	width: 100%;
	height: auto;
	padding: 35vw 0 20vw;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#cast h2 img {
	width: 8%;
}
#cast #cast__photo {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#cast #cast__photo img {
	width: 20%;
}
#cast #cast__name {
	width: 100%;
	height: auto;
	margin: 0 0 4vw;
	text-align: center;
}
#cast #cast__name img {
	width: 15%;
}
#cast p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	color: #000;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.5px;
	font-feature-settings: "palt";
	font-weight: bolder;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast {
		width: 100%;
		height: auto;
		padding: 60vh 0 80vw;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}
	#cast h2 img {
		width: 30%;
	}
	#cast #cast__photo {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		text-align: center;
	}
	#cast #cast__photo img {
		width: 60%;
	}
	#cast #cast__name {
		width: 100%;
		height: auto;
		margin: 0 0 4vw;
		text-align: center;
	}
	#cast #cast__name img {
		width: 40%;
	}
	#cast p {
		width: 80%;
		height: auto;
		margin: 0 10%;
		color: #000;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#cast h2 img {
		width: 35%;
	}
	#cast #cast__photo {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		text-align: center;
	}
	#cast #cast__photo img {
		width: 85%;
	}
	#cast #cast__name {
		width: 100%;
		height: auto;
		margin: 0 0 4vw;
		text-align: center;
	}
	#cast #cast__name img {
		width: 50%;
	}
	#cast p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		color: #000;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}


}

/* ========================================
ディレクター
========================================== */
#director {
	width: 100%;
	height: auto;
	padding: 5vw 0 20vw;
}
#director h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
}
#director h2 img {
	width: 13%;
}
#director #dire__name {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#director #dire__name img {
	width: 13%;
}
#director p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.5px;
	font-feature-settings: "palt";
}
#director #dire__msg {
	width: 56%;
	height: auto;
	box-sizing: border-box;
	margin: 5vw 22% 0;
	padding: 5vw;
	background-color: #ded66f;
}
#director #dire__msg h3 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#director #dire__msg h3 img {
	width: 50%;
}
#director #dire__msg p {
	width: 100%;
	height: auto;
	margin: 0;
	color: #331e05;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.5px;
	font-feature-settings: "palt";
	font-weight: bolder;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#director {
		width: 100%;
		height: auto;
		padding: 0 0 20vw;
	}
	#director h2 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	#director h2 img {
		width: 50%;
	}
	#director #dire__name {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}
	#director #dire__name img {
		width: 40%;
	}
	#director p {
		width: 80%;
		height: auto;
		margin: 0 10%;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}
	#director #dire__msg {
		width: 80%;
		height: auto;
		box-sizing: border-box;
		margin: 15vw 10% 0;
		padding: 10vw 5vw;
		background-color: #ded66f;
	}
	#director #dire__msg h3 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}
	#director #dire__msg h3 img {
		width: 50%;
	}
	#director #dire__msg p {
		width: 100%;
		height: auto;
		margin: 0;
		color: #331e05;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#director h2 img {
		width: 60%;
	}
	#director #dire__name {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}
	#director #dire__name img {
		width: 40%;
	}
	#director p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}
	#director #dire__msg {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		margin: 15vw 5% 0;
		padding: 10vw 5vw;
		background-color: #ded66f;
	}
	#director #dire__msg h3 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}
	#director #dire__msg h3 img {
		width: 70%;
	}
	#director #dire__msg p {
		width: 100%;
		height: auto;
		margin: 0;
		color: #331e05;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		font-feature-settings: "palt";
	}

}

/* ========================================
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;
	}
}

/* ========================================
フッター
========================================== */
#foot__leaf1 {
	width: 3%;
	height: auto;
	position: fixed;
	top: 100%;
	right: -20%;
	z-index: -10;
}
.foot__leaf1 {
	animation: fly6 4.5s ease-in infinite 3.0s , rotate1 1.5s ease infinite;
}
#foot__leaf2 {
	width: 3.5%;
	height: auto;
	position: fixed;
	top: 100%;
	right: -20%;
	z-index: -10;
}
.foot__leaf2 {
	animation: fly8 4.9s ease-in 4.5s infinite , rotate1 1.7s ease 0.5s infinite;
}
#foot__leaf3 {
	width: 3%;
	height: auto;
	position: fixed;
	top: 100%;
	right: -20%;
	z-index: -10;
}
.foot__leaf3 {
	animation: fly10 5.5s ease-in 6.0s infinite , rotate1 1.7s ease 0.8s infinite;
}
#foot__leaf4 {
	width: 4.5%;
	height: auto;
	position: fixed;
	top: 100%;
	right: -20%;
	z-index: -10;
}
.foot__leaf4 {
	animation: fly9 1.9s ease-in 1s forwards , rotate1 1.2s ease 0.8s infinite;
}
#foot__leaf5 {
	width: 3.5%;
	height: auto;
	position: fixed;
	top: 100%;
	right: -20%;
	z-index: -10;
}
.foot__leaf5 {
	animation: fly10 2s ease-in 0s forwards , rotate1 1.2s ease 0.8s infinite;
}
#foot__leaf6 {
	width: 3.2%;
	height: auto;
	position: fixed;
	top: 100%;
	right: -20%;
	z-index: -10;
}
.foot__leaf6 {
	animation: fly6 2.2s ease-in 0s forwards , rotate1 1.2s ease 0.8s infinite;
}
#foot__leaf7 {
	width: 4.6%;
	height: auto;
	position: fixed;
	top: 100%;
	right: -20%;
	z-index: -10;
}
.foot__leaf7 {
	animation: fly7 1.8s ease-in 0.5s forwards , rotate1 1.0s ease 0.1s infinite;
}
#foot__leaf8 {
	width: 3.8%;
	height: auto;
	position: fixed;
	top: 100%;
	right: -20%;
	z-index: -10;
}
.foot__leaf8 {
	animation: fly8 2s ease-in 0.3s forwards , rotate1 1.0s ease 0.1s infinite;
}
#foot__leaf9 {
	width: 3.2%;
	height: auto;
	position: fixed;
	top: 100%;
	right: -20%;
	z-index: -10;
}
.foot__leaf9 {
	animation: fly9 1.8s ease-in 0.3s forwards , rotate1 1.3s ease 0.8s infinite;
}
#foot__leaf10 {
	width: 2%;
	height: auto;
	position: fixed;
	top: 100%;
	right: -20%;
	z-index: -10;
}
.foot__leaf10 {
	animation: fly10 1.9s ease-in 0.4s forwards , rotate1 1.0s ease 0.8s infinite;
}
#foot__leaf11 {
	width: 5%;
	height: auto;
	position: fixed;
	top: 100%;
	right: -20%;
	z-index: -10;
}
.foot__leaf11 {
	animation: fly6 2.0s ease-in 0.6s forwards , rotate1 1.0s ease 0.8s infinite;
}
#foot__leaf12 {
	width: 2.5%;
	height: auto;
	position: fixed;
	top: 100%;
	right: -20%;
	z-index: -10;
}
.foot__leaf12 {
	animation: fly7 1.8s ease-in 0.7s forwards , rotate1 1.2s ease 0.4s infinite;
}
#foot__leaf13 {
	width: 4.5%;
	height: auto;
	position: fixed;
	top: 100%;
	right: -20%;
	z-index: -10;
}
.foot__leaf13 {
	animation: fly8 1.7s ease-in 0.2s forwards , rotate1 0.8s ease 0.1s infinite;
}
#foot__leaf14 {
	width: 2.5%;
	height: auto;
	position: fixed;
	top: 100%;
	right: -20%;
	z-index: -10;
}
.foot__leaf14 {
	animation: fly9 1.8s ease-in 0.6s forwards , rotate1 0.9s ease 0.1s infinite;
}
#foot__leaf15 {
	width: 2.1%;
	height: auto;
	position: fixed;
	top: 100%;
	right: -20%;
	z-index: -10;
}
.foot__leaf15 {
	animation: fly10 2.0s ease-in 0.8s forwards , rotate1 1.0s ease 0s infinite;
}
@keyframes fly6 {
	0% {right: -20%;top: 100%;}
	100% {right:110%;top: 40%;}
}
@keyframes fly7 {
	0% {right: -20%;top: 90%;}
	100% {right:110%;top: 60%;}
}
@keyframes fly7 {
	0% {right: -20%;top: 80%;}
	100% {right:110%;top: 40%;}
}
@keyframes fly9 {
	0% {right: -20%;top: 70%;}
	100% {right:110%;top: 50%;}
}
@keyframes fly10 {
	0% {right: -20%;top: 85%;}
	100% {right:110%;top: 20%;}
}
footer {
	width:100%;
	height:60vw;
	padding:0;
	margin:0;
	position: relative;
	overflow: hidden;
}
footer #foot__logo {
	width: 27%;
	height: auto;
	position: absolute;
	bottom: 31vw;
	right: 18%;
	opacity: 0;
}
footer #button-area {
	position: absolute;
	bottom: 0;
	opacity: 0;
}
.foot__logo ,
.button-area {
	animation: fadeIn 1.0s ease 1.0s forwards;
}


@media (max-width: 1024px) {
	footer {
		width:100%;
		height:220vw;
		padding:0;
		margin:0;
		position: relative;
		overflow: hidden;
	}
	#foot__leaf1 {
		width: 12%;
		height: auto;
		position: fixed;
		top: 100%;
		right: -20%;
		z-index: -10;
	}
	#foot__leaf2 {
		width: 10%;
		height: auto;
		position: fixed;
		top: 100%;
		right: -20%;
		z-index: -10;
	}
	#foot__leaf3 {
		width: 8%;
		height: auto;
		position: fixed;
		top: 100%;
		right: -20%;
		z-index: -10;
	}
	#foot__leaf4 {
		width: 10%;
		height: auto;
		position: fixed;
		top: 100%;
		right: -20%;
		z-index: -10;
	}
	#foot__leaf5 {
		width: 6%;
		height: auto;
		position: fixed;
		top: 100%;
		right: -20%;
		z-index: -10;
	}
	#foot__leaf6 {
		width: 9%;
		height: auto;
		position: fixed;
		top: 100%;
		right: -20%;
		z-index: -10;
	}
	#foot__leaf7 {
		width: 14%;
		height: auto;
		position: fixed;
		top: 100%;
		right: -20%;
		z-index: -10;
	}
	#foot__leaf8 {
		width: 10%;
		height: auto;
		position: fixed;
		top: 100%;
		right: -20%;
		z-index: -10;
	}
	#foot__leaf9 {
		width: 11%;
		height: auto;
		position: fixed;
		top: 100%;
		right: -20%;
		z-index: -10;
	}
	#foot__leaf10 {
		width: 5%;
		height: auto;
		position: fixed;
		top: 100%;
		right: -20%;
		z-index: -10;
	}
	#foot__leaf11 {
		width: 13%;
		height: auto;
		position: fixed;
		top: 100%;
		right: -20%;
		z-index: -10;
	}
	#foot__leaf12 {
		width: 8%;
		height: auto;
		position: fixed;
		top: 100%;
		right: -20%;
		z-index: -10;
	}
	#foot__leaf13 {
		width: 12%;
		height: auto;
		position: fixed;
		top: 100%;
		right: -20%;
		z-index: -10;
	}
	#foot__leaf14 {
		width: 6%;
		height: auto;
		position: fixed;
		top: 100%;
		right: -20%;
		z-index: -10;
	}
	#foot__leaf15 {
		width: 5%;
		height: auto;
		position: fixed;
		top: 100%;
		right: -20%;
		z-index: -10;
	}



	footer #foot__logo {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 90vw;
		right: 10%;
	}
	footer #button-area {
		position: absolute;
		bottom: 0;
	}
}
@media (max-width: 600px) {
	footer #foot__logo {
		width: 96%;
		height: auto;
		position: absolute;
		bottom: 130vw;
		right: 2%;
	}

}



/* ========================================
ダウンロード
========================================== */
#dl-body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-5;
	width:100%;
	height:100vh;
	background:url(../download/images/DF-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 #EBDB00;
	  display:inline-block;
	  cursor:pointer;
	  color:#EBDB00;
	  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:#EBDB00;
	  border:1px solid #EBDB00;
	  color:#000;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#EBDB00 !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#EBDB00;
	  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:#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:#fff;
	  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:#EBDB00;
  }
  
  #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:#EBDB00;
	  text-align: center;
	  font-size: 1.1em;
	  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;
  }


