@font-face {
	font-family: 'bg';
	src: url('/fonts/Brandon_Grot.ttf') format('truetype');
}

html,
body {
	font-size: 100px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
* {
	box-sizing: border-box;
}
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.moji {
	width: auto;
}
.TE {
	display: flex;
	font-family: 'bg', sans-serif;
	opacity: 0;
}
.TE.on {
	opacity: 1;
}
.TE > div {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'bg', sans-serif;
	font-size: inherit;
}

.TE > div {
	position: relative;
	flex-wrap: wrap;
}
.TE > div > div {
	position: relative;
	height: 10%;
	width: 10%;
	overflow: hidden;
}
.TE > div > div > span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.TE > div > div > span > span {
	display: none;
}
.TE > div > div > span > span.on {
	display: block;
}
.TE > div > div > span.on {
	opacity: 1;
	-webkit-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	transition: opacity 2s ease;
}

.TEBLOCK {
	height: 100%;
	width: 100%;
	background-color: #000;
}
.TETRI {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.TETRI:after {
	height: 0px;
	width: 0px;
	border: 100px solid transparent;
	border-right: 100px solid #000;
	border-bottom: 100px solid #000;
	content: '';
	display: block;
}
.TESIR {
	border-radius: 100px;
	background-color: #000;
	height: 100%;
	width: 100%;
}

.moji > div,
.moji2 > div {
	width: 50px;
	height: 60px;
	font-size: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.moji,
.moji2 {
	font-size: 15px;
	height: 60px;
	margin: 12px 0;
}
#moji {
	margin-right: 44px;
}

.mojiwrap {
	display: flex;
	height: auto;
	width: 100%;
	align-items: center;
	justify-content: center;
	transform: translate(0, 21px);
	margin: 10px 0;
}

.mojiwrap.fin {
	transform: translate(0, 0);
	transition: all 1s ease 0s;
}

.sub {
	font-family: 'bg', sans-serif;
	opacity: 0;
	transition: all 1s ease 0s;
	font-size: 15px;
	text-align: center;
	height: 42px;
	transform: translate(0, -21px);
	letter-spacing: 10px;
	text-indent: 10px;
	margin: 10px 0;
}
.mojiwrap.fin + .sub {
	transform: translate(0, 0);
	opacity: 1;
}

.reachme {
	color: #05b0d5;
	cursor: pointer;
	margin-left: 12px;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.nosp {
		display: none;
	}
	#moji {
		margin-right: 0;
	}
	.mojiwrap {
		flex-direction: column;
		margin: 28px 0;
	}
	.sub {
		margin: 28px 0;
		width: 300px;
		margin: 0 auto;
		display: block;
		text-align: center;
		align-items: center;
		justify-content: center;
		font-size: 13px;
		letter-spacing: 7px;
		padding-left: 8px;
		line-height: 2.5;
		text-indent: 0;
	}

	.reachme {
		margin-left: 0;
	}
}
/* .moji2 > div {
	width: 29px;
	height: 42px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.moji2 {
	font-size: 15px;
	height: 42px;
	margin: 12px 0;
} */

.contact_pop {
	top: 0;
	left: -10000%;
	height: 100%;
	width: 100%;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0s ease 2s, left 0s ease 2s;
}
.contact_pop_loading {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'bg';
	font-size: 16px;
	letter-spacing: 10px;
	left: -10000%;
	z-index: 100;
	opacity: 0;
	backdrop-filter: blur(10px);
	transition: opacity 0.3s ease 0s, left 0s ease 0.3s;
}
.contact_pop_loading.on {
	left: 0;
	opacity: 1;
	transition: opacity 0.3s ease 0s, left 0s ease 0s;
}
.contact_pop.on {
	left: 0;
	opacity: 1;
	transition: all 0s ease;
}
.contact_pop_container {
	position: relative;
	max-width: 500px;
	width: 86%;
	max-height: 86%;
}
.contact_pop_content {
	opacity: 0;
	background-color: #333;
	width: 100%;
	transition: all 0.5s ease 0.5s;
	padding: 60px;
	overflow: auto;
	font-size: 12px;
	font-family: 'bg';
	color: #fff;
}
.contact_pop_closer {
	position: absolute;
	height: 40px;
	width: 40px;
	z-index: 20;
	top: 1px;
	right: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.contact_pop_closer:after,
.contact_pop_closer:before {
	position: absolute;
	content: '';
	display: block;
	height: 1px;
	width: 0;
	left: 11px;
	top: 11px;
	transform-origin: left center;
	background-color: #fff;
	transform: rotate(45deg);
	transition: all 0.5s ease 0s;
}
.contact_pop_closer:before {
	left: 30.5px;
	transform-origin: left center;
	transform: rotate(135deg);
	transition: all 0.5s ease 0.2s;
}
.on .contact_pop_closer:after {
	width: 28px;
	transition: all 0.5s ease 1.2s;
}
.on .contact_pop_closer:before {
	width: 28px;
	transition: all 0.5s ease 1s;
}
.contact_pop_header {
	font-size: 18px;
	margin-bottom: 40px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_pop_header > div {
	font-size: 20px;
	width: 24px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_pop_body {
	transform: translate(0, -10px);
	opacity: 0;
	height: 444px;
	transition: all 0.5s ease-in 0s;
}
.on .contact_pop_body {
	transition: all 0.5s ease-out 1s;
	transform: translate(0, 0);
	opacity: 1;
}
.label {
	letter-spacing: 6px;
	margin: 32px 0 0;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: all 0.5s ease 0s;
}
.input {
	margin: 12px 0;
}
input[type='text'],
textarea {
	transition: all 0.5s ease 0s;
	color: #fff;
	padding: 8px;
	outline: none;
	background-color: transparent;
	border: none;
	box-shadow: 0 0 0 1px #fff;
	resize: none;
	width: 100%;
	height: 32px;
}
textarea {
	height: 200px;
}
.error .label {
	color: #f00;
}
.error input[type='text'],
.error textarea {
	box-shadow: 0 0 0 1px #f00;
}
.send {
	margin-top: 32px;
	background-color: #fff;
	color: #000;
	letter-spacing: 8px;
	width: 100%;
	height: 48px;
	box-shadow: none;
	border: none;
	cursor: pointer;
	outline: none;
	font-family: 'bg';
}
.contact_pop.on > .contact_pop_container > .contact_pop_content {
	opacity: 1;
	transition: all 0.5s ease 0.5s;
}
.contact_pop > .contact_pop_container > .bd {
	position: absolute;
	height: 100%;
	width: 100%;
	pointer-events: none;
	overflow: hidden;
	z-index: 10;
}
.contact_pop.on > .contact_pop_container {
	opacity: 1;
}
.contact_pop > .contact_pop_container > .bd > div {
	position: absolute;
	background-color: #333;
	transition: all 0.5s linear 0.5s;
}
.contact_pop > .contact_pop_container > .bd > div:nth-child(odd) {
	height: 1px;
	width: 100%;
}
.contact_pop > .contact_pop_container > .bd > div:nth-child(even) {
	width: 1px;
	height: 100%;
}

.contact_pop > .contact_pop_container > .bd > div:nth-child(1) {
	top: 0;
	transform: translate(-100%, 0);
}
.contact_pop > .contact_pop_container > .bd > div:nth-child(2) {
	right: 0;
	transform: translate(0, -100%);
}
.contact_pop > .contact_pop_container > .bd > div:nth-child(3) {
	bottom: 0;
	transform: translate(100%, 0);
}
.contact_pop > .contact_pop_container > .bd > div:nth-child(4) {
	left: 0;
	transform: translate(0, 100%);
}

.contact_pop.on > .contact_pop_container > .bd > div {
	transition: all 0.5s linear;
	transform: translate(0%, 0) !important;
}
