@import url("../webfonts/Mamelon/stylesheet.css");
@import url("../webfonts/001Shirokuma_Regular/stylesheet.css");

.header{position: fixed;
    background-color: #30243C;
    height: 90px;
	z-index: 3; width: 100%;}
*{
    margin: 0px;
}


.header-list{
    float: right;overflow: hidden;
}



nav ul li{
    list-style: none;
    display: inline-block;
    width: 15%;
    min-width: 100px;
	padding: 30px 2vw;
    font-family:"double-pica";
    font-size: 2vw;
    font-weight: 400;
    text-align:center;}
nav ul li a{
text-decoration: none;
color:#AAB8C5;
}

nav ul li a:hover{
    color: #60788E;
    font-family: de-walpergens-pica;
    font-weight: 400;
    font-size: 120%;
    font-style: normal;
}

.top{
   
    width:100%;
    margin: 0px;
    padding: 0px;
}
.top img{
	position: relative;
        width: 100%;
        margin-top: 40px;
padding: 0;}

.top h1{
    position: absolute;
    top: 30vw;
    
    transform: translate(-50%,0%);
	left: 50%;
    color: #322043;
	text-shadow: 1px 1px 25px  white,-1px -1px 25px white  ,1px 1px 5px  ,-1px -1px 5px white;
    font-size: 5.5vw;
    text-align: center;
    font-family: charcuterie-deco,sans-serif;
    font-style: normal;
    font-weight: 500;
    padding: 50px 0;
    margin: 0;
}


.finalists{background-color: #E0D7E3; height: 700px;}
           

h2{
    color: #322043;
    font-size: 70px;
    font-family:  charcuterie-deco,sans-serif;
    font-weight: 400;
    font-style: normal;;
	text-shadow: 0 0 10px white,0 0 5px white;
    padding: 100px 50px 30px;
    
    
}

figure {border-radius: 10px; overflow: hidden;
	    position: relative;
	
	
	;
}
.flex-list figcaption {overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	z-index:2;
	width: 100%;
	height: 100%;
	background: rgba(150,0,0,.3);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	text-align: center;
	line-height: 1.2;
	
}
figcaption br{line-height:3px;}
figure:hover figcaption {text-align: center;
	opacity: 1; 
}


.flex-list{list-style: none;
	       display: flex;
           flex-wrap: wrap;
           justify-content: center;
	
           }
.flex-list li{padding:3vw 1.5vw ;height:100%;}
.flex-list img{width: 15vw; height:100%;border-radius:10px;  }

.information{background-color: #AAB8C5;height:700px;
}
h3{
    color: #303154;
    font-family:  vdl-yotag, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    padding: 8px 100px;
    
	
}
.sns{display: flex;justify-content: center;align-items: center;}

.sns img{padding: 50px 20px ;}


.media{background-color: #CCC8D8;height:700px;}
 
.media ul li{margin:30px;list-style-type:none}

.mediacontent{
    margin: 20px 30px 0;
    font-family: vdl-yotag, sans-serif;
}
h5{
    color: #303154;
    font-size: 40px;
    font-family: vdl-yotag, sans-serif;
   font-style: normal;
    font-weight: 600;
    padding: 10px 40px ;
}
 


.links{color: #303154;border-bottom: 3px solid  }
.links:hover{font-size:120%;}



.contact{background-color:#B1C0BE;height:800px;}

 
p{
    color: #000000;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    padding: 10px 100px;
}

.mgadlogo{margin: 0 auto;
          padding: 45px; }


cap{
    color: white;
    font-size: 3vw;
    padding: 3px 0px 0px  ;
	line-height: 1.1;
	margin: 0;
	text-align: center;
    font-family:"double-pica";
}

cap2{
    color: white;
    font-size: 2vw;
    text-align: center;
    margin-top: 5px;
    font-family: double-pica;
    font-style: normal;
    font-weight: 10;
     }


@media (max-width: 1280px)
	
	
