@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');


a {
	text-decoration: none;
	color: #ffffff;
}

a:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

a img {
	border: 0 none;
	vertical-align: left;
	transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;	
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

h1, h2 {
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
	font-size: 100%;
	vertical-align: baseline;
	background:transparent;
}

html {
	width: 100%;
	height: 100%;
 	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	width: auto;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0 none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 8px;
	color: #ffffff;
	font-feature-settings: "palt";
	touch-action: none;
 	scrollbar-width: none;
 	-ms-overflow-style: none;
 	display: flex;
	flex-direction: column;
	background-color: #243237;
	background-image: url(../img/background.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

body::-webkit-scrollbar {
	display: none;
}

#container {
	width: 620px;
	top: 50%;
 	left: 50%;
 	transform: translateY(-55%) translateX(-50%);
 	-webkit-transform: translateY(-55%) translateX(-50%);
 	-moz-transform: translateY(-55%) translateX(-50%);
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#title {
	width: 620px;
	margin: 0px;
	padding: 0px;
}

#contents{
	width:620px;
	margin-top: 64px;
	padding: 0px;
}

#contact {
	width: 150px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}


#links {
	width: 155px;
	margin-left: 50%;
	margin-top: 0px;
	padding: 0px;
	line-height: 0px;
	float: left;
	position: absolute;
}

#twitter {
	width: 100px;
}

#instagram {
	width: 80px;
	margin-top: 16px;
}

#discord {
	width: 60px;
	margin-top: 16px;
}

#copyright {
	width: 100px;
	margin-top: -2px;
	margin-left: 75%;
	padding: 0px;
	float: left;
	position: absolute;
}

@media screen and (max-width: 767px) {

#container {
	width: auto;
	max-width: 620px;
	min-width: 339px;
 	top: 35%;
 	left: 0%;
 	transform: translateX(0%);
 	-webkit-transform: translateX(0%);
 	-moz-transform: translateX(0%);
	margin-left: 60px;
	margin-right: 60px;
	padding: 0px;
}

#title{
	width: auto;
	max-width: 620px;
	min-width: 339px;
}

#contents{
	width: auto;
	max-width: 620px;
	min-width: 339px;
	margin-top: 52px;
}

#contact {
	width: 120px;
	margin-left: 6px;
}

#links {
	width: 115px;
}

#twitter {
	width: 80px;
}

#instagram {
	width: 64px;
	margin-top: 14px;
}

#discord {
	width: 48px;
	margin-top: 14px;
}

#copyright {
	width: 80px;
}
}

@media screen and (max-width: 459px) {

#container {
	width: auto;
	max-width: 339px;
	min-width: 240px;
	height: 100%;
 	top: 0%;
 	left: 0%;
 	transform: translateY(0%);
 	-webkit-transform: translateY(0%);
 	-moz-transform: translateY(0%);
	margin-top: 60px;
	margin-left: 60px;
	margin-right: 60px;
	padding: 0px;
	position: initial;
}

#title{
	width: auto;	
	max-width: 339px;
	min-width: 240px;
}

#contents{
	width: auto;
	max-width: 339px;
	min-width: 240px;
}

#contact {
	width: calc(100%/4);
	max-width: 60px;
	margin-top: 0px;
	margin-left: 50%;
}

#links {
	width: 120px;
	bottom: 280px;
	margin-left: 0%;
	padding: 0px;
	clear: both;
}

#twitter {
	width: 66px;
	clear: both;
}

#instagram {
	width: 54px;
	margin-top: 12px;
	clear: both;
}

#discord {
	width: 40px;
	margin-top: 12px;
	clear: both;
}

#copyright {
	width: 68px;
	bottom: 160px;
	margin-top: 0px;
	padding: 0px;
}

}