html{
  height:100%; 
}

body { 
	margin: 0; 
	padding:0;
	font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; 
	width:100%; 
	height:100%;
	overflow-x:hidden;
}
#news-body {
	background: #00AFEC;
}

body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
br.sponly2 {display:none;}
br.pconly {display:inline;}
.img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

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

	to {
	opacity: 1;
	}
}
.fadeIn {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInFast {
	animation-name:fadeIn;
	animation-duration:0.2s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInSlow {
	animation-name:fadeIn;
	animation-duration:1.5s;
	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;
		font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; 
		width:100%; 
		height:100vh;
		overflow-x:hidden;
	}
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	br.sponly {display:inline;}
	br.sponly2 {display:none;}
	br.pconly {display:none;}
}
@media (max-width: 610px) {
	br.sponly2 {display:inline;}
}




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

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



/* 以下スマホ */
@media (max-width: 1024px) {
	#loader #load1 {
		width: 8%;
		height: auto;
		position: absolute;
		top: 5%;
		left: auto;
		right: 10%;
		opacity: 1;
		z-index: 3;
	}

}


/* ========================================
ヘッダー
========================================== */

#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:12px 0 15px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #000 20%, transparent);
	background: -webkit-linear-gradient(top, #000 20%, transparent);
	background: linear-gradient(to bottom, #000 20%, 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.0%;
	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.6vw;
	line-height:1.6vw;
	letter-spacing: 0.2vw;
	text-align: center;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(-2px);
}
#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: 20vw;
	background: #000;
	z-index: 200000;
	overflow-y: scroll;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
}  
.global-nav #menu-logo {
	width:90%;
	height:auto;
	margin:1vw 5% 8vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo img {
	width: 75%;
}
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0.1vw 0px;
}
.global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;	
	color: #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: #fff;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color: #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 4%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#000;
}

.global-nav ul.nav-sns li img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.global-nav ul.nav-sns li img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
#menu-inu {
	width: 50%;
	margin-left: 49%;
	transform: translateY(-50%);
}

  .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: 80%;
	background:none;
	opacity: 1;
  }  
  .hamburger {
	width: 52px; /* クリックしやすいようにちゃんと幅を指定する */
	height: 54px; /* クリックしやすいようにちゃんと高さを指定する */
	  display:block !important;
  }  
  .hamburger__line {
	  position: absolute;
	  left: -2px;
	  width: 40px;
	  height: 4px;
	  transition: all .6s;
	}	
	.hamburger #menu {
	  position: absolute;
	  top: 38px;
	  left: -3px;
	  font-weight:bold;
	  font-size:0.9em;
	}
  
  .hamburger__line--1 {
	top: 8px;
  }
  .hamburger__line--2 {
	top: 21px;
  }
  .hamburger__line--3 {
	top: 34px;
  }
  
  .global-nav {
	position: fixed;
	top: -1600px; /* これで隠れる */
	left: 0;
	width: 100%; /* スマホに収まるくらい */
	height: 100%;
	min-height: 100%;
	padding: 10vw 0 10px;
	box-sizing: border-box;
	transition: all .6s;
	z-index: 200;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__list {
	margin: 30px 0 20px;
  }
  .global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:3.5em;
	line-height: 1.5em;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 2vw 2% 0;
	text-align: center;
}
.global-nav ul.nav-sns li a {
	font-size: 10vw;
}
.global-nav #tw-menu {
	width:100%;
	height:auto;
	padding:20px 0;
	margin:0;
	text-align: center;
	opacity: 1;
	position: relative;
	color: #fff;
	font-size: 10vw;
}
.global-nav #tw-menu a {
	color: #fff;
}
  
	/* 表示された時用のCSS */
	.nav-open .global-nav {
	  top: 0;
	}
	.nav-open .black-bg {
	  opacity: .8;
	  visibility: visible;
	}
	.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 20px;
	
	}
	.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
	
	}
	.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 20px;
	
	}
  
  
  ul#nav-button {
	  display:none !important;
  }
  
}  


/* 以下タブレット・スマホ */
@media (max-width: 550px) {
	.global-nav__item {
		margin: 10px 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:7vw;
		line-height: 9vw;
		letter-spacing: 1px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.global-nav ul.nav-sns li {
		width: 13%;
		margin: 2vw 2% 0;
		text-align: center;
	}
	
}




/* ========================================
トップメイン画像まわり
========================================== */
#topmain {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background-color: #010000;
	position:relative;
	overflow: hidden;
}
#topmain #top-bg {
	width: 100%;
	height: auto;
	transform: translate3d(0, -100%, 0);
}
#topmain #top-logo {
	width: 30%;
	height: auto;
	padding:0;
	margin:0;
	position: absolute;
	top: 12%;
	right: 9%;
	opacity: 0;
}
#topmain #top-catch {
	width: 4%;
	height: auto;
	position: absolute;
	top: 5%;
	left: 48%;
	opacity: 1;
	z-index: 3;
}
#topmain #top-date {
	width: 40%;
	height: auto;
	position: absolute;
	top: 33%;
	right: 4%;
	opacity: 0;
}
#topmain #top-jp-title {
	width: 50%;
	height: auto;
	position: absolute;
	top: 42.7%;
	left: 25%;
	opacity: 0;
}
#topmain #sns-link-pc {
	width: 20%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 42.7%;
	right: 3%;
	opacity: 0;
}
#topmain #sns-link-pc li {
	width: 20%;
	height: auto;
	margin: 0 2%;
}
#topmain #sns-link-pc li a:hover {
	animation: flash 1.2s;
}
#topmain #theater {
	width: 15%;
	height: auto;
	position: absolute;
	top: 53%;
	right: 17%;
	opacity: 0;
}
#topmain #theater img:hover {
	animation: flash 1.5s;
}
#topmain #trailer-head {
	width: 15%;
	height: auto;
	position: absolute;
	bottom: 11%;
	right: 50%;
}

@keyframes top-bg {
	0% {transform: translate3d(0, -100%, 0);}
	100% {transform: translate3d(0, 0%, 0);}
}
.top-bg {
	animation: top-bg 2.0s ease-out 1.1s forwards;
}

.top-logo {
	animation: fadeIn 1.2s ease 2.7s forwards;
}
.top-others-anime {
	animation: fadeIn 1.5s ease 3.0s forwards;
}
#topmain #top-sp-grd {
	display: none;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain #sns-link-pc ,
	#topmain #top-date ,
	#topmain #trailer-head ,
	#topmain .trailer {
		display: none;
	}
	#topmain #top-bg {
		width: 100%;
		height: auto;
		transform: translate3d(0, 0, 0);
	}
	#topmain #top-sp-grd {
		display: block;
		pointer-events: none;
		width: 100%;
		height: 110%;
		background: linear-gradient(to bottom, #010000 60%, transparent);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}	
	@keyframes top-sp-grd {
		0% {transform: translate3d(0, 0, 0);}
		100% {transform: translate3d(0, -120%, 0);}
	}
	.top-sp-grd {
		animation: top-sp-grd 3.0s ease-out 1.1s forwards;
	}
	#topmain #top-logo {
		width: 80%;
		height: auto;
		padding:0;
		margin:0;
		position: absolute;
		top: 62%;
		right: 10%;
		opacity: 0;
	}
	#topmain #top-catch {
		width: 8%;
		height: auto;
		position: absolute;
		top: 5%;
		left: auto;
		right: 10%;
		opacity: 1;
		z-index: 5;
	}
	#topmain #top-jp-title {
		width: 90%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 5%;
		left: 5%;
		opacity: 0;
	}
	#topmain #theater {
		display: none;
	}
	
}


/* ========================================
ブリッジ
========================================== */
#bridge {
	display: none;
	width: 100%;
	height: auto;
	padding: 0 0 4vw;
	background-color: #010000;
	position: relative;
	overflow-x: hidden;
}
#bridge #top-date-sp ,
#bridge #theater-sp ,
#bridge #sns-link-sp ,
#bridge #trailer-head-sp ,
#bridge #trailer-sp {
	display: none;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		display: block;
		width: 100%;
		height: auto;
		padding: 0 0 15vw;
		background-color: #010000;
		position: relative;
	}
	#bridge #top-date-sp {
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
	}
	#bridge #top-date-sp img {
		width: 85%;
	}
	#bridge #theater-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 8vw 0;
		text-align: center;
	}
	#bridge #theater-sp img {
		width: 60%;
	}

	#bridge #sns-link-sp {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
	}
	#bridge #sns-link-sp li {
		width: 15%;
		height: auto;
		margin: 0 2%;
	}
	#bridge #trailer-head-sp {
		display: block;
		width: 90%;
		height: auto;
		margin: 20vw 5% 0;
		text-align: right;
	}
	#bridge #trailer-head-sp img {
		width: 40%;
	}

}


/* ========================================
トレーラー
========================================== */
.trailer {
	width:40%;
	height:auto;
	margin:0;
	padding:0;
	overflow: hidden;
	position: absolute;
	bottom: 10%;
	right: 5%;
}
#video-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 1;
	position: relative;
	z-index: 1;
}
.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%;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#bridge #trailer-sp {
		display: block;
	}
	.trailer {
		width:100%;
		padding:10vw 0 10vw;
		position: static;
	}
	#video-wrap-sp {
		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;
	}
	
}

@media (max-width: 610px) {
	.trailer {
		width:100%;
		height:auto;
		margin:0;
		padding:0;
	}
	.trailer h2 {
		width:50%;
		height:auto;
		padding:0;
		margin:0 25% 5vw;
		position: relative;
	}
	#video-wrap-sp {
		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;
	}

	
}


/* ========================================
ニュース
========================================== */
#news {
	width: 100%;
	height: auto;
	padding: 8vw 0 15vw;
	background: linear-gradient(to bottom, #010000, #00AFEC 50%, #00AFEC 75%, transparent);
}
.news-page {
	background: #00AFEC !important;
}
#news h2 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	text-align: center;
}
#news h2 img {
	width: 10%;
}
#news #news-list {
	width: 80%;
	height: auto;
	margin: 0 10% 2vw;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;	
}
#news #news-list li {
	width: 28%;
	height: auto;
	margin: 0 1%;
}
#news #news-list li a .anews {
	display: inline-block;
	width: 100%;
	height: auto;
}
#news #news-list li a .anews .news-img {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
}
#news #news-list li a .anews .news-txt {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.1vw;
	text-decoration: none;
}
#news #news-list li a .anews .news-txt span {
	font-weight: bold;
}
#news #morenews {
	width: 100%;
	height: auto;
	text-align: center;
}
#news #morenews img {
	width: 12%;
}
#news #news-list li a .anews .news-img img:hover ,
#news #morenews img:hover {
	animation: flash 1.5s;
}
#news #tohome {
	position: sticky;
	top: 100vh;
	width: 100%;
	height: auto;
	padding: 15vw 0 0;
	text-align: center;
}
#news #tohome img {
	width: 15%;
}
#news #tohome img:hover {
	animation: flash 1.5s;
}

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

	#news {
		width: 100%;
		height: auto;
		padding: 20vw 0 50vw;
		background: linear-gradient(to bottom, #010000, #00AFEC 50%, #00AFEC 75%, transparent);
	}
	#news h2 {
		width: 100%;
		height: auto;
		margin: 0 0 6vw;
		padding: 0;
		text-align: center;
	}
	#news h2 img {
		width: 30%;
	}
	#news #news-list {
		width: 70%;
		height: auto;
		margin: 0 15% 5vw;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;	
	}
	#news #news-list li {
		width: 100%;
		height: auto;
		margin: 5vw 0;
	}
	#news #news-list li a .anews {
		display: inline-block;
		width: 100%;
		height: auto;
	}
	#news #news-list li a .anews .news-img {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
	}
	#news #news-list li a .anews .news-txt {
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 4vw;
		text-decoration: none;
	}
	#news #news-list li a .anews .news-txt span {
		font-weight: bold;
	}
	#news #morenews {
		width: 100%;
		height: auto;
		margin-bottom: 30vw;
		text-align: center;
	}
	#news #morenews img {
		width: 50%;
	}
	#news #tohome {
		position: sticky;
		top: 100vh;
		width: 100%;
		height: auto;
		padding: 15vw 0 0;
		text-align: center;
	}
	#news #tohome img {
		width: 60%;
	}
	

}





/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
	overflow-x: hidden;
	box-sizing: border-box;
	z-index: 11000;
}
.modal__bg{
    width: 100%;
    height: 100%;
	background:url(../img/BB_box_bg.jpg) no-repeat;
	background-size: cover;
	background-position: left center;
    position: absolute;
	overflow-x: hidden;
}
.movie-bg {
	background:#000;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 0.8;
}
.movie__content {
    width: 70%;
	height: auto;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal__content {
    width: 100%;
	height: 90%; /* スクロール時は80% */
    padding: 0;
	box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	background-size: cover;
	background-position: center center;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: #414040 #000;
}
.chui__content {
	width: 70%;
	height: 90%; /* スクロール時は80% */
}
.modal__content::-webkit-scrollbar {
    width: 5px;
}
.modal__content::-webkit-scrollbar-track{
	background-color: #000;
}
.modal__content::-webkit-scrollbar-thumb{
	background-color: #414040;
}
.modal__content .white {
	width: 50%;
	height: auto;
	margin: 0 20%;
	padding: 2vw 5%;
	background-color: #fff;
}
.modal__content .white h3 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 1.5vw;
}
.modal__content .white p {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 1.1vw;
	word-break: break-all;
}
.modal__content .white .news-img1 ,
.modal__content .white .news-img2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	font-size: 1.1vw;
	color: #000;
}
.modal__content .white .news-img1 img ,
.modal__content .white .news-img2 img {
	width: 50%;
	height: auto;
	vertical-align: bottom;
}
.modal__content .white .news-img3 {
	width: 100%;
	height: auto;
	margin: 0 0 6vw;
	padding: 0;
	text-align: center;
}
.modal__content .white .news-img3 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.modal__content .white .eve-wrap {
	width: 100%;
	height: auto;
}
.modal__content .white .eve-wrap .eve-unit {
	width: 90%;
	height: auto;
	margin: 2vw 5%;
	border-bottom: 1px solid #a1a0a0;
}
.modal__content .white .eve-wrap .eve-unit h4 {
	width: 100%;
	height: auto;
	margin: 0 0 1.5vw;
	color: #000;
}
.modal__content .white .eve-wrap .eve-unit h4 .day1 {
	display: inline-block;
	background-color: #c5e8f5;
	font-size: 1.3vw;
	padding: 2px 10px;
	box-sizing: border-box;
}
.modal__content .white .eve-wrap .eve-unit h4 .day2 {
	display: inline-block;
	background-color: #cff4cc;
	font-size: 1.3vw;
	padding: 2px 10px;
	box-sizing: border-box;
}
.modal__content .white .eve-wrap .eve-unit h4 .time {
	display: inline-block;
	background-color: #fff;
	font-size: 1.1vw;
}
.modal__content .white .eve-wrap .eve-unit p {
	width: 100%;
	height: auto;
	font-size: 1.1vw;
	color: #000;
}

.batsu {
	width: 4%;
	height: auto;
	position: fixed;
	top: 3%;
	right: 10%;
}
.batsu img {
	width: 100%;
}
.batsu img:hover {
	animation: close-anime 1.0s ease 0s forwards;
}
@keyframes close-anime {
	0% {transform: rotate(0);}
	100% {transform: rotate(180deg);}
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.movie__content {
		width: 100%;
		height: auto;
		padding: 1% 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.batsu {
		width: 10%;
		height: auto;
		position: fixed;
		top: 3%;
		right: 3%;
	}
	.modal__content {
		width: 90%;
		height: 80%;
		padding: 20px 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		overflow-y: scroll;
	}
	.modal__content .white {
		width: 90%;
		height: auto;
		margin: 0 0;
		padding: 7vw 5%;
		background-color: #fff;
	}
	.modal__content .white h3 {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: center;
		color: #000;
		font-size: 4vw;
	}
	.modal__content .white p {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: left;
		color: #000;
		font-size: 4vw;
	}
	.modal__content .white .news-img1 ,
	.modal__content .white .news-img2 {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: center;
		font-size: 3.2vw;
		color: #000;
	}
	.modal__content .white .news-img1 img {
		width: 70%;
		height: auto;
		vertical-align: bottom;
	}
	.modal__content .white .news-img2 img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.modal__content .white .eve-wrap {
		width: 100%;
		height: auto;
	}
	.modal__content .white .eve-wrap .eve-unit {
		width: 100%;
		height: auto;
		margin: 10vw 0;
		border-bottom: 1px solid #a1a0a0;
	}
	.modal__content .white .eve-wrap .eve-unit h4 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		color: #000;
	}
	.modal__content .white .eve-wrap .eve-unit h4 .day1 {
		display: inline-block;
		background-color: #c5e8f5;
		font-size: 4.4vw;
		padding: 2px 10px;
		box-sizing: border-box;
	}
	.modal__content .white .eve-wrap .eve-unit h4 .day2 {
		display: inline-block;
		background-color: #cff4cc;
		font-size: 4.4vw;
		padding: 2px 10px;
		box-sizing: border-box;
	}
	.modal__content .white .eve-wrap .eve-unit h4 .time {
		display: inline-block;
		background-color: #fff;
		font-size: 4vw;
	}
	.modal__content .white .eve-wrap .eve-unit p {
		width: 100%;
		height: auto;
		font-size: 4vw;
		color: #000;
	}
	
}

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


}


/* ========================================
イントロダクション
========================================== */
#intro-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/BB-intro-bg-pc.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
	filter: brightness(100%);
	transition: 1.5s all;
}
#intro {
	width: 100%;
	height: auto;
	margin: 15vw 0 0;
	padding: 30vw 0 5vw;
	position: relative;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro h2 img {
	width: 25%;
}
#intro h3 {
	width: 100%;
	height: auto;
	margin: 0 0 15vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro h3 img {
	width: 40%;
}
#intro p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	font-size: 1.15vw;
	line-height: 2.3vw;
	letter-spacing: 1.5px;
	color: #fff;
	opacity: 0;
}
#intro #intro-logo {
	width: 100%;
	height: auto;
	padding: 20vw 0 30vw;
	text-align: center;
}
#intro #intro-logo img {
	width: 30%;
	opacity: 0;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bg {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/BB-intro-bg-sp.jpg) no-repeat;
		background-position: center center;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -30;
		filter: brightness(100%);
		transition: 1.5s all;
	}
	#intro {
		width: 100%;
		height: auto;
		padding: 60vw 0 5vw;
		position: relative;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 50vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro h2 img {
		width: 70%;
	}
	#intro h3 {
		width: 100%;
		height: auto;
		margin: 0 0 50vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro h3 img {
		width: 80%;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		font-size: 4vw;
		line-height: 8.0vw;
		letter-spacing: 1.5px;
		color: #fff;
		opacity: 0;
	}
	#intro #intro-logo {
		width: 100%;
		height: auto;
		padding: 80vw 0;
		text-align: center;
	}
	#intro #intro-logo img {
		width: 70%;
		opacity: 0;
	}
	

}

/* ========================================
プロフィール
========================================== */
#prof-video-area {
	width: 50%;
	height: auto;
	position: fixed;
	top: 17%;
	left: 0;
	z-index: -28;
	pointer-events: none;
	opacity: 0;
	transition: 1.2s all;
}
#prof-video-area #prof-video-inner {
	width: 100%;
	height: auto;
	position: relative;
}
#prof-video-area #prof-video-inner #video-set {
	width: 100%;
	height: auto;
	position: relative;
	transform: rotate(-3deg);
}
#prof-video-area #prof-video-inner #video-set #prof-video {
	width: 100%;
	height: auto;
	text-align: center;
}
#prof-video-area #prof-video-inner #video-set #prof-video video {
	display: inline-block;
	width: 70%;
	height: auto;
	vertical-align: bottom;
}
#prof-video-area #prof-video-inner #white-border {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	top: -0.3%;
	left: 0;
}
#prof-video-area #prof-video-inner #white-border img {
	display: inline-block;
	width: 71%;
	height: auto;
	vertical-align: bottom;
}
#prof-video-area #prof-video-inner #prof-title {
	width: 30%;
	height: auto;
	position: absolute;
	top: 2%;
	right: 0;
}
#profile {
	width: 40%;
	height: auto;
	padding: 30vw 5% 30vw 55%;
	background-color: #fff;
	position: relative;
	z-index: -29;
}
#profile #prof-name {
	width: 100%;
	height: auto;
	padding: 5vw 0;
	text-align: center;
}
#profile #prof-name img {
	width: 85%;
}
#profile p {
	width: 100%;
	height: auto;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1px;
}
#profile #pro-trg {
	width: 100%;
	position: absolute;
	top: 10%;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#prof-video-area {
		width: 100%;
		height: auto;
		padding: 10vw 0;
		position: static;
		opacity: 1;
		transition: 1.2s all;
		background-color: #fff;
		overflow-x: hidden;
	}
	#prof-video-area #prof-video-inner {
		width: 100%;
		height: auto;
		position: relative;
	}
	#prof-video-area #prof-video-inner #video-set {
		width: 100%;
		height: auto;
		position: relative;
		transform: rotate(-4deg);
	}
	#prof-video-area #prof-video-inner #video-set #prof-video {
		width: 100%;
		height: auto;
		text-align: center;
	}
	#prof-video-area #prof-video-inner #video-set #prof-video video {
		display: inline-block;
		width: 90%;
		height: auto;
		vertical-align: bottom;
	}
	#prof-video-area #prof-video-inner #white-border {
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		top: -0.3%;
		left: 0;
	}
	#prof-video-area #prof-video-inner #white-border img {
		display: inline-block;
		width: 91%;
		height: auto;
		vertical-align: bottom;
	}	
	#prof-video-area #prof-video-inner #prof-title {
		width: 50%;
		height: auto;
		position: absolute;
		top: 80%;
		right: 5%;
	}
	#profile {
		width: 90%;
		height: auto;
		padding: 10vw 5% 30vw;
		background-color: #fff;
		position: relative;
		z-index: -29;
	}
	#profile #prof-name {
		width: 100%;
		height: auto;
		padding: 10vw 0;
		text-align: center;
	}
	#profile #prof-name img {
		width: 80%;
	}
	#profile p {
		width: 100%;
		height: auto;
		font-size: 4vw;
		line-height: 8.0vw;
		letter-spacing: 1.5px;
	}
	
}


/* ========================================
スライダー
========================================== */
#slider {
	width: 100%;
	height: auto;
	padding: 8vw 0;
	background-color: #fff;
	position: relative;
	overflow-x: hidden;
}
#slider .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow-x: hidden;
	opacity: 1;
}
#slider #slider-1 {
	transform: rotate(-1.3deg);
}
#slider #slider-2 {
	transform: rotate(0.7deg);
}
#slider #slider-1 .top-slide {
	list-style-type: none;
	margin: 2vw 0 7vw;
	padding: 0;
	display: flex;
	animation: loop-slide 110s infinite linear 0s both;
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider #slider-2 .top-slide {
	list-style-type: none;
	margin: 7vw 0 0;
	padding: 0;
	display: flex;
	animation: loop-slide-rev 110s infinite linear 0s both;
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider .top-slide-wrap .top-slide .content {
	width: 17vw;
	height: auto;
	margin: 0;
	transition: 0.5s all;
}
#slider .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider .top-slide-wrap .top-slide .content:hover {
	filter: brightness(120%);
}
#slider #slider-header {
	width: 14%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#slider {
		width: 100%;
		height: auto;
		padding: 20vw 0;
		background-color: #fff;
		position: relative;
		overflow-x: hidden;
	}
	#slider #slider-1 .top-slide {
		list-style-type: none;
		margin: 2vw 0 25vw;
		padding: 0;
		display: flex;
		animation: loop-slide 40s infinite linear 0s both;
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}
	#slider #slider-2 .top-slide {
		list-style-type: none;
		margin: 25vw 0 0;
		padding: 0;
		display: flex;
		animation: loop-slide-rev 40s infinite linear 0s both;
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}
	#slider .top-slide-wrap .top-slide .content {
		width: 50vw;
		height: auto;
		margin: 0;
		transition: 0.5s all;
	}
	#slider #slider-header {
		width: 40%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	
}


/* ========================================
ラインアップ
========================================== */
#lineup {
	width: 100%;
	height: auto;
	padding: 0;
	background-color: #fff;
}
#lineup #lineup-list {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#lineup #lineup-list li {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#lineup #lineup-list li:nth-child(odd) {
	background-image: linear-gradient(
	45deg,
	hsl(196deg 100% 46%) 0%,
	hsl(196deg 100% 46%) 11%,
	hsl(196deg 100% 46%) 22%,
	hsl(196deg 100% 46%) 33%,
	hsl(196deg 100% 46%) 44%,
	hsl(196deg 100% 46%) 56%,
	hsl(196deg 100% 46%) 67%,
	hsl(196deg 100% 46%) 78%,
	hsl(196deg 100% 46%) 89%,
	hsl(196deg 100% 46%) 100%
	);
	background-repeat: no-repeat;
	background-size: 0% 100%;
	
}
#lineup #lineup-list li:nth-child(even) {
	background-image: linear-gradient(
		0deg,
		hsl(355deg 100% 45%) 0%,
		hsl(355deg 100% 45%) 11%,
		hsl(355deg 100% 45%) 22%,
		hsl(355deg 100% 45%) 33%,
		hsl(355deg 100% 45%) 44%,
		hsl(355deg 100% 45%) 56%,
		hsl(355deg 100% 45%) 67%,
		hsl(355deg 100% 45%) 78%,
		hsl(355deg 100% 45%) 89%,
		hsl(355deg 100% 45%) 100%
	);
	background-repeat: no-repeat;
	background-size: 0% 100%;
}
@keyframes bk-size {
	0% {background-size: 0% 100%;}
	100% {background-size: 100% 100%;}
}
.bk-size {
	animation: bk-size 1.0s ease 0s forwards;
}
#lineup #lineup-list li .img-area {
	width: 25%;
}
#lineup #lineup-list li .img-area .image {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
}
#lineup #lineup-list li .img-area .title {
	width: 100%;
	height: auto;
	margin: 0 0 0.3vw;
	text-align: center;
	font-size: 1.7vw;
	line-height: 1.7vw;
	font-weight: bold;
	color: #000;
}
#lineup #lineup-list li .img-area .title span {
	display: inline-block;
	font-size: 1.6vw;
	font-weight: bold;
	color: #000;
	margin-left: 0.3vw;
}
#lineup #lineup-list li .img-area .title span.k4 {
	display: inline-block;
	font-size: 1.0vw;
	font-weight: bold;
	color: #000;
	margin-left: 0.3vw;
}
#lineup #lineup-list li .img-area .docu {
	width: 100%;
	height: auto;
	margin: 0 0 0.3vw;
	text-align: center;
	font-size: 1.0vw;
	font-weight: bold;
	color: #000;
}
#lineup #lineup-list li .img-area .orgtitle {
	width: 100%;
	height: auto;
	margin: 0 0 0.3vw;
	text-align: center;
	font-size: 1.0vw;
	font-weight: bold;
	color: #fff;
}
#lineup #lineup-list li .img-area .spec {
	width: 100%;
	height: auto;
	margin: 0 0 0.3vw;
	text-align: center;
	font-size: 1.1vw;
	font-weight: bold;
	color: #000;
}
#lineup #lineup-list li .img-area .spec span {
	font-size: 0.9vw;
}
#lineup #lineup-list li .img-area .hatsu {
	width: 60%;
	height: auto;
	margin: 0 20% 0.3vw;
	padding: 3px 0;
	text-align: center;
	font-size: 1.1vw;
	font-weight: bold;
	color: #000;
	border: 2px solid #fff;
	box-sizing: border-box;
}
#lineup #lineup-list li .img-area .copyright {
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
	font-size: 0.6vw;
	font-weight: bold;
	color: #000;
}
#lineup #lineup-list li .txt-area {
	width: 50%;
	height: auto;
	margin-left: 1%;
	font-size: 1.0vw;
	line-height: 1.8vw;
	letter-spacing: 1px;
	color: #fff;
}
#lineup #lineup-list li .txt-area img {
	display: inline-block;
	width: 2vw;
	transform: translate3d(0, -0.2vw, 0);
}
#lineup #lineup-memo {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0 6vw;
	text-align: center;
	color: #000;
	font-size: 1.2vw;
	line-height: 1.6vw;
	font-weight: bold;
	background-image: linear-gradient(
		45deg,
		hsl(196deg 100% 46%) 0%,
		hsl(196deg 100% 46%) 11%,
		hsl(196deg 100% 46%) 22%,
		hsl(196deg 100% 46%) 33%,
		hsl(196deg 100% 46%) 44%,
		hsl(196deg 100% 46%) 56%,
		hsl(196deg 100% 46%) 67%,
		hsl(196deg 100% 46%) 78%,
		hsl(196deg 100% 46%) 89%,
		hsl(196deg 100% 46%) 100%
		);
		background-repeat: no-repeat;
	
}
#lineup #lineup-memo span {
	display: inline-block;
	font-size: 1.6vw;
	font-weight: bold;
	color: #000;
	transform: translateY(0.5vw);
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#lineup #lineup-list li {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 15vw 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#lineup #lineup-list li:last-child {
		padding: 15vw 0 5vw;
	}
	#lineup #lineup-list li .img-area {
		width: 100%;
	}
	#lineup #lineup-list li .img-area .image {
		width: 80%;
		height: auto;
		margin: 0 10% 1vw;
	}
	#lineup #lineup-list li .img-area .title {
		width: 100%;
		height: auto;
		margin: 5vw 0 2vw;
		text-align: center;
		font-size: 5.3vw;
		line-height: 5vw;
		font-weight: bold;
		color: #000;
	}
	#lineup #lineup-list li .img-area .title span {
		display: inline-block;
		font-size: 3.3vw;
		font-weight: bold;
		color: #000;
		margin-left: 1vw;
	}
	#lineup #lineup-list li .img-area .title span.k4 {
		display: inline-block;
		font-size: 3.3vw;
		font-weight: bold;
		color: #000;
		margin-left: 0.3vw;
	}
	#lineup #lineup-list li .img-area .docu {
		width: 100%;
		height: auto;
		margin: 0 0 0.3vw;
		text-align: center;
		font-size: 3.3vw;
		font-weight: bold;
		color: #000;
	}
	#lineup #lineup-list li .img-area .orgtitle {
		width: 100%;
		height: auto;
		margin: 0 0 0.3vw;
		text-align: center;
		font-size: 4.2vw;
		font-weight: bold;
		color: #fff;
	}
	#lineup #lineup-list li .img-area .spec {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		text-align: center;
		font-size: 3.8vw;
		font-weight: bold;
		color: #000;
	}
	#lineup #lineup-list li .img-area .spec span {
		font-size: 3.4vw;
	}
	#lineup #lineup-list li .img-area .hatsu {
		width: 60%;
		height: auto;
		margin: 0 20% 5vw;
		padding: 10px 0;
		text-align: center;
		font-size: 4vw;
		font-weight: bold;
		color: #000;
		border: 2px solid #fff;
		box-sizing: border-box;
	}
	#lineup #lineup-list li .img-area .copyright {
		width: 100%;
		height: auto;
		margin: 0;
		text-align: center;
		font-size: 0.6vw;
		font-weight: bold;
		color: #000;
	}
	#lineup #lineup-list li .txt-area {
		width: 90%;
		height: auto;
		margin: 10vw 5%;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1px;
		color: #fff;
	}
	#lineup #lineup-list li .txt-area img {
		display: inline-block;
		width: 8vw;
		transform: translate3d(0, -1.5vw, 0);
	}
	
	#lineup #lineup-memo {
		width: 100%;
		height: auto;
		padding: 0 0 15vw;
		text-align: center;
		color: #000;
		font-size: 4vw;
		line-height: 8vw;
		font-weight: bold;
	}
	#lineup #lineup-memo span {
		display: inline-block;
		font-size: 5vw;
		font-weight: bold;
		color: #000;
		transform: translateY(1.5vw);
	}
	
	
}

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

}


/* ========================================
コメント
========================================== */
#com-bgs {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -20;
	pointer-events: none;
	opacity: 0;
}
#com-bgs #com-bgs-inner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}
#com-bgs #com-bgs-inner #com-bg1 {
	width: 24%;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	animation: com-bg1 18s ease 0s infinite;
}
#com-bgs #com-bgs-inner #com-bg2 {
	width: 24%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	animation: com-bg2 18s ease 0s infinite;
}
#com-bgs #com-bgs-inner #com-bg3 {
	width: 24%;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	animation: com-bg3 18s ease 0s infinite;
}
#com-bgs #com-bgs-inner #com-bg4 {
	width: 24%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	animation: com-bg4 18s ease 0s infinite;
}
@keyframes com-bg1 {
	0% {opacity: 1;}
	15% {opacity: 1;}
	25% {opacity: 0;}
	90% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes com-bg2 {
	0% {opacity: 0;}
	15% {opacity: 0;}
	25% {opacity: 1;}
	40% {opacity: 1;}
	50% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes com-bg3 {
	0% {opacity: 0;}
	40% {opacity: 0;}
	50% {opacity: 1;}
	65% {opacity: 1;}
	75% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes com-bg4 {
	0% {opacity: 0;}
	65% {opacity: 0;}
	75% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
#com-logo {
	width: 20%;
	height: auto;
	position: fixed;
	bottom: 3%;
	right: 5%;
	z-index: -18;
	opacity: 0;
}

#comment {
	width: 100%;
	height: auto;
	padding: 15vw 0 30vw;
	position: relative;
	z-index: -19;
}
#comment h2 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	text-align: center;
}
#comment h2 img {
	width: 15%;
}
#comment #junfu {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 1.1vw;
}
#comment #com-wrap {
	width: 100%;
	height: auto;
}
#comment #com-wrap .com-unit {
	width: 64%;
	height: auto;
	box-sizing: border-box;
	margin: 5vw 18%;
	padding: 3vw 10% 3vw 10%;
	background-color: #00AFEC;
	color: #000;
}

#comment #com-wrap .com-unit p {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: left;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.0px;
}
#comment #com-wrap .com-unit .com-name {
	width: 100%;
	height: auto;
	text-align: right;
	font-size: 1.4vw;
	line-height: 2.4vw;
	letter-spacing: 1px;
	font-weight: bold;
}
#comment #com-wrap .com-unit .com-name span {
	font-size: 1.0vw;
}
#comment #com-wrap .com-unit .memo {
	width: 100%;
	height: auto;
	margin: 2vw 0 0;
	padding: 0;
	text-align: left;
	font-size: 1.0vw;
	line-height: 2.0vw;
	letter-spacing: 1.0px;
}

/* 以下スマホ */
@media (max-width: 1024px) {
	#com-bgs #com-bgs-inner {
		display: none;
	}
	#com-logo {
		width: 90%;
		height: auto;
		position: fixed;
		bottom: 3%;
		right: 5%;
		z-index: -18;
		opacity: 0;
	}
	#comment {
		width: 100%;
		height: auto;
		padding: 50vw 0 60vw;
		position: relative;
		z-index: -19;
	}
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		padding: 0;
		text-align: center;
	}
	#comment h2 img {
		width: 60%;
	}
	#comment #junfu {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
		color: #000;
		font-size: 3.7vw;
	}
	#comment #com-wrap {
		width: 100%;
		height: auto;
	}
	#comment #com-wrap .com-unit {
		width: 94%;
		height: auto;
		box-sizing: border-box;
		margin: 15vw 3%;
		padding: 20vw 5%;
	}
	#comment #com-wrap .com-unit p {
		width: 100%;
		height: auto;
		margin: 0 0 12vw;
		padding: 0;
		text-align: left;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
	}
	#comment #com-wrap .com-unit .com-name {
		width: 100%;
		height: auto;
		text-align: right;
		font-size: 6vw;
		line-height: 7vw;
		letter-spacing: 1px;
	}
	#comment #com-wrap .com-unit .com-name span {
		font-size: 3.6vw;
	}
	#comment #com-wrap .com-unit .com-name #pcten {
		display: none;
	}
	#comment #com-wrap .com-unit .memo {
		width: 100%;
		height: auto;
		margin: 2vw 0 0;
		padding: 0;
		text-align: left;
		font-size: 3.6vw;
		line-height: 7.2vw;
		letter-spacing: 1.0px;
	}
	


}

/* ========================================
3枚写真
========================================== */
#three-photo {
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
	overflow-x: hidden;
}
#three-photo #photo1 {
	width: 100%;
	height: auto;
	position: relative;
	left: -100%;
}
#three-photo #photo2 {
	width: 66.6666%;
	height: auto;
	position: absolute;
	top: 0;
	left: -100%;
}
#three-photo #photo3 {
	width: 33.3333%;
	height: auto;
	position: absolute;
	top: 0;
	left: -100%;
}
@keyframes toRight {
	0% {left: -100%;}
	100% {left: 0;}
}
.photo1 {
	animation: toRight 1.2s ease 0s forwards;
}
.photo2 {
	animation: toRight 1.2s ease 0.5s forwards;
}
.photo3 {
	animation: toRight 1.2s ease 1.0s forwards;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#three-photo #photo1 {
		width: 100%;
		height: auto;
		position: relative;
		left: 100%;
	}
	#three-photo #photo2 {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: -100%;
	}
	#three-photo #photo3 {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 100%;
	}
	@keyframes toLeft {
		0% {left: 100%;}
		100% {left: 0%;}	
	}
	.photo1 {
		animation: toLeft 1.2s ease 0s forwards;
	}
	.photo2 {
		animation: toRight 1.2s ease 0s forwards;
	}
	.photo3 {
		animation: toLeft 1.2s ease 0s forwards;
	}
	
}


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




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

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

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

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


}



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:50vw;
	padding:0;
	margin:0;
	background-color: #010000;
	position: relative;
	overflow: hidden;
}
footer #foot-video {
	width: 100%;
	height: 43vw;
	margin-top: 7vw;
	text-align: center;
	/*
	-webkit-mask-image: linear-gradient(to left, transparent 50%, black, transparent);
    mask-image: linear-gradient(to left, transparent 25%, black 65%, transparent 75%);
	*/
}
footer #foot-video video {
	display: inline;
	width: auto;
	height: 100%;
	vertical-align: bottom;
}
footer #foot-jplogo {
	width: 42%;
	height: auto;
	position: absolute;
	bottom: 10%;
	left: 5%;
}
footer #foot-enlogo {
	width: 25%;
	height: auto;
	position: absolute;
	top: 45%;
	right: 5%;
}
footer #sns-link-ft {
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 75%;
	right: 2%;
}
footer #sns-link-ft li {
	width: 12%;
	height: auto;
	margin: 0 3%;
}
footer #sns-link-ft li a img:hover {
	animation: flash 1.5s;
}


footer .button-area {
	width: 40%;
	position: absolute;
	bottom: 0;
	left: 5%;
}


@media (max-width: 1024px) {
	footer {
		display: block;
		width:100%;
		height:auto;
		
		padding:10vw 0 20vw;
		margin:0;
		position: relative;
	}
	footer #foot-enlogo {
		width: 100%;
		height: auto;
		position: static;
		padding: 5vw 0;
		text-align: center;
	}
	footer #foot-enlogo img {
		width: 80%;
	}
	footer #foot-video {
		width: 100%;
		height: auto;
		text-align: center;
		/*
		-webkit-mask-image: linear-gradient(to left, transparent 50%, black, transparent);
		mask-image: linear-gradient(to bottom, transparent, black 10%, black 80%, transparent 90%); */
	}
	footer #foot-video video {
		display: inline;
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	footer #foot-jplogo {
		width: 100%;
		height: auto;
		position: static;
		padding: 5vw 0;
		text-align: center;
	}
	footer #foot-jplogo img {
		width: 96%;
	}
	footer #sns-link-ft {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		position: static;

	}
	footer #sns-link-ft li {
		width: 15%;
		height: auto;
		margin: 0 3%;
	}
	
	footer .button-area {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0%;
	}
	

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

}


