html{
  height:100vh; 
}

body { margin: 0; padding:0;font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; width:100%; height:100vh;;overflow-x:hidden;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-10;
  width:100%;
  height:100vh;
  background:url(../img/story_bg_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
.clearfix{
  zoom:1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
.pchead {display: block;}
.sphead {display: none;}
.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 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.3s;
	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;
	}
}
@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) {
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-10;
		width:100%;
		height:100vh;
		background:url(../img/story_bg_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}

br.sponly {display:inline;}
.pchead {display: none;}
.sphead {display: block;}

}


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

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0s;
    transition-duration: 1s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.5s;
    transition-duration: 2.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
    display: grid;
    place-items: center;
}
#loader {
	width:20%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
    display: grid;
    place-items: center;
	animation-name: anime1;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-delay:0;
	animation-iteration-count: infinite;
	animation-fill-mode:forwards;
}
#loader #load1 img {
	width:100%;
	height:auto;
}
@keyframes anime1 {
	0% {	opacity:0;	}
	15% {	opacity:1;	}
	85% {	opacity:1;	}
	100% {	opacity:0;	}
}


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

#loader {
	width:40%;
	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:6px 0 9px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #ffffe8 50%, transparent);
	background: -webkit-linear-gradient(top, #ffffe8 50%, transparent);
	background: linear-gradient(to bottom, #ffffe8 50%, transparent);
	z-index:1001;
	transition-duration: 0.6s;
	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;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 1px;
}
#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.32vw;
	line-height:1.32vw;
	text-align: center;
	color: #000;
	font-family: 'Montserrat', sans-serif;
}
#pcheader ul#pcmenu li a span.jp {
	display: block;
	width: 100%;
	font-size:0.8vw;
	line-height:0.8vw;
	text-align: center;
	color: #000;
	transform: translateY(-15px);
}
#pcheader ul#pcmenu li.menusns a span.eng img {
	width: 30px;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	color: #f77f31 !important;
}
#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: #ffffe8;
	background-size: 100% auto;
	background-position: center center;
	color:#fff;
	transition: all .6s;
	z-index: 200000;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px; /* クリックしやすいようにちゃんと幅を指定する */
	height: 65px; /* クリックしやすいようにちゃんと高さを指定する */
	cursor: pointer;
	z-index: 300000;
	opacity:0;
  }
  
  .global-nav #menu-logo {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 10px;
	text-align:center;
}  
.global-nav #menu-logo img {
	width:20% !important;
	height:auto;
}    
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: 'Pacifico', cursive;
}
.global-nav__item a {
	display: block;
	padding: 1px 0;
	text-decoration: none;	
	color: #000;
	transition: all .6s;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
	font-family: 'Montserrat', sans-serif;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
}
.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-family: 'Quicksand', sans-serif;
	font-style: normal;
	font-weight: 400;
  } 
  .global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 4%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li 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;
	  font-family: 'Quicksand', sans-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: 1px 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;
	transform: translateY(-27px);
}

   .global-nav #menu-logo {
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0 10px;
	text-align:center;
}  
  .global-nav #menu-logo img {
	width:50% !important;
	height:auto;
}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 0 2%;
	text-align: center;
}
.global-nav ul.nav-sns li a {
	font-size: 10vw;
	color: #f77f31;
}
.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: 0;
		padding: 0;
	}
	.global-nav__item a {
		display: block;
		padding: 1px 0;
		margin: 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:7vw;
		line-height: 7vw;
		letter-spacing: 1px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.6vw;
		transform: translateY(-27px);
	}
}




/* ========================================
トップメイン画像まわり
========================================== */
#topmain-pc {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
	background-color: #f38232;
}
#topmain-pc #up1 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
}
#topmain-pc #slide-wave {
	width: 100%;
	height: auto;
	position: absolute;
	top: 49%;
	left: 0;
	z-index: 1;
	opacity: 1;
}
#topmain-pc #slide-wave .top-slide-wrap {
	display: block;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	overflow: hidden;
	opacity: 1;
}
#topmain-pc #slide-wave .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 80s infinite linear 0s both;
}
#topmain-pc #slide-wave .top-slide-wrap .top-slide .content {
	width: 25vw;
	height: auto;
}
#topmain-pc #slide-wave .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#topmain-pc #logo-area {
	width: 100%;
	height: auto;
	position: absolute;
	top: 59%;
	left: 0;
}
#topmain-pc #logo-area #logo-area-inside {
	width: 100%;
	height: auto;
	position: relative;
}
#topmain-pc #logo-area #logo-area-inside #logo-jp {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	z-index: 2;
	opacity: 0;
}
#topmain-pc #logo-area #logo-area-inside #logo-en {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	top: -6%;
	left: 0;
	z-index: 1;
	opacity: 0;
}
@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-80%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(80%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
.slideInLeft {
	animation: slideInLeft 0.8s ease-in 0s forwards;
}
.slideInRight {
	animation: slideInRight 0.8s ease-in 0s forwards;
}
#topmain-pc #logo-area #logo-area-inside #logo-jp img {
	width: 35%;
	height: auto;
	vertical-align: bottom;
}
#topmain-pc #logo-area #logo-area-inside #logo-en img {
	width: 41%;
	height: auto;
	vertical-align: bottom;
}
#topmain-pc #letter {
	width: 30%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}
@keyframes slideInTR {
	0% {
		opacity: 0;
		transform: translate(200px , -200px);
	}
	100% {
		opacity: 1;
		transform: translate(0 , 0);
	}
}
.slideInTR {
	animation: slideInTR 0.2s ease-in 0.9s forwards;
}
#topmain-pc #other-txt {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	opacity: 0;
}
.fadeInTop {
	animation: fadeIn 1.5s ease-in 1.1s forwards;
}
#topmain-pc #stach {
	display: block;
	width: 3%;
	height: auto;
	position: absolute;
	bottom: 3.5%;
	left: 27%;
	opacity: 0;
	z-index: 20;
}
#topmain-pc #vap {
	display: block;
	width: 3%;
	height: auto;
	position: absolute;
	bottom: 3.5%;
	right: 27%;
	opacity: 0;
}

#topmain-pc #starch-special-sp ,
#topmain-pc #com-banner-sp ,
#topmain-pc #tostarch-sp ,
#topmain-pc #sns-link-sp {
	display: none;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain-pc {
		width:100%;
		height:auto;
		padding:0 0 50vw;
		margin:0;
		position:relative;
		overflow: hidden;
	}
	#topmain-pc #slide-wave {
		width: 100%;
		height: auto;
		position: absolute;
		top: 41%;
		left: 0;
		z-index: 1;
		opacity: 1;
	}
	#topmain-pc #slide-wave .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide 40s infinite linear 0s both;
	}
	#topmain-pc #slide-wave .top-slide-wrap .top-slide .content {
		width: 60vw;
		height: auto;
	}
	#topmain-pc #logo-area {
		width: 100%;
		height: auto;
		position: absolute;
		top: 45%;
		left: 0;
	}
	#topmain-pc #logo-area #logo-area-inside #logo-jp img {
		width: 77%;
		height: auto;
		vertical-align: bottom;
	}
	#topmain-pc #logo-area #logo-area-inside #logo-en img {
		width: 88%;
		height: auto;
		vertical-align: bottom;
	}
	#topmain-pc #letter {
		width: 70%;
		height: auto;
		position: absolute;
		top: 0;
		right: 0;
		opacity: 0;
	}
	#topmain-pc #tostarch-sp {
		display: block;
		width: 50%;
		height: auto;
		position: absolute;
		top: 63%;
		left: 25%;
		z-index: 5;
		opacity: 0;
	}
	#topmain-pc #starch-special-sp {
		display: block;
		width: 80%;
		height: auto;
		position: absolute;
		top: 68%;
		left: 10%;
		z-index: 5;
		opacity: 0;
	}	
	#topmain-pc #com-banner-sp {
		display: block;
		width: 80%;
		height: auto;
		position: absolute;
		top: 78%;
		left: 10%;
		z-index: 5;
		opacity: 0;
	}	

	#topmain-pc #sns-link-sp {
		width: 100%;
		height: auto;
		margin: 1vw 0 1vw;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
		position: absolute;
		top: 87%;
		z-index: 5;
	}
	#topmain-pc #sns-link-sp li {
		width: 40%;
		height: auto;
		margin: 0;
		animation: guiter 4s linear 0s infinite;
	}
	#topmain-pc #sns-link-sp li img {
		width: 100%;
		height: auto;
	}
	#topmain-pc #stach ,
	#topmain-pc #vap {
		display: none;
	}


}

/* ========================================
トレイラーとブリッジ
========================================== */
#tra-bri {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
#tra-bri #slide-wave-trailer {
	width: 100%;
	height: auto;
	position: absolute;
	top: 42%;
	left: 0;
	z-index: 2;
	opacity: 1;
}
#tra-bri #slide-wave-trailer .top-slide-wrap {
	display: block;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	overflow: hidden;
	opacity: 1;
}
#tra-bri #slide-wave-trailer .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide-rev 80s infinite linear 0s both;
}
#tra-bri #slide-wave-trailer .top-slide-wrap .top-slide .content {
	width: 25vw;
	height: auto;
}
#tra-bri #slide-wave-trailer .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#tra-bri #slide-wave-trailer {
		width: 100%;
		height: auto;
		position: absolute;
		top: 27%;
		left: 0;
		z-index: 2;
		opacity: 1;
	}
	#tra-bri #slide-wave-trailer .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide-rev 40s infinite linear 0s both;
	}
	#tra-bri #slide-wave-trailer .top-slide-wrap .top-slide .content {
		width: 50vw;
		height: auto;
	}
	
}

@media (max-width: 610px) {
	#tra-bri #slide-wave-trailer {
		width: 100%;
		height: auto;
		position: absolute;
		top: 22%;
		left: 0;
		z-index: 2;
		opacity: 1;
	}
	#tra-bri #slide-wave-trailer .top-slide-wrap .top-slide .content {
		width: 70vw;
		height: auto;
	}

}
@media (max-width: 410px) {
	#tra-bri #slide-wave-trailer {
		width: 100%;
		height: auto;
		position: absolute;
		top: 20%;
		left: 0;
		z-index: 2;
		opacity: 1;
	}

}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 8vw;
	background-color: #f38232;
	overflow-x: hidden;
	position: relative;
}
#bridge #catch2 {
	display: block;
	width: 100%;
	height: auto;
	padding: 1vw 0 2vw;
	text-align: center;
	opacity: 1;
}
#bridge #catch2 img {
	width: 50%;
	height: auto;
	vertical-align: bottom;
}
#bridge #tostarch {
	display: block;
	width: 100%;
	height: auto;
	padding: 0 0 1vw;
	text-align: center;
	opacity: 0;
}
#bridge #tostarch img {
	width: 15%;
	height: auto;
	vertical-align: bottom;
}
#bridge #tostarch img:hover {
	animation: flash 1.5s;
}
#bridge #starch-special {
	width: 100%;
	height: auto;
	padding: 0 0 1vw;
	opacity: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge #starch-special li {
	width: 22%;
	margin: 0 1%;
}
#bridge #starch-special img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#bridge #starch-special img:hover {
	animation: flash 1.5s;
}
#bridge #date {
	width: 100%;
	height: auto;
	margin: 4vw 0;
	text-align: center;
	opacity: 0;
}
#bridge #date img {
	width: 40%;
	height: auto;
	vertical-align: bottom;
}
#bridge #sns-link {
	width: 100%;
	height: auto;
	margin: 1vw 0 1vw;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #sns-link li {
	width: 10%;
	height: auto;
	margin: 0 1%;
	animation: guiter 4s linear 0s infinite;
}
#bridge #sns-link li img {
	width: 100%;
	height: auto;
}
#bridge #sns-link li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@keyframes guiter {
	0% {
		transform: rotate(0);
		transform-origin: center;
	}
	33% {
		transform: rotate(0);
	}
	35% {
		transform: rotate(5deg);
	}
	38% {
		transform: rotate(0);
	}
	43% {
		transform: rotate(0);
	}
	45% {
		transform: rotate(5deg);
	}
	48% {
		transform: rotate(0);
	}
}
#bridge ul#theater-bnr {
	width: 100%;
	height: auto;
	margin: 2vw 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	opacity: 0;
}
#bridge ul#theater-bnr li {
	width: 15%;
	height: auto;
	margin: 1vw 1%;
}
#bridge ul#theater-bnr li:first-child {
	width: 15%;
	height: auto;
	margin: 1vw 42.5%;
}
#bridge ul#theater-bnr li img:hover {
	animation: flash 1.5s;
}
#bridge #mubi-wrap {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	text-align: center;
	opacity: 0;
}
#bridge #mubi-wrap #mvtk-widgets-container {
	display: inline-block;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0 20vw;
		background-color: #f38232;
	}
	#bridge #catch2 ,
	#bridge #tostarch ,
	#bridge #starch-special ,
	#bridge #sns-link {
		display: none;
	}
	#bridge #date {
		width: 100%;
		height: auto;
		margin: 2vw 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #date img {
		width: 90%;
		height: auto;
		vertical-align: bottom;
	}
	#bridge ul#theater-bnr {
		width: 100%;
		height: auto;
		margin: 2vw 0 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#bridge ul#theater-bnr li {
		width: 60%;
		height: auto;
		margin: 1vw 1%;
	}
	#bridge ul#theater-bnr li:first-child {
		width: 60%;
		height: auto;
		margin: 1vw 1%;
	}
	#bridge #mubi-wrap {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		text-align: center;
		opacity: 0;
	}
}



/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:8vw 0 18vw;
	overflow-x: hidden;
	position: relative;
	background-color: #ffffe8;
}
.trailer h2 {
	width:20%;
	height:auto;
	padding:0;
	margin:0;
	text-align:center;
	position: absolute;
	top: 30%;
	right: 2%;
	z-index: 1;
	opacity: 0;
}
.trailer #onoband {
	width:42%;
	height:auto;
	padding:0;
	margin:0;
	text-align:center;
	position: absolute;
	bottom: 0%;
	left: 29%;
	z-index: 1;
	opacity: 0;
}
#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 #E74B1F;
	color: #E74B1F;
	font-size: 1.1vw;
}
.movie-btn i {
	display: none;
}
.activee {
	background: #E74B1F;
	border: 1px solid #E74B1F;
	color: #fff;
}
.activee i {
	display: inline;
}
.movie-btn:hover {
	background: #e77c5f;
	border: 1px solid #e77c5f;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}

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


/* 以下スマホ */
@media (max-width: 1024px) {
.trailer {
	width:100%;
	padding:40vw 0 50vw;
}
.trailer h2 {
	width:50%;
	height:auto;
	padding:0;
	margin:0;
	text-align:center;
	position: absolute;
	top: 10%;
	right: 25%;
	z-index: 1;
	opacity: 0;
}
.trailer #onoband {
	width:60%;
	height:auto;
	padding:0;
	margin:0;
	text-align:center;
	position: absolute;
	bottom: 0%;
	left: 20%;
	z-index: 1;
	opacity: 0;
}
#video-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.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:60vw 0 60vw;
	overflow: hidden;
}
.trailer h2 {
	width:60%;
	height:auto;
	padding:0;
	margin:0;
	text-align:center;
	position: absolute;
	top: 15%;
	right: 20%;
	z-index: 1;
	opacity: 0;
}
.trailer #onoband {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	text-align:center;
	position: absolute;
	bottom: -1px;
	left: 0%;
	z-index: 1;
	opacity: 0;
}

#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 ul#movie-changer {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.movie-btn {
	width: 80%;
	margin: 3px 10%;
	padding: 5px 0;
	font-size: 3.5vw;
}

}



/* ========================================
About the movie
========================================== */
#about-bg0 {
	width:100%;
	height:100vh;
	min-height: 100%;
	position:fixed;
	top:0;
	left:0;
	z-index:-20;
	background-color: #000;
}
#about-bg1 {
	width:100%;
	height:100vh;
	min-height: 100%;
	position:fixed;
	top:0;
	left:0;
	z-index:-19;
	background:url(../img/R69-intro-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center left;
	animation: about-bg1 12s ease-in 0s infinite;
}
#about-bg2 {
	width:100%;
	height:100vh;
	min-height: 100%;
	position:fixed;
	top:0;
	left:0;
	z-index:-19;
	background:url(../img/R69-intro-bg-2-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center right;
	animation: about-bg2 12s ease-in 0s infinite;
}
#about-bg3 {
	width:100%;
	height:100vh;
	min-height: 100%;
	position:fixed;
	top:0;
	left:0;
	z-index:-19;
	background:url(../img/R69-intro-bg-3-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	animation: about-bg3 12s ease-in 0s infinite;
}
@keyframes about-bg1 {
	0% {opacity: 1;}
	28% {opacity: 1;}
	33% {opacity: 0;}
	95% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes about-bg2 {
	0% {opacity: 0;}
	28% {opacity: 0;}
	33% {opacity: 1;}
	61% {opacity: 1;}
	66% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes about-bg3 {
	0% {opacity: 0;}
	61% {opacity: 0;}
	66% {opacity: 1;}
	95% {opacity: 1;}
	100% {opacity: 0;}
}
#about {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0 50vw;
}
#about #slide-about {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -17;
	opacity: 1;
}
#about #slide-about .top-slide-wrap {
	display: block;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	overflow: hidden;
	opacity: 1;
}
#about #slide-about .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 80s infinite linear 0s both;
}
#about #slide-about .top-slide-wrap .top-slide .content {
	width: 20vw;
	height: auto;
}
#about #slide-about .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#about #about-contents {
	width: 60%;
	height: auto;
	margin: 0 20%;
	position: relative;
	z-index: -18;
}
#about #about-contents #about-c1 {
	width: 100%;
	height: auto;
	margin: 5vw 0 3vw;
	text-align: center;
	opacity: 0;
}
#about #about-contents #about-c1 img {
	width: 60%;
	height: auto;
	vertical-align: bottom;
}
#about #about-contents p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.3vw;
	line-height: 2.1vw;
	font-feature-settings: "palt";
	letter-spacing: 1.2px;
	opacity: 0;
}
#about #about-contents #about-c2 {
	width: 100%;
	height: auto;
	margin: 5vw 0 3vw;
	text-align: center;
	opacity: 0;
}
#about #about-contents #about-c2 img {
	width: 40%;
	height: auto;
	vertical-align: bottom;
}
#about #about-contents #about-c3 {
	width: 100%;
	height: auto;
	margin: 5vw 0 3vw;
	text-align: center;
	opacity: 0;
}
#about #about-contents #about-c3 img {
	width: 50%;
	height: auto;
	vertical-align: bottom;
}
#about #about-contents #about-fes {
	width: 90%;
	height: auto;
	margin: 5vw 0 5vw;
	padding: 3vw 5%;
	background-color: rgba( 231,75,31 , 0.8 );
}
#about #about-contents #about-fes h3 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#about #about-contents #about-fes h3 img {
	width: 60%;
}
#about #about-contents #about-fes p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.3vw;
	line-height: 2.1vw;
	font-feature-settings: "palt";
	letter-spacing: 1.2px;
	opacity: 0;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#about-bg1 {
		width:100%;
		height:100vh;
		min-height: 100%;
		position:fixed;
		top:0;
		left:0;
		z-index:-19;
		background:url(../img/R69-intro-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center left;
		animation: about-bg1 12s ease-in 0s infinite;
	}
	#about-bg2 {
		width:100%;
		height:100vh;
		min-height: 100%;
		position:fixed;
		top:0;
		left:0;
		z-index:-19;
		background:url(../img/R69-intro-bg-2-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center right;
		animation: about-bg2 12s ease-in 0s infinite;
	}
	#about-bg3 {
		width:100%;
		height:100vh;
		min-height: 100%;
		position:fixed;
		top:0;
		left:0;
		z-index:-19;
		background:url(../img/R69-intro-bg-3-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		animation: about-bg3 12s ease-in 0s infinite;
	}
	#about #slide-about .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide 40s infinite linear 0s both;
	}
	#about #slide-about .top-slide-wrap .top-slide .content {
		width: 60vw;
		height: auto;
	}
	#about {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 30vw 0 100vw;
	}	
	#about #about-contents {
		width: 90%;
		height: auto;
		margin: 0 5%;
		position: relative;
		z-index: -18;
	}
	#about #about-contents #about-c1 {
		width: 100%;
		height: auto;
		margin: 10vw 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#about #about-contents #about-c1 img {
		width: 80%;
		height: auto;
		vertical-align: bottom;
	}
	#about #about-contents p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 1rem;
		line-height: 1.8rem;
		font-feature-settings: "palt";
		letter-spacing: 1.2px;
		opacity: 0;
	}
	#about #about-contents #about-c2 {
		width: 100%;
		height: auto;
		margin: 20vw 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#about #about-contents #about-c2 img {
		width: 80%;
		height: auto;
		vertical-align: bottom;
	}
	#about #about-contents #about-c3 {
		width: 100%;
		height: auto;
		margin: 20vw 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#about #about-contents #about-c3 img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#about #about-contents #about-fes {
		width: 90%;
		height: auto;
		margin: 20vw 0 5vw;
		padding: 5vw 5%;
		background-color: rgba( 231,75,31 , 0.8 );
	}
	#about #about-contents #about-fes h3 {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#about #about-contents #about-fes h3 img {
		width: 100%;
	}
	#about #about-contents #about-fes p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 1rem;
		line-height: 1.8rem;
		font-feature-settings: "palt";
		letter-spacing: 1.2px;
		opacity: 0;
	}
	
	
}

/* 以下タブレット・スマホ */
@media (max-width: 525px) {
	#about #slide-about .top-slide-wrap .top-slide .content {
		width: 90vw;
		height: auto;
	}

}




/* ========================================
フェス出演者
========================================== */
#artists {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 8vw 0;
	position: relative;
	background-color: #febe54;
}
@keyframes toumei {
	0% {background-color: rgba( 254,190,84 , 1 );}
	100% {background-color: rgba( 254,190,84 , 0 );}	
}
.toumei {
	animation: toumei 2s ease-in 0.2s forwards;
}
#round-bg {
	width: 100%;
	height: auto;
	position: fixed;
	top: -22%;
	left: 0;
	text-align: center;
	background-color: #febe54;
	z-index: -15;
	opacity: 0;
}
@keyframes rotation1 {
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}
#round-bg img {
	width: 70%;
	height: auto;
	vertical-align: bottom;
	animation: rotation1 15s linear 0s infinite;
}
@keyframes blurInRound {
	from {
	opacity: 0;
	filter: blur(10px);
	}
	to {
	opacity: 1;
	filter: blur(0);
	}
}
.blurInRound {
	animation: blurInRound 0.2s ease-in 0s forwards;
}
#artists h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	text-align: center;
}
#artists h2 img {
	width: 30%;
	height: auto;
	vertical-align: bottom;
}
#artists #artist-list {
	width: 80%;
	height: auto;
	margin: 0 10%;
	padding: 3vw 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#artists #artist-list figure.artist-unit {
	position: relative;
	overflow: hidden;
	width: 25%;
	height: auto;
	margin: 2vw 2%;
	text-align: center;
	background-color: #000;
	-webkit-perspective: 50em;
	perspective: 50em;
	box-sizing: border-box;
	transition: all 0.6s ease;
}
#artists #artist-list figure.artist-unit img {
	opacity: 1;
	width: 100%;
	height: auto;
	vertical-align: bottom;
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	transition: all 0.6s ease;
}
#artists #artist-list figure.artist-unit figcaption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.6s ease;
}
#artists #artist-list figure.artist-unit figcaption .words {
	width: 92%;
	height: auto;
	margin: 30% 4% 0;
	font-size: 1.1vw;
	color: #e74b1f;
	font-weight: bold;
	text-align: center;
}
#artists #artist-list figure.artist-unit figcaption .words span {font-size: 0.9vw;}
#artists #artist-list figure.artist-unit figcaption .name {
	width: 92%;
	height: auto;
	margin: 20% 4% 0;
	font-size: 1.1vw;
	color: #fff;
	text-align: center;
}
#artists #artist-list figure.artist-unit figcaption .name span {
	font-size: 0.9vw;
}

#artists #artist-list figure.artist-unit:hover img,
#artists #artist-list figure.artist-unit.hover img {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  opacity: 0;
  transition: all 0.6s ease;
}
#artists #artist-list figure.artist-unit:hover figcaption,
#artists #artist-list figure.artist-unit.hover figcaption {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  transition: all 0.6s ease;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#artists {
		width: 100%;
		height: auto;
		min-height: 100%;
		margin: 0;
		padding: 20vw 0;
		position: relative;
		background-color: #febe54;
	}
	#round-bg {
		width: 100%;
		height: auto;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		text-align: center;
		background-color: #febe54;
		z-index: -15;
		opacity: 0;
		display: grid;
		place-items: center;
	}
	@keyframes rotation1 {
		0%{ transform:rotate(0);}
		100%{ transform:rotate(360deg); }
	}
	#round-bg img {
		width: 120%;
		height: auto;
		vertical-align: bottom;
		animation: rotation1 15s linear 0s infinite;
	}
	#artists h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		text-align: center;
		color: #fff;
		font-size: 2.5em;
		line-height: 1.5em;
	}
	#artists h2 img {
		width: 90%;
		height: auto;
		vertical-align: bottom;
	}
	#artists #artist-list {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#artists #artist-list figure.artist-unit {
		position: relative;
		overflow: hidden;
		width: 45%;
		height: auto;
		margin: 5vw 2%;
		text-align: center;
		background-color: #000;
		-webkit-perspective: 500em;
		perspective: 500em;
		box-sizing: border-box;
		transition: all 0.6s ease;
	}
	#artists #artist-list figure.artist-unit figcaption .words {
		width: 90%;
		height: auto;
		margin: 15% 5% 0;
		font-size: 1rem;
		color: #e74b1f;
		font-weight: bold;
		text-align: center;
	}
	#artists #artist-list figure.artist-unit figcaption .words span {font-size: 0.8rem;}
	#artists #artist-list figure.artist-unit figcaption .name {
		width: 98%;
		height: auto;
		margin: 20% 1% 0;
		font-size: 1rem;
		line-height: 1rem;
		color: #fff;
		text-align: center;
	}
	#artists #artist-list figure.artist-unit figcaption .longname {
		margin: 5% 1% 0;
	}
	#artists #artist-list figure.artist-unit figcaption .name span {
		font-size: 0.8rem;
		line-height: 0.7rem;
		font-feature-settings: "palt";
		letter-spacing: 0.2px;
	}
	
	
}


/* ========================================
インタビュー出演者
========================================== */
#interviewee {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 8vw 0;
	position: relative;
	background-color: #587dbe;
}
@keyframes toumei2 {
	0% {background-color: rgba( 88,125,190 , 1 );}
	100% {background-color: rgba( 88,125,190 , 0 );}	
}
.toumei2 {
	animation: toumei2 2s ease-in 0.2s forwards;
}
#interviewee-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	background-color: #587dbe;
	z-index: -14;
	opacity: 0;
}
#interviewee-bg img {
	width: 50%;
	height: auto;
	vertical-align: bottom;
}
.blurInRound2 {
	animation: blurInRound 0.2s ease-in 0s forwards;
}
#interviewee h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	text-align: center;
}
#interviewee h2 img {
	width: 25%;
	height: auto;
	vertical-align: bottom;
}

#interviewee #interviewee-list {
	width: 80%;
	height: auto;
	margin: 0 10%;
	padding: 3vw 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#interviewee #interviewee-list figure.interviewee-unit {
	position: relative;
	overflow: hidden;
	width: 20%;
	height: auto;
	margin: 2vw 2%;
	text-align: center;
	background-color: #000;
	-webkit-perspective: 50em;
	perspective: 50em;
	box-sizing: border-box;
	transition: all 0.6s ease;
}
#interviewee #interviewee-list figure.interviewee-unit img {
	opacity: 1;
	width: 100%;
	height: auto;
	vertical-align: bottom;
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	transition: all 0.6s ease;
}
#interviewee #interviewee-list figure.interviewee-unit figcaption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.6s ease;
}
#interviewee #interviewee-list figure.interviewee-unit figcaption .name {
	width: 90%;
	height: auto;
	margin: 20% 5% 0;
	font-size: 1.2vw;
	color: #fff;
	text-align: center;
}
#interviewee #interviewee-list figure.interviewee-unit figcaption .name span {
	font-size: 1.1vw;
}
#interviewee #interviewee-list figure.interviewee-unit figcaption .title {
	width: 90%;
	height: auto;
	margin: 20% 5% 0;
	font-size: 1.0vw;
	color: #fff;
	text-align: center;
}
#interviewee #interviewee-list figure.interviewee-unit figcaption .name span {
	font-size: 0.9vw;
}
#interviewee #interviewee-list figure.interviewee-unit:hover img,
#interviewee #interviewee-list figure.interviewee-unit.hover img {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  opacity: 0;
  transition: all 0.6s ease;
}
#interviewee #interviewee-list figure.interviewee-unit:hover figcaption,
#interviewee #interviewee-list figure.interviewee-unit.hover figcaption {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  transition: all 0.6s ease;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#interviewee {
		width: 100%;
		height: auto;
		min-height: 100%;
		margin: 0;
		padding: 20vw 0;
		position: relative;
		background-color: #587dbe;
	}
	#interviewee-bg {
		width: 100%;
		height: auto;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		display: grid;
		place-items: center;
		background-color: #587dbe;
		z-index: -14;
		opacity: 0;
	}
	#interviewee-bg img {
		width: 98%;
		height: auto;
		vertical-align: bottom;
	}
	#interviewee h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		text-align: center;
		color: #fff;
		font-size: 2.5em;
		line-height: 1.5em;
	}
	#interviewee h2 img {
		width: 70%;
		height: auto;
		vertical-align: bottom;
	}
	
	#interviewee #interviewee-list {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#interviewee #interviewee-list figure.interviewee-unit {
		position: relative;
		overflow: hidden;
		width: 45%;
		height: auto;
		margin: 5vw 2%;
		text-align: center;
		background-color: #000;
		-webkit-perspective: 500em;
		perspective: 500em;
		box-sizing: border-box;
		transition: all 0.6s ease;
	}
	#interviewee #interviewee-list figure.interviewee-unit figcaption .name {
		width: 98%;
		height: auto;
		margin: 20% 1% 0;
		font-size: 1rem;
		color: #fff;
		text-align: center;
	}
	#interviewee #interviewee-list figure.interviewee-unit figcaption .title {
		width: 98%;
		height: auto;
		margin: 20% 1% 0;
		font-size: 1.0rem;
		line-height: 1.0rem;
		font-feature-settings: "palt";
		color: #fff;
		text-align: center;
	}
	#interviewee #interviewee-list figure.interviewee-unit figcaption .name span {
		font-size: 0.8rem;
	}
	




}

/* ========================================
SNSボタンアリア
========================================== */
.fadeInButton {
	animation-name:fadeIn;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
	animation-delay: 2.7s;
}
#button-area {
	width:100%;
	height:auto;
	margin:0;
	padding:2vw 0;
	opacity: 1;
}
#button-area ul.social_sq_buttons {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type: none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
#button-area ul.social_sq_buttons li {
	width: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;
}

#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;
	overflow: hidden;
	position: relative;
}
footer #foot-bg {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
footer #foot-logo {
	width: 100%;
	height: auto;
	position: absolute;
	top: 17%;
	left: 0;
	text-align: center;
	opacity: 0;
}
footer #foot-logo img {
	width: 25%;
}
footer #button-area {
	position: absolute;
	bottom: 0;
}
footer #slide-foot {
	width: 100%;
	height: auto;
	position: absolute;
	top: 37%;
	left: 0;
	opacity: 0;
}
footer #slide-foot .top-slide-wrap {
	display: block;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	overflow: hidden;
	opacity: 1;
}
footer #slide-foot .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 60s infinite linear 0s both;
}
footer #slide-foot .top-slide-wrap .top-slide .content {
	width: 25vw;
	height: auto;
}
footer #slide-foot .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
footer #sns-link-foot {
	width: 12%;
	height: auto;
	position: absolute;
	bottom: 9%;
	left: 44%;
	animation: guiter 4s linear 0s infinite;
}


@media (max-width: 1024px) {
	footer #foot-logo {
		width: 100%;
		height: auto;
		position: absolute;
		top: 13%;
		left: 0;
		text-align: center;
		opacity: 0;
	}
	footer #foot-logo img {
		width: 80%;
	}
	footer #slide-foot {
		width: 100%;
		height: auto;
		position: absolute;
		top: 33%;
		left: 0;
		opacity: 0;
	}
	footer #slide-foot .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide 30s infinite linear 0s both;
	}
	footer #slide-foot .top-slide-wrap .top-slide .content {
		width: 90vw;
		height: auto;
	}
	footer #sns-link-foot {
		width: 40%;
		height: auto;
		position: absolute;
		bottom: 18%;
		left: 30%;
		animation: guiter 4s linear 0s infinite;
	}
	
	
}
@media (max-width: 510px) {

}

/* ========================================
コメント
========================================== */
#combody #pcheader ,
#combody .hamburger {
	opacity: 1;
}

#com-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: linear-gradient(140deg, #e74b1f, #ffffe8, #ffffe8, #e74b1f);
    background-size: 400% 400%;
	animation: com-bg-grad 15s ease infinite;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
}
@keyframes com-bg-grad {
    0%{background-position:7% 0%}
    50%{background-position:94% 100%}
    100%{background-position:7% 0%}
}
#com-slide {
	display: none;
}
#com-bgimg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/R69-comment-pc-left-up.png) no-repeat;
	background-position: left top;
	background-size: 35% auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	animation: com-bg1 15s ease-in-out 0s infinite;
}
#com-bgimg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/R69-comment-pc-right-low.png) no-repeat;
	background-position: right bottom;
	background-size: 35% auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	animation: com-bg2 15s ease-in-out 0s infinite;
}
#com-bgimg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/R69-comment-pc-left-low.png) no-repeat;
	background-position: left bottom;
	background-size: 35% auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	animation: com-bg3 15s ease-in-out 0s infinite;
}
#com-bgimg4 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/R69-comment-pc-right-up.png) no-repeat;
	background-position: right top;
	background-size: 35% auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	animation: com-bg4 15s ease-in-out 0s infinite;
}
@keyframes com-bg1 {
	0% {opacity: 1;}
	18% {opacity: 1;}
	25% {opacity: 0;}
	93% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes com-bg2 {
	0% {opacity: 0;}
	18% {opacity: 0;}
	25% {opacity: 1;}
	43% {opacity: 1;}
	50% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes com-bg3 {
	0% {opacity: 0;}
	43% {opacity: 0;}
	50% {opacity: 1;}
	68% {opacity: 1;}
	75% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes com-bg4 {
	0% {opacity: 0;}
	68% {opacity: 0;}
	75% {opacity: 1;}
	93% {opacity: 1;}
	100% {opacity: 0;}
}
#comment {
	width: 100%;
	height: auto;
	padding: 10vw 0;
}
#comment h2 {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	padding: 0;
	text-align: center;
}
#comment h2 img {
	width: 20%;
}
#comment #junfu {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
	font-size: 0.9em;
	color: #000;
}
.com-unit {
	width: 50%;
	height: auto;
	margin: 2vw 23% 7vw;
	padding: 4vw 2%;
	background-color: #000;
	color: #ffffe8;
	opacity: 0;
}
.futomei {
	opacity: 1;
}
.com-unit .txt {
	width: 100%;
	height: auto;
	margin: 0 0 1.5vw;
	padding: 0;
	font-size: 1.1vw;
	line-height: 2vw;
	text-align: left;
}
.com-unit .name {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1.1vw;
	text-align: right;
}
.com-unit:nth-child(even) {
	background-color: rgba( 231,75,31 , 0.9 );
	color: #000;
	font-weight: bolder;
}

@media (max-width: 1024px) {
	#com-bgimg1 {
		background-size: 50% auto;
	}
	#com-bgimg2 {
		background-size: 50% auto;
	}
	#com-bgimg3 {
		background-size: 50% auto;
	}
	#com-bgimg4 {
		background-size: 50% auto;
	}
	
	#comment h2 img {
		width: 40%;
	}
	.com-unit {
		width: 60%;
		height: auto;
		margin: 5vw 18% 15vw;
		padding: 2vw 2%;
		background-color: #000;
		color: #ffffe8;
		opacity: 0;
	}
	.futomei {
		opacity: 1;
	}
	.com-unit .txt {
		width: 100%;
		height: auto;
		margin: 0 0 1em;
		padding: 0;
		font-size: 1em;
		line-height: 1.9em;
		text-align: left;
	}
	.com-unit .name {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 1em;
		text-align: right;
	}
}

@media (max-width: 610px) {
	#com-bgimg1 ,
	#com-bgimg2 ,
	#com-bgimg3 ,
	#com-bgimg4 {
		display: none;
	}
	#com-slide {
		width: 100%;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		display: grid;
		place-items: center;			
	}
	#com-slide .top-slide-wrap {
		display: block;
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		overflow: hidden;
		opacity: 1;
	}
	#com-slide .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide 40s infinite linear 0s both;
	}
	#com-slide .top-slide-wrap .top-slide .content {
		width: 80vw;
		height: auto;
	}
	#com-slide .top-slide-wrap .top-slide .content img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.futomei {
		opacity: 1 !important;
	}
	#comment h2 img {
		width: 60%;
	}
	#comment #junfu {
		width: 100%;
		height: auto;
		margin: 0 0 15vw;
		padding: 0;
		text-align: center;
		font-size: 0.9em;
		color: #000;
	}
	.com-unit {
		width: 86%;
		height: auto;
		margin: 5vw 2% 20vw;
		padding: 7vw 5%;
		background-color: #000;
		color: #ffffe8;
		opacity: 0;
	}


}