@charset "utf-8";
* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
	font-size: 1vw;
	
}
a {
    text-decoration: none;
	color: inherit;
	cursor: pointer;
}

::-webkit-scrollbar {
  width: 0;
}
html {
	scroll-behavior: smooth;
	
}


body
{

	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	background: #373841;
	color: white;
	}


.num
{
	
	color: rgb(241, 193, 112);
	position: relative;
	width: 100%;
	height: auto;
	background: #43444e;
	text-align: end;
	padding:0.5vw;
	display: block;
	font-size: 1.3vw;

}

.header
{
	
	position: relative;
	display: flex;
	width: 100%;
	height: 4vw;
	background: #2c2e36;
	
}
.header0
{
	position: fixed;
	z-index: 2;
	width: 100%;
}
.header > div
{
	display: flex;
	font-size: 1vw;
	font-weight: lighter;

	
	
}
.logo
{
	width: 20vw;
	justify-content: center;
	align-content: center;
	padding: 0.5vw;
	
}
.menu
{
	display: flex;
	color: #d5d5d7;
	
}
.menu > a
{
	text-align: center;
	display: table;
	width: 10vw;;
	height: 100%;
	cursor: pointer;


		
}


.menu > a:hover 
{

transition: box-shadow 0.3s ease-in-out;
	box-shadow: 0px -0.1vw 0px 0px rgb(241, 193, 112) inset;
	color: rgb(241, 193, 112);
	
	
}
a:focus 
{

transition: box-shadow 0.3s ease-in-out;
	box-shadow: 0px -0.1vw 0px 0px rgb(241, 193, 112) inset;
	color: rgb(241, 193, 112);
	
	
}

 .menu > a > p
{
	display: table-cell;
	vertical-align: middle;

		
}


.slide0
{
	height: 100vh;
	
}

.bottom
{
	color: gray;
	position: relative;
	bottom: 0;
	width: 100%;

	background: #2c2e36;
	
}
.bottom > div
{
	padding: 1vw;
	
	width: 100%;
}
.osntext
{

	box-shadow: 0px -3px 0px 0px rgb(241, 193, 112) inset;
}
.osntext p
{
	width: 30vw;
}
.end
{
	text-align: end;
}

