html{
  height:100%; 
}

body { 
	margin: 0; 
	padding:0;
	font-family: 'Yu Gothic UI','TsukuBRdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	width:100%; 
	height:100%;
	overflow-x:hidden;
	background-color: #000;
}
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;
}
.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;
	}
}
.fadeOutZero {
	animation: fadeOut 0s forwards;
}

@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: 610px) {
	br.sponly2 {display:inline;}
}




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

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0s;
    transition-duration: 1s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.2s;
    transition-duration: 1.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	display: grid;
    place-items: center;
}
#loader {
	width:30%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:auto;
	animation: load1 3s ease infinite;
}
#loader #load2 {
	width:100%;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: load2 3s ease infinite;
}
@keyframes load1 {
	0% {opacity: 0;}
	20% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes load2 {
	0% {opacity: 0;}
	20% {opacity: 0;}
	40% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}




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

}


/* ========================================
ヘッダー
========================================== */
.navigation {
	display: block;
	position: absolute;
	left: 5px;
	top: 0px ;
	width: 100%;
	height: 100%;
}  
.global-nav {
	position: fixed;
	left: -40%;
	width: 40%;
	height: 100%;
	min-height: 100%;
	padding-top: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 200000;
	display: flex;
	align-items: center;
	transition: all .6s;
}
.global-nav .global-nav-inner {
	width: 100%;
	height: auto;
	position: relative;
}
.global-nav .global-nav-inner #menu-logo {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	text-align: center;
}
.global-nav .global-nav-inner #menu-logo img {
	width: 40%;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
}  
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0.2vw 0px;
}
.global-nav__item a {
	display: block;
	padding: 0;
	text-decoration: none;	
	color: #fff;
	transition: all .6s;
	letter-spacing: 1px;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2.0vw;
	color: #fff;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.global-nav__item a .en:hover {
	animation: flash 1.5s;
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 60px;
	height: 4px;
	background-color: #efe908 !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 60px;
	left: 10px;
	font-weight:bold;
	color:#efe908;
	font-size:1.1em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 1vw 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 8%;
	margin: 0 2%;
	text-align: center;
	font-size: 3rem;
}
.global-nav ul.nav-sns li a {
	color:#e25289;
}
.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: 32px;
  }
  .hamburger__line--3 {
	top: 52px;
  }
  .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 {
	left: 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) {
.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;
	background-color: #000;
	transition: all .6s;
	z-index: 200;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__list {
	margin: 10px 0 10px;
  }
  .global-nav__item {
	margin: 20px 0;
  }
  .global-nav__item a {
	display: block;
	padding: 1px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:2.0rem;
	line-height: 2.0rem;
	letter-spacing: 1.5px;
}
.global-nav ul.nav-sns li {
	width: 6%;
	margin: 0 2%;
	text-align: center;
	font-size: 3rem;
}

  
	/* 表示された時用の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 .global-nav-inner #menu-logo {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}
	.global-nav .global-nav-inner #menu-logo img {
		width: 60%;
	}
	.global-nav__item {
		margin: 7px 0 !important;
	}
	.global-nav__item a {
		display: block;
		padding: 1px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:1.9rem;
		line-height: 3rem;
		letter-spacing: 0.7px;
	}
	.global-nav ul.nav-sns li {
		width: 12%;
		margin: 0 2%;
		text-align: center;
		font-size: 2.5rem;
	}

	
	
}




/* ========================================
劇場バナー
========================================== */
#top__theater {
	display: block;
	width: 8%;
	height: auto;
	position: fixed;
	bottom: 2%;
	right: 1%;
	z-index: 4;
	opacity: 0;
}
#top__theater #top__theater-bg {
	width: 100%;
	height: auto;
	transform-origin: left bottom;
}
#top__theater #top__theater-txt {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#top__theater:hover #top__theater-bg {
	animation: beer-case 0.5s linear 0s forwards;
}
@keyframes beer-case {
	0% {transform: rotate(0deg);}
	10% {transform: rotate(-5deg);}
	15% {transform: rotate(5deg);}
	20% {transform: rotate(0deg);}
	60% {transform: rotate(0deg);}
	65% {transform: rotate(-10deg);}
	70% {transform: rotate(10deg);}
	75% {transform: rotate(0deg);}
	100% {transform: rotate(0deg);}
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
#top__theater {
	display: block;
	width: 25%;
	height: auto;
	position: fixed;
	bottom: 1%;
	right: 1%;
	z-index: 4;
	opacity: 0;
}


}

/* ========================================
トップ
========================================== */
#top {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
}
#top #top__bg {
	width: 100%;
	height: auto;
	pointer-events: none;
}
#top #top__bg img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
#top #top__shita {
	width: 100%;
	height: 50%;
	position: absolute;
	background: url(../img/FU-top-shibukinashi-pc.jpg) no-repeat;
	background-size: 100% auto;
	bottom: 0;
	left: 0;
	z-index: 3;
}
#top #fish {
	width: 3%;
	height: auto;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%) rotate(0deg);
	transition: transform 1.0s ease;
	pointer-events: none;
	z-index: 2;
}
#top #splash {
	width: 100%;
	height: 50%;
	position: absolute;
	background: url(../img/FU-top-shibuki-pc.jpg) no-repeat;
	background-size: 100% auto;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
	z-index: 3;
}
#top #splash img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
#top #top__tate {
	width: 2.6%;
	height: auto;
	position: absolute;
	top: 2%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	z-index: 4;
}
#top #top__director {
	width: 16%;
	height: auto;
	position: absolute;
	top: 53%;
	left: 42%;
	opacity: 0;
	pointer-events: none;
	z-index: 4;
}
#top #top__title {
	width: 40%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 58%;
	left: 30%;
	opacity: 0;
	pointer-events: none;
	z-index: 4;
}
#top #top__bb {
	width: 34%;
	height: auto;
	position: absolute;
	top: 79%;
	left: 33%;
	opacity: 0;
	pointer-events: none;
	z-index: 4;
}
#top #top__yoko {
	width: 58%;
	height: auto;
	position: absolute;
	top: 89%;
	left: 21%;
	opacity: 0;
	pointer-events: none;
	z-index: 4;
}
.top__tate {
	animation: fadeIn 1.5s ease 2.5s forwards;
}
.top-last-anime {
	animation: fadeIn 1.5s ease 3.6s forwards;
}

#top #top__date {
	display: none;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#top #top__bg img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	#top #top__shita {
		width: 100%;
		height: 50%;
		position: absolute;
		background: url(../img/FU-top-shibukinashi-sp.jpg) no-repeat;
		background-size: 100% auto;
		bottom: 0;
		left: 0;
		z-index: 3;
	}
	#top #splash {
		width: 100%;
		height: 50%;
		position: absolute;
		background: url(../img/FU-top-shibuki-sp.jpg) no-repeat;
		background-size: 100% auto;
		bottom: 0;
		left: 0;
		opacity: 0;
		transition: opacity 0.4s ease;
		pointer-events: none;
		z-index: 3;
	}
	#top #fish {
		width: 8%;
		height: auto;
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translateX(-50%) rotate(0deg);
		transition: transform 1.0s ease;
		pointer-events: none;
	}
	#top #top__tate {
		width: 7.5%;
		height: auto;
		position: absolute;
		top: 5%;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0;
	}
	#top #top__director {
		width: 36%;
		height: auto;
		position: absolute;
		top: 53%;
		left: 32%;
		opacity: 0;
		pointer-events: none;
	}
	#top #top__title {
		width: 90%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 58%;
		left: 5%;
		opacity: 0;
		pointer-events: none;
	}
	#top #top__bb {
		width: 92%;
		height: auto;
		position: absolute;
		top: 71%;
		left: 4%;
		opacity: 0;
		pointer-events: none;
	}
	#top #top__yoko {
		width: 98%;
		height: auto;
		position: absolute;
		top: 80%;
		left: 1%;
		opacity: 0;
		pointer-events: none;
	}
	#top #top__date {
		display: block !important;
		width: 86%;
		height: auto;
		position: absolute;
		bottom: 2%;
		left: 7%;
		opacity: 0;
		pointer-events: none;
		z-index: 4;
	}

}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 3vw 0;
	background-color: #000;
}
#bridge #date-pc {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #date-pc img {
	width: 50%;
}
#bridge #mubi {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #mubi #mvtk-widgets-container {
	display: inline-block;
}
#bridge #filma-rank {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #filma-rank img {
	width: 17%;
}
#bridge #bridge__x {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #bridge__x img {
	width: 4%;
}
#bridge #bridge__x a:hover {
	animation: flash 1.5s;
}
#bridge #button-area-sp {
	display: none;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 8vw 0;
		background-color: #000;
	}
	#bridge #date-pc {
		display: none;
	}
	#bridge #filma-rank {
		width: 100%;
		height: auto;
		margin: 2vw 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #filma-rank img {
		width: 60%;
	}

	#bridge #bridge__x {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #bridge__x img {
		width: 12%;
	}
	#bridge #button-area-sp {
		display: block;
		opacity: 0;
	}


}

/* ========================================
ニュース
========================================== */
#news {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 10vw;
	position: relative;
	background-color: #000;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#news #news__bg {
	width: 20%;
	height: auto;
	margin: 0 1% 0 0;
	position: relative;
}
#news #news__bg #news__bg-img {
	width: 100%;
	height: auto;
}
#news #news__bg #news__bg-img img {
	width: 100%;
	height: auto;
	aspect-ratio: 433 / 467;
}
#news #news__bg h2 {
	width: 40%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate3d(0, -50%, 0);
}
#news #news__contents {
	width: 41%;
	height: auto;
	margin: 0 0 0 1%;
	position: relative;
}
#news #news__contents ul {
	width: 100%;
	height: auto;
	margin: -1.2vw 0 0;
	padding: 0;
	list-style-type: none;
}
#news #news__contents ul li {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#news #news__contents ul li .date {
	width: 15%;
	height: auto;
	margin: 0 1.5vw 0 0;
	color: #fff;
	font-size: 1.2vw;
	letter-spacing: 1.3px;
	font-weight: bold;
}
#news #news__contents ul li .headline {
	width: 78%;
	height: auto;
	margin: 0;
	color: #fff;
	font-size: 1.2vw;
	line-height: 2vw;
	letter-spacing: 1.5px;
	font-weight: bold;
}
#news #news__contents ul li .headline a {
	color: #fff;
	font-size: 1.2vw;
	line-height: 2vw;
	letter-spacing: 1.5px;
	font-weight: bold;
}
#news #news__contents ul li .headline a:hover {
	animation: flash 1.5s;
}
#news #news__contents #news__seeall {
	display: block;
	width: 40%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #fff;
	padding: 0.5vw;
	text-align: center;
	position: absolute;
	bottom: 0%;
	left: calc(15% + 1.5vw);
	color: #fff;
	font-size: 1.3vw;
	letter-spacing: 1.5px;
	text-decoration: none;
	transition: 0.7s all;
}
#news #news__contents #news__seeall:hover {
	background-color: #fff;
	color: #000;
	transition: 0.7s all;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#news {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 10vw;
		position: relative;
		background-color: #000;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#news #news__bg {
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
	}
	#news #news__bg #news__bg-img img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 540;
	}
	#news #news__bg h2 {
		width: 30%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 35%;
		transform: translate3d(0, -50%, 0);
	}
	#news #news__contents {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin: 0;
		padding: 10vw 5vw;
		position: relative;
	}
	#news #news__contents ul {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#news #news__contents ul li {
		width: 100%;
		height: auto;
		margin: 7vw 0;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	#news #news__contents ul li .date {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		color: #fff;
		font-size: 1.1rem;
		letter-spacing: 1.3px;
		font-weight: bold;
	}
	#news #news__contents ul li .headline {
		width: 100%;
		height: auto;
		margin: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		font-weight: bold;
	}
	#news #news__contents ul li .headline a {
		color: #fff;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.5px;
		font-weight: bold;
	}
	#news #news__contents #news__seeall {
		display: block;
		width: 80%;
		height: auto;
		box-sizing: border-box;
		border: 1px solid #fff;
		padding: 2vw 0;
		margin: 10vw 10% 0;
		text-align: center;
		position: static;
		color: #fff;
		font-size: 1.3rem;
		letter-spacing: 1.5px;
		text-decoration: none;
		transition: 0.7s all;
	}

}


/* ========================================
予告編
========================================== */
#trailer {
	width: 100%;
	height: auto;
	padding: 10vw 0;
	background-color: #000;
	position: relative;
}
#trailer #movie {
	width: 70%;
	height: auto;
	margin: 0 15%;
}
#trailer #movie video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#trailer h2 {
	width: 20%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10%;
	left: 5%;
	z-index: 2;
	pointer-events: none;
}
#trailer #trailer-logo {
	width: 23%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 12%;
	right: 5%;
	z-index: 2;
	pointer-events: none;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#trailer {
		width: 100%;
		height: auto;
		padding: 10vw 0 30vw;
		background-color: #000;
		position: relative;
	}
	#trailer #movie {
		width: 90%;
		height: auto;
		margin: 0 5%;
	}
	#trailer h2 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		position: static;
		pointer-events: none;
		text-align: center;
	}
	#trailer h2 img {
		width: 40%;
	}
	#trailer #trailer-logo {
		width: 100%;
		height: auto;
		margin: 5vw 0 0;
		padding: 0;
		position: static;
		text-align: center;
	}
	#trailer #trailer-logo img {
		width: 50%;
	}


}


/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 11000;
}
.movie-bg {
	background:#000;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 0.96;
}
.movie__content {
    width: 65%;
	height: auto;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.movie__content .video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
} 
.movie__content .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie__content ul#movie-changer {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.movie__content .movie-btn {
	width: 30%;
	height: auto;
	margin: 0 0.5%;
	padding: 5px 0;
	text-align: center;
	background-color: #fff;
	border: 1px solid #fff;
	color: #0672A2;
	font-size: 0.9vw;
}
.movie__content .activee {
	background: #0672A2;
	border: 1px solid #0672A2;
	color: #fff;
}
.movie__content .movie-btn i {
	display: none;
}
.movie__content .activee i {
	display: inline;
}
.movie-btn:hover {
	background: #0672A2;
	border: 1px solid #0672A2;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}
.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) {
	.movie__content {
		width: 100%;
		height: auto;
		padding: 1% 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.batsu {
		width: 10%;
		height: auto;
		position: fixed;
		top: 3%;
		right: 3%;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	ul#movie-changer {
		margin: 30px 0 0;
	}

}


/* ========================================
イントロダクション
========================================== */
#intro-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -40;
	transition: 1.0s all;
	pointer-events: none;
}
#intro-bg-left {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -35;
	transition: 1.0s ease-out all 0.7s;
	pointer-events: none;
}
#intro-bg-right {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -34;
	transition: 1.0s ease-out all 0.7s;
	pointer-events: none;
}
#intro-bgs {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -39;
	opacity: 0;
	transition: 0.6s all 1.0s;
	pointer-events: none;
}
#intro-bgs #intro-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
}
#intro-bgs #intro-bg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	animation: intro-bg3 10s ease infinite;
}
#intro-bgs #intro-bg4 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	animation: intro-bg4 10s ease infinite;
}
@keyframes intro-bg3 {
	0% {opacity: 0;}
	28% {opacity: 0;}
	33% {opacity: 1;}
	61% {opacity: 1;}
	66% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes intro-bg4 {
	0% {opacity: 0;}
	61% {opacity: 0;}
	66% {opacity: 1;}
	95% {opacity: 1;}
	100% {opacity: 0;}
}
#intro {
	width: 100%;
	height: auto;
	padding: 15vw 0 40vw;
	position: relative;
	z-index: -38;
	overflow: hidden;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	padding: 15vw 0 0;
	text-align: center;
}
#intro h2 img {
	width: 25%;
}
#intro #intro__lead1 {
	width: 70%;
	height: auto;
	margin: 0 0 0 15%;
	position: relative;
}
#intro #intro__lead2 {
	width: 70%;
	height: auto;
	margin: -1vw 0 0 25%;
	position: relative;
}
#intro .intro__lead .intro-lead-bg {
	width: 100%;
	height: auto;
	clip-path: inset(0 100% 0 0);
}
#intro .intro__lead .intro__lead-txt {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
@keyframes intro__lead-txt {
	0% {opacity: 0;transform: scale(7);}
	2% {opacity: 1;}
	100% {opacity: 1;transform: scale(1);}
}
.intro__lead-txt-anime {
	animation: intro__lead-txt 0.17s ease-in forwards;
}
@keyframes hake {
	0% {clip-path: inset(0 100% 0 0);}
	100% {clip-path: inset(0 0 0 0);}
}
.hake-anime {
	animation: hake 0.5s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}
#intro #intro__lead1 .intro-lead-bg img ,
#intro #intro__lead1 .intro-lead-txt img {
	width: 100%;
	height: auto;
	aspect-ratio: 1608 / 248;
}
#intro #intro__lead2 .intro-lead-bg img ,
#intro #intro__lead2 .intro-lead-txt img {
	width: 100%;
	height: auto;
	aspect-ratio: 1488 / 196;
}
#intro #intro__lead3 {
	width: 40%;
	height: auto;
	margin: 5vw 30% 10vw;
	opacity: 0;
}
#intro #intro__lead3 img {
	width: 100%;
	height: auto;
	aspect-ratio: 947 / 78;
}
#intro p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.3px;
	opacity: 0;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bg1 {
		height: 110%;
		min-height: 110%;
	}
	#intro-bg-left {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background-repeat:  no-repeat;
		background-size: 60% auto;
		background-position: left bottom;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -35;
		transition: 1.0s ease-out all 0.7s;
		pointer-events: none;
	}
	#intro-bg-right {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background-repeat:  no-repeat;
		background-size: 67% auto;
		background-position: right bottom;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -34;
		transition: 1.0s ease-out all 0.7s;
		pointer-events: none;
	}
	#intro-bgs {
		height: 110%;
		min-height: 110%;
	}
	#intro {
		width: 100%;
		height: auto;
		padding: 50vw 0 100vw;
		position: relative;
		z-index: -38;
		overflow: hidden;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 40vw;
		padding: 30vw 0 0;
		text-align: center;
	}
	#intro h2 img {
		width: 60%;
	}
	#intro #intro__lead1 {
		width: 70%;
		height: auto;
		margin: 0 0 0 15%;
		position: relative;
	}
	#intro #intro__lead2 {
		width: 70%;
		height: auto;
		margin: 15vw 0 0 15%;
		position: relative;
	}
	#intro .intro__lead .intro-lead-bg {
		width: 100%;
		height: auto;
		clip-path: inset(0 100% 0 0);
	}
	#intro .intro__lead .intro__lead-txt {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	@keyframes intro__lead-txt {
		0% {opacity: 0;transform: scale(7);}
		2% {opacity: 1;}
		100% {opacity: 1;transform: scale(1);}
	}
	.intro__lead-txt-anime {
		animation: intro__lead-txt 0.17s ease-in forwards;
	}
	@keyframes hake {
		0% {clip-path: inset(0 100% 0 0);}
		100% {clip-path: inset(0 0 0 0);}
	}
	.hake-anime {
		animation: hake 0.5s cubic-bezier(0.7, 0, 0.84, 0) forwards;
	}
	#intro #intro__lead1 .intro-lead-bg img ,
	#intro #intro__lead1 .intro-lead-txt img {
		width: 100%;
		height: auto;
		aspect-ratio: 1137 / 446;
	}
	#intro #intro__lead2 .intro-lead-bg img ,
	#intro #intro__lead2 .intro-lead-txt img {
		width: 100%;
		height: auto;
		aspect-ratio: 1137 / 446;
	}
	#intro #intro__lead3 {
		width: 70%;
		height: auto;
		margin: 10vw 15% 10vw;
		opacity: 0;
	}
	#intro #intro__lead3 img {
		width: 100%;
		height: auto;
		aspect-ratio: 1048 / 238;
	}
	#intro p {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.3px;
		opacity: 0;
	}
}


/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#intro {
		width: 100%;
		height: auto;
		padding: 50vw 0 180vw;
		position: relative;
		z-index: -38;
		overflow: hidden;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 40vw;
		padding: 50vw 0 0;
		text-align: center;
	}
	#intro h2 img {
		width: 90%;
	}
	#intro #intro__lead1 {
		width: 90%;
		height: auto;
		margin: 0 0 0 5%;
		position: relative;
	}
	#intro #intro__lead2 {
		width: 90%;
		height: auto;
		margin: 15vw 0 0 5%;
		position: relative;
	}
	#intro #intro__lead3 {
		width: 90%;
		height: auto;
		margin: 15vw 5% 10vw;
		opacity: 0;
	}
	#intro #intro__lead3 img {
		width: 100%;
		height: auto;
		aspect-ratio: 1048 / 238;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.3px;
		opacity: 0;
	}
}

/* ========================================
スライダー
========================================== */
#slider-area {
	width: 100%;
	height: auto;
	padding: 8vw 0;
	position: relative;
	background-color: #f48e23;
	overflow: hidden;
}
#slider-area #slider-blueBG {
	width: 100%;
	height: 100%;
	background-color: #1e7194;
	position: absolute;
	top: 0;
	left: 0;
	animation: slider-blueBG 8.0s ease infinite;
}
@keyframes slider-blueBG {
	0% {opacity: 0;}
	30% {opacity: 0;}
	50% {opacity: 1;}
	80% {opacity: 1;}
	100% {opacity: 0;}
}
#slider-area .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#slider-area .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider-area #slider1 .top-slide {
	animation: loop-slide-rev 90s infinite linear 0s both;
}
#slider-area #slider2 .top-slide {
	animation: loop-slide 90s infinite linear 0s both;
}
#slider-area .top-slide-wrap .top-slide .content {
	width: 40vw;
	height: auto;
	margin: 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-logo {
	width: 22%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 39%;
	transform: translate3d(0, -50%, 0);
	z-index: 3;
}
.pcslide {
	display: block;
}
#slider-area #slider3 {
	display: none;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#slider-area #slider3 {
		display: flex;
	}
	#slider-area #slider1 .top-slide ,
	#slider-area #slider3 .top-slide {
		animation: loop-slide-rev 50s infinite linear 0s both;
	}
	#slider-area #slider2 .top-slide {
		animation: loop-slide 50s infinite linear 0s both;
	}
	#slider-area .top-slide-wrap .top-slide .content {
		width: 70vw;
		height: auto;
		margin: 0;
	}
	#slider-area #slider-logo {
		width: 50%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 25%;
		transform: translate3d(0, -50%, 0);
		z-index: 3;
	}
	.pcslide {
		display: none;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#slider-area {
		width: 100%;
		height: auto;
		padding: 25vw 0;
		position: relative;
		background-color: #f48e23;
	}
	#slider-area #slider1 .top-slide ,
	#slider-area #slider3 .top-slide {
		animation: loop-slide-rev 40s infinite linear 0s both;
	}
	#slider-area #slider2 .top-slide {
		animation: loop-slide 40s infinite linear 0s both;
	}
	#slider-area .top-slide-wrap .top-slide .content {
		width: 100vw;
		height: auto;
		margin: 0;
	}
	#slider-area #slider-logo {
		width: 70%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 15%;
		transform: translate3d(0, -50%, 0);
		z-index: 3;
	}


}

/* ========================================
ストーリー
========================================== */
#intro-bg-kakushi-for-sp {display: none;}
#story-bg0 {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -31;
	opacity: 0;
	pointer-events: none;
}
#story-bg1 {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -29;
	opacity: 0;
	pointer-events: none;
}
#story-head-pc {
	width: 14%;
	height: auto;
	position: fixed;
	top: 15%;
	left: 43%;
	z-index: -28;
	opacity: 0;
	pointer-events: none;
}
#story {
	width: 30%;
	height: auto;
	padding: 30vw 35%;
	position: relative;
	z-index: -30;
}
#story #story__catch {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
}
#story p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.3px;
}
#story #story__sphead {
	display: none;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bg-kakushi-for-sp {
		display: block;
		width: 100%;
		height: 110%;
		min-height: 110%;
		background-color: #1e7194;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -33;
		pointer-events: none;
		opacity: 0;
	}
	#story-bg0 ,
	#story-bg1 ,
	#story-head-pc {
		display: none;
	}
	#story {
		width: 100%;
		height: auto;
		padding: 0 0 20vw;
		margin-bottom: -10vw;
		background-color: #000;
		position: relative;
		z-index: -30;
		overflow: hidden;
	}
	#story #story__sphead {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
	}
	#story #story__sphead .waku {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 4;
	}
	#story #story__sphead .title {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	#story #story__sphead .title img {
		width: 30%;
		height: auto;
		position: absolute;
		top: 55%;
		left: 35%;
	}
	#story #story__sphead #story__images {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		opacity: 0;
	}
	#story #story__sphead #story__images #st-img1 {
		width: 90%;
		height: auto;
		position: absolute;
		top: 4%;
		left: 8%;
	}
	#story #story__sphead #story__images #st-img2 {
		width: 90%;
		height: auto;
		position: absolute;
		top: 4%;
		left: 8%;
		animation: slider-blueBG 8s ease infinite;
	}
	#story #story__catch {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 10vw 0 0;
		text-align: center;
	}
	#story #story__catch img {
		width: 60%;
	}
	#story p {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.3px;
	}
}


/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#story {
		width: 100%;
		height: auto;
		padding: 0 0 30vw;
		margin-bottom: -10vw;
		background-color: #000;
		position: relative;
		z-index: -30;
		overflow: hidden;
	}
	#story #story__catch {
		width: 100%;
		height: auto;
		margin: 0 0 15vw;
		padding: 15vw 0 0;
		text-align: center;
	}
	#story #story__catch img {
		width: 90%;
	}
	#story p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.3px;
	}

}


/* ========================================
キャスト
========================================== */
#cast-bg0 {
	width: 103%;
	height: 103%;
	min-height: 103%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -25;
	filter: blur(8px);
	clip-path: inset(100% 0 0 0);
	transition: 1.0s filter;
	pointer-events: none;
}
#cast-bg1 {
	width: 103%;
	height: 103%;
	min-height: 103%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -24;
	opacity: 0;
	transition: 1.0s opacity;
	pointer-events: none;
}
#cast-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -23;
	filter: brightness(55%);
	clip-path: inset(100% 0 0 0);
	pointer-events: none;
}
#cast-bg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -22;
	opacity: 0;
	transition: 1.0s opacity;
	pointer-events: none;
}
#cast {
	width: 100%;
	height: auto;
	padding: 20vw 0;
}
#cast #cast-bg1-sp-scroll ,
#cast #cast-bg2-sp-scroll {
	display: none;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	padding: 10vw 0 0;
	text-align: center;
}
#cast h2 img {
	width: 12%;
	height: auto;
}
#cast .cast-contents {
	width: 47%;
	height: auto;
	box-sizing: border-box;
	padding: 3vw;
}
#cast .com-bg {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 3vw !important;
}
#cast .cast1 {
	margin: 0 0 3vw 5%;
}
#cast .cast2 {
	margin: 0 0 3vw 50%;
	padding-top: 30vw;
}
#cast .cast-contents .cast-name-area {
	width: 50%;
	height: auto;
	margin: 0 30% 2vw 20%;
	position: relative;
}
#cast .cast-contents .cast-name-area .name {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#cast .cast-contents .cast-name-area .knife {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: translate3d(50%, -200%, 0);
}
@keyframes knife {
	0% {opacity: 0;transform: translate3d(50%, -200%, 0);}
	100% {opacity: 1;transform: translate3d(0, 0, 0);}
}
.knife-anime {
	animation: knife 0.1s ease-in forwards;
}
#cast .cast-contents p {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.5px;
}
#cast .cast-contents .prof-head {
	width: 100%;
	height: auto;
	margin: 4vw 0 1vw;
	text-align: center;
}
#cast .cast-contents .prof-head img {
	width: 20%;
}
#cast .cast-contents .com-head {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	text-align: center;
}
#cast .cast-contents .com-head img {
	width: 26%;
}
#cast .cast-spacer {
	width: 100%;
	height: 20vw;
}
#cast #cast1-bg-sp ,
#cast #cast1-bg2-sp ,
#cast #cast2-bgs-sp {
	display: none;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast-bg0 ,
	#cast-bg1 ,
	#cast-bg2 ,
	#cast-bg3 {
		display: none;
	}
	#cast {
		width: 100%;
		height: auto;
		padding: 0;
		overflow: hidden;
		position: relative;
	}
	#cast #cast1-bg-sp {
		display: block;
		width: 100%;
		height: auto;
		filter: blur(8px);
		transition: 1.0s all;
	}
	#cast #cast1-bg2-sp {
		display: block;
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: 1.0s all 1.0s;
	}
	#cast #cast2-bgs-sp {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
	}
	#cast #cast2-bgs-sp #cast2-bg-sp {
		width: 100%;
		height: auto;
	}
	#cast #cast2-bgs-sp #cast2-bg2-sp {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: 1.0s all;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		top: 10vw;
	}
	#cast h2 img {
		width: 30%;
		height: auto;
	}
	#cast .cast-contents {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 0;
		position: relative;
	}
	#cast .com-bg {
		background-color: #1e7194;
		padding: 0 0 15vw !important;
	}
	#cast .cast1 {
		margin: 0;
		top: -40vw;
	}
	#cast .cast2 {
		margin: 0;
		padding: 0;
		top: -60vw;
	}
	#cast .cast-contents .cast-name-area {
		width: 92%;
		height: auto;
		margin: 0 8% 15vw 0%;
		position: relative;
	}
	#cast .cast-contents p {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 5vw;
		margin: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.2px;
		background-color: #1e7194;
	}
	#cast .cast-contents .prof-head {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0 1vw;
		text-align: center;
		background-color: #1e7194;
	}
	#cast .cast-contents .prof-head img {
		width: 33%;
	}
	#cast .cast-contents .com-head {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0 5vw;
		text-align: center;
		background-color: #1e7194;
	}
	#cast .cast-contents .com-head img {
		width: 40%;
	}
	#cast .com-bg p {
		background-color: #fff;
		color: #000;
	}
	#cast .cast-spacer {
		display: none;
	}

}



/* ========================================
キャストその2
========================================== */
#cast-pt2 {
	width: 100%;
	height: auto;
	padding: 10vw 0;
	background-color: #1e7194;
}
#cast-pt2 .cast-unit {
	width: 92%;
	height: auto;
	margin: 0 4% 9vw;
	display: flex;
	justify-content: center;
}
#cast-pt2 .cast-unit .role {
	width: 30%;
	height: auto;
	margin: 0 1%;
	opacity: 0;
}
#cast-pt2 .cast-unit .role .name-area {
	width: 60%;
	height: auto;
	margin: 0 20% 1.0vw 20%;
	position: relative;
}
#cast-pt2 #o-cast2 .role .name-area {
	width: 60%;
	height: auto;
	margin: 0 25% 1.0vw 15%;
	position: relative;
}
#cast-pt2 #o-cast3 .role .name-area {
	width: 60%;
	height: auto;
	margin: 0 30% 1.0vw 10%;
	position: relative;
}
#cast-pt2 .cast-unit .role .name-area .name {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#cast-pt2 .cast-unit .role .name-area .knife2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#cast-pt2 .cast-unit .role p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.0vw;
	line-height: 1.7vw;
	letter-spacing: 1.2px;
}
#cast-pt2 .cast-unit .photo {
	width: 30%;
	height: auto;
	margin: 0 1%;
	position: relative;
	z-index: 2;
	filter: grayscale(100%);
}
#cast-pt2 .cast-unit .photo img {
	width: 100%;
	height: auto;
	aspect-ratio: 750 / 370;
}
#cast-pt2 .cast-unit .prof {
	width: 30%;
	height: auto;
	margin: 0 1%;
	opacity: 0;
}
#cast-pt2 .cast-unit .prof .prof-head {
	width: 100%;
	height: auto;
	margin: 0 0 1.0vw;
}
#cast-pt2 .cast-unit .prof .prof-head img {
	width: 30%;
}
#cast-pt2 .cast-unit .prof p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.0vw;
	line-height: 1.7vw;
	letter-spacing: 1.2px;
}
@keyframes role {
	0% {opacity: 0;transform: translate3d(100%, 0, 0);}
	100% {opacity: 1;transform: translate3d(0, 0, 0);}
}
.role-anime {
	animation: role 0.8s ease forwards;
}
@keyframes prof {
	0% {opacity: 0;transform: translate3d(-100%, 0, 0);}
	100% {opacity: 1;transform: translate3d(0, 0, 0);}
}
.prof-anime {
	animation: prof 0.8s ease forwards;
}
@keyframes graytocolor {
	0% {filter: grayscale(100%);}
	100% {filter: grayscale(0%);}
}
.graytocolor {
	animation: graytocolor 1.0s ease forwards;
}
.knife-anime2 {
	animation: knife 0.1s ease-in 0.8s forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast-pt2 {
		width: 100%;
		height: auto;
		padding: 0 0 20vw;
		background-color: #1e7194;
		overflow-x: hidden;
	}
	#cast-pt2 .cast-unit {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#cast-pt2 .cast-unit .role {
		width: 100%;
		height: auto;
		margin: -13vw 0 0;
		opacity: 0;
		order: 2;
		position: relative;
		z-index: 3;
	}
	#cast-pt2 .cast-unit .role .name-area {
		width: 90%;
		height: auto;
		margin: 0 5% 5vw;
		position: relative;
	}
	#cast-pt2 #o-cast2 .role .name-area {
		width: 90%;
		height: auto;
		margin: 0 0 5vw;
		position: relative;
	}
	#cast-pt2 #o-cast3 .role .name-area {
		width: 90%;
		height: auto;
		margin: 0 0 5vw;
		position: relative;
		left: -8%;
	}
	#cast-pt2 .cast-unit .role p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1.0rem;
		line-height: 1.7rem;
		letter-spacing: 1.2px;
	}
	#cast-pt2 .cast-unit .photo {
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
		z-index: 2;
		filter: grayscale(100%);
		order: 1;
	}
	#cast-pt2 .cast-unit .photo img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 1500;
	}
	#cast-pt2 .cast-unit .prof {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0;
		opacity: 0;
		order: 3;
		position: relative;
	}
	#cast-pt2 .cast-unit .prof .prof-head {
		width: 100%;
		height: auto;
		margin: 0 0 5.0vw;
		text-align: center;
	}
	#cast-pt2 .cast-unit .prof .prof-head img {
		width: 30%;
	}
	#cast-pt2 .cast-unit .prof p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1.0rem;
		line-height: 1.7rem;
		letter-spacing: 1.2px;
	}
	@keyframes role {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	.role-anime {
		animation: role 0.8s ease forwards;
	}
	@keyframes prof {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	.prof-anime {
		animation: prof 0.8s ease forwards;
	}
	@keyframes graytocolor {
		0% {filter: grayscale(100%);}
		100% {filter: grayscale(0%);}
	}
	.graytocolor {
		animation: graytocolor 1.0s ease forwards;
	}
	.knife-anime2 {
		animation: knife 0.1s ease-in 0.8s forwards;
	}



}



/* ========================================
スタッフ
========================================== */
#staff-bg0 {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -20;
	opacity: 0;
	pointer-events: none;
}
#staff-bg1 {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -19;
	opacity: 0;
	pointer-events: none;
}
@keyframes staff-bg1 {
	0% {opacity: 0;}
	30% {opacity: 0;}
	50% {opacity: 1;}
	80% {opacity: 1;}
	100% {opacity: 0;}
}
.staff-bg1 {
	animation: staff-bg1 8.0s ease infinite;
}
#staff-head {
	width: 12%;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 5%;
	left: 44%;
	z-index: -18;
	opacity: 0;
	pointer-events: none;
}
#staff-photo-pc {
	width: 35%;
	height: auto;
	position: fixed;
	top: 20%;
	left: 10%;
	z-index: -18;
	opacity: 0;
	pointer-events: none;
}
#staff-photo-pc #staff-photo-pc-img {
	width: 100%;
	filter: grayscale(100%);
}
#staff {
	width: 80%;
	height: auto;
	padding: 20vw 10% 10vw;
	position: relative;
	display: flex;
	justify-content: space-between;
}
#staff #staff-head-sp {
	display: none;
}
#staff #staff-photo {
	width: 43.75%;
	height: auto;
	margin: 0;
	padding: 70vw 0 0;
}
#staff #staff-photo #staff-photo-inner {
	width: 100%;
	height: auto;
	opacity: 0;
}
#staff #staff-photo #staff-photo-inner img {
	width: 100%;
	height: auto;
	aspect-ratio: 1024 / 758;
}
#staff #staff-contents {
	width: 50%;
	height: auto;
	margin: 0;
	padding: 20vw 0 0;
}
#staff #staff-contents h3 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
}
#staff #staff-contents h3 img {
	width: 35%;
}
#staff #staff-contents #dire-name {
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
}
#staff #staff-contents #dire-name img {
	width: 40%;
}
#staff #staff-contents p {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 3vw;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
}
#staff #staff-contents #dire-com {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 5vw 3vw;
	background-color: rgba(244, 244, 244, 0.9);
}
#staff #staff-contents #dire-com #dire-com-head {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#staff #staff-contents #dire-com #dire-com-head img {
	width: 40%;
}
#staff #staff-contents #dire-com p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
	background: none;
	font-weight: bold;
}
#action {
	width: 50%;
	height: auto;
	margin: 10vw 25% 15vw;
}
#action #ac-head {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
}
#action #ac-head img {
	width: 50%;
}
#action #ac-name {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
#action #ac-name img {
	width: 40%;
}
#action p {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 3vw;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#staff-head ,
	#staff-photo-pc {
		display: none;
	}
	#staff {
		width: 100%;
		height: auto;
		padding: 40vw 0 20vw;
		position: relative;
		display: block;
	}
	#staff #staff-head-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	#staff #staff-head-sp img {
		width: 30%;
	}
	#staff #staff-photo {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		filter: grayscale(100%);
	}
	#staff #staff-photo #staff-photo-inner {
		width: 100%;
		height: auto;
		opacity: 1;
	}
	#staff #staff-photo #staff-photo-inner img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 1035;
	}
	#staff #staff-contents {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20vw 0 0;
	}
	#staff #staff-contents h3 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
	}
	#staff #staff-contents h3 img {
		width: 40%;
	}
	#staff #staff-contents #dire-name {
		width: 100%;
		height: auto;
		margin: 0;
		text-align: center;
	}
	#staff #staff-contents #dire-name img {
		width: 60%;
	}
	#staff #staff-contents p {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 5vw;
		background-color: rgba(0, 0, 0, 0.9);
		color: #fff;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
	}
	#staff #staff-contents #dire-com {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin-top: 10vw;
		padding: 10vw 5vw;
		background-color: rgba(244, 244, 244, 0.7);
	}
	#staff #staff-contents #dire-com #dire-com-head {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}
	#staff #staff-contents #dire-com #dire-com-head img {
		width: 50%;
	}
	#staff #staff-contents #dire-com p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #000;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
		background: none;
		font-weight: bold;
	}
	#action {
		width: 100%;
		height: auto;
		margin: 10vw 0 15vw;
		padding-bottom: 20vw;
	}
	#action #ac-head {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
	}
	#action #ac-head img {
		width: 70%;
	}
	#action #ac-name {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#action #ac-name img {
		width: 70%;
	}
	#action p {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 5vw;
		background-color: rgba(0, 0, 0, 0.5);
		color: #fff;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
	}

}




/* ========================================
ミュージック
========================================== */
#music {
	width: 100%;
	height: auto;
	padding: 10vw 0;
	background-color: #e3884c;
	position: relative;
}
#music h2 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#music h2 img {
	width: 20%;
}
#music #artist-tiles {
	width: 30%;
	height: auto;
	margin: 0 35% 3vw;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	perspective: 2000px;
	transform-style: preserve-3d;
}
#music #artist-tiles .artist-tile {
	width: 25%;
	height: auto;
	margin: 0;
	opacity: 0;
	position: relative;
}
#music #artist-tiles #artist-full {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
}
@keyframes top-rotate {
	0% {transform: rotateY(-80deg);opacity: 0;}
	100% {transform: rotateY(0deg);opacity: 1;}
}
.artist1 {
	animation: top-rotate 0.4s linear 0s forwards;
}
.artist2 {
	animation: top-rotate 0.4s linear 0.2s forwards;
}
.artist3 {
	animation: top-rotate 0.4s linear 0.4s forwards;
}
.artist4 {
	animation: top-rotate 0.4s linear 0.6s forwards;
}
.artist-full {
	animation: fadeIn 0.01s linear 1.0s forwards;
}
#music #music-contents {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	margin: 0 20%;
	padding: 3vw 5vw 5vw;
	background-color: #fff;
}
#music #music-contents #music-contents-head {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
#music #music-contents #music-contents-head #jacket {
	width: 35%;
	height: auto;
	margin: 0 2%;
	opacity: 0;
}
#music #music-contents #music-contents-head #song-title {
	width: 35%;
	height: auto;
	margin: 0 2%;
	opacity: 0;
}
#music #music-contents p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.1vw;
	line-height: 1.8vw;
	letter-spacing: 1.2px;
	opacity: 0;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#music {
		width: 100%;
		height: auto;
		padding: 20vw 0;
		background-color: #e3884c;
		position: relative;
	}
	#music h2 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#music h2 img {
		width: 60%;
	}
	#music #artist-tiles {
		width: 90%;
		height: auto;
		margin: 0 5% 10vw;
		position: relative;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		perspective: 2000px;
		transform-style: preserve-3d;
	}
	#music #music-contents {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin: 0;
		padding: 10vw 5vw;
		background-color: #fff;
	}
	#music #music-contents #music-contents-head {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#music #music-contents #music-contents-head #jacket {
		width: 70%;
		height: auto;
		margin: 3vw 0;
		opacity: 0;
		order: 2;
	}
	#music #music-contents #music-contents-head #song-title {
		width: 75%;
		height: auto;
		margin: 3vw 0;
		opacity: 0;
		order: 1;
	}
	#music #music-contents p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #000;
		font-size: 1.1rem;
		line-height: 1.8rem;
		letter-spacing: 1.2px;
		opacity: 0;
	}

}


/* ========================================
アーカイブ
========================================== */
.archive-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	opacity: 0;
}
.archive-bg #black-bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: 1.0s all 1.0s;
	pointer-events: none;
}
.archive-bg #koremade {
	width: 50%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate3d(0, -50%, 0);
	z-index: 1;
	transition: 1.0s all 0.5s;
	pointer-events: none;
}
#green-bg {
	width: 100%;
	height: 100%;
	background-color: #1f7049;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -14;
	transition: 1.0s all;
	pointer-events: none;
	opacity: 0;
	transition: 1.0s all;
}
#orange-bg {
	width: 100%;
	height: 100%;
	background-color: #cd4e45;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -15;
	transition: 1.0s all;
	pointer-events: none;
	opacity: 0;
}
.archive-jk {
	width: 20%;
	height: auto;
	position: fixed;
	top: 20%;
	left: 15%;
	z-index: -13;
	pointer-events: none;
	opacity: 0;
}
.archive-jk #gr-jk {
	width: 100%;
	height: auto;
}
.archive-jk #or-jk {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	transition: 1.0s all;
}
#archive {
	width: 45%;
	height: auto;
	margin-left: 42%;
	padding: 80vw 0 20vw;
	position: relative;
	z-index: -11;
}
#archive .archive-unit {
	width: 100%;
	height: auto;
	margin: 0 0 30vw;
}
#archive .archive-unit h3 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0.5vw 0;
	background-color: #efe908;
	text-align: center;
	color: #000;
}
#archive .archive-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.0vw;
	letter-spacing: 1.2px;
}
#archive .archive-unit .name {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.0vw;
	letter-spacing: 1.2px;
	text-align: right;
}
#archive .archive-unit #or-jk-sp ,
#archive .archive-unit #gr-jk-sp {
	display: none;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.archive-bg #koremade {
		width: 94%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 3%;
		transform: translate3d(0, -50%, 0);
		z-index: 1;
		transition: 1.0s all 0.5s;
		pointer-events: none;
	}
	#green-bg {
		width: 100%;
		height: 100%;
		background-color: #1f7049;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -14;
		transition: 1.0s all;
		pointer-events: none;
		opacity: 0;
		transition: 1.0s all;
	}
	#orange-bg {
		width: 100%;
		height: 100%;
		background-color: #cd4e45;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -15;
		transition: 1.0s all;
		pointer-events: none;
		opacity: 0;
	}
	.archive-jk {
		display: none;
	}
	#archive {
		width: 100%;
		height: auto;
		margin-left: 0;
		padding: 150vw 0 20vw;
		position: relative;
		z-index: -11;
	}
	#archive .archive-unit {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
	}
	#archive .archive-unit h3 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0.5vw 0;
		background-color: #efe908;
		text-align: center;
		color: #000;
		font-size: 1.6rem;
	}
	#archive .archive-unit #or-jk-sp ,
	#archive .archive-unit #gr-jk-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}
	#archive .archive-unit #or-jk-sp img ,
	#archive .archive-unit #gr-jk-sp img {
		width: 30%;
		height: auto;
	}
	#archive .archive-unit p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.0rem;
		letter-spacing: 1.2px;
	}
	#archive .archive-unit .name {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.0rem;
		letter-spacing: 1.2px;
		text-align: right;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#archive {
		width: 100%;
		height: auto;
		margin-left: 0;
		padding: 250vw 0 20vw;
		position: relative;
		z-index: -11;
	}
	#archive .archive-unit #or-jk-sp img ,
	#archive .archive-unit #gr-jk-sp img {
		width: 60%;
		height: auto;
	}

}

/* ========================================
コメント
========================================== */
#com-bg1 {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -7;
	clip-path: inset(100% 0 0 0);
	pointer-events: none;
}
#com-bg2 {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -6;
	clip-path: inset(100% 0 0 0);
	pointer-events: none;
	animation: slider-blueBG 10s ease infinite;
}
#comment {
	width: 100%;
	height: auto;
	padding: 20vw 0;
}
#comment h2 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	text-align: center;
}
#comment h2 img {
	width: 18%;
}
#comment #keisho {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	text-align: center;
	color: #fff;
	font-size: 1rem;
}
#comment .com-unit {
	width: 40%;
	height: auto;
	margin: 0 30% 7vw;
}
#comment .com-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.3px;
}
#comment .com-unit .name {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #efe908;
	font-size: 1.4vw;
	letter-spacing: 1.5px;
	font-weight: bold;
	text-align: right;
}
#comment .com-unit .name span {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	letter-spacing: 1.5px;
	font-weight: normal;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#comment {
		width: 100%;
		height: auto;
		padding: 50vw 0 30vw;
	}
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		text-align: center;
	}
	#comment h2 img {
		width: 50%;
	}
	#comment #keisho {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		text-align: center;
		color: #fff;
		font-size: 1rem;
	}
	#comment .com-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 20vw;
	}
	#comment .com-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.3px;
	}
	#comment .com-unit .name {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #efe908;
		font-size: 1.4rem;
		letter-spacing: 1.5px;
		font-weight: bold;
		text-align: right;
	}
	#comment .com-unit .name span {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		letter-spacing: 1.5px;
		font-weight: normal;
	}
}



/* ========================================
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;
}
footer #foot-bg {
	width: 100%;
	height: auto;
	filter: brightness(100%) contrast(100%);
}
footer #foot-bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: normal;
	filter: brightness(100%);
	mix-blend-mode: hard-light;
	opacity: 0;
}
footer #foot-bg img ,
footer #foot-bg2 img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
footer #foot-logo {
	width: 42%;
	height: auto;
	position: absolute;
	top: 30%;
	right: 8%;
	opacity: 0;
}
footer #foot-bb {
	width: 36%;
	height: auto;
	position: absolute;
	top: 58%;
	right: 11%;
	opacity: 0;
}
footer #foot-date {
	width: 11%;
	height: auto;
	position: absolute;
	top: 72%;
	right: 23%;
	opacity: 0;
}
footer #foot__x {
	width: 4%;
	height: auto;
	position: absolute;
	top: 80%;
	right: 26.3%;
	opacity: 0;
}
footer #foot__x a:hover {
	animation: flash 1.5s;
}
footer #button-area {
	position: absolute;
	bottom: 0;
	opacity: 0;
}
@keyframes foot__bg {
	0% {filter: brightness(100%) contrast(100%);}
	100% {filter: brightness(250%) contrast(150%);}
}
.foot__bg {
	animation: foot__bg 0.2s linear 0.6s forwards;
}
@keyframes foot__bg2 {
	0% {transform: translate3d(5%, -5%, 0);opacity: 0;}
	20% {transform: translate3d(-5%, 5%, 0);opacity: 1;}
	60% {transform: translate3d(2%, 2%, 0);opacity: 0.2;}
	80% {transform: translate3d(-2%, -2%, 0);opacity: 1;}
	100% {transform: translate3d(0, 0, 0);opacity: 0.9;}
}
.foot__bg2 {
	animation: foot__bg2 0.2s linear 0.6s forwards;
}
.foot-last-anime {
	animation: fadeIn 1.2s ease 1.0s forwards;
}



@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position: relative;
	}
	footer #foot-bg2 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	@keyframes foot__bg2 {
		0% {transform: translate3d(5%, -5%, 0);opacity: 0;}
		20% {transform: translate3d(-5%, 5%, 0);opacity: 1;}
		60% {transform: translate3d(2%, 2%, 0);opacity: 0.2;}
		80% {transform: translate3d(-2%, -2%, 0);opacity: 1;}
		100% {transform: translate3d(0, 0, 0);opacity: 1;}
	}
	footer #foot-bg img ,
	footer #foot-bg2 img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	footer #foot-logo {
		width: 90%;
		height: auto;
		position: absolute;
		top: 62%;
		right: 5%;
		opacity: 0;
	}
	footer #foot-bb {
		width: 90%;
		height: auto;
		position: absolute;
		top: 78%;
		right: 5%;
		opacity: 0;
	}
	footer #foot-date {
		width: 30%;
		height: auto;
		position: absolute;
		top: 90%;
		right: 35%;
		opacity: 0;
	}
	footer #foot__x ,
	footer #button-area {
		display: none;
	}

}
@media (max-width: 510px) {

}



/* ========================================
ニュースページ
========================================== */
#newsbody .hamburger {
	opacity: 1;
}
#news-page-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	background-color: #000;
}
#news-page-bg #news-left-logo {
	width: 5%;
	height: auto;
	position: absolute;
	top: 1%;
	left: 5%;
}
#news-page-bg #news-right-logo {
	width: 5%;
	height: auto;
	position: absolute;
	bottom: 1%;
	right: 5%;
}
#news-page {
	width: 70%;
	height: auto;
	padding: 10vw 0;
	margin: 0 15%;
	position: relative;
	z-index: 10;
}
#news-page h1 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
}
#news-page h1 img {
	width: 20%;
}
#news-page .news-unit {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 5vw;
	margin: 0 0 5vw;
	border: 3px solid #D9D71D;
	background-color: #fff;
}
#news-page .news-unit h2 {
	width: 100%;
	height: auto;
	padding: 0 0 1vw;
	margin: 0 0 1vw;
	border-bottom: 3px solid #000;
	color: #000;
	font-size: 1.2vw;
	letter-spacing: 1.5px;
	text-align: center;
}
#news-page .news-unit .date {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	color: #000;
	font-size: 1.1vw;
	letter-spacing: 1.2px;
	text-align: left;
}
#news-page .news-unit .image1 ,
#news-page .news-unit .image2 {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	text-align: center;
}
#news-page .news-unit .image1 img {
	width: 60%;
}
#news-page .news-unit .image2 img {
	width: 100%;
}
#news-page .news-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	color: #000;
	font-size: 1.1vw;
	line-height: 1.8vw;
	letter-spacing: 1.2px;
	text-align: left;
}
#news-page .news-unit ul {
	width: 100%;
	height: auto;
}
#news-page .news-unit ul li {
	width: 100%;
	height: auto;
	color: #000;
	font-size: 1.1vw;
	line-height: 1.8vw;
	letter-spacing: 1.2px;
}
#news-page #tohome {
	width: 100%;
	height: auto;
	margin: 5vw 0 0;
	text-align: center;
}
#news-page #tohome img {
	width: 17%;
}
#news-page #tohome a:hover {
	animation: flash 1.5s;
}

@media (max-width: 1024px) {
	#news-page-bg #news-left-logo {
		width: 10%;
		height: auto;
		position: absolute;
		top: 1%;
		left: 1%;
	}
	#news-page-bg #news-right-logo {
		width: 10%;
		height: auto;
		position: absolute;
		bottom: 1%;
		right: 1%;
	}
	#news-page {
		width: 90%;
		height: auto;
		padding: 20vw 0;
		margin: 0 5%;
		position: relative;
		z-index: 10;
	}
	#news-page h1 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
	}
	#news-page h1 img {
		width: 40%;
	}
	#news-page .news-unit {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 5vw;
		margin: 0 0 20vw;
		border: 3px solid #D9D71D;
		background-color: #fff;
	}
	#news-page .news-unit h2 {
		width: 100%;
		height: auto;
		padding: 0 0 3vw;
		margin: 0 0 3vw;
		border-bottom: 3px solid #000;
		color: #000;
		font-size: 1.2rem;
		letter-spacing: 1.5px;
		text-align: center;
	}
	#news-page .news-unit .date {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		color: #000;
		font-size: 1.1rem;
		letter-spacing: 1.2px;
		text-align: left;
	}
	#news-page .news-unit .image1 ,
	#news-page .news-unit .image2 {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		text-align: center;
	}
	#news-page .news-unit .image1 img {
		width: 100%;
	}
	#news-page .news-unit .image2 img {
		width: 100%;
	}
	#news-page .news-unit ul {
		width: 95%;
		height: auto;
		padding-left: 10px;
	}
	#news-page .news-unit ul li {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		color: #000;
		font-size: 1.1rem;
		line-height: 1.8rem;
		letter-spacing: 1.2px;
	}
	#news-page .news-unit p {
		width: 100%;
		height: auto;
		margin: 0;
		color: #000;
		font-size: 1.1rem;
		line-height: 1.8rem;
		letter-spacing: 1.2px;
		text-align: left;
		word-break: break-all;
	}
	#news-page #tohome {
		width: 100%;
		height: auto;
		margin: 5vw 0 0;
		text-align: center;
	}
	#news-page #tohome img {
		width: 30%;
	}

}