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 fadeInUp {
	from {
	opacity: 0;
	transform: translateY(30px);
	}

	to {
	opacity: 1;
	transform: translateY(0);
	}
}
.fadeInUp {
	animation-name:fadeInUp;
	animation-duration:1.2s;
	animation-fill-mode:forwards;
	animation-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
}
  .snows div {
	position: fixed;
	top: -250px;
	left: 0;
	border-radius: 50%;
	background: #fff;
	opacity: 0.9;
	z-index: 1;
  }
  .snows div:nth-child(1){
	width: 7px;
	height: 7px;
	filter: blur(2px);
	box-shadow:
	  5vw -40px 0 #fff,
	  10vw 150px #fff,
	  15vw -230px #fff,
	  22vw 240px #fff,
	  30vw 120px #fff,
	  35vw -180px #fff,
	  44vw 240px #fff,
	  50vw 0 #fff,
	  60vw 180px #fff,
	  68vw 40px #fff,
	  74vw -130px #fff,
	  81vw -240px #fff,
	  88vw 100px #fff,
	  95vw 60px #fff;
	  animation: fall 12s linear infinite;
  }  
  .snows div:nth-child(2){
	width: 10px;
	height: 10px;
	filter: blur(2px);
	box-shadow:
	  7vw 220px 0 #fff,
	  35vw 20px #fff,
	  68vw 100px #fff,
	  93vw -190px #fff;
	animation: fall 12.5s linear infinite;
	animation-delay: 2s;
  }
  .snows div:nth-child(3){
	width: 14px;
	height: 14px;
	filter: blur(3px);
	box-shadow:
	  12vw 5px 0 #fff,
	  32vw -100px #fff,
	  45vw -180px #fff,
	  68vw 40px #fff,
	  77vw 65px #fff,
	  94vw 230px #fff;
	animation: fall 10s linear infinite;
	animation-delay: 6s;
  }
.snows div:nth-child(4){
	width: 20px;
	height: 20px;
	filter: blur(8px);
	box-shadow:
	  40vw -200px #fff,
	  80vw 230px #fff;
	animation: fall 7s linear infinite;
	animation-delay: 4s;
} 
@keyframes fall{
	0%{
	  top: -250px;
	}
	100% {
	  top: calc(100% + 250px);
	}
}
@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop-slide-rev {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}

@media (max-width: 1024px) {
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	br.sponly {display:inline;}
	.snows div:nth-child(1){
		width: 7px;
		height: 7px;
		filter: blur(2px);
		box-shadow:
		  65vw -40px 0 #fff,
		  90vw 60px #fff;
		  animation: fall 12s linear infinite;
	  }  
	  .snows div:nth-child(2){
		width: 10px;
		height: 10px;
		filter: blur(2px);
		box-shadow:
		  45vw 220px 0 #fff;
		animation: fall 12.5s linear infinite;
		animation-delay: 2s;
	  }
	  .snows div:nth-child(3){
		width: 14px;
		height: 14px;
		filter: blur(3px);
		box-shadow:
		  70vw 5px 0 #fff;
		animation: fall 10s linear infinite;
		animation-delay: 6s;
	  }
	.snows div:nth-child(4){
		width: 20px;
		height: 20px;
		filter: blur(8px);
		box-shadow:
		  80vw -200px #fff;
		animation: fall 7s linear infinite;
		animation-delay: 4s;
	} 
	
}


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

/* 非表示 */
.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: #FAF9FA;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
    display: grid;
    place-items: center;
}
#loader {
	width:30%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	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;
}

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

@keyframes anime1 {
	0% {	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, #FAF9FA 70%, transparent);
	background: -webkit-linear-gradient(top, #FAF9FA 70%, transparent);
	background: linear-gradient(to bottom, #FAF9FA 70%, 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:auto;
	height:auto;
	margin:0 0.5%;
	padding:0;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li a {
	transition-duration: 0.4s;
	text-decoration:none !important;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:1.4vw;
	line-height:1.4vw;
	text-align: center;
	color: #BC1B21;
	font-weight: bold;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 3px;
}
#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: #FAF9FA;
	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:70%;
	height:auto;
	margin:40px 15% 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: #BC1B21;
	font-weight: bold;
	transition: all .6s;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 3px;

  }  
  .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: #BC1B21 !important;
	transition: all .6s;
  }  
  .hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#BC1B21;
	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: 4%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#BC1B21;
}

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


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

	.global-nav__item a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:7vw;
		line-height: 9vw;
		font-family: 'Cormorant Garamond', serif;
		letter-spacing: 3px;	
	}
	.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: #FAF9FA;
}
#topmain-pc #up1 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: relative;
	opacity: 0;
}
#topmain-pc #up2 ,
#topmain-pc #up3 ,
#topmain-pc #up4 ,
#topmain-pc #up5 ,
#topmain-pc #up6 ,
#topmain-pc #up7 ,
#topmain-pc #up8 ,
#topmain-pc #up9 ,
#topmain-pc #up10 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#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 #up7 img ,
#topmain-pc #up8 img ,
#topmain-pc #up9 img ,
#topmain-pc #up10 img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
@keyframes fadeIn {
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}
@keyframes fadeInKouhan {
	0% {opacity: 0;}
	70% {opacity: 0;}			
	100% {opacity: 1;}
}

@keyframes wobbling1 {
	0% {opacity: 0;}
	40% {opacity: 1;}			
	70% {opacity: 0.3;}			
	100% {opacity: 1;}
}
@keyframes wobbling2 {
	0% {opacity: 0.6;}
	30% {opacity: 1;}			
	50% {opacity: 0.1;}			
	100% {opacity: 1;}
}
@keyframes wobbling3 {
	0% {opacity: 1;}
	20% {opacity: 0.3;}			
	50% {opacity: 0.8;}			
	80% {opacity: 0.2;}			
	100% {opacity: 1;}
}
@keyframes fromLeft {
	0% {transform: translateX(-1000px);}
	100% {transform: translateX(0);}
}
@keyframes fromRight {
	0% {transform: translateX(1000px);}
	100% {transform: translateX(0);}
}
@keyframes fromTop {
	0% {transform: translateY(-500px);}
	100% {transform: translateY(0);}
}
@keyframes fromBottom {
	0% {transform: translateY(500px);}
	100% {transform: translateY(0);}
}
.up1 {
	animation:wobbling1 1.2s forwards 0s , fromRight 1.2s ease-out forwards 0s;
}
.up2 {
	animation:wobbling2 1.2s forwards 0.2s , fromBottom 1.2s ease-out forwards 0.2s;
}
.up3 {
	animation:wobbling3 1.8s forwards 0s , fromTop 1.8s ease-out forwards 0s;
}
.up4 {
	animation:wobbling3 1.5s forwards 0.2s , fromRight 1.5s ease-out forwards 0.2s;
}
.up5 {
	animation:wobbling1 1.5s forwards 0.5s , fromLeft 1.5s ease-out forwards 0.5s;
}
.up6 {
	animation:wobbling1 2.2s forwards 0.1s , fromTop 2.2s ease-out forwards 0.1s;
}
.up7 {
	animation:wobbling2 1.0s forwards 0.1s , fromTop 1.0s ease-out forwards 0.1s;
}
.up8 {
	animation:wobbling3 1.9s forwards 0.1s , fromBottom 1.9s ease-out forwards 0.1s;
}
.up9 {
	animation:fadeInKouhan 1.9s forwards 0.7s , fromLeft 1.9s ease-out forwards 0.7s;
}
#topmain-pc ul#sns-link {
	width: 20%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 15%;
	right: 15%;
	opacity: 0;
}
#topmain-pc ul#sns-link li {
	width: 20%;
}
#topmain-pc ul#sns-link li img {
	width: 100%;
}
#topmain-pc ul#sns-link li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

.fadeIn {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
}
.fadeInFast {
	animation-name:fadeIn;
	animation-duration:0.1s;
	animation-fill-mode:forwards;
}
.fadeIn1 {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-delay: 1.5s;
}
.fadeIn2 {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-delay: 1.7s;
}
.fadeIn3 {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-delay: 1.9s;
}
.fadeIn4 {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-delay: 2.1s;
}
.fadeIn5 {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-delay: 2.5s;
}
@keyframes blurIn {
	from {
	opacity: 0;
	filter: blur(8px);
	transform: scale(3);
	}
	to {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
	}
}
.blurIn1 {
	animation-name:blurIn;
	animation-duration:1.1s;
	animation-timing-function: ease-in;
	animation-fill-mode:forwards;
}
.blurIn2 {
	animation-name:blurIn;
	animation-duration:1.1s;
	animation-timing-function: ease-in;
	animation-fill-mode:forwards;
	animation-delay: 0.5s;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain-pc {
		display:none !important;
	}
	#topmain-sp { 
		display:block !important;
		width:100%;
		height:auto;
		margin: 0;
		padding: 0;
		position: relative;
		overflow: hidden;
		background-color: #FAF9FA;
	}
	#topmain-sp #up1sp {
		width:100%;
		height:auto;
		margin: 0;
		padding: 0;
		position: relative;
		opacity: 0;
	}
	#topmain-sp #up2sp ,
	#topmain-sp #up3sp ,
	#topmain-sp #up4sp ,
	#topmain-sp #up5sp ,
	#topmain-sp #up6sp ,
	#topmain-sp #up7sp ,
	#topmain-sp #up8sp ,
	#topmain-sp #up9sp ,
	#topmain-sp #up10sp {
		width:100%;
		height:auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	#topmain-sp #up1sp img ,
	#topmain-sp #up2sp img ,
	#topmain-sp #up3sp img ,
	#topmain-sp #up4sp img ,
	#topmain-sp #up5sp img ,
	#topmain-sp #up6sp img ,
	#topmain-sp #up7sp img ,
	#topmain-sp #up8sp img ,
	#topmain-sp #up9sp img ,
	#topmain-sp #up10sp img {
		width:100%;
		height:auto;
		vertical-align:bottom;
	}
	#topmain-sp #date-sp {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 5%;
		text-align: center;
		opacity: 0;
	}
	#topmain-sp #date-sp img {
		width: 90%;
	}
	@keyframes fromLeft {
		0% {transform: translateX(-400px);}
		100% {transform: translateX(0);}
	}
	@keyframes fromRight {
		0% {transform: translateX(400px);}
		100% {transform: translateX(0);}
	}
	@keyframes fromTop {
		0% {transform: translateY(-1000px);}
		100% {transform: translateY(0);}
	}
	@keyframes fromBottom {
		0% {transform: translateY(1000px);}
		100% {transform: translateY(0);}
	}
	
	.up1sp {
		animation:wobbling1 1.2s forwards 0.2s , fromRight 1.2s ease-out forwards 0.2s;
	}
	.up2sp {
		animation:wobbling2 0.8s forwards 0s , fromLeft 0.8s ease-out forwards 0s;
	}
	.up3sp {
		animation:wobbling3 1.8s forwards 0.5s , fromBottom 1.8s ease-out forwards 0.5s;
	}
	.up4sp {
		animation:wobbling1 1.9s forwards 0.3s , fromTop 1.9s ease-out forwards 0.3s;
	}
	.up5sp {
		animation:wobbling3 1.2s forwards 0.3s , fromLeft 1.2s ease-out forwards 0.3s;
	}
	.up6sp {
		animation:wobbling2 0.8s forwards 0.1s , fromBottom 0.8s ease-out forwards 0.1s;
	}
	.up7sp {
		animation:wobbling2 0.8s forwards 0.4s , fromRight 0.8s ease-out forwards 0.4s;
	}
	.up8sp {
		animation:wobbling2 1.5s forwards 0.4s , fromTop 1.5s ease-out forwards 0.4s;
	}
	.up9sp {
		animation:fadeInKouhan 1.9s forwards 0.7s , fromLeft 1.9s ease-out forwards 0.7s;
	}



}



/* ========================================
ブリッジ
========================================== */
#bridge {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0 2vw;
	position: relative;
	background-color: #FAF9FA;
}
#bridge ul#theater-banners {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3vw 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	opacity: 0;
}
#bridge ul#theater-banners li {
	width: 15%;
	margin: 0 1%;
	text-align: center;
}
#bridge ul#theater-banners li img {
	width: 100%;
}
#bridge ul#theater-banners li.combanner img {
	width: 60%;
}
#bridge ul#theater-banners li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
#bridge ul#sns-link-sp {
	display: none;
}

/* 以下スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		position: relative;
	}
	#bridge ul#theater-banners {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		opacity: 0;
	}
	#bridge ul#theater-banners li {
		width: 60%;
		margin: 1vw 0;
		text-align: center;
	}
	#bridge ul#sns-link-sp {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#bridge ul#sns-link-sp li {
		width: 13%;
	}
	#bridge ul#sns-link-sp li img {
		width: 100%;
	}
	
}


/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:3vw 0 5vw;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background-color: #FAF9FA;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 1vw;
	text-align:center;
	position: relative;
	opacity: 0;
}
.trailer h2 img {
	width:10%;
	height:auto;
	vertical-align: bottom;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0 20%;
	opacity: 0;
}
.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: #fff;
	border: 1px solid #C8010C;
	color: #C8010C;
	font-size: 1.1vw;
}
.activee {
	background: #C8010C;
	border: 1px solid #C8010C;
	color: #fff;
}
.movie-btn:hover {
	background: #c8353c;
	border: 1px solid #c8353c;
	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: 30%;
}
.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;

}
}

@media (max-width: 525px) {


.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:10vw 0 20vw;
}
.trailer h2 {
	width:100%;
	height:auto;
	text-align:center;
	padding:0;
	margin:30px 0 20px;
	position:relative;
	font-size: 6vw;
}
.trailer h2 img {
	width:20%;
	height:auto;
}
.trailer .trailer-slider {
	display: none;
}
#video-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: static;
}

.video {
  width:100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin:0 0 10px;
  display:block;
}
.movie-btn {
	width: 45%;
	font-size: 3vw;
}

}

/* ========================================
イントロ＆ストーリー
========================================== */
#intro-bg1 {
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:-20;
	background:url(../img/SPY-introstory-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#intro-bg2 {
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:-19;
	background:url(../img/SPY-introstory-bg-3-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	animation:intro-bg2 8s infinite 0s;
}
@keyframes intro-bg2 {
	0% {opacity: 0;}
	40% {opacity: 0;}			
	50% {opacity: 1;}			
	90% {opacity: 1;}			
	100% {opacity: 0;}
}
#intro {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20vw 0;
	background: -moz-linear-gradient(bottom, transparent 60%, #FAF9FA);
	background: -webkit-linear-gradient(bottom, transparent 60%, #FAF9FA);
	background: linear-gradient(to top, transparent 60%, #FAF9FA);
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro h2 img {
	width: 60%;
}
#intro h3 {
	width: 100%;
	height: auto;
	margin: 5vw 0 2vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro h3 img {
	width: 50%;
}
#intro p {
	width: 50%;
	height: auto;
	margin: 2vw 20% 6vw;
	padding: 3vw 5%;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 1.1vw;
	font-feature-settings: "palt";
	line-height: 2.6vw;
	letter-spacing: 2px;
	opacity: 0;
}

@media (max-width: 1024px) {
	#intro {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 50vw 0;
		background: -moz-linear-gradient(bottom, transparent 80%, #FAF9FA);
		background: -webkit-linear-gradient(bottom, transparent 80%, #FAF9FA);
		background: linear-gradient(to top, transparent 80%, #FAF9FA);
	}
	#intro-bg1 {
		width:100%;
		height:100vh;
		min-height: 100%;
		position:fixed;
		top:0;
		left:0;
		z-index:-20;
		background:url(../img/SPY-introstory-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	#intro-bg2 {
		width:100%;
		height:100vh;
		min-height: 100%;
		position:fixed;
		top:0;
		left:0;
		z-index:-19;
		background:url(../img/SPY-introstory-bg-3-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		animation:intro-bg2 8s infinite 0s;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro h2 img {
		width: 90%;
	}
	#intro h3 {
		width: 100%;
		height: auto;
		margin: 30vw 0 5vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro h3 img {
		width: 80%;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 5vw 0 20vw;
		padding: 5vw 5%;
		background-color: rgba(0, 0, 0, 0.8);
		color: #fff;
		font-size: 1em;
		font-feature-settings: "palt";
		line-height: 2em;
		letter-spacing: 2px;
		opacity: 0;
	}
}



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


@media (max-width: 1024px) {
	#slider-area {
		width: 100%;
		height: 110%;
		min-height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		background:url(../img/SPY-slider-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	#slider-area #slider1 {
		position: absolute;
		top: 0;
	}
	#slider-area #slider2 {
		position: absolute;
		bottom: 0;
	}
	#slider-area #slide-logo img {
		width: 80%;
	}
	#slider-area .top-slide-wrap .top-slide .content {
		width: 80vw;
		height: auto;
	}
}



/* ========================================
相関図
========================================== */
#chart-sp {
	display: none;
}
#chart {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
#chart #chart-bg {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#chart #chart-bg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#chart .cp-tate {
	width: 11%;
	opacity: 0;
	position: absolute;
}
#chart .cp-yoko {
	width: 22%;
	opacity: 0;
	position: absolute;
}
#chart .cp-tate img ,
#chart .cp-yoko img {
	width: 100%;
}
#chart #chart1 {
	top: 12%;
	left: 5%;
}
#chart #chart2 {
	top: 12%;
	left: 23.5%;
}
#chart #chart3 {
	top: 50.5%;
	left: 5%;
}
#chart #chart4 {
	top: 50.5%;
	left: 23.5%;
}
#chart #chart5 {
	top: 12%;
	left: 48.75%;
}
#chart #chart6 {
	top: 80%;
	left: 34.65%;
}
#chart #chart7 {
	top: 24%;
	left: 71%;
}
#chart #chart8 {
	top: 24%;
	left: 86%;
}
#chart #chart9 {
	top: 63%;
	left: 62%;
}
#chart #chart10 {
	top: 63%;
	left: 74%;
}
#chart #chart11 {
	top: 63%;
	left: 86%;
}


@media (max-width: 1024px) {
	#chart {
		display: none;
	}	
	#chart-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 15vw;
		position: relative;
		background:url(../img/SPY-chart-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	#chart-sp h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 15vw 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#chart-sp h2 img {
		width: 90%;
	}
	#chart-sp #spy-team {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		background-color: #c9151e;
	}
	#chart-sp #spy-team h3 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#chart-sp #spy-team h3 img {
		width: auto;
		height: 6vw;
	}
	#chart-sp #spy-photo {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0 30vw;
		text-align: center;
		opacity: 0;
	}
	#chart-sp #spy-photo img {
		width: 94%;
	}
	#chart-sp #others {
		width: 100%;
		height: auto;
		margin: -17vw 0 0;
		padding: 0;
		text-align: center;
		position: relative;
		opacity: 0;
	}
	#chart-sp #others img {
		width: 94%;
	}
	#chart-sp #police-team {
		width: 100%;
		height: auto;
		margin: -5vw 0 0;
		padding: 5vw 0;
		background-color: #3450a1;
		position: relative;
	}
	#chart-sp #police-team h3 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0 1vw;
		text-align: center;
		opacity: 0;
	}
	#chart-sp #police-team h3 img {
		width: auto;
		height: 6vw;
	}
	#chart-sp #police-team .police-member {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#chart-sp #police-team .police-member li {
		width: 46%;
		height: auto;
		margin: 5vw 1% 0;
		padding: 0;
		opacity: 0;
	}
	#chart-sp #police-team .police-member li img {
		width: 100%;
	}
}




/* ========================================
監督
========================================== */
#dir-bg1 {
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:-18;
	background:url(../img/SPY-director-bg1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
#dir-bg2 {
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:-17;
	background:url(../img/SPY-director-bg2-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
#dir-bg3 {
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:-16;
	background:url(../img/SPY-director-bg3-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
#dir-head {
	width: 12%;
	height: auto;
	position: fixed;
	top: 23%;
	left: 12%;
	opacity: 0;
	z-index: -15;
}
#dir-head img {
	width: 100%;
}
@keyframes dir-bg2 {
	0% {opacity: 0;}
	23% {opacity: 0;}			
	33% {opacity: 1;}			
	56% {opacity: 1;}			
	66% {opacity: 0;}			
	100% {opacity: 0;}
}
@keyframes dir-bg3 {
	0% {opacity: 0;}
	56% {opacity: 0;}			
	66% {opacity: 1;}			
	90% {opacity: 1;}			
	100% {opacity: 0;}
}
.dir-bg1 {
	animation:fadeIn 0.1s forwards 0s;
}
.dir-bg2 {
	animation:fadeIn 0.1s forwards 0s , dir-bg2 10s ease-in-out infinite 0.5s;
}
.dir-bg3 {
	animation:fadeIn 0.1s forwards 0s , dir-bg3 10s ease-in-out infinite 0.5s;
}
#director {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20vw 0;
}
#director #dir-contents {
	width: 70%;
	height: auto;
	margin-left: 30%;
}
#director #dir-contents p {
	width: 80%;
	height: auto;
	margin: 2vw 10%;
	color: #fff;
	font-size: 1.1vw;
	font-feature-settings: "palt";
	line-height: 2.5vw;
	letter-spacing: 1px;
	opacity: 0;
}
#director #dir-contents h3 {
	width: 100%;
	height: auto;
	margin: 10vw 0 1vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#director #dir-contents h3 img {
	width: 60%;
}
#director #dir-contents ul {
	width: 90%;
	height: auto;
	margin: 0 5%;
	padding: 0;
	list-style-type: none;
}
#director #dir-contents ul li {
	width: 100%;
	height: auto;
	margin: 0.5vw 0;
	padding: 0;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#director #dir-contents ul li .title {
	width: 40%;
	margin:0 2% 0 5%;
	font-size: 1.1vw;
	font-feature-settings: "palt";
	line-height: 2.2vw;
	letter-spacing: 1px;
	color: #fff;
}
#director #dir-contents ul li .award {
	width: 50%;
	margin: 0;
	font-size: 1.1vw;
	font-feature-settings: "palt";
	line-height: 2.2vw;
	letter-spacing: 1px;
	color: #fff;
}


@media (max-width: 1024px) {
	#dir-bg1 {
		width:100%;
		height:100lvh;
		min-height: 100%;
		position:fixed;
		top:0;
		left:0;
		z-index:-18;
		background:url(../img/SPY-director-bg1-sp-rev.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		opacity: 0;
	}
	#dir-bg2 {
		width:100%;
		height:100lvh;
		min-height: 100%;
		position:fixed;
		top:0;
		left:0;
		z-index:-17;
		background:url(https://cliffwalkers-movie.com/img/SPY-director-bg2-sp-rev.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		opacity: 0;
	}
	#dir-bg3 {
		width:100%;
		height:100lvh;
		min-height: 100%;
		position:fixed;
		top:0;
		left:0;
		z-index:-16;
		background:url(../img/SPY-director-bg3-sp-rev.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		opacity: 0;
	}
	#dir-head {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0 5vw;
		text-align: center;
		position: relative;
		top: auto;
		left: auto;
	}
	#dir-head img {
		width: 35%;
	}
	#director #dir-contents {
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	#director #dir-contents p {
		width: 90%;
		height: auto;
		margin: 5vw 5%;
		color: #fff;
		font-size: 1em;
		font-feature-settings: "palt";
		line-height: 2.5em;
		letter-spacing: 1px;
		opacity: 0;
	}
	#director #dir-contents h3 {
		width: 100%;
		height: auto;
		margin: 20vw 0 3vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#director #dir-contents h3 img {
		width: 95%;
	}
	#director #dir-contents ul {
		width: 95%;
		height: auto;
		margin-left: 5%;
		padding: 0;
		list-style-type: none;
	}
	#director #dir-contents ul li {
		width: 100%;
		height: auto;
		margin: 6vw 0;
		padding: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		opacity: 0;
	}
	#director #dir-contents ul li .title {
		width: 100%;
		margin:1vw 0 0;
		font-size: 1em;
		font-feature-settings: "palt";
		line-height: 2em;
		letter-spacing: 1px;
		color: #fff;
	}
	#director #dir-contents ul li .award {
		width: 100%;
		margin:1vw 0 0;
		font-size: 1em;
		font-feature-settings: "palt";
		line-height: 2em;
		letter-spacing: 1px;
		color: #fff;
	}
	
	

}


/* ========================================
キャスト
========================================== */
#cast {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
	background-color: #000;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	text-align: center;
	opacity: 0;
}
#cast h2 img {
	width: 15%;
}
#cast .cast-unit {
	width: 70%;
	height: auto;
	margin: 2vw 15% 4vw;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cast .cast-unit .cast-h3sp {
	display: none;
}
#cast .cast-unit .cast-images {
	width: 40%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#cast .cast-unit .cast-images .cast-pic1 {
	width: 100%;
	height: auto;
	opacity: 0;
}
#cast .cast-unit .cast-images .cast-pic2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}
#cast .cast-unit .cast-images .cast-pic3 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}
#cast .cast-unit .cast-images .cast-black {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
}
#cast .cast-unit .cast-images .cast-pic1 img {
	width: 100%;
	height: auto;
}
#cast .cast-unit .cast-images .cast-pic2 img ,
#cast .cast-unit .cast-images .cast-pic3 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.pic1 {
	animation:blurIn 0.8s forwards ease-in 0s;
}
.black {
	animation:fadeIn 0.1s forwards 1.3s , fadeOut 0.1s forwards 1.4s ;
}
.pic2 {
	animation:fadeOut 0.1s forwards 1.4s;
}
@keyframes fadeOut {
	from {opacity: 1;}
	to {opacity: 0;}
}
@keyframes blurIn {
	0% {
		opacity: 0;
		transform: translate(-6px,-5px);
		filter: blur(6px);
	}
	30% {
		opacity: 0.3;
		transform: translate(7px,5px);
		filter: blur(4px);
	}
	60% {
		opacity: 0.6;
		transform: translate(-5px,-5px);
		filter: blur(2px);
	}
	100% {
		opacity: 1;
		transform: translate(0);
		filter: blur(0);
	}
}
#cast .cast-unit .cast-txt {
	width: 55%;
	height: auto;
	margin: 0 2%;
}
#cast .cast-unit .cast-txt h3 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	text-align: left;
	opacity: 0;
}
#cast .cast-unit .cast-txt h3 img {
	width: auto;
	height: 2.5vw;
}
#cast .cast-unit .cast-txt p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1.1vw;
	font-feature-settings: "palt";
	line-height: 2.2vw;
	letter-spacing: 1px;
	color: #fff;
	opacity: 0;
}


@media (max-width: 1024px) {
	#cast {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 15vw 0;
		background-color: #000;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		text-align: center;
		opacity: 0;
	}
	#cast h2 img {
		width: 40%;
	}
	#cast .cast-unit .cast-h3sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#cast .cast-unit .cast-h3sp img {
		width: auto;
		height: 8vw;
	}
	#cast .cast-unit {
		width: 100%;
		height: auto;
		margin: 10vw 0 30vw;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#cast .cast-unit .cast-images {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		overflow: hidden;
		order: 1;
	}
	#cast .cast-unit .cast-txt {
		width: 90%;
		height: auto;
		margin: 0 5%;
		order: 2;
	}
	#cast .cast-unit .cast-txt h3 {
		display: none;
	}
	#cast .cast-unit .cast-txt p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 1em;
		font-feature-settings: "palt";
		line-height: 2.2em;
		letter-spacing: 1px;
		color: #fff;
		opacity: 0;
	}
	

}


/* ========================================
SNSボタンアリア
========================================== */

#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: 800px) {

#button-area {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0 10px;
	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:160px;
	height: 20px;
	margin:5px;
	padding:3px 0;
	display: flex;
	justify-content: center;
}


}


/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: relative;
}
footer #foot1 {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
footer #foot2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	animation:foot-anime 6s ease-out infinite 0s;
}
@keyframes foot-anime {
	0% {opacity: 1;}
	10% {opacity: 1;}
	40% {opacity: 0;}			
	60% {opacity: 0;}			
	90% {opacity: 1;}
	100% {opacity: 1;}
}
footer #foot-logo {
	width: 30%;
	height: auto;
	position: absolute;
	top: 40%;
	left: 35%;
	opacity: 0;
}
footer #foot-tw {
	width: 4%;
	height: auto;
	position: absolute;
	top: 55%;
	left: 48%;
	opacity: 0;
}
footer #foot1 img ,
footer #foot2 img ,
footer #foot3 img ,
footer #foot-tw img ,
footer #foot-logo img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
footer #foot-tw img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
footer #button-area {
	position: absolute;
	bottom: 5%;
}
footer .copyright {
	width:100%;
	height:auto;
	padding:5px 0;
	color:#fff;
	text-align:center;
	font-size:0.9vw;
	position: absolute;
	bottom: 0;
}


@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
	}
	footer #foot-logo {
		width: 80%;
		height: auto;
		position: absolute;
		top: 40%;
		left: 10%;
		opacity: 0;
	}
	footer #foot-tw {
		width: 14%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 43%;
		opacity: 0;
	}
	footer #button-area {
		bottom: 10%;
	}
	footer .copyright {
		font-size:0.7em;
	}

}

@media (max-width: 515px) {

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

}


/* ========================================
コメント
========================================== */
#combody #pcheader {
	opacity: 1 !important;
}
#com-bg {
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	background:url(../img/SPY-comment-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 1;
}
#comment {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 7vw 0 0;
}
#comment h1 {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	text-align: center;
}
#comment h1 img {
	width: 20%;
}
#comment #keisho {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 1.2vw;
}
#comment ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#comment ul li {
	width: 27%;
	height: auto;
	margin: 3vw 2%;
	opacity: 0;
}
#comment ul li.ueretu1 ,
#comment ul li.ueretu {
	opacity: 1;
}
#comment ul li img {
	width: 100%;
}
#comment .copyright {
	width:100%;
	height:auto;
	padding:5px 0;
	color:#fff;
	text-align:center;
	font-size:0.9vw;
	position: static;
}


@keyframes slideInUp {
from {
	-webkit-transform: translate3d(0, 20%, 0);
	transform: translate3d(0, 20%, 0);
	opacity: 0;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
}
.slideInUp {
	animation: slideInUp 1s ease-out 0s forwards;
}


@media (max-width: 1024px) {
	#combody .hamburger {
		opacity: 1 !important;
	}
	#comment {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20vw 0;
	}
	#comment h1 {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		padding: 0;
		text-align: center;
	}
	#comment h1 img {
		width: 60%;
	}
	#comment #keisho {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
		color: #fff;
		font-size: 3.5vw;
	}
	#comment ul {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 2vw 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#comment ul li {
		width: 90%;
		height: auto;
		margin: 8vw 5%;
		opacity: 0;
	}
	#comment ul li.ueretu {
		opacity: 0;
	}

#comment .copyright {
	width:100%;
	height:auto;
	padding:5px 0;
	color:#fff;
	text-align:center;
	font-size:0.9vw;
}
}
/* ========================================
ダウンロード
========================================== */

body#dl-body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100vh;
	background:url(https://cliffwalkers-movie.com/download/images/SPY-dl-bg.jpg) no-repeat;
	  background-size: cover;
	  background-position: bottom center;
	  animation: none;
  }
  body#dl-body::after{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-11;
	width:100%;
	height:100vh;
	animation: none;
  }  
  #fourmen {
	width: 20%;
	height: auto;
	position: fixed;
	bottom: 3%;
	right: 2%;
  }
  #fourmen img {
	width: 100%;
  }
  .dlButton {
	  background-color:#AB1C23;
	  border:1px solid #AB1C23;
	  display:inline-block;
	  cursor:pointer;
	  color:#fff;
	  font-family:Arial;
	  width: 16vw;
	  font-size:1.2vw;
	  padding:10px 0;
	  text-align: center;
	  text-decoration:none;
  }
  .dlButton:hover {
	  background-color:#fff;
	  color:#AB1C23;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#fff !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#fff;
	  color:#AB1C23 !important;
  }
  .dl-contents {
	  width:80%;
	  height:auto;
	  padding:20px 10% 80px;
	  font-size:1.3em;
  }
  
  .dl-contents h2 {
	  width:100%;
	  text-align:center;
	  padding:0;
	  color:#000;
	  font-size:2em;
	  margin-bottom:50px;
  }
  
  .dl-contents h2 span.small {
	  font-size:0.5em;
	  line-height:0.7em;
  }
  
  .dl-contents h2 img {
	  width:55%;
  }
  
  
  
  #dl-wrapper {
	  width:100%;
	  height:auto;
	  text-align:center;
	  margin-bottom:20px;
  }
  
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#000;
	  margin:20px 0 5px;
  }
  #dl-wrapper .dl-txt1 span {
	display: inline-block;
	position: relative;
	z-index: 2;
  }
  
  #dl-wrapper .dl-txt1 a {
	  color:#000;
  }
  
  #dl-wrapper .dl-txt1 img {
	  width:35%;
  }
  
  #dl-wrapper .sikiri {
	  width:100%;
	  height:auto;
	  padding:40px 0 20px;
	  text-align:center;
  }
  
  #dl-wrapper .sikiri img {
	  width:10%;
  }
  
  
  #dl-wrapper .dl-uline {
	  display:inline-block;
	  width:70%;
	  margin:20px 0 30px;
  }
  
  #dl-wrapper .dl-uline img {
	  width:100%;
	  height:60px;
  }
  .dl-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }  
  .dl-wrap .img-box {
	  width:22%;
	  height:auto;
	  padding:0 1%;
	  margin:50px 1%;
	  color:#000;
	  text-align: center;
	  font-size: 1.0em;
  }  
  .img-box img {
	  width:90%;
  }

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