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;background-color: #FDFDFB;
}
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;}

@media (max-width: 800px) {
	.pcimg {display: none;}
	.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;
	}
	  
}

@media (max-width: 510px) {
br.sponly {display:inline;}
}


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

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0s;
    transition-duration: 1s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.5s;
    transition-duration: 2.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #FDFDFB;
    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 #load-logo1 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	animation: hose2 2s linear infinite;
	text-align: center;
}
@keyframes hose2 {
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}
#loader #load-logo1 img {
	width:70%;
	height:auto;
}
#loader #loading-txt {
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ea0428;
	font-size: 3.5vw;
	font-weight: bold;
	position: absolute;
	top: 0;
	display: grid;
	place-items: center;
}
#loader #loading-txt #lt1 {
	animation: anime1 2s linear infinite;
}
#loader #loading-txt #lt2 {
	animation: anime2 2s linear infinite;
}
#loader #loading-txt #lt3 {
	animation: anime3 2s linear infinite;
}
#loader #loading-txt #lt4 {
	animation: anime4 2s linear infinite;
}
#loader #loading-txt #lt5 {
	animation: anime5 2s linear infinite;
}
#loader #loading-txt #lt6 {
	animation: anime6 2s linear infinite;
}
#loader #loading-txt #lt7 {
	animation: anime7 2s linear infinite;
}
#loader #loading-txt #lt8 {
	animation: anime8 2s linear infinite;
}
#loader #loading-txt #lt9 {
	animation: anime9 2s linear infinite;
}
#loader #loading-txt #lt10 {
	animation: anime10 2s linear infinite,
    last-blink .2s steps(1) infinite alternate;
}



@keyframes anime1 {
	0% {	opacity:0;	}
	4% {	opacity:0;	}
	5% {	opacity:1;	}
	79% {	opacity:1;	}
	80% {	opacity:0;	}
	100% {	opacity:0;	}
}
@keyframes anime2 {
	0% {	opacity:0;	}
	9% {	opacity:0;	}
	10% {	opacity:1;	}
	79% {	opacity:1;	}
	80% {	opacity:0;	}
	100% {	opacity:0;	}
}
@keyframes anime3 {
	0% {	opacity:0;	}
	14% {	opacity:0;	}
	15% {	opacity:1;	}
	79% {	opacity:1;	}
	80% {	opacity:0;	}
	100% {	opacity:0;	}
}
@keyframes anime4 {
	0% {	opacity:0;	}
	19% {	opacity:0;	}
	20% {	opacity:1;	}
	79% {	opacity:1;	}
	80% {	opacity:0;	}
	100% {	opacity:0;	}
}
@keyframes anime5 {
	0% {	opacity:0;	}
	24% {	opacity:0;	}
	25% {	opacity:1;	}
	79% {	opacity:1;	}
	80% {	opacity:0;	}
	100% {	opacity:0;	}
}
@keyframes anime6 {
	0% {	opacity:0;	}
	29% {	opacity:0;	}
	30% {	opacity:1;	}
	79% {	opacity:1;	}
	80% {	opacity:0;	}
	100% {	opacity:0;	}
}
@keyframes anime7 {
	0% {	opacity:0;	}
	34% {	opacity:0;	}
	35% {	opacity:1;	}
	79% {	opacity:1;	}
	80% {	opacity:0;	}
	100% {	opacity:0;	}
}
@keyframes anime8 {
	0% {	opacity:0;	}
	39% {	opacity:0;	}
	40% {	opacity:1;	}
	79% {	opacity:1;	}
	80% {	opacity:0;	}
	100% {	opacity:0;	}
}
@keyframes anime9 {
	0% {	opacity:0;	}
	44% {	opacity:0;	}
	45% {	opacity:1;	}
	79% {	opacity:1;	}
	80% {	opacity:0;	}
	100% {	opacity:0;	}
}
@keyframes anime10 {
	0% {	opacity:0;	}
	49% {	opacity:0;	}
	50% {	opacity:1;	}
	79% {	opacity:1;	}
	80% {	opacity:0;	}
	100% {	opacity:0;	}
}
@keyframes last-blink {
	50% {color: transparent;}
  }


/* 以下スマホ */
@media (max-width: 600px) {
	#loader {
		width:90%;
		height:auto;
		margin:0;
		padding:0;
		position:relative;
		text-align:center;
	}
	#loader #load1 img {
		width:100%;
		height:auto;
	}
	#loader #loading-txt {
		font-size: 7vw;
	}
}



/* ========================================
ヘッダー
========================================== */
#totop {
	width: 8%;
	height: auto;
	position: fixed;
	bottom: 1%;
	right: 1%;
	z-index: 100000;
	opacity: 0;
}
#totop img {
	width: 100%;
}

.navigation {
	display: block;
	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:#fdfdfb;
	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:100%;
	height:auto;
	margin:30px 0 10px;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo img {
	width: 10%;
}
  .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: #6a9b08;
	font-weight: bold;
	font-family: 'Secular One', sans-serif;
	transition: all .6s;
  }  
  .global-nav__list .global-nav__item:nth-child(even) a {
	color: #ea0428;
  } 
  .global-nav__item a:hover {
	transform: translateY(-5px);
  }  
  .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: #ea0428 !important;
	transition: all .6s;
  }  
  .hamburger #menu {
	position: absolute;
	top: 46px;
	left: 10px;
	font-weight:bold;
	color:#ea0428;
	font-size:1.0em;
	font-family: battery-park, sans-serif;
	font-style: normal;
	font-weight: 400;
  } 
  .global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 15%;
	margin: 0 ;
	text-align: center;
	font-size: 5vw;
}
.global-nav ul.nav-sns li a {
	color: #6a9b08;
}
.global-nav ul.nav-sns li a: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;
	}
	#totop {
		width: 18%;
		height: auto;
		position: fixed;
		bottom: 1%;
		right: 1%;
		z-index: 100000;
		opacity: 0;
	}
.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background:none;
	opacity: 1;
  }  
  .hamburger {
	width: 52px; /* クリックしやすいようにちゃんと幅を指定する */
	height: 54px; /* クリックしやすいようにちゃんと高さを指定する */
	  display:block !important;
  }  
  .hamburger__line {
	  position: absolute;
	  left: -2px;
	  width: 40px;
	  height: 4px;
	  transition: all .6s;
	}	
	.hamburger #menu {
	  position: absolute;
	  top: 38px;
	  left: -5px;
	  font-weight:bold;
	  font-size:0.9em;
	  font-family: 'Libre Baskerville', serif;
	}
  
  .hamburger__line--1 {
	top: 8px;
  }
  .hamburger__line--2 {
	top: 21px;
  }
  .hamburger__line--3 {
	top: 34px;
  }
  
  .global-nav {
	position: fixed;
	top: -1600px; /* これで隠れる */
	left: 0;
	width: 100%; /* スマホに収まるくらい */
	height: 100vh;
	min-height: 100%;
	padding-top: 40px;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__item a {
	display: block;
	padding: 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 #menu-logo {
		width:100%;
		height:auto;
		margin:30px 0 10px;
		padding:0;
		text-align:center;
		position: relative;
	} 
	.global-nav #menu-logo img {
		width: 30%;
	}

.global-nav ul.nav-sns li {
	width: 10%;
	margin: 0 2%;
	text-align: center;
}
.global-nav ul.nav-sns li a {
	font-size: 10vw;
}


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


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

	.global-nav__item a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:7vw;
		letter-spacing: 1px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.6vw;
	}
}







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

#topmain-sp { 
	display:none !important;
}
#topmain-pc {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	background-color: #FDFDFB;
	overflow: hidden;
	z-index: 1;
}
#topmain-pc .top-slider {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#topmain-pc .top-slider .slide-img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#topmain-pc .top-slider .slide-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#topmain-pc #slide-cover {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#topmain-pc #pc-catch {
	width: 29%;
	height: auto;
	position: absolute;
	top: 0%;
	left: 0%;
	opacity: 0;
}
#topmain-pc h1 {
	width: 32%;
	height: auto;
	position: absolute;
	top: 3.5%;
	right: 2%;
	opacity: 0;
}
#topmain-pc #pc-man {
	width: 8.5%;
	height: auto;
	position: absolute;
	top: 28%;
	right: 30%;
	opacity: 0;
}
#topmain-pc #pc-date {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 10%;
	left: 0;
	text-align: center;
	opacity: 0;
}
#topmain-pc #pc-combanner {
	width: 10%;
	height: auto;
	position: absolute;
	top: 58%;
	right: 13%;
	opacity: 0;
}
#topmain-pc #pc-catch img ,
#topmain-pc h1 img ,
#topmain-pc #pc-man img ,
#topmain-pc #pc-combanner img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
#topmain-pc #pc-date img {
	width: 63%;
}
#topmain-pc #pc-combanner img:hover {
	opacity: 1;
	transform: rotate(10deg);
	transition-duration: 0.3s;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}


/* 以下タブレット・スマホ */
@media (max-width: 800px) {
#topmain-pc {
	display:none !important;
}
#topmain-sp {
	display:block !important;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background:#FDFDFB;
	position:relative;
	overflow: hidden;
}
#topmain-sp #upbgsp {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
#topmain-sp #up1sp { 
	width:21%;
	height:auto;
	position:absolute;
	top:30%;
	left:-9%;
	animation: hose 5s ease-in-out infinite;
	transform-origin: center center;
}
@keyframes pan {
	0%   { transform: rotateX(0deg); }
	40%   { transform: rotateX(0deg); }
	50% { transform: rotateX(40deg); }
	70% { transform: rotateX(-30deg); }
	80% { transform: rotateX(0deg); }
	100%   { transform: rotateX(0deg); }
}
#topmain-sp #up2sp { 
	width:12%;
	height:auto;
	position:absolute;
	top:24%;
	left:31%;
	animation: heel 5s ease-in-out infinite;
	transform-origin: left bottom;
}
@keyframes heel {
	0% {transform: rotate(0deg);}  
	29% {transform: rotate(0deg);}  
	30% {transform: rotate(-10deg);}	
	33% {transform: rotate(0deg);}
	39% {transform: rotate(0deg);}
	40% {transform: rotate(-10deg);}	
	43% {transform: rotate(0deg);}
	50% {transform: rotate(0deg);}	
	100% {transform: rotate(0deg);}
}
#topmain-sp #up3sp { 
	width:25%;
	height:auto;
	position:absolute;
	top:50%;
	left:-10%;
	animation: nabe 5s ease-in-out infinite;
	transform-origin: left bottom;
}
#topmain-sp #up4sp1 { 
	width:6.9%;
	height:auto;
	position:absolute;
	top:45%;
	left:72%;
	animation: shoe1 3s ease-in-out infinite;
}
#topmain-sp #up4sp2 { 
	width:6.5%;
	height:auto;
	position:absolute;
	top:45%;
	left:78.4%;
	animation: shoe1 3s ease-in-out infinite;
	animation-delay: 0.6s;
}
@keyframes shoe1 {
	0% { transform: scale(1);filter: blur(0px);opacity: 1; }
	20% { transform: scale(1);filter: blur(0px);opacity: 1; }
	25% { transform: scale(1);filter: blur(0px);opacity: 0;transform: translateY(-30%); }
	35% { transform: scale(2);filter: blur(0px);opacity: 1;transform: translateY(0); }
	40% { transform: scale(1);filter: blur(0px);opacity: 1; }
	100% { transform: scale(1);filter: blur(0px);opacity: 1; }
}
#topmain-sp #up5sp1 { 
	width:5.3%;
	height:auto;
	position:absolute;
	bottom:1.5%;
	left:77%;
	animation: shoe2 6s ease-in-out infinite;
	transform-origin: center bottom;
}
#topmain-sp #up5sp2 { 
	width:5.6%;
	height:auto;
	position:absolute;
	bottom:1.5%;
	left:82.5%;
	animation: shoe2 6s ease-in-out infinite;
	animation-delay: 0.6s;
	transform-origin: center bottom;
}
@keyframes shoe2 {
	0%   { transform: rotateX(0deg); }
	46%   { transform: rotateX(0deg); }
	50% { transform: rotateX(-40deg); }
	52% { transform: rotateX(0deg); }
	100%   { transform: rotateX(0deg); }
}
@keyframes nabe {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    2.5% {transform: translate(2px, 2px) rotateZ(1deg)}
    5.0% {transform: translate(0px, 2px) rotateZ(0deg)}
    7.5% {transform: translate(2px, 0px) rotateZ(-1deg)}
    10.0% {transform: translate(0px, 0px) rotateZ(0deg)}
	11% {transform: translate(0px, 0px) rotateZ(0deg)}
    50% {transform: translate(0px, 0px) rotateZ(0deg)}
    52.5% {transform: translate(2px, 2px) rotateZ(1deg)}
    55.0% {transform: translate(0px, 2px) rotateZ(0deg)}
    57.5% {transform: translate(2px, 0px) rotateZ(-1deg)}
    60.0% {transform: translate(0px, 0px) rotateZ(0deg)}
	61% {transform: translate(0px, 0px) rotateZ(0deg)}
	100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
#topmain-sp #up4sp { 
	width:10.5%;
	height:auto;
	position:absolute;
	top:42%;
	left:10.5%;
	animation: uchiwa 7s ease-in-out infinite;
	transform-origin: center top;
}
@keyframes uchiwa {
	0% {transform: rotate(0deg);}  
	30% {transform: rotate(10deg);}	
	40% {transform: rotate(-10deg);}
	50% {transform: rotate(0deg);}	
	100% {transform: rotate(0deg);}
}

@keyframes hose {
	0% {transform: rotate(0deg);}  
	30% {transform: rotate(0deg);}	
	50% {transform: rotate(360deg);}	
	100% {transform: rotate(360deg);}
}
#topmain-sp #sp-catch { 
	width:19.4%;
	height:auto;
	position:absolute;
	top:4%;
	left:3%;
	opacity: 0;
}
#topmain-sp h1 { 
	width:55%;
	height:auto;
	position:absolute;
	top:0%;
	right:0%;
	opacity: 0;
}
#topmain-sp #sp-man { 
	width:15%;
	height:auto;
	position:absolute;
	top:58%;
	left:50%;
	opacity: 0;
}
#topmain-sp #billing-sp { 
	width:34%;
	height:auto;
	position:absolute;
	top:69%;
	left:65%;
}
#topmain-sp #date-sp { 
	width:100%;
	height:auto;
	position:absolute;
	bottom:3%;
	left:0;
	text-align: center;
	opacity: 0;
}
#topmain-sp #upbgsp img ,
#topmain-sp #up1sp img ,
#topmain-sp #up2sp img ,
#topmain-sp #up3sp img ,
#topmain-sp #up4sp1 img ,
#topmain-sp #up4sp2 img ,
#topmain-sp #up5sp1 img ,
#topmain-sp #up5sp2 img ,
#topmain-sp #sp-catch img ,
#topmain-sp #sph1 img ,
#topmain-sp #sp-man img ,
#topmain-sp #billing-sp img 
{ 
	width:100%;
	height:auto;
	vertical-align:bottom;
}
#topmain-sp #date-sp img 
{ 
	width:60%;
	height:auto;
	vertical-align:bottom;
}

}


/* ========================================
リアルブリッジ
========================================== */
#real-bridge {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	background-color: #FDFDFB;
	position: relative;
	z-index: 1;
}
#real-bridge ul#theater-banner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#real-bridge ul#theater-banner li {
	width: 18%;
	margin: 0.5vw 41%;
	padding: 0;
}
#real-bridge ul#theater-banner li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#real-bridge ul#theater-banner li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
#real-bridge #sp-combanner {
	display: none;
}


/* 以下タブレット・スマホ */
@media (max-width: 800px) {
	#real-bridge {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0 5vw;
		background-color: #FDFDFB;
		position: relative;
		z-index: 1;
	}
	#real-bridge ul#theater-banner {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#real-bridge ul#theater-banner li {
		width: 60%;
		margin: 2vw 0;
		padding: 0;
	}
	#real-bridge #sp-combanner {
		display: block;
		width: 100%;
		height: auto;
		margin: 2vw 0;
		text-align: center;
	}
	#real-bridge #sp-combanner img {
		width: 40%;
	}

}

/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:2vw 0 15vw;
	overflow: hidden;
	position: relative;
	background-color: #FDFDFB;
	z-index: 1;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:20px 0;
	margin:0;
	text-align:center;
}
.trailer h2 img {
	width:13%;
	height:auto;
}
.trailer .slider-trailer {
	display: block;
	width: 100%;
	height: auto;
	margin: 8vw 0 0;
	padding: 0;
}
.trailer .slider-trailer .slide-img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.trailer .slider-trailer .slide-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0 20%;
	position: absolute;
	top: 16%;
}
.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 #video-wrap ul#movie-changer {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.movie-btn {
	width: 42%;
	height: auto;
	margin: 0 1%;
	padding: 3px 0;
	text-align: center;
	background-color: #000;
	border: 1px solid #000;
	color: #faed15;
	font-size: 1.1vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.movie-btn i {
	margin-left: 1.5vw;
}
.activee {
	background: #faed15;
	border: 1px solid #000;
	color: #000;
}
.movie-btn:hover {
	background: #f5ef74;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
	transition-duration: 0.6s;
}
.trailer #trailer-men {
	width: 20%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 40%;
}
.trailer #trailer-men img {
	width: 100%;
}

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


/* 以下スマホ */
@media (max-width: 800px) {
.trailer {
	width:100%;
	padding:30px 0 20vw
}
.trailer h2 img {
	width:30%;
	height:auto;
}
.trailer .slider-trailer {
	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;
  }
  .trailer #video-wrap ul#movie-changer {
	margin: 8vw 0;
}
  .movie-btn {
	width: 40%;
	font-size: 2vw;
}
.trailer #trailer-men {
	width: 30%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 35%;
}
}

@media (max-width: 525px) {

.video {

}
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 30vw;
}
.trailer h2 {
	width:100%;
	height:auto;
	text-align:center;
	padding:0;
	margin:30px 0 20px;
	position:relative;
	font-size: 6vw;
}
.trailer h2 img {
	width:40%;
	height:auto;
}
.video {
  width:100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin:0 0 10px;
  display:block;
}
.movie-btn {
	width: 46%;
	font-size: 3vw;
}
.trailer #trailer-men {
	width: 40%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 30%;
}

}



/* ========================================
ブリッジ
========================================== */
#bridge {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
#bridge #bridge-bg {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#bridge #bridge-bg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#bridge #twitter {
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 18%;
	right: 0;
}
#bridge #twitter h2 {
	width: 100%;
	height: auto;
	margin: 1vw 0 0;
	padding: 0;
	text-align: center;
}
#bridge #twitter h2 img {
	width: 20%;
}
#bridge #twitter .twitter-widget {
	width: 56%;
	height: 25vw;
	margin: 0 22%;
	padding: 0;
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
#bridge #twitter .twitter-widget::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}

#bridge #billing {
	display: block;
	width: 45%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30%;
	left: 10%;
	text-align: center;
}
#bridge #billing img {
	width: 55%;
}
#bridge footer {
	position: absolute;
	bottom: 0;
}
#bridge #button-area {
	position: absolute;
	bottom: 3%;
}

/* 以下スマホ */
@media (max-width: 800px) {
	#bridge {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#bridge #billing {
		display: none;
	}
	#bridge ul#theater-banner {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		position: absolute;
		top: 3%;
		left: 0;
	}
	#bridge ul#theater-banner li {
		width: 60%;
		margin: 3px 2%;
	}
	
	#bridge #twitter {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 28%;
		right: 0;
	}
	#bridge #twitter h2 {
		width: 100%;
		height: auto;
		margin: 1vw 0;
		padding: 0;
		text-align: center;
	}
	#bridge #twitter h2 img {
		width: 30%;
	}
	#bridge #twitter .twitter-widget {
		width: 80%;
		height: 80vw;
		margin: 0 10%;
		padding: 0;
	}	
	#bridge #button-area {
		position: static;
		background-color: #000;
		padding: 5px 0;
	}
	#bridge footer {
		position: static;
		background-color: #000;
	}
}

/* ========================================
イントロダクション
========================================== */
#intro {
	width: 100%;
	height: 190vw;
	margin: 0;
	padding: 0;
	position: relative;
}
#intro-bg1 {
	width:100%;
	height:100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background:url(../img/FA-intro-bg-1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	animation: intro1 13s ease-in-out infinite;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -31;  
}
#intro-bg2 {
	width:100%;
	height:100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background:url(../img/FA-intro-bg-2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	animation: intro2 13s ease-in-out infinite;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -31;  
}
#intro-bg3 {
	width:100%;
	height:100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background:url(../img/FA-intro-bg-5.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	animation: intro3 13s ease-in-out infinite;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -31;  
}
@keyframes intro1 {
	0%  { opacity: 1; }
	28% { opacity: 1; }
	33% { opacity: 0; }
	95% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes intro2 {
	0%  { opacity: 0; }
	28% { opacity: 0; }
	33% { opacity: 1; }
	61% { opacity: 1; }
	66% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes intro3 {
	0%  { opacity: 0; }
	61% { opacity: 0; }
	66% { opacity: 1; }
	94% { opacity: 1; }
	99% { opacity: 0; }
	100% { opacity: 0; }
}
#intro #intro-head {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #000;
	z-index: 2;
}
#intro #intro-head #intro-hd1 {
	width: 100%;
	height: auto;
	animation: intro1 5s ease-in-out infinite;
}
#intro #intro-head #intro-hd2 ,
#intro #intro-head #intro-hd3 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#intro #intro-head #intro-hd2 {
	animation: intro2 5s ease-in-out infinite;
}
#intro #intro-head #intro-hd3 {
	animation: intro3 5s ease-in-out infinite;
}
#intro #intro-head #intro-hd1 img ,
#intro #intro-head #intro-hd2 img ,
#intro #intro-head #intro-hd3 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#intro #intro-contents {
	width: 100%;
	height: auto;
	position: absolute;
	top: 25%;
}
#intro #intro-contents h2 {
	width: 100%;
	height: auto;
	margin: 10vw 0 15vw;
	padding: 0;
	text-align: center;
}
#intro #intro-contents h2 img {
	width: 30%;
}
#intro #intro-contents #intro-txt {
	width: 60%;
	height: auto;
	margin: 2vw 15%;
	padding: 5vw 5%;
	background-color: rgba(0, 0, 0, 0.8);
}
#intro #intro-contents #intro-txt h3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
#intro #intro-contents #intro-txt h3 img {
	width: 60%;
}
#intro #intro-contents #intro-txt p {
	width: 100%;
	height: auto;
	margin: 1.5vw 0;
	padding: 0;
	color: #fff;
	font-size: 1.2vw;
}
#intro #intro-contents #intro-txt h4 {
	width: 100%;
	height: auto;
	margin: 5vw 0 0;
	padding: 0;
	text-align: center;
}
#intro #intro-contents #intro-txt h4 img {
	width: 60%;
}


/* 以下スマホ */
@media (max-width: 800px) {
	#intro {
		width: 100%;
		height: 650vw;
		margin: 0;
		padding: 0;
		position: relative;
	}
	#intro-bg1 {
		width:100%;
		height:100%;
		min-height: 100%;
		margin: 0;
		padding: 0;
		background:url(../img/FA-intro-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		animation: intro1 13s ease-in-out infinite;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -31;  
	}
	#intro-bg2 {
		width:100%;
		height:100%;
		min-height: 100%;
		margin: 0;
		padding: 0;
		background:url(../img/FA-intro-bg-2-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		animation: intro2 13s ease-in-out infinite;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -31;  
	}
	#intro-bg3 {
		width:100%;
		height:100%;
		min-height: 100%;
		margin: 0;
		padding: 0;
		background:url(../img/FA-intro-bg-3-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		animation: intro3 13s ease-in-out infinite;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -31;  
	}
	#intro #intro-contents {
		width: 100%;
		height: auto;
		position: absolute;
		top: 15%;
	}
	#intro #intro-contents h2 {
		width: 100%;
		height: auto;
		margin: 10vw 0 15vw;
		padding: 0;
		text-align: center;
	}
	#intro #intro-contents h2 img {
		width: 90%;
	}
	#intro #intro-contents #intro-txt {
		width: 80%;
		height: auto;
		margin: 10vw 5%;
		padding: 15vw 5%;
		background-color: rgba(0, 0, 0, 0.8);
	}
	#intro #intro-contents #intro-txt h3 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		text-align: center;
	}
	#intro #intro-contents #intro-txt h3 img {
		width: 80%;
	}
	#intro #intro-contents #intro-txt p {
		width: 100%;
		height: auto;
		margin: 1.5vw 0;
		padding: 0;
		color: #fff;
		font-size: 4vw;
	}
	#intro #intro-contents #intro-txt h4 {
		width: 100%;
		height: auto;
		margin: 15vw 0 0;
		padding: 0;
		text-align: center;
	}
	#intro #intro-contents #intro-txt h4 img {
		width: 90%;
	}
	
	

}


/* ========================================
スライダー
========================================== */
#slider-area {
	width: 100%;
	height: auto;
	padding: 12vw 0 10vw;
	position: relative;
	background-color: #000;
}
#slider-area #slider-wrap {
	width: 100%;
	height: auto;
	position: relative;
}
#slider-area #slider-wrap .slider-up ,
#slider-area #slider-wrap .slider-down {
	width: 100%;
	height: auto;
}
#slider-area #slider-wrap .slider-up .slide-img ,
#slider-area #slider-wrap .slider-down .slide-img {
	display: block;
	width: 100%;
	height: auto;
}
#slider-area #slider-wrap .slider-up .slide-img-sp ,
#slider-area #slider-wrap .slider-down .slide-img-sp {
	display: none;
}
#slider-area #slider-wrap .slider-up .slide-img img ,
#slider-area #slider-wrap .slider-down .slide-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#slider-area #slider-wrap #slide-logo {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	position: absolute;
	top: 0;
}
#slider-area #slider-wrap #slide-logo img {
	width: 30%;
}
#slider-area #slide-man {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	bottom: 0;
}
#slider-area #slide-man img {
	width: 25%;
	height: auto;
	vertical-align: bottom;
}


/* 以下スマホ */
@media (max-width: 800px) {
	#slider-area {
		width: 100%;
		height: auto;
		padding: 32vw 0 60vw;
		position: relative;
		background-color: #000;
	}
	#slider-area #slider-wrap .slider-up .slide-img-sp ,
	#slider-area #slider-wrap .slider-down .slide-img-sp {
		display: block;
		width: 100%;
		height: auto;
	}
	#slider-area #slider-wrap .slider-up .slide-img ,
	#slider-area #slider-wrap .slider-down .slide-img {
		display: none;
	}
	#slider-area #slider-wrap .slider-up .slide-img-sp img ,
	#slider-area #slider-wrap .slider-down .slide-img-sp img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#slider-area #slider-wrap #slide-logo img {
		width: 70%;
	}
	#slider-area #slide-man img {
		width: 85%;
		height: auto;
		vertical-align: bottom;
	}
}


/* ========================================
キャスト
========================================== */
.castpic {
	will-change: opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0,0,0);
}
.futa {
	will-change: backdrop-filter,-webkit-backdrop-filter;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0,0,0);
}
#kurohuta {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	z-index: -30;
}
#cast1bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background:url(../img/FA-staff-bg-pc-rev.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -29;
}
#cast1bg-futa {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -28;
}
#cast2bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background:url(../img/FA-cast-1-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -27;
}
#cast2bg-futa {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -26;
}
#cast {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
	overflow: hidden;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 7vw 0 3vw;
	text-align: center;
}
#cast h2 img {
	width: 15%;
}
#cast .cast-unit {
	width: 100%;
	height: auto;
	margin: 40vw 0 12vw;
	padding: 0;
	position: relative;
	opacity: 0;
}
#cast .cast-unit h3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 2vw;
}
#cast .cast-unit .cast-image {
	width: 100%;
	height: auto;
	margin: 2vw 0 4vw;
	padding: 0;
	position: relative;
}
#cast .cast-unit .cast-image .cast-face {
	width: 26%;
	height: auto;
	margin: 0 37%;
	padding: 0;
}
#cast .cast-unit .cast-image #cast1-item {
	width: 10%;
	height: auto;
	position: absolute;
	bottom: -13%;
	right: 33%;
	animation: cast1-item 5s ease-in-out infinite;
}
#cast .cast-unit .cast-image #staff1-item {
	width: 10%;
	height: auto;
	position: absolute;
	bottom: -13%;
	left: 33%;
	animation: staff1-item 5s ease-in-out infinite;
}
#cast .cast-unit .cast-image .cast-face img ,
#cast .cast-unit .cast-image #staff1-item img ,
#cast .cast-unit .cast-image #cast1-item img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#cast .cast-unit p {
	width: 50%;
	height: auto;
	margin: 0 20%;
	padding: 2vw 5%;
	color: #fff;
	font-size: 1.2vw;
	backdrop-filter:blur(13px);
	-webkit-backdrop-filter:blur(13px);
	background-color: rgba(0, 0, 0, 0.2);
}
@keyframes cast1-item {
    0% {transform: translate(0px, 0px)}
    2.5% {transform: translate(-5px, 5px)}
    4.0% {transform: translate(0px, 0px)}
    7.5% {transform: translate(-5px, 5px)}
    9.0% {transform: translate(0px, 0px)}
    60.0% {transform: translate(0px, 0px)}
    62.5% {transform: translate(-5px, 5px)}
    64.0% {transform: translate(0px, 0px)}
    67.5% {transform: translate(-5px, 5px)}
    69.0% {transform: translate(0px, 0px)}
}
@keyframes staff1-item {
    0% {transform: rotate(0)}
    2.5% {transform: rotate(-5deg)}
    4.0% {transform: rotate(0)}
    7.5% {transform: rotate(-5deg)}
    9.0% {transform: rotate(0)}
    60% {transform: rotate(0)}
    62.5% {transform: rotate(-5deg)}
    64.0% {transform: rotate(0)}
    67.5% {transform: rotate(-5deg)}
    69.0% {transform: rotate(0)}
}

/* 以下スマホ */
@media (max-width: 800px) {
	#cast1bg {
		width: 100%;
		height: 100%;
		min-height: 100%;
		margin: 0;
		padding: 0;
		background:url(../img/FA-staff-bg-sp-rev.jpg) no-repeat;
		background-size: cover;
		background-position: center top;
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0;
		z-index: -29;
	}
	#cast2bg {
		width: 100%;
		height: 100%;
		min-height: 100%;
		margin: 0;
		padding: 0;
		background:url(../img/FA-cast-1-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0;
		z-index: -27;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 50vw 0 3vw;
		text-align: center;
	}
	#cast h2 img {
		width: 50%;
	}
	#cast .cast-unit {
		width: 100%;
		height: auto;
		margin: 50vw 0 100vw;
		padding: 0;
		position: relative;
		opacity: 0;
	}
	#cast .cast-unit h3 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		color: #fff;
		font-size: 8vw;
	}
	#cast .cast-unit h3 span {
		font-size: 5.5vw;
	}
	#cast .cast-unit .cast-image {
		width: 100%;
		height: auto;
		margin: 2vw 0 4vw;
		padding: 0;
		position: relative;
	}
	#cast .cast-unit .cast-image .cast-face {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
	}
	#cast .cast-unit .cast-image #cast1-item {
		width: 30%;
		height: auto;
		position: absolute;
		bottom: -13%;
		right: 1%;
		animation: cast1-item 5s ease-in-out infinite;
	}
	#cast .cast-unit .cast-image #staff1-item {
		width: 30%;
		height: auto;
		position: absolute;
		bottom: -13%;
		left: 1%;
		animation: staff1-item 5s ease-in-out infinite;
	}
	#cast .cast-unit .cast-image .cast-face img ,
	#cast .cast-unit .cast-image #staff1-item img ,
	#cast .cast-unit .cast-image #cast1-item img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#cast .cast-unit p {
		width: 90%;
		height: auto;
		padding: 5vw 3%;
		margin: 15vw 2% 0;
		color: #fff;
		font-size: 4vw;
	}
	
}

/* ========================================
縦コピー
========================================== */
#tate {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50vw 0;
}
#tate-bg1 {
	width:100%;
	height:100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background:url(../img/FA-kotei-bg1-pc-rev.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -20;
	opacity: 0;
}
#tate #tate-copy {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
}
#tate #tate-copy img {
	width: 5%;
}




/* 以下スマホ */
@media (max-width: 800px) {
	#tate {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 100vw 0;
	}
	#tate-bg1 {
		width:100%;
		height:100%;
		min-height: 100%;
		margin: 0;
		padding: 0;
		background:url(../img/FA-kotei-bg1-sp-rev.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -20;
		opacity: 0;
	}

	#tate #tate-copy img {
		width: 20%;
	}
	


}



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

#button-area {
	width:100%;
	height:auto;
	margin:0;
	padding:30px 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 30px;
}
#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: #000;
	position: relative;
}
footer #foot-bg1 {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
footer #foot-bg2 ,
footer #foot-bg3 {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: absolute;
	top: 0;
	left: 0;
}
footer #foot-bg1 img ,
footer #foot-bg2 img ,
footer #foot-bg3 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
footer #foot-title {
	width: 70%;
	height: auto;
	position: absolute;
	top: 15%;
	left: 15%;
	text-align: center;
}
footer #foot-title img {
	transform: scale(0);
	width: 30%;
}
footer #foot-tw {
	width: 100%;
	height: auto;
	position: absolute;
	top: 65%;
	left: 0;
	opacity: 0;
	text-align: center;
}
footer #foot-tw img {
	width: 4%;
}
footer #foot-tw img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
footer #button-area {
	position: absolute;
	bottom: 5%;
	opacity: 0;
}
footer .copyright {
	width:100%;
	height:auto;
	padding:10px 0;
	color:#fff;
	text-align:center;
	font-size:0.9vw;
	position: absolute;
	bottom: 0;
}

@media (max-width: 800px) {

footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
footer #foot-title {
	width: 60%;
	height: auto;
	position: absolute;
	top: 15%;
	left: 20%;
	text-align: center;
}
footer #foot-title img {
	transform: scale(0);
	width: 100%;
}
footer #foot-tw {
	width: 100%;
	height: auto;
	position: absolute;
	top: 60%;
	left: 0;
	opacity: 0;
	text-align: center;
}
footer #foot-tw img {
	width: 12%;
}
footer #button-area {
	position: absolute;
	bottom: 5%;
}
footer .copyright {
	width:90%;
	height:auto;
	padding:10px 5%;
	color:#fff;
	text-align:center;
	font-size:0.7em;
}

}


/* ========================================
コメント
========================================== */
#combody .hamburger ,
#combody #totop {
	opacity: 1;
}
#combody footer {
	background-color: transparent;
}
#combody footer .copyright {
	position: static;
	color: #000;
}
.com-slider {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -5;
}
.com-slider .slide-img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.com-slider .slide-img-sp {
	display: none;
}
.com-slider .slide-img img ,
.com-slider .slide-img-sp img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#comment {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
}
#comment h1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
	text-align: center;
}
#comment h1 img {
	width: 25%;
}
#comment #keisho {
	width: 100%;
	text-align: center;
	font-size: 1.2vw;
	font-weight: bold;
	color: #000;
}
#comment .com-unit {
	width: 60%;
	height: auto;
	margin: 2vw 15% 10vw;
	padding: 3vw 5%;
	background-color: #ea0428;
}
#comment .com-unit:nth-child(even) {
	background-color: #6a9b08;
} 
#comment .com-unit .com-txt {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.3vw;
}
#comment .com-unit .com-name {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.3vw;
	font-weight: bold;
	text-align: center;
}


@media (max-width: 900px) {
	.com-slider .slide-img-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.com-slider .slide-img {
		display: none;
	}
	#comment {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0;
	}
	#comment h1 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0;
		text-align: center;
	}
	#comment h1 img {
		width: 60%;
	}
	#comment #keisho {
		width: 100%;
		text-align: center;
		font-size: 3.5vw;
		font-weight: bold;
		color: #000;
	}
	#comment .com-unit {
		width: 90%;
		height: auto;
		margin: 5vw 3% 20vw;
		padding: 5vw 2%;
	}
	#comment .com-unit .com-txt {
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 4vw;
	}
	#comment .com-unit .com-name {
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 4vw;
		font-weight: bold;
		text-align: center;
	}
	


}