html{
  height:100%; 
}

body { 
	margin: 0; 
	padding:0;
	font-family: 'Yu Gothic UI','TsukuBRdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	width:100%; 
	height:100%;
	overflow-x:hidden;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
br.sponly2 {display:none;}
br.pconly {display:inline;}
.img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@-webkit-keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
}
@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop-slide-rev {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes 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: 1.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0s;
    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:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load-bg {
	width:100%;
	height:auto;
	opacity: 0;
}
#loader #load-catch {
	width: 31%;
	height: auto;
	position: absolute;
	top: 7.5%;
	left: 34.5%;
	animation: load-catch 1.0s linear 0s forwards;
}
@keyframes load-catch {
	0% {clip-path: inset(0 100% 0 0);}
	100% {clip-path: inset(0 0 0 0);}
}



/* 以下スマホ */
@media (max-width: 1024px) {
	#loader #load-catch {
		width: 56%;
		height: auto;
		position: absolute;
		top: 7.5%;
		left: 22%;
	}
	

}



/* ========================================
ヘッダー
========================================== */
#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:10px 0 30px;
	position:fixed;
	top:0;
	background: linear-gradient(to bottom, #02070b, 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.1%;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#pcheader ul#pcmenu li.menusns {
	width:2%;
	height:auto;
	margin:0 0.1%;
	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: 0.5px;
	text-align: center;
	color: #fadce9;
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	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: 1.8vw;
}
#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: url(../img/EL-menu-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 200000;
	display: flex;
	align-items: center;
}
.global-nav .global-nav-inner {
	width: 100%;
	height: auto;
	padding-top: 0px;
	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:60%;
	height:auto;
	margin:0px 20% 5vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo #menu-logo1 {
	width: 100%;
	height: auto;
}
.global-nav #menu-logo #menu-logo2 {
	width: 100%;
	height: auto;
}
.global-nav #menu-logo #menu-logo2 img {
	width: 80%;
}

.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: #000;
	transition: all .6s;
	letter-spacing: 1px;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
	transform: translateY(-10px);
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #fadce9 !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#fadce9;
	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:#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) {
	#com-banner {
		width: 25%;
		height: auto;
		position: fixed;
		bottom: 20%;
		right: 1%;
		z-index: 5;
	}
}

/* 以下タブレット・スマホ */
@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 a {
	display: block;
	padding: 1px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:2.0rem;
	line-height: 3.5rem;
	letter-spacing: 1vw;
	color: #fadce9;
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 0vw 2% 0;
	text-align: center;
}
.global-nav ul.nav-sns li a {
	font-size: 10vw;
}
.global-nav #tw-menu {
	width:100%;
	height:auto;
	padding:20px 0;
	margin:0;
	text-align: center;
	opacity: 1;
	position: relative;
	color: #fff;
	font-size: 10vw;
}
.global-nav #tw-menu a {
	color: #fff;
}
  
	/* 表示された時用のCSS */
	.nav-open .global-nav {
	  top: 0;
	}
	.nav-open .black-bg {
	  opacity: .8;
	  visibility: visible;
	}
	.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 20px;
	
	}
	.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
	
	}
	.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 20px;
	
	}
  
  
  ul#nav-button {
	  display:none !important;
  }
  
}  


/* 以下タブレット・スマホ */
@media (max-width: 550px) {
	.global-nav__item {
		margin: 7px 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.8rem;
		line-height: 2.5rem;
		letter-spacing: 1.2px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.global-nav ul.nav-sns {
		width: 90%;
		height: auto;
		margin: 3vw 5% 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
	
	}
	.global-nav ul.nav-sns li {
		width: 13%;
		margin: 2vw 2% 0;
		text-align: center;

	}
	
}




/* ========================================
トップメイン画像まわり
========================================== */
#topmain {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
}
#topmain #top-bg1 {
	width: 100%;
	height: auto;
	filter: brightness(0%) contrast(300%) saturate(120%);
}
@keyframes top-bg1 {
	0% {filter: brightness(0%) contrast(300%) saturate(120%);}
	100% {filter: brightness(100%) contrast(100%) saturate(100%);}
}
.top-bg1 {
	animation: top-bg1 2.0s cubic-bezier(0.5, 1, 0.89, 1) 1.1s forwards;
}
#topmain #top-el {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.top-el {
	animation: fadeIn 1.2s cubic-bezier(0.12, 0, 0.39, 0) 2.0s forwards;
}
#topmain #top-catch {
	width: 31%;
	height: auto;
	position: absolute;
	top: 7.5%;
	left: 34.5%;
}
#topmain #top-logo {
	width: 24%;
	height: auto;
	position: absolute;
	top: 11.3%;
	left: 38%;
	opacity: 0;
}
.top-logo {
	animation: fadeIn 1.0s cubic-bezier(0.12, 0, 0.39, 0) 2.6s forwards;
}
#topmain #x-link {
	width: 5%;
	height: auto;
	margin: 0 0 2vw;
	position: absolute;
	bottom: 1%;
	right: 5%;
	opacity: 0;
}
#topmain #x-link img:hover {
	animation: heart 1.5s;
}
@keyframes heart {
	0% {transform: scale(1);}
	10% {transform: scale(1.2);}
	20% {transform: scale(0.9);}
	100% {transform: scale(1);}
}
#topmain #date-sp ,
#topmain #billing-sp {
	display: none;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain #top-catch {
		width: 56%;
		height: auto;
		position: absolute;
		top: 7.5%;
		left: 22%;
	}
	#topmain #top-logo {
		width: 70%;
		height: auto;
		position: absolute;
		top: 43%;
		left: 15%;
		opacity: 0;
	}
	#topmain #date-sp {
		display: block;
		width: 60%;
		height: auto;
		position: absolute;
		top: 78%;
		left: 20%;
		opacity: 0;
	}
	#topmain #billing-sp {
		display: block;
		width: 80%;
		height: auto;
		position: absolute;
		top: 85%;
		left: 10%;
		opacity: 0;
	}
	#topmain #x-link {
		display: none;
	}
}

/* ========================================
ブリッジ
========================================== */
#bridge-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-image: url(../img/EL-bridge-bg-pc.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-size: 100% auto;
	background-position: center bottom;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
}
#bridge {
	width: 100%;
	height: auto;
	padding: 0 0 3vw;
	margin-top: -1px;
	background-color: #000;
}
#bridge #date {
	width: 100%;
	height: auto;
	padding: 1vw 0;
	text-align: center;
	background-color: #000;
	opacity: 0;
}
#bridge #date img {
	width: 25%;
}
#bridge #billing {
	width: 100%;
	height: auto;
	padding: 1vw 0;
	text-align: center;
	opacity: 0;
}
#bridge #billing img {
	width: 44%;
}
#bridge #x-link-sp {
	display: none;
}
#bridge #buttons {
	width: 80%;
	height: auto;
	margin: 0 10%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.bubbly-button {
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	display: block;
	width: 15%;
	font-size: 1em;
	padding: 1em 2em;
	margin: 2vw 1%;
	-webkit-appearance: none;
	appearance: none;
	color: #000;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	position: relative;
	transition: transform ease-in 0.1s, box-shadow ease-in 0.2s;
}
#btn-ne {
	background-color: #faa8ed;
	box-shadow: 0 2px 25px rgba( 250,168,237 , 0.5 );
}
#btn-tk {
	background-color: #86cce0;
	box-shadow: 0 2px 25px rgba( 134,204,224 , 0.5 );
}
#btn-ev {
	background-color: #c9a0c9;
	box-shadow: 0 2px 25px rgba( 201,160,201 , 0.5 );
}
#btn-pr {
	background-color: #f2dcbf;
	box-shadow: 0 2px 25px rgba( 242,220,191 , 0.5 );
}
#btn-th {
	background-color: #98b1dc;
	box-shadow: 0 2px 25px rgba( 152,177,220 , 0.5 );
}
.bubbly-button:focus {
	outline: 0;
}
.bubbly-button:before, .bubbly-button:after {
	position: absolute;
	content: "";
	display: block;
	width: 140%;
	height: 100%;
	left: -20%;
	z-index: -1000;
	transition: all ease-in-out 0s;
	background-repeat: no-repeat;
}
#btn-ne:before {
	background-image: radial-gradient(circle, #faa8ed 20%, transparent 20%), radial-gradient(circle, transparent 20%, #faa8ed 20%, transparent 30%), radial-gradient(circle, #faa8ed 20%, transparent 20%), radial-gradient(circle, #faa8ed 20%, transparent 20%), radial-gradient(circle, transparent 10%, #faa8ed 15%, transparent 20%), radial-gradient(circle, #faa8ed 20%, transparent 20%), radial-gradient(circle, #faa8ed 20%, transparent 20%), radial-gradient(circle, #faa8ed 20%, transparent 20%), radial-gradient(circle, #faa8ed 20%, transparent 20%);
}
#btn-ne:after {
	background-image: radial-gradient(circle, #faa8ed 20%, transparent 20%), radial-gradient(circle, #faa8ed 20%, transparent 20%), radial-gradient(circle, transparent 10%, #faa8ed 15%, transparent 20%), radial-gradient(circle, #faa8ed 20%, transparent 20%), radial-gradient(circle, #faa8ed 20%, transparent 20%), radial-gradient(circle, #faa8ed 20%, transparent 20%), radial-gradient(circle, #faa8ed 20%, transparent 20%);
}
#btn-ne:active {
	transform: scale(0.9);
	background-color: #faa8ed;
}
#btn-tk:before {
	background-image: radial-gradient(circle, #86cce0 20%, transparent 20%), radial-gradient(circle, transparent 20%, #86cce0 20%, transparent 30%), radial-gradient(circle, #86cce0 20%, transparent 20%), radial-gradient(circle, #86cce0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #86cce0 15%, transparent 20%), radial-gradient(circle, #86cce0 20%, transparent 20%), radial-gradient(circle, #86cce0 20%, transparent 20%), radial-gradient(circle, #86cce0 20%, transparent 20%), radial-gradient(circle, #86cce0 20%, transparent 20%);
}
#btn-tk:after {
	background-image: radial-gradient(circle, #86cce0 20%, transparent 20%), radial-gradient(circle, #86cce0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #86cce0 15%, transparent 20%), radial-gradient(circle, #86cce0 20%, transparent 20%), radial-gradient(circle, #86cce0 20%, transparent 20%), radial-gradient(circle, #86cce0 20%, transparent 20%), radial-gradient(circle, #86cce0 20%, transparent 20%);
}
#btn-tk:active {
	background-color: #86cce0;
	box-shadow: 0 2px 25px rgba( 134,204,224 , 0.2 );
}
#btn-ev:before {
	background-image: radial-gradient(circle, #c9a0c9 20%, transparent 20%), radial-gradient(circle, transparent 20%, #c9a0c9 20%, transparent 30%), radial-gradient(circle, #c9a0c9 20%, transparent 20%), radial-gradient(circle, #c9a0c9 20%, transparent 20%), radial-gradient(circle, transparent 10%, #c9a0c9 15%, transparent 20%), radial-gradient(circle, #c9a0c9 20%, transparent 20%), radial-gradient(circle, #c9a0c9 20%, transparent 20%), radial-gradient(circle, #c9a0c9 20%, transparent 20%), radial-gradient(circle, #c9a0c9 20%, transparent 20%);
}
#btn-ev:after {
	background-image: radial-gradient(circle, #c9a0c9 20%, transparent 20%), radial-gradient(circle, #c9a0c9 20%, transparent 20%), radial-gradient(circle, transparent 10%, #c9a0c9 15%, transparent 20%), radial-gradient(circle, #c9a0c9 20%, transparent 20%), radial-gradient(circle, #c9a0c9 20%, transparent 20%), radial-gradient(circle, #c9a0c9 20%, transparent 20%), radial-gradient(circle, #c9a0c9 20%, transparent 20%);
}
#btn-ev:active {
	background-color: #c9a0c9;
	box-shadow: 0 2px 25px rgba( 201,160,201 , 0.2 );
}
#btn-pr:before {
	background-image: radial-gradient(circle, #f2dcbf 20%, transparent 20%), radial-gradient(circle, transparent 20%, #f2dcbf 20%, transparent 30%), radial-gradient(circle, #f2dcbf 20%, transparent 20%), radial-gradient(circle, #f2dcbf 20%, transparent 20%), radial-gradient(circle, transparent 10%, #f2dcbf 15%, transparent 20%), radial-gradient(circle, #f2dcbf 20%, transparent 20%), radial-gradient(circle, #f2dcbf 20%, transparent 20%), radial-gradient(circle, #f2dcbf 20%, transparent 20%), radial-gradient(circle, #f2dcbf 20%, transparent 20%);
}
#btn-pr:after {
	background-image: radial-gradient(circle, #f2dcbf 20%, transparent 20%), radial-gradient(circle, #f2dcbf 20%, transparent 20%), radial-gradient(circle, transparent 10%, #f2dcbf 15%, transparent 20%), radial-gradient(circle, #f2dcbf 20%, transparent 20%), radial-gradient(circle, #f2dcbf 20%, transparent 20%), radial-gradient(circle, #f2dcbf 20%, transparent 20%), radial-gradient(circle, #f2dcbf 20%, transparent 20%);
}
#btn-pr:active {
	background-color: #f2dcbf;
	box-shadow: 0 2px 25px rgba( 242,220,191 , 0.2 );
}
#btn-th:before {
	background-image: radial-gradient(circle, #98b1dc 20%, transparent 20%), radial-gradient(circle, transparent 20%, #98b1dc 20%, transparent 30%), radial-gradient(circle, #98b1dc 20%, transparent 20%), radial-gradient(circle, #98b1dc 20%, transparent 20%), radial-gradient(circle, transparent 10%, #98b1dc 15%, transparent 20%), radial-gradient(circle, #98b1dc 20%, transparent 20%), radial-gradient(circle, #98b1dc 20%, transparent 20%), radial-gradient(circle, #98b1dc 20%, transparent 20%), radial-gradient(circle, #98b1dc 20%, transparent 20%);
}
#btn-th:after {
	background-image: radial-gradient(circle, #98b1dc 20%, transparent 20%), radial-gradient(circle, #98b1dc 20%, transparent 20%), radial-gradient(circle, transparent 10%, #98b1dc 15%, transparent 20%), radial-gradient(circle, #98b1dc 20%, transparent 20%), radial-gradient(circle, #98b1dc 20%, transparent 20%), radial-gradient(circle, #98b1dc 20%, transparent 20%), radial-gradient(circle, #98b1dc 20%, transparent 20%);
}
#btn-th:active {
	background-color: #98b1dc;
	box-shadow: 0 2px 25px rgba( 152,177,220 , 0.2 );
}
.bubbly-button:before {
	display: none;
	top: -75%;
	background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-button:after {
	display: none;
	bottom: -75%;
	background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
	transform: scale(0.9);
}
.bubbly-button.animate:before {
	display: block;
	animation: topBubbles ease-in-out 0.5s forwards;
}
.bubbly-button.animate:after {
	display: block;
	animation: bottomBubbles ease-in-out 0.5s forwards;
}

@keyframes topBubbles {
	0% {
	background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
	}
	50% {
	background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
	}
	100% {
	background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
	background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}
@keyframes bottomBubbles {
	0% {
	background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
	}
	50% {
	background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
	}
	100% {
	background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
	background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}
#bridge #news-box {
	width: 50%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #faa8ed;
	margin: 3vw 25%;
	padding: 3vw 5vw;
}
#bridge #news-box h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
}
#bridge #news-box h2 img {
	width: 30%;
}
#bridge #news-box ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#bridge #news-box ul li {
	width: 100%;
	height: auto;
	margin: 2vw 0;
}
#bridge #news-box ul li .date {
	width: 100%;
	height: auto;
	margin: 0 0 0.4vw;
	text-align: left;
	color: #fff;
	font-size: 1.1vw;
	font-weight: bold;
}
#bridge #news-box ul li .headline {
	width: 100%;
	height: auto;
	margin: 0;
	text-align: left;
}
#bridge #news-box ul li .headline a {
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
}
#bridge #news-box ul li .headline a:hover {
	animation: flash 1.0s;
} 
#bridge #news-box .more {
	display: inline-block;
	width: 40%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #faa8ed;
	margin: 2vw 30%;
	padding: 0.5vw 0;
	text-align: center;
	color: #faa8ed;
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	transition: 0.5s all;
}
#bridge #news-box .more:hover {
	background-color: #faa8ed;
	color: #000;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 0 0 5vw;
		margin-top: 0px;
		background-color: #000;
	}
	#bridge #date ,
	#bridge #billing {
		display: none;
	}
	#bridge #buttons {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.bubbly-button {
		font-family: "fot-chiaro-std", sans-serif;
		font-weight: 700;
		font-style: normal;
		display: block;
		width: 42%;
		font-size: 1.1em;
		padding: 1em 2em;
		margin: 2vw 1%;
		-webkit-appearance: none;
		appearance: none;
		color: #000;
		border-radius: 4px;
		border: none;
		cursor: pointer;
		position: relative;
		transition: transform ease-in 0.1s, box-shadow ease-in 0.2s;
	}	
	#bridge #x-link-sp {
		display: block;
		width: 100%;
		height: auto;
		padding: 3vw 0;
		text-align: center;
	}
	#bridge #x-link-sp img {
		width: 15%;
	}
	#bridge #news-box {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		border: 1px solid #faa8ed;
		margin: 6vw 5%;
		padding: 6vw 5vw;
	}
	#bridge #news-box h2 {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: center;
	}
	#bridge #news-box h2 img {
		width: 30%;
	}
	#bridge #news-box ul {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#bridge #news-box ul li {
		width: 100%;
		height: auto;
		margin: 5vw 0;
	}
	#bridge #news-box ul li .date {
		width: 100%;
		height: auto;
		margin: 0 0 0.4vw;
		text-align: left;
		color: #fff;
		font-size: 0.9rem;
		font-weight: bold;
	}
	#bridge #news-box ul li .headline {
		width: 100%;
		height: auto;
		margin: 0;
		text-align: left;
	}
	#bridge #news-box ul li .headline a {
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
	}
	#bridge #news-box .more {
		display: inline-block;
		width: 60%;
		height: auto;
		box-sizing: border-box;
		border: 1px solid #faa8ed;
		margin: 2vw 20%;
		padding: 0.5vw 0;
		text-align: center;
		color: #faa8ed;
		font-family: "fot-chiaro-std", sans-serif;
		font-weight: 700;
		font-style: normal;
		text-decoration: none;
		transition: 0.5s all;
	}
}



/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 11000;
}
.movie-bg {
	background:#000;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 0.8;
}
.movie__content {
    width: 68%;
	height: auto;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.movie__content .video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
} 
.movie__content .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie__content ul.movie-changer {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.movie__content .movie-btn {
	width: 24%;
	height: auto;
	margin: 5px 1% 5px 0;
	padding: 5px 0;
	text-align: center;
	background-color: #fff;
	border: 1px solid #fff;
	color: #4181AD;
	font-size: 0.8vw;
}
.movie__content .movie-btn:nth-child(4) ,
.movie__content .movie-btn:nth-child(8) {
	margin: 5px 0 5px 0;
}
.movie__content .activee {
	background: #4181AD;
	border: 1px solid #4181AD;
	color: #fff;
}
.movie__content .movie-btn i {
	display: none;
}
.movie__content .activee i {
	display: inline;
}
.movie-btn:hover {
	background: #4181AD;
	border: 1px solid #4181AD;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}
.batsu {
	width: 3%;
	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) {
	.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%;
	}
	.movie__content ul.movie-changer {
		width: 100%;
		height: auto;
		margin: 10px 0;
		padding: 0%;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}	
	.movie__content .movie-btn {
		width: 45%;
		font-size: 2.0vw;
		margin: 5px 1%;
	}

	
}

/* 以下タブレット・スマホ */
@media (max-width: 550px) {
	ul.movie-changer {
		margin: 30px 0 0;
	}
	.movie__content .movie-btn {
		width: 82%;
		font-size: 3.2vw;
		margin: 5px 0;
	}
	.movie__content ul.movie-changer {
		width: 100%;
		height: auto;
		margin: 10px 0;
		padding: 0%;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
}



/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:2vw 0 5vw;
	overflow: hidden;
	position: relative;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 1.5vw;
	text-align: center;
	position: relative;
	opacity: 0;
}
.trailer h2 img {
	width: 12%;
}
.trailer .movies {
	width: 80%;
	height: auto;
	margin: 0 10%;
}
.trailer .movies .mv-unit {
	width: 28%;
	height: auto;
	margin: 2vw 1.5%;
}
.trailer .movies .mv-unit a {
	text-decoration: none;
}
.trailer .movies .mv-unit .image {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-bottom: 1vw;
	border-radius: 20px;
	border: #f27abc 3px solid;
	overflow: hidden;
	position: relative;
}
.trailer .movies .mv-unit .image img {
	display: inline-block;
	width: 100%;
}
.trailer .movies .mv-unit .image i {
	display: inline-block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
	color: #FF0000;
	opacity: 1;
	font-size: 5vw;
	text-align: center;
	transition: 0.5s all;
}
.trailer .movies .mv-unit .name {
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 1.3vw;
	font-weight: 700;
	font-style: normal;
}
.trailer .movies .mv-unit a:hover i {
	opacity: 0.8;
}
.slide-arrow {
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: 45%;
	transform: translate3d(0, -50%, 0);
	width: 30px;
  }
  .prev-arrow {
	left: -40px;
  }
  .next-arrow {
	right: -40px;
  }


#video-wrap {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	opacity: 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	border: 3px solid #f27abc;
	border-radius: 40px;
	overflow: hidden;
	background-color: #000;
}
.video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:2vw 0;
	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: #fff;
	border: 1px solid #810507;
	color: #810507;
	font-size: 1.1vw;
	font-weight: bold;
}
.movie-btn i {
	opacity: 0;
}
.activee {
	background: #810507;
	border: 1px solid #810507;
	color: #fff;
}
.activee i {
	opacity: 1;
}
.movie-btn:hover {
	background: #810507;
	border: 1px solid #810507;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	.trailer {
		width:100%;
		padding:5vw 0 10vw;
		background-color: #000;
	}
	.trailer h2 {
		width:100%;
		height:auto;
		padding:0;
		margin:0 0 5vw;
		position: relative;
	}
	.trailer h2 img {
		width: 30%;
	}
	.trailer .movies {
		width: 90%;
		height: auto;
		margin: 0 5%;
	}	
	.trailer .movies .mv-unit {
		width: 40%;
		height: auto;
		margin: 2vw 1.5%;
	}	
	.trailer .movies .mv-unit .image i {
		display: inline-block;
		width: 100%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate3d(0, -50%, 0);
		color: #FF0000;
		opacity: 1;
		font-size: 7vw;
		text-align: center;
		transition: 0.5s all;
	}
	.trailer .movies .mv-unit .name {
		width: 100%;
		height: auto;
		text-align: center;
		color: #fff;
		font-size: 3vw;
		font-weight: 700;
		font-style: normal;
	}
	#video-wrap {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
	}
	.video {
		width:100%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:4vw 0;
		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;
	}
	.slide-arrow {
		cursor: pointer;
		margin: auto;
		position: absolute;
		top: 45%;
		transform: translate3d(0, -50%, 0);
		width: 20px;
	  }
	  .prev-arrow {
		left: 0;
	  }
	  .next-arrow {
		right: 0;
	  }
}

@media (max-width: 610px) {
	.trailer {
		width:100%;
		height:auto;
		margin:0;
		padding:5vw 0 10vw;
	}
	.trailer h2 {
		width:100%;
		height:auto;
		padding:0;
		margin:0 0 5vw;
		position: relative;
	}
	.trailer .movies {
		width: 86%;
		height: auto;
		margin: 0 7%;
	}	
	.trailer .movies .mv-unit {
		width: 40%;
		height: auto;
		margin: 2vw 1.5%;
	}	
	.trailer .movies .mv-unit .image i {
		display: inline-block;
		width: 100%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate3d(0, -50%, 0);
		color: #FF0000;
		opacity: 1;
		font-size: 10vw;
		text-align: center;
		transition: 0.5s all;
	}
	.trailer .movies .mv-unit .name {
		width: 100%;
		height: auto;
		text-align: center;
		color: #fff;
		font-size: 3.5vw;
		font-weight: 700;
		font-style: normal;
	}
	#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:7vw 0;
		display:block;
	}
	.movie-btn {
		width: 45%;
		font-size: 3vw;
	}
	.prev-arrow {
		left: -20px;
	  }
	  .next-arrow {
		right: -20px;
	  }
	
}


/* ========================================
イントロダクション
========================================== */
#intro-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9;
	opacity: 0;
	pointer-events: none;
}
#intro-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -8;
	opacity: 0;
	pointer-events: none;
	transition: 1.0s all;
}
#intro-bg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #000;
	mask-image: linear-gradient(to right, transparent, transparent, #000);
	mask-size: 300%;
	mask-position: 100% 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -7;
	pointer-events: none;
	opacity: 0;
}
@keyframes intro-bg3-1 {
	0% {mask-position: 100% 0;}
	100% {mask-position: 0% 0;}
}
.intro-bg3-1 {
	animation: intro-bg3-1 1.4s ease-in 0.3s forwards;
}
#intro-bg4 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -6;
	filter: brightness(0%);
	opacity: 0;
	pointer-events: none;
	transition: 2.0s all;
}
@keyframes intro-bg4 {
	0% {filter: brightness(0%);}
	100% {filter: brightness(20%);}
}
.intro-bg4 {
	animation: intro-bg4 1.0s ease 0s forwards;
}
#intro {
	width: 100%;
	height: auto;
	padding: 10vw 0 10vw;
	position: relative;
	background-color: rgba(0, 0, 0, 1);
	transition: 1.0s all;
	position: relative;
}
#intro #intro__lead1 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
}
#intro #intro__lead1 img {
	width: 40%;
}
#intro p {
	width: 80%;
	height: auto;
	margin: 0 10% 3vw;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 1.2vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
	opacity: 0;
}

#intro #intro__lead2 {
	width: 100%;
	height: auto;
	margin: 15vw 0 5vw;
	padding: 2vw 0;
	background: linear-gradient(to right, transparent, rgba( 250,168,237 , 0.4 ) 10%, rgba( 250,168,237 , 0.4 ) 90%, transparent) no-repeat;
	background-size: 0% 100%;
	background-position: 50% 0;
	text-align: center;
}
#intro #intro__lead2 img {
	width: 40%;
}
@keyframes intro__lead2 {
	0% {background-size: 0% 100%;}
	100% {background-size: 100% 100%;}
}
.intro__lead2 {
	animation: intro__lead2 1.0s ease 0s forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background-repeat: no-repeat;
		background-color: #000;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -8;
		opacity: 0;
		pointer-events: none;
		transition: 1.0s all;
	}
	#intro-bg3 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: #000;
		mask-image: linear-gradient(to right, transparent, transparent, #000);
		mask-size: 300%;
		mask-position: 100% 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -7;
		pointer-events: none;
		opacity: 0;
	}
	@keyframes intro-bg3-1 {
		0% {mask-position: 100% 0;}
		100% {mask-position: 0% 0;}
	}
	.intro-bg3-1 {
		animation: intro-bg3-1 1.4s ease-in 0.3s forwards;
	}
	#intro-bg4 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -6;
		filter: brightness(0%);
		opacity: 0;
		pointer-events: none;
		transition: 2.0s all;
	}
	@keyframes intro-bg4 {
		0% {filter: brightness(0%);}
		100% {filter: brightness(40%);}
	}
	.intro-bg4 {
		animation: intro-bg4 1.0s ease 0s forwards;
	}
	#intro {
		width: 100%;
		height: auto;
		padding: 30vw 0 10vw;
		position: relative;
		background-color: rgba(0, 0, 0, 1);
		transition: 1.0s all;
		position: relative;
	}
	#intro #intro__lead1 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		text-align: center;
	}
	#intro #intro__lead1 img {
		width: 80%;
	}
	#intro p {
		width: 93%;
		height: auto;
		margin: 0 2% 10vw 5%;
		padding: 0;
		text-align: left;
		color: #fff;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.0px;
		opacity: 0;
	}

	#intro #intro__lead2 {
		width: 100%;
		height: auto;
		margin: 40vw 0 5vw;
		padding: 10vw 0;
		background: linear-gradient(to right, transparent, rgba( 250,168,237 , 0.4 ) 10%, rgba( 250,168,237 , 0.4 ) 90%, transparent) no-repeat;
		background-size: 0% 100%;
		background-position: 50% 0;
		text-align: center;
	}
	#intro #intro__lead2 img {
		width: 80%;
	}
	

}

/* ========================================
スライダー
========================================== */
#slider-area {
	width: 100%;
	height: auto;
	padding: 10vw 0 10vw;
	position: relative;
	overflow: hidden;
	background: linear-gradient(to top, #000 90%, transparent);
}
#slider-area .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#slider-area .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	animation: loop-slide 70s infinite linear 0s both;
}
#slider-area .top-slide-wrap .top-slide .content {
	width: 50vw;
	height: auto;
	margin: 0;
	pointer-events: none;
}
#slider-area .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider-area #slider__logo {
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
	opacity: 0;
}
#slider-area #slider__logo img {
	width: 24%;
}
.slider__logo {
	animation: fadeIn 1.5s ease 1.0s forwards;
}
#slider-area #slider-down {
	display: none;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#slider-area {
		width: 100%;
		height: auto;
		padding: 30vw 0 20vw;
		position: relative;
		overflow: hidden;
		background: linear-gradient(to top, #000 90%, transparent);
	}
	
	#slider-area #slider-down {
		display: flex;
	}
	#slider-area .top-slide-wrap .top-slide .nosp {
		display: none;
	}
	#slider-area .top-slide-wrap .top-slide {
		animation: loop-slide 30s infinite linear 0s both;
	}	
	#slider-area #slider-down .top-slide {
		animation: loop-slide-rev 20s infinite linear 0s both;
	}	
	#slider-area .top-slide-wrap .top-slide .content {
		width: 120vw;
		height: auto;
		margin: 0;
		pointer-events: none;
	}

}




/* ========================================
BG
========================================== */
#fixed-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -5;
	pointer-events: none;
	opacity: 0;	
	background: linear-gradient(150deg, #fbede9, #f3cddf, #dc84b4, #c098c5, #658daf, #5070b2, #658daf, #c098c5, #dc84b4, #f3cddf, #fbede9);
	background-size: 600% 600%; 
	animation: Grad 10s infinite alternate;
}
@keyframes Grad {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@keyframes Grad2 {
	0% {
		-webkit-filter: hue-rotate(0deg);
		filter: hue-rotate(0deg);
	}	
	100% {
		-webkit-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}
#fixed-bg #fixed-bg__inner {
	width: 100%;
	height: 100%;
	position: relative;
}
#fixed-bg #fixed-bg__inner .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	mix-blend-mode: screen;
	opacity: 0.7;
}
#fixed-bg #fixed-bg__inner .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#fixed-bg #fixed-bg__inner #slider1 {
	position: absolute;
	top: 0;
}
#fixed-bg #fixed-bg__inner #slider2 {
	position: absolute;
	bottom: 0;
}
#fixed-bg #fixed-bg__inner #slider1 .top-slide {
	animation: loop-slide 200s infinite linear 0s both;
}
#fixed-bg #fixed-bg__inner #slider2 .top-slide {
	animation: loop-slide-rev 200s infinite linear 0s both;
}
#fixed-bg #fixed-bg__inner .top-slide-wrap .top-slide .content {
	width: 100vw;
	height: auto;
	margin: 0;
	pointer-events: none;
}
#fixed-bg #fixed-bg__inner .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#fixed-bg #fixed-bg__inner #kira1 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 10%;
	left: 70%;
	mix-blend-mode: screen;
	animation: kira1 3s ease-in-out 0s infinite;
}
#fixed-bg #fixed-bg__inner #kira2 {
	width: 4%;
	height: auto;
	position: absolute;
	top: 80%;
	left: 20%;
	mix-blend-mode: screen;
	animation: kira2 2s ease-in-out 0s infinite;
}
#fixed-bg #fixed-bg__inner #kira3 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 85%;
	left: 90%;
	mix-blend-mode: screen;
	animation: kira3 3s ease-in-out 0s infinite;
}

@keyframes kira1 {
	0% {opacity: 0;transform: scale(1);}
	20% {opacity: 1;transform: scale(3);}
	30% {opacity: 0;transform: scale(1);}
	100% {opacity: 0;transform: scale(1);}
}
@keyframes kira2 {
	0% {opacity: 0;transform: scale(1);}
	40% {opacity: 0;transform: scale(1);}
	60% {opacity: 1;transform: scale(3);}
	80% {opacity: 0;transform: scale(3);}
	100% {opacity: 0;transform: scale(3);}
}
@keyframes kira3 {
	0% {opacity: 0;transform: scale(1);filter: blur(0);}
	40% {opacity: 0;transform: scale(1);filter: blur(0);}
	60% {opacity: 1;transform: scale(4);filter: blur(0);}
	70% {opacity: 0;transform: scale(4);filter: blur(8px);}
	100% {opacity: 0;transform: scale(4);filter: blur(8px);}
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#fixed-bg {
		width: 100%;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -5;	
		background: linear-gradient(130deg, #fbede9, #f3cddf, #dc84b4, #c098c5, #658daf, #5070b2, #658daf, #c098c5, #dc84b4, #f3cddf, #fbede9);
		background-size: 600% 600%; 
	/*
		background: linear-gradient(150deg, #fbede9, #f3cddf, #dc84b4, #c098c5, #658daf, #5070b2); */
		animation: Grad 10s infinite alternate;
	}
	#fixed-bg #fixed-bg__inner #slider1 .top-slide {
		animation: loop-slide 100s infinite linear 0s both;
	}
	#fixed-bg #fixed-bg__inner #slider2 .top-slide {
		animation: loop-slide-rev 100s infinite linear 0s both;
	}
	#fixed-bg #fixed-bg__inner .top-slide-wrap .top-slide .content {
		width: 150vw;
		height: auto;
		margin: 0;
		pointer-events: none;
	}
	#fixed-bg #fixed-bg__inner #kira1 {
		width: 10%;
		height: auto;
		position: absolute;
		top: 85%;
		left: 85%;
		mix-blend-mode: screen;
		animation: kira1 3s ease-in-out 0s infinite;
	}
	#fixed-bg #fixed-bg__inner #kira2 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 5%;
		left: 5%;
		mix-blend-mode: screen;
		animation: kira2 2s ease-in-out 0s infinite;
	}
	#fixed-bg #fixed-bg__inner #kira3 {
		display: none;
	}
	
	
}


/* ========================================
about
========================================== */
#about {
	width: 100%;
	height: auto;
	padding: 10vw 0;
}
#about h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#about h2 img {
	width: 20%;
}
#about #about__photo {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
	opacity: 0;
}
#about #about__photo img {
	width: 50%;
}
#about p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	color: #06060b;
	font-size: 1.2vw;
	line-height: 2.4vw;
	letter-spacing: 1.5px;
	opacity: 0;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#about {
		width: 100%;
		height: auto;
		padding: 50vw 0;
	}
	#about h2 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#about h2 img {
		width: 60%;
	}
	#about #about__photo {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#about #about__photo img {
		width: 90%;
	}
	#about p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #06060b;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.5px;
		opacity: 0;
	}
	


}


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


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



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: relative;
	overflow: hidden;
}
footer #foot-bg {
	width: 100%;
	height: auto;
}
footer #zutto {
	width: 20%;
	height: auto;
	margin: 0;
	clip-path: inset(0 0 0 0);
	position: absolute;
	top: 28%;
	left: 40%;
	clip-path: inset(0 100% 0 0);
}
@keyframes zutto {
	0% {clip-path: inset(0 100% 0 0);}
	100% {clip-path: inset(0 0 0 0);}
}
.zutto {
	animation: zutto 1.5s linear 0s forwards;
}
footer #foot-logo {
	width: 24%;
	height: auto;
	position: absolute;
	top: 35%;
	left: 38%;
}
footer #credit {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	position: absolute;
	bottom: 6%;
}
footer #credit img {
	width: 30%;
}
footer #button-area {
	position: absolute;
	bottom: 0;
	z-index: 4;
}

@keyframes up1 {
	0% {top: 110%;opacity: 1;}
	100% {top: -30%;opacity: 1;}
}
@keyframes yure1-1 {
	from {
		left: 0%;
	}
	to {
		left: 5%;
	}
}
@keyframes yure1-2 {
	from {
		left: 5%;
	}
	to {
		left: 10%;
	}
}
@keyframes yure1-3 {
	from {
		left: 13%;
	}
	to {
		left: 18%;
	}
}
@keyframes yure2-1 {
	from {
		right: 0%;
	}
	to {
		right: 5%;
	}
}
@keyframes yure2-2 {
	from {
		right: 5%;
	}
	to {
		right: 10%;
	}
}
@keyframes yure2-3 {
	from {
		right: 13%;
	}
	to {
		right: 18%;
	}
}

footer #heart1 {
	width: 3.5%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart1 {
	animation: up1 7s linear infinite, yure1-1 2s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart2 {
	width: 1%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart2 {
	animation: up1 7s ease 1.0s infinite, yure1-2 1.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart3 {
	width: 5%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart3 {
	animation: up1 8s linear 2.0s infinite, yure1-1 1.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart4 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart4 {
	animation: up1 9s ease 0.3s infinite, yure1-1 2.1s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart5 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart5 {
	animation: up1 8s linear 5s infinite, yure1-2 2.0s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart6 {
	width: 1.5%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart6 {
	animation: up1 8s ease 2.5s infinite, yure1-2 1.6s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart7 {
	width: 5%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart7 {
	animation: up1 8s ease 3s infinite, yure1-1 1.6s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart8 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart8 {
	animation: up1 8s ease 3.5s infinite, yure1-2 2.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart9 {
	width: 3.5%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart9 {
	animation: up1 7s linear 4.8s infinite, yure1-3 2s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart10 {
	width: 1.5%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart10 {
	animation: up1 8s ease 5.4s infinite, yure1-2 1.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart11 {
	width: 6%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart11 {
	animation: up1 8s linear 4.2s infinite, yure1-3 1.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart12 {
	width: 2.5%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart12 {
	animation: up1 9s ease 7s infinite, yure1-3 2.1s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart13 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart13 {
	animation: up1 6.5s linear 3.3s infinite, yure1-3 2.0s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart14 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart14 {
	animation: up1 8s ease 1.5s infinite, yure1-3 2.0s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart15 {
	width: 4%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart15 {
	animation: up1 8s ease 5.7s infinite, yure1-2 1.6s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart16 {
	width: 3.5%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart16 {
	animation: up1 8s ease 0.9s infinite, yure1-1 2.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart17 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart17 {
	animation: up1 13s ease 0.2s infinite, yure1-3 2.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #maru1 {
	width: 2%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #maru1 {
	animation: up1 7s ease 1.5s infinite, yure1-2 1.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #maru2 {
	width: 1.5%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #maru2 {
	animation: up1 7.5s ease 5.5s infinite, yure1-2 2.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #maru3 {
	width: 1.3%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #maru3 {
	animation: up1 8.5s ease 6.2s infinite, yure1-2 1.8s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #maru4 {
	width: 1.1%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #maru4 {
	animation: up1 8.0s ease 7.2s infinite, yure1-3 2.0s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #maru5 {
	width: 1.2%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #maru5 {
	animation: up1 7.0s ease 3.5s infinite, yure1-2 2.0s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #maru6 {
	width: 1.6%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #maru6 {
	animation: up1 7.0s ease 5.9s infinite, yure1-3 1.3s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #maru7 {
	width: 1.6%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #maru7 {
	animation: up1 9.0s ease 0.3s infinite, yure1-3 1.3s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart1r {
	width: 3%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart1r {
	animation: up1 7.5s linear infinite, yure2-1 2s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart2r {
	width: 1%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart2r {
	animation: up1 8s ease 1.3s infinite, yure2-3 1.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart3r {
	width: 5%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart3r {
	animation: up1 10s linear 1.6s infinite, yure2-1 1.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart4r {
	width: 2%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart4r {
	animation: up1 9s ease 4s infinite, yure2-1 2.1s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart5r {
	width: 2%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart5r {
	animation: up1 8s linear 8s infinite, yure2-2 2.0s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart6r {
	width: 1.5%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart6r {
	animation: up1 8s ease 5s infinite, yure2-3 1.6s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart7r {
	width: 5%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart7r {
	animation: up1 9s ease 2s infinite, yure2-1 1.6s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart8r {
	width: 3%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart8r {
	animation: up1 7s ease 3.5s infinite, yure2-3 2.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart9r {
	width: 3.5%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart9r {
	animation: up1 9s linear 3.3s infinite, yure2-2 2s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart10r {
	width: 1.05%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart10r {
	animation: up1 8s ease 6.4s infinite, yure2-1 1.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart11r {
	width: 6%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart11r {
	animation: up1 8s linear 8.2s infinite, yure2-3 1.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart12r {
	width: 3%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart12r {
	animation: up1 7s ease 4.5s infinite, yure2-2 2.1s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart13r {
	width: 2%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart13r {
	animation: up1 8.5s linear 0.7s infinite, yure2-3 2.0s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart14r {
	width: 2.1%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart14r {
	animation: up1 8s ease 1.8s infinite, yure2-2 2.0s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart15r {
	width: 4%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart15r {
	animation: up1 8s ease 6.2s infinite, yure2-3 1.6s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart16r {
	width: 3%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart16r {
	animation: up1 8.5s ease 0.4s infinite, yure2-1 2.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #heart17r {
	width: 3.5%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #heart17r {
	animation: up1 10s ease 1.8s infinite, yure2-3 2.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #maru1r {
	width: 1.5%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #maru1r {
	animation: up1 7s ease 1.9s infinite, yure2-2 1.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #maru2r {
	width: 1.6%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #maru2r {
	animation: up1 7.5s ease 4.5s infinite, yure2-2 2.5s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #maru3r {
	width: 1.2%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #maru3r {
	animation: up1 8.1s ease 6.8s infinite, yure2-2 1.8s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #maru4r {
	width: 1.2%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #maru4r {
	animation: up1 9.0s ease 7.8s infinite, yure2-3 2.0s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #maru5r {
	width: 1.3%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #maru5r {
	animation: up1 8.0s ease 2.5s infinite, yure2-2 2.0s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #maru6r {
	width: 1.6%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #maru6r {
	animation: up1 7.0s ease 3.9s infinite, yure2-3 1.3s ease-in-out infinite alternate;
	animation-play-state: running;
} 
footer #maru7r {
	width: 1.6%;
	height: auto;
	position: absolute;
	top: 110%;
	z-index: 3;
	animation-play-state: paused;
}
#footer.active #maru7r {
	animation: up1 9.0s ease 2.6s infinite, yure2-1 1.3s ease-in-out infinite alternate;
	animation-play-state: running;
} 



@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position: relative;
	}
	footer #zutto {
		width: 60%;
		height: auto;
		margin: 0;
		clip-path: inset(0 0 0 0);
		position: absolute;
		top: 10%;
		left: 20%;
		clip-path: inset(0 100% 0 0);
	}
	
	footer #foot-logo {
		width: 70%;
		height: auto;
		position: absolute;
		top: 15%;
		left: 15%;
	}
	footer #credit {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		bottom: auto;
		top: 48%;
	}
	footer #credit img {
		width: 70%;
	}
	footer #button-area {
		position: absolute;
		bottom: auto;
		top: 53%;
		z-index: 4;
	}
	footer #heart1 {
		width: 11%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart2 {
		width: 3%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart3 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart4 {
		width: 6%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart5 {
		width: 6%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart6 {
		width: 4.5%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart7 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart8 {
		width: 9%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart9 {
		width: 11%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart10 {
		width: 4.5%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart11 {
		width: 18%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart12 {
		width: 7.5%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart13 {
		width: 6%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart14 {
		width: 6%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart15 {
		width: 12%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart16 {
		width: 10.5%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart17 {
		width: 9%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #maru1 {
		width: 6%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #maru2 {
		width: 4.5%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #maru3 {
		width: 3.9%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #maru4 {
		width: 3.3%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #maru5 {
		width: 3.6%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #maru6 {
		width: 4.8%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #maru7 {
		width: 4.8%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart1r {
		width: 9%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart2r {
		width: 3%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart3r {
		width: 15%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart4r {
		width: 6%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart5r {
		width: 6%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart6r {
		width: 4.5%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart7r {
		width: 15%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart8r {
		width: 9%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart9r {
		width: 10.5%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart10r {
		width: 3.2%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart11r {
		width: 18%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart12r {
		width: 9%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart13r {
		width: 6%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart14r {
		width: 6.3%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart15r {
		width: 12%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart16r {
		width: 9%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #heart17r {
		width: 11%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #maru1r {
		width: 4.5%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #maru2r {
		width: 4.8%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #maru3r {
		width: 3.6%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #maru4r {
		width: 3.6%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #maru5r {
		width: 3.9%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #maru6r {
		width: 4.5%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}
	footer #maru7r {
		width: 4.5%;
		height: auto;
		position: absolute;
		top: 110%;
		z-index: 3;
		animation-play-state: paused;
	}

	
	
}

/* ========================================
チケット
========================================== */
#tk-body .hamburger ,
#tk-body #pcheader {
	opacity: 1;
}
#ticket {
	width: 100%;
	height: auto;
	padding: 5vw 0;
	background: #000;
}
#ticket .lp-logo {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
}
#ticket .lp-logo img {
	width: 20%;
}
#ticket h1 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
}
#ticket h1 img {
	width: 22%;
}
#ticket #ticket__type {
	width: 60%;
	height: auto;
	margin: 0 20% 3vw;
	display: flex;
	justify-content: center;
}
#ticket #ticket__type .type {
	display: block;
	width: 40%;
	height: auto;
	margin: 0 3%;
	text-align: center;
	border-bottom: #86cce0 solid 3px;
	color: #86cce0;
	font-size: 2vw;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
#ticket #ticket__type .type .txt {
	display: inline;
}
#ticket #ticket__type .type .icon {
	display: inline-block;
	font-size: 0.7vw;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate3d(0, -50%, 0);
}
#ticket .t-type {
	width: 80%;
	height: auto;
	margin: 0 10%;
	padding: 3vw 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#ticket #toujitsu {
	border-bottom: 2px solid #86cce0;
}
#ticket .t-type .headline {
	width: 35%;
	height: auto;
	color: #fff;
	font-size: 3.2vw;
	text-align: left;
}
#ticket .t-type .contents {
	width: 65%;
	height: auto;
}
#ticket .t-type .contents .bold {
	font-size: 1.6vw;
	font-weight: bold;
	color: #fff;
}
#ticket .t-type .contents .price {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 2vw;
	font-weight: bold;
}
#ticket .t-type .contents .price .tax {
	color: #fff;
	font-size: 1.5vw;
	font-weight: bold;
}
#ticket .t-type .contents ul.list1 {
	width: 100%;
	height: auto;
	list-style-type: none;
	padding-left: 0;
}
#ticket .t-type .contents ul.list1 li {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	font-size: 1.2vw;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	padding-left: 1.5em;
}
#ticket .t-type .contents ul.list1 li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.2em;
	text-align: center;
}
.tk-btn {
	display: inline-block;
	width: 25vw;
	height: auto;
	box-sizing: border-box;
	padding: 1.1vw;
	margin: 1vw 0;
	text-align: center;
	background-color: #86cce0;
	border: 1px solid #86cce0;
	font-size: 1.3vw;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	transition: 0.5s all;
}
.tk-btn:hover {
	background-color: #000;
	color: #86cce0;
}
#ticket .t-type .contents .date {
	display:inline-block;
	width: auto;
	height: auto;
	padding: 1vw;
	margin: 1vw 0;
	border: #fff 1px solid;
	font-size: 1.5vw;
	font-weight: bold;
	color: #fff;
}
#ticket .t-type .mubi {
	width: 100%;
	height: auto;
	margin: 2vw 0 3vw;
	box-sizing: border-box;
	border: 2px solid #fff;
}
#ticket .t-type .mubi .mubi__head {
	width: 100%;
	height: auto;
	padding: 1.5vw 0;
	text-align: center;
	background-color: #fff;
	font-size: 2.5vw;
	font-weight: bold;
	color: #000;
}
#ticket .t-type .mubi .mubi__head span {
	display: inline-block;
	margin-left: 1vw;
	font-size: 1.4vw;
}
#ticket .t-type .mubi .mubi__contents {
	width: 100%;
	height: auto;
	padding: 2vw 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#ticket .t-type .mubi .mubi__contents .img-area {
	width: 50%;
	height: auto;
	text-align: center;
}
#ticket .t-type .mubi .mubi__contents .img-area img {
	width: 80%;
}
#ticket .t-type .mubi .mubi__contents .txt-area {
	width: 50%;
	height: auto;
}
#ticket .t-type .mubi .mubi__contents .txt-area2 {
	width: 90%;
	height: auto;
	margin: 0 5%;
}
#ticket .t-type .mubi .mubi__contents .txt-area h3 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 1.7vw;
}
#ticket .t-type .mubi .mubi__contents ul.list1 {
	width: 100%;
	height: auto;
	list-style-type: none;
	padding-left: 0;
}
#ticket .t-type .mubi .mubi__contents ul.list1 li {
	width: 100%;
	height: auto;
	margin: 0.5vw 0;
	font-size: 1.1vw;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	padding-left: 1.5em;
}
#ticket .t-type .mubi .mubi__contents ul.list1 li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.2em;
	text-align: center;
}
#ticket .t-type .mubi .mubi__contents .txt-area h4 {
	width: 90%;
	height: auto;
	margin: 3vw 10% 0 0;
	padding: 0;
	border-bottom: solid 5px #86cce0;
	color: #fff;
	font-size: 1.5vw;
	font-weight: bold;
	text-align: left;
}
#ticket .t-type .mubi .mubi__contents .txt-area p ,
#ticket .t-type .mubi .mubi__contents .txt-area2 p {
	width: 100%;
	height: auto;
	margin: 2vw 0 0vw;
	padding: 0;
	color: #fff;
	font-size: 1.2vw;
}
#ticket .t-type .mubi .mubi__contents .mubi-widget {
	width: 100%;
	height: auto;
	margin: 2vw 0 0;
	text-align: center;
}
#ticket .t-type .mubi .mubi__contents .mubi-widget #mvtk-widgets-container {
	display: inline-block;
}


@media (max-width: 1024px) {
	#ticket {
		width: 100%;
		height: auto;
		padding: 10vw 0;
		background: #000;
	}
	#ticket .lp-logo {
		width: 100%;
		height: auto;
		margin: 0 0 6vw;
		text-align: center;
	}
	#ticket .lp-logo img {
		width: 50%;
	}
	#ticket h1 {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		padding: 0;
		text-align: center;
	}
	#ticket h1 img {
		width: 60%;
	}
	#ticket #ticket__type {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		display: flex;
		justify-content: center;
	}
	#ticket #ticket__type .type {
		display: block;
		width: 45%;
		height: auto;
		margin: 0 2%;
		text-align: center;
		border-bottom: #86cce0 solid 3px;
		color: #86cce0;
		font-size: 1.2rem;
		font-weight: bold;
		text-decoration: none;
		position: relative;
	}
	#ticket #ticket__type .type .txt {
		display: inline;
	}
	#ticket #ticket__type .type .icon {
		display: inline-block;
		font-size: 0.7rem;
		position: absolute;
		top: 50%;
		right: 2%;
		transform: translate3d(0, -50%, 0);
	}
	#ticket .t-type {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 7vw 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#ticket #toujitsu {
		border-bottom: 2px solid #86cce0;
	}
	#ticket .t-type .headline {
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 2rem;
		text-align: left;
		padding: 8vw 0;
	}
	#ticket .t-type .contents {
		width: 100%;
		height: auto;
	}
	#ticket .t-type .contents .bold {
		font-size: 1.2rem;
		font-weight: bold;
		color: #fff;
	}
	#ticket .t-type .contents .price {
		display: inline-block;
		width: 100%;
		color: #fff;
		font-size: 1.3rem;
		font-weight: bold;
	}
	#ticket .t-type .contents .price .tax {
		color: #fff;
		font-size: 0.9rem;
		font-weight: bold;
	}
	#ticket .t-type .contents ul.list1 {
		width: 90%;
		height: auto;
		list-style-type: none;
		padding-left: 0;
		margin-right: 10%;
	}
	#ticket .t-type .contents ul.list1 li {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		font-size: 1rem;
		letter-spacing: 1px;
		color: #fff;
		position: relative;
		padding-left: 1.5em;
	}
	#ticket .t-type .contents ul.list1 li::before {
		content: "※";
		position: absolute;
		left: 0;
		top: 0;
		width: 1.2em;
		text-align: center;
	}
	.tk-btn {
		display: inline-block;
		width: 90%;
		height: auto;
		box-sizing: border-box;
		padding: 5vw;
		margin: 3vw 5%;
		text-align: center;
		background-color: #86cce0;
		border: 1px solid #86cce0;
		font-size: 1.1rem;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		transition: 0.5s all;
	}
	.tk-btn:hover {
		background-color: #000;
		color: #86cce0;
	}
	#ticket .t-type .contents .date {
		display:inline-block;
		width: 90%;
		height: auto;
		padding: 3vw 0;
		margin: 2vw 5%;
		border: #fff 1px solid;
		font-size: 1.1rem;
		font-weight: bold;
		color: #fff;
		text-align: center;
	}
	
	#ticket .t-type .mubi {
		width: 100%;
		height: auto;
		margin: 5vw 0 8vw;
		box-sizing: border-box;
		border: 2px solid #fff;
	}
	#ticket .t-type .mubi .mubi__head {
		width: 100%;
		height: auto;
		padding: 3vw 0;
		text-align: center;
		background-color: #fff;
		font-size: 1.3rem;
		font-weight: bold;
		color: #000;
	}
	#ticket .t-type .mubi .mubi__head span {
		display: inline-block;
		margin-left: 0;
		font-size: 0.8rem;
	}
	#ticket .t-type .mubi .mubi__contents {
		width: 100%;
		height: auto;
		padding: 5vw 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#ticket .t-type .mubi .mubi__contents .img-area {
		width: 100%;
		height: auto;
		text-align: center;
	}
	#ticket .t-type .mubi .mubi__contents .img-area img {
		width: 90%;
	}
	#ticket .t-type .mubi .mubi__contents .txt-area {
		width: 90%;
		height: auto;
		margin: 5vw 5% 0;
	}
	#ticket .t-type .mubi .mubi__contents .txt-area2 {
		width: 90%;
		height: auto;
		margin: 0 5%;
	}	
	#ticket .t-type .mubi .mubi__contents .txt-area h3 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: left;
		color: #fff;
		font-size: 1.3rem;
	}
	#ticket .t-type .mubi .mubi__contents ul.list1 {
		width: 90%;
		height: auto;
		list-style-type: none;
		padding-left: 0;
		margin-right: 10%;
	}
	#ticket .t-type .mubi .mubi__contents ul.list1 li {
		width: 100%;
		height: auto;
		margin: 1vw 0;
		font-size: 1rem;
		letter-spacing: 1px;
		color: #fff;
		position: relative;
		padding-left: 1.5em;
	}
	#ticket .t-type .mubi .mubi__contents ul.list1 li::before {
		content: "※";
		position: absolute;
		left: 0;
		top: 0;
		width: 1.2em;
		text-align: center;
	}
	#ticket .t-type .mubi .mubi__contents .txt-area h4 {
		width: 100%;
		height: auto;
		margin: 5vw 0 0 0;
		padding: 0;
		border-bottom: solid 5px #86cce0;
		color: #fff;
		font-size: 1.2rem;
		font-weight: bold;
		text-align: left;
	}
	#ticket .t-type .mubi .mubi__contents .txt-area p ,
	#ticket .t-type .mubi .mubi__contents .txt-area2 p {
		width: 100%;
		height: auto;
		margin: 4vw 0 0vw;
		padding: 0;
		color: #fff;
		font-size: 1rem;
	}
	#ticket .t-type .mubi .mubi__contents .mubi-widget {
		width: 100%;
		height: auto;
		margin: 5vw 0 0;
		text-align: center;
	}
	
}

/* ========================================
ニュース
========================================== */
#news {
	width: 100%;
	height: auto;
	padding: 5vw 0;
	background: #000;
}
#news .lp-logo {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
}
#news .lp-logo img {
	width: 20%;
}
#news h1 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
}
#news h1 img {
	width: 18%;
}
#news .news-unit {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	margin: 2vw 20%;
	padding: 3vw 5vw;
	background-color: #fff;
}
#news .news-unit .date {
	width: 100%;
	height: auto;
	margin: 0 0 0.8vw;
	text-align: left;
	font-size: 0.9rem;
	font-weight: bold;
	color: #000;
}
#news .news-unit .title {
	width: 100%;
	height: auto;
	margin: 0 0 1.5vw;
	padding: 0 0 1vw;
	border-bottom: 2px solid #faa8ed;
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
}
#news .news-unit h3 {
	width: 100%;
	height: auto;
	margin: 4vw 0 1vw;
	padding: 0;
	text-align: left;
	font-size: 1.1rem;
	font-weight: bold;
	color: #000;
}
#news .news-unit p {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	text-align: left;
	font-size: 1.0rem;
	color: #000;
}
#news .news-unit p.midaship {
	margin: 0;
}
#news .news-unit p.midaship2 {
	margin: 3vw 0 0;
}
#news .news-unit p.midaship3 {
	margin: 3vw 0 0;
	padding: 1vw 0 0;
	border-top: 1px solid #000;
}
#news .news-unit .image {
	width: 100%;
	height: auto;
	margin: 4vw 0;
	text-align: center;
}
#news .news-unit .image .name {
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #86cce0;
	font-size: 1.5rem;
}
#news .news-unit .image .img1 {
	width: 60%;
	height: auto;
	vertical-align: bottom;
}
#news .news-unit .image2 {
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
}
#news .news-unit .image2 .img2 {
	width: 80%;
	height: auto;
	vertical-align: bottom;
}
#news .news-unit .image2 .img3 {
	width: 80%;
	height: auto;
	vertical-align: bottom;
}
#news .news-unit ul.list1 {
	width: 100%;
	height: auto;
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
}
#news .news-unit ul.list1 li {
	width: 100%;
	height: auto;
	margin: 0.5vw 0;
	font-size: 1rem;
	letter-spacing: 1px;
	color: #000;
	position: relative;
	padding-left: 1.5em;
}
#news .news-unit ul.list1 li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.2em;
	text-align: center;
}
#news .news-unit ul.list2 {
	width: 90%;
	height: auto;
	margin: 0 5%;
	padding: 0;
}
#news .news-unit ul.list2 li {
	width: 100%;
	height: auto;
	margin: 0.5vw 0;
	font-size: 1rem;
	letter-spacing: 1px;
	color: #000;
	position: relative;
}
#news .news-unit .video-wrap {
	width: 80%;
	height: auto;
	margin: 0 10%;
	padding: 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
#news .news-unit .video-wrap .video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
} 
#news .news-unit .video-wrap .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1024px) {
	#news {
		width: 100%;
		height: auto;
		padding: 10vw 0;
		background: #000;
	}
	#news .lp-logo {
		width: 100%;
		height: auto;
		margin: 0 0 6vw;
		text-align: center;
	}
	#news .lp-logo img {
		width: 50%;
	}
	#news h1 {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		padding: 0;
		text-align: center;
	}
	#news h1 img {
		width: 50%;
	}
	#news .news-unit {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		margin: 2vw 5% 10vw;
		padding: 8vw 5vw;
		background-color: #fff;
	}
	#news .news-unit .date {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		text-align: left;
		font-size: 0.9rem;
		font-weight: bold;
		color: #000;
	}
	#news .news-unit .title {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0 0 3vw;
		border-bottom: 2px solid #faa8ed;
		text-align: left;
		font-size: 1.2rem;
		font-weight: bold;
		color: #000;
	}
	#news .news-unit p {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		text-align: left;
		font-size: 1.0rem;
		color: #000;
	}
	#news .news-unit p.midaship2 {
		margin: 8vw 0 0;
	}	
	#news .news-unit p.midaship3 {
		margin: 8vw 0 0;
	}	
	#news .news-unit .image {
		width: 100%;
		height: auto;
		margin: 10vw 0;
		text-align: center;
	}
	#news .news-unit .image .name {
		font-size: 3.6vw;
	}
	#news .news-unit .image .img1 {
		width: 80%;
		height: auto;
		vertical-align: bottom;
	}
	#news .news-unit ul.list1 {
		width: 100%;
		height: auto;
		margin: 0;
		list-style-type: none;
		padding: 0;
	}
	#news .news-unit ul.list1 li {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin: 1vw 0;
		font-size: 1rem;
		letter-spacing: 1px;
		color: #000;
		position: relative;
		padding-left: 1.5em;
	}
	#news .news-unit ul.list1 li::before {
		content: "※";
		position: absolute;
		left: 0;
		top: 0;
		width: 1.2em;
		text-align: center;
	}
	#news .news-unit .video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 1;
		box-sizing: border-box;
	}
	#news .news-unit .image2 .img3 {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	
}

@media (max-width: 600px) {
	#news .news-unit .image .name {
		font-size: 3.6vw;
	}

}


/* ========================================
イベント
========================================== */
#event {
	width: 100%;
	height: auto;
	padding: 5vw 0;
	background: #000;
}
#event .lp-logo {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
}
#event .lp-logo img {
	width: 20%;
}
#event h1 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
}
#event h1 img {
	width: 20%;
}
#event h2 {
	width: 60%;
	height: auto;
	margin: 0 20% 3vw;
	padding: 1.5vw 0;
	text-align: center;
	background-color: #c9a0c9;
	font-size: 1.65vw;
	letter-spacing: 1.0px;
	color: #000;
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}
#event .intro {
	width: 60%;
	height: auto;
	margin: 0 20% 5vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
	text-align: center;
}
#event .eve-unit {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	margin: 0 20% 4vw;
	padding: 0;
	border: 2px solid #c9a0c9;;
}
#event .eve-unit h3 {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0;
	padding: 1vw 0;
	background-color: #c9a0c9;
	color: #000;
	font-size: 1.5vw;
}
#event .eve-unit h4 {
	width: 80%;
	height: auto;
	text-align: left;
	margin: 0 10%;
	padding: 2vw 0 0;
	color: #fff;
	font-size: 1.2vw;
}
#event .eve-unit p {
	width: 80%;
	height: auto;
	text-align: center;
	margin: 0 10%;
	padding: 2vw 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.0vw;
	letter-spacing: 1.2px;
}
#event .eve-unit p a {
	color: #fff;
}
#event .eve-unit .eve-unit__list1 {
	width: 70%;
	height: auto;
	margin: 0 15%;
	padding: 2vw 0;
}
#event .eve-unit .eve-unit__list1 li {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	color: #fff;
	font-size: 1.1vw;
	letter-spacing: 1.2px;
}
#event .eve-unit .eve-unit__list2 {
	width: 80%;
	height: auto;
	margin: 0 5% 0 15%;
	padding: 0.5vw 0;
}
#event .eve-unit .eve-unit__list2 li {
	width: 100%;
	height: auto;
	margin: 0.5vw 0;
	color: #fff;
	font-size: 1.1vw;
	letter-spacing: 1.2px;
}
#event .eve-unit .eve-unit__list2 li.nomark {
	list-style-type: none;
}
#event .eve-unit .eve-unit__list2 li a {
	color: #fff;
}
#event .eve-unit .eve-unit__list3 {
	width: 80%;
	height: auto;
	margin: 0 5% 0 15%;
	padding: 0.5vw 0;
	list-style-type: none;
}
#event .eve-unit .eve-unit__list3 li {
	width: 100%;
	height: auto;
	margin: 0.5vw 0;
	font-size: 1.1vw;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	padding-left: 1.5em;
}
#event .eve-unit .eve-unit__list3 li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.2em;
	text-align: center;
}




#event .warning {
	width: 58%;
	height: auto;
	margin: 5vw 21% 3vw;
}
#event .warning h3 {
	width: 100%;
	height: auto;
	margin: 3vw 0 1vw;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 1.3vw;
}
#event .warning ul {
	width: 100%;
	height: auto;
	list-style-type: none;
	padding-left: 0;
}
#event .warning ul li {
	width: 100%;
	height: auto;
	margin: 0.5vw 0;
	font-size: 1.1vw;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	padding-left: 1.5em;
}
#event .warning ul li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.2em;
	text-align: center;
}
#event .warning p {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	font-size: 1.1vw;
	letter-spacing: 1px;
	color: #fff;
}
#event .warning p a {
	color: #fff;
}

@media (max-width: 1024px) {
	#event {
		width: 100%;
		height: auto;
		padding: 10vw 0;
		background: #000;
	}
	#event .lp-logo {
		width: 100%;
		height: auto;
		margin: 0 0 6vw;
		text-align: center;
	}
	#event .lp-logo img {
		width: 50%;
	}
	#event h1 {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		padding: 0;
		text-align: center;
	}
	#event h1 img {
		width: 55%;
	}
	#event h2 {
		width: 90%;
		height: auto;
		margin: 0 5% 6vw;
		padding: 5vw 0;
		text-align: center;
		background-color: #c9a0c9;
		font-size: 4.5vw;
		letter-spacing: 1.5px;
		color: #000;
	}
	#event .intro {
		width: 90%;
		height: auto;
		margin: 0 5% 10vw;
		color: #fff;
		font-size:4vw;
		line-height: 7vw;
		letter-spacing: 1.2px;
		text-align: center;
	}
	#event .eve-unit {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		margin: 0 5% 8vw;
		padding: 0;
		border: 2px solid #c9a0c9;;
	}
	#event .eve-unit h3 {
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0;
		padding: 3vw 0;
		background-color: #c9a0c9;
		color: #000;
		font-size: 4.5vw;
	}
	#event .eve-unit h4 {
		width: 90%;
		height: auto;
		text-align: left;
		margin: 0 5%;
		padding: 7vw 0 0;
		color: #fff;
		font-size: 4.2vw;
	}
	#event .eve-unit p {
		width: 90%;
		height: auto;
		text-align: center;
		margin: 0 5%;
		padding: 5vw 0;
		color: #fff;
		font-size: 4vw;
		line-height: 7vw;
		letter-spacing: 1.2px;
	}
	#event .eve-unit .eve-unit__list1 {
		width: 90%;
		height: auto;
		margin: 0 3% 0 7%;
		padding: 5vw 0;
	}
	#event .eve-unit .eve-unit__list1 li {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		color: #fff;
		font-size: 4vw;
		letter-spacing: 1.2px;
	}
	#event .eve-unit .eve-unit__list2 {
		width: 90%;
		height: auto;
		margin: 0 3% 0 7%;
		padding: 2vw 0 5vw;
	}
	#event .eve-unit .eve-unit__list2 li {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		color: #fff;
		font-size: 4vw;
		letter-spacing: 1.2px;
	}
	#event .eve-unit .eve-unit__list3 {
		width: 90%;
		height: auto;
		margin: 0 7% 0 3%;
		padding: 2vw 0 5vw;
	}
	#event .eve-unit .eve-unit__list3 li {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		color: #fff;
		font-size: 4vw;
		letter-spacing: 1.2px;
	}	
	#event .warning {
		width: 90%;
		height: auto;
		margin: 10vw 5% 3vw;
	}
	#event .warning h3 {
		width: 100%;
		height: auto;
		margin: 8vw 0 1vw;
		padding: 0;
		text-align: left;
		color: #fff;
		font-size: 4.2vw;
	}
	#event .warning ul {
		width: 100%;
		height: auto;
		list-style-type: none;
		padding-left: 0;
	}
	#event .warning ul li {
		width: 95%;
		height: auto;
		margin: 2vw 5% 2vw 0;
		font-size: 3.6vw;
		letter-spacing: 1px;
		color: #fff;
		position: relative;
		padding-left: 1.5em;
	}
	#event .warning ul li::before {
		content: "※";
		position: absolute;
		left: 0;
		top: 0;
		width: 1.2em;
		text-align: center;
	}
	#event .warning p {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		font-size: 3.6vw;
		letter-spacing: 1px;
		color: #fff;
	}
	
}


/* ========================================
イベント
========================================== */
#event-index {
	width: 100%;
	height: 100%;
	padding: 5vw 0;
	background: #000;
}
#event-index .lp-logo {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
}
#event-index .lp-logo img {
	width: 20%;
}
#event-index h1 {
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
}
#event-index h1 img {
	width: 20%;
}
#event-index .border {
	width: 60%;
	height: auto;
	margin: 3vw 20%;
	border-bottom: 5px solid #c9a0c9;
}
#event-index #info-box {
	width: 50%;
	height: auto;
	box-sizing: border-box;
	margin: 0 25%;
	padding: 2vw 2vw;
	border: 2px solid #c9a0c9;
}
#event-index #info-box h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #c9a0c9;
	font-size: 1.7vw;
	letter-spacing: 1.5px;
}
#event-index #info-box ul {
	width: 90%;
	height: auto;
	margin: 0 3% 0 7%;
	padding: 0;
}
#event-index #info-box ul li {
	width: 100%;
	height: auto;
	margin: 0.5vw 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.2px;
}
#event-index #info-box ul li a {
	color: #fff;
}

@media (max-width: 1024px) {
	#event-index {
		width: 100%;
		height: 100%;
		padding: 10vw 0;
		background: #000;
	}
	#event-index .lp-logo {
		width: 100%;
		height: auto;
		margin: 0 0 6vw;
		text-align: center;
	}
	#event-index .lp-logo img {
		width: 50%;
	}
	#event-index h1 {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		padding: 0;
		text-align: center;
	}
	#event-index h1 img {
		width: 55%;
	}
	#event-index .border {
		width: 80%;
		height: auto;
		margin: 8vw 10%;
		border-bottom: 5px solid #c9a0c9;
	}
	#event-index #info-box {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		margin: 0 5%;
		padding: 5vw;
		border: 2px solid #c9a0c9;
	}
	#event-index #info-box h2 {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: center;
		font-family: "fot-chiaro-std", sans-serif;
		font-weight: 700;
		font-style: normal;
		color: #c9a0c9;
		font-size: 4.3vw;
		letter-spacing: 1.5px;
	}
	#event-index #info-box ul {
		width: 90%;
		height: auto;
		margin: 0 3% 0 7%;
		padding: 0;
		position: relative;
		z-index: 3;
	}
	#event-index #info-box ul li {
		width: 100%;
		height: auto;
		margin: 0.5vw 0;
		color: #fff;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
	}
	#event-index #info-box ul li a {
		color: #fff;
	}
	
}


/* ========================================
入場者特典 
========================================== */
#present {
	width: 100%;
	height: auto;
	padding: 5vw 0;
	background: #000;
}
#present .lp-logo {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
}
#present .lp-logo img {
	width: 20%;
}
#present h1 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
}
#present h1 img {
	width: 20%;
}
#present .pre-unit {
	width: 70%;
	height: auto;
	box-sizing: border-box;
	margin: 0 15% 4vw;
	padding: 0 0 2vw;
	border: 2px solid #f2dcbf;
}
#present .pre-unit h3 {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 0 4vw;
	padding: 1vw 0;
	background-color: #f2dcbf;
	color: #000;
	font-size: 1.5vw;
}
#present .pre-unit h3 .line1 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.3rem;
	color: #000;
}
#present .pre-unit h3 .line2 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.5rem;
	color: #fa4fdd;
	margin: 0.5vw 0;
}
#present .pre-unit h3 .line3 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.0rem;
	color: #000;
}
#present .image {
	width: 100%;
	height: auto;
	padding: 0 0 2vw;
	text-align: center;
}
#present .image img {
	width: 70%;
}
#present .pre-unit ul.list1 {
	width: 60%;
	height: auto;
	list-style-type: none;
	padding-left: 0;
	margin: 0 20%;
}
#present .pre-unit ul.list1 li {
	width: 100%;
	height: auto;
	margin: 0.2vw 0;
	font-size: 0.9rem;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	padding-left: 1.5em;
}
#present .pre-unit ul.list1 li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.2em;
	text-align: center;
}
#present .pre-unit p {
	width: 70%;
	height: auto;
	margin: 1vw 15%;
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
}
#present .pre-unit p a {
	color: #f2dcbf;
}


@media (max-width: 1024px) {
	#present {
		width: 100%;
		height: auto;
		padding: 10vw 0;
		background: #000;
	}
	#present .lp-logo {
		width: 100%;
		height: auto;
		margin: 0 0 6vw;
		text-align: center;
	}
	#present .lp-logo img {
		width: 50%;
	}
	#present h1 {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		padding: 0;
		text-align: center;
	}
	#present h1 img {
		width: 55%;
	}
	#present .pre-unit {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		margin: 0 5% 8vw;
		padding: 0 0 10vw;
		border: 2px solid #f2dcbf;;
	}
	#present .pre-unit h3 {
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 0 10vw;
		padding: 3vw 0;
		background-color: #f2dcbf;
		color: #000;
		font-size: 4.5vw;
	}
	#present .pre-unit h3 .line1 {
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 1.1rem;
		color: #000;
	}
	#present .pre-unit h3 .line2 {
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 1.3rem;
		color: #fa4fdd;
		margin: 2vw 0;
	}
	#present .pre-unit h3 .line3 {
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 0.9rem;
		color: #000;
	}
	#present .image {
		width: 100%;
		height: auto;
		padding: 0 0 5vw;
		text-align: center;
	}
	#present .image img {
		width: 90%;
	}
	#present .pre-unit ul.list1 {
		width: 85%;
		height: auto;
		list-style-type: none;
		padding-left: 0;
		margin: 0 10% 0 5%;
	}
	#present .pre-unit ul.list1 li {
		width: 100%;
		height: auto;
		margin: 0.2vw 0;
		font-size: 0.9rem;
		letter-spacing: 1px;
		color: #fff;
		position: relative;
		padding-left: 1.5em;
	}
	#present .pre-unit ul.list1 li::before {
		content: "※";
		position: absolute;
		left: 0;
		top: 0;
		width: 1.2em;
		text-align: center;
	}
	#present .pre-unit p {
		width: 90%;
		height: auto;
		margin: 5vw 5% 0;
		color: #fff;
		font-size: 1.0rem;
		text-align: center;
	}
	
}