html,body{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
input, textarea, select{
	background-color: white;
	border-radius: 5px;
	font-size: large;
}
img{
	max-width: 100%;
	height: auto;
}
span{
	display: inline-block;
}
main{
	background: white;
	color: black;
}
h1{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	font-family: "Kosugi", sans-serif;
	color: white;
	text-shadow:
		 2px  2px 0px black,
		-2px  2px 0px black,
		 2px -2px 0px black,
		-2px -2px 0px black,
		 2px  0px 0px black,
		 0px  2px 0px black,
		-2px  0px 0px black,
		 0px -2px 0px black;
	backdrop-filter:blur(40px);
	-webkit-backdrop-filter:blur(40px);
	z-index: 1;
}
h2{
	width: 100%;
	font-family: "Kosugi", sans-serif;
	font-size: 200%;
	text-align: center;
	color: white;
}
#hd-title{
	position: absolute;
	margin-top: 8px;
	left: 20px;
	font-size: 80%;
}
#loading{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: white;
}
#loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
}
#loaded{
	display: none;
}
#section01{
	position: relative;
}
#section02{
	position: relative;
	background: white;
}
#contents02{
	position: relative;
	top: 20px;
	max-width: 800px;
	margin: 0 auto;
	font-family: "Kosugi", sans-serif;
	font-size: 110%;
	color: black;
}
#contents02pro{
	position: relative;
	top: 80px;
}
#pvbutton{
	border: none;
	-webkit-appearance: none;
	background: transparent;
	width: 300px;
	height: 200px;
	min-width: 300px;
}
#section03{
	position: relative;
}
#h2-title03{
	position: absolute;
	text-shadow:
		 2px  2px 0px black,
		-2px  2px 0px black,
		 2px -2px 0px black,
		-2px -2px 0px black,
		 2px  0px 0px black,
		 0px  2px 0px black,
		-2px  0px 0px black,
		 0px -2px 0px black;
}
#contents03{
	position: relative;
	top: 160px;
	min-height: 800px;
}
#actbutton1{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45vw;
}
#actbutton2{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 45vw;
}
#actbutton3{
	position: absolute;
	top: 300px;
	left: 0px;
	width: 45vw;
}
#actbutton4{
	position: absolute;
	top: 450px;
	left: 0px;
	width: 45vw;
}
#acttext{
	position: absolute;
	top: 0px;
	left: calc(100% / 2 - 20px);
	width: calc(100% / 2);
	max-width: 800px;
	margin: 0 auto;
	color : white;
	font-family: "Kosugi", sans-serif;
	font-size: 120%;
	font-weight: 500;
	text-shadow: 3px 4px 3px black;
}
#section04{
	position: relative;
	background: #080126;
}
#h2-title04{
	position: absolute;
	top: 20px;
}
#contents04{
	position: relative;
	top: 140px;
	color: white;
}
#productblock{
	width: 320px;
	height: 300px;
	color : white;
	font-family: "Kosugi", sans-serif;
	font-size: 120%;
}
#section05{
	position: relative;
}
#section05mobile{
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-image: url("/img/top-bg5.jpg");
}
#h2-title05{
	position: absolute;
	text-shadow:
		 2px  2px 0px black,
		-2px  2px 0px black,
		 2px -2px 0px black,
		-2px -2px 0px black,
		 2px  0px 0px black,
		 0px  2px 0px black,
		-2px  0px 0px black,
		 0px -2px 0px black;
}
#contents05{
	position: relative;
	top: 140px;
	color: white;
}
#equipblock{
	width: 320px;
	height: 320px;
	color : white;
	font-family: "Kosugi", sans-serif;
	font-size: 120%;
	text-shadow:
		 1.5px  1.5px 0px black,
		-1.5px  1.5px 0px black,
		 1.5px -1.5px 0px black,
		-1.5px -1.5px 0px black,
		 1.5px  0px 0px black,
		 0px  1.5px 0px black,
		-1.5px  0px 0px black,
		 0px -1.5px 0px black;
}
#equiptabletitle{
	color : white;
	font-family: "Kosugi", sans-serif;
	font-size: 150%;
	text-shadow:
		 2px  2px 0px black,
		-2px  2px 0px black,
		 2px -2px 0px black,
		-2px -2px 0px black,
		 2px  0px 0px black,
		 0px  2px 0px black,
		-2px  0px 0px black,
		 0px -2px 0px black;
}
#equiptable{
	padding: 10px;
	margin-bottom: 10px;
	border: 2px solid #ffffff;
	color : white;
	background-color: rgba(0,0,0,0.4);
	font-family: "Kosugi", sans-serif;
	font-size: 120%;
	text-shadow:
		 1.5px  1.5px 0px black,
		-1.5px  1.5px 0px black,
		 1.5px -1.5px 0px black,
		-1.5px -1.5px 0px black,
		 1.5px  0px 0px black,
		 0px  1.5px 0px black,
		-1.5px  0px 0px black,
		 0px -1.5px 0px black;
}
#section06{
	position: relative;
	background: white;
}
#h2-title06{
	position: absolute;
	top: 20px;
	color: black;
}
#contents06{
	position: relative;
	top: 100px;
}
#profileblock{
	color : white;
	font-family: "Kosugi", sans-serif;
	font-size: 90%;
}
#section07{
	position: relative;
	background-position: top center;
	background-image: url("/img/top-bg7.jpg");
}
#h2-title07{
	position: absolute;
	top: 20px;
	text-shadow:
		 2px  2px 0px black,
		-2px  2px 0px black,
		 2px -2px 0px black,
		-2px -2px 0px black,
		 2px  0px 0px black,
		 0px  2px 0px black,
		-2px  0px 0px black,
		 0px -2px 0px black;
}
#contents07{
	position: relative;
	top: 140px;
	min-height: 800px;
	max-width: 800px;
	margin: 0 auto;
	font-family: "Kosugi", sans-serif;
	font-size: 120%;
	color: white;
}
#btn-info{
	position: fixed;
	bottom: 90px;
	right: 20px;
	width: 150px;
	padding: 6px 0;
	font-size: 100%;
	color: white;
	text-align: center;
	display: block;
	background: navy;
	border-radius: 10px;
	border: solid 1px white;
	-webkit-appearance: none;
}
#btn-recruit{
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 150px;
	padding: 6px 0;
	font-size: 100%;
	color: white;
	text-align: center;
	display: block;
	background: navy;
	border-radius: 10px;
	border: solid 1px white;
	-webkit-appearance: none;
}
#btn-contact{
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 150px;
	padding: 6px 0;
	font-size: 100%;
	color: white;
	text-align: center;
	display: block;
	background: navy;
	border-radius: 10px;
	border: solid 1px white;
	-webkit-appearance: none;
}
#bg-section01{
	position: absolute;
	top: 0px;
	left: 0px;
}
#bg-section03{
	position: absolute;
	top: 0px;
	height: 150%;
	background-position: top right;
	background-image: url("/img/top-bg3.jpg");
}
#bg-section031{
	position: absolute;
	top: 0px;
	height: 150%;
	background-position: top right;
	background-image: url("/img/top-bg31.jpg");
}
#bg-section032{
	position: absolute;
	top: 0px;
	height: 150%;
	background-position: top right;
	background-image: url("/img/top-bg32.jpg");
	display: none;
}
#bg-section033{
	position: absolute;
	top: 0px;
	height: 150%;
	background-position: top right;
	background-image: url("/img/top-bg33.jpg");
	display: none;
}
#bg-section034{
	position: absolute;
	top: 0px;
	height: 150%;
	background-position: top right;
	background-image: url("/img/top-bg34.jpg");
	display: none;
}
#bg-section05{
	position: absolute;
	top: 0px;
	height: 100vh;
	background-position: top left;
	background-image: url("/img/top-bg5.jpg");
	display: none;
}
.bg-section{
	left: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center; 
	-webkit-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.box1{
	padding: 1px;
	background: rgba(255,255,255,0.6);
	border-top: solid 5px white;
	border-bottom: solid 5px white;
}
