body {
	margin: 0;
	padding: 0;
	background-color: #0135ff;
	font-family: Monospace;
	font-size: 13px;
	line-height: 24px;
	overscroll-behavior: none;
	position: relative;
	height: 100vh;
	font-family: 'Shippori Antique', sans-serif;
	overflow: hidden;
}


.effect_box {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	pointer-events: none;
	opacity: 0;
	transition: .1s;
}

.effect_box--disp {
	opacity: 1;
}

.effect_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
	color: #fff;
	padding: 30px 0px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.info-pc {
	width: 355px;
}

.info-sp {
	width: 100%;
	max-width: 270px;
	height: auto;
	padding: 0px !important;
	display: block !important;
	top: 0%;
	transform: translateY(0%) translateX(-50%);
	-webkit-transform: translateY(0%) translateX(-50%);
}

.info-title {
	font-weight: normal;
}

.info-fig__box {
	margin-top: 30px;
	margin-bottom: 40px;
}

.info-fig {
	width: 100%;
}

.info-gif__sp {
	height: 34vh;
}

.info-inner {
	font-size: 22px;
	letter-spacing: 1px;
	width: 100%;
}

.info, .cover {
	
}

.exit_desc {
	color: #0000ff;
	position: fixed;
	top: -10px;
	left: 10px;
	font-size: 13px;
	z-index: 5;
}

.key {
	border-radius: 15px;
	background-color: #fff;
	font-size: 18px;
	color: #000;
	padding: 10px 0px 0px 10px;
	height: 42px;
	width: 42px;
	display: inline-block;
	margin: 5px;
	text-align: left;
}

.space-key {
	border-radius: 15px;
	background-color: #fff;
	font-size: 18px;
	color: #000;
	padding: 13px 5px 13px 5px;
	display: inline-block;
	width: 100%;
	max-width: 245px;
}

.start-btn, .start-btn--sp_min {
	padding: 20px 40px;
	border-radius: 100px;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
	cursor: pointer;
	background-color: #0000ff;
}

.start-btn--sp, .start-btn--sp_min {
	padding: 13px 40px;
	font-size: 18px;
}

.start-btn button {
	background-color: unset;
	border: none;
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
}

.cover {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.85);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 500;
}


.fork {
	font-size: 13px;
}

.hide {
	display: none !important;
}



.cursor {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
	width: 5px;
	height: 5px;
	border-radius: 100px;
	background-color: #0059ff;
	z-index: 100;
	transition: .1s;
	mix-blend-mode: difference;
}

.cursor_hover {
	width: 35px;
	height: 35px;
	mix-blend-mode: normal;
	background-color: unset;
	background-image: url(./img/pointer.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 0px;
}

.cursor_hover__sp {
	width: 100px;
	height: 100px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	mix-blend-mode: normal;
}

.cursor_hover__sp:before {
	content: "touch me!";
	text-decoration: underline;
	color: #0000ff;
}

.wrapper {
	width: 100%;
	height: 100vh;
}

.ui_stage {
	position: absolute;
	left: 0px;
	bottom: 70px;
	width: 100%;
	height: 180px;
	user-select: none;
	-webkit-user-select: none;
	z-index: 300;
}

.ui_btn {
	position: absolute;
	left: 55px;
	top: 22px;
	width: 130px;
	height: 130px;
	user-select: none;
	-webkit-user-select: none;
}

.btn {
	margin: 0px 10px;
	width: 50px;
	height: 47px;
	position: relative;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	user-select: none;
	-webkit-user-select: none;
}

.btn_w {
	background-image: url(img/btn_w.png);
	top: -19px;
}

.btn_a {
	background-image: url(img/btn_a.png);
	top: -64px;
	left: -49px;
}

.btn_s {
	background-image: url(img/btn_s.png);
	bottom: -33px;
}

.btn_d {
	background-image: url(img/btn_d.png);
	top: -112px;
	right: -49px;
}

.ui .btn {
	margin: 10px;
}

.btn_jump {
	width: 50px;
	height: 50px;
	background-color: #FFF;
	position: absolute;
	right: 50px;
	bottom: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	user-select: none;
	-webkit-user-select: none;
}

.btn_jump span {
	transform: scale(0.8);
}

.sp .btn_jump {
	bottom: 55px !important;
}

.joystick {
	position: fixed;
	bottom: 0.5rem;
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 10;
	user-select: none;
	-webkit-user-select: none;
}

.joystick-frame {
	width: 64px;
	height: 64px;
	border-radius: 100rem;
	border: 2px white solid;
	position: relative;
}

.joystick-ball {
	width: 43px;
	height: 43px;
	background: white;
	border-radius: 100rem;
	border: 2px white solid;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#camera_range {
	-webkit-appearance: none;
	appearance: none;
	background-color: unset;
	height: 7px;
	width: 90px;
	border-radius: 6px;
	border: solid 2px #fff;
	transform: rotate(90deg);
	position: absolute;
	right: 100px;
	bottom: 107px;
}

#camera_range:focus,
#camera_range:active {
	outline: none;
}

#camera_range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
	border: 2px solid rgba(0, 0, 0, .7);
	width: 22px;
	height: 40px;
	display: block;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: unset;
}

#camera_range:active::-webkit-slider-thumb {
	box-shadow: unset;
	transition: .4s;
}


.sp {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}


.loader_section {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.showcontainer {
	opacity: 0;
}

#loader_back {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background-color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
}

.loader_close {
	display: none !important;
}

.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
}


.loader {
	color: #ffffff;
	font-size: 11px;
	text-indent: -99999em;
	margin: 55px auto;
	position: relative;
	width: 10em;
	height: 10em;
	box-shadow: inset 0 0 0 0.5em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	transform: scale(0.5);
	transform-origin: center;
}

.loader:before,
.loader:after {
	position: absolute;
	content: '';
}

.loader:before {
	width: 5.2em;
	height: 10.2em;
	background: black;
	border-radius: 10.2em 0 0 10.2em;
	top: -0.1em;
	left: -0.1em;
	-webkit-transform-origin: 5.1em 5.1em;
	transform-origin: 5.1em 5.1em;
	-webkit-animation: load2 2s infinite ease 1.5s;
	animation: load2 2s infinite ease 1.5s;
}

.loader:after {
	width: 5.2em;
	height: 10.2em;
	background: black;
	border-radius: 0 10.2em 10.2em 0;
	top: -0.1em;
	left: 4.9em;
	-webkit-transform-origin: 0.1em 5.1em;
	transform-origin: 0.1em 5.1em;
	-webkit-animation: load2 2s infinite ease;
	animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}