html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: fixed;
	cursor: default;
	width: 100%;
	height: 100%;
}

#panorama {
	width: 100%;
	height: 100%;
}

#debugTarget {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 22px;
	height: 22px;
	border-radius: 11px;
	border: white solid 1px;
	pointer-events: none;
	display: none;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

img {
	width: 100%;
	height: auto;
	pointer-events: none;
}

#sound {
	pointer-events: unset;
}

.swiper-exhibition-container {
	overflow: hidden;
}

.common-top-view, .common-bottom-view {
	position: absolute;
	display: flex;
	flex-direction: row;
	z-index: 100;
}

.common-top-view {
	top: 15px;
}

.common-bottom-view {
	bottom: 15px;
}

.info, .map, .sound {
	cursor: pointer;
	margin-left: 15px;
	width: 50px;
	height: 50px;
}

/* close button */
.close-button {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1000;
}
.close-bar-left, .close-bar-right {
	position: absolute;
	width: 25px;
	height: 2px;
	background-color: white;
}
.close-bar-left {
	transform: rotate(45deg);
}
.close-bar-right {
	transform: rotate(-45deg);
}

.gate {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../asset/img_yokoyama/00_common/img_vtq.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10000;
}

.show {
	display: flex;
}

.gate .gate-footprint {
	position: absolute;
	background-image: url(../asset/img/icon_footprint_top.png);
	top: 60%;
	left: 50%;
	width: 20%;
	height: 20%;
	transform: translate(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.close-button {
    /* right: 30px; */
	}
}

.swiper-button-disabled {
	display: none;
}