html{
  height:100%; 
}

body { 
	margin: 0; 
	padding:0;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	width:100%; 
	height:100%;
	overflow-x:hidden;
	background-color: #000;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
br.sponly2 {display:none;}
br.pconly {display:inline;}
.img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

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

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

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

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

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



@media (max-width: 1024px) {
	body { 
		margin: 0; 
		padding:0;
		width:100%; 
		height:100vh;
		overflow-x:hidden;
	}
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	br.sponly {display:inline;}
	br.sponly2 {display:none;}
	br.pconly {display:none;}
}
@media (max-width: 610px) {
	br.sponly2 {display:inline;}
}


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

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


/* 以下スマホ */
@media (max-width: 1024px) {
	#loader-bg {
		background: #000;
	}
	#loader {
		width:100%;
		height:auto;
		margin:0;
		padding:0;
		position:relative;
		text-align:center;
	}
	#loader {
		width:15%;
		height:auto;
		margin:0;
		padding:0;
		position:relative;
	}
	

}

/* ========================================
ヘッダー
========================================== */
#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:10px 0 30px;
	position:fixed;
	top:0;
	background: linear-gradient(to bottom, #000 10%, transparent);
	z-index:1001;
	opacity: 0;
}
#pcheader ul#pcmenu {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type:none;
	display:flex;
	justify-content: center;
}
#pcheader ul#pcmenu li {
	width:auto;
	height:auto;
	margin:0 1%;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#pcheader ul#pcmenu li.menusns {
	width:auto;
	height:auto;
	margin:0 0.5%;
	padding:0;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li a {
	transition-duration: 0.4s;
	text-decoration:none !important;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:1.3vw;
	line-height:1.3vw;
	letter-spacing: 1.0px;
	text-align: center;
	color: #e4e6cf;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-style: normal;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(0px);
	font-size: 1.6vw;
}
#pcheader ul#pcmenu li.menusns a span.eng img {
	width: 2.5vw;
}
#pcheader ul#pcmenu li a span.jpn {
	display: block;
	width: 100%;
	font-size:0.7vw;
	line-height:0.7vw;
	text-align: center;
	color: #fff;
	font-family: 'Edu TAS Beginner', cursive;
	letter-spacing: 1px;
	transform: translateY(-1.5vw);
}
#pcheader ul#pcmenu li a:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.navigation {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px ;
	width: 100%;
	height: 100%;
}  
.global-nav {
	position: fixed;
	right: 0;
	top: -2000px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: 0px;
	background: #000;
	z-index: 200000;
	display: flex;
	align-items: center;
}
.global-nav .global-nav-inner {
	width: 100%;
	height: auto;
	position: relative;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
}  
.global-nav #menu-logo {
	width:40%;
	height:auto;
	margin:0px 30% 5vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo #menu-logo1 {
	width: 100%;
	height: auto;
}
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0.1vw 0px;
}
.global-nav__item a {
	display: block;
	padding: 0;
	text-decoration: none;	
	color: #fff;
	transition: all .6s;
	letter-spacing: 1px;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
	transform: translateY(-10px);
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #e4e6cf !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#e4e6cf;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 12%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#201519;
}
.global-nav ul.nav-sns li img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.global-nav ul.nav-sns li img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

  .hamburger__line--1 {
	top: 12px;
  }
  .hamburger__line--2 {
	top: 27px;
  }
  .hamburger__line--3 {
	top: 42px;
  }
  .black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
	top: 0;
  }
  .nav-open .black-bg {
	opacity: .8;
	visibility: visible;
  }
  .nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 30px;
  
  }
  .nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
	opacity: 0;
  
  }
  .nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 30px;
  
  }



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

.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:none;
	opacity: 1;
  }  
  .hamburger {
	width: 52px; /* クリックしやすいようにちゃんと幅を指定する */
	height: 54px; /* クリックしやすいようにちゃんと高さを指定する */
	  display:block !important;
  }  
  .hamburger__line {
	  position: absolute;
	  left: -2px;
	  width: 40px;
	  height: 4px;
	  transition: all .6s;
	}	
	.hamburger #menu {
	  position: absolute;
	  top: 38px;
	  left: -3px;
	  font-weight:bold;
	  font-size:0.9em;
	}
  
  .hamburger__line--1 {
	top: 8px;
  }
  .hamburger__line--2 {
	top: 21px;
  }
  .hamburger__line--3 {
	top: 34px;
  }
  
  .global-nav {
	position: fixed;
	top: -1600px; /* これで隠れる */
	left: 0;
	width: 100%; /* スマホに収まるくらい */
	height: 100%;
	min-height: 100%;
	padding: 0 0 10px;
	transition: all .6s;
	z-index: 200;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__list {
	margin: 10px 0 10px;
  }
  .global-nav__item {
	margin: 25px 0;
  }
  .global-nav__item a {
	display: block;
	padding: 1px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:2.5rem;
	line-height: 4.0rem;
	letter-spacing: 1.5px;
	color: #e4e6cf;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-style: normal;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}
.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: 600px) {
	.global-nav #menu-logo {
		width:40%;
		height:auto;
		margin:0px 30% 15vw;
		padding:0;
		text-align:center;
		position: relative;
	}  

	.global-nav__item {
		margin: 15px 0 !important;
	}
	.global-nav__item a {
		display: block;
		padding: 1px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:1.7rem;
		line-height: 2.2rem;
		letter-spacing: 1.2px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.global-nav .nav-sns {
		margin: 15vw 0 0 !important;
	}
	
	
}



/* ========================================
トップ
========================================== */
#top {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
	background-color: #000;
}
#top #top-bg {
	width: 100%;
	height: auto;
	opacity: 0;
}
#top #top-bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#top #top-bg img ,
#top #top-bg2 img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
#top #top__tate {
	width: 4%;
	height: auto;
	position: absolute;
	top: 6%;
	right: 16%;
	opacity: 0;
}
#top #top__rampo {
	width: 19%;
	height: auto;
	position: absolute;
	bottom: 10%;
	right: 8%;
	transform: rotateY(180deg);
	opacity: 0;
}
#top #top__logo {
	width: 8%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 39%;
	left: 46%;
	opacity: 0;
}
#top #top__award {
	width: 10%;
	height: auto;
	position: absolute;
	top: 6%;
	left: 14%;
	opacity: 0;
}
#top #top__bb {
	width: 4%;
	height: auto;
	position: absolute;
	top: 16%;
	left: 17%;
	opacity: 0;
}
#top #top__date {
	width: 34%;
	height: auto;
	position: absolute;
	bottom: 7%;
	left: 3%;
	opacity: 0;
}
.top__tate {
	animation: fadeIn 1.0s ease 1.0s forwards;
}
.top-bg {
	animation: fadeIn 1.0s ease 1.8s forwards;
}
.top__logo {
	animation: fadeIn 1.0s ease 2.1s forwards;
}
.top-last-anime {
	animation: fadeIn 1.5s ease 2.9s forwards;
}

@keyframes top__rampo {
	0% {transform: rotateY(180deg);opacity: 0;}
	30% {opacity: 1;}
	100% {transform: rotateY(0deg);opacity: 1;}
}
.top__rampo {
	animation: top__rampo 1.0s ease-out 3.0s forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#top #top-bg img ,
	#top #top-bg2 img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	#top #top__tate {
		width: 10.5%;
		height: auto;
		position: absolute;
		top: 3%;
		right: 5%;
		opacity: 0;
	}
	#top #top__rampo {
		width: 50%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 76%;
		right: 25%;
		transform: rotateY(180deg);
		opacity: 0;
	}
	#top #top__logo {
		width: 20%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 32%;
		left: 40%;
		opacity: 0;
	}
	#top #top__award {
		width: 30%;
		height: auto;
		position: absolute;
		top: 67%;
		left: auto;
		right: 1%;
		opacity: 0;
	}
	#top #top__bb {
		width: 10.3%;
		height: auto;
		position: absolute;
		top: 3%;
		left: 2%;
		opacity: 0;
	}
	#top #top__date {
		width: 90%;
		height: auto;
		position: absolute;
		bottom: 4%;
		left: 5%;
		opacity: 0;
	}
	.top__logo {
		animation: fadeIn 1.0s ease 2.4s forwards;
	}
	.top-last-anime {
		animation: fadeIn 1.5s ease 3.3s forwards;
	}

}

/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 11000;
}
.modal__bg {
	background:#000;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 0.95;
}
.modal__bg2 {
	background:#000;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 0.95;
}

.news-bg {
	background:#000;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 0.5;
}
.movie__content {
    width: 65%;
	height: auto;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.prof__content {
    width: 100%;
	height: 90%;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	overflow-y: scroll;
	scrollbar-width: none;
}
.prof__content::-webkit-scrollbar {
    width: 0px;
}
.prof__content h2 {
	width: 60%;
	height: auto;
	margin: 0 20% 1vw;
	padding: 2vw 0 1vw;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1.8vw;
	text-align: center;
}
.prof__content h2 span {
	font-size: 1.4rem;
}
.prof__content h2 img {
	width: 40%;
}
.prof__content p {
	width: 60%;
	height: auto;
	margin: 2vw 20%;
	padding: 0;
	color: #fff;
	font-size: 1.0rem;
	line-height: 1.8rem;
}



.prof__content ul {
	width: 60%;
	height: auto;
	margin: 2vw 20% 2vw;
}
.prof__content ul li {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1rem;
}
.prof__content ul li .strong {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0.5rem;
}
.prof__content .eve-unit {
	width: 50%;
	height: auto;
	margin: 2vw 25%;
}
.prof__content .top-unit {
	border-bottom: 1px solid #fff;
}

.prof__content .eve-unit p {
	width: 100%;
	height: auto;
	margin: 3vw 0;
	padding: 0;
	color: #fff;
	font-size: 1.0rem;
}
.prof__content .eve-unit p .big {
	font-size: 1.2rem;
	font-weight: bold;
}

.prof__content .eve-unit ul {
	width: 100%;
	height: auto;
	margin: 0;
}
.prof__content .eve-unit ul li {
	width: 100%;
	height: auto;
	margin: 0.3vw 0 0.3vw;
	color: #fff;
	font-size: 1rem;
	word-break: break-all;
}
.prof__content .eve-unit p a ,
.prof__content .eve-unit ul li a {
	color: #fff;
}
.prof__content .eve-unit .com-img {
	width: 60%;
	height: auto;
	margin: 0 20%;
}
.prof__content h3 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 2vw 0 0;
	color: #fff;
	font-size: 2rem;
	text-align: center;
}
.prof__content h3 img {
	width: 25%;
}

.prof__content .eve-movie {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	margin: 0 20% 3vw;
	padding: 2vw 3vw;
	border: 2px solid #fff;
}
.prof__content .eve-movie h4 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	font-size: 1.4rem;
	color: #fff;
}
.prof__content .eve-movie p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
	color: #fff;
}
.prof__content .eve-movie p span {
	font-size: 0.9rem;
}
.prof__content .com2-unit {
	width: 50%;
	height: auto;
	margin: 2vw 25% 7vw;
}
.prof__content .com2-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	color: #fff;
	font-size: 1.1rem;
	line-height: 2rem;
	letter-spacing: 1px;
}
.prof__content .com2-unit .name {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	color: #E4E6CF;
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: 1px;
	text-align: right;
}
.prof__content .com2-unit .name span {
	font-size: 1rem;
}
.batsu {
	width: 5%;
	height: auto;
	position: fixed;
	top: 2%;
	right: 2%;
}
.batsu img {
	width: 100%;
}
.batsu img:hover {
	transform: rotate(360deg);
	transition: all 1.0s ease;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.prof__content {
		width: 90%;
		height: 80%;
		box-sizing: border-box;
		padding: 40px 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.prof__content h2 {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		padding: 2vw 0 0;
		color: #fff;
		font-size: 1.5rem;
		text-align: center;
	}
	.prof__content h2 span {
		font-size: 1.2rem;
	}
	.prof__content .news-img1 {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		text-align: center;
	}
	.prof__content .news-img1 img {
		width: 100%;
	}
	.prof__content .news-img2 {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		text-align: center;
	}
	.prof__content .news-img2 img {
		width: 100%;
	}
	.prof__content .news-img3 {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.prof__content .news-img3 .img-part {
		width: 90%;
		height: auto;
		margin: 3vw 0;
		text-align: center;
		color: #fff;
		font-size: 1.1rem;
	}

	.prof__content p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 1.0rem;
		line-height: 2.0rem;
	}
	.prof__content ul {
		width: 90%;
		height: auto;
		margin: 5vw 0;
		padding-left: 5vw;
	}
	.prof__content ul li {
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 1rem;
	}
	.prof__content .eve-unit {
		width: 100%;
		height: auto;
		margin: 5vw 0;
	}
	.prof__content .eve-unit p {
		width: 100%;
		height: auto;
		margin: 8vw 0;
		padding: 0;
		color: #fff;
		font-size: 1.0rem;
	}
	.prof__content .eve-unit ul {
		width: 90%;
		height: auto;
		margin: 0;
	}
	.prof__content .eve-unit ul li {
		width: 100%;
		height: auto;
		margin: 0.3vw 0 0.3vw;
		color: #fff;
		font-size: 1rem;
		word-break: break-all;
	}
	.prof__content .eve-unit ul li a {
		color: #fff;
	}
	.prof__content .eve-unit .com-img {
		width: 90%;
		height: auto;
		margin: 0 5%;
	}
	.prof__content h3 {
		width: 100%;
		height: auto;
		margin: 5vw 0 15vw;
		padding: 2vw 0 0;
		color: #fff;
		font-size: 1.6rem;
		text-align: center;
	}
	.prof__content h3 img {
		width: 70%;
	}
	.prof__content .eve-movie {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin: 0 0 3vw;
		padding: 5vw 3vw;
		border: 2px solid #fff;
	}
	.prof__content .eve-movie h4 {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		padding: 0;
		font-size: 1.4rem;
		color: #fff;
	}
	.prof__content .eve-movie p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 1.0rem;
		color: #fff;
	}
	.prof__content .eve-movie p span {
		font-size: 0.9rem;
	}
	.prof__content .com2-unit {
		width: 90%;
		height: auto;
		margin: 5vw 5% 25vw;
	}
	.prof__content .com2-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 1px;
	}
	.prof__content .com2-unit .name {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		color: #E4E6CF;
		font-size: 1.3rem;
		line-height: 2rem;
		letter-spacing: 1px;
		text-align: right;
	}
	.prof__content .com2-unit .name span {
		font-size: 1rem;
	}

	.batsu {
		width: 15%;
		height: auto;
		position: fixed;
		top: 2%;
		right: 2%;
	}
	

}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	.prof__content h2 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 2vw 0 3vw;
		border-bottom: 2px solid #fff;
		color: #fff;
		font-size: 1.8vw;
		text-align: center;
	}
	.prof__content h2 img {
		width: 70%;
	}
	ul#movie-changer {
		margin: 30px 0 0;
	}
	.movie__content .movie-btn {
		width: 82%;
		font-size: 3.2vw;
		margin: 5px 0;
	}
	.modal__content p {
		width: 90%;
		height: auto;
		margin: 0;
		padding: 5vw 5%;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 1.0px;
	}


}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 3vw 0;
	background-color: #000;
}
#bridge #theater-banner {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #theater-banner img {
	width: 17%;
}
#bridge #event-banner {
	width: 100%;
	height: auto;
	margin:  0 0 2vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge #event-banner a {
	display: block;
	width: 25%;
	height: auto;
	margin: 0 1%;
	opacity: 0;
}

#bridge #sns-link {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #sns-link a {
	display: block;
	width: 4%;
	height: auto;
	margin: 0 1%;
}
#bridge #sougo-banner {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}
#bridge #sougo-banner .sougo {
	width: 25%;
	height: auto;
	margin: 0 1.5%;
	opacity: 0;
}
#bridge #theater-banner a:hover ,
#bridge #event-banner a:hover ,
#bridge #sns-link a:hover ,
#bridge #sougo-banner .sougo a:hover {
	animation: flash 1.5s;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 3vw 0 20vw;
		background-color: #000;
	}
	#bridge #theater-banner {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #theater-banner img {
		width: 60%;
	}
	#bridge #event-banner {
		width: 100%;
		height: auto;
		margin:  0 0 5vw;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#bridge #event-banner a {
		display: block;
		width: 80%;
		height: auto;
		margin: 2vw 1%;
		opacity: 0;
	}
	#bridge #sns-link {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#bridge #sns-link a {
		display: block;
		width: 12%;
		height: auto;
		margin: 0 1%;
	}
	#bridge #sougo-banner {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#bridge #sougo-banner .sougo {
		width: 90%;
		height: auto;
		margin: 0 0 2vw;
		opacity: 0;
	}

}




/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:8vw 0 7vw;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #000;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 1vw;
	text-align: center;
	position: relative;
	opacity: 0;
}
.trailer h2 img {
	width: 15%;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	opacity: 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	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: 60%;
	height: auto;
	margin: 10px 20%;
	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: transparent;
	border: 1px solid #FEA612;
	color: #FEA612;
	font-size: 1.1vw;
	font-weight: bold;
}
.movie-btn i {
	opacity: 0;
}
.activee {
	background: #FEA612;
	border: 1px solid #FEA612;
	color: #000;
}
.activee i {
	opacity: 1;
}
.movie-btn:hover {
	background: #FEA612;
	border: 1px solid #FEA612;
	color: #000;
	cursor: pointer;
	transition-duration: 0.6s;
}
.trailer #trailer_word1 {
	width: 8%;
	height: auto;
	position: absolute;
	top: 15%;
	left: 10%;
	z-index: 2;
	pointer-events: none;
	animation: trailer_word1 10s ease infinite;
}
.trailer #trailer_word2 {
	width: 11.36%;
	height: auto;
	position: absolute;
	top: 35%;
	right: 9%;
	z-index: 2;
	pointer-events: none;
	animation: trailer_word2 10s ease infinite;
}
.trailer #trailer_word3 {
	width: 9.5%;
	height: auto;
	position: absolute;
	bottom: 4%;
	left: 13%;
	z-index: 2;
	pointer-events: none;
	animation: trailer_word3 10s ease infinite;
}
@keyframes trailer_word1 {
	0% {opacity: 0;}
	10% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes trailer_word2 {
	0% {opacity: 0;}
	30% {opacity: 0;}
	40% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes trailer_word3 {
	0% {opacity: 0;}
	60% {opacity: 0;}
	70% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}


/* 以下スマホ */
@media (max-width: 1024px) {
	.trailer {
		width:100%;
		padding:10vw 0 20vw;
	}
	.trailer h2 {
		width:100%;
		height:auto;
		padding:0;
		margin:0 0 5vw;
		position: relative;
	}
	.trailer h2 img {
		width: 30%;
	}
	#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;
	}
	.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%;
		font-size: 2vw;
	}
	.trailer #trailer_word1 {
		width: 12%;
		top: 3%;
		left: 2%;
	}
	.trailer #trailer_word2 {
		width: 17%;
		top: 70%;
		right: 0%;
	}
	.trailer #trailer_word3 {
		width: 14.25%;
		bottom: 4%;
		left: 13%;
	}
}

@media (max-width: 600px) {
	.trailer {
		width:100%;
		height:auto;
		margin:0;
		padding:20vw 0 40vw;
	}
	.trailer h2 {
		width:100%;
		height:auto;
		padding:0;
		margin:0 0 5vw;
		position: relative;
	}
	.trailer h2 img {
		width: 35%;
	}
	#video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: static;
	}
	.video {
		width:100%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:0 0 10px;
		display:block;
	}
	.movie-btn {
		width: 45%;
		font-size: 3vw;
	}
	.trailer #trailer_word1 {
		width: 15%;
		top: 3%;
		left: 2%;
	}
	.trailer #trailer_word2 {
		width: 21.3%;
		top: 64%;
		right: 0%;
	}
	.trailer #trailer_word3 {
		width: 17.8%;
		bottom: 4%;
		left: 13%;
	}

	
}


/* ========================================
イントロダクション
========================================== */
#intro-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
}
.intro-eyes {
	width: 30%;
	height: auto;
	position: fixed;
	z-index: -29;
}
.intro-eyes img {
	width: 100%;
	height: auto;
	aspect-ratio: 636 / 610;
}
#intro-eye3 {
	top: -15%;
	left: 35%;
	opacity: 0;
}
#intro-eye1 {
	top: 50%;
	right: 5%;
	opacity: 0;
}
#intro-eye2 {
	bottom: -20%;
	left: 20%;
	opacity: 0;
}
@keyframes intro-eye1 {
	0% {opacity: 0;}
	5% {opacity: 0;}
	8% {opacity: 1;}
	15% {opacity: 1;filter: blur(0);}
	20% {opacity: 0.4;filter: blur(5px);}
	25% {opacity: 1;filter: blur(0);}
	30% {opacity: 1;}
	33% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes intro-eye2 {
	0% {opacity: 0;}
	35% {opacity: 0;}
	38% {opacity: 1;}
	60% {opacity: 1;}
	63% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes intro-eye3 {
	0% {opacity: 0;}
	65% {opacity: 0;}
	68% {opacity: 1;}
	73% {opacity: 1;filter: blur(0);}
	78% {opacity: 0.3;filter: blur(5px);}
	86% {opacity: 1;filter: blur(0);}
	90% {opacity: 1;}
	93% {opacity: 0;}
	100% {opacity: 0;}
}
.intro-eye1 {
	animation: intro-eye1 10s linear infinite;
}
.intro-eye2 {
	animation: intro-eye2 10s linear infinite;
}
.intro-eye3 {
	animation: intro-eye3 10s linear infinite;
}
#intro__sphead {
	display: none;
}
#intro {
	width: 100%;
	height: auto;
	padding: 30vw 0 20vw;
	position: relative;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 15vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro h2 img {
	width: 23%;
}
#intro #intro__lead {
	width: 16%;
	height: auto;
	margin: 0 42% 15vw;
	position: relative;
}
#intro #intro__lead #intro__lead1 {
	width: 100%;
	height: auto;
}
#intro #intro__lead #intro__lead2 ,
#intro #intro__lead #intro__lead3 ,
#intro #intro__lead #intro__lead4 ,
#intro #intro__lead #intro__lead5 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: inset(0 0 100% 0);
}
@keyframes intro__lead {
	0% {clip-path: inset(0 0 100% 0);}
	100% {clip-path: inset(0 0 0 0);}
}
.intro__lead2 {
	animation: intro__lead 0.5s ease forwards;
}
.intro__lead3 {
	animation: intro__lead 0.5s ease 0.5s forwards;
}
.intro__lead4 {
	animation: intro__lead 0.5s ease 1.0s forwards;
}
.intro__lead5 {
	animation: intro__lead 0.5s ease 1.5s forwards;
}
#intro p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	opacity: 0;
}
#intro #intro-eye-sp {
	display: none;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bg {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background-size: 70%;
		background-position: left bottom;
		background-repeat: no-repeat;
		position: fixed;
		top:0;
		left: 0;
		z-index: -30;
	}
	#intro__sphead {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
	}
	#intro__sphead #intro__spheadbg {
		width: 100%;
		height: auto;
	}
	#intro__sphead h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		top: 50vw;
		opacity: 0;
	}
	#intro__sphead h2 img {
		width: 70%;
	}
	#intro {
		width: 100%;
		height: auto;
		padding: 0 0 200vw;
		position: relative;
		z-index: -31;
		overflow: hidden;
	}
	#intro #intro__sphead {
		display: block;
		width: 100%;
		height: auto;
	}
	#intro h2 {
		display: none;
	}
	#intro #intro__lead {
		width: 55%;
		height: auto;
		margin: 0 0 70vw 40%;
		position: relative;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.2px;
		opacity: 1;
		position: relative;
		z-index: 2;
	}
	.intro-eyes {
		display: none;
	}
	#intro #intro-eye-sp {
		display: block;
		width: 120%;
		height: auto;
		margin: 0 0 0;
		text-align: right;
		animation: intro-eye3-2 4.0s infinite;
		position: absolute;
		bottom: 100vw;
		left: 0;
	}

	@keyframes intro-eye3-2 {
		0% {opacity: 0;}
		10% {opacity: 0;}
		15% {opacity: 1;filter: blur(0);}
		20% {opacity: 1;filter: blur(0);}
		40% {opacity: 0.4;filter: blur(5px);}
		60% {opacity: 1;filter: blur(0);}
		86% {opacity: 1;filter: blur(0);}
		90% {opacity: 1;}
		95% {opacity: 0;}
		100% {opacity: 0;}
	}
	.intro-eye3 {
		animation: intro-eye3-2 3s linear infinite;
	}


}

/* ========================================
ストーリー
========================================== */
#story-spbg {
	display: none;
}
#story {
	width: 100%;
	height: auto;
	position: relative;
}
#story #story__bg {
	width: 100%;
	height: auto;
}
#story #story__contents {
	width: 67%;
	height: auto;
	padding: 9vw 0;
	position: absolute;
	top: 0;
	left: 16.5%;
}
#story #story__contents h2 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: right;
	opacity: 0;
}
#story #story__contents h2 img {
	width: 15%;
}
#story #story__contents .txt {
	width: 60%;
	height: auto;
}
#story #story__contents .txt #story__lead1 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	opacity: 0;
}
#story #story__contents .txt #story__lead1 img {
	width: 80%;
	height: auto;
	aspect-ratio: 1184 / 141;
}
#story #story__contents .txt #story__lead2 {
	display: none;
}
#story #story__contents .txt p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.2vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	opacity: 0;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#story-spbg {
		display: block;
		width: 100%;
		height: 105%;
		min-height: 105%;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -25;
		pointer-events: none;
		clip-path: inset(100% 0 0 0);
	}
	#story {
		width: 100%;
		height: auto;
		padding: 80vw 0;
		position: relative;
	}
	#story #story__bg {
		display: none;
	}
	#story #story__contents {
		width: 80%;
		height: auto;
		padding: 0;
		position: static;
	}
	#story #story__contents h2 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#story #story__contents h2 img {
		width: 40%;
	}
	#story #story__contents .txt {
		width: 100%;
		height: auto;
	}
	#story #story__contents .txt #story__lead1 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		opacity: 0;
		text-align: center;
	}
	#story #story__contents .txt #story__lead1 img {
		width: 90%;
		height: auto;
		aspect-ratio: 1075 / 218;
	}
	#story #story__contents .txt #story__lead2 {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		opacity: 0;
		text-align: center;
	}
	#story #story__contents .txt #story__lead2 img {
		width: 80%;
	}
	#story #story__contents .txt p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.2px;
		opacity: 0;
	}


}

/* ========================================
のぞき穴
========================================== */
#hole {
	width: 100%;
	height: auto;
	padding: 7vw 0;
	background-color: #000;
	position: relative;
}
#hole #hole__bg {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#hole #hole__bg img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 719;
}
#hole .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: absolute;
	top: 44.2%;
	z-index: 1;
}
#hole .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	animation: loop-slide-rev 90s infinite linear 0s both;
}
#hole .top-slide-wrap .top-slide .content {
	width: 35vw;
	height: auto;
	margin: 0;
}
#hole .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#hole #hole__logo {
	width: 3%;
	height: auto;
	position: absolute;
	top: 20%;
	left: 65%;
	z-index: 3;
	opacity: 0;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#hole {
		width: 100%;
		height: auto;
		padding: 60vw 0;
		background-color: #000;
		position: relative;
		overflow: hidden;
	}
	#hole #hole__bg {
		width: 120%;
		height: auto;
		position: relative;
		left: -10%;
		z-index: 2;
	}
	#hole #hole__bg img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 1100;
	}
	#hole .top-slide-wrap {
		top: 42%;
	}
	#hole .top-slide-wrap .top-slide {
		animation: loop-slide-rev 50s infinite linear 0s both;
	}
	#hole .top-slide-wrap .top-slide .content {
		width: 125vw;
		height: auto;
		margin: 0;
	}
	#hole #hole__logo {
		width: 14%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 10%;
		left: 12%;
		z-index: 3;
		opacity: 0;
	}

}


/* ========================================
コメント
========================================== */
#com-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -20;
	pointer-events: none;
	opacity: 0;
}
#com-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -18;
	pointer-events: none;
	opacity: 0;
}
#comment {
	width: 100%;
	height: auto;
	padding: 20vw 0;
	position: relative;
	z-index: -19;
}
#comment h2 {
	width: 100%;
	height: auto;
	margin: 0 0 15vw;
	padding: 0;
	text-align: center;
}
#comment h2 img {
	width: 17%;
}
#comment .com-unit {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	margin: 0 20% 10vw;
	padding: 5vw 5%;
	background-color: rgba(21, 36, 50, 30%);
	opacity: 0;
}
#comment .com-unit .name {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#comment .com-unit .name img {
	width: 20%;
}
#comment .com-unit p {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#com-bg1 {
		height: 105%;
		min-height: 105%;
	}
	#com-bg2 {
		height: 105%;
		min-height: 105%;
	}
	#comment {
		width: 100%;
		height: auto;
		padding: 50vw 0;
		position: relative;
		z-index: -19;
	}
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0 0 40vw;
		padding: 0;
		text-align: center;
	}
	#comment h2 img {
		width: 50%;
	}
	#comment .com-unit {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		margin: 0 5% 20%;
		padding: 5vw 0;
		background-color: rgba(21, 36, 50, 0);
		opacity: 0;
	}
	#comment .com-unit .name {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		text-align: center;
	}
	#comment .com-unit .name img {
		width: 45%;
	}
	#comment .com-unit p {
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.2px;
	}


}


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


/* 以下タブレット・スマホ */
@media (max-width: 800px) {
	#button-area {
		width:100%;
		height:auto;
		margin:0;
		padding:10px 0 10px;
	}
	#button-area ul.social_sq_buttons {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		list-style-type: none;
		display:flex;
		justify-content: center;
		flex-wrap:wrap;
	}
	#button-area ul.social_sq_buttons li {
		width:160px;
		height: 20px;
		margin:5px;
		padding:3px 0;
		display: flex;
		justify-content: center;
	}
}



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:2.5vw 0;
	margin:0;
	background-color: #000;
	position: relative;
	overflow: hidden;
}
footer .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2.5vw 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
footer .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
footer #slider1 .top-slide {
	animation: loop-slide-rev 50s infinite linear 0s both;
}
footer #slider2 .top-slide {
	animation: loop-slide 50s infinite linear 0s both;
}
footer .top-slide-wrap .top-slide .content {
	width: 30vw;
	height: auto;
	margin: 0;
}
footer .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	aspect-ratio: 900 / 450;
}
footer #foot-logo {
	width: 4%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 48%;
	transform: translate3d(0, -50%, 0);
	z-index: 3;
}
footer #foot-bb {
	width: 30%;
	height: auto;
	position: absolute;
	bottom: 1%;
	left: 5%;
}
footer #button-area {
	position: absolute;
	bottom: 0;
	right: 2%;
}
footer #foot-eye1 {
	width: 30%;
	height: auto;
	position: absolute;
	top: 20%;
	left: 10%;
	animation: intro-eye1 8s linear infinite;
}
footer #foot-eye2 {
	width: 30%;
	height: auto;
	position: absolute;
	top: -25%;
	left: 75%;
	animation: intro-eye2 8s linear infinite;
}
footer #foot-eye3 {
	width: 30%;
	height: auto;
	position: absolute;
	top: 22%;
	left: 65%;
	animation: intro-eye3 8s linear infinite;
}
footer #foot-eye4 {
	width: 30%;
	height: auto;
	position: absolute;
	bottom: -30%;
	left: 35%;
	animation: intro-eye4 8s linear infinite;
}
@keyframes intro-eye4 {
	0% {opacity: 1;}
	5% {opacity: 1;}
	10% {opacity: 0;}
	92% {opacity: 0;}
	95% {opacity: 1;}
	100% {opacity: 1;}
}


@media (max-width: 1024px) {
	footer {
		padding:10vw 0;
	}
	footer .top-slide-wrap {
		padding: 10vw 0;
	}
	footer #slider2 {
		padding: 10vw 0 20vw;
	}
	footer #slider1 .top-slide {
		animation: loop-slide-rev 30s infinite linear 0s both;
	}
	footer #slider2 .top-slide {
		animation: loop-slide 30s infinite linear 0s both;
	}
	footer .top-slide-wrap .top-slide .content {
		width: 60vw;
	}
	footer .top-slide-wrap .top-slide .content img {
		aspect-ratio: 900 / 600;
	}
	footer #foot-logo {
		width: 12%;
		height: auto;
		position: absolute;
		top: 47%;
		left: 44%;
		transform: translate3d(0, -50%, 0);
		z-index: 3;
	}
	footer #foot-bb {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 10%;
		left: 10%;
	}
	footer #button-area {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	footer #foot-eye1 {
		width: 50%;
		height: auto;
		position: absolute;
		top: 33%;
		left: 5%;
		animation: intro-eye1 8s linear infinite;
	}
	footer #foot-eye2 {
		width: 50%;
		height: auto;
		position: absolute;
		top: -10%;
		left: 50%;
		animation: intro-eye2 8s linear infinite;
	}
	footer #foot-eye3 {
		width: 50%;
		height: auto;
		position: absolute;
		top: 30%;
		left: 50%;
		animation: intro-eye3 8s linear infinite;
	}
	footer #foot-eye4 {
		width: 30%;
		height: auto;
		position: absolute;
		bottom: 0%;
		left: 50%;
		animation: intro-eye4 8s linear infinite;
	}


}
@media (max-width: 600px) {
	footer {
		padding:10vw 0;
	}
	footer .top-slide-wrap {
		padding: 10vw 0;
	}
	footer #slider2 {
		padding: 20vw 0 40vw;
	}
	footer #slider1 .top-slide {
		animation: loop-slide-rev 30s infinite linear 0s both;
	}
	footer #slider2 .top-slide {
		animation: loop-slide 30s infinite linear 0s both;
	}
	footer .top-slide-wrap .top-slide .content {
		width: 80vw;
	}
	footer #foot-logo {
		width: 16%;
		height: auto;
		position: absolute;
		top: 42%;
		left: 42%;
		transform: translate3d(0, -50%, 0);
		z-index: 3;
	}
	footer #foot-bb {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 17%;
		left: 10%;
	}
	footer #foot-eye1 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 17%;
		left: -20%;
		animation: intro-eye1 8s linear infinite;
	}
	footer #foot-eye2 {
		width: 100%;
		height: auto;
		position: absolute;
		top: -18%;
		left: 20%;
		animation: intro-eye2 8s linear infinite;
	}
	footer #foot-eye3 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 22%;
		left: 40%;
		animation: intro-eye3 8s linear infinite;
	}
	footer #foot-eye4 {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: -5%;
		left: 15%;
		animation: intro-eye4 8s linear infinite;
	}

}



/* ========================================
ダウンロード
========================================== */
#dl-body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-5;
	width:100%;
	height:100vh;
	background:url(../download/images/HAKU-dl-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 1;
}
#dl-bg-item {
	width: 30%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 35%;
}

  .dlButton {
	  background-color:transparent;
	  border:1px solid #e4e6cf;
	  display:inline-block;
	  cursor:pointer;
	  color:#e4e6cf;
	  font-family:Arial;
	  width: 16vw;
	  font-size:1.1vw;
	  padding:10px 0;
	  text-align: center;
	  text-decoration:none;
	  font-weight: bold;
	  font-feature-settings:"palt";
  }
  .dlButton:hover {
	  background-color:#e4e6cf;
	  border:1px solid #e4e6cf;
	  color:#000;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#e4e6cf !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#e4e6cf;
	  color:#000 !important;
  }
  .dl-contents {
	  width:80%;
	  height:auto;
	  padding:20px 10% 80px;
	  font-size:1.3em;
  }  
  .dl-contents h2 {
	  width:100%;
	  text-align:center;
	  padding:0;
	  color:#fff;
	  font-size:2em;
	  margin-bottom:30px;
  }  
  .dl-contents h2 span.small {
	  font-size:0.5em;
	  line-height:0.7em;
  }
  
  .dl-contents h2 img {
	  width:30%;
  }  
  #dl-wrapper {
	  width:100%;
	  height:auto;
	  text-align:center;
	  margin-bottom:20px;
  }
  #dl-wrapper .dl-txt2 {
	width:100%;
	height:auto;
	text-align:center;
  }
  #dl-wrapper .dl-txt2 img {
	width: 35%;
  }
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#fff;
	  margin:20px 0 5px;
	  font-size: 1.1em;
	  font-weight: bold;
	letter-spacing: 1.5px;
  }
  #dl-wrapper .dl-txt1 span {
	display: inline-block;
	position: relative;
	z-index: 2;
  }
  
  #dl-wrapper .dl-txt1 a {
	  color:#000;
  }
  
  #dl-wrapper .dl-txt1 img {
	  width:30%;
  }
  
  #dl-wrapper .sikiri {
	  width:100%;
	  height:auto;
	  padding:40px 0 20px;
	  text-align:center;
  }
  
  #dl-wrapper .sikiri img {
	  width:10%;
  }
  
  
  #dl-wrapper .dl-uline {
	  display:inline-block;
	  width:70%;
	  margin:20px 0 30px;
  }
  
  #dl-wrapper .dl-uline img {
	  width:100%;
	  height:60px;
  }
  .dl-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 10vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }  
  .dl-wrap .img-box {
	  width:22%;
	  height:auto;
	  padding:0 1%;
	  margin:50px 1%;
	  color:#e4e6cf;
	  text-align: center;
	  font-size: 1.0em;
	  font-weight: bold;
	  letter-spacing: 1.4px;
  }  
  .img-box img {
	  width:90%;
  }
  .dl-wrap .img-box span {
	display: inline-block;
	font-size: 0.7em;
	line-height: 1.3em;
  }


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


