html{
  height:100%; 
}

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

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

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

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

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

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



@media (max-width: 1024px) {
	body { 
		margin: 0; 
		padding:0;
		width:100%; 
		height:100vh;
		overflow-x:hidden;
	}
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	br.sponly {display:inline;}
	br.sponly2 {display:none;}
	br.pconly {display:none;}
}
@media (max-width: 600px) {
	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: #c8bb9e;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	display: grid;
    place-items: center;
}
#loader {
	width:25%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:auto;
}
#loader #load2 {
	width:100%;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: load2 5s ease 0s forwards;
}
#loader #load3 {
	width:100%;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: load3 5s ease 0s forwards;
}
@keyframes load2 {
	0% {opacity: 0;}
	7% {opacity: 0;}
	33% {opacity: 1;}
	66% {opacity: 0;}
}
@keyframes load3 {
	0% {opacity: 0;}
	40% {opacity: 0;}
	66% {opacity: 1;}
	100% {opacity: 0;}
}




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


/* ========================================
ヘッダー
========================================== */
#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:10px 0 30px;
	position:fixed;
	top:0;
	background: linear-gradient(to bottom, #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 0.8%;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#pcheader ul#pcmenu li.menusns {
	width:auto;
	height:auto;
	margin:0 0.5%;
	padding:0;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li a {
	transition-duration: 0.4s;
	text-decoration:none !important;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:1.2vw;
	line-height:1.2vw;
	letter-spacing: 1.0px;
	text-align: center;
	color: #E94820;
	font-family: "multi-display", sans-serif;
	font-weight: 800;
	font-style: normal;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(0px);
	font-size: 1.6vw;
}
#pcheader ul#pcmenu li.menusns a span.eng img {
	width: 2.5vw;
}
#pcheader ul#pcmenu li a span.jpn {
	display: block;
	width: 100%;
	font-size:0.7vw;
	line-height:0.7vw;
	text-align: center;
	color: #fff;
	font-family: 'Edu TAS Beginner', cursive;
	letter-spacing: 1px;
	transform: translateY(-1.5vw);
}
#pcheader ul#pcmenu li a:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.navigation {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px ;
	width: 100%;
	height: 100%;
}  
.global-nav {
	position: fixed;
	right: 0;
	top: -2000px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: 0px;
	background: url(../img/SSS-menu-bg-sp.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	z-index: 200000;

}
.global-nav .global-nav-inner {
	width: 100%;
	height: 100%;
	position: relative;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
}  
.global-nav #menu-logo {
	width:30%;
	height:auto;
	margin:0px 35% 5vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo #menu-logo1 {
	width: 100%;
	height: auto;
}
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0.1vw 0px;
}
.global-nav__item a {
	display: block;
	padding: 0;
	text-decoration: none;	
	color: #000;
	transition: all .6s;
	letter-spacing: 1px;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
	transform: translateY(-10px);
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #fff !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#fff;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 4%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#201519;
}
.global-nav ul.nav-sns li img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.global-nav ul.nav-sns li img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

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



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

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

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


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




/* ========================================
トップ
========================================== */
#top {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background-color: #c8bb9e;
	position:relative;
	overflow: hidden;
}
#top #top__bg1 {
	width: 100%;
	height: auto;
}
#top #top__logo1 {
	width: 42%;
	height: auto;
	position: absolute;
	top: 1%;
	left: 2%;
	transform: translate3d(-120%, 0, 0);
}
#top #top__logo2 {
	width: 42%;
	height: auto;
	position: absolute;
	top: 23%;
	left: 2%;
	transform: translate3d(-120%, 0, 0);
}
#top #top__logo-en {
	width: 20%;
	height: auto;
	position: absolute;
	top: 44%;
	left: 3.5%;
	opacity: 0;
}
#top #top__bb {
	width: 13.5%;
	height: auto;
	position: absolute;
	top: 49%;
	left: 3.5%;
	opacity: 0;
}
#top #top__x {
	width: 5%;
	height: auto;
	position: absolute;
	top: 70%;
	left: 3.5%;
	opacity: 0;
}
#top #top__x a:hover {
	animation: flash 1.0s;
}
#top #top__date {
	width: 40.5%;
	height: auto;
	position: absolute;
	top: 87.5%;
	left: 3.5%;
	opacity: 0;
}
#top #top__tate {
	width: 2.1%;
	height: auto;
	position: absolute;
	top: 24%;
	left: 58%;
	opacity: 0;
}
#top #top__label {
	width: 5.3%;
	height: auto;
	position: absolute;
	top: 87.5%;
	right: 2%;
	opacity: 0;
}
#top #top__items {
	opacity: 0;
}
#top .top__item1 {
	width: 12%;
	height: auto;
	position: absolute;
	top: 105%;
	right: 11%;
	animation: to-top 12s linear 0s infinite , yure 1.0s steps(2) infinite;
}
#top .top__item2 {
	width: 5%;
	height: auto;
	position: absolute;
	top: 105%;
	right: 16%;
	animation: to-top 12s linear 2.0s infinite , yure 0.6s steps(2) infinite;
}
#top .top__item3 {
	width: 8%;
	height: auto;
	position: absolute;
	top: 105%;
	right: 18%;
	animation: to-top 12s linear 4.2s infinite , yure 1.2s steps(2) infinite;
}
#top .top__item4 {
	width: 10%;
	height: auto;
	position: absolute;
	top: 105%;
	right: 5%;
	animation: to-top 12s linear 6.6s infinite , yure 1.5s steps(2) infinite;
}
#top .top__item5 {
	width: 5%;
	height: auto;
	position: absolute;
	top: 105%;
	right: 22%;
	animation: to-top 12s linear 8.6s infinite , yure 0.7s steps(2) infinite;
}
#top .top__item6 {
	width: 4%;
	height: auto;
	position: absolute;
	top: 105%;
	right: 13%;
	animation: to-top 12s linear 9s infinite , yure 0.5s steps(2) infinite;
}
#top .top__item7 {
	width: 7%;
	height: auto;
	position: absolute;
	top: 105%;
	right: 22%;
	animation: to-top 12s linear 10.8s infinite , yure 1.4s steps(2) infinite;
}
@keyframes to-top {
	0% {top: 105%;}
	100% {top: -140%;}
}
@keyframes yure {
	0% {transform: rotate(-10deg);}
	100% {transform: rotate(5deg);}
}
@keyframes from-left {
	0% {transform: translate3d(-120%, 0, 0);}
	98% {transform: translate3d(1%, 0, 0);}
	100% {transform: translate3d(0, 0, 0);}
}
.top__logo1 {
	animation: from-left 0.5s ease-in 1.1s forwards;
}
.top__logo2 {
	animation: from-left 0.5s ease-in 1.5s forwards;
}
.top-others-anime {
	animation: fadeIn 1.5s ease 2.2s forwards;
}

/* 以下スマホ・タブレット */
@media (max-width: 1024px) {
	#top {
		width:100%;
		height:auto;
		padding:0 0 30vw;
		margin:0;
		background-color: #c8bb9e;
		position:relative;
		overflow: hidden;
	}
	#top #top__logo1 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 2%;
		left: 0;
		transform: translate3d(-120%, 0, 0);
	}
	#top #top__logo2 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 15%;
		left: 0;
		transform: translate3d(-120%, 0, 0);
	}
	#top #top__logo-en {
		width: 48%;
		height: auto;
		position: absolute;
		top: 27.5%;
		left: 4%;
		opacity: 0;
	}
	#top #top__bb {
		width: 48%;
		height: auto;
		position: absolute;
		top: 31%;
		left: 4%;
		opacity: 0;
	}
	#top #top__x {
		width: 16%;
		height: auto;
		position: absolute;
		top: 49%;
		left: 4%;
		opacity: 0;
	}
	#top #top__date {
		width: 94%;
		height: auto;
		position: absolute;
		top: 79%;
		left: 3%;
		opacity: 0;
	}
	#top #top__tate {
		width: 5%;
		height: auto;
		position: absolute;
		top: 43.5%;
		left: 67.5%;
		opacity: 0;
	}
	#top #top__label {
		width: 8%;
		height: auto;
		position: absolute;
		top: 83%;
		right: 3%;
		opacity: 0;
	}
	#top .top__item1 {
		width: 35%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 1%;
		right: auto;
		left: 105%;
		animation: to-top 8s linear 0s infinite , yure 1.0s steps(2) infinite;
	}
	#top .top__item2 {
		width: 15%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 1%;
		right: auto;
		left: 105%;
		animation: to-top 8s linear 1.6s infinite , yure 0.6s steps(2) infinite;
	}
	#top .top__item3 {
		width: 22%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 1%;
		right: auto;
		left: 105%;
		animation: to-top 8s linear 2.7s infinite , yure 1.2s steps(2) infinite;
	}
	#top .top__item4 {
		width: 25%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 1%;
		right: auto;
		left: 105%;
		animation: to-top 8s linear 3.9s infinite , yure 1.5s steps(2) infinite;
	}
	#top .top__item5 {
		width: 13%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 4%;
		right: auto;
		left: 105%;
		animation: to-top 8s linear 5s infinite , yure 0.7s steps(2) infinite;
	}
	#top .top__item6 {
		width: 10%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 7%;
		right: auto;
		left: 105%;
		animation: to-top 8s linear 5.9s infinite , yure 0.5s steps(2) infinite;
	}
	#top .top__item7 {
		width: 16%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 1%;
		right: auto;
		left: 105%;
		animation: to-top 8s linear 7s infinite , yure 1.4s steps(2) infinite;
	}
	@keyframes to-top {
		0% {left: 105%;}
		100% {left: -140%;}
	}
	
}


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


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 8vw 0 2vw;
	background-color: #c8bb9e;
	position: relative;
}
#bridge #round-banners {
	width: 100%;
	height: auto;
	position: absolute;
	top: -6%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge #round-banners a {
	display: block;
	width: 12%;
	height: auto;
	margin: 0 0.5%;
}
#bridge #round-banners a:hover {
	transform: rotate(10deg);
	transition: 0.5s;
}
#bridge #mubi {
	width: 100%;
	height: auto;
	padding: 3vw 0 1vw;
	text-align: center;
}
#bridge #mubi #mvtk-widgets-container {
	display: inline-block;
}



/* 以下スマホ・タブレット */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 5vw 0 10vw;
		background-color: #c8bb9e;
		position: relative;
	}
	#bridge #round-banners {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		position: static;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#bridge #round-banners a {
		display: block;
		width: 40%;
		height: auto;
		margin: 1vw 1.5%;
	}
	#bridge #mubi {
		width: 100%;
		height: auto;
		padding: 5vw 0 5vw;
		text-align: center;
	}
	
}

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


/* ========================================
サスカッチ・サウンド
========================================== */
#sound {
	width: 100%;
	height: auto;
	margin: 3vw 0 2vw;
	text-align: center;
	opacity: 0;
}
#sound img {
	width: auto;
	height: 6.5vw;
}
#sound  a img:hover {
	animation: flash 1.0s;
}

@media (max-width: 1024px) {
	#sound {
		width: 100%;
		height: auto;
		margin: 10vw 0 5vw;
		text-align: center;
	}
	#sound img {
		width: auto;
		height: 21vw;
	}
	
}


/* ========================================
バナーエリア
========================================== */
#banners {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
}
#banners #eighty3 {
	width: 20%;
	height: auto;
	opacity: 0;
	text-align: center;
}
#banners #eighty3 img {
	width: auto;
	height: 6.5vw;
}

#banners #eighty3 a img:hover {
	animation: flash 1.0s;
}

@media (max-width: 1024px) {
	#banners #eighty3 {
		width: 50%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	#banners #eighty3 img {
		width: auto;
		height: 21vw;
	}

}



/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 11000;
}
.modal__bg {
    width: 100%;
    height: 100%;
    position: absolute;
	background-image: linear-gradient(
		0deg,
		hsl(321deg 50% 50%) 0%,
		hsl(327deg 57% 51%) 8%,
		hsl(331deg 63% 52%) 17%,
		hsl(336deg 69% 54%) 25%,
		hsl(340deg 75% 55%) 33%,
		hsl(345deg 79% 57%) 42%,
		hsl(349deg 83% 58%) 50%,
		hsl(355deg 86% 60%) 58%,
		hsl(1deg 87% 61%) 67%,
		hsl(8deg 89% 59%) 75%,
		hsl(14deg 89% 56%) 83%,
		hsl(20deg 88% 53%) 92%,
		hsl(27deg 100% 46%) 100%
	);
}
.goods__bg {
    width: 100%;
    height: 100%;
    position: absolute;
	background:#c8bb9e;
}
.goods__content {
    width: 100%;
	height: 90%; /* スクロール時は80% */
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.goods__content::-webkit-scrollbar {
    display: none;
}
.goods__content h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0 0;
	text-align: center;
	font-size: 2rem;
}
.goods__content h2.purple {
	color: #be3f91;
}
.goods__content h2.orange {
	color: #ed6c00;
}
.goods__content .goods-img1 {
	width: 100%;
	height: auto;
	margin: 2vw 0 1vw;
	text-align: center;
}
.goods__content .goods-img1 img {
	width: 40%;
}
.goods__content h3 {
	width: 100%;
	height: auto;
	margin: 4vw 0 1vw;
	padding: 0;
	text-align: center;
	font-size: 1.5rem;
}
.goods__content h3.blue {
	color: #296876;
}
.goods__content .goods-list {
	width: 40%;
	height: auto;
	margin: 0 30%;
}
.goods__content .goods-list li {
	width: 100%;
	height: auto;
	color: #000;
	font-size: 1rem;
}
.goods__content p {
	width: 40%;
	height: auto;
	margin: 0 30% 3vw;
	padding: 0;
	color: #000;
	font-size: 1rem;
}
.goods__content .twin-imgs {
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    justify-content: center;
}
.goods__content .twin-imgs .twin-img {
    width: 25%;
    height: auto;
    margin: 0 1%;
}
.modal__content {
    width: 60%;
	height: 90%; /* スクロール時は80% */
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	background-size: cover;
	background-position: center center;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.modal__content::-webkit-scrollbar {
    display: none;
}
.modal__content #sound-link {
	width: 100%;
	height: auto;
	margin: 3vw 0;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
}
.modal__content #sound-link img {
	width: 30%;
}
.modal__content #sound-link a {
	color: #fff;
}
.modal__content #sound-link a:hover {
	animation: flash 1.0s;
}
.modal__content #sound-manual {
	width: 100%;
	height: auto;
	margin: 3vw 0;
	text-align: center;
}
.modal__content #sound-manual img {
	width: 20%;
}
.modal__content ol {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
    list-style: none;
    counter-reset: item;
}
.modal__content ol li {
	width: 100%;
	height: auto;
	margin: 10px 0;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
    padding-left: 2em;
}
.modal__content ol li::before {
    content: "①";
    counter-increment: item;
    font-weight: bold;
	position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    text-align: center;
}
.modal__content ol li:nth-child(2)::before { content: "②"; }
.modal__content ol li:nth-child(3)::before { content: "③"; }
.modal__content ol li:nth-child(4)::before { content: "④"; }
.modal__content ol li:nth-child(5)::before { content: "⑤"; }
.modal__content ol li:nth-child(6)::before { content: "⑥"; }
.modal__content ol li:nth-child(7)::before { content: "⑦"; }
.batsu {
	width: 5%;
	height: auto;
	position: fixed;
	top: 2%;
	right: 2%;
}
.batsu img {
	width: 100%;
}
.batsu img:hover {
	transform: rotate(360deg);
	transition: all 1.0s ease;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.batsu {
		width: 10%;
		height: auto;
		position: fixed;
		top: 3%;
		right: 3%;
	}
	.modal__content {
		width: 90%;
		height: 80%;
		padding: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.modal__content #sound-link {
		width: 100%;
		height: auto;
		margin: 10vw 0;
		text-align: center;
		color: #fff;
		font-size: 1.1rem;
	}
	.modal__content #sound-link img {
		width: 70%;
	}
	.modal__content #sound-link a {
		color: #fff;
	}
	.modal__content #sound-link a:hover {
		animation: flash 1.0s;
	}
	.modal__content #sound-manual {
		width: 100%;
		height: auto;
		margin: 10vw 0;
		text-align: center;
	}
	.modal__content #sound-manual img {
		width: 50%;
	}
	.modal__content ol {
		width: 93%;
		height: auto;
		margin: 0 7% 0 0;
		padding: 0;
		list-style: none;
		counter-reset: item;
	}
	.modal__content ol li {
		width: 100%;
		height: auto;
		margin: 10px 0;
		color: #fff;
		font-size: 1.1rem;
		font-weight: bold;
		position: relative;
		padding-left: 2em;
	}
	
	.goods__content {
		width: 90%;
		height: 80%; /* スクロール時は80% */
		padding: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		overflow-y: scroll;
		overflow-x: hidden;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.goods__content::-webkit-scrollbar {
		display: none;
	}
	.goods__content h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0 0;
		text-align: center;
		font-size: 1.6rem;
	}
	.goods__content .goods-img1 {
		width: 100%;
		height: auto;
		margin: 2vw 0 1vw;
		text-align: center;
	}
	.goods__content .goods-img1 img {
		width: 100%;
	}
	.goods__content h3 {
		width: 100%;
		height: auto;
		margin: 8vw 0 1vw;
		padding: 0;
		text-align: center;
		font-size: 1.4rem;
	}
	.goods__content .goods-list {
		width: 85%;
		height: auto;
		margin: 0 10% 0 5%;
		padding-left: 5vw;
	}
	.goods__content .goods-list li {
		width: 100%;
		height: auto;
		color: #000;
		font-size: 1rem;
	}
	.goods__content p {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		color: #000;
		font-size: 1rem;
	}
	.goods__content .twin-imgs {
		width: 100%;
		height: auto;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.goods__content .twin-imgs .twin-img {
		width: 100%;
		height: auto;
		margin: 2vw 0;
	}

}

/* 以下タブレット・スマホ */
@media (max-width: 550px) {
	.modal__content p {
		width: 90%;
		height: auto;
		margin: 0;
		padding: 5vw 5%;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 1.0px;
	}
	
}



/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:5vw 0 7vw;
	overflow: hidden;
	position: relative;
	background-color: #c8bb9e;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 1.5vw;
	text-align: center;
	position: relative;
	opacity: 0;
}
.trailer h2 img {
	width: 12%;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	opacity: 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
} 
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.trailer ul#movie-changer {
	width: 60%;
	height: auto;
	margin: 10px 20% 3vw;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.movie-btn {
	width: 30%;
	height: auto;
	margin: 0 1%;
	padding: 3px 0;
	text-align: center;
	background-color: #c8bb9e;
	border: 1px solid #be3f91;
	color: #be3f91;
	font-size: 1.1vw;
	font-weight: bold;
}
.movie-btn i {
	opacity: 0;
}
.activee {
	background: #be3f91;
	border: 1px solid #be3f91;
	color: #fff;
}
.activee i {
	opacity: 1;
}
.movie-btn:hover {
	background: #be3f91;
	border: 1px solid #be3f91;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}
.trailer #trailer__item {
	width: 10%;
	height: auto;
	position: absolute;
	top: 20%;
	animation: trailer__item 10s linear infinite , yure2 1.4s steps(2) infinite;
	transform-origin: bottom center;
}
@keyframes trailer__item {
	0% {left: -22%;}
	100% {left: 102%;}
}
@keyframes yure2 {
	0% {transform: rotate(-5deg);}
	100% {transform: rotate(15deg);}
}
#music {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	opacity: 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
#music iframe {
	width: 100%;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	.trailer {
		width:100%;
		padding:10vw 0 10vw;
	}
	.trailer h2 {
		width:100%;
		height:auto;
		padding:0;
		margin:0 0 5vw;
		position: relative;
	}
	.trailer h2 img {
		width: 35%;
	}
	#video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.video {
		width:90%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:0 5% 10px;
		display:block;
	}
	.trailer ul#movie-changer {
		width: 100%;
		height: auto;
		margin: 10px 0 10vw;
		padding: 0%;
		list-style-type: none;
		display: flex;
		justify-content: center;
	}
	.movie-btn {
		width: 30%;
		font-size: 2vw;
	}
	.trailer #trailer__item {
		display: none;
	}
	#music {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		opacity: 0;
		position: relative;
		z-index: 1;
		box-sizing: border-box;
	}
}

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

	
}

/* ========================================
イントロダクション
========================================== */
#intro-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center bottom;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
}
#intro-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center bottom;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -27;
}
#mist {
	width: 30vw;
	height: 20vw;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 38%;
	left: 37%;
	z-index: -29;
	pointer-events: none;
	opacity: 1;
	transform: rotate(-60deg);
}
.ag-smoke-block {
	width: 100%;
	height: 20vw;
	z-index: 1;
	position: relative;
}
.ag-smoke-1 {
	z-index: -1;
	position: absolute;
	top: calc(50% - 3.5vw);
	left: 20%;
	animation: an-smoke-1 2.0s ease-in-out infinite;
	height: 7vw;
	width: 60vw;
	filter: blur(0px);
	mix-blend-mode: screen;
}
.ag-smoke-2 {
	z-index: -1;
	position: absolute;
	top: calc(50% - 7vw);
	left: 50%;
	animation: an-smoke-1 1.8s ease-in-out infinite;
	height: 14vw;
	width: 60vw;
	filter: blur(0px);
	mix-blend-mode: screen;
}
.ag-smoke-3 {
	z-index: -1;
	position: absolute;
	top: calc(50% - 9vw);
	left: 80%;
	animation: an-smoke-1 2.6s ease-in-out infinite;
	height: 18vw;
	width: 60vw;
	filter: blur(0px);
	mix-blend-mode: screen;
}
.ag-smoke-4 ,
.ag-smoke-5 ,
.ag-smoke-6 ,
.ag-smoke-7 ,
.ag-smoke-8 ,
.ag-smoke-9 ,
.ag-smoke-10 {
	display: none;
} 
.ag-smoke__delay-1 {
	animation-delay: 0.4s;
}  
.ag-smoke__delay-2 {
	animation-delay: 0.8s;
}
.ag-smoke__delay-3 {
	animation-delay: 1.2s;
}
.ag-smoke__delay-4 {
	animation-delay: 0.1s;
}  
.ag-smoke__delay-5 {
	animation-delay: 0.5s;
}
.ag-smoke__delay-6 {
	animation-delay: 0.9s;
}
.ag-smoke-1 img ,
.ag-smoke-2 img ,
.ag-smoke-3 img {
	width: auto;
	height: 100%;
}
@keyframes an-smoke-1 {
0% {
	opacity: 0;

	-webkit-transform: translateX(-15%) rotate(.01deg);
	transform: translateX(-15%) rotate(.01deg);
	}
	50% {
	opacity: .4;
	}
	to {
	opacity: 0;

	-webkit-transform: translateX(0) rotate(.01deg);
	transform: translateX(0) rotate(.01deg);
	}
}

#intro {
	width:100%;
	height:auto;
	padding:30vw 0 50vw;
	margin:0;
	position:relative;
	z-index: -28;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	padding: 0;
	text-align: center;
}
#intro h2 img {
	width: 20%;
}
#intro #intro__lead {
	width: 100%;
	height: auto;
	margin: 0 0 12vw;
	padding: 0;
	text-align: center;
}
#intro #intro__lead img {
	width: 25%;
}
#intro p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	font-size: 1.2vw;
	line-height: 2.4vw;
	letter-spacing: 1.5px;
	color: #000;
}



/* 以下スマホ・タブレット */
@media (max-width: 1024px) {
	#mist {
		width: 100vw;
		height: 60vw;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 57%;
		left: 20%;
		pointer-events: none;
		opacity: 1;
		transform: rotate(-70deg);
	}
	#intro {
		width:100%;
		height:auto;
		padding:80vw 0 150vw;
		margin:0;
		position:relative;
		z-index: -28;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 50vw;
		padding: 0;
		text-align: center;
	}
	#intro h2 img {
		width: 70%;
	}
	#intro #intro__lead {
		width: 100%;
		height: auto;
		margin: 0 0 50vw;
		padding: 0;
		text-align: center;
	}
	#intro #intro__lead img {
		width: 90%;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		color: #000;
		font-weight: bold;
	}
	
}

/* 以下スマホ */
@media (max-width: 600px) {
	#mist {
		width: 100vw;
		height: 60vw;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 65%;
		left: 20%;
		pointer-events: none;
		opacity: 1;
		transform: rotate(-70deg);
	}

}



/* ========================================
ストーリー
========================================== */
#story {
	width: 100%;
	height: auto;
	position: relative;
}
#story .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#story .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#story #slider1 .top-slide {
	animation: loop-slide 60s infinite linear 0s both;
} 
#story #slider2 .top-slide {
	animation: loop-slide-rev 60s infinite linear 0s both;
} 
#story .top-slide-wrap .top-slide .content {
	width: 33vw;
	height: auto;
	margin: 0;
	pointer-events: none;
}
#story .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#story #story__bg {
	width: 100%;
	height: auto;
	position: relative;
}
#story #story__bg #story__bg1 {
	width: 100%;
	height: auto;
}
#story #story__bg #story__bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: story-bg 8s ease infinite;
}
@keyframes story-bg {
	0% {opacity: 0;}
	40% {opacity: 0;}
	50% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
#story #story__txt {
	width: 50%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate3d(0, -50%, 0);
}
#story #story__txt h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
}
#story #story__txt h2 img {
	width: 20%;
}
#story #story__txt p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.5px;
}

/* 以下スマホ・タブレット */
@media (max-width: 1024px) {
	#story #slider1 .top-slide {
		animation: loop-slide 40s infinite linear 0s both;
	} 
	#story #slider2 .top-slide {
		animation: loop-slide-rev 40s infinite linear 0s both;
	} 
	#story .top-slide-wrap .top-slide .content {
		width: 60vw;
		height: auto;
		margin: 0;
		pointer-events: none;
	}
	#story #story__txt {
		width: 90%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 22%;
		left: 5%;
		transform: translate3d(0, 0, 0);
	}
	#story #story__txt h2 {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
	}
	#story #story__txt h2 img {
		width: 30%;
	}
	#story #story__txt p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
	}
	
}

/* 以下スマホ */
@media (max-width: 600px) {
	#story #slider1 .top-slide {
		animation: loop-slide 30s infinite linear 0s both;
	} 
	#story #slider2 .top-slide {
		animation: loop-slide-rev 30s infinite linear 0s both;
	} 
	#story .top-slide-wrap .top-slide .content {
		width: 100vw;
		height: auto;
		margin: 0;
		pointer-events: none;
	}

}


/* ========================================
監督
========================================== */
#director {
	width: 100%;
	height: auto;
	padding: 10vw 0;
	background-color: #6cc1a3;
}
#director h2 {
	width: 50%;
	height: auto;
	margin: 0 25% 3vw;
	padding: 0;
	opacity: 0;
}
#director h2 img {
	width: 40%;
}
#director p {
	width: 50%;
	height: auto;
	margin: 2vw 25% 2vw;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.5px;
	opacity: 0;
}
#director .spp {
	display: none;
}
#director .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 1;
	opacity: 0;
}
#director #slider3 {
	margin: 8vw 0 2vw;
}
#director #slider4 {
	margin: 2vw 0 8vw;
}
#director .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#director #slider3 .top-slide {
	animation: loop-slide-rev 40s infinite linear 0s both;
} 
#director #slider4 .top-slide {
	animation: loop-slide 40s infinite linear 0s both;
} 
#director .top-slide-wrap .top-slide .content {
	width: 17vw;
	height: auto;
	margin: 0;
	pointer-events: none;
}
#director .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#director h3 {
	width: 100%;
	height: auto;
	margin: 7vw 0 3vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#director h3 img {
	width: 16%;
}
#director h4 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#director h4 img {
	width: 18%;
}
#director #dire-photo {
	width: 70%;
	height: auto;
	margin: 0 15% 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#director #dire-photo .dire-photo {
	width: 30%;
	height: auto;
	margin: 0 1%;
	position: relative;
}
#director #dire-photo .dire-photo:nth-child(1) {
	text-align: right;
}
#director #dire-photo .dire-photo:nth-child(1) img {
	width: 80%;
}
#director #dire-photo .dire-photo:nth-child(3) {
	text-align: left;
}
#director #dire-photo .dire-photo:nth-child(3) img {
	width: 70%;
}
#director #dire-photo .dire-photo #dire-photo1 {
	width: 100%;
	height: auto;
	clip-path: inset(0 0 100% 0);
}
#director #dire-photo .dire-photo #dire-photo2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: inset(0 100% 0 0);
}
#director #dire-photo .dire-photo #dire-photo3 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: inset(0 0 0 100%);
}
@keyframes dr-from-top {
	0% {clip-path: inset(0 0 100% 0);}
	100% {clip-path: inset(0 0 0 0);}
}
@keyframes dr-from-right {
	0% {clip-path: inset(0 100% 0 0);}
	100% {clip-path: inset(0 0 0 0);}
}
@keyframes dr-from-left {
	0% {clip-path: inset(0 0 0 100%);}
	100% {clip-path: inset(0 0 0 0);}
}
.dr-from-top {
	animation: dr-from-top 1.0s ease 0s forwards;
}
.dr-from-right {
	animation: dr-from-right 1.0s ease 0s forwards;
}
.dr-from-left {
	animation: dr-from-left 1.0s ease 0s forwards;
}

/* 以下スマホ・タブレット */
@media (max-width: 1024px) {
	#director {
		width: 100%;
		height: auto;
		padding: 10vw 0;
		background-color: #6cc1a3;
	}
	#director h2 {
		width: 90%;
		height: auto;
		margin: 0 5% 5vw;
		padding: 0;
		opacity: 0;
	}
	#director h2 img {
		width: 40%;
	}
	#director p {
		width: 90%;
		height: auto;
		margin: 5vw 5%;
		padding: 0;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		opacity: 0;
	}
	#director .spp {
		display: block;
	}
	#director .pcp {
		display: none;
	}
	
	#director .top-slide-wrap {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow: hidden;
		position: relative;
		z-index: 1;
		opacity: 0;
	}
	#director #slider3 {
		margin: 8vw 0 8vw;
	}
	#director #slider4 {
		margin: 8vw 0 8vw;
	}
	#director #slider3 .top-slide {
		animation: loop-slide-rev 40s infinite linear 0s both;
	} 
	#director #slider4 .top-slide {
		animation: loop-slide 40s infinite linear 0s both;
	} 
	#director .top-slide-wrap .top-slide .content {
		width: 35vw;
		height: auto;
		margin: 0;
		pointer-events: none;
	}
	#director h3 {
		width: 100%;
		height: auto;
		margin: 15vw 0 8vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#director h3 img {
		width: 30%;
	}
	#director h4 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#director h4 img {
		width: 40%;
	}
	#director #dire-photo {
		width: 90%;
		height: auto;
		margin: 0 5% 0;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
}

/* 以下スマホ */
@media (max-width: 600px) {
	#director {
		width: 100%;
		height: auto;
		padding: 25vw 0 25vw;
		background-color: #6cc1a3;
	}
	#director h2 {
		width: 90%;
		height: auto;
		margin: 0 5% 5vw;
		padding: 0;
		opacity: 0;
	}
	#director h2 img {
		width: 80%;
	}
	#director #slider3 {
		margin: 10vw 0;
	}
	#director #slider4 {
		margin: 10vw 0;
	}
	#director #slider3 .top-slide {
		animation: loop-slide-rev 30s infinite linear 0s both;
	} 
	#director #slider4 .top-slide {
		animation: loop-slide 30s infinite linear 0s both;
	} 
	#director .top-slide-wrap .top-slide .content {
		width: 70vw;
		height: auto;
		margin: 0;
		pointer-events: none;
	}
	#director h3 {
		width: 100%;
		height: auto;
		margin: 25vw 0 10vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#director h3 img {
		width: 50%;
	}
	#director h4 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#director h4 img {
		width: 70%;
	}
	#director #dire-photo {
		width: 94%;
		height: auto;
		margin: 0 3% 0;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#director #dire-photo .dire-photo {
		width: 100%;
		height: auto;
		margin: 3vw 0;
		position: relative;
	}
	#director #dire-photo .dire-photo:nth-child(1) {
		text-align: left;
	}
	#director #dire-photo .dire-photo:nth-child(1) img {
		width: 60%;
	}
	#director #dire-photo .dire-photo:nth-child(3) {
		text-align: right;
	}
	#director #dire-photo .dire-photo:nth-child(3) img {
		width: 60%;
	}

	
}


/* ========================================
AWARDS&FESTIVAL
========================================== */
#award-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -25;
	pointer-events: none;
	opacity: 0;
}
#award {
	width: 100%;
	height: auto;
	padding: 12vw 0;
}
#award h2 {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	padding: 0;
	text-align: center;
}
#award h2 img {
	width: 27%;
	height: auto;
}
#award ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#award ul li {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	color: #fff;
	font-size: 1.2vw;
	letter-spacing: 1.5px;
	font-weight: bold;
	text-align: center;
}

/* 以下スマホ・タブレット */
@media (max-width: 1024px) {
	#award {
		width: 100%;
		height: auto;
		padding: 30vw 0;
	}
	#award h2 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		padding: 0;
		text-align: center;
	}
	#award h2 img {
		width: 40%;
		height: auto;
	}
	#award ul {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#award ul li {
		width: 100%;
		height: auto;
		margin: 10vw 0;
		color: #fff;
		font-size: 1.2rem;
		letter-spacing: 1.5px;
		font-weight: bold;
		text-align: center;
	}
	
}

/* 以下スマホ */
@media (max-width: 600px) {
	#award h2 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		padding: 0;
		text-align: center;
	}
	#award h2 img {
		width: 60%;
		height: auto;
	}
	#award ul li {
		width: 100%;
		height: auto;
		margin: 10vw 0;
		color: #fff;
		font-size: 1.4rem;
		letter-spacing: 1.5px;
		font-weight: bold;
		text-align: center;
	}

}


/* ========================================
REVIEW
========================================== */
#review-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -24;
	pointer-events: none;
	clip-path: inset(0 0 0 0);
}
#review {
	width: 100%;
	height: auto;
	padding: 12vw 0;
}
#review h2 {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	padding: 0;
	text-align: center;
}
#review h2 img {
	width: 12%;
}
#review .rev-unit {
	width: 100%;
	height: auto;
	margin: 5vw 0;
	opacity: 0;
}
#review .rev-unit p {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.3vw;
	letter-spacing: 1.5px;
	color: #fff;
	font-weight: bold;
}
#review .rev-unit p span {
	color: #ed6c00;
	margin: 0 1.2rem;
}
#review .rev-star-wrap {
	width: 70%;
	height: auto;
	margin: 0 15%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#review .rev-star-wrap  .rev-unit {
	width: 30%;
	height: auto;
	margin: 0 1% 3vw;
}

/* 以下スマホ・タブレット */
@media (max-width: 1024px) {
	#review {
		width: 100%;
		height: auto;
		padding: 30vw 0;
	}
	#review h2 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		padding: 0;
		text-align: center;
	}
	#review h2 img {
		width: 35%;
	}
	#review .rev-unit {
		width: 100%;
		height: auto;
		margin: 10vw 0;
		opacity: 0;
	}
	#review .rev-unit p {
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 1.5px;
		color: #fff;
		font-weight: bold;
	}
	#review .rev-unit p span {
		color: #ed6c00;
		margin: 0 1.2rem;
	}
	#review .rev-star-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#review .rev-star-wrap  .rev-unit {
		width: 30%;
		height: auto;
		margin: 0 1% 3vw;
	}
	
}

/* 以下スマホ */
@media (max-width: 600px) {
	#review h2 img {
		width: 50%;
	}
	#review .rev-star-wrap  .rev-unit {
		width: 46%;
		height: auto;
		margin: 0 1% 6vw;
	}

}


/* ========================================
コメント
========================================== */
#com-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -23;
	pointer-events: none;
	clip-path: inset(0 0 0 0);
}
#comment {
	width: 100%;
	height: auto;
	padding: 12vw 0;
}
#comment h2 {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	padding: 0;
	text-align: center;
}
#comment h2 img {
	width: 16%;
}
#comment .com-unit {
	width: 50%;
	height: auto;
	margin: 0 25% 8vw;
}
#comment .com-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	color: #fff;
	font-size: 1.2vw;
	line-height: 2.4vw;
	letter-spacing: 1.5px;
}
#comment .com-unit p span {
	font-size: 1.4vw;
	font-weight: bold;
	color: #f0ea0c;
}
#comment .com-unit .name {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	color: #f0ea0c;
	font-size: 1.5vw;
	line-height: 2.4vw;
	letter-spacing: 1.5px;
	font-weight: bold;
	text-align: right;
}
#comment .com-unit .name span {
	font-size: 1vw;
}
#comment #junf {
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 1rem;
}



/* 以下スマホ・タブレット */
@media (max-width: 1024px) {
	#comment {
		width: 100%;
		height: auto;
		padding: 30vw 0;
	}
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0 0 7vw;
		padding: 0;
		text-align: center;
	}
	#comment h2 img {
		width: 35%;
	}
	#comment .com-unit {
		width: 80%;
		height: auto;
		margin: 0 10% 12vw;
	}
	#comment .com-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		color: #fff;
		font-size: 1.0rem;
		line-height: 2.0rem;
		letter-spacing: 1.5px;
	}
	#comment .com-unit p span {
		font-size: 1.2rem;
	}
	#comment .com-unit .name {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		padding: 0;
		font-size: 1.3rem;
		line-height: 2.4rem;
		letter-spacing: 1.5px;
		font-weight: bold;
		text-align: right;
	}
	#comment .com-unit .name span {
		font-size: 1rem;
	}
	
}

/* 以下スマホ */
@media (max-width: 600px) {
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0 0 7vw;
		padding: 0;
		text-align: center;
	}
	#comment h2 img {
		width: 50%;
	}
	#comment .com-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 20vw;
	}
	#comment .com-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		color: #fff;
		font-size: 1.0rem;
		line-height: 2.0rem;
		letter-spacing: 1.5px;
	}
	#comment .com-unit p span {
		font-size: 1.2rem;
	}
	#comment .com-unit .name {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		padding: 0;
		font-size: 1.3rem;
		line-height: 2.4rem;
		letter-spacing: 1.5px;
		font-weight: bold;
		text-align: right;
	}
	#comment .com-unit .name span {
		font-size: 1rem;
	}

}



/* ========================================
キャスト
========================================== */
#cast {
	width: 100%;
	height: auto;
	padding: 5vw 0 0;
	background-color: #c8bb9e;
	overflow: hidden;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 3vw;
	text-align: center;
}
#cast h2 img {
	width: 12%;
}
#cast .cast-unit {
	width: 100%;
	height: auto;
	padding: 2vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#cast .cast-unit .cast-photo {
	width: 20%;
	height: auto;
	margin-left: 10%;
	text-align: right;
	position: relative;
	z-index: 2;
}
#cast .cast-unit .cast-photo img {
	width: 90%;
	margin-right: 10%;
	transform: translate3d(-200%, 0, 0) rotate(-270deg);
}
#cast .cast-unit .cast-name {
	width: 25%;
	height: auto;
	text-align: center;
	position: relative;
	z-index: 2;
	opacity: 0;
}
#cast .cast-unit .cast-name img {
	width: 90%;
}
#cast .cast-unit p {
	width: 45%;
	height: auto;
	box-sizing: border-box;
	padding: 0 2vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
	position: relative;
	z-index: 2;
	opacity: 0;
}
#cast .cast-unit .cast-unit__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}
#cast #cast1 .cast-unit__bg {
	background-color: #296876;
}
#cast #cast2 .cast-unit__bg {
	background-color: #be3f91;
}
#cast #cast3 .cast-unit__bg {
	background-color: #ed6c00;
}

@keyframes cast-bg {
	0% {left: -100%;}
	100% {left: 0;}
}
.cast-bg {
	animation: cast-bg 1.0s ease-out 0s forwards;
}
@keyframes cast-txt {
	0% {opacity: 0;transform: translate3d(-100%, 0, 0);}
	100% {opacity: 1;transform: translate3d(0, 0, 0);}
}
.cast-txt {
	animation: cast-txt 1.0s ease-out 0.4s forwards;
}
.cast-name-anime {
	animation: cast-txt 1.0s ease-out 0.6s forwards;
}
@keyframes cast-img {
	0% {transform: translate3d(-200%, 0, 0) rotate(-270deg);}
	100% {transform: translate3d(0, 0, 0) rotate(0deg);}
}
.cast-img {
	animation: cast-img  1.0s ease-out 0.8s forwards;
}


/* 以下スマホ・タブレット */
@media (max-width: 1024px) {
	#cast {
		width: 100%;
		height: auto;
		padding: 10vw 0 0;
		background-color: #c8bb9e;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 6vw;
		text-align: center;
	}
	#cast h2 img {
		width: 30%;
	}
	#cast .cast-unit {
		width: 100%;
		height: auto;
		padding: 5vw 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
	}
	#cast .cast-unit .cast-photo {
		width: 100%;
		height: auto;
		margin:5vw 0;
		text-align: center;
		position: relative;
		z-index: 2;
		order: 2;
	}
	#cast .cast-unit .cast-photo img {
		width: 50%;
		margin-right: 0;
		transform: translate3d(-200%, 0, 0) rotate(-270deg);
	}
	#cast .cast-unit .cast-name {
		width: 100%;
		height: auto;
		text-align: center;
		position: relative;
		z-index: 2;
		opacity: 0;
		order: 1;
	}
	#cast .cast-unit .cast-name img {
		width: 50%;
	}
	#cast .cast-unit p {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 0 5vw;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
		position: relative;
		z-index: 2;
		opacity: 0;
		order: 3;
	}
	@keyframes cast-bg {
		0% {left: -100%;}
		100% {left: 0;}
	}
	.cast-bg {
		animation: cast-bg 1.0s ease-out 0s forwards;
	}
	@keyframes cast-txt {
		0% {opacity: 0;transform: translate3d(100%, 0, 0);}
		100% {opacity: 1;transform: translate3d(0, 0, 0);}
	}
	.cast-txt {
		animation: cast-txt 1.0s ease-out 0.4s forwards;
	}
	.cast-name-anime {
		animation: cast-txt 1.0s ease-out 0.6s forwards;
	}
	@keyframes cast-img {
		0% {transform: translate3d(-200%, 0, 0) rotate(-270deg);}
		100% {transform: translate3d(0, 0, 0) rotate(0deg);}
	}
	.cast-img {
		animation: cast-img  1.0s ease-out 0.8s forwards;
	}
	
}

/* 以下スマホ */
@media (max-width: 600px) {
	#cast {
		width: 100%;
		height: auto;
		padding: 10vw 0 0;
		background-color: #c8bb9e;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 10vw;
		text-align: center;
	}
	#cast h2 img {
		width: 40%;
	}
	#cast .cast-unit {
		width: 100%;
		height: auto;
		padding: 10vw 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
	}
	#cast .cast-unit .cast-photo {
		width: 100%;
		height: auto;
		margin:5vw 0;
		text-align: center;
		position: relative;
		z-index: 2;
		order: 2;
	}
	#cast .cast-unit .cast-photo img {
		width: 70%;
		margin-right: 0;
		transform: translate3d(-200%, 0, 0) rotate(-270deg);
	}
	#cast .cast-unit .cast-name {
		width: 100%;
		height: auto;
		text-align: center;
		position: relative;
		z-index: 2;
		opacity: 0;
		order: 1;
	}
	#cast .cast-unit .cast-name img {
		width: 80%;
	}

}


/* ========================================
スタッフ
========================================== */
#staff {
	width: 100%;
	height: auto;
	padding: 5vw 0 0;
	background-color: #c8bb9e;
	overflow: hidden;
}
#staff h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 3vw;
	text-align: center;
}
#staff h2 img {
	width: 10%;
}
#staff .staff-unit {
	width: 100%;
	height: auto;
	padding: 4vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
#staff .staff-unit #staff-head {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 2;
	opacity: 0;
}
#staff .staff-unit #staff-head img {
	width: 20%;
}
#staff .staff-unit .staff-photo-area {
	width: 20%;
	height: auto;
	text-align: right;
	position: relative;
	z-index: 2;
}
#staff .staff-unit #staff1 {
	margin: 0 0 0 10%;
}
#staff .staff-unit #staff2 {
	margin: 0 10% 0 0;
}
#staff .staff-unit #staff1 .staff-photo {
	margin: 0 10% 0 0;
}
#staff .staff-unit #staff2 .staff-photo {
	margin: 0 0 0 10%;
}
#staff .staff-unit #staff1 .staff-photo img {
	transform: translate3d(-200%, 0, 0) rotate(-270deg);
}
#staff .staff-unit #staff2 .staff-photo img {
	transform: translate3d(-500%, 0, 0) rotate(-270deg);
}
#staff .staff-unit #staff1 .staff-name {
	margin: 10px 10% 0 0;
	opacity: 0;
}
#staff .staff-unit #staff2 .staff-name {
	margin: 10px 0 0 10%;
	opacity: 0;
}
#staff .staff-unit .staff-txt {
	width: 40%;
	height: auto;
	box-sizing: border-box;
	padding: 0 2vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
	position: relative;
	z-index: 2;
	opacity: 0;
}
#staff .staff-unit .staff-unit__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	background-color: #296876;
}
.staff-bg {
	animation: cast-bg 1.0s ease-out 0s forwards;
}
.staff-name-anime1 {
	animation: cast-txt 1.0s ease-out 0.4s forwards;
}
.staff-img1 {
	animation: cast-img  1.0s ease-out 0.4s forwards;
}
.staff-txt-anime {
	animation: cast-txt 1.0s ease-out 0.6s forwards;
}
.staff-name-anime2 {
	animation: cast-txt 1.0s ease-out 0.8s forwards;
}
@keyframes cast-img2 {
	0% {transform: translate3d(-500%, 0, 0) rotate(-270deg);}
	100% {transform: translate3d(0, 0, 0) rotate(0deg);}
}
.staff-img2 {
	animation: cast-img2  1.0s ease-out 0.8s forwards;
}
#staff .cast-unit {
	width: 100%;
	height: auto;
	padding: 2vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#staff .cast-unit .cast-photo {
	width: 20%;
	height: auto;
	margin-left: 10%;
	text-align: right;
	position: relative;
	z-index: 2;
}
#staff .cast-unit .cast-photo img {
	width: 90%;
	margin-right: 10%;
	transform: translate3d(-200%, 0, 0) rotate(-270deg);
}
#staff .cast-unit .cast-name {
	width: 25%;
	height: auto;
	text-align: center;
	position: relative;
	z-index: 2;
	opacity: 0;
	overflow-x: hidden;
	text-align: center;
}
#staff .cast-unit .cast-name img {
	width: 90%;
}
#staff #staff3 .cast-name img ,
#staff #staff4 .cast-name img {
	width: 110%;
}
#staff .cast-unit p {
	width: 45%;
	height: auto;
	box-sizing: border-box;
	padding: 0 2vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
	position: relative;
	z-index: 2;
	opacity: 0;
}
#staff #staff4 p ,
#staff #staff5 p {
	width: 60%;
}
#staff .cast-unit .cast-unit__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}
#staff #staff3 .cast-unit__bg {
	background-color: #be3f91;
}
#staff #staff4 .cast-unit__bg {
	background-color: #ed6c00;
}
#staff #staff5 .cast-unit__bg {
	background-color: #296876;
}

/* 以下スマホ・タブレット */
@media (max-width: 1024px) {
	#staff {
		width: 100%;
		height: auto;
		padding: 10vw 0 0;
		background-color: #c8bb9e;
		overflow: hidden;
	}
	#staff h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 10vw;
		text-align: center;
	}
	#staff h2 img {
		width: 35%;
	}
	#staff .staff-unit {
		width: 100%;
		height: auto;
		padding: 10vw 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
	}
	#staff .staff-unit #staff-head {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		position: relative;
		z-index: 2;
		opacity: 0;
	}
	#staff .staff-unit #staff-head img {
		width: 60%;
	}
	#staff .staff-unit .staff-photo-area {
		width: 100%;
		height: auto;
		text-align: center;
		position: relative;
		z-index: 2;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#staff .staff-unit #staff1 {
		margin: 0;
		order: 1;
	}
	#staff .staff-unit #staff2 {
		margin: 0;
		order: 2;
	}
	#staff .staff-unit #staff1 .staff-photo {
		width: 100%;
		margin: 0;
		text-align: center;
		order: 2;
	}
	#staff .staff-unit #staff2 .staff-photo {
		width: 100%;
		margin: 0;
		text-align: center;
		order: 2;
	}
	#staff .staff-unit #staff1 .staff-photo img {
		width: 50%;
		transform: translate3d(-200%, 0, 0) rotate(-270deg);
	}
	#staff .staff-unit #staff2 .staff-photo img {
		width: 50%;
		transform: translate3d(-200%, 0, 0) rotate(-270deg);
	}
	#staff .staff-unit .staff-photo-area img {
		width: 80%;
	}
	#staff .staff-unit #staff1 .staff-name {
		width: 100%;
		margin: 15vw 0 0;
		text-align: center;
		opacity: 0;
		order: 1;
	}
	#staff .staff-unit #staff2 .staff-name {
		width: 100%;
		margin: 15vw 0 5vw;
		text-align: center;
		opacity: 0;
		order: 1;
	}
	#staff .staff-unit .staff-txt {
		width: 90%;
		height: auto;
		margin: 5vw 5% 0;
		box-sizing: border-box;
		padding: 0 2vw;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
		position: relative;
		z-index: 2;
		opacity: 0;
		order: 3;
	}
	#staff .staff-unit .staff-unit__bg {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		background-color: #296876;
	}
	.staff-bg {
		animation: cast-bg 1.0s ease-out 0s forwards;
	}
	.staff-name-anime1 {
		animation: cast-txt 1.0s ease-out 0.4s forwards;
	}
	.staff-img1 {
		animation: cast-img  1.0s ease-out 0.4s forwards;
	}
	.staff-txt-anime {
		animation: cast-txt 1.0s ease-out 0.6s forwards;
	}
	.staff-name-anime2 {
		animation: cast-txt 1.0s ease-out 0.8s forwards;
	}
	@keyframes cast-img2 {
		0% {transform: translate3d(-500%, 0, 0) rotate(-270deg);}
		100% {transform: translate3d(0, 0, 0) rotate(0deg);}
	}
	.staff-img2 {
		animation: cast-img2  1.0s ease-out 0.8s forwards;
	}
	#staff .cast-unit {
		width: 100%;
		height: auto;
		padding: 10vw 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
	}
	#staff .cast-unit .cast-photo {
		width: 100%;
		height: auto;
		margin: 5vw 0 0;
		text-align: center;
		position: relative;
		z-index: 2;
		order: 2;
	}
	#staff .cast-unit .cast-photo img {
		width: 50%;
		margin-right: 0;
		transform: translate3d(-200%, 0, 0) rotate(-270deg);
	}
	#staff .cast-unit .cast-name {
		width: 100%;
		height: auto;
		text-align: center;
		position: relative;
		z-index: 2;
		opacity: 0;
		overflow-x: hidden;
		text-align: center;
		order: 1;
	}
	#staff .cast-unit .cast-name img {
		width: 50%;
	}
	#staff #staff3 .cast-name img ,
	#staff #staff4 .cast-name img {
		width: 60%;
	}
	#staff .cast-unit p {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		margin: 5vw 5% 0;
		padding: 0 2vw;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
		position: relative;
		z-index: 2;
		opacity: 0;
		order: 3;
	}
	#staff #staff4 p ,
	#staff #staff5 p {
		width: 90%;
	}

}

/* 以下スマホ */
@media (max-width: 600px) {
	#staff .staff-unit #staff1 .staff-photo img {
		width: 70%;
		transform: translate3d(-200%, 0, 0) rotate(-270deg);
	}
	#staff .staff-unit #staff2 .staff-photo img {
		width: 70%;
		transform: translate3d(-200%, 0, 0) rotate(-270deg);
	}
	#staff .cast-unit .cast-photo img {
		width: 70%;
		margin-right: 0;
		transform: translate3d(-200%, 0, 0) rotate(-270deg);
	}
	#staff .cast-unit .cast-name img {
		width: 80%;
	}
	#staff #staff3 .cast-name img ,
	#staff #staff4 .cast-name img {
		width: 90%;
	}

}


/* ========================================
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:1vw 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-x: hidden;
}
footer #foot-bg {
	width: 100%;
	height: auto;
}
footer #foot-logo {
	width: 20%;
	height: auto;
	position: absolute;
	top: 23%;
	left: 40%;
	transform: scale(0.33);
	opacity: 0;
}
footer #foot-bb {
	width: 38%;
	height: auto;
	position: absolute;
	top: 52%;
	left: 31%;
	opacity: 0;
}
footer #foot-date {
	width: 14%;
	height: auto;
	position: absolute;
	bottom: 9%;
	left: 3%;
	opacity: 0;
}
footer #foot-x {
	width: 5%;
	height: auto;
	position: absolute;
	bottom: 9%;
	right: 7%;
	opacity: 0;
}
footer #foot-x a:hover {
	animation: flash 1.0s;
}
footer #foot-left {
	width: 50.5%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
footer #foot-right {
	width: 50%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
}
footer #button-area {
	position: absolute;
	bottom: 0;
	opacity: 0;
}
@keyframes foot-left {
	0% {left: 0;}
	100% {left: -50%;}
}
.foot-left {
	animation: foot-left 1.5s ease-in forwards;
}
@keyframes foot-right {
	0% {left: 50%;}
	100% {left: 100%;}
}
.foot-right {
	animation: foot-right 1.5s ease-in forwards;
}
@keyframes foot-logo {
	0% {transform: scale(0.33);opacity: 0;}
	5% {transform: scale(0.33);opacity: 1;}
	28% {transform: scale(0.33);opacity: 1;}
	33% {transform: scale(0.33);opacity: 0;}
	38% {transform: scale(0.66);opacity: 0;}
	43% {transform: scale(0.66);opacity: 1;}
	61% {transform: scale(0.66);opacity: 1;}
	66% {transform: scale(0.66);opacity: 0;}
	71% {transform: scale(1);opacity: 0;}
	76% {transform: scale(1);opacity: 1;}
	100% {transform: scale(1);opacity: 1;}
}
.foot-logo {
	animation: foot-logo 2.0s cubic-bezier(0.32, 0, 0.67, 0) 0.8s forwards;
}
.foot-last-anime {
	animation: fadeIn 1.0s ease 3.0s forwards;
}



@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position: relative;
	}
	footer #foot-logo {
		width: 60%;
		height: auto;
		position: absolute;
		top: 36%;
		left: 20%;
		transform: scale(0.33);
		opacity: 0;
	}
	footer #foot-bb {
		width: 90%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 7%;
		left: 5%;
		opacity: 0;
	}
	footer #foot-date {
		width: 30%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 61%;
		left: 35%;
		opacity: 0;
	}
	footer #foot-x {
		display: none;
	}
	
}
@media (max-width: 600px) {
	footer #foot-logo {
		width: 70%;
		height: auto;
		position: absolute;
		top: 15%;
		left: 15%;
		transform: scale(0.33);
		opacity: 0;
	}
	footer #foot-bb {
		width: 90%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 120px;
		left: 5%;
		opacity: 0;
	}
	footer #foot-date {
		width: 30%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 45%;
		left: 35%;
		opacity: 0;
	}

}




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

  .dlButton {
	  background-color:transparent;
	  border:2px solid #be3f91;
	  display:inline-block;
	  cursor:pointer;
	  color:#be3f91;
	  font-family:Arial;
	  width: 16vw;
	  font-size:1.1vw;
	  padding:10px 0;
	  text-align: center;
	  text-decoration:none;
	  font-weight: bold;
	  font-feature-settings:"palt";
  }
  .dlButton:hover {
	  background-color:#fff;
	  border:2px solid #fff;
	  color:#be3f91;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#be3f91 !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#fff;
	  color:#be3f91 !important;
  }
  .dl-contents {
	  width:80%;
	  height:auto;
	  padding:20px 10% 80px;
	  font-size:1.3em;
  }  
  .dl-contents h2 {
	  width:100%;
	  text-align:center;
	  padding:0;
	  color:#000;
	  font-size:2em;
	  margin-bottom:30px;
  }  
  .dl-contents h2 span.small {
	  font-size:0.5em;
	  line-height:0.7em;
  }
  
  .dl-contents h2 img {
	  width:35%;
  }  
  #dl-wrapper {
	  width:100%;
	  height:auto;
	  text-align:center;
	  margin-bottom:20px;
  }
  #dl-wrapper .dl-txt2 {
	width:100%;
	height:auto;
	text-align:center;
  }
  #dl-wrapper .dl-txt2 img {
	width: 25%;
  }
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#000;
	  margin:20px 0 5px;
	  font-size: 1.1em;
	  font-weight: bold;
	  font-feature-settings:"palt";

  }
  #dl-wrapper .dl-txt1 span {
	display: inline-block;
	position: relative;
	z-index: 2;
  }
  
  #dl-wrapper .dl-txt1 a {
	  color:#000;
  }
  
  #dl-wrapper .dl-txt1 img {
	  width:30%;
  }
  
  #dl-wrapper .sikiri {
	  width:100%;
	  height:auto;
	  padding:40px 0 20px;
	  text-align:center;
  }
  
  #dl-wrapper .sikiri img {
	  width:10%;
  }
  
  
  #dl-wrapper .dl-uline {
	  display:inline-block;
	  width:70%;
	  margin:20px 0 30px;
  }
  
  #dl-wrapper .dl-uline img {
	  width:100%;
	  height:60px;
  }
  .dl-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 10vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }  
  .dl-wrap .img-box {
	  width:30%;
	  height:auto;
	  padding:0 1%;
	  margin:50px 1%;
	  box-sizing: border-box;
	  color:#296876;
	  text-align: center;
	  font-size: 0.9em;
	  font-weight: bold;
	  font-feature-settings: "palt";

  }  
  .img-box img {
	  width:90%;
  }
  .dl-wrap .img-box span {
	display: inline-block;
	font-size: 0.7em;
	line-height: 1.3em;
  }


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