html{
  height:100vh; 
}

body { margin: 0; padding:0;font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; width:100%; height:100vh;overflow-x:hidden;}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
.clearfix{
  zoom:1;
}
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;
}
.fadeInST1 {
	animation-name:fadeIn;
	animation-duration:1.4s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInST2 {
	animation-name:fadeIn;
	animation-duration:1.4s;
	animation-delay: 0.5s;
	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;
}
.fadeInFastest {
	animation-name:fadeIn;
	animation-duration:0s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInTeaser {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}

@keyframes fadeInUp {
	from {
	opacity: 0;
	transform: translateY(0);
	}
	to {
	opacity: 1;
	transform: translateY(-25%);
	}
}
@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) {
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	br.sponly {display:inline;}
	br.sponly2 {display:none;}
	br.pconly {display:none;}
}
@media (max-width: 610px) {
	br.sponly2 {display:inline;}
}




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

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0s;
    transition-duration: 1s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.5s;
    transition-duration: 2.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
    display: grid;
    place-items: center;
}
#loader {
	width:4%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
    display: grid;
    place-items: center;
	animation: loading 2s ease-in-out infinite alternate;
}
#loader #load1 img {
	width:100%;
	height:auto;
}
@keyframes loading {
	from {
	  transform: translate(0px , 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	  transform-origin: 50% 50%;
	}
	to {
	  transform: translate(200px , -50px) rotateX(160deg) rotateY(100deg) rotateZ(-45deg);
	  transform-origin: 50% 50%;
	}
}


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

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

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


}


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

#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:15px 0 20px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #384DA1, transparent);
	background: -webkit-linear-gradient(top, #384DA1, transparent);
	background: linear-gradient(to bottom, #384DA1, 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;
	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.4vw;
	line-height:1.4vw;
	text-align: center;
	color: #fff;
	font-family: 'Constantia','Georgia',sans-serif;
	letter-spacing: 1px;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(-2px);
}
#pcheader ul#pcmenu li.menusns a span.eng img {
	width: 1.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: 10px;
	background: linear-gradient(90deg, rgba(56, 77, 161, 0.9), rgba(22, 74, 157, 0.9), rgba(28, 145, 226, 0.9), rgba(63, 60, 149, 0.9), rgba(91, 60, 149, 0.9));
    background-size: 600% 600%;
	animation: grd-bg 10.0s ease 0s infinite;
	z-index: 200000;
	overflow-y: scroll;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
}  
.global-nav #menu-logo {
	width:90%;
	height:auto;
	margin:2vw 5% 8vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo img {
	width: 55%;
}
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0.1vw 0px;
}
.global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;	
	color: #fff;
	transition: all .6s;
	font-family: 'Constantia','Georgia',sans-serif;
	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: #f4a4dc !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#f4a4dc;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 4%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#000;
}

.global-nav ul.nav-sns li img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.global-nav ul.nav-sns li img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

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


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

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

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


/* 以下タブレット・スマホ */
@media (max-width: 550px) {
	.global-nav__item {
		margin: 2px 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:1.6em;
		line-height: 1em;
		font-family: 'Constantia','Georgia',sans-serif;
		letter-spacing: 1px;
		transform: translateY(-18px);	
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.nav-sns {
		transform: translateY(-40px);
	}
}






/* ========================================
bg
========================================== */
#grd-bg {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position: fixed;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #384DA1, #164A9D, #1C91E2, #3F3C95, #5B3C95);
    background-size: 600% 600%;
	animation: grd-bg 10.0s ease 0s infinite;
	z-index: -21;
}
@keyframes grd-bg {
	0% {
		background-position:96% 100%;
	}
	50% {
		background-position:5% 0%;
	}
	100% {
		background-position:96% 100%;
	}

}



/* ========================================
トップメイン画像まわり
========================================== */
#topmain {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
}
#topmain #top-bg {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	opacity: 0;
}
#topmain #flower {
	width: 14%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 5%;
	opacity: 0;
}
#topmain #top-catch {
	width: 28%;
	height: auto;
	position: absolute;
	top: 18%;
	left: 12%;
	opacity: 0;
}
#topmain #maintitle {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	opacity: 0;
}
#topmain #maintitle img {
	width: 27%;
	height: auto;
	vertical-align: bottom;
}
#topmain #top-billing {
	width: 40%;
	height: auto;
	position: absolute;
	bottom: 22.5%;
	left: 5%;
	opacity: 0;
}
#topmain #catch2sp {
	display: none;
}
#topmain #top-date {
	display: block;
	width: 45%;
	height: auto;
	position: absolute;
	bottom: 10%;
	left: 5%;
	opacity: 0;
}
.top1 {
	animation: fadeIn 1.5s ease 0.8s forwards;
}
.top2 {
	animation: fadeIn 1.0s ease 1.6s forwards;
}
.top3 {
	animation: fadeIn 1.0s ease 2.2s forwards;
}
#topmain #petal1 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 6%;
	opacity: 0;
}
#topmain #petal3 {
	width: 1.5%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 6%;
	opacity: 0;
}
#topmain #petal4 {
	width: 2.6%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 6%;
	opacity: 0;
}

@keyframes petal {
	0% {
		opacity: 0;
		top:45%;
		left: -8%;
	}
	5% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		top:95%;
		left: 105%;
	}
}
@keyframes peta3 {
	0% {
		opacity: 0;
		top:40%;
		left: -10%;
	}
	8% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		top:90%;
		left: 105%;
	}
}
@keyframes peta4 {
	0% {
		opacity: 0;
		top:48%;
		left: -5%;
	}
	10% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		top:80%;
		left: 105%;
	}
}
@keyframes sway {
	from {
	  transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	  transform-origin: 50% 50%;
	}
	to {
	  transform: translateY(50px) rotateX(160deg) rotateY(100deg) rotateZ(-45deg);
	  transform-origin: 50% 50%;
	}
}
.petal1 {
	animation: petal 6.0s cubic-bezier(0.11, 0, 0.5, 0) 1.8s forwards , sway 2s ease-in-out infinite alternate;
}
.petal3 {
	animation: peta3 5.1s cubic-bezier(0.45, 0, 0.55, 1) 2.0s forwards , sway 2s ease-in-out infinite alternate;
}
.petal4 {
	animation: peta4 4.5s cubic-bezier(0.11, 0, 0.5, 0) 2.2s forwards , sway 1s ease-in-out infinite alternate;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position:relative;
		overflow: hidden;
	}
	#topmain #flower {
		width: 45%;
		height: auto;
		position: absolute;
		bottom: 16%;
		left: 3%;
		opacity: 0;
	}
	#topmain #top-catch {
		width: 50%;
		height: auto;
		position: absolute;
		top: 27%;
		left: 5%;
		opacity: 0;
	}
	#topmain #maintitle {
		width: 60%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 46%;
		left: 2%;
		display: block;
		opacity: 0;
	}
	#topmain #maintitle img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#topmain #top-billing {
		width: 92%;
		height: auto;
		position: absolute;
		bottom: 22.5%;
		left: 4%;
		opacity: 0;
	}
	#topmain #catch2sp {
		display: block;
		width: 90%;
		height: auto;
		position: absolute;
		bottom: 3%;
		left: 5%;
		opacity: 0;
		z-index: 2;
	}
	#topmain #top-date {
		display: none;
	}
	#topmain #petal1 {
		width: 10%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 6%;
		opacity: 0;
	}
	#topmain #petal3 {
		width: 11%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 6%;
		opacity: 0;
	}
	#topmain #petal4 {
		width: 8%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 6%;
		opacity: 0;
	}
	@keyframes petal {
		0% {
			opacity: 0;
			top:35%;
			left: -20%;
		}
		5% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			top:95%;
			left: 105%;
		}
	}
	@keyframes peta3 {
		0% {
			opacity: 0;
			top:30%;
			left: -15%;
		}
		8% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			top:90%;
			left: 105%;
		}
	}
	@keyframes peta4 {
		0% {
			opacity: 0;
			top:38%;
			left: -18%;
		}
		10% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			top:80%;
			left: 105%;
		}
	}
	
	.petal1 {
		animation: petal 3.0s cubic-bezier(0.11, 0, 0.5, 0) 2.6s forwards , sway 2s ease-in-out infinite alternate;
	}
	.petal3 {
		animation: peta3 2.6s cubic-bezier(0.45, 0, 0.55, 1) 2.8s forwards , sway 2s ease-in-out infinite alternate;
	}
	.petal4 {
		animation: peta4 2.0s cubic-bezier(0.11, 0, 0.5, 0) 3.0s forwards , sway 1s ease-in-out infinite alternate;
	}
	
	
	
}

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


}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3vw 0;
}
#bridge #catch2pc {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0;
	text-align: center;
	opacity: 0;
}
#bridge #catch2pc img {
	width: 60%;
	height: auto;
	vertical-align: bottom;
}
#bridge #top-date-sp {
	display: none;
}
#bridge #theater-banner {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0 1vw;
	text-align: center;
	opacity: 0;
}
#bridge #theater-banner img {
	width: 20%;
	height: auto;
	vertical-align: bottom;
}
#bridge #dvd-banner {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 1vw;
	text-align: center;
	opacity: 0;
}
#bridge #dvd-banner img {
	width: 20%;
	height: auto;
	vertical-align: bottom;
}
#bridge #spo-banner {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #spo-banner img {
	width: 15%;
	height: auto;
	vertical-align: bottom;
}
#bridge #theater-banner img:hover ,
#bridge #dvd-banner img:hover ,
#bridge #spo-banner img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

#bridge #mubi-wrap {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	text-align: center;
	opacity: 0;
}
#bridge #mubi-wrap #mvtk-widgets-container {
	display: inline-block;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 10vw;
	}
	#bridge #catch2pc {
		display: none;
	}
	#bridge #top-date-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 10vw;
		text-align: center;
		opacity: 0;
	}	
	#bridge #top-date-sp img {
		width: 90%;
		height: auto;
		vertical-align: bottom;
	}
	#bridge #theater-banner {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 2vw 0 2vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #theater-banner img {
		width: 60%;
		height: auto;
		vertical-align: bottom;
	}
	#bridge #dvd-banner {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 2vw 0 2vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #dvd-banner img {
		width: 60%;
		height: auto;
		vertical-align: bottom;
	}
	#bridge #spo-banner {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 2vw 0 8vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #spo-banner img {
		width: 50%;
		height: auto;
		vertical-align: bottom;
	}
	#bridge #mubi-wrap {
		width: 100%;
		height: auto;
		margin: 2vw 0 8vw;
		text-align: center;
		opacity: 0;
	}

	

}

/* 以下タブレット・スマホ */
@media (max-width: 610px) {
	#bridge {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0 15vw;
	}
	#bridge #sns-link {
		width: 100%;
		height: auto;
		margin: 3vw 0 6vw;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}	
	#bridge #sns-link li {
		width: 10%;
		height: auto;
		margin: 0 3%;
	}

}


/* ========================================
ニュース
========================================== */
#news {
	width: 100%;
	height: auto;
	padding: 3vw 0;
}
#news h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#news h2 img {
	width: 8%;
}
#news #news-area {
	width: 46%;
	height: auto;
	margin: 1vw 23%;
	padding: 5vw 4%;
	background: #E5ABB8 url(../img/WB-news-flower.png) no-repeat;
	background-position: 95% -80%;
	background-size: 20%;
	opacity: 0;
}
#news #news-area ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#news #news-area ul li {
	width: 100%;
	height: auto;
	margin: 0.6vw 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#news #news-area ul li .news-date {
	width: 20%;
	height: 1.5vw;
	padding: 3px 1%;
	background-color: #fff;
	color: #000;
	font-size: 1vw;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	text-align: center;
}
#news #news-area ul li .news-headline {
	width: 70%;
	height: auto;
	padding: 3px 0;
	margin-left: 3%;
	color: #000;
	font-size: 1.1vw;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	font-weight: bold;
}
#news #news-area ul li .news-headline a {
	color: #000;
}
#news #sns-link {
	width: 100%;
	height: auto;
	margin: 5vw 0 1vw;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#news #sns-link li {
	width: 3%;
	height: auto;
	margin: 0 1%;
}
#news #sns-link li img {
	width: 100%;
	height: auto;
}
#news #sns-link li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
#news .cetera {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0;
	text-align: center;
	opacity: 0;
	position: relative;
}
#news .cetera img {
	width: 12%;
	height: auto;
	vertical-align: bottom;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#news {
		width: 100%;
		height: auto;
		padding: 5vw 0 10vw;
	}
	#news h2 {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#news h2 img {
		width: 15%;
	}
	#news #news-area {
		width: 84%;
		height: auto;
		margin: 1vw 5% 15vw;
		padding: 15vw 3%;
		background: #E5ABB8 url(../img/WB-news-flower.png) no-repeat;
		background-position:  bottom 0% right 2%;
		background-size: 45%;
		opacity: 0;
	}
	#news #news-area ul li {
		width: 100%;
		height: auto;
		margin: 3vw 0;
		display: flex;
		justify-content: flex-start;
	}
	#news #news-area ul li .news-date {
		width: 25%;
		height: 1.5em;
		padding: 3px 1%;
		background-color: #fff;
		color: #000;
		font-size: 3.5vw;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		text-align: center;
	}
	#news #news-area ul li .news-headline {
		width: 100%;
		height: auto;
		padding: 3px 0;
		margin: 3px 0 10px;
		color: #000;
		font-size: 3.5vw;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	}
	
	#news #sns-link {
		width: 100%;
		height: auto;
		margin: 6vw 0 10vw;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 1;
	}	
	#news #sns-link li {
		width: 12%;
		height: auto;
		margin: 0 3%;
	}
	#news .cetera {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 1vw 0;
		text-align: center;
		opacity: 0;
		position: relative;
	}
	#news .cetera img {
		width: 30%;
		height: auto;
		vertical-align: bottom;
	}

}


/* 以下タブレット・スマホ */
@media (max-width: 610px) {
	#news h2 img {
		width: 25%;
	}
	#news #sns-link {
		width: 100%;
		height: auto;
		margin: 6vw 0 6vw;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}	
	#news #sns-link li {
		width: 10%;
		height: auto;
		margin: 0 3%;
	}

}


/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:5vw 0 20vw;
	overflow: hidden;
	position: relative;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 1vw;
	text-align:center;
	position: relative;
	opacity: 0;
}
.trailer h2 img {
	width:10%;
	height:auto;
	vertical-align: bottom;
}
.trailer .top-slide-wrap {
	width: 100%;
	height: auto;
	padding: 5vw 0 3vw;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
}
.trailer #trailer-slide1 .top-slide {
	animation: loop-slide-rev 50s infinite linear 1s both;
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.trailer #trailer-slide2 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 50s infinite linear 0s both;
}
.trailer .top-slide-wrap .top-slide .content {
	width: 20vw;
	height: auto;
}
.trailer .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0 20%;
	opacity: 1;
	position: absolute;
	top: 18%;
	left: 0;
}
.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-changer2 {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.movie-btn2 {
	width: 30%;
	height: auto;
	margin: 0 1%;
	padding: 3px 0;
	text-align: center;
	background: #fff;
	border: 1px solid #fff;
	color: #000;
	font-size: 1.1vw;
}
.movie-btn2 i {
	display: none;
}
.activee {
	background: #E5ABB8;
	border: 1px solid #E5ABB8;
	color: #000;
}
.activee i {
	display: inline;
}
.movie-btn2:hover {
	background: #E5ABB8;
	border: 1px solid #E5ABB8;
	color: #000;
	cursor: pointer;
	transition-duration: 0.6s;
}

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


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

}
}

@media (max-width: 525px) {


.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:10vw 0 40vw;
}
.trailer .top-slide-wrap {
	display: none;
}
.trailer h2 img {
	width:30%;
	height:auto;
	vertical-align: bottom;
}
#video-wrap {
	width: 100%;
	height: auto;
	margin: 3vw 0 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-btn2 {
	width: 45%;
	font-size: 3vw;
}

}

/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 999999;
}
.modal__bg{
	background:#E5ABB8;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
}
.movie-bg {
	background:#000;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 0.8;
}
.movie__content {
    width: 70%;
	height: auto;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal__content {
    width: 60%;
	height: 85%; /* スクロール時は80% */
    padding: 10px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	background-size: cover;
	background-position: center center;
	overflow-y: scroll;
	background-color: #fff;
	border-radius: 15px;
	-ms-overflow-style: none;
	scrollbar-width: thin;
	scrollbar-color: rgb(104, 102, 104) #ccc;
}
.modal__content::-webkit-scrollbar {
	display: block;
	width: 5px;
}
.modal__content::-webkit-scrollbar-track{
	background-color: #ccc;
}
.modal__content::-webkit-scrollbar-thumb{
	background-color: rgb(104, 102, 104);
}	

.modal__content {
    scrollbar-width: none;
}
.modal__content .news-txt {
	width: 80%;
	height: auto;
	margin: 1vw 10%;
	text-align: left;
	color: #000;
	font-size: 1.2vw;
}
.modal__content .news-txt h2 {
	width: 100%;
	height: auto;
	font-size: 1.2rem;
	text-align: center;
}
.modal__content .news-txt .jacket {
	width: 100%;
	height: auto;
	margin: 1.5vw 0 0;
	text-align: center;
}
.modal__content .news-txt .jacket img {
	width: 40%;
}
.modal__content .news-txt p {
	width: 80%;
	height: auto;
	padding: 1vw 10%;
	margin: 0;
	font-size: 1rem;
	text-align: left;
}
.modal__content #event-cast {
	width: 80%;
	height: auto;
	margin: 0 10% 2vw;
	padding: 0;
	list-style-type: none;
}
.modal__content #event-cast li {
	width: 100%;
	height: auto;
	margin: 3vw 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.modal__content #event-cast li .cast-photo {
	width: 30%;
	height: auto;
	margin: 0 2%;
}
.modal__content #event-cast li .cast-photo img {
	width: 100%;
}
.modal__content #event-cast li .cast-txt {
	width: 60%;
	height: auto;
	margin: 0 2%;
	font-size: 1.15vw;
	line-height: 1.9vw;
	color: #000;
	letter-spacing: 1px;
}
.modal__content #event-cast li .cast-txt span {
	font-weight: bold;
}



.movie__content .video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
} 
.movie__content .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie__content ul#movie-changer {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.movie__content .movie-btn {
	width: 30%;
	height: auto;
	margin: 0 0.5%;
	padding: 3px 0;
	text-align: center;
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
	font-size: 1.1vw;
}
.movie__content .movie-btn i {
	display: none;
}
.movie__content .activee {
	background-color: #E5ABB8;
	border: 1px solid #E5ABB8;
	color: #000;
}
.movie__content .activee i {
	display: inline;
}
.movie__content .movie-btn:hover {
	background-color: #E5ABB8;
	border: 1px solid #E5ABB8;
	color: #000;
	cursor: pointer;
	transition-duration: 0.6s;
}
.batsu {
	width: 3%;
	height: auto;
	position: fixed;
	top: 2%;
	right: 2%;
}
.batsu img {
	width: 100%;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.movie__content {
		width: 100%;
		height: auto;
		padding: 1% 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.batsu {
		width: 10%;
		height: auto;
		position: fixed;
		top: 3%;
		right: 3%;
	}
	.modal__content {
		width: 90%;
		height: 70%;
		padding: 20px 0;
		background-color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		overflow-y: scroll;
	}
	.modal__content .news-txt {
		width: 90%;
		height: auto;
		margin: 5vw 5%;
		text-align: left;
		color: #000;
		font-size: 1rem;
	}
	.modal__content .news-txt h2 {
		width: 100%;
		height: auto;
		font-size: 1.2rem;
		text-align: center;
	}
	.modal__content .news-txt .jacket {
		width: 100%;
		height: auto;
		margin: 1.5vw 0 0;
		text-align: center;
	}
	.modal__content .news-txt .jacket img {
		width: 60%;
	}
	.modal__content .news-txt p {
		width: 100%;
		height: auto;
		padding: 1vw 0;
		margin: 0;
		font-size: 1rem;
		text-align: left;
	}
	.modal__content #event-cast {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		list-style-type: none;
	}
	.modal__content #event-cast li {
		width: 100%;
		height: auto;
		margin: 10vw 0 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.modal__content #event-cast li .cast-photo {
		width: 100%;
		height: auto;
		margin: 0;
		text-align: center;
	}
	.modal__content #event-cast li .cast-photo img {
		width: 60%;
	}
	.modal__content #event-cast li .cast-txt {
		width: 90%;
		height: auto;
		margin: 0 5%;
		font-size: 1rem;
		line-height: 1.8rem;
		color: #000;
		letter-spacing: 1px;
	}
	
	
}




/* ========================================
イントロダクション
========================================== */
#intro-bg1 {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/WB-intro-bg-1-pc-rev.jpg) no-repeat;
    background-size: 100% auto;
	background-position: left top;
	opacity: 0;
	z-index: -19;
}
#intro-bg2 {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/WB-introstory-bg-2-pc-rev.png) no-repeat;
    background-size: 100% auto;
	background-position: left top;
	opacity: 0;
	z-index: -17;
}
.fadeInSlow {
	animation-name:fadeIn;
	animation-duration:1.6s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
#intro-pchead {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: -20;
}
#intro {
	width: 100%;
	height: auto;
	padding: 0 0 20vw;
	position: relative;
	z-index: -18;
}
#intro #intro-sphead {
	display: none;
}
#intro h2 {
	width: 18%;
	height: auto;
	margin: 0 44% 0 38%;
	padding: 5vw 0;
	text-align: left;
	opacity: 0;
}
#intro #intro-catch {
	width: 50%;
	height: auto;
	margin: 10vw 16% 5vw 34%;
	text-align: left;
	opacity: 0;
}
#intro .intro-catch2 {
	width: 50%;
	height: auto;
	margin: 10vw 14% 2vw 36%;
	text-align: left;
	color: #A3BEF9;
	font-size: 1.5vw;
	line-height: 3.0vw;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-weight: bold;
	opacity: 0;
}
#intro p {
	width: 50%;
	height: auto;
	margin: 2vw 14% 5vw 36%;
	text-align: left;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	opacity: 0;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bg1 {
		display: none;
	}
	#intro-bg2 {
		width:100%;
		height:100%;
		padding:0;
		margin:0;
		position: fixed;
		top: 0;
		left: 0;
		background: url(../img/WB-intro-header-sp.png) no-repeat;
		background-size: 100% auto;
		background-position: top center;
		opacity: 0;
		z-index: -17;
	}
	#intro-pchead {
		display: none;
	}
	#intro {
		width: 100%;
		height: auto;
		padding: 0 0 20vw;
		position: relative;
		background-color: #0C376E;
		z-index: -18;
	}
	#intro #intro-sphead {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
	}	
	#intro h2 {
		width: 60%;
		height: auto;
		margin: 0 20% 0;
		padding: 15vw 0;
		text-align: center;
		opacity: 0;
	}
	#intro #intro-catch {
		width: 85%;
		height: auto;
		margin: 0 15% 0 0;
		text-align: left;
		opacity: 0;
	}
	#intro .intro-catch2 {
		width: 90%;
		height: auto;
		margin: 0 5%;
		text-align: left;
		color: #A3BEF9;
		font-size: 1.2rem;
		line-height: 2.4rem;
		font-feature-settings: "palt";
		letter-spacing: 2px;
		font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
		font-weight: bold;
		opacity: 0;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 5vw 5% 15vw;
		text-align: left;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 2px;
		font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
		opacity: 0;
	}
	
}


/* ========================================
ストーリー
========================================== */
#story {
	width: 100%;
	height: auto;
	position: relative;
}
#story #story-bg {
	display: block;
	width: 100%;
	height: auto;
}
#story #story-contents {
	width: 80%;
	height: auto;
	position: absolute;
	top: 25%;
	left: 10%;
}
#story #story-contents #story-head-sp {
	display: none;
}
#story #story-contents h2 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: left;
	opacity: 0;
}
#story #story-contents h2 img {
	width: 10%;
	height: auto;
	vertical-align: bottom;
}
#story p {
	width: 50%;
	height: auto;
	margin: 0;
	text-align: left;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	opacity: 0;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#story {
		width: 100%;
		height: auto;
		padding: 0 0 50vw;
		position: relative;
		background-color: #fff;
	}	
	#story #story-bg {
		display: none;
	}
	#story #story-contents {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
	}
	#story #story-contents #story-head-sp {
		display: block;
		width: 100%;
		height: auto;
	}
	#story #story-contents h2 {
		width: 20%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 17%;
		left: 15%;
		opacity: 0;
	}
	#story #story-contents h2 img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#story p {
		width: 90%;
		height: auto;
		margin: 0;
		padding: 20vw 5% 10vw;
		text-align: left;
		color: #000;
		font-size: 1.15rem;
		line-height: 2.3rem;
		font-feature-settings: "palt";
		letter-spacing: 2px;
		font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
		opacity: 0;
	}
	
}



/* ========================================
スライダーエリア
========================================== */

@keyframes toLeft {
	0% {
		opacity: 0;
		left: 101%;
	}
	1% {
		opacity: 1;
	}
	98% {
		opacity: 1;
		left: -40%;
	}
	99% {
		opacity: 0;
		left: -40%;
	}
	100% {
		opacity: 0;
		left: 101%;
	}
}
@keyframes toRight {
	0% {
		opacity: 0;
		left: -40%;
	}
	1% {
		opacity: 1;
	}
	98% {
		opacity: 1;
		left: 100%;
	}
	99% {
		opacity: 0;
		left: 100%;
	}
	100% {
		opacity: 0;
		left: -40%;
	}
}
#custom-slider {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
#custom-slider #csbg1 {
	width: 100%;
	height: auto;
	animation: csbg1 8s ease 0s infinite;
}
#custom-slider #csbg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: csbg2 8s ease 0s infinite;
}
@keyframes csbg1 {
	0% {opacity: 1;}
	40% {opacity: 1;}
	50% {opacity: 0;}
	90% {opacity: 0;}
	100% {opacity: 1;}	
}
@keyframes csbg2 {
	0% {opacity: 0;}
	40% {opacity: 0;}
	50% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}	
}
#custom-slider #up1 {
	width: 24%;
	height: auto;
	position: absolute;
	top: 5%;
	left: 101%;
	opacity: 0;
	animation: toLeft 20s linear 0s infinite;
}
#custom-slider #up2 {
	width: 16%;
	height: auto;
	position: absolute;
	top: 20%;
	left: 101%;
	opacity: 0;
	animation: toRight 17s linear 4s infinite;
}
#custom-slider #up3 {
	width: 20%;
	height: auto;
	position: absolute;
	top: 40%;
	left: 101%;
	opacity: 0;
	animation: toLeft 20s linear 7s infinite;
}
#custom-slider #up4 {
	width: 21%;
	height: auto;
	position: absolute;
	top: 5%;
	left: 101%;
	opacity: 0;
	animation: toRight 17s linear 10s infinite;
}
#custom-slider #up5 {
	width: 22%;
	height: auto;
	position: absolute;
	top: 12%;
	left: 101%;
	opacity: 0;
	animation: toLeft 20s linear 15s infinite;
}
#custom-slider #down1 {
	width: 30%;
	height: auto;
	position: absolute;
	bottom: 25%;
	left: -40%;
	opacity: 0;
	animation: toRight 23s linear 0s infinite;
}
#custom-slider #down2 {
	width: 14%;
	height: auto;
	position: absolute;
	bottom: 20%;
	left: -40%;
	opacity: 0;
	animation: toLeft 25s linear 3.5s infinite;
}
#custom-slider #down3 {
	width: 19%;
	height: auto;
	position: absolute;
	bottom: 12%;
	left: -40%;
	opacity: 0;
	animation: toRight 23s linear 7s infinite;
}
#custom-slider #down4 {
	width: 17%;
	height: auto;
	position: absolute;
	bottom: 5%;
	left: -40%;
	opacity: 0;
	animation: toLeft 25s linear 10s infinite;
}
#custom-slider #down5 {
	width: 24%;
	height: auto;
	position: absolute;
	bottom: 20%;
	left: -40%;
	opacity: 0;
	animation: toRight 23s linear 14.5s infinite;
}
#custom-slider #slide-logo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
}
#custom-slider #slide-logo img {
	width: 25%;
}
#custom-slider .top-slide-wrap {
	display: none;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#custom-slider {
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
		background-color: #fff;
	}
	#custom-slider #up1 ,
	#custom-slider #up2 ,
	#custom-slider #up3 ,
	#custom-slider #up4 ,
	#custom-slider #up5 ,
	#custom-slider #down1 ,
	#custom-slider #down2 ,
	#custom-slider #down3 ,
	#custom-slider #down4 ,
	#custom-slider #down5 {
		display: none;
	}
	#custom-slider #sp-slide-wrap {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
	}
	#custom-slider #sp-slide-wrap .top-slide-wrap {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow: hidden;
		position: relative;
	}
	#custom-slider #sp-slide-wrap #slider-sp1 .top-slide {
		animation: loop-slide-rev 50s infinite linear 1s both;
		display: flex;
		flex-wrap: nowrap;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#custom-slider #sp-slide-wrap #slider-sp2 .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide 50s infinite linear 0s both;
	}
	#custom-slider #sp-slide-wrap .top-slide-wrap .top-slide .content {
		width: 80vw;
		height: auto;
	}
	#custom-slider #sp-slide-wrap .top-slide-wrap .top-slide .content img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#custom-slider #slide-logo {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: grid;
		place-items: center;
	}
	#custom-slider #slide-logo img {
		width: 80%;
	}
	

}

/* ========================================
キャスト
========================================== */
#cast-bg0 {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0;
	z-index: -16;
}
#cast-bg1 {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/WB-cast-bg-pc-cast1.jpg) no-repeat;
    background-size: 100% auto;
	background-position: right center;
	opacity: 0;
	transition: opacity 1.5s;
	z-index: -15;
}
#cast-bg2 {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/WB-cast-bg-pc-cast2.jpg) no-repeat;
    background-size: 100% auto;
	background-position: right center;
	opacity: 0;
	transition: opacity 1.5s;
	z-index: -15;
}
#cast-bg3 {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/WB-cast-bg-pc-cast3.jpg) no-repeat;
    background-size: 100% auto;
	background-position: right center;
	opacity: 0;
	transition: opacity 1.5s;
	z-index: -15;
}
#cast-bg4 {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/WB-cast-bg-pc-cast4.jpg) no-repeat;
    background-size: 100% auto;
	background-position: right center;
	opacity: 0;
	transition: opacity 1.5s;
	z-index: -15;
}
#cast {
	width: 100%;
	height: auto;
	padding: 20vw 0;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
#cast h2 img {
	width: 8%;
}
#cast .cast-trg {
	width: 100%;
	height: auto;
	margin: 0 0 30vw;
}
#cast .cast-unit {
	width: 50%;
	height: auto;
	padding: 0;
}
#cast #cast1unit ,
#cast #cast3unit {
	margin: 0 40% 0 10%;
}
#cast #cast2unit ,
#cast #cast4unit {
	margin: 0 5% 0 45%;
}
#cast .cast-unit .cast-imgbox {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	display: flex;
	justify-content: space-between;
}
#cast .cast-unit .cast-imgbox .cast-photo {
	width: 100%;
	height: auto;
}
#cast .cast-unit .cast-imgbox .cast-name {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cast #cast1unit .cast-imgbox .cast-name img {
	width: 62%;
	height: auto;
	vertical-align: bottom;
}
#cast #cast2unit .cast-imgbox .cast-name img {
	width: 80%;
	height: auto;
	vertical-align: bottom;
}
#cast #cast3unit .cast-imgbox .cast-name img {
	width: 70%;
	height: auto;
	vertical-align: bottom;
}
#cast #cast4unit .cast-imgbox .cast-name img {
	width: 95%;
	height: auto;
	vertical-align: bottom;
}
#cast .cast-unit .cast-photo-sp {
	display: none;
}
#cast .cast-unit .cast-txt {
	width: 100%;
	height: auto;
	color: #000;
	font-size: 1.1vw;
	line-height: 2.0vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast-bg1 ,
	#cast-bg2 ,
	#cast-bg3 ,
	#cast-bg4 {
		display: none;
	} 
	#cast {
		width: 100%;
		height: auto;
		padding: 40vw 0 20vw;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#cast h2 img {
		width: 20%;
	}
	#cast .cast-unit {
		width: 100%;
		height: auto;
		padding: 0;
	}
	#cast #cast1unit ,
	#cast #cast3unit ,
	#cast #cast2unit ,
	#cast #cast4unit {
		margin: 10vw 0 20vw;
	}
	#cast .cast-unit .cast-imgbox {
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
		position: relative;
	}
	#cast .cast-unit .cast-imgbox .cast-photo {
		width: 88%;
		height: auto;
		margin: 0 6% 8vw;
		opacity: 0;
	}
	#cast .cast-unit .cast-imgbox .cast-name {
		opacity: 0;
	}
	#cast .cast-unit .cast-imgbox .cast-name img {
		width: auto !important;
		height: 22vw !important;
		vertical-align: bottom;
	}
	#cast .cast-unit .cast-txt {
		width: 90%;
		height: auto;
		margin: 8vw 5% 0;
		color: #000;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
		opacity: 0;
	}
	.cast-sp-anime1 {
		animation: fadeIn 1.2s ease 0s forwards;
	}
	.cast-sp-anime2 {
		animation: fadeIn 1.0s ease 0s forwards;
	}
	.cast-sp-anime3 {
		animation: fadeInUp 1.0s ease 0s forwards;
	}
	.cast-sp-anime4 {
		animation: fadeIn 1.2s ease 0s forwards;
	}

}







/* ========================================
スタッフ
========================================== */
#staff {
	width: 100%;
	height: auto;
	padding: 10vw 0 2vw;
	background: linear-gradient(90deg, #384DA1, #164A9D, #1C91E2, #3F3C95, #5B3C95);
    background-size: 600% 600%;
	animation: grd-bg 10.0s ease 0s infinite;
}
#staff h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#staff h2 img {
	width: 9%;
}
#staff .staff-unit {
	width: 50%;
	height: auto;
	margin: 5vw 25% 7vw;
	padding: 0;
}
#staff .staff-unit .staff-imgbox {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#staff .staff-unit .staff-imgbox .staff-photo {
	width: 30%;
	height: auto;
}
#staff .staff-unit .staff-imgbox .staff-name {
	width: 40%;
	height: auto;
	margin-left: 1%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#staff .staff-unit .staff-imgbox .staff-name2 {
	width: 40%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#staff .staff-unit .staff-imgbox .staff-name img {
	width: 95%;
	height: auto;
	vertical-align: bottom;
}
#staff .staff-unit .staff-imgbox .staff-name2 img {
	width: 70%;
	height: auto;
	vertical-align: bottom;
}
#staff .staff-unit .staff-txt {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.0vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	opacity: 0;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#staff {
		width: 100%;
		height: auto;
		padding: 15vw 0 10vw;
	}
	#staff h2 {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#staff h2 img {
		width: 21%;
	}
	#staff .staff-unit {
		width: 90%;
		height: auto;
		margin: 5vw 5% 15vw;
		padding: 0;
	}
	#staff .staff-unit .staff-imgbox {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		opacity: 0;
	}
	#staff .staff-unit .staff-imgbox .staff-photo {
		width: 70%;
		height: auto;
		margin: 8vw 0;
		order: 2;
	}
	#staff .staff-unit .staff-imgbox .staff-name {
		width: 100%;
		height: auto;
		margin:0 0 5vw;
		display: flex;
		justify-content: center;
		align-items: center;
		order: 1;
	}
	#staff .staff-unit .staff-imgbox .staff-name2 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#staff .staff-unit .staff-imgbox .staff-name img {
		width: 80%;
		height: auto;
		vertical-align: bottom;
	}
	#staff .staff-unit .staff-imgbox .staff-name2 img {
		width: 55%;
		height: auto;
		vertical-align: bottom;
	}
	#staff .staff-unit .staff-txt {
		width: 100%;
		height: auto;
		padding-bottom: 8vw;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		opacity: 0;
		font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	}
	
	
}



/* ========================================
レビュー
========================================== */
#review-bg0 {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	z-index: -14;
}
#review-bg1 {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/WB-reviews-bg-1-pc.jpg) no-repeat;
    background-size: 100% auto;
	background-position: right center;
	opacity: 0;
	z-index: -13;
}
#review-bg2 {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/WB-reviews-bg-2-pc.jpg) no-repeat;
    background-size: 100% auto;
	background-position: right center;
	opacity: 0;
	z-index: -13;
}
#review-bg3 {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/WB-reviews-bg-3-pc.jpg) no-repeat;
    background-size: 100% auto;
	background-position: right center;
	opacity: 0;
	z-index: -13;
}
#review-bgbk {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	transition: opacity 1.5s;
	z-index: -12;
}
@keyframes review-bg1 {
	0% {opacity: 1;}
	28% {opacity: 1;}
	33% {opacity: 0;}
	95% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes review-bg2 {
	0% {opacity: 0;}
	28% {opacity: 0;}
	33% {opacity: 1;}
	61% {opacity: 1;}
	66% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes review-bg3 {
	0% {opacity: 0;}
	61% {opacity: 0;}
	66% {opacity: 1;}
	95% {opacity: 1;}
	100% {opacity: 0;}
}
.review-bg1 {
	animation: review-bg1 8s ease 0s infinite;
}
.review-bg2 {
	animation: review-bg2 8s ease 0s infinite;
}
.review-bg3 {
	animation: review-bg3 8s ease 0s infinite;
}
#review {
	width: 100%;
	height: auto;
	padding: 20vw 0;
}
#review h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#review h2 img {
	width: 16%;
}
#review #com-order {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	text-align: center;
	color: #fff;
	font-size: 1rem;
}
#review .rev-unit {
	width: 50%;
	height: auto;
	margin: 0 20% 8vw 30%;
	opacity: 0;
}
#review .rev-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 1.3vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.0vw;
	font-feature-settings: "palt";
	letter-spacing: 2.5px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
#review .rev-unit .rev-name {
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 1.6vw;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	color: #748EC8;
	font-weight: bold;
}
#review .rev-unit .rev-name span {
	font-size: 1.0vw;
	margin-left: 1.2vw;
}
#review .rev-unit:nth-child(odd) .rev-name {
	color: #E5ABB8;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#review-bg1 {
		width:100%;
		height:100%;
		min-height: 100%;
		padding:0;
		margin:0;
		position: fixed;
		top: 0;
		left: 0;
		background: url(../img/WB-reviews-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: top left;
		opacity: 0;
		z-index: -13;
	}
	#review-bg2 {
		width:100%;
		height:100%;
		min-height: 100%;
		padding:0;
		margin:0;
		position: fixed;
		top: 0;
		left: 0;
		background: url(../img/WB-reviews-bg-2-sp.jpg) no-repeat;
		background-size: cover;
		background-position: bottom center;
		opacity: 0;
		z-index: -13;
	}
	#review-bg3 {
		width:100%;
		height:100%;
		min-height: 100%;
		padding:0;
		margin:0;
		position: fixed;
		top: 0;
		left: 0;
		background: url(../img/WB-reviews-bg-3-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		opacity: 0;
		z-index: -13;
	}
	#review-bgbk {
		display: none;
	}
	#review {
		width: 100%;
		height: auto;
		padding: 50vw 0;
	}
	#review h2 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#review h2 img {
		width: 40%;
	}
	#review #com-order {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		text-align: center;
		color: #fff;
		font-size: 1rem;
	}
	#review .rev-unit {
		width: 82%;
		height: auto;
		margin: 20vw 9%;
		opacity: 0;
	}
	#review .rev-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 1rem;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 1.6px;
		font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	}
	#review .rev-unit .rev-name {
		width: 100%;
		height: auto;
		margin: 0;
		font-size: 1.1rem;
		font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
		color: #748EC8;
		font-weight: bold;
	}
	#review .rev-unit .rev-name span {
		font-size: 0.8rem;
		margin-left: 0.5rem;
	}
	
	
}


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


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



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: relative;
	overflow: hidden;
}
footer #foot-bg1 {
	width:100%;
	height:auto;
}
footer #foot-bg2 {
	width:100%;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.foot-bg2 {
	animation: fadeIn 1.3s cubic-bezier(0.32, 0, 0.67, 0) 0s forwards;
}
footer #foot-logo {
	width: 20%;
	height: auto;
	position: absolute;
	top: 43%;
	left: 14.3%;
}
footer #sns-link-foot {
	width: 28%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 57%;
	left: 10%;
	opacity: 0;
}
footer #sns-link-foot li {
	width: 12%;
	height: auto;
	margin: 0;
}
footer #sns-link-foot li a:hover {
	animation: flash 1.5s;
}
footer #button-area {
	position: absolute;
	bottom: 0;
	opacity: 0;
}
.foot-last-anm {
	animation: fadeIn 1.5s ease 2.8s forwards;
}

@keyframes hana1 {
	0% {
		opacity: 0;
		top:45%;
		left: 60%;
	}
	5% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		top:0%;
		left: 110%;
	}
}
@keyframes hana2 {
	0% {
		opacity: 0;
		top:55%;
		left: 65%;
	}
	5% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		top:10%;
		left: 110%;
	}
}
@keyframes hana3 {
	0% {
		opacity: 0;
		top:60%;
		left: 62%;
	}
	5% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		top:5%;
		left: 110%;
	}
}
@keyframes hana4{
	0% {
		opacity: 0;
		top:70%;
		left: 58%;
	}
	5% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		top:2%;
		left: 110%;
	}
}
@keyframes hana5{
	0% {
		opacity: 0;
		top:53%;
		left: 58%;
	}
	5% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		top:7%;
		left: 110%;
	}
}
#hana1 {
	width: 3%;
	height: auto;
	position: absolute;
	top:45%;
	left: 60%;
	opacity: 0;
}
.hana1 {
	animation: hana1 2.0s cubic-bezier(0.11, 0, 0.5, 0) 1.2s forwards , sway 2s ease-in-out infinite alternate;
}
#hana2 {
	width: 1.5%;
	height: auto;
	position: absolute;
	top:55%;
	left: 65%;
	opacity: 0;
}
.hana2 {
	animation: hana2 1.95s cubic-bezier(0.11, 0, 0.5, 0) 1.4s forwards , sway 1.6s ease-in-out infinite alternate;
}
#hana3 {
	width: 2.6%;
	height: auto;
	position: absolute;
	top:60%;
	left: 62%;
	opacity: 0;
}
.hana3 {
	animation: hana3 2.1s cubic-bezier(0.11, 0, 0.5, 0) 1.6s forwards , sway 1.8s ease-in-out infinite alternate;
}
#hana4 {
	width: 1.8%;
	height: auto;
	position: absolute;
	top:60%;
	left: 62%;
	opacity: 0;
}
.hana4 {
	animation: hana4 2.0s cubic-bezier(0.11, 0, 0.5, 0) 1.8s forwards , sway 1.6s ease-in-out infinite alternate;
}
#hana5 {
	width: 2.2%;
	height: auto;
	position: absolute;
	top:60%;
	left: 62%;
	opacity: 0;
}
.hana5 {
	animation: hana5 2.2s cubic-bezier(0.11, 0, 0.5, 0) 2.0s forwards , sway 1.9s ease-in-out infinite alternate;
}




@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position: relative;
	}
	footer #sns-link-foot {
		display: none;
	}
	footer #foot-logo {
		width: 52%;
		height: auto;
		position: absolute;
		top: 38%;
		left: 45%;
	}
	@keyframes hana1 {
		0% {
			opacity: 0;
			top:70%;
			left: 65%;
		}
		5% {
			opacity: 1;
		}
		99% {
			opacity: 1;
			top:0%;
			left: 120%;
		}
		100% {
			opacity: 0;
			top:0%;
			left: 120%;
		}
	}
	@keyframes hana2 {
		0% {
			opacity: 0;
			top:75%;
			left: 80%;
		}
		5% {
			opacity: 1;
		}
		99% {
			opacity: 1;
			top:-10%;
			left: 120%;
		}
		100% {
			opacity: 0;
			top:-10%;
			left: 120%;
		}
	}
	@keyframes hana3 {
		0% {
			opacity: 0;
			top:65%;
			left: 85%;
		}
		5% {
			opacity: 1;
		}
		99% {
			opacity: 1;
			top:-5%;
			left: 120%;
		}
		100% {
			opacity: 0;
			top:-5%;
			left: 120%;
		}
	}
	@keyframes hana4{
		0% {
			opacity: 0;
			top:60%;
			left: 75%;
		}
		5% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			top:-2%;
			left: 120%;
		}
		100% {
			opacity: 0;
			top:-2%;
			left: 120%;
		}
	}
	@keyframes hana5{
		0% {
			opacity: 0;
			top:72%;
			left: 68%;
		}
		5% {
			opacity: 1;
		}
		99% {
			opacity: 1;
			top:-7%;
			left: 120%;
		}
		100% {
			opacity: 0;
			top:-7%;
			left: 120%;
		}
	}
	
	footer #hana1 {
		width: 10%;
		height: auto;
		position: absolute;
		top:auto;
		bottom: 20%;
		left: 80%;
		opacity: 0;
	}
	footer #hana2 {
		width: 12%;
		height: auto;
		position: absolute;
		top:auto;
		bottom: 15%;
		left: 75%;
		opacity: 0;
	}
	footer #hana3 {
		width: 7%;
		height: auto;
		position: absolute;
		top:auto;
		bottom: 18%;
		left: 82%;
		opacity: 0;
	}
	footer #hana4 {
		width: 8%;
		height: auto;
		position: absolute;
		top:auto;
		bottom: 23%;
		left: 72%;
		opacity: 0;
	}
	footer #hana5 {
		width: 13%;
		height: auto;
		position: absolute;
		top:auto;
		bottom: 30%;
		left: 62%;
		opacity: 0;
	}
	
	
}
@media (max-width: 510px) {

}
