html{
  height:100vh; 
}

body { margin: 0; padding:0;font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; width:100%; height:100vh;;overflow-x:hidden;
}
body > footer {
	position: sticky;
	top: 100vh;
}	

img {
    image-rendering: -webkit-optimize-contrast;
}
.clearfix{
  zoom:1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
.pcimg {display: inline;}
.spimg {display: none;}

@-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;
	}
}
@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(3);
	}
	to {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
	}
}
  


@media (max-width: 1024px) {
	.pcimg {display: none !important;}
	.spimg {display: inline;}

	br.sponly {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: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
    display: grid;
    place-items: center;
}
#loader {
	width:20%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
    display: grid;
    place-items: center;
	animation: anime1 4s ease-in-out 0s infinite;
}
#loader #load2 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	animation-name: anime1;
	animation-duration: 4s;
	animation-timing-function: ease;
	animation-delay:0;
	animation-iteration-count: infinite;
	animation-fill-mode:forwards;
    display: grid;
    place-items: center;
	position: absolute;
	top: 0;
	left: 0;
}
#loader #load1 img ,
#loader #load2 img {
	width:100%;
	height:auto;
}

@keyframes anime1 {
	0% {	opacity:0;	}
	30% {	opacity:0;	}
	50% {	opacity:1;	}
	80% {	opacity:1;	}
	100% {	opacity:0;	}
}

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

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

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


}


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

#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:8px 0 10px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #0A0405, transparent);
	background: linear-gradient(to bottom, #0A0405, transparent);
	z-index:1001;
	opacity: 0;
}
#pcheader ul#pcmenu {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type:none;
	display:flex;
	justify-content: center;
}
#pcheader ul#pcmenu li {
	width:auto;
	height:auto;
	margin:0 1.5%;
	padding:0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'News Cycle', sans-serif;
}
#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;
	vertical-align: middle;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:1.5vw;
	line-height:1.8vw;
	text-align: center;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}
#pcheader ul#pcmenu li a span.jp {
	display: block;
	width: 100%;
	font-size:1.5vw;
	line-height:2.2vw;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	color: #fff;
}

#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: 60px;
}  
  .global-nav {
	position: fixed;
	right: 0; /* これで隠れる */
	top: -2000px;
	width: 100%; /* スマホに収まるくらい */
	height: 100vh;
	min-height: 100%;
	padding-top: 10px;
	background-color: #fff;
	color:#000;
	transition: all .6s;
	z-index: 200000;
	overflow-y: auto;
  }
  .hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
  }
  
  .global-nav #menu-logo {
	width:40%;
	height:auto;
	margin:30px 30% 40px;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo img {
	width: 100%;
}
  .global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .global-nav__item {
	text-align: center;
	padding: 0.1vw 14px;
	font-family: 'News Cycle', sans-serif;
  }
  .global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;	
	color: #000;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	transition: all .6s;
  }  
  .global-nav__item a .en {
	width: 100%;
	font-size:2vw;
	font-family: 'Oswald', sans-serif;
}
	.global-nav__item a .jp {
		width: 100%;
		font-size:1vw;
}

  .hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #C8161D !important;
	transition: all .6s;
  }  
  .hamburger #menu {
	position: absolute;
	top: 44px;
	left: 7px;
	font-weight:bold;
	color:#C8161D;
	font-size:1.0em;
	font-family: 'News Cycle', sans-serif;
	font-style: normal;
	font-weight: 400;
  } 
  .global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 4%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#000;
}

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

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


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

.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	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: -5px;
	  font-weight:bold;
	  font-size:0.9em;
	  font-family: 'Libre Baskerville', serif;
	}
  
  .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: 100vh;
	min-height: 100%;
	padding-top: 40px;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__item a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:4vw;
	line-height: 6vw;
}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3vw;
	}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 0 2%;
	text-align: center;
}
.global-nav ul.nav-sns li a {
	font-size: 10vw;
}

  
	/* 表示された時用のCSS */
	.nav-open .global-nav {
	  top: 0;
	}
	.nav-open .black-bg {
	  opacity: .8;
	  visibility: visible;
	}
	.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 20px;
	
	}
	.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
	
	}
	.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 20px;
	
	}
  
  
  ul#nav-button {
	  display:none !important;
  }
  
}  


/* 以下タブレット・スマホ */
@media (max-width: 550px) {
	.global-nav__list {
		margin: 0 0 40px;
		padding: 0;
		list-style: none;
	  }
	
	.global-nav__item a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:6vw;
		line-height: 8vw;
		letter-spacing: 1px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.6vw;
	}
}





/* ========================================
トップメイン画像まわり
========================================== */

#topmain-sp { 
	display:none !important;
}
#topmain-pc {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
	background-color: #000;
	z-index: 3;
}
#topmain-pc #up0 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	opacity: 1;
}
#topmain-pc #up1 ,
#topmain-pc #up2 ,
#topmain-pc #up3 ,
#topmain-pc #up4 ,
#topmain-pc #up5 ,
#topmain-pc #up6 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#topmain-pc #uptxt {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}
#topmain-pc #title {
	width: 42%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	opacity: 0;
	position: absolute;
	top: 1%;
	right: 1%;
}
#topmain-pc #catch {
	width: 4.8%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	opacity: 0;
	position: absolute;
	top: 44%;
	left: 24%;
}
#topmain-pc #up0 img ,
#topmain-pc #up1 img ,
#topmain-pc #up2 img ,
#topmain-pc #up3 img ,
#topmain-pc #up4 img ,
#topmain-pc #up5 img ,
#topmain-pc #up6 img ,
#topmain-pc #uptxt img ,
#topmain-pc #title img ,
#topmain-pc #catch img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
#topmain-pc #theater-banners-pc {
	display: block;
	width: 26%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	bottom: 12%;
	right: 16%;
	opacity: 1;
}
#topmain-pc #theater-banners-pc li {
	width: 40%;
	margin: 5px 2%;
	text-align: center;
}
#topmain-pc #theater-banners-pc li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#topmain-pc #theater-banners-pc li.miyako img {
	width: 55%;
}
#topmain-pc #theater-banners-pc li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
#topmain-pc #pc-event-bnr {
	display: block;
	width: 7.3%;
	height: auto;
	position: absolute;
	bottom: 21%;
	right: 0.2%;
}
#topmain-pc #pc-event-bnr img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#topmain-pc #pc-event-bnr img:hover {
	animation: none;
	transform: rotate(10deg);
	transition: 0.5s;
}
#topmain-pc #pc-com-bnr {
	display: block;
	width: 7.3%;
	height: auto;
	position: absolute;
	bottom: 15%;
	right: 10.5%;
}
#topmain-pc #pc-com-bnr img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#topmain-pc #pc-com-bnr img:hover {
	animation: none;
	transform: rotate(10deg);
	transition: 0.5s;
}


#topmain-pc #pc-goods-bnr {
	display: block;
	width: 7.3%;
	height: auto;
	position: absolute;
	bottom: 8.5%;
	right: 4%;
}
#topmain-pc #pc-goods-bnr img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#topmain-pc #pc-goods-bnr img:hover {
	animation: none;
	transform: rotate(10deg);
	transition: 0.5s;
}

#topmain-pc #button-area {
	display: block;
	width: 40%;
	height: auto;
	padding: 0;
	position: absolute;
	bottom: 0.1%;
	right: 0;
}
#topmain-pc #button-area ul li {
	margin: 3px 3px;
}

.fadeIn {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInSlow {
	animation-name:fadeIn;
	animation-duration:1.3s;
	animation-fill-mode:forwards;
	animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
}
.fadeInFast {
	animation-name:fadeIn;
	animation-duration:0.1s;
	animation-fill-mode:forwards;
	animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
}
.fadeInUp {
	animation-name:fadeInUp;
	animation-duration:1.2s;
	animation-fill-mode:forwards;
	animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.fadeIn1 {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-in-out;
}
.fadeIn2 {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-delay: 0.3s;
	animation-timing-function: ease-in-out;
}
.fadeIn3 {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-delay: 0.8s;
	animation-timing-function: ease-in-out;
}
.fadeIn4 {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-delay: 1.1s;
	animation-timing-function: ease-in-out;
}
.fadeIn5 {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-delay: 1.6s;
	animation-timing-function: ease-in-out;
}
.fadeIn6 {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-delay: 1.9s;
	animation-timing-function: ease-in-out;
}
.title-anime {
	animation-name:blurIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-delay: 1.0s;
	animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
}
.catch-anime {
	animation-name:blurIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-delay: 1.3s;
	animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain-pc #title {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		opacity: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
	#topmain-pc #catch {
		width: 13%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		opacity: 0;
		position: absolute;
		top: 60%;
		left: 34%;
	}
	#topmain-pc #pc-event-bnr ,
	#topmain-pc #theater-banners-pc ,
	#topmain-pc #pc-com-bnr ,
	#topmain-pc #pc-goods-bnr ,
	#topmain-pc #button-area {
		display: none;
	}
	
}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 5vw 0;
	background:url(../img/GF-twitter-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	z-index: 3;
}
#bridge #button-area-sp ,
#bridge #date-sp ,
#bridge #theater-banners-sp {
	display: none;
}
#bridge #tw-wrap {
	width: 80%;
	height: auto;
	margin: 2vw 10%;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#bridge #tw-wrap h2 {
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#bridge #tw-wrap h2 img {
	width: 35%;
	height: auto;
	vertical-align: bottom;
}
#bridge #tw-wrap #tw-frame {
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
#bridge #tw-wrap #tw-frame .twitter-widget {
	display: inline-block;
	width: 80%;
	opacity: 0;
}
#bridge #kingyo1 {
	width: 15%;
	position: absolute;
	top: 40%;
	left: 5%;
	opacity: 0;
	animation: kingyo1 12s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite forwards;
	perspective: 2000px;
	pointer-events: none;
}
#bridge #kingyo2 {
	width: 12%;
	position: absolute;
	top: 90%;
	right: 5%;
	opacity: 0;
	animation: kingyo2 17s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite forwards;
	perspective: 2000px;
	pointer-events: none;
}
#bridge #kingyo1 img ,
#bridge #kingyo2 img {
	width: 100%;
}
@keyframes kingyo1 {
	0% {
		opacity: 0;
		transform: translate(0, 0) scale(0.8) rotateY(50deg);
		filter: brightness(100%);
	}
	32% {
		filter: brightness(100%);
	}
	37% {
		opacity: 1;
		filter: brightness(170%);		
	}
	42% {
		filter: brightness(100%);
	}
	50% {
		transform: translate(700px, 200px) scale(1) rotateY(-50deg);
		filter: brightness(100%);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes kingyo2 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translate(0, 0) scale(0.8) rotateY(50deg);
		filter: brightness(100%);
	}
	85% {
		filter: brightness(100%);
	}
	90% {
		opacity: 1;
		filter: brightness(170%);		
	}
	95% {
		filter: brightness(100%);
	}
	100% {
		transform: translate(-1000px, -400px) scale(1) rotateY(-50deg);
		filter: brightness(100%);
		opacity: 0;
	}
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 10vw 0 0;
		background:url(../img/GF-twitter-bg-sp-2800-rev.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
		overflow: hidden;
	}
	#bridge #date-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#bridge #date-sp img {
		width: 70%;
	}
	#bridge #theater-banners-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		opacity: 0;
	}
	#bridge #theater-banners-sp li {
		width: 100%;
		margin: 2vw 0;
		text-align: center;
	}
	#bridge #theater-banners-sp li.combanner {
		width: 50%;
		margin: 2vw 0;
		text-align: center;
	}

	#bridge #theater-banners-sp li img {
		width: 70%;
	}
	#bridge #theater-banners-sp li.miyako img {
		width: 40%;
	}
	#bridge #theater-banners-sp li.combanner img {
		width: 80%;
	}
	#bridge #button-area-sp {
		display: block;
		width:100%;
		height:auto;
		margin:0;
		padding:10px 0 60px;
		opacity: 0;
	}	
	#bridge #button-area-sp ul.social_sq_buttons {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		list-style-type: none;
		display:flex;
		justify-content: center;
		flex-wrap:wrap;
	}	
	#bridge #button-area-sp ul.social_sq_buttons li {
		width:160px;
		height: 20px;
		margin:5px;
		padding:3px 0;
		display: flex;
		justify-content: center;
	}
	#bridge #tw-wrap {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#bridge #tw-wrap h2 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
	}
	#bridge #tw-wrap h2 img {
		width: 38%;
		height: auto;
		vertical-align: bottom;
	}
	#bridge #tw-wrap #tw-frame {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#bridge #tw-wrap #tw-frame .twitter-widget {
		display: inline-block;
		width: 80%;
	}
	#bridge #kingyo1 {
		width: 50%;
		position: absolute;
		top: 5%;
		left: 0;
		opacity: 0;
		animation: kingyo1 12s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite forwards;
		perspective: 2000px;
		pointer-events: none;
	}
	#bridge #kingyo2 {
		width: 50%;
		position: absolute;
		top:50%;
		right: 0;
		opacity: 0;
		animation: kingyo2 17s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite forwards;
		perspective: 2000px;
		pointer-events: none;
	}
	@keyframes kingyo1 {
		0% {
			opacity: 0;
			transform: translate(0, 0) scale(0.8) rotateY(50deg);
			filter: brightness(100%);
		}
		32% {
			filter: brightness(100%);
		}
		37% {
			opacity: 1;
			filter: brightness(170%);		
		}
		42% {
			filter: brightness(100%);
		}
		50% {
			transform: translate(300px, 200px) scale(1) rotateY(-50deg);
			filter: brightness(100%);
			opacity: 0;
		}
		100% {
			opacity: 0;
		}
	}
	@keyframes kingyo2 {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 0;
			transform: translate(0, 0) scale(0.8) rotateY(50deg);
			filter: brightness(100%);
		}
		85% {
			filter: brightness(100%);
		}
		90% {
			opacity: 1;
			filter: brightness(170%);		
		}
		95% {
			filter: brightness(100%);
		}
		100% {
			transform: translate(-400px, -200px) scale(1) rotateY(-50deg);
			filter: brightness(100%);
			opacity: 0;
		}
	}
	
	
}



/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:7vw 0 8vw;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background-color: #030406;
}
.trailer #trailer-slide1 {
	display: block;
	width: 100%;
	height: auto;
	padding: 15vw 0 10vw;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.trailer #trailer-slide1 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.trailer #trailer-slide1 .top-slide {
	animation: loop-slide 20s infinite linear 1s both;
}
.trailer #trailer-slide1 .top-slide .content {
	width: 15vw;
	height: auto;
}
.trailer #trailer-slide2 {
	display: block;
	width: 100%;
	height: auto;
	padding: 15vw 0 10vw;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: absolute;
	top: 19%;
}
.trailer #trailer-slide2 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.trailer #trailer-slide2 .top-slide {
	animation: loop-slide-rev 20s infinite linear 1s both;
}
.trailer #trailer-slide2 .top-slide .content {
	width: 22vw;
	height: auto;
}




.trailer .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 1vw;
	text-align:center;
	position: relative;
	opacity: 0;
}
.trailer h2 img {
	width:14%;
	height:auto;
	vertical-align: bottom;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0 20%;
	opacity: 0;
	position: absolute;
	top: 23%;
}
.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: 100%;
	height: auto;
	margin: 10px 0;
	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: #000;
	border: 1px solid #C8161D;
	color: #C8161D;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.movie-btn .movie-title {
	width: auto;
	height: 3vw;
	text-align: right;
	margin: 0 1%;
	font-size: 0.8em;
	display: flex;
	align-items: center;
}
.movie-btn .play {
	width: 5%;
	height: auto;
	text-align: left;
	margin: 0 1%;
	font-size: 0.8em;
}
.activee {
	background: #C8161D;
	border: 1px solid #C8161D;
	color: #fff;
}
.movie-btn:hover {
	background: #C8161D;
	border: 1px solid #C8161D;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}

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


/* 以下スマホ */
@media (max-width: 1024px) {
.trailer {
	width:100%;
	padding:30px 0 50vw;
}
.trailer h2 img {
	width:20%;
	height:auto;
}
.trailer .logo-slider-up ,
.trailer .logo-slider-down {
	width: 100%;
	height: auto;
	margin: 20vw 0;
	padding: 0 0 10vw;
	display: none;
}
#video-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15%;
}
.video {
	width:90%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 5% 10px;
	display:block;
  }
  .movie-btn {
	width: 30%;
	font-size: 2vw;
}
.movie-btn .movie-title {
	width: auto;
	height: 8vw;
	text-align: right;
	margin: 0 1%;
	font-size: 1em;
	display: flex;
	align-items: center;
}
.movie-btn .play {
	width: 5%;
	height: auto;
	text-align: left;
	margin: 0 1%;
	font-size: 1em;
}
}

@media (max-width: 525px) {


.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:10vw 0 60vw;
}
.trailer h2 {
	width:100%;
	height:auto;
	text-align:center;
	padding:0;
	margin:30px 0 5px;
	position:relative;
	font-size: 6vw;
}
.trailer h2 img {
	width:35%;
	height:auto;
}
.trailer .trailer-slider {
	display: none;
}
#video-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 26%;
}
.video {
  width:100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin:0 0 10px;
  display:block;
}
.movie-btn {
	width: 42%;
	margin: 0 1%;
}
.movie-btn .movie-title {
	width: auto;
	height: 8vw;
	text-align: right;
	margin: 0 1%;
	font-size: 1.3em;
	display: flex;
	align-items: center;
}
.movie-btn .play {
	width: 5%;
	height: auto;
	text-align: left;
	margin: 0 1%;
	font-size: 1.3em;
}
}



/* ========================================
コメント
========================================== */

#comment {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
	background-color: #030406;
}
#comment h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	text-align: center;
	opacity: 0;
}
#comment h2 img {
	width: 16%;
}
#comment .com-unit {
	width: 50%;
	height: auto;
	margin: 0 25% 5vw;
	padding: 0;
}
#comment .com-unit h3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0;
	text-align: center;
	opacity: 0;
}
#comment .com-unit h3 img {
	width: auto;
	height: 2vw;
}
#comment .com-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: left;
	font-size: 1.2vw;
	line-height: 2.4vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	opacity: 0;
}



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

	#comment {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20vw 0 20vw;
		background-color: #030406;
	}
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0 10vw;
		text-align: center;
		opacity: 0;
	}
	#comment h2 img {
		width: 40%;
	}
	#comment .com-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 10vw;
		padding: 0;
	}
	#comment .com-unit h3 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 1vw 0;
		text-align: center;
		opacity: 0;
	}
	#comment .com-unit h3 img {
		width: auto;
		height: 7vw;
	}
	#comment .com-unit p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #fff;
		text-align: left;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		opacity: 0;
	}
	

}


/* ========================================
イントロダクション
========================================== */
#intro-bg0 {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-18;
	width:100%;
	height:100vh;
	min-height: 100%;
	background:url(../img/GF-intro-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#intro-bg1 {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-17;
	width:100%;
	height:100vh;
	min-height: 100%;
	background:url(../img/GF-intro-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	animation: intro-bg1 8s linear 0s infinite;
}
#intro-bg2 {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-16;
	width:100%;
	height:100vh;
	min-height: 100%;
	background:url(../img/GF-intro-bg-3-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	animation: intro-bg2 8s linear 0s infinite;
}
@keyframes intro-bg1 {
	0% {filter: brightness(27%);}
	10% {filter: brightness(27%);}
	30% {filter: brightness(100%);}
	70% {filter: brightness(100%);}
	90% {filter: brightness(27%);}
	100% {filter: brightness(27%);}
}
@keyframes intro-bg2 {
	0% {opacity: 0;}
	10% {opacity: 0;}
	40% {opacity: 1;}
	60% {opacity: 1;}
	90% {opacity: 0;}
	100% {opacity: 0;}
}
#intro {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	padding: 20vw 0 0;
	position: relative;
	overflow: hidden;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	text-align: center;
	opacity: 0;
}
#intro h2 img {
	width: 25%;
}
#intro #intro-catch1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0 5vw;
	text-align: center;
	opacity: 0;
}
#intro #intro-catch1 img {
	width: 30%;
}
#intro #intro-catch2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3vw 0 8vw;
	text-align: center;
	opacity: 0;
}
#intro #intro-catch2 img {
	width: 35%;
}
#intro p {
	width: 60%;
	height: auto;
	margin: 0;
	padding: 1.2vw 20%;
	text-align: left;
	color: #fff;
	font-size: 1.1vw;
	font-feature-settings: "palt";
	line-height: 2.2vw;
	letter-spacing: 1.5px;
	opacity: 0;
}
.blurIn {
	animation: blurIn 1.2s cubic-bezier(0.5, 0, 0.75, 0) 0s forwards;
}


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

	#intro-bg0 {
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-18;
		width:100%;
		height:100vh;
		min-height: 100%;
		background:url(../img/GF-intro-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		filter: brightness(27%);
	}
		#intro-bg1 {
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-17;
		width:100%;
		height:100vh;
		min-height: 100%;
		background:url(../img/GF-intro-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		animation: intro-bg1 8s linear 0s infinite;
	}
	#intro-bg2 {
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-16;
		width:100%;
		height:100vh;
		min-height: 100%;
		background:url(../img/GF-intro-bg-3-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		animation: intro-bg2 8s linear 0s infinite;
	}
	#intro {
		width: 100%;
		height: auto;
		margin: 0 0 150vw;
		padding: 80vw 0 0;
		position: relative;
		overflow: hidden;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 2vw 0;
		text-align: center;
		opacity: 0;
	}
	#intro h2 img {
		width: 70%;
	}
	#intro #intro-catch1 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 50vw 0 20vw;
		text-align: center;
		opacity: 0;
	}
	#intro #intro-catch1 img {
		width: 90%;
	}
	#intro #intro-catch2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0 15vw;
		text-align: center;
		opacity: 0;
	}
	#intro #intro-catch2 img {
		width: 80%;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0;
		padding: 5vw 5%;
		text-align: left;
		color: #fff;
		font-size: 1em;
		font-feature-settings: "palt";
		line-height: 2em;
		letter-spacing: 1.5px;
		opacity: 0;
	}
	
}


/* ========================================
ストーリー
========================================== */
#story {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #030406;
	position: relative;
	overflow: hidden;
	z-index: -13;
}
#story-bg {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-15;
	width:100%;
	height:100vh;
	min-height: 100%;
	background-color: #030406;
	opacity: 0;
}
#story #story-head {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -12;
	opacity: 0;
}
#story #story-head h2 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 8vw 0 6vw;
	background-color: #030406;
	text-align: center;
}
#story #story-head h2 img {
	width: 12%;
	height: auto;
	vertical-align: bottom;
}
#story #story-head #story-hdimg-wrap {
	width: 30%;
	height: auto;
	margin: 0 35%;
	padding: 0;
	position: relative;
}
#story #story-head #story-hdimg-wrap #young {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	transform: translate(0,0);
}
#story #story-head #story-hdimg-wrap #adult {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0, 0);
}
#story #story-head #story-hdimg-wrap #young img ,
#story #story-head #story-hdimg-wrap #adult img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
} 
@keyframes young {
	0% {transform: translate(0, 0);}
	100% {transform: translate(-100%, -80%);}
}
.young-anime {
	animation: young 1.5s ease-out 0.2s forwards;
}
@keyframes adult {
	0% {transform: translate(0, 0);}
	100% {transform: translate(100%, -80%);}
}
.adult-anime {
	animation: adult 1.5s ease-out 0.2s forwards;
}
#story #story-contents {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 10vw 0 30vw;
	position: relative;
	z-index: -13;
} 
#story #story-contents #sp-story-h2 {
	display: none;
}
#story #story-contents h3 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 22vw 0 0;
	text-align: center;
}
#story #story-contents h3 img {
	width: 90%;
}
#story #story-contents p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
}
.fadeOutFast {
	animation-name:fadeOut;
	animation-duration:0.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#story #story-head {
		width: 100%;
		height: 100%;
		min-height: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -12;
		opacity: 0;
	}
	#story #story-head h2 {
		display: none;
	}
	#story #story-head #story-hdimg-wrap {
		width: 100%;
		height: 100%;
		min-height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
	}
	#story #story-head #story-hdimg-wrap #young {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	#story #story-head #story-hdimg-wrap #adult {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		opacity: 0;
	}
	@keyframes sp-young {
		0% {
			transform: translateY(100%);
			opacity: 0;
		}
		100% {
			transform: translateY(0%);
			opacity: 1;
		}		
	}
	@keyframes sp-adult {
		0% {
			transform: translateY(-100%);
			opacity: 0;
		}
		100% {
			transform: translateY(0%);
			opacity: 1;
		}		
	}
	.young-anime {
		animation: sp-young 1.2s ease-out 0.2s forwards;
	}
	.adult-anime {
		animation: sp-adult 1.2s ease-out 0.2s forwards;
	}
	#story #story-contents {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 50vw 0 150vw;
		position: relative;
		z-index: -13;
	} 
	#story #story-contents #sp-story-h2 {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#story #story-contents #sp-story-h2 img {
		width: 40%;
	}

	#story #story-contents h3 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 22vw 0 0;
		text-align: center;
	}
	#story #story-contents h3 img {
		width: 90%;
	}
	#story #story-contents p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		text-align: left;
		color: #fff;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
	}
	

}

/* ========================================
スライダーエリア
========================================== */
#slider {
	width:100%;
	height:auto;
	background:url(../img/GF-slider-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#slider #slider-adult {
	display: block;
	width: 100%;
	height: auto;
	padding: 15vw 0 0;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
}
#slider #slider-adult .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}
#slider #slider-adult .top-slide {
	animation: loop-slide 50s infinite linear 1s both;
}
#slider #slider-adult .top-slide .content {
	width: 30vw;
	height: auto;
}
#slider #slider-young {
	display: block;
	width: 100%;
	height: auto;
	padding: 0 0 15vw;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
}
#slider #slider-young .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}
#slider #slider-young .top-slide {
	animation: loop-slide-rev 50s infinite linear 1s both;
}
#slider #slider-young .top-slide .content {
	width: 30vw;
	height: auto;
}
#slider .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#slider #slider-logo {
	width: 20%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#slider #slider-logo img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#slider {
		width:100%;
		height:auto;
		background:url(../img/GF-slider-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	#slider #slider-adult {
		display: block;
		width: 100%;
		height: auto;
		padding: 50vw 0 0;
		display: flex;
		align-items: center;
		overflow: hidden;
		position: relative;
	}
	#slider #slider-young {
		display: block;
		width: 100%;
		height: auto;
		padding: 0 0 50vw;
		display: flex;
		align-items: center;
		overflow: hidden;
		position: relative;
	}
	#slider #slider-adult .top-slide {
		animation: loop-slide 50s infinite linear 1s both;
	}
	#slider #slider-adult .top-slide .content {
		width: 90vw;
		height: auto;
	}
	#slider #slider-young .top-slide {
		animation: loop-slide-rev 50s infinite linear 1s both;
	}
	#slider #slider-young .top-slide .content {
		width: 90vw;
		height: auto;
	}
	#slider #slider-logo {
		width: 50%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	

}

/* ========================================
キャスト
========================================== */
#cast {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#cast #cast-head {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
#cast #cast-head #cast-headbg {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#cast #cast-head #cast-headbg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#cast #cast-head h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	bottom: 12%;
	opacity: 0;
}
#cast #cast-head h2 img {
	width: 10%;
}
#cast #cast-main {
	width:100%;
	height:auto;
	background:url(../img/GF-cast-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	z-index: 3;
}
#cast #cast-main ul#main-list {
	width: 90%;
	height: auto;
	margin: 0;
	padding: 5vw 5% 1vw;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#cast #cast-main ul#main-list li {
	width: 21%;
	height: auto;
	margin: 2vw 2%;
	position: relative;
}
#cast #cast-main ul#main-list li:hover {
	cursor: pointer;
} 
#cast #cast-main ul#main-list li .cast-fish {
	width: 100%;
	height: auto;
}
#cast #cast-main ul#main-list li .cast-face {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#cast #cast-main ul#main-list li .cast-fish img ,
#cast #cast-main ul#main-list li .cast-face img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#cast #cast-main ul#main-list li .cast-name {
	width: 100%;
	height: auto;
	margin: 1vw 0 0;
	text-align: right;
}
#cast #cast-main ul#main-list li .cast-name img {
	width: auto;
	height: 4vw;
}
@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(60%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.slideInRight {
	animation: slideInRight 1s ease-out 0.5s forwards;
}
@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-60%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.slideInLeft {
	animation: slideInLeft 1s ease-out 0.5s forwards;
}
#cast #cast-main ul#sub-list {
	width: 80%;
	height: auto;
	margin: 0;
	padding: 2vw 10% 2vw;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#cast #cast-main ul#sub-list li {
	width: 21%;
	height: auto;
	margin: 2vw 2%;
	position: relative;
}
#cast #cast-main ul#sub-list li .sub-face {
	width: 100%;
	height: auto;
	margin: 0 0 0.5vw;
}
#cast #cast-main ul#sub-list li .sub-face img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#cast #cast-main ul#sub-list li .sub-name {
	width: 100%;
	height: auto;
	margin: 0;
	text-align: right;
}
#cast #cast-main ul#sub-list li .sub-name .sub-name1 {
	font-size: 1.4vw;
	color: #FEFEFE;
	font-weight: bold;
}
#cast #cast-main ul#sub-list li .sub-name .sub-name2 {
	display: inline-block;
	font-size: 0.9vw;
	color: #FFF265;
	font-weight: bold;
	transform: translateY(-10px);
}
#cast #cast-main #subsub {
	width: 60%;
	height: auto;
	margin: 2vw 20% 8vw;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#cast #cast-main #subsub .billing2 {
	font-size: 1.4vw;
	line-height: 2.2vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
}
#cast #cast-main #subsub .billing3 {
	font-size: 1.1vw;
	line-height: 1.9vw;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
#cast #cast-main #subsub .billing4 {
	font-size: 0.8em;
	line-height: 1.6em;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast #cast-head h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		bottom: 12%;
		opacity: 0;
	}
	#cast #cast-head h2 img {
		width: 30%;
	}
	#cast #cast-main {
		width:100%;
		height:auto;
		background:url(../img/GF-cast-bg-sp1.jpg) repeat;
		background-size: 100% auto;
		background-position: center center;
		position: relative;
	}
	#cast #cast-main ul#main-list {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20vw 0 10vw;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#cast #cast-main ul#main-list li {
		width: 90%;
		height: auto;
		margin: 10vw 5%;
		position: relative;
	}
	#cast #cast-main ul#main-list li .cast-name img {
		width: auto;
		height: 15vw;
	}
	#cast #cast-main ul#sub-list {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0 5vw;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#cast #cast-main ul#sub-list li {
		width: 45%;
		height: auto;
		margin: 2vw 2%;
		position: relative;
	}
	#cast #cast-main ul#sub-list li .sub-name .sub-name1 {
		font-size: 1.2em;
		color: #FEFEFE;
		font-weight: bold;
	}
	#cast #cast-main ul#sub-list li .sub-name .sub-name2 {
		display: inline-block;
		font-size: 0.7em;
		color: #FFF265;
		font-weight: bold;
		transform: translateY(-10px);
	}
	#cast #cast-main #subsub {
		width: 100%;
		height: auto;
		margin: 5vw 0 8vw;
		color: #fff;
		text-align: center;
		font-weight: bold;
	}
	#cast #cast-main #subsub .billing2 {
		font-size: 1.2em;
		line-height: 2.0em;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
	}
	#cast #cast-main #subsub .billing3 {
		font-size: 1em;
		line-height: 1.9em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
	}
	#cast #cast-main #subsub .billing4 {
		font-size: 0.8em;
		line-height: 1.6em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
	}

}

/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 999999;
}
.modal__bg{
	background:url(../img/GF-box-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.95;
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal__content {
    width: 80%;
	height: auto;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal__content .modal-inside-wrap {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.modal__content .modal-inside-wrap .modal-img {
	width: 30%;
	height: auto;
	margin: 0 1%;
}
.modal__content .modal-inside-wrap .modal-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.modal__content .modal-inside-wrap .modal-txt {
	width: 60%;
	height: auto;
	margin: 0 1%;
}
.modal__content .modal-inside-wrap .modal-txt .modal-name {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	text-align: left;
}
.modal__content .modal-inside-wrap .modal-txt .modal-name img {
	width: auto;
	height: 4vw;
}
.modal__content .modal-inside-wrap .modal-txt p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: left;
	font-size: 1.1vw;
	line-height: 1.9vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
}
.modal__content .next {
	width: 10%;
	position: fixed;
	top: 50%;
	right: -10%;
	transform: translate(0,-50%);
	font-size: 5vw;
	color: #fff;
}
.modal__content .back {
	width: 10%;
	position: fixed;
	top: 50%;
	left: -5%;
	transform: translate(0,-50%);
	font-size: 5vw;
	color: #fff;
}
.modal__content .next:hover ,
.modal__content .back:hover {
	cursor: pointer;
}
.batsu {
	width: 3%;
	height: auto;
	position: fixed;
	top: 2%;
	right: 2%;
}
.batsu img {
	width: 100%;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.modal{
		background:url(../img/GF-box-bg.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		overflow-y: scroll;
	}
	.modal__bg{
		background:none;
		opacity: 0.95;
		position: absolute;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
	}
	.modal__content{
		width: 90%;
		height: auto;
		padding: 10vw 0;
		position: absolute;
		left: 5%;
		top: 0%;
		transform: translate(0%, 0%);
		overflow-y: auto;
		overflow-y: scroll;
	}
	.modal__content .modal-inside-wrap .modal-img {
		width: 100%;
		height: auto;
		margin: 0;
		text-align: center;
	}
	.modal__content .modal-inside-wrap .modal-img img {
		width: 90%;
		height: auto;
		vertical-align: bottom;
	}
	.modal__content .modal-inside-wrap .modal-txt {
		width: 90%;
		height: auto;
		margin: 3vw 5%;
	}
	.modal__content .modal-inside-wrap .modal-txt .modal-name {
		width: 100%;
		height: auto;
		margin: 0 0 50px;
		text-align: right;
	}
	.modal__content .modal-inside-wrap .modal-txt .modal-name img {
		width: auto;
		height: 15vw;
	}
	.modal__content .modal-inside-wrap .modal-txt p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #fff;
		text-align: left;
		font-size: 1em;
		line-height: 1.9em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
	}
	.modal__content .next {
		width: 10%;
		position: fixed;
		top: 130vw;
		right: -3%;
		transform: translate(0,-50%);
		font-size: 10vw;
		color: #fff;
	}
	.modal__content .back {
		width: 10%;
		position: fixed;
		top: 130vw;
		left: 0%;
		transform: translate(0,-50%);
		font-size: 10vw;
		color: #fff;
	}
	
	.batsu {
		width: 10%;
		height: auto;
		position: fixed;
		top: 3%;
		right: 3%;
	}
}


/* ========================================
スタッフ
========================================== */
#staff {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0 5vw;
	background-color: #030406;
}
#staff h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	text-align: center;
	opacity: 0;
}
#staff h2 img {
	width: 12%;
}
#staff .staff-unit {
	width: 60%;
	height: auto;
	margin: 5vw 20%;
}
#staff .staff-unit h3 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#staff .staff-unit h3 img {
	width: auto;
	height: 2.0vw;
}
#staff .staff-unit p {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1em;
	line-height: 1.9em;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	opacity: 0;
}
#staff #otherstaff {
	width: 90%;
	height: auto;
	margin: 5vw 5%;
	text-align: center;
	color: #C8161D;
	font-weight: bold;
	opacity: 0;
}
#staff #otherstaff2 {
	width: 90%;
	height: auto;
	margin: 5vw 5%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	opacity: 0;
}
#staff #otherstaff .billing1 ,
#staff #otherstaff2 .billing1 {
	font-size: 1.2em;
	line-height: 2.0em;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
}
#staff #otherstaff .billing2 ,
#staff #otherstaff2 .billing2 {
	font-size: 1.3vw;
	line-height: 2.4vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	font-weight: bold;
}
#staff #otherstaff .billing3 ,
#staff #otherstaff2 .billing3 {
	font-size: 1.1vw;
	line-height: 2.4vw;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	font-weight: bold;
}
#staff #otherstaff .billing4 ,
#staff #otherstaff2 .billing4 {
	font-size: 0.9vw;
	line-height: 2vw;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	font-weight: bold;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#staff {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20vw 0 180vw;
		background: -moz-linear-gradient(top, #030406 70%, transparent);
		background: -webkit-linear-gradient(top, #030406 70%, transparent);
		background: linear-gradient(to bottom, #030406 70%, transparent);
	}
	#staff h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 2vw 0;
		text-align: center;
		opacity: 0;
	}
	#staff h2 img {
		width: 30%;
	}
	#staff .staff-unit {
		width: 90%;
		height: auto;
		margin: 15vw 5%;
	}
	#staff .staff-unit h3 {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#staff .staff-unit h3 img {
		width: auto;
		height: 6.0vw;
	}
	#staff .staff-unit p {
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 1em;
		line-height: 1.9em;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		opacity: 0;
	}
	#staff #otherstaff {
		width: 90%;
		height: auto;
		margin: 5vw 5%;
		text-align: center;
		color: #C8161D;
		font-weight: bold;
		opacity: 0;
	}
	#staff #otherstaff2 {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		text-align: center;
		color: #fff;
		font-weight: bold;
		opacity: 0;
	}
	#staff #otherstaff .billing1 ,
	#staff #otherstaff2 .billing1 {
		font-size: 1.2em;
		line-height: 2.0em;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
	}
	#staff #otherstaff .billing2 ,
	#staff #otherstaff2 .billing2 {
		font-size: 1.1em;
		line-height: 2.0em;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		font-weight: bold;
	}
	#staff #otherstaff .billing3 ,
	#staff #otherstaff2 .billing3 {
		font-size: 0.9em;
		line-height: 1.8em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		font-weight: bold;
	}
	#staff #otherstaff .billing4 ,
	#staff #otherstaff2 .billing4 {
		font-size: 0.7em;
		line-height: 1.4em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		font-weight: bold;
	}
	
	
	
	

}



/* ========================================
アナーキー
========================================== */
#anarchy-bg0 {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100vh;
	min-height: 100%;
	opacity: 0;
	background-color: rgba(174,71,40,0.8);
}
#anarchy-bg {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-9;
	width:100%;
	height:100vh;
	min-height: 100%;
	background:url(../img/GF-anarchy-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
#anarchy-bg2 {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-8;
	width:100%;
	height:100vh;
	min-height: 100%;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.3);
}
#anarchy {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10vw 0 10vw;
	overflow: hidden;
	position: relative;
}
#anarchy h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 15vw 0 20vw;
	text-align: center;
	opacity: 0;
}
#anarchy h2 img {
	width: 20%;
}
#anarchy #anarchy-img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3vw 0;
	text-align: center;
	opacity: 0;
}
#anarchy #anarchy-img img {
	width: 35%;
}
#anarchy #band-member {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	opacity: 0;
}
#anarchy #band-member li {
	width: 100%;
	height: auto;
	margin: 0.5vw 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
#anarchy #band-member li .mem-part {
	width: 40%;
	text-align: right;
	margin: 0 2%;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
#anarchy #band-member li .mem-name {
	width: 40%;
	text-align: left;
	margin: 0 2%;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
#anarchy p {
	width: 50%;
	height: auto;
	margin: 3vw 25%;
	padding: 0;
	color: #000;
	font-size: 1em;
	line-height: 2em;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	opacity: 0;
}
#anarchy p#foot-bgtrig {
	width: 50%;
	height: auto;
	margin: 10vw 25% 3vw;
	padding: 0;
	color: #000;
	font-size: 1.2em;
	line-height: 2.6em;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	text-align: center;
	opacity: 0;
	font-weight: bold;
}




/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#anarchy-bg {
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-9;
		width:100%;
		height:100vh;
		min-height: 100%;
		box-sizing: border-box;
		background:url(../img/GF-anarchy-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		opacity: 0;
	}
	#anarchy {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 30vw 0 50vw;
	}	
	#anarchy h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 15vw 0 20vw;
		text-align: center;
		opacity: 0;
	}
	#anarchy h2 img {
		width: 60%;
	}
	#anarchy #anarchy-img {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 3vw 0;
		text-align: center;
		opacity: 0;
	}
	#anarchy #anarchy-img img {
		width: 100%;
	}
	#anarchy #band-member {
		width: 100%;
		height: auto;
		margin: 10vw 0;
		padding: 0;
		list-style-type: none;
		opacity: 0;
	}
	#anarchy #band-member li {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		padding: 0;
		display: flex;
		justify-content: center;
	}
	#anarchy #band-member li .mem-part {
		width: 40%;
		text-align: right;
		margin: 0 2%;
		color: #000;
		font-size: 1.1em;
		font-weight: bold;
		font-feature-settings: "palt";
		letter-spacing: 1px;
	}
	#anarchy #band-member li .mem-name {
		width: 40%;
		text-align: left;
		margin: 0 2%;
		color: #000;
		font-size: 1.1em;
		font-weight: bold;
		font-feature-settings: "palt";
		letter-spacing: 1px;
	}
	#anarchy p {
		width: 90%;
		height: auto;
		margin: 3vw 5%;
		padding: 0;
		color: #000;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		opacity: 0;
	}
	#anarchy p#foot-bgtrig {
		width: 90%;
		height: auto;
		margin: 20vw 5% 8vw;
		padding: 0;
		color: #000;
		font-size: 1.2em;
		line-height: 1.5em;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		text-align: center;
		opacity: 0;
		font-weight: bold;
	}
	#anarchy #anarchy-img2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20vw 0 0;
		text-align: center;
		opacity: 0;
	}
	#anarchy #anarchy-img2 img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	


}


/* ========================================
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:120px;
	height: 20px;
	margin:0 3px;
	padding:0;
	display: flex;
	justify-content: center;
}
ul.social_sq_buttons li.fb {
	background:#1877F2;
}
ul.social_sq_buttons li.tw {
	background:#000;
}
ul.social_sq_buttons li.line {
	background:#06C755;
}
ul.social_sq_buttons li.checkin {
	background:#10519D;
}
ul.social_sq_buttons li.filmarks {
	background:#FFE100;
	text-align: center;
}
ul.social_sq_buttons li.filmarks img {
	width: 60%;
}
ul.social_sq_buttons li.fb .fb_iframe_widget > span {
  vertical-align: baseline !important;
}




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

#button-area {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0 10px;
}

#button-area ul.social_sq_buttons {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type: none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

#button-area ul.social_sq_buttons li {
	width:160px;
	height: 20px;
	margin:5px;
	padding:3px 0;
	display: flex;
	justify-content: center;
}


}



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: relative;
	overflow: hidden;
}
footer #foot-bg {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
footer #foot-bg2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
footer #foot-bg img ,
footer #foot-bg2 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
footer #foot-logo {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	text-align: center;
	opacity: 0;
	position: absolute;
	top: 30%;
}
footer #foot-logo img {
	width: 30%;
}
footer #kingyo3 {
	display: block;
	width: 15%;
	position: absolute;
	top: 20%;
	left: 5%;
	opacity: 0;
	animation: kingyo3 9s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite forwards;
	perspective: 2000px;
}
footer #kingyo4 {
	display: block;
	width: 12%;
	position: absolute;
	top: 90%;
	right: 5%;
	opacity: 0;
	animation: kingyo4 12s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite forwards;
	perspective: 2000px;
}
footer #kingyo5 {
	display: block;
	width: 13%;
	position: absolute;
	top: 50%;
	right: 5%;
	opacity: 0;
	animation: kingyo5 6s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite forwards;
	perspective: 2000px;
}

footer #kingyo3 img ,
footer #kingyo4 img ,
footer #kingyo5 img {
	width: 100%;
}
@keyframes kingyo3 {
	0% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(0.8) rotateY(50deg);
		filter: brightness(100%);
	}
	32% {
		filter: brightness(100%);
	}
	37% {
		opacity: 1;
		filter: brightness(170%);		
	}
	42% {
		filter: brightness(100%);
	}
	50% {
		transform: translate3d(700px, 200px, 0) scale(1) rotateY(-50deg);
		filter: brightness(100%);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes kingyo4 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(0.8) rotateY(50deg);
		filter: brightness(100%);
	}
	85% {
		filter: brightness(100%);
	}
	90% {
		opacity: 1;
		filter: brightness(170%);		
	}
	95% {
		filter: brightness(100%);
	}
	100% {
		transform: translate3d(-1000px, -400px, 0) scale(1) rotateY(-50deg);
		filter: brightness(100%);
		opacity: 0;
	}
}
@keyframes kingyo5 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(0.8) rotateY(50deg);
		filter: brightness(100%);
	}
	55% {
		filter: brightness(100%);
	}
	60% {
		opacity: 1;
		filter: brightness(170%);		
	}
	65% {
		filter: brightness(100%);
	}
	100% {
		transform: translate3d(-1000px, 150px, 0) scale(1) rotateY(-50deg);
		filter: brightness(100%);
		opacity: 0;
	}
}
footer #button-area {
	position: absolute;
	bottom: 5%;
}
footer #copy {
	width:100%;
	height:auto;
	padding:5px 0;
	margin:0;
	text-align: center;
	font-size: 0.6em;
	color: #fff;
	position: absolute;
	bottom: 0;
}

@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position: relative;
	}
	footer #foot-logo {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		text-align: center;
		top: 13%;
		opacity: 0;
	}
	footer #foot-logo img {
		width: 70%;
	}
	footer #kingyo3 {
		width: 40%;
		position: absolute;
		top: 5%;
		left: 5%;
		opacity: 0;
		animation: kingyo3 9s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite forwards;
		perspective: 2000px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;			
		will-change: opacity;
	}
	footer #kingyo4 {
		width: 50%;
		position: absolute;
		top: 60%;
		right: 5%;
		opacity: 0;
		animation: kingyo4 12s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite forwards;
		perspective: 2000px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: opacity;
	}
	footer #kingyo5 {
		width: 35%;
		position: absolute;
		top: 40%;
		right: 5%;
		opacity: 0;
		animation: kingyo5 6s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite forwards;
		perspective: 2000px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: opacity;
	}
	
}
@media (max-width: 510px) {


}

/* ========================================
コメントページ
========================================== */
#com-body {
	width: 100%;
	overflow-x: hidden;
}
#com-body footer {
	position: sticky;
	top: 100vh;
}
#com-body footer #copy {
	position: static;
}
#com-body .hamburger ,
#com-body #pcheader {opacity: 1;}
#combg1 {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-5;
	width:100%;
	height:100vh;
	min-height: 100%;
	background:url(../img/GF-comment-bg-pc-1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#combg2 {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-5;
	width:100%;
	height:100vh;
	min-height: 100%;
	background:url(../img/GF-comment-bg-pc-6.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	animation: combg2 8s ease-in-out 0s infinite;
}
@keyframes combg2 {
	0% {opacity: 0;}
	35% {opacity: 0;}
	50% {opacity: 1;}
	85% {opacity: 1;}
	100% {opacity: 0;}
}
#compage {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 8vw 0;
	overflow-x: hidden;
}
#compage h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0 1vw;
	text-align: center;
}
#compage h2 img {
	width: 20%;
}
#compage #keisho {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0;
	text-align: center;
	color: #fff;
	font-size: 1.1vw;
}
#compage .com-unit {
	width: 60%;
	height: auto;
	margin: 5vw 20%;
	background-color: #fff;
	position: relative;
	opacity: 0;
	overflow: hidden;
}
#compage #com1 {
	opacity: 1;
}
#compage .com-unit .com-contents {
	width: 90%;
	height: auto;
	padding: 3vw 5%;
}
#compage .com-unit .com-contents .com-txt {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	text-align: center;
	color: #000;
	text-align: center;
	font-size: 1.3vw;
	font-feature-settings: "palt";
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 2.1vw;
}
#compage .com-unit .com-contents .com-name {
	width: 100%;
	height: auto;
	margin: 0;
	color: #C8161D;
	text-align: center;
	font-size: 1.6vw;
	font-feature-settings: "palt";
	font-weight: bold;
	letter-spacing: 1.5px;
}

#compage #com-msg {
	width: 60%;
	height: auto;
	margin: 3vw 20% 5vw;
	padding: 1vw 0;
	text-align: center;
	color: #000;
	background-color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	animation: com-msg 5s ease-in-out infinite;
}
@keyframes com-msg {
	0% {opacity: 0;}
	40% {opacity: 1;}
	60% {opacity: 1;}
	100% {opacity: 0;}
}


@media (max-width: 1024px) {
	#combg1 {
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-5;
		width:100%;
		height:100vh;
		min-height: 100%;
		background:url(../img/GF-comment-bg-sp-1.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		animation: combg1 12s ease-in-out 0s infinite;
	}
	#combg2 {
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-5;
		width:100%;
		height:100vh;
		min-height: 100%;
		background:url(../img/GF-comment-bg-sp-2.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		animation: combg2 12s ease-in-out 0s infinite;
	}
	#combg3 {
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-5;
		width:100%;
		height:100vh;
		min-height: 100%;
		background:url(../img/GF-comment-bg-sp-5.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		animation: combg3 12s ease-in-out 0s infinite;
	}
	#combg4 {
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-5;
		width:100%;
		height:100vh;
		min-height: 100%;
		background:url(../img/GF-comment-bg-sp-4.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		animation: combg4 12s ease-in-out 0s infinite;
	}
	#compage {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 15vw 0 120vw;
	}
	#compage h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0 5vw;
		text-align: center;
	}
	#compage h2 img {
		width: 60%;
	}
	#compage #keisho {
		width: 90%;
		height: auto;
		margin: 0;
		padding: 1vw 5%;
		text-align: right;
		color: #fff;
		font-size: 0.9em;
	}
	#compage .com-unit {
		position: relative;
		opacity: 0;
		width: 90% !important;
		height: auto;
		margin: 30vw 0 !important;
		padding: 5vw 5%;
		background-color: rgba(255, 255, 255, 0.85);
	}
	#compage .com-unit .com-contents {
		width: 100%;
		height: auto;
		padding: 0;
	}
	#compage .com-unit .com-contents .com-txt {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		padding: 0;
		text-align: center;
		color: #000;
		text-align: left;
		font-size: 1em;
		font-feature-settings: "palt";
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2em;
	}
	#compage .com-unit .com-contents .com-txt span {
		color: #C8161D;
		font-size: 1.2em;
	}
	#compage #com3 .com-contents .com-txt {
		text-align: left;
		margin-left: 0vw;
	}
	#compage #com8 .com-contents .com-txt {
		text-align: left;
	}
	#compage .com-unit .com-contents .com-name {
		width: 100%;
		height: auto;
		margin: 5vw 0 0;
		text-align: center;
		color: #C8161D;
		text-align: center;
		font-size: 1.2em;
		font-feature-settings: "palt";
		font-weight: bold;
		letter-spacing: 0.8px;
		line-height: 1.2em;
	}
	#compage #com-msg {
		width: 100%;
		height: auto;
		margin: 3vw 0 5vw;
		padding: 5vw 0;
		text-align: center;
		color: #000;
		background-color: rgba(255, 255, 255, 0.85);
		font-size: 1.3em;
		font-weight: bold;
		animation: com-msg 5s ease-in-out infinite;
	}
}


/* ========================================
イベントページ
========================================== */
#eve-body {
	width: 100%;
	overflow-x: hidden;
	background-color: #00101d;
}
#eve-body footer {
	position: sticky;
	top: 100vh;
}
#eve-body footer #copy {
	position: static;
}
#eve-body .hamburger ,
#eve-body #pcheader {opacity: 1;}
#event {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
}
#event #eve-slider-wrap {
	width: 100%;
	height: auto;
	position: fixed;
	top: 40%;
	z-index: -1;
}
#event #slider-bglogo {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
}
#event #slider-bglogo .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}
#event #slider-bglogo .top-slide {
	animation: loop-slide 50s infinite linear 1s both;
}
#event #slider-bglogo .top-slide .content {
	width: 30vw;
	height: auto;
}
#event #slider-bglogo .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#event h1 {
	width: 100%;
	height: auto;
	margin: 4vw 0 2vw;
	padding: 0;
	text-align: center;
}
#event h1 img {
	width: 50%;
}
#event .eve-unit {
	width: 60%;
	height: auto;
	margin: 4vw 20% 8vw;
	padding: 0 0 2vw;
	background-color: #fff;
}
#event .eve-unit .date {
	width: 100%;
	height: auto;
	background-color: #403f3f;
	text-align: center;
	font-size: 1.8vw;
	line-height: 3.5vw;
	font-weight: bold;
	color: #fff;
}
#event .eve-unit .datenew {
	background-color: #C8161D;
}

#event .eve-unit .place {
	width: 96%;
	height: auto;
	margin: 1vw 2%;
	text-align: left;
	font-size: 1.5vw;
	line-height: 2.2vw;
	font-weight: bold;
	color: #000;
}
#event .eve-unit .member {
	width: 96%;
	height: auto;
	margin: 1vw 2%;
	text-align: left;
	font-size: 1.3vw;
	line-height: 2vw;
	color: #000;
}
#event .eve-unit .other {
	width: 96%;
	height: auto;
	margin: 1vw 2%;
	text-align: left;
	font-size: 1.3vw;
	line-height: 2vw;
	color: #000;
}
#event .eve-unit .other span {
	color: #C8161D;
}
#event #chui {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 1em;
}
#event ul#chuigaki {
	width: 58%;
	height: auto;
	margin: 0 21%;
	padding: 0;
	color: #fff;
}
#event ul#chuigaki li {
	color: #fff;
	font-size: 1em;
}



@media (max-width: 1024px) {
	#event #slider-bglogo .top-slide {
		animation: loop-slide 20s infinite linear 1s both;
	}
	#event #slider-bglogo .top-slide .content {
		width: 50vw;
		height: auto;
	}
	#event h1 {
		width: 100%;
		height: auto;
		margin: 15vw 0 2vw;
		padding: 0;
		text-align: center;
	}
	#event h1 img {
		width: 70%;
	}
	#event .eve-unit {
		width: 90%;
		height: auto;
		margin: 10vw 5% 25vw;
		padding: 0 0 2vw;
		background-color: #fff;
	}
	#event .eve-unit .date {
		width: 100%;
		height: auto;
		background-color: #C8161D;
		text-align: center;
		font-size: 1.2em;
		line-height: 2.5em;
		font-weight: bold;
		color: #fff;
	}
	#event .eve-unit .place {
		width: 96%;
		height: auto;
		margin: 1vw 2%;
		text-align: left;
		font-size: 1.1em;
		line-height: 2.2em;
		font-weight: bold;
		color: #000;
	}
	#event .eve-unit .member {
		width: 96%;
		height: auto;
		margin: 5vw 2%;
		text-align: left;
		font-size: 1em;
		line-height: 1.6em;
		color: #000;
	}
	#event .eve-unit .other {
		width: 96%;
		height: auto;
		margin: 1vw 2%;
		text-align: left;
		font-size: 1em;
		line-height: 1.6em;
		color: #000;
		word-break: break-all;
	}
	#event #chui {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		text-align: left;
		color: #fff;
		font-size: 1em;
	}
	#event ul#chuigaki {
		width: 85%;
		height: auto;
		margin: 0 5% 0 10%;
		padding: 0;
		color: #fff;
	}
	#event ul#chuigaki li {
		color: #fff;
		font-size: 1em;
	}
	

}

/* ========================================
DVD
========================================== */
#dvd {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0 3vw;
	text-align: center;
}
#dvd img {
	width: 60%;
}
#dvd-detail {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 3vw;
	text-align: center;
}
#dvd-detail img {
	width: 20%;
}
#dvd-event {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 7vw;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
}
#dvd-event img {
	margin-top: 15px;
	width: 20%;
}
#dvd-detail a:hover ,
#dvd-event a:hover {
	animation: flash 1.5s;
}



@media (max-width: 1024px) {
	#dvd {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0 5vw;
		text-align: center;
	}
	#dvd img {
		width: 85%;
	}
	#dvd-detail {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 10vw;
		text-align: center;
	}	
	#dvd-detail img {
		width: 60%;
	}
	#dvd-event {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 10vw;
		text-align: center;
		color: #fff;
		font-size: 4.5vw;
	}
	#dvd-event img {
		width: 60%;
	}
}



/* ========================================
グッズ
========================================== */
h1#goods-head img {
	width: 17%;
}
#event ul#goods-list {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#event ul#goods-list li {
	width: 38%;
	height: auto;
	margin: 2vw 3%;
	background-color: #fff;
}
#event ul#goods-list li h2 {
	width: 100%;
	height: auto;
	margin: 1vw 0 0;
	padding: 2vw 0 0;
	text-align: center;
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
}
#event ul#goods-list li .goods-img {
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
}
#event ul#goods-list li .goods-img img {
	width: 90%;
}
#event ul#goods-list li .goods-txt {
	width: 100%;
	height: auto;
	margin: 0;
}
#event ul#goods-list li .goods-txt .price {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	text-align: center;
	color: #C8161D;
	font-weight: bold;
	font-size: 1.2em;
}
#event ul#goods-list li .goods-txt .details {
	width: 100%;
	height: auto;
	margin: 0 0 1vw 10px;
	text-align: left;
	color: #000;
	font-weight: bold;
	font-size: 1em;
}
#event ul#goods-list li .goods-txt ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding:0 0 2vw 30px;
	list-style-type: none;
}
#event ul#goods-list li .goods-txt ul li {
	width: 85%;
	font-size: 1em;
	color: #000;
	margin: 5px 0;
}
#event ul#goods-list li .goods-txt ul li:nth-child(2) {
	margin: 15px 0 5px;
}
#event #anastore {
	width: 60%;
	height: auto;
	margin: 2vw 10% 1vw 30%;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}
#event #anastore a {
	color: #fff;
}
#event ul#chuigaki2 {
	width: 58%;
	height: auto;
	margin: 0 10% 1vw 31%;
	padding: 0;
	color: #fff;
}
#event ul#chuigaki2 li {
	color: #fff;
	font-size: 1em;
}


@media (max-width: 1024px) {
	h1#goods-head img {
		width: 50%;
	}
	#event ul#goods-list {
		width: 100%;
		height: auto;
		margin: 6vw 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#event ul#goods-list li {
		width: 90%;
		height: auto;
		margin: 20vw 5%;
		padding: 5vw 0;
		background-color: #fff;
	}
	#event ul#goods-list li .goods-img img {
		width: 100%;
	}
	#event ul#goods-list li .goods-txt ul li {
		width: 85%;
		font-size: 1em;
		color: #000;
		margin: 5px 0;
		padding: 0;
	}
	#event #anastore {
		width: 90%;
		height: auto;
		margin: 2vw 5%;
		padding: 0;
		font-size: 1.3em;
		font-weight: bold;
		color: #fff;
		overflow-x: hidden;
	}
	#event ul#chuigaki2 {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
	}
	#event ul#chuigaki2 li {
		color: #fff;
		font-size: 1em;
	}
	
}