html{
  height:100%; 
}

body { 
	margin: 0; 
	padding:0;
	font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; 
	width:100%; 
	height:100%;
	overflow-x:hidden;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
br.sponly2 {display:none;}
br.pconly {display:inline;}
.img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

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

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



.fadeInTeaser {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}

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

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

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



@media (max-width: 1024px) {
	body { 
		margin: 0; 
		padding:0;
		font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; 
		width:100%; 
		height:100vh;
		overflow-x:hidden;
	}
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	br.sponly {display:inline;}
	br.sponly2 {display:none;}
	br.pconly {display:none;}
}
@media (max-width: 610px) {
	br.sponly2 {display:inline;}
}




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

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0s;
    transition-duration: 1s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.5s;
    transition-duration: 2.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #2d93cf;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#loader {
	width:30%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load-bg {
	width:100%;
	height:auto;	
}
#loader #load-bg2 {
	width:100%;
	height:auto;
	position: absolute;	
	top: 0;
	left: 0;
	animation: load-bg2 1.0s ease 0s forwards;
}
#loader #load-bg3 {
	width:100%;
	height:auto;
	position: absolute;	
	top: 0;
	left: 0;
	animation: load-bg3 1.0s ease 0s forwards;
}
@keyframes load-bg2 {
	0% {opacity: 0;}
	23% {opacity: 0;}
	33% {opacity: 1;}
}
@keyframes load-bg3 {
	0% {opacity: 0;}
	10% {opacity: 0;}
	66% {opacity: 1;}
}



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

}

/* ========================================
ヘッダー
========================================== */
#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:15px 0 20px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #000, transparent);
	background: -webkit-linear-gradient(top, #000, transparent);
	background: linear-gradient(to bottom, #000, 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.5%;
	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.6vw;
	line-height:1.6vw;
	text-align: center;
	color: #fff;
	font-family: "Spectral", serif;
	font-weight: 600;
	font-style: italic;
}

#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(0px);
}
#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: 20px;
	background: url(../img/PO-menu-bg-sp.jpg)no-repeat;
	background-size: cover;
	background-position: center bottom;
	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:1vw 5% 3vw;
	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: #000;
	transition: all .6s;
	color: #fff;
	font-family: "Spectral", serif;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 1px;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
	transform: translateY(-10px);
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #fff !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#fff;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 4%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#fff;
}

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

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

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#com-banner {
		width: 25%;
		height: auto;
		position: fixed;
		bottom: 20%;
		right: 1%;
		z-index: 5;
	}
}

/* 以下タブレット・スマホ */
@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: 30px 0 10px;
	transition: all .6s;
	z-index: 200;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__list {
	margin: 10px 0 10px;
  }
  .global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:3.0em;
	line-height: 1.5em;
	color: #fff;
	font-family: "Spectral", serif;
	font-weight: 400;
	font-style: italic;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 0vw 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: 5px 0 !important;
	}
	.global-nav__item a {
		display: block;
		padding: 1px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:2.0rem;
		line-height: 3rem;
		letter-spacing: 1px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.global-nav ul.nav-sns {
		position: absolute;
		bottom: 1%;
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: flex-end;
	
	}
	.global-nav ul.nav-sns li {
		width: 15%;
		margin: 2vw 1% 0;
		text-align: center;
	}
	
}


/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 999999;
}
.modal__bg{
    width: 100%;
    height: 100%;
    position: relative;
	top: 0;
	left: 0;
	opacity: 1;
	background-color: #84C9F2;
}
.movie-bg {
	background:#000;
	opacity: 0.85;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
}
.movie__content {
    width: 70%;
	height: auto;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#modal-bg-image {
	width: 60%;
	height: auto;
	position: absolute;
	top: 30%;
	left: 10%;
	z-index: 2;
}
.modal__content {
    width: 70%;
	height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	z-index: 3;
}
.modal__content h3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
.modal__content h3 img {
	width: 60%;
}
.modal__content p {
	background-color: #fff;
	width: 80%;
	height: auto;
	margin: 2vw 10%;
	padding: 3vw 5%;
	box-sizing: border-box;
	font-size: 1.1vw;
	line-height: 2.2vw;
	color: #000;
}
.modal__content p span {
	font-weight: bold;
	margin-right: 1vw;
}
.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%;
  }
.batsu {
	width: 4%;
	height: auto;
	position: fixed;
	top: 2%;
	right: 2%;
	z-index: 10;
}
.batsu2 {
	width: 6%;
	height: auto;
	position: fixed;
	top: 5%;
	right: 9%;
	z-index: 10;
}
.batsu img {
	width: 100%;
	vertical-align: bottom;
}
.batsu2:hover {
	transform: rotate(360deg);
	transition: 1.0s ease all;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.movie__content {
		width: 98%;
		height: auto;
		padding: 1%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.batsu {
		width: 10%;
		height: auto;
		position: fixed;
		top: 3%;
		right: 3%;
	}
	.modal__content {
		width: 100%;
		height: auto;
		padding: 20px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		box-sizing: border-box;
		z-index: 3;
	}
	#modal-bg-image {
		display: none;
	}
	.modal__content h3 {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		padding: 0;
		text-align: center;
	}
	.modal__content h3 img {
		width: 60%;
	}
	.modal__content p {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		padding: 7vw;
		box-sizing: border-box;
		font-size: 4vw;
		line-height: 8vw;
		color: #000;
	}
		
}

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


}


/* ========================================
トップメイン画像まわり
========================================== */
#topmain {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
	background-color: #2d93cf;
}
#topmain #top-bg {
	width: 100%;
	height: auto;
	position: relative;
	opacity: 0;
}
@keyframes top-bg {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.top-bg {
	animation: top-bg 2.5s ease 2.1s forwards;
}
#topmain #top-logo {
	width: 30.8%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5.5%;
	left: 8.6%;
}
#topmain #top-catch {
	width: 30.8%;
	height: auto;
	position: absolute;
	top: 42%;
	left: 8.6%;
	opacity: 0;
}
@keyframes top-catch {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.top-catch {
	animation: top-catch 1.0s ease 3.2s forwards;
}
#topmain #top-billing {
	width: 33%;
	height: auto;
	position: absolute;
	bottom: 5%;
	left: 5%;
	opacity: 0;
}
.top-billing {
	animation: fadeIn 1.0s ease 3.2s forwards;
}
#topmain #catch-sp {
	display: none;
}
#topmain .music-items {
	-webkit-font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	will-change: transform;
	perspective: 1000;
}
.music-items-on {
	animation: fadeIn 1.6s ease 3.5s forwards;
}
#topmain #top-item-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#topmain #top-item-wrap #top-item-inner {
	width: 100%;
	height: 100%;
	position: relative;
}
#topmain #top-item1 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 0;
	animation: toleft1 16s linear infinite, rotate1 6s ease-in-out infinite alternate;
}
#topmain #top-item2 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft2 16s linear 2s infinite, rotate1 7s ease-in-out infinite alternate;
}
#topmain #top-item3 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft3 16s linear 3s infinite, rotate1 4s ease-in-out infinite alternate;
}
#topmain #top-item4 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft1 16s linear 2s infinite, rotate1 5s ease-in-out infinite alternate;
}
#topmain #top-item5 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft2 16s linear 4.2s infinite, rotate1 5s ease-in-out infinite alternate;
}
#topmain #top-item6 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft3 16s linear 1s infinite, rotate1 6s ease-in-out infinite alternate;
}
#topmain #top-item7 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft1 16s linear 4s infinite, rotate1 8s ease-in-out infinite alternate;
}
#topmain #top-item8 {
	width: 3.2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft5 16s linear 2.5s infinite, rotate1 6s ease-in-out infinite alternate;
}
#topmain #top-item9 {
	width: 3.2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft4 16s linear 0s infinite, rotate1 8s ease-in-out infinite alternate;
}
#topmain #top-item10 {
	width: 3.2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft5 16s linear 0s infinite, rotate1 7s ease-in-out infinite alternate;
}
#topmain #top-item11 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft6 16s linear 0.5s infinite, rotate1 5s ease-in-out infinite alternate;
}
#topmain #top-item12 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft4 16s linear 3s infinite, rotate1 8s ease-in-out infinite alternate;
}
#topmain #top-item13 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft5 16s linear 4s infinite, rotate1 6s ease-in-out infinite alternate;
}
#topmain #top-item14 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft6 16s linear 2.2s infinite, rotate1 7s ease-in-out infinite alternate;
}
@keyframes toleft1 {
	0% {top: 20%;right: 0%;opacity: 1;}
	35% {top: 65%;right: 35%;opacity: 1;}
	37% {top: 64%;right: 37%;opacity: 1;}
	40% {top: 55%;right: 41%;opacity: 1;}
	45% {top: 42%;right: 46%;opacity: 1;}
	50% {top: 30%;right: 52%;opacity: 1;}
	70% {top: -20%;right: 70%;opacity: 1;}
	100% {top: 5%;right: 100%;opacity: 1;}
}
@keyframes toleft2 {
	0% {top: 30%;right: 52%;opacity: 1;}
	20% {top: -20%;right: 70%;opacity: 1;}
	50% {top: 5%;right: 100%;opacity: 1;}
	50.01% {top: 5%;right: 100%;opacity: 0;}
	50.02% {top: 20%;right: 0%;opacity: 0;}
	50.03% {top: 20%;right: 0%;opacity: 1;}
	85% {top: 65%;right: 35%;opacity: 1;}
	87% {top: 64%;right: 37%;opacity: 1;}
	90% {top: 55%;right: 41%;opacity: 1;}
	95% {top: 42%;right: 46%;opacity: 1;}
	100% {top: 30%;right: 52%;opacity: 1;}
}
@keyframes toleft3 {
	0% {top: -20%;right: 70%;opacity: 1;}
	30% {top: 5%;right: 100%;opacity: 1;}
	30.01% {top: 5%;right: 100%;opacity: 0;}
	30.02% {top: 20%;right: 0%;opacity: 0;}
	30.03% {top: 20%;right: 0%;opacity: 1;}
	65% {top: 65%;right: 35%;opacity: 1;}
	67% {top: 64%;right: 37%;opacity: 1;}
	70% {top: 55%;right: 41%;opacity: 1;}
	75% {top: 42%;right: 46%;opacity: 1;}
	80% {top: 30%;right: 52%;opacity: 1;}
	100% {top: -20%;right: 70%;opacity: 1;}
}
@keyframes toleft4 {
	0% {top: 55%;right: 0%;opacity: 1;}
	30% {top: 3%;right: 30%;opacity: 1;}
	37% {top: 5%;right: 37%;opacity: 1;}
	39% {top: 7%;right: 39%;opacity: 1;}
	42% {top: 15%;right: 43%;opacity: 1;}
	55% {top: 55%;right: 56%;opacity: 1;}
	70% {top: 65%;right: 73%;opacity: 1;}
	100% {top: 50%;right: 100%;opacity: 1;}
}
@keyframes toleft5 {
	0% {top: 15%;right: 43%;opacity: 1;}
	13% {top: 55%;right: 56%;opacity: 1;}
	28% {top: 65%;right: 73%;opacity: 1;}
	58% {top: 50%;right: 100%;opacity: 1;}
	58.01% {top: 50%;right: 100%;opacity: 0;}
	58.02% {top: 55%;right: 0%;opacity: 0;}
	58.03% {top: 55%;right: 0%;opacity: 1;}
	88% {top: 3%;right: 30%;opacity: 1;}
	95% {top: 5%;right: 37%;opacity: 1;}
	97% {top: 7%;right: 39%;opacity: 1;}
	100% {top: 15%;right: 43%;opacity: 1;}
}
@keyframes toleft6 {
	0% {top: 65%;right: 73%;opacity: 1;}
	30% {top: 50%;right: 100%;opacity: 1;}
	30.01% {top: 50%;right: 100%;opacity: 0;}
	30.02% {top: 55%;right: 0%;opacity: 0;}
	30.03% {top: 55%;right: 0%;opacity: 1;}
	60% {top: 3%;right: 30%;opacity: 1;}
	67% {top: 5%;right: 37%;opacity: 1;}
	69% {top: 7%;right: 39%;opacity: 1;}
	72% {top: 15%;right: 43%;opacity: 1;}
	85% {top: 55%;right: 56%;opacity: 1;}
	100% {top: 65%;right: 73%;opacity: 1;}
}
@keyframes rotate1 {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-80deg) ;
	}
}
#topmain #top-item-wrap-sp {
	display: none;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position:relative;
		overflow: hidden;
		background-color: #2d93cf;
	}
	#topmain #top-bg {
		width: 100%;
		height: auto;
		position: relative;
		opacity: 0;
	}
	@keyframes top-bg {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	.top-bg {
		animation: top-bg 1.5s ease 2s forwards;
	}
	.top-catch {
		animation: top-catch 1.0s ease 2.5s forwards;
	}
	.top-billing {
		animation: fadeIn 1.0s ease 3.2s forwards;
	}
	.sp-item1 {
		animation: fadeIn 0.1s ease 3.6s forwards;
	}
	.sp-item2 {
		animation: fadeIn 0.1s ease 3.8s forwards;
	}
	.sp-item3 {
		animation: fadeIn 0.1s ease 4.0s forwards;
	}
	.sp-item4 {
		animation: fadeIn 0.1s ease 4.2s forwards;
	}

	
	#topmain #top-logo {
		width: 80%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 10%;
		left: 10%;
	}
	#topmain #top-billing {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 33%;
		right: 10%;
	}
	#topmain #top-catch {
		width: 86%;
		height: auto;
		position: absolute;
		top: 45%;
		left: 7%;
	}
	#topmain #catch-sp {
		display: block;
		width: 96%;
		height: auto;
		position: absolute;
		bottom: 2%;
		left: 2%;
		opacity: 0;
	}
	#topmain #top-item-wrap {
		display: none;
	}
	#topmain #top-item-wrap-sp {
		display: block;
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	#topmain #top-item-wrap-sp #top-item-inner-sp {
		width: 100%;
		height: auto;
		position: relative;
	}
	#topmain #top-item-wrap-sp #top-item-inner-sp #sp-item1 {
		width: 100%;
		height: auto;
		opacity: 0;
	}
	#topmain #top-item-wrap-sp #top-item-inner-sp #sp-item2 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	#topmain #top-item-wrap-sp #top-item-inner-sp #sp-item3 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	#topmain #top-item-wrap-sp #top-item-inner-sp #sp-item4 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
}





/* ========================================
グラデ背景
========================================== */
#grd-bg {
	width: 100%;
	height: auto;
	background: linear-gradient(179deg, #3596d5, #84c9f2);
    background-size: 400% 400%;
	animation: bridge-bg 10s ease infinite;
}
@keyframes bridge-bg {
    0%{background-position:52% 0%}
    50%{background-position:49% 100%}
    100%{background-position:52% 0%}
}



/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 2vw 0 10vw;
	position: relative;
}
#bridge #video-loop {
	width: 25%;
	height: auto;
	margin: 0;
	position: absolute;
	top: -30%;
	right: 4%;
	z-index: 3;
	opacity: 0;
}
#bridge #video-loop video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#bridge #catch {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
}
#bridge #catch img {
	width: 60%;
}
#bridge #date {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
	opacity: 0;
}
#bridge #date img {
	width: 50%;
}
#bridge #theater {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	text-align: center;
	opacity: 0;
}
#bridge #theater img {
	width: 18%;
}
#bridge #mubi {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
	opacity: 0;
}
#bridge #mubi img {
	width: 18%;
}
#bridge #theater a:hover ,
#bridge #mubi a:hover {
	animation: flash 1.5s;
}
#bridge .sns-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
}
#bridge .sns-link {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge .sns-link li {
	width: 4.5%;
	height: auto;
	margin: 0 0.5%;
}
#bridge .sns-link li:nth-child(2) {
	margin: -1vw 0.5% 0;
}
#bridge .sns-link li a:hover {
	animation: flash 1.5s;
}
#bridge .sns-wrap .onpu-left {
	width: 3%;
	height: auto;
	position: absolute;
	top: -1vw;
	left: 38%;
	animation: onpu 2s step-end 0s infinite;
}
#bridge .sns-wrap .onpu-right {
	width: 4%;
	height: auto;
	position: absolute;
	top: 0;
	right: 36%;
	animation: onpu 2s step-end 0.5s infinite;
}
@keyframes onpu {
	0% {transform: rotate(0deg);}
	50% {transform: rotate(10deg);}
	100% {transform: rotate(0deg);}
}
#bridge #cd-sp {
	width: 100%;
	height: auto;
	margin: 5vw 0 2vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge #cd-sp a {
	display: block;
	width: 21%;
	height: auto;
	margin: 0 1%;
	opacity: 0;
}
#bridge #cd-sp a img {
	width: 100%;
}
#bridge #cd-sp a img:hover {
	animation: flash 1.5s;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 10vw 0 20vw;
		position: relative;
	}
	#bridge #catch {
		display: none;
	}
	#bridge #video-loop {
		width: 90%;
		height: auto;
		margin: 0 5% 10vw;
		position: static;
	}
	#bridge #video-loop video {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#bridge #date {
		width: 100%;
		height: auto;
		text-align: center;
		position: relative;
		top: 0;
		opacity: 0;
	}
	#bridge #date img {
		width: 80%;
	}
	#bridge #theater {
		width: 100%;
		height: auto;
		padding: 10vw 0 0;
		margin: 0 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #theater img {
		width: 60%;
	}
	#bridge #mubi {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #mubi img {
		width: 60%;
	}
	
	#bridge .sns-link {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
	}
	#bridge .sns-link li {
		width: 14%;
		height: auto;
		margin: 0 2%;
	}
	#bridge .sns-link li:nth-child(2) {
		margin: -5vw 1% 0;
	}
	#bridge .sns-wrap .onpu-left {
		width: 10%;
		height: auto;
		position: absolute;
		top: 30%;
		left: 5%;
		animation: onpu 2s step-end 0s infinite;
	}
	#bridge .sns-wrap .onpu-right {
		width: 10%;
		height: auto;
		position: absolute;
		top: 30%;
		right: 5%;
		animation: onpu 2s step-end 0.5s infinite;
	}
	#bridge #cd-sp {
		width: 100%;
		height: auto;
		margin: 8vw 0 3vw;
	}
	#bridge #cd-sp a {
		display: block;
		width: 80%;
		height: auto;
		margin: 2vw 1%;
		opacity: 0;
	}
	
}



/* ========================================
ストーリー・イントロダクション
========================================== */
#story-bg {
	width: 100%;
	height: 200%;
	min-height: 200%;
	background: url(../img/PO-intromusic-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -20;
	transition: 3.0s all;
}
#story-bg2 ,
#story-bg3 {
	width:100%;
	height:100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	z-index: -19;
	transition: 1.5s all;
}
#story {
	width: 100%;
	height: auto;
	padding: 50vw 0 15vw;
	position: relative;
}
#story #story-trg1 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 30vw;
}
#story #story-trg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 35%;
}
#story #story-trg3 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 55%;
}
#story #story-trg4 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 73%;
}
#story h2 {
	width: 100%;
	height: auto;
	margin: 0 0 15vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#story h2 img {
	width: 35%;
}
#story #story-lead {
	width: 100%;
	height: auto;
	margin: 0 0 15vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#story #story-lead img {
	width: 50%;
}
#story p {
	width: 50%;
	height: auto;
	margin: 2.5vw 25%;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.5px;
}
#story #about-oche {
	width: 50%;
	height: auto;
	margin: 25vw 20% 0;
	padding: 3vw 5%;
	background-color: rgba( 119,82,26 , 0.8 );
	opacity: 0;
}
#story #about-oche h3 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
}
#story #about-oche h3 img {
	width: 60%;
}
#story #about-oche p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.5px;
}
#story #review {
	width: 60%;
	height: auto;
	margin: 5vw 20% 0;
	padding: 10vw 0 0;
	position: relative;
	opacity: 0;
}
#story #review #rev-bg {
	width: 100%;
	height: auto;
}
#story #review #rev-txt {
	width: 100%;
	height: auto;
	position: absolute;
	top: 10vw;
	left: 0;
}
#story #review #rev-txt h3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0 4.5vw;
	text-align: center;
}
#story #review #rev-txt h3 img {
	width: 22%;
	height: auto;
	vertical-align: bottom;
}
#story #review #rev-txt .txt {
	width: 70%;
	height: auto;
	margin: 0 15%;
	text-align: left;
	color: #000;
	font-size: 1.3vw;
	letter-spacing: 1px;
}
#story #review #rev-txt .name {
	width: 70%;
	height: auto;
	margin: 0 15% 1.5vw;
	text-align: right;
	color: #000;
	font-size: 1.3vw;
	letter-spacing: 1px;
}
#story #music {
	width: 100%;
	height: auto;
	margin: 30vw 0 0;
	padding: 10vw 0 0;
}
#story #music h2 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 1.1vw;
}
#story #music h2 img {
	display: inline-block;
	width: 18%;
	margin-bottom: 5px;
}
#story #music #music-list {
	width: 100%;
	height: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
	opacity: 0;
}
#story #music #music-list li {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.3vw;
	line-height: 2.6vw;
	letter-spacing: 1px;
	text-align: center;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#story-bg {
		width: 200%;
		height: 100%;
		min-height: 100%;
		background: url(../img/PO-intromusic-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: -20;
		transition: 3.0s all;
	}
	#story {
		width: 100%;
		height: auto;
		padding: 180vw 0 50vw;
		position: relative;
	}
	#story #story-trg1 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 120vw;
	}
	#story #story-trg2 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 35%;
	}
	#story #story-trg3 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 55%;
	}
	#story #story-trg4 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 70%;
	}	
	#story h2 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#story h2 img {
		width: 80%;
	}
	#story #story-lead {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#story #story-lead img {
		width: 80%;
	}
	#story p {
		width: 90%;
		height: auto;
		margin: 10vw 5%;
		padding: 0;
		text-align: left;
		color: #fff;
		font-size: 3.6vw;
		line-height: 7vw;
		letter-spacing: 1px;
	}
	#story #about-oche {
		width: 80%;
		height: auto;
		margin: 60vw 5% 0;
		padding: 8vw 5%;
		background-color: rgba( 119,82,26 , 0.8 );
		opacity: 0;
	}
	#story #about-oche h3 {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		padding: 0;
		text-align: center;
	}
	#story #about-oche h3 img {
		width: 100%;
	}
	#story #about-oche p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 3.6vw;
		line-height: 7.0vw;
		letter-spacing: 1px;
	}
	#story #review {
		width: 100%;
		height: auto;
		margin: 60vw 0 0;
		position: relative;
		opacity: 0;
	}
	#story #review #rev-bg {
		width: 100%;
		height: auto;
	}
	#story #review #rev-txt {
		display: none;
		width: 100%;
		height: auto;
		position: absolute;
		top: 10vw;
		left: 0;
	}
	#story #review #rev-txt h3 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 6.3vw;
		text-align: center;
	}
	#story #review #rev-txt h3 img {
		width: 30%;
		height: auto;
		vertical-align: bottom;
	}
	#story #review #rev-txt .txt {
		width: 70%;
		height: auto;
		margin: 0 15%;
		text-align: left;
		color: #000;
		font-size: 3.6vw;
		letter-spacing: 1px;
	}
	#story #review #rev-txt .name {
		width: 70%;
		height: auto;
		margin: 0 15% 10.6vw;
		text-align: right;
		color: #000;
		font-size: 3.6vw;
		letter-spacing: 1px;
		transform: translate3d(0, -2vw, 0);
	}
	#story #music {
		width: 100%;
		height: auto;
		margin: 180vw 0 0;
	}
	#story #music h2 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		padding: 0;
		text-align: center;
		color: #fff;
		font-size: 3.5vw;
	}
	#story #music h2 img {
		display: inline-block;
		width: 35%;
		margin-bottom: 5px;
	}
	#story #music #music-list {
		width: 100%;
		height: auto;
		color: #fff;
		text-align: center;
		opacity: 0;
	}
	#story #music #music-list li {
		width: 100%;
		height: auto;
		margin: 20px 0;
		font-size: 3.5vw;
		line-height: 7vw;
		letter-spacing: 1px;
		text-align: center;
	}

}


/* ========================================
スライダー
========================================== */
#slider-area {
	width: 100%;
	height: auto;
	position: relative;
}
#slider-area #slider-bg {
	width: 100%;
	height: auto;
}
#slider-area .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	opacity: 1;
}
#slider-area #slider-note {
	width: 100%;
	height: auto;
	position: absolute;
	top: 10%;
}
#slider-area #slider-photo1 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 20%;
}
#slider-area #slider-photo2 {
	display: none;
}
#slider-area #slider-note .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 100s infinite linear 0s both;
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider-area #slider-photo1 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide-rev 200s infinite linear 0s both;
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider-area #slider-note .top-slide .content {
	width: 100vw;
	height: auto;
	margin: 0;
}
#slider-area #slider-photo1 .top-slide .content {
	width: 25vw;
	height: auto;
	margin: 0 1vw;
}
#slider-area #slider-photo1 .top-slide .content:nth-child(even) {
	margin: 3vw 1vw 0;
}
#slider-area .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider-area #slider-futa {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#slider-area #slider-note {
		width: 100%;
		height: auto;
		position: absolute;
		top: 10%;
	}
	#slider-area #slider-photo1 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 20%;
	}
	#slider-area #slider-photo2 {
		display: flex;
		width: 100%;
		height: auto;
		position: absolute;
		top: 48%;
	}
	#slider-area #slider-note .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide 100s infinite linear 0s both;
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}
	#slider-area #slider-photo1 .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide-rev 120s infinite linear 0s both;
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}
	#slider-area #slider-photo2 .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide 120s infinite linear 0s both;
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}
	#slider-area #slider-note .top-slide .content {
		width: 300vw;
		height: auto;
		margin: 0;
	}
	#slider-area #slider-photo1 .top-slide .content ,
	#slider-area #slider-photo2 .top-slide .content {
		width: 60vw;
		height: auto;
		margin: 0 3vw;
	}
	#slider-area #slider-photo1 .top-slide .pcslide {
		display: none;
	}
	#slider-area #slider-photo1 .top-slide .content:nth-child(even) {
		margin: 0 3vw;
	}
	

}

/* ========================================
スライダー下
========================================== */
#under-slider {
	width: 100%;
	height: auto;
	position: relative;
}
#under-slider #under-slider-bg {
	width: 100%;
	height: auto;
}
#under-slider #under-slider-catch {
	width: 40%;
	height: auto;
	position: absolute;
	top: 60%;
	right: 5%;
	opacity: 0;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#under-slider #under-slider-catch {
		width: 90%;
		height: auto;
		position: absolute;
		top: 50%;
		right: 5%;
		opacity: 0;
	}

}


/* ========================================
監督・キャスト
========================================== */
#cast-bg-fixed {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -18;
}
#cast-bg-fixed #cast-bg-area-wrap {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}
#cast-bg-area {
	width: 100%;
	height: auto;
	position: relative;
}
#cast-bg-area #cast-bg {
	width: 100%;
	height:auto;
}
#cast-bg-area #cast-bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, #090502 0%, #090502 10%, transparent 10%, transparent 100%);
}
#cast-bg-area .cast-photo {
	display: block;
	width: 24%;
	height: auto;
	position: absolute;
	top: 41%;
	left: 18.4%;
	pointer-events: none;
	opacity: 0;
	transform: translateY(105%);
	transition: all 1.0s;
}
#cast-bg-fixed-sp {
	display: none;
}
#cast {
	width: 50%;
	height: auto;
	margin: 0 0 0 47%;
	padding: 20vw 0;
	position: relative;
}
#cast #cast1-trg {
	width: 100%;
	position: absolute;
	top: 5%;
}
#cast #cast2-trg {
	width: 100%;
	position: absolute;
	top: 30%;
}
#cast #cast3-trg {
	width: 100%;
	position: absolute;
	top: 48%;
}
#cast #cast4-trg {
	width: 100%;
	position: absolute;
	top: 61%;
}
#cast h2#cast-head {
	width: 100%;
	height: auto;
	margin: 20vw 0 10vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#cast h2#cast-head img {
	width: 17%;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#cast h2 img {
	width: 30%;
}
#cast .cast-unit {
	width: 90%;
	height: auto;
	margin: 10vw 5% 15vw;
}
#cast .cast-unit .cast-name {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
}
#cast .cast-unit .cast-name img {
	width: 60%;
}
#cast .cast-unit .dire-name img {
	width: 80%;
}
#cast .cast-unit .cast-txt {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.5px;
}
#cast .cast-unit .cast-photo-sp {
	display: none;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast-bg-fixed {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: none;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		opacity: 0;
		z-index: -16;
	}	
	#cast-bg-fixed #cast-bg-area-wrap {
		position: static;
	}
	#cast-bg-fixed #cast-bg-area {
		width: 100%;
		height: auto;
		position: relative;
	}
	
	#cast-bg-fixed #cast-bg-area #cast-bg ,
	#cast-bg-fixed #cast-bg-area #cast-bg2 {
		display: none;
	}
	#cast-bg-fixed #cast-bg-area .cast-photo {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		transform: none;
		text-align: center;
		transition: 0s all;
	}
	#cast-bg-fixed #cast-bg-area .cast-photo img {
		width: 72%;
	}
	#cast-bg-fixed-sp {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/PO-directorcast-bg-sp-1.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		opacity: 0;
		z-index: -18;
	}

	#cast {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 40vw 0;
		position: relative;
		z-index: -17;
	}
	#cast h2#cast-head {
		width: 100%;
		height: auto;
		margin: 20vw 0 10vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#cast h2#cast-head img {
		width: 30%;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#cast h2 img {
		width: 50%;
	}
	#cast .cast-unit {
		width: 100%;
		height: auto;
		margin: 30vw 0 120vw;
		position: relative;
	}
	#cast .cast-unit .cast-sp-trg {
		width: 100%;
		position: absolute;
		bottom: 0;
	}
	#cast .cast-unit .cast-photo-sp {
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
		/* スクロール量に応じてアニメーションするやつ
		transform: scale(0) rotate(180deg);
		transition: transform 0.01s ease; */
	}
	#cast .cast-unit .cast-photo-sp img {
		width: 72%;
	}
	#cast .cast-unit .cast-name {
		width: 100%;
		height: auto;
		margin: 50vw 0 5vw;
		padding: 0;
		text-align: center;
	}
	#cast .cast-unit .cast-name img {
		width: 81%;
	}
	#cast .cast-unit .dire-name img {
		width: 99%;
	}
	
	#cast .cast-unit .cast-txt {
		width: 90%;
		height: auto;
		margin: 0 5%;
		color: #fff;
		font-size: 3.6vw;
		line-height: 7vw;
		letter-spacing: 1px;
	}
	
}






/* ========================================
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;
	background-color: #000;
}
footer #foot-bg {
	width:100%;
	height:auto;
	opacity: 0;
}
footer #foot-futa {
	width:100%;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
footer #foot-date {
	width: 10%;
	height: auto;
	position: absolute;
	top: 43%;
	left: 32%;
	opacity: 0;
}
footer #foot-ongaku {
	width: 16%;
	height: auto;
	position: absolute;
	top: 45%;
	left: 57%;
	opacity: 0;
}
footer #foot-logo {
	width: 20%;
	height: auto;
	position: absolute;
	bottom: 15%;
	right: 5%;
	opacity: 0;
}
footer #foot-sns {
	width: 20%;
	height: auto;
	position: absolute;
	bottom: 2%;
	right: 5%;
	opacity: 0;
}
footer #foot-sns .sns-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
}
footer #foot-sns .sns-link {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 1;
}
footer #foot-sns .sns-link li {
	width: 22.5%;
	height: auto;
	margin: 0 2.5%;
}
footer #foot-sns .sns-link li:nth-child(2) {
	margin: -1vw 2.5% 0;
}
footer #foot-sns .sns-link li a:hover {
	animation: flash 1.5s;
}
footer #foot-sns .sns-wrap .onpu-left {
	width: 15%;
	height: auto;
	position: absolute;
	top: -1vw;
	left: -10%;
	animation: onpu 2s step-end 0s infinite;
	pointer-events: none;
}
footer #foot-sns .sns-wrap .onpu-right {
	width: 20%;
	height: auto;
	position: absolute;
	top: 0;
	right: -10%;
	animation: onpu 2s step-end 0.5s infinite;
	pointer-events: none;
}
footer #button-area {
	width: 70%;
	position: absolute;
	bottom: 0;
	opacity: 0;
}
.foot-date {
	animation: fadeIn 1.0s ease 0s forwards;
}
.foot-ongaku {
	animation: fadeIn 1.0s ease 0.6s forwards;
}
.foot-bg {
	animation: fadeIn 1.2s ease 1.5s forwards;
}
.foot-last-anime {
	animation: fadeIn 1.2s ease 2.1s forwards;
}

@media (max-width: 1024px) {
	footer {
		width:100%;
		height:110%;
		min-height: 110%;
		padding:0;
		margin:0;
		position: relative;
		overflow: hidden;
		background-color: #000;
	}
	footer #foot-sns ,
	footer #foot-futa ,
	footer #foot-ongaku {
		display: none;
	}
	footer #foot-bg {
		width: 200%;
		height: auto;
		position: absolute;
		top: 45vw;
		opacity: 1;
		transform: translate3d(-15%, 0, 0);
	}
	@keyframes bg-to-right {
		0% {transform: translate3d(0%, 0, 0);}
		50% {transform: translate3d(-50%, 0, 0);}
		100% {transform: translate3d(0%, 0, 0);}
	}
	.bg-to-right {
		animation: bg-to-right 10s ease 0.2s infinite;
	}
	footer #foot-date {
		position: static;
		width: 100%;
		height: auto;
		margin: 30vw 0;
		text-align: center;
		opacity: 1;
	}
	footer #foot-date img {
		width: 80%;
	}
	footer #foot-logo {
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		bottom: 20%;
		right: 0;
		opacity: 1;
	}
	footer #foot-logo img {
		width: 80%;
	}
	footer #button-area {
		width: 100%;
		position: absolute;
		bottom: 0;
		opacity: 1;
	}
	
}
@media (max-width: 510px) {

}


/* ========================================
コメント
========================================== */
#combody .hamburger ,
#combody #pcheader {
	opacity: 1;
}
#com-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/PO-comment-bg-1-pc.jpg)no-repeat;
	background-size: cover;
	background-position: left center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
}
#com-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/PO-comment-bg-2-pc.jpg)no-repeat;
	background-size: cover;
	background-position: left center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9;
	animation: com-bg2 8s ease 0s infinite;
}
@keyframes com-bg2 {
	0% {opacity: 0;}
	40% {opacity: 0;}
	50% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
.com-bg-slider {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
}
.com-bg-slider #top-item-inner {
	width: 100%;
	height: 100%;
	position: relative;
}
.com-bg-slider  #top-item1 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 0;
	animation: toleft1 16s linear infinite, rotate1 6s ease-in-out infinite alternate;
}
.com-bg-slider #top-item2 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft2 16s linear 2s infinite, rotate1 7s ease-in-out infinite alternate;
}
.com-bg-slider #top-item3 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft3 16s linear 3s infinite, rotate1 4s ease-in-out infinite alternate;
}
.com-bg-slider #top-item4 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft1 16s linear 2s infinite, rotate1 5s ease-in-out infinite alternate;
}
.com-bg-slider #top-item5 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft2 16s linear 4.2s infinite, rotate1 5s ease-in-out infinite alternate;
}
.com-bg-slider #top-item6 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft3 16s linear 1s infinite, rotate1 6s ease-in-out infinite alternate;
}
.com-bg-slider #top-item7 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft1 16s linear 4s infinite, rotate1 8s ease-in-out infinite alternate;
}
.com-bg-slider #top-item8 {
	width: 3.2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft5 16s linear 2.5s infinite, rotate1 6s ease-in-out infinite alternate;
}
.com-bg-slider #top-item9 {
	width: 3.2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft4 16s linear 0s infinite, rotate1 8s ease-in-out infinite alternate;
}
.com-bg-slider #top-item10 {
	width: 3.2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft5 16s linear 0s infinite, rotate1 7s ease-in-out infinite alternate;
}
.com-bg-slider #top-item11 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft6 16s linear 0.5s infinite, rotate1 5s ease-in-out infinite alternate;
}
.com-bg-slider #top-item12 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft4 16s linear 3s infinite, rotate1 8s ease-in-out infinite alternate;
}
.com-bg-slider #top-item13 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft5 16s linear 4s infinite, rotate1 6s ease-in-out infinite alternate;
}
.com-bg-slider #top-item14 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 50%;
	animation: toleft6 16s linear 2.2s infinite, rotate1 7s ease-in-out infinite alternate;
}
#comment {
	width: 100%;
	height: auto;
	padding: 20vw 0;
}
#comment h1 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	text-align: center;
}
#comment h1 img {
	width: 16%;
}
#comment #junfu {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	text-align: center;
	color: #000;
	font-size: 1.0vw;
}
#comment .com-unit {
	width: 54%;
	height: auto;
	box-sizing: border-box;
	margin: 5vw 23% 10vw;
	padding: 5vw 3vw;
	background-color: #FBF4E4;
	position: relative;
	z-index: 5;
	opacity: 0;
}
#comment #first-com {
	opacity: 1;
}
#comment .com-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	color: #000;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-weight: bold;
}
#comment .com-unit p span {
	color: #1287CD;
	font-size: 1.4vw;
}

#comment .com-unit .name-area {
	width: 90%;
	height: auto;
	margin: 0 5%;
	position: relative;
}
#comment .com-unit .name-area .name-bg {
	width: 100%;
	height: auto;
}
#comment .com-unit .name-area .name {
	width: 110%;
	height: auto;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate3d(0, -50%, 0);
	font-size: 1.2vw;
	color: #000;
	font-weight: bold;
}
#comment .com-unit .name-area .name-center {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
	font-size: 1.2vw;
	color: #000;
	font-weight: bold;
}

#comment .com-unit .name-area .name .title {
	display: inline-block;
	font-size: 1vw;
	transform: translate3d(0, -5%, 0);
}

@media (max-width: 1024px) {
	#com-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: linear-gradient(to bottom, #84C9F2, #FFF);
		position: fixed;
		top: 0;
		left: 0;
		z-index: -10;
	}
	#com-bg2 {
		display: none;
	}
	.com-bg-slider {
		width: 300%;
		height: 100%;
		position: fixed;
		top: 10%;
		left: -100%;
		opacity: 0;
	}	
	#comment {
		width: 100%;
		height: auto;
		padding: 30vw 0;
	}
	#comment h1 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		text-align: center;
	}
	#comment h1 img {
		width: 60%;
	}
	#comment #junfu {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		text-align: center;
		color: #000;
		font-size: 3.5vw;
	}
	#comment .com-unit {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		margin: 10vw 5% 30vw;
		padding: 15vw 0 25vw;
		background-color: #FBF4E4;
		position: relative;
		z-index: 5;
		opacity: 0;
	}
	#comment .com-unit p {
		width: 90%;
		height: auto;
		margin: 0 5% 3vw;
		padding: 0;
		color: #000;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1px;
		font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
		font-weight: bold;
	}
	#comment .com-unit p span {
		color: #1287CD;
		font-size: 4.8vw;
	}	
	#comment .com-unit .name-area {
		width: 94%;
		height: auto;
		margin: 7vw 3% 0;
		position: relative;
	}
	#comment .com-unit .name-area .name-bg {
		width: 100%;
		height: auto;
	}
	#comment .com-unit .name-area .name {
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate3d(0, -20%, 0);
		font-size: 4.5vw;
		color: #000;
		font-weight: bold;
	}
	#comment .com-unit .name-area .name .title {
		display: inline-block;
		font-size: 3.8vw;
		transform: translate3d(0, 20%, 0);
	}
	
}