@charset "utf-8";

.bn {
	margin:50px 0 0;
	padding:0 8vw;
	text-align:center;
}
.bn img {
	width:100%;
	max-width:400px;
	padding: 0;
}
#top {
	position: relative;
	height: 160vw;
	width: 100%;
	overflow: hidden;
}
.toplogo {
	position: relative;
	text-align: center;
	width: 100%;
	height: 180vw;
	z-index: 19;
 transition-duration: .5s;
}
.toplogo img {
 animation: action1 .5s;
}
.topcatch {
	position: absolute;
	text-align: center;
	width: 100%;
	height: auto;
	z-index: 20;
	transition-duration: .5s;
}
.topcatch img {
	width: 23vw;
	height: auto;
	margin-top: 26vw;
	display: inline-block;
 animation: action1 .5s;
}
.topbg {
 animation: action1 .8s;
}
.c-btn {
	position: absolute;
	bottom: 0;
	left:   -5px;
	width: 60px;
	height: auto;
	z-index: 50;
	background: #fff;
	color: #585858;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 5px solid #00BFDD;
	transition: transform 0.3s ease;
}
.c-btn p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	margin: 2rem 0;
}
a:hover .c-btn {
	transform: translateY(-10px);
}
.bg_base {
	position: absolute;
	width: 100%;
	height: 160vw;
}
.bg_base::after {
 content: "";
 position: absolute;
 inset: 0;
 background: transparent url(../img/bg_sp2026.png) no-repeat center center;
 background-size: cover;
 image-rendering: -webkit-optimize-contrast;
 z-index: 10;
 pointer-events: none;
}
.bg_a1, .bg_a2, .bg_a3, .bg_a4 {
	position: absolute;
	top: 50%;
	left: 50%;
}
.bg_a1 {
	width: 11vw;
	transform: translate(-50%, -50%) translate(-11vw, -55vw);
	z-index: 3;
}
.bg_a1 img {
	width: 11vw;
	animation: spin 30s linear infinite;
}
.bg_a2 {
	width: 14vw;
	transform: translate(-50%, -50%) translate(-47vw, -13vw);
	z-index: 4;
}
.bg_a2 img {
	animation: floatBounce 6s ease-in-out infinite;
}
.bg_a3 {
	width: 10vw;
	transform: translate(-50%, -50%) translate(47vw, -10vw);
	z-index: 5;
}
.bg_a3 img {
	animation: spin 30s linear infinite;
}
.bg_a4 {
	width: 16vw;
	transform: translate(-50%, -50%) translate(16vw, 57vw);
	z-index: 6;
}
.bg_a4 img {
	animation: floatBounce 6s ease-in-out infinite;
}
.bg_a1 img, .bg_a2 img, .bg_a3 img, .bg_a4 img {
	width: 100%;
	height: auto;
}
.btn_gallery {
	position: absolute;
	top: 0;
	right: 0;
	width: 26vw;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	z-index: 21;
	display: grid;
	place-items: center;
}
.btn_gallery::before {
	 content: "";
	 position: absolute;
	 inset: -10%;
	 border-radius: 50%;
	 background: #00BFDD url(../img/bg_s-05.png) no-repeat center;
	 background-size: 86% auto;
	 animation: spin 30s linear infinite;
	 z-index: 0;
	 transition: transform 0.3s ease;
}
 a:hover .btn_gallery::before {
	 background: #468CD0 url(../img/bg_s-05.png) no-repeat center;
	 background-size: 86% auto;
}
.btn_gallery_in {
	position: relative;
	font-weight: 900;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	line-height: 1;
	z-index: 1;
}
.btn_gallery_in span {
	font-size: 10px;
}
.wonder {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	z-index: 11;
}
.wonder svg {
	width: 77vw;
	min-width: 200px;
	max-width: 540px;
	overflow: visible;
}
.circle {
	width: 80vw;
	max-width: 600px;
	min-width: 160px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #00BFDD;
	position: absolute;
	inset: 0;
	margin: auto;
	display: grid;
	place-items: center;
	overflow: hidden;
	z-index: 11;
}
.circle img {
	width: 95%;
	height: auto;
	animation: spin 60s linear infinite;
}
.toplogo {
	width: 64vw;
	max-width: 600px;
	min-width: 160px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: none;
	position: absolute;
	inset: 0;
	margin: auto;
	display: grid;
	place-items: center;
	overflow: hidden;
}
.toplogo img {
	width: 80%;
	height: auto;
}
#topinfo {
	background: transparent;
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
	margin: -50px auto 0;
	text-align: center;
	z-index: 31;
}
#topinfo .schedule {
	background-color: #fff;
	/* width: 90%; */
	margin: 80px auto 2rem;
	border-radius: 3vw;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
#topinfo .schedule p {
	font-weight: 600;
	font-feature-settings: "palt";
	line-height: 1.6;
}
#topinfo H4 {
	font-size: 3rem;
	line-height: 1;
	font-weight: 900;
	margin: 3rem 0 1rem;
	padding: 0;
	color: #299cd2;
	letter-spacing: -0.1rem;
}
#topinfo h5 {
	font-size: 1.6rem;
	font-weight: 800;
	color: #299cd2;
	margin: 0 0 1rem;
}
#topinfo h5 span.engf {
	font-size: 1.8rem;
	font-weight: 800;
}
#topinfo h5 s {
	text-decoration: none;
	font-size: 12px;
	font-weight: 800;
}
.topticket .text_s {
	font-size: 12px;
}
.schedule i {
	background: #299cd2;
	color: #fff !important;
	position: relative;
	height: 50px;
	padding: 0 10px !important;
	border-radius: 50px;
	font-style: normal;
	font-size: 1.2rem;
}
.schedule i.sub{
	background: #fff;
	color: #299cd2 !important;
	border: 1px solid #299cd2;

}
#topinfo s {
	text-decoration: none;
	font-size: 12px;
}
.topABOUT {
	margin:  3rem 0;
}
.topABOUT p {
	line-height: 2;
	color: #299cd2;
}
.topABOUT p.engf {
	margin-top: 20px;
	color: #1888;
	font-size: 4vw;
}

.logoeplus{
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  font-feature-settings: "palt";
}
.logoeplus:after{
   content: "";
   position: absolute;
   background: url(../img/logo_eplus.png) center center;
   background-size: contain;
   background-repeat: no-repeat;
   width: 24px;
   height: 24px;
   left: 0;
   display: inline-block;
}
a .logoeplus {
	color: #585858;
}
.tabVi {
    display: none;
}
 @media screen and (min-width: 520px) {
	 
	
	 #top {
	 height: 100vw;
	 width: 100vw;
	 max-height: 100vw;
	 overflow: hidden;
	}
	 .Topimg {
	 height: 90%;
	}
	 .toplogo img {
	 max-width: 280px;
	}
	 .topcatch img {
	 width: 19vw;
	 margin-top: 13.5vw;
	}
	 .topbg {
	 position: absolute;
	 width: 100%;
	 height: auto;
	 top: 0;
	 height:   100vw;
	 overflow:   hidden;
	}
	 .toplogo {
	 height:100vw;
	}
	 .toplogo img {
	 width: 58%;
	 max-width: 800px;
	 height: auto;
	 margin-top: 0;
	 animation: action1 .5s;
	}
	 .wonder svg {
	 width: 54vw;
	 min-width: 200px;
	 max-width: 540px;
	 overflow: visible;
	}
	 .circle {
	 width: 57vw;
	 max-width: 600px;
	}
	 .bg_base::after {
	 content: "";
	 position: absolute;
	 inset: 0;
	 background:transparent url(../img/bg_tab2026.png) no-repeat center top;
	 background-size: 100vw auto;
	 pointer-events: none;
	}
	 #topinfo {
	 margin: -100px auto 0;
	}
	#topinfo .schedule {
	 margin: 50px auto 0;
	}
	.btn_gallery {
	 width: 100px;
	}
	 .bg_a1 {
	 transform: translate(-50%, -50%) translate(-45vw, -77vw);
	 width: 11vw;
	 z-index: 3;
	}
	.bg_a2 {
	 transform: translate(-50%, -50%) translate(-25vw, 6vw);
	 width: 14vw;
	 z-index: 4;
	}
	.bg_a3 {
	 transform: translate(-50%, -50%) translate(45vw, -43vw);
	 width: 6vw;
	 z-index: 5;
	}
	.bg_a4 {
	 transform: translate(-50%, -50%) translate(17vw, 1vw);
	 width: 13.5vw;
	 z-index: 6;
	}
	.topABOUT p.engf {
	 font-size: 1.6rem;
	}
	.tabVi {
        display: inline;
    }
}
 @media screen and (min-width: 960px) {
	 
	 #footer .inner {
	 padding:  0;
	}
	 #footer, .partner div ul {
	 font-size: 1.4rem;
	}
	 #footer ul.sns {
	 margin: 10px auto;
	 text-align: center;
	}
	
	 .c-btn {
	 height: 16vw;
	 max-height: 220px;
	}
	.btn_exhibit p {
	 font-size: 1.8rem;
	}
	#top {
	 overflow: hidden;
	 height: 700px;
	 width: 100%;
	 min-height: 700px;
	}
	.Topimg {
	 height: 90%;
	 transition-duration: .5s;
	}
	.topbg {
	 position: absolute;
	 width: 100%;
	 height: 700px;
	 overflow: hidden;
	}
	.toplogo {
	 position: relative;
	 text-align: center;
	 width: 100%;
	 height: 100%;
	 z-index: 20;
	 min-width: 700px;
	 transition-duration: .5s;
	}
	.toplogo img {
	 width: 338px;
	 margin-top: 0;
	}
	.wonder svg {
	 width: 490px;
	 overflow: visible;
	}
	.circle {
	 width: auto;
	 height: 520px;
	}
	 .bg_base {
	 position: relative;
	 width: 100%;
	 height: 700px;
	 background: none;
	}
	 .bg_base::after {
	 content: "";
	 position: absolute;
	 inset: 0;
	 background: url(../img/bg_pc2026.png) no-repeat center center;
	 background-size: auto 700px;
	 z-index: 10;
	 pointer-events: none;
	}
	.bg_a1 {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 width: 120px;
	 height: 120px;
	 transform: translate(-50%, -50%) translate(-711px, -196px);
	}
	.bg_a1 img {
	 width: 130px;
	 animation: spin 30s linear infinite;
	}
	.bg_a2 {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 width: 130px;
	 height: 130px;
	 transform: translate(-50%, -50%) translate(-712px, -33px);
	}
	.bg_a2 img {
	 width: 140px;
	 animation: floatBounce 6s ease-in-out infinite;
	}
	.bg_a3 {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 width: 100px;
	 height: 100px;
	 transform: translate(-50%, -50%) translate(621px, -216px);
	}
	.bg_a3 img {
	 width: 100px;
	 animation: spin 30s linear infinite;
	}
	.bg_a4 {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 width: 130px;
	 height: 130px;
	 transform: translate(-50%, -50%) translate(664px, 120px);
	 z-index: -1;
	}
	.bg_a4 img {
	 width: 200px;
	}
	.btn_gallery {
	 width: 160px;
	 font-size: 1.6rem;
	}
	.btn_gallery_in {
	 font-size: 1.6rem;
	}
	#topinfo H4 {
	 font-size: 4rem;
	}
	#topinfo h5 span.engf {
	 font-size: 3rem;
	}
	.topABOUT p {
	 font-size: 1.6rem;
	}
	.topABOUT p.engf {
	 font-size: 2rem;
	}
}
/*animation*/
 @keyframes spin {
 from {
 transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}
@keyframes floatBounce {
 0% {
 transform: translateY(0) scale(1);
}
 70% {
 transform: translateY(0) scale(1);
}
 80% {
 transform: translateY(-6px) scale(1.03);
}
 88% {
 transform: translateY(2px) scale(0.98);
}
 100% {
 transform: translateY(0) scale(1);
}
}
