@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
.jpnf {
	font-family: 'Noto Sans JP', sans-serif;
}
.engf {
	font-family: "Nunito", serif;
	font-optical-sizing: auto;
	font-weight:400;
	font-style: normal;
}
html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, Roboto, "Droid Sans", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 160%;
	color: #585858;
	background: url(../img/bg_za26.png) repeat 0 0;
	background-size: 1.4vw auto;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x:hidden;
}
a {
	color:#00BFDD;
}
a:hover {
	color:#00BFDD;
}
a:visited {
	color: #00BFDD;
}
a:active, a:focus {
	outline:0;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0;
}
h3, h4, h5 {
	margin: 1rem 0;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight:   600;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.spV {
	display:block;
}
.tabV {
	display: none;
}
.pcV {
	display: none;
}
.pctabV {
	display: none;
}
#footer {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	line-height: 1.4;
	text-align: center;
	color: #585858;
	letter-spacing: 0.1rem;
}
#footer .inner {
	margin:0 auto;
	padding:2vw 0;
	background: none;
}
#footer a img {
	height: 15px;
	width: auto;
	padding: 0 6px
}
#footer a:hover img {
	opacity: 0.8;
}
#footer ul.sns li a {
	color: #585858;
}
#footer ul.sns li a:hover {
	background:#00BFDD;
	color: #fff;
}
#footer ul.sns {
	margin: 20px auto;
	text-align: center;
}
#footer ul.sns li {
	display: inline-block;
}
#footer ul.sns li a {
	background-color:#fff;
	padding:0;
	margin: 0 5px;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
}
.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;
}
.partner {
	color: #000
}
.partner div {
	width: 100%;
	padding: 0 0 10px;
	box-sizing: border-box;
}
.partner div ul {
	display: block;
	align-items: center;
	font-size: 1.2rem;
	color: #585858;
}
.partner div ul li {
	color: #585858;
	font-weight: 900;
}
.partner div ul li:nth-child(1) {
 width: 100%;
 color: #585858;
 font-weight: 900;
}
.partner a {
	color: #585858;
}
.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;
}
#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;
}
 @media screen and (min-width: 520px) {
	 body {
	 background: url(../img/bg_za26.png) repeat 0 0;
	 background-size: .8vw auto;
	}
	 .spV {
	 display:none;
	}
	 .tabV {
	 display: block;
	}
	 .pcV {
	 display: none;
	}
	 .pctabV {
	 display: block;
	}
	 .partner div ul {
	 margin-right: 20px;
	}
	 #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;
	}
}
 @media screen and (min-width: 960px) {
	 body {
	 background: url(../img/bg_za26.png) repeat 0 0;
	 background-size: 8px auto;
	}
	 .spV {
	 display:none;
	}
	 .tabV {
	 display: none;
	}
	 .pcV {
	 display: inline-block;
	}
	 .pctabV {
	 display: block;
	}
	 #footer .inner {
	 padding:  0;
	}
	 #footer, .partner div ul {
	 font-size: 1.4rem;
	}
	 #footer ul.sns {
	 margin: 10px auto;
	 text-align: center;
	}
	 .partner div ul {
	 margin-right: 20px;
	}
	 .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);
}
}
