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;
}	
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-10;
  width:100%;
  height:100vh;
  background:url(../img/story_bg_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
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(8px);
	transform: scale(3);
	}
	to {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
	}
}
@keyframes zoomIn {
	0% {
	opacity: 0;
	transform: scale(0);
	}
	96% {
		transform: scale(1.1);
		}
	
	100% {
	opacity: 1;
	transform: scale(1);
	}
}
@keyframes slideUp {
	0% {
		transform: translateY(38%);
	}
	100% {
		transform: translateY(0%);
	}	
}
.fadeIn {
	animation-name:fadeIn;
	animation-duration:1.2s;
	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;
}
.fadeInUp {
	animation-name:fadeInUp2;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInUp2 {
	animation-name:fadeInUp2;
	animation-duration:1.0s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.blurIn {
	animation-name:blurIn;
	animation-duration:1.0s;
	animation-fill-mode:forwards;
	animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
}
.slideUp {
	animation-name:slideUp;
	animation-duration:1.0s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}


@media (max-width: 1024px) {
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-10;
		width:100%;
		height:100vh;
		background:url(../img/story_bg_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}

br.sponly {display:inline;}
.blurIn {
	animation-name:fadeIn;
	animation-duration:1.2s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}

}

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

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0s;
    transition-duration: 1s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.5s;
    transition-duration: 2.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
    display: grid;
    place-items: center;
}
#loader {
	width: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-name: anime1;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-delay:0;
	animation-iteration-count: infinite;
	animation-fill-mode:forwards;
}
#loader #load2 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	animation-name: anime2;
	animation-duration: 3s;
	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 #load3 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	animation-name: anime3;
	animation-duration: 3s;
	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 ,
#loader #load3 img {
	width:100%;
	height:auto;
}

@keyframes anime1 {
	0% {	opacity:0;	}
	20% {	opacity:1;	}
	80% {	opacity:1;	}
	100% {	opacity:0;	}
}
@keyframes anime2 {
	0% {	opacity:0;	}
	5% {	opacity:0;	}
	25% {	opacity:1;	}
	80% {	opacity:1;	}
	100% {	opacity:0;	}
}
@keyframes anime3 {
	0% {	opacity:0;	}
	10% {	opacity:0;	}
	30% {	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:15px 0 20px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #fff 10%, transparent);
	background: -webkit-linear-gradient(top, #fff 10%, transparent);
	background: linear-gradient(to bottom, #fff 10%, 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.2%;
	padding:0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#pcheader ul#pcmenu li.menusns {
	width:1.5vw;
	height:auto;
	margin:0 0.5%;
	padding:0;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li.menusns img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#pcheader ul#pcmenu li a {
	transition-duration: 0.4s;
	text-decoration:none !important;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:1.4vw;
	line-height:1.4vw;
	text-align: center;
	color: #000;
	font-family: 'Abril Fatface', cursive;
	letter-spacing: 0px;
}
#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: #fff;
	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:50%;
	height:auto;
	margin:80px 25% 10px;
	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;
}
.global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	transition: all .6s;
	font-family: 'Abril Fatface', cursive;
	letter-spacing: 3px;
	text-shadow: 0px 0px 2px #fff;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
}

  .hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #e60012 !important;
	transition: all .6s;
  }  
  .hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#e60012;
	font-size:1.0em;
	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: 20%;
	height: auto;
	margin: 0;
	text-align: center;
}
.global-nav ul.nav-sns li a {
	color:#000;
	font-size: 5vw;
}
.global-nav ul.nav-sns li:nth-child(2) 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: -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: 100vh;
	min-height: 100%;
	padding-top: 40px;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:4vw;
}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3vw;
	}
.global-nav ul.nav-sns li {
	width: 20%;
	margin: 0;
	text-align: center;
}
.global-nav ul.nav-sns li a {
	font-size: 13vw;
}
.global-nav #tw-menu {
	width:100%;
	height:auto;
	padding:20px 0;
	margin:0;
	text-align: center;
	opacity: 1;
	position: relative;
	color: #fff;
	font-size: 10vw;
}
.global-nav #tw-menu a {
	color: #fff;
}
  
	/* 表示された時用のCSS */
	.nav-open .global-nav {
	  top: 0;
	}
	.nav-open .black-bg {
	  opacity: .8;
	  visibility: visible;
	}
	.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 20px;
	
	}
	.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
	
	}
	.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 20px;
	
	}
  
  
  ul#nav-button {
	  display:none !important;
  }
  
}  


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

	.global-nav__item a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:7vw;
		line-height: 8vw;
		font-family: 'Abril Fatface', cursive;
		letter-spacing: 0px;	
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.6vw;
	}
}





/* ========================================
トップメイン画像まわり
========================================== */
#topmain-pc {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
	background-color: #fff;
}
#topmain-pc #up1 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	opacity: 1;
}
#topmain-pc #up4 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#topmain-pc #up2 ,
#topmain-pc #up3 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#topmain-pc #up1 img ,
#topmain-pc #up2 img ,
#topmain-pc #up3 img ,
#topmain-pc #up4 img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
.fadeOutFlag {
	animation: fadeOut 1.5s ease-out 1.5s forwards;
}
.fadeInUp4 {
	animation: fadeIn 1.0s ease-out 2.8s forwards;
}
#topmain-pc .video-loop {
	width: 26%;
	height: auto;
	position: absolute;
	bottom: 14%;
	right: 3.5%;
	overflow: hidden;
	opacity: 0;
}
#topmain-pc .video-loop video {
	width: 100%;
	height: auto;
	margin: 0;
	vertical-align: bottom;
}
#topmain-pc #tocomment {
	width: 12%;
	height: auto;
	position: absolute;
	bottom: 3%;
	left: 3%;
	overflow: hidden;
	opacity: 0;
}
#topmain-pc #tocomment img {
	width: 100%;
}
#topmain-pc #tocomment img:hover {
	transform: rotate(9deg);
	transition: 1.0s;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain-pc {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position:relative;
		overflow: hidden;
		background-color: #01040D;
	}
	#topmain-pc .video-loop {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 5vw;
		position: static;
		overflow: hidden;
		opacity: 0;
	}
	#topmain-pc #tocomment {
		width: 30%;
		height: auto;
		position: absolute;
		bottom: auto;
		left: 1%;
		top: 28%;
		overflow: hidden;
		opacity: 0;
	}
}


/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 999999;
}
.modal__bg{
	background:#AAA5DB;
	opacity: 0.8;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
}
.movie-bg {
	background:#000;
	opacity: 0.85;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
}
.event-bg {
	background:rgb(119, 118, 118);
	opacity: 0.85;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
}
.movie__content {
    width: 70%;
	height: auto;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal__content {
    width: 70%;
	height: auto;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	background:url(../img/CM6-top-event-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.modal__content h2 {
	width: 100%;
	height: auto;
	margin: 0 0 1.5vw;
	font-size: 1.6vw;
	color: #fff100;
	text-align: center;
}
.modal__content #dire-pic {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	text-align: center;
}
.modal__content #dire-pic img {
	width: 23%;
}

.modal__content p {
	width: 70%;
	height: auto;
	margin: 0 15%;
	padding: 0;
	color: #fff;
	text-align: left;
	font-size: 1.2vw;
}
.modal__content p a {
	color: #fff;
}
.modal__content p.shinjuku {
	width: 60%;
	height: auto;
	margin: 0 20% 2vw;
	font-size: 1.2vw;
}
.modal__content ul {
	width: 60%;
	height: auto;
	margin: 2vw 20%;
	padding: 0;
	list-style-type: square;
}
.modal__content ul li {
	width: 100%;
	margin: 0.3vw 0;
	color: #fff;
	font-size: 1.2vw;
}
.video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
  } 
  .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

.batsu {
	width: 3%;
	height: auto;
	position: fixed;
	top: 2%;
	right: 2%;
}
.batsu img {
	width: 100%;
}


/* 以下タブレット・スマホ */
@media (max-width: 800px) {
	.modal__content{
		width: 86%;
		height: 75%;
		padding: 2%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		overflow-y: auto;
		overflow-y: scroll;
	}
	.movie__content {
		width: 98%;
		height: auto;
		padding: 1%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.batsu {
		width: 10%;
		height: auto;
		position: fixed;
		top: 3%;
		right: 3%;
	}
	.modal__content p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #000;
		text-align: left;
		font-size: 4vw;
	}
	.modal__content {
		width: 80%;
		height: auto;
		padding: 20px 5%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		background:url(../img/CM6-top-event-bg.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.modal__content h2 {
		width: 100%;
		height: auto;
		margin: 0 0 4vw;
		font-size: 4vw;
		color: #fff100;
		text-align: center;
	}
	.modal__content #dire-pic {
		width: 100%;
		height: auto;
		margin: 0 0 4vw;
		text-align: center;
	}
	.modal__content #dire-pic img {
		width: 70%;
	}	
	.modal__content p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		text-align: left;
		font-size: 1em;
	}
	.modal__content p a {
		color: #fff;
	}
	.modal__content p.shinjuku {
		width: 90%;
		height: auto;
		margin: 0 5% 4vw;
		font-size: 1em;
	}
	.modal__content ul {
		width: 90%;
		height: auto;
		margin: 5vw 5% 4vw;
		padding: 0;
		list-style-type: square;
	}
	.modal__content ul li {
		width: 100%;
		margin: 1vw 0;
		color: #fff;
		font-size: 1em;
	}
	

}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0 5vw;
	background-color: #fff;
}
#bridge #theater-banner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	opacity: 0;
}
#bridge #theater-banner li {
	width: 15%;
	height: auto;
	margin: 0.5vw 40%;
}
#bridge #theater-banner li img {
	width: 100%;
	height: auto;
}
#bridge #theater-banner li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
#bridge #sns-link {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #sns-link li {
	width: 3.5%;
	height: auto;
	margin: 0 1%;
}
#bridge #sns-link li img {
	width: 100%;
	height: auto;
}
#bridge #sns-link li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0 20vw;
		background-color: #01040D;
	}
	#bridge #billing ,
	#bridge #bri-catch {
		display: none;
	}
	#bridge #theater-banner {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 6vw 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#bridge #theater-banner li {
		width: 60%;
		height: auto;
		margin: 1vw 1%;
	}
	#bridge #sns-link li {
		width: 12%;
		height: auto;
		margin: 0 3%;
	}
	#bridge #present {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		text-align: center;
		opacity: 0;
	}
	#bridge #present img {
		width: 85%;
	}



}


/* ========================================
イントロダクション
========================================== */
#intro-bg {
	position:fixed;
	top:0;
	left:0;
	z-index:-22;
	width:100%;
	height:100vh;
	min-height: 100%;
	background:url(../img/SM-intro-bg-pc-rev.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
#intro {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10vw 0 20vw;
	overflow: hidden;
}
#intro #intro-contents {
	width: 45%;
	height: auto;
	margin: 10vw 3%;
	padding: 3vw 2%;
	background-color: rgba( 255,255,255 , 0.8 );
	position: relative;
	z-index: -21;
}
#intro #intro-contents #intro-c1 ,
#intro #intro-contents #intro-c2 ,
#intro #intro-contents #intro-c3 {
	width: 100%;
	height: auto;
	margin: 4vw 0;
	text-align: center;
	opacity: 0;
}
#intro #intro-contents #intro-c1 img {
	width: 96%;
	height: auto;
	vertical-align: bottom;
}
#intro #intro-contents #intro-c2 img {
	width: 80%;
	height: auto;
	vertical-align: bottom;
}
#intro #intro-contents #intro-c3 img {
	width: 90%;
	height: auto;
	vertical-align: bottom;
}
#intro #intro-contents h2 {
	width: 100%;
	height: auto;
	margin: 9vw 0 2vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro #intro-contents h2 img {
	width: 40%;
}
#intro #intro-contents p {
	width: 90%;
	height: auto;
	margin: 2vw 5%;
	font-size: 1em;
	line-height: 2em;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	color: #000;
	opacity: 0;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bg {
		position:fixed;
		top:0;
		left:0;
		z-index:-22;
		width:100%;
		height:100vh;
		min-height: 100%;
		background:url(../img/SM-intro-bg-sp-rev.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}	
	#intro {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 80vw 0 150vw;
		overflow: hidden;
	}
	#intro #intro-contents {
		width: 90%;
		height: auto;
		margin: 20vw 3%;
		padding: 10vw 2%;	
		position: relative;
		z-index: -21;
	}
	#intro #intro-contents #intro-c1 ,
	#intro #intro-contents #intro-c2 ,
	#intro #intro-contents #intro-c3 {
		width: 100%;
		height: auto;
		margin: 10vw 0;
		text-align: center;
		opacity: 0;
	}
	#intro #intro-contents #intro-c1 img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#intro #intro-contents #intro-c2 img {
		width: 83%;
		height: auto;
		vertical-align: bottom;
	}
	#intro #intro-contents #intro-c3 img {
		width: 63%;
		height: auto;
		vertical-align: bottom;
	}
	#intro #intro-contents h2 {
		width: 100%;
		height: auto;
		margin: 15vw 0 6vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro #intro-contents h2 img {
		width: 60%;
	}
	#intro #intro-contents p {
		width: 90%;
		height: auto;
		margin: 7vw 5%;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		color: #000;
		opacity: 0;
	}
}



/* ========================================
スライダー
========================================== */
#intro #slide-red {
	width: 100%;
	height: auto;
	position: fixed;
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	z-index: -20;
	background-color: #e60012;
}
#intro #slide-red .slide-red {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
}
#intro #slide-red .slide-red .top-slide {
	animation: loop-slide-rev 40s infinite linear 1s both;
	flex-wrap: nowrap;
}
#intro #slide-red .slide-red .top-slide .content {
	width: 40vh;
	height: auto;
	margin: 0;
	text-align: center;
}
#intro #slide-red .slide-red .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.top-slide-wrap {
	display: block;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	overflow: hidden;
	opacity: 1;
}
.top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 50s infinite linear 0s both;
}
.top-slide-wrap .top-slide .content {
	width: 20vw;
	height: auto;
}
.top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro #slide-red {
		width: 100%;
		height: auto;
		position: fixed;
		top: auto;
		bottom: 0;
		right: auto;
		left: 0;
		z-index: -20;
	}
	#intro #slide-red .slide-red {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow: hidden;
		position: relative;
	}
	#intro #slide-red .slide-red .top-slide {
		animation: loop-slide-rev 30s infinite linear 1s both;
		flex-wrap: nowrap;
	}
	#intro #slide-red .slide-red .top-slide .content {
		width: 60vw;
		height: auto;
		margin: 0;
		text-align: center;
	}
	#intro #slide-red .slide-red .top-slide .content img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.top-slide-wrap {
		display: block;
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		overflow: hidden;
		opacity: 1;
	}
	.top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide 50s infinite linear 0s both;
	}
	.top-slide-wrap .top-slide .content img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#intro #slide-red .slide-red .top-slide .content {
		width: 100vw;
		height: auto;
		margin: 0;
		text-align: center;
	}
}


/* ========================================
ランキング
========================================== */
#rank-area {
	width: 100%;
	height: auto;
	position: relative;
}
#rank-area #rank-bg {
	width: 100%;
	height: auto;
}
#rank-area #rank-bg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#rank-area #rank-contents {
	width: 100%;
	height: auto;
	position: absolute;
	top: 30%;
	left: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#rank-area #rank-contents .ranking-header {
	width: 40%;
	height: auto;
	margin: 0 4% 3vw;
	opacity: 0;
}
#rank-area #rank-contents .ranking-header h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: left;
}
#rank-area #rank-contents .ranking-header h2 img {
	width: auto;
	height: 2vw;
	vertical-align: bottom;
}
#rank-area #rank-contents #data-source {
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 1vw;
	font-feature-settings: "palt";
	color: #000;
}
#rank-area #rank-contents #ranking-list {
	width: 40%;
	height: auto;
	margin: 0 4%;
	padding: 0;
	list-style-position: inside;
}
#rank-area #rank-contents #ranking-list li {
	color: #000;
	font-size: 1.2vw;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	font-weight: bold;
	opacity: 0;
}
#rank-area #rank-contents #ranking-list li:nth-child(2) {
	color: #e60012;
}
#rank-area #rank-contents #pantheon-list {
	width: 40%;
	height: auto;
	list-style-type: none;
	margin: 0 4%;
	padding: 0;
}
#rank-area #rank-contents #pantheon-list li {
	color: #000;
	font-size: 1.2vw;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	font-weight: bold;
	opacity: 0;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#rank-area #rank-contents {
		width: 100%;
		height: auto;
		position: absolute;
		top: 5%;
		left: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#rank-area #rank-contents #ranking-head {
		order: 1;
	}
	#rank-area #rank-contents #ranking-list {
		order: 2;
	}
	#rank-area #rank-contents #pantheon-head {
		order: 3;
	}
	#rank-area #rank-contents #pantheon-list {
		order: 4;
	}
	#rank-area #rank-contents .ranking-header {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		opacity: 0;
	}
	#rank-area #rank-contents .ranking-header h2 {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		text-align: center;
	}
	#rank-area #rank-contents .ranking-header h2 img {
		width: auto;
		height: 5vw;
		vertical-align: bottom;
	}
	#rank-area #rank-contents #data-source {
		width: 90%;
		height: auto;
		margin: 0 5%;
		text-align: left;
		font-size: 2.5vw;
		font-feature-settings: "palt";
		color: #000;
	}
	#rank-area #rank-contents #ranking-list {
		width: 90%;
		height: auto;
		margin: 0 2% 10vw 8%;
		padding: 0;
	}
	#rank-area #rank-contents #ranking-list li {
		color: #000;
		font-size: 3.125vw;
		font-feature-settings: "palt";
		letter-spacing: 0.2px;
		font-weight: bold;
		opacity: 0;
	}
	#rank-area #rank-contents #pantheon-list {
		width: 92%;
		height: auto;
		list-style-type: none;
		margin: 0 4%;
		padding: 0;
	}
	#rank-area #rank-contents #pantheon-list li {
		color: #000;
		font-size: 3.125vw;
		font-feature-settings: "palt";
		letter-spacing: 0.2px;
		font-weight: bold;
		opacity: 0;
	}
	

}



/* ========================================
スタッフ＆キャスト
========================================== */
#cast {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 10vw;
	overflow: hidden;
	background-color: #fff;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
#cast h2 #staffcast-header-bg {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#cast h2 #staffcast-head {
	width: 32%;
	height: auto;
	position: absolute;
	top: 45%;
	left: 58%;
	opacity: 0;
}
#cast h2 #staffcast-header-bg img ,
#cast h2 #staffcast-head img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#cast .director-unit {
	width: 54%;
	height: auto;
	margin: 5vw 23% 2vw;
}
#cast .director-unit .dhead {
	width: 60%;
	height: auto;
	margin: 0 20% 2vw;
	position: relative;
}
#cast .director-unit .dhead .dhead-bg {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	transform: translateY(38%);
}
#cast .director-unit .dhead .dhead-en {
	width: 64%;
	height: auto;
	position: absolute;
	top: 65%;
	left: 18%;
	z-index: 2;
}
#cast .director-unit .dhead .dhead-bg img ,
#cast .director-unit .dhead .dhead-en img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#cast .director-unit .dhead .dhead-jp {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	text-align: center;
	position: relative;
	z-index: 0;
}
#cast .director-unit .dhead .dhead-jp img {
	width: 80%;
}
#cast .director-unit p {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	font-size: 1.2vw;
	line-height: 2vw;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	opacity: 0;
}
#cast h3 {
	width: 100%;
	height: auto;
	margin: 7vw 0 2vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#cast h3 img {
	width: 11%;
}
#cast .cast-unit {
	width: 54%;
	height: auto;
	margin: 2vw 23%;
}
#cast .cast-unit .chead {
	width: 80%;
	height: auto;
	margin: 0 10% 2vw;
	position: relative;
}
#cast .cast-unit .chead .chead-bg {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	transform: translateY(38%);
}
#cast .cast-unit .chead .chead-en {
	width: auto;
	height: 2.2vw;
	position: absolute;
	z-index: 2;
}
#cast .cast-unit .chead #chead-en1 {
	width: auto;
	height: 3vw;
}
#cast .cast-unit .chead .chead-en-l {
	bottom: 25%;
	left: 3%;
}
#cast .cast-unit .chead .chead-en-r {
	bottom: 25%;
	right: 3%;
}
#cast .cast-unit .chead .chead-bg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#cast .cast-unit .chead .chead-en img {
	width: auto;
	height: 100%;
	vertical-align: bottom;
}
#cast .cast-unit .chead .chead-jp {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	text-align: center;
	position: relative;
	z-index: 0;
}
#cast .cast-unit .chead .chead-jp img {
	width: auto;
	height: 3vw;
}
#cast .cast-unit p {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	font-size: 1.2vw;
	line-height: 2vw;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	opacity: 0;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 40vw;
	}
	#cast h2 #staffcast-head {
		width: 70%;
		height: auto;
		position: absolute;
		top: 70%;
		left: 20%;
		opacity: 0;
	}
	#cast h2 #staffcast-header-bg img ,
	#cast h2 #staffcast-head img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#cast .director-unit {
		width: 90%;
		height: auto;
		margin: 15vw 5% 2vw;
	}
	#cast .director-unit .dhead {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		position: relative;
	}
	#cast .director-unit .dhead .dhead-bg {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 1;
		transform: translateY(38%);
	}
	#cast .director-unit .dhead .dhead-en {
		width: 58%;
		height: auto;
		position: absolute;
		top: 65%;
		left: 21%;
		z-index: 2;
	}
	#cast .director-unit .dhead .dhead-bg img ,
	#cast .director-unit .dhead .dhead-en img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#cast .director-unit .dhead .dhead-jp {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		text-align: center;
		position: relative;
		z-index: 0;
	}
	#cast .director-unit .dhead .dhead-jp img {
		width: 80%;
	}
	#cast .director-unit p {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		padding: 0;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		opacity: 0;
	}
	#cast h3 {
		width: 100%;
		height: auto;
		margin: 20vw 0 5vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}	
	#cast h3 img {
		width: 30%;
	}
	#cast .cast-unit {
		width: 90%;
		height: auto;
		margin: 15vw 5% 2vw;
	}
	#cast .cast-unit .chead {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		position: relative;
	}
	#cast .cast-unit .chead .chead-bg {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 1;
		transform: translateY(38%);
	}
	#cast .cast-unit .chead .chead-en {
		width: auto;
		height: 6vw;
		position: absolute;
		z-index: 2;
	}
	#cast .cast-unit .chead #chead-en1 {
		width: auto;
		height: 7.5vw;
	}
	#cast .cast-unit .chead .chead-en-l {
		bottom: 25%;
		left: 3%;
	}
	#cast .cast-unit .chead .chead-en-r {
		bottom: 25%;
		right: 3%;
	}
	#cast .cast-unit .chead .chead-bg img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#cast .cast-unit .chead .chead-en img {
		width: auto;
		height: 100%;
		vertical-align: bottom;
	}
	#cast .cast-unit .chead .chead-jp {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		text-align: center;
		position: relative;
		z-index: 0;
	}
	#cast .cast-unit .chead .chead-jp img {
		width: auto;
		height: 10vw;
	}
	#cast .cast-unit p {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		padding: 0;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		opacity: 0;
	}
	
	
	
}



/* ========================================
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;
}
#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:#1B95E0;
}
#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: 1024px) {

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

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

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


}



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: relative;
	overflow: hidden;
}
footer #foot-bg1 {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
footer #foot-bg2 {
	display: block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: absolute;
	top: 0;
	left: 0;
	animation: foot-bg 8s ease-in-out 0s infinite;
}
footer #foot3 {
	display: block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: absolute;
	top: 0;
	left: 0;
}
footer #foot-bg1 img ,
footer #foot-bg2 img ,
footer #foot3 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@keyframes foot-bg {
	0% {opacity: 0;}
	30% {opacity: 0;}
	40% {opacity: 1;}
	80% {opacity: 1;}
	90% {opacity: 0;}
	100% {opacity: 0;}
}
footer #button-area {
	position: absolute;
	bottom: 0;
}


@media (max-width: 1024px) {

	footer #foot3 {
		display: none;
	}
	
}
@media (max-width: 510px) {

}

