html{
  height:100%; 
}

body { 
	margin: 0; 
	padding:0;
	font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; 
	width:100%; 
	height:100%;
	overflow-x:hidden;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
br.sponly2 {display:none;}
br.pconly {display:inline;}
.img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

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




@keyframes fadeIn {
	from {
	opacity: 0;
	}

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

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

	to {
	opacity: 0;
	}
}
.fadeOutZero {
	animation-name:fadeOut;
	animation-duration:0s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}


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

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



@media (max-width: 1024px) {
	body { 
		margin: 0; 
		padding:0;
		font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; 
		width:100%; 
		height:100vh;
		overflow-x:hidden;
	}
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	br.sponly {display:inline;}
	br.sponly2 {display:none;}
	br.pconly {display:none;}
}
@media (max-width: 610px) {
	br.sponly2 {display:inline;}
}




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

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0s;
    transition-duration: 1s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.5s;
    transition-duration: 2.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #6D6657;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	overflow: hidden;
}
#loader {
	width:100%;
	height:auto;
	position:relative;
}
#loader #load1-bg {
	width: 100%;
	height: auto;
	opacity: 0;
}
#loader #load1 {
	width: 45%;
	height: auto;
	position: absolute;
	top: 7%;
	left: 3%;
}



/* 以下スマホ */
@media (max-width: 1024px) {
	#loader-bg {
		background: #61675A;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000000;
		overflow: hidden;
	}
	#loader #load1-bg {
		width: 100%;
		height: auto;
		padding:0 0 130vw;
		opacity: 0;
	}
	#loader #load1 {
		width: 94%;
		height: auto;
		position: absolute;
		top: 2.6%;
		left: 3%;
		opacity: 1;
		z-index: 3;
	}

}

/* ========================================
ヘッダー
========================================== */
#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:15px 0 20px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #fff, transparent);
	background: -webkit-linear-gradient(top, #fff, transparent);
	background: linear-gradient(to bottom, #fff, 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;
	align-items: center;
	flex-wrap: wrap;
}
#pcheader ul#pcmenu li.menusns {
	width:auto;
	height:auto;
	margin:0 0.5%;
	padding:0;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li a {
	transition-duration: 0.4s;
	text-decoration:none !important;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:1.4vw;
	line-height:1.4vw;
	text-align: center;
	color: #000;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(0px);
	font-size: 1.6vw;
}
#pcheader ul#pcmenu li.menusns a span.eng img {
	width: 2.5vw;
}
#pcheader ul#pcmenu li a span.jpn {
	display: block;
	width: 100%;
	font-size:0.7vw;
	line-height:0.7vw;
	text-align: center;
	color: #fff;
	font-family: 'Edu TAS Beginner', cursive;
	letter-spacing: 1px;
	transform: translateY(-1.5vw);
}
#pcheader ul#pcmenu li a:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.navigation {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px ;
	width: 100%;
	height: 100%;
}  
.global-nav {
	position: fixed;
	right: 0;
	top: -2000px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: 20px;
	background: url(../img/KK-menu-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 200000;
	overflow-y: scroll;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
}  
.global-nav #menu-logo {
	width:90%;
	height:auto;
	margin:1vw 5% 3vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo img {
	width: 55%;
}
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0.1vw 0px;
}
.global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;	
	color: #000;
	transition: all .6s;
	letter-spacing: 1px;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
	transform: translateY(-10px);
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #000 !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#000;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 4%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#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: 1024px) {
	#com-banner {
		width: 25%;
		height: auto;
		position: fixed;
		bottom: 20%;
		right: 1%;
		z-index: 5;
	}
}

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

.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80%;
	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: 95%;
	min-height: 95%;
	padding: 30px 0 10px;
	transition: all .6s;
	z-index: 200;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__list {
	margin: 10px 0 10px;
  }
  .global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:3.0em;
	line-height: 1.5em;
	color: #000;
	font-weight: bolder;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 0vw 2% 0;
	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 {
		margin: 30px 0 !important;
	}
	.global-nav__item a {
		display: block;
		padding: 1px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:1.6rem;
		line-height: 1.7rem;
		letter-spacing: 1px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.global-nav ul.nav-sns {
		width: 90%;
		height: auto;
		margin: 6vw 5% 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
	
	}
	.global-nav ul.nav-sns li {
		width: 15%;
		margin: 2vw 1% 0;
		text-align: center;

	}
	
}




/* ========================================
トップメイン画像まわり
========================================== */
#topmain {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background-color: #6D6657;
	position:relative;
	overflow: hidden;
}
#topmain #top-bg {
	width: 100%;
	height: auto;
	transform: translate3d(0, -65%, 0);
}
#topmain #top-logo {
	width: 22%;
	height: auto;
	padding:0;
	margin:0;
	position: absolute;
	top: 8%;
	right: 9%;
	opacity: 0;
}
#topmain #top-catch {
	width: 45%;
	height: auto;
	position: absolute;
	top: 7%;
	left: 3%;
	opacity: 1;
	z-index: 3;
}
#topmain #top-award {
	width: 47%;
	height: auto;
	position: absolute;
	top: 2%;
	left: 2%;
	opacity: 0;
}
#topmain #top-stamp {
	width: 10%;
	height: auto;
	position: absolute;
	top: 11%;
	left: 11%;
	opacity: 0;
}
#topmain #top-billing {
	width: 60%;
	height: auto;
	position: absolute;
	top: 67%;
	left: 20%;
	opacity: 0;
}
#topmain #top-mex {
	width: 38%;
	height: auto;
	position: absolute;
	top: 71%;
	left: 31%;
	opacity: 0;
}
#topmain #top-date {
	width: 60%;
	height: auto;
	position: absolute;
	top: 76%;
	left: 20%;
	opacity: 0;
}
#topmain #com-banner-pc {
	width: 11%;
	height: auto;
	position: absolute;
	top: 69%;
	right: 7%;
}
@keyframes com-banner {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(10deg);}
}
#topmain #com-banner-pc a img:hover {
	animation: com-banner 0.5s ease forwards;
}
#topmain #theater-banners {
	width: 50%;
	height: auto;
	position: absolute;
	top: 80%;
	left: 25%;
	opacity: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#topmain #theater-banners div {
	width: 36%;
	height: auto;
	margin: 0.5vw 1%;
}
#topmain #theater-banners div:nth-child(3) {
	width: 32%;
	height: auto;
	margin: 0.5vw 1%;
}
#topmain #theater {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 80%;
	opacity: 0;
}
#topmain #theater img {
	width: 18%;
}
#topmain #mubi {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 86%;
	opacity: 0;
}
#topmain #mubi img {
	width: 18%;
}
#topmain #sns-link {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 94%;
	opacity: 0;
}
#topmain #sns-link li {
	width: 4%;
	margin: 0 1%;
}
#topmain #theater-banners div a img:hover ,
#topmain #theater a img:hover ,
#topmain #mubi a img:hover ,
#topmain #sns-link li a img:hover {
	animation: flash 1.5s;
}
@keyframes top-bg {
	0% {transform: translate3d(0, -65%, 0);}
	100% {transform: translate3d(0, 0%, 0);}
}
.top-bg {
	animation: top-bg 2.3s ease-in-out 1.1s forwards;
}
.top-logo {
	animation: fadeIn 1.2s ease 3.3s forwards;
}
.top-others-anime {
	animation: fadeIn 1.5s ease 3.4s forwards;
}
@keyframes stamp {
	0% {
		opacity: 0;
		transform: scale(5) rotate(-50deg);
	}
	98% {
		opacity: 1;
		transform: scale(0.8) rotate(0);
	}
	100% {
		opacity: 1;
		transform: scale(1) rotate(0);
	}
}
.stamp-anime {
	animation: stamp 0.5s ease-in 4.2s forwards;
}
#topmain #video-loop {
	width: 30%;
	height: auto;
	position: absolute;
	top: 44%;
	right: 2%;
	opacity: 0;
}
#topmain #video-loop video {
	width: 100%;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain {
		width:100%;
		height:auto;
		padding:0 0 130vw;
		margin:0;
		background-color: #61675A;
		position:relative;
		overflow: hidden;
	}
	#topmain #top-bg {
		width: 100%;
		height: auto;
		transform: translate3d(0, 0, 0);
	}
	#topmain #top-logo {
		width: 50%;
		height: auto;
		padding:0;
		margin:0;
		position: absolute;
		top: 6.7%;
		right: 25%;
		opacity: 0;
	}
	#topmain #top-billing {
		width: 98%;
		height: auto;
		position: absolute;
		top: 0.9%;
		left: 1%;
		opacity: 0;
	}
	#topmain #top-catch {
		width: 94%;
		height: auto;
		position: absolute;
		top: 2.6%;
		left: 3%;
		opacity: 1;
		z-index: 3;
	}
	#topmain #top-award {
		width: 90%;
		height: auto;
		position: absolute;
		top: 46%;
		left: 5%;
		opacity: 0;
	}
	#topmain #top-stamp {
		width: 27%;
		height: auto;
		position: absolute;
		top: 36%;
		left: auto;
		right: 3%;
		opacity: 0;
	}
	#topmain #top-mex {
		width: 86%;
		height: auto;
		position: absolute;
		top: 49%;
		left: 7%;
		opacity: 0;
	}
	#topmain #top-date {
		width: 70%;
		height: auto;
		position: absolute;
		top: 54%;
		left: 15%;
		opacity: 0;
	}
	#topmain #theater-banners {
		width: 60%;
		height: auto;
		position: absolute;
		top: 61%;
		left: 20%;
		opacity: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#topmain #theater-banners div {
		width: 100%;
		height: auto;
		margin: 1vw 0;
	}
	#topmain #theater-banners div:nth-child(3) {
		width: 100%;
		height: auto;
		margin: 4vw 0 1vw;
	}
	
	#topmain #theater {
		width: 60%;
		height: auto;
		position: absolute;
		top: 67%;
		left: 20%;
		opacity: 0;
	}
	#topmain #theater img {
		width: 100%;
	}
	#topmain #mubi {
		width: 60%;
		height: auto;
		text-align: center;
		position: absolute;
		top: 74%;
		left: 20%;
		opacity: 0;
	}
	#topmain #mubi img {
		width: 100%;
	}
	
	#topmain #video-loop {
		width: 90%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 5%;
		opacity: 0;
	}
	#topmain #com-banner-pc ,
	#topmain #sns-link {
		display: none;
	}
	.top-logo {
		animation: fadeIn 1.2s ease 1.5s forwards;
	}
	.stamp-anime {
		animation: stamp 0.5s ease-in 2.0s forwards;
	}
	.top-others-anime {
		animation: fadeIn 1.2s ease 2.5s forwards;
	}

	
	
}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 0;
	background-color: #6D6657;
	position: relative;
	overflow-x: hidden;
}
#bridge #com-banner-sp ,
#bridge #sns-link-sp {
	display: none;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 0 0 15vw;
		background-color: #61675A;
		position: relative;
		overflow-x: hidden;
	}
	#bridge #com-banner-sp {
		display: block;
		width: 100%;
		height: auto;
		padding: 5vw 0;
		text-align: center;
	}
	#bridge #com-banner-sp img {
		width: 40%;
	}
	#bridge #sns-link-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 3vw 0 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 1;
	}
	#bridge #sns-link-sp li {
		width: 13%;
		margin: 0 1%;
	}

}


/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 999999;
}
.modal__bg{
    width: 100%;
    height: 100%;
    position: relative;
	top: 0;
	left: 0;
	opacity: 1;
	background-color: #84C9F2;
}
.movie-bg {
	background:#000;
	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-bg-image {
	width: 60%;
	height: auto;
	position: absolute;
	top: 30%;
	left: 10%;
	z-index: 2;
}
.modal__content {
    width: 70%;
	height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	z-index: 3;
}
.modal__content h3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
.modal__content h3 img {
	width: 60%;
}
.modal__content p {
	background-color: #fff;
	width: 80%;
	height: auto;
	margin: 2vw 10%;
	padding: 3vw 5%;
	box-sizing: border-box;
	font-size: 1.1vw;
	line-height: 2.2vw;
	color: #000;
}
.modal__content p span {
	font-weight: bold;
	margin-right: 1vw;
}
.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: 4%;
	height: auto;
	position: fixed;
	top: 2%;
	right: 2%;
	z-index: 10;
}
.batsu2 {
	width: 6%;
	height: auto;
	position: fixed;
	top: 5%;
	right: 9%;
	z-index: 10;
}
.batsu img {
	width: 100%;
	vertical-align: bottom;
}
.batsu2:hover {
	transform: rotate(360deg);
	transition: 1.0s ease all;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.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 {
		width: 100%;
		height: auto;
		padding: 20px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		box-sizing: border-box;
		z-index: 3;
	}
	#modal-bg-image {
		display: none;
	}
	.modal__content h3 {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		padding: 0;
		text-align: center;
	}
	.modal__content h3 img {
		width: 60%;
	}
	.modal__content p {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		padding: 7vw;
		box-sizing: border-box;
		font-size: 4vw;
		line-height: 8vw;
		color: #000;
	}
		
}

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


}




/* ========================================
ストーリー＆イントロダクション
========================================== */
#story-bg-fixed {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/KK-stin-bg-pc.jpg) no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -30;
	filter: brightness(100%);
	transition: 1.5s all;
}
#story {
	width: 100%;
	height: auto;
	padding: 0;
	position: relative;
}
#story #story-bg {
	width: 100%;
	height: auto;
	filter: brightness(100%);
	transition: 1.5s all;
}
.story-bgs {
	filter: brightness(100%);
	transition: 1.5s all;
}
#story #story-trg {
	width: 100%;
	position: absolute;
	top: 30%;
}
#story #story-contents {
	width: 100%;
	height: auto;
	padding: 20vw 0 40vw;
	position: absolute;
	top: 0;
	left: 0;
}
#story #story-contents #story-lead1 {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 0 8vw;
	position: relative;
}
#story #story-contents #story-lead1 #story-lead-image {
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 0;
}
#story #story-contents #story-lead1 #story-lead-image img {
	width: 40%;
}
#story #story-contents #story-lead1 #story-lead-sticker {
	width: 20%;
	height: auto;
	position: absolute;
	top: -50%;
	left: 20%;
	opacity: 0;
}
@keyframes story-lead-sticker {
	0% {opacity: 0;transform: scale(3);}
	98% {opacity: 1;transform: scale(0.90);}
	100% {opacity: 1;transform: scale(1);}
}
.story-lead-sticker {
	animation: story-lead-sticker 0.3s linear 0.5s forwards;
}

#story #story-contents #story-lead2 {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 0 30vw;
	opacity: 0;
}
#story #story-contents #story-lead2 img {
	width: 47%;
}
#story #story-contents h2 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 40vw 0 0;
	margin: 0 0 20vw;
}
#story #story-contents h2 img {
	width: 30%;
}
#story #story-contents p {
	width: 50%;
	height: auto;
	margin: 2vw 25%;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#story-bg-fixed {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/KK-stin-bg-sp.jpg) no-repeat;
		background-size: 100% auto;
		background-position: center bottom;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: -30;
		filter: brightness(100%);
		transition: 1.5s all;
	}
	#story {
		width: 100%;
		height: auto;
		padding: 30vw 0;
		position: relative;
		overflow-x: hidden;
	}
	#story #story-bg {
		display: none;
	}
	#story #story-contents {
		width: 100%;
		height: auto;
		padding: 20vw 0;
		position: static;
	}
	#story #story-contents #story-lead1 {
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 0 20vw;
		position: relative;
	}
	#story #story-contents #story-lead1 #story-lead-image {
		width: 100%;
		height: auto;
		text-align: center;
		opacity: 0;
	}
	#story #story-contents #story-lead1 #story-lead-image img {
		width: 94%;
	}
	#story #story-contents #story-lead1 #story-lead-sticker {
		width: 50%;
		height: auto;
		position: absolute;
		top: -90%;
		left: 5%;
		opacity: 0;
	}
	@keyframes story-lead-sticker {
		0% {opacity: 0;transform: scale(3);}
		98% {opacity: 1;transform: scale(0.90);}
		100% {opacity: 1;transform: scale(1);}
	}
	.story-lead-sticker {
		animation: story-lead-sticker 0.3s linear 0s forwards;
	}
	
	#story #story-contents #story-lead2 {
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 0 80vw;
		opacity: 0;
	}
	#story #story-contents #story-lead2 img {
		width: 80%;
	}
	#story #story-contents h2 {
		width: 100%;
		height: auto;
		text-align: center;
		padding: 80vw 0 0;
		margin: 0 0 20vw;
	}
	#story #story-contents h2 img {
		width: 80%;
	}
	#story #story-contents p {
		width: 90%;
		height: auto;
		margin: 6vw 5%;
		padding: 0;
		color: #fff;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
	}
	

}


/* ========================================
スライダー
========================================== */
#slider-area {
	width: 100%;
	height: auto;
	padding: 0;
	margin-top: 70vw;
	background: url(../img/KK-slider-bg-pc.jpg) no-repeat;
	background-size: cover;
	position: relative;
	overflow-x: hidden;
}
#slider-area .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
#slider-area #slider1 {
	margin-bottom: 18vw;
}
#slider-area #slider2 {
	margin-top: 18vw;
}

#slider-area .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider-area #slider1 .top-slide {
	animation: loop-slide 150s infinite linear 0s both;
}
#slider-area #slider2 .top-slide {
	animation: loop-slide-rev 150s infinite linear 0s both;
}
#slider-area .top-slide-wrap .top-slide .content {
	width: 35vw;
	height: auto;
	margin: 0;
}
#slider-area .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider-area #slider-logo {
	width: 17%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
#slider-area #slider-item1 {
	width: 3.5%;
	height: auto;
	position: absolute;
	top: 55%;
	left: 77%;
	animation: piko2 1.8s step-end 0s infinite;
}
#slider-area #slider-item2 {
	width: 1.5%;
	height: auto;
	position: absolute;
	top: 33%;
	right: 10%;
	animation: piko2 0.8s step-end 0s infinite;
}
#slider-area #slider-item3 {
	width: 4.0%;
	height: auto;
	position: absolute;
	top: 31%;
	right: 12%;
	animation: piko1 2.6s step-end 0s infinite;
}
#slider-area #slider-item4 {
	width: 4.2%;
	height: auto;
	position: absolute;
	top: 32%;
	left: 7%;
	animation: piko2 1.4s step-end 0s infinite;
}
#slider-area #slider-item5 {
	width: 4.0%;
	height: auto;
	position: absolute;
	top: 60%;
	left: 9%;
	animation: piko1 1.5s step-end 0s infinite;
}
#slider-area #slider-item6 {
	width: 4.0%;
	height: auto;
	position: absolute;
	top: 45%;
	left: 25%;
	animation: piko1 1.0s step-end 0s infinite;
}
@keyframes piko1 {
	0% {transform: rotate(-5deg);}
	50% {transform: rotate(5deg);}
	100% {transform: rotate(-5deg);}
}
@keyframes piko2 {
	0% {transform: rotate(-10deg);}
	50% {transform: rotate(10deg);}
	100% {transform: rotate(-10deg);}
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#slider-area {
		width: 100%;
		height: auto;
		padding: 0;
		margin-top: 50vw;
		background: url(../img/KK-slider-bg-sp.jpg) no-repeat;
		background-size: cover;
		position: relative;
	}
	
	#slider-area {
		width: 100%;
		height: auto;
		padding: 0;
		background-color: #fff;
		overflow-x: hidden;
	}
	#slider-area #slider1 {
		margin-bottom: 80vw;
	}
	#slider-area #slider2 {
		margin-top: 80vw;
	}
	#slider-area #slider1 .top-slide {
		animation: loop-slide 70s infinite linear 0s both;
	}
	#slider-area #slider2 .top-slide {
		animation: loop-slide-rev 70s infinite linear 0s both;
	}	
	#slider-area .top-slide-wrap .top-slide .content {
		width: 90vw;
		height: auto;
		margin: 0;
	}
	#slider-area #slider-logo {
		width: 70%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	#slider-area #slider-item1 {
		width: 12%;
		height: auto;
		position: absolute;
		top: 28%;
		left: 5%;
		animation: piko2 1.8s step-end 0s infinite;
	}
	#slider-area #slider-item2 {
		width: 5%;
		height: auto;
		position: absolute;
		top: 27%;
		right: 20%;
		animation: piko2 0.8s step-end 0s infinite;
	}
	#slider-area #slider-item3 {
		width: 18%;
		height: auto;
		position: absolute;
		top: 27%;
		right: 1%;
		animation: piko1 2.6s step-end 0s infinite;
	}
	#slider-area #slider-item4 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 66%;
		left: 5%;
		animation: piko2 1.4s step-end 0s infinite;
	}
	#slider-area #slider-item5 {
		width: 16%;
		height: auto;
		position: absolute;
		top: 67%;
		left: 55%;
		animation: piko1 1.5s step-end 0s infinite;
	}
	#slider-area #slider-item6 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 53%;
		left: 80%;
		animation: piko1 1.0s step-end 0s infinite;
	}
	

}


/* ========================================
レビュー
========================================== */
#rev-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/KK-review-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: left bottom;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -29;
	opacity: 0;
	pointer-events: none;
}
#rev-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/KK-review-futa-pc.png) no-repeat;
	background-size: cover;
	background-position: left bottom;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -27;
	opacity: 0;
	pointer-events: none;
}
#comment {
	width: 70%;
	height: auto;
	padding: 20vw 0 0;
	margin-left: 30%;
	position: relative;
	z-index: -28;
}
#comment h2 {
	width: 100%;
	height: auto;
	margin: 0 0 25vw;
	padding: 0;
	text-align: center;
}
#comment h2 img {
	width: 22%;
}
#comment .com-unit {
	width: 60%;
	height: auto;
	margin: 0 20% 15vw;
}
#comment .com-unit .com-txt {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	color: #000;
	font-size: 1.2vw;
	line-height: 2.4vw;
	letter-spacing: 1.2px;
	font-weight: bold;
}
#comment .com-unit .com-name {
	width: 100%;
	height: auto;
	margin: 0;
	color: #000;
	font-size: 1.2vw;
	line-height: 2.4vw;
	letter-spacing: 1.2px;
	text-align: right;
	font-weight: bold;
}
#comment .com-unit .com-name span {
	font-size: 1vw;
}
#review {
	width: 70%;
	height: auto;
	padding: 20vw 0;
	margin-left: 30%;
	position: relative;
	z-index: -28;
}
#review h2 {
	width: 100%;
	height: auto;
	margin: 0 0 25vw;
	padding: 0;
	text-align: center;
}
#review h2 img {
	width: 17%;
}
#review .rev-unit {
	width: 50%;
	height: auto;
	margin: 0 25% 15vw;
}
#review .rev-unit .rev-txt {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	color: #2b484e;
	font-size: 1.2vw;
	line-height: 2.4vw;
	letter-spacing: 1.2px;
	font-weight: bold;
}
#review .rev-unit .rev-name {
	width: 100%;
	height: auto;
	margin: 0;
	color: #2b484e;
	font-size: 1.2vw;
	line-height: 2.4vw;
	letter-spacing: 1.2px;
	text-align: right;
	font-weight: bold;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#rev-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/KK-review-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: left bottom;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -29;
		opacity: 0;
		pointer-events: none;
	}
	#rev-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/KK-review-futa-sp.png) no-repeat;
		background-size: cover;
		background-position: left bottom;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -27;
		opacity: 0;
		pointer-events: none;
	}
	#comment {
		width: 100%;
		height: auto;
		padding: 30vw 0;
		margin-left: 0;
		position: relative;
		z-index: -28;
		overflow-x: hidden;
	}
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0 0 40vw;
		padding: 0;
		text-align: center;
	}
	#comment h2 img {
		width: 40%;
	}
	#comment .com-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 30vw;
	}
	#comment .com-unit .com-txt {
		width: 100%;
		height: auto;
		margin: 0 0 4vw;
		color: #000;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
		font-weight: bold;
	}
	#comment .com-unit .com-name {
		width: 100%;
		height: auto;
		margin: 0;
		color: #000;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
		text-align: right;
		font-weight: bold;
	}
	#comment .com-unit .com-name span {
		font-size: 3.5vw;
	}
	
	#review {
		width: 100%;
		height: auto;
		padding: 30vw 0;
		margin-left: 0;
		position: relative;
		z-index: -28;
		overflow-x: hidden;
	}
	#review h2 {
		width: 100%;
		height: auto;
		margin: 0 0 40vw;
		padding: 0;
		text-align: center;
	}
	#review h2 img {
		width: 30%;
	}
	#review .rev-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 30vw;
	}
	#review .rev-unit .rev-txt {
		width: 100%;
		height: auto;
		margin: 0 0 4vw;
		color: #fff;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
		font-weight: bold;
	}
	#review .rev-unit .rev-name {
		width: 100%;
		height: auto;
		margin: 0;
		color: #0d6172;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
		text-align: right;
		font-weight: bold;
	}
	
	


}


/* ========================================
監督＆キャスト
========================================== */
#cast-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/KK-dcast-bg-pc-rev4.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -26;
	opacity: 0;
	pointer-events: none;
	transition: 1.0s all;
}
#cast-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/KK-dcast-futa-pc-rev4.png) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -24;
	opacity: 0;
	pointer-events: none;
	transition: 1.0s all;
}
#cast-head {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0;
	text-align: center;
	position: fixed;
	top: 6%;
	left: 0;
	z-index: -23;
	opacity: 0;
	pointer-events: none;
	transition: 1.0s all;
}
#cast-head img {
	width: 22%;
}
#cast {
	width: 100%;
	height: auto;
	padding: 30vw 0 20vw;
	position: relative;
	z-index: -25;
	opacity: 0;
	transition: 2.0s all;
	overflow-x: hidden;
}
#cast #foot-trg {
	position: absolute;
	bottom: 12%;
}
#cast .cast-unit {
	width: 50%;
	height: auto;
	margin: 0 25% 15vw;
}
#cast .cast-unit #dire-name {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
}
#cast .cast-unit #dire-name img {
	width: 45%;
}
#cast .cast-head {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cast .cast-head .cast-photo {
	width: 35%;
	opacity: 0;
	transition: 1.0s all;
}
#cast .cast-head .cast-name {
	width: 50%;
	height: auto;
	margin-left: 2%;
}
#cast .cast-unit .cast-txt {
	width: 100%;
	height: auto;
	margin: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 1.9vw;
	letter-spacing: 1px;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/KK-dcast-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -26;
		opacity: 0;
		pointer-events: none;
		transition: 1.0s all;
	}
	#cast-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/KK-dcast-futa-sp.png) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -24;
		opacity: 0;
		pointer-events: none;
		transition: 1.0s all;
	}
	#cast-head {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 1vw 0;
		text-align: center;
		position: fixed;
		top: 8%;
		left: 0;
		z-index: -23;
		opacity: 0;
		pointer-events: none;
		transition: 1.0s all;
	}
	#cast-head img {
		width: 80%;
	}
	#cast {
		width: 100%;
		height: auto;
		padding: 100vw 0 50vw;
		position: relative;
		z-index: -25;
		opacity: 0;
		transition: 2.0s all;
		overflow-x: hidden;
	}
	#cast .cast-unit {
		width: 90%;
		height: auto;
		margin: 0 5% 40vw;
	}
	#cast .cast-unit #dire-name {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	#cast .cast-unit #dire-name img {
		width: 90%;
	}
	#cast .cast-head {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#cast .cast-head .cast-photo {
		width: 90%;
		opacity: 0;
		transition: 1.0s all;
		order: 2;
	}
	#cast .cast-head .cast-name {
		width: 95%;
		height: auto;
		margin-left: 0;
		order: 1;
	}
	#cast .cast-unit .cast-txt {
		width: 100%;
		height: auto;
		margin: 0;
		color: #fff;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1px;
	}
	


}

/* ========================================
SNSボタンアリア
========================================== */
.fadeInButton {
	animation-name:fadeIn;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
	animation-delay: 2.7s;
}
.button-area {
	width:100%;
	height:auto;
	margin:0;
	padding:1vw 0;
	opacity: 1;
}
.button-area ul.social_sq_buttons {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type: none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
.button-area ul.social_sq_buttons li {
	width:140px;
	height: 20px;
	margin:0 3px;
	padding:0;
	display: flex;
	justify-content: center;
}
.button-area ul.social_sq_buttons li.fb {
	background:#1877F2;
}
.button-area ul.social_sq_buttons li.tw {
	background:#000;
}
.button-area ul.social_sq_buttons li.line {
	background:#06C755;
}
.button-area ul.social_sq_buttons li.checkin {
	background:#10519D;
}
.button-area ul.social_sq_buttons li.filmarks {
	background:#FFE100;
	text-align: center;
}
.button-area ul.social_sq_buttons li.filmarks img {
	width: 60%;
}
.button-area ul.social_sq_buttons li.fb .fb_iframe_widget > span {
  vertical-align: baseline !important;
}




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

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

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

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


}



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
footer #foot-bg1 {
	width: 100%;
	height: auto;
	opacity: 0;
	transition: 1.0s all;
	transition-delay: 0.3s;
}
footer #foot-bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 1.0s all;
	transition-delay: 0.8s;
}
footer #foot-logo {
	width: 24%;
	height: auto;
	position: absolute;
	bottom: 10%;
	right: 20%;
	opacity: 0;
}
footer #sns-link-foot {
	width: 20%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 10%;
	right: 0%;
	opacity: 0;
}
footer #sns-link-foot li {
	width: 25%;
	height: auto;
	margin: 0 3%;
}
footer #sns-link-foot li a img:hover {
	animation: flash 1.5s;
}
footer .button-area {
	position: absolute;
	bottom: 0;
	opacity: 0;
}
.foot-last-anime {
	animation: fadeIn 1.0s ease 1.0s forwards;
}


@media (max-width: 1024px) {
	footer {
		display: block;
		width:100%;
		height:auto;
		background-color: #fff;
		padding:0;
		margin:0;
		position: relative;
	}
	footer #foot-bg1 {
		width: 270%;
		height: auto;
		background-color: #fff;
		padding-top: 50vw;
		opacity: 1;		
	}
	@keyframes foot-loop {
		0% {transform: translate3d(0, 0, 0);}
		100% {transform: translate3d(-60%, 0, 0);}
	}
	.foot-anime-sp {
		animation: foot-loop 6.0s ease-in-out 0s infinite alternate;
	}
	footer #foot-bg2 {
		display: none;
	}
	footer #foot-logo {
		width: 70%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 28%;
		right: 15%;
		opacity: 0;
	}
	footer #sns-link-foot {
		display: none;
	}


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

}


