@import url('https://fonts.googleapis.com/css2?family=Cormorant+Unicase&display=swap');

@font-face {
	font-family: 'Circe';
	src: url('fonts/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Circe-Regular.woff') format('woff'),
		url('fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


html { padding: 0; margin: 0;}
body
{
	font-family: 'Circe', Courier, monospace;
	padding: 0;
	margin: 0px;
	position: relative;
	color: white;
	font-size: 25px;
	background: #212F3E;
	background: linear-gradient(180deg, rgb(20,42,60) 70%, rgba(67,78,101,1) 100%);
}

header { background-color: white; position: relative; min-height: 30px; display: block ruby; text-align: center; }

h1, h2, h3 { font-family: 'Cormorant Unicase';}

h1
{
	text-align: center;
	margin: 0 0 10px;
	font-size: 3.8vw;
	color: black;
	display: block;
	width: 100%;
}

h2
{
	text-transform: uppercase;
	font-size: 5vw;
}

h3
{
	color: #FFF3;
	font-weight: bold;
	font-size: 18vw;
	position: absolute;
	margin: -9vw 0 0 0;
}

section div
{
	position: relative; display: inline-block;
	vertical-align: top;
}
section > div:nth-child(2) { padding-left: 5%; }

#s01 h2 { margin: 7vw 0px 0 94px; }
#s01 div:first-child { width: 49%;  }
#s01 div:last-child { vertical-align: bottom; padding-left: 3%; width: 47%; }

#s02 div:first-child { width: 49%; padding-left: 5%; }
#s02 h3 { margin-top: -13vw; }
#s02 div:last-child { width: 46%; padding-left: 0; float: left; }
/*#s02 { background: url(img/224.png) -304px -123px no-repeat; }*/

section img { width: 100%; }
section { padding: 10%;}

section#s1
{
	background: url(img/49-1.jpg)  0px 97% no-repeat;
	background-size: 165%;
	display: block;
	font-size: 3vw;
	height: 33vw;
	padding-top: 0;
}

#s03 > div:first-child { width: 53%; text-align: center;  }
#s03 > div:nth-child(2) { width: 38%; vertical-align: bottom; }
#s03 > div:nth-child(3) { width: 38%; vertical-align: bottom; }
#s03 > div > div > img:last-child { padding-left: 1vw ;}
#s1 img { margin-top: 4vw; margin-bottom: -3vh; }

.i2 { width: 52%; padding-left: 5vw; text-align: center; }
.i2 img:last-child { padding-left: 1vw; }

#s1 div
{
	left: 5%;
	width: 50%;
	text-align: center;
	padding-bottom: 10%;
}

#s03_1 { display: none;  padding-top: 1vw; }
#s03_1 div { width: 48% !important;}
#s03_1 div img { width: 99% !important;}

@media screen and (max-width: 1700px) 
{
	h2 { }	
}

@media screen and (max-width: 1100px) 
{
	section#s1 { background: url(img/49-1.jpg)  0px 110% no-repeat; background-size: 165%; }
	#s01 div, #s02 div, #s03 div { width: 100% !important; padding-left: 0 !important; }
	#s02 div { float: none !important; }
	.jpg3 { display: none;}
	#s03_1 { display: inline-block;  }
	#s03_1 div:last-child { margin-left: 12px; }
	#s04 p { width: 100% !important; }
}

@media screen and (max-width: 590px) 
{
	#dv { display: none; }
	#mv
	{
		display: block !important;
		background-color: white;
	}
	#s03_1 div { width: 100% !important; margin-left: 0px !important;}
}

div.im2 img { width: 48%;  padding-top: 1vw;}
#s04 p { display: inline-flex; align-items: center; width: 45%; margin-right: 3vw; }

#s04 p::before
{
	content: " ";
	background: url(img/4-1.png) no-repeat left;
	display: inline-flex;
	width: 120px;
	height: 137px;
	padding-right: 25px;
	flex-shrink: 0;
}

/*#s04 { background: url(img/s4.png) right bottom no-repeat; }*/
#s04 h2 { margin-left: 9vw; }

p#s04_2::before { background: url(img/4-2.png) no-repeat; }
p#s04_3::before { background: url(img/4-3.png) no-repeat; }
p#s04_4::before { background: url(img/4-4.png) no-repeat; }
p#s04_5::before { background: url(img/4-5.png) no-repeat; }
p#s04_6::before { background: url(img/4-6.png) no-repeat; }

#s05 div { vertical-align: middle; }
#s05 div:nth-child(2) { padding-left: 4%; }
nav { color: black; position: absolute; right: 30px; top: 50%; transform: translate(0, -50%); }
nav a
{
	display: inline-block;
	padding: 5px 10px 3px;
	background-color: #D9D9D9;
	text-decoration: none;
	margin: 0 5px;
	font-size: 1.7vw;
	color: black;
	width: 4vw;
	text-align: center;
}

#mv:hover a, #mv, #mv a { display: none; }
#mv { top: 0px !important; transform: none; text-align: right;}
#mv:hover a
{
	display: block;
}

nav#mv a { width: 8vw; font-size: 3vw; margin: 15px; }