@charset "utf-8";
/* CSS Document */
html, body, h1, p, ul {
    margin: 0px;
    padding: 0px;
	text-align: center;
}

html, body {
 margin: 0px;
    padding: 0px;
	text-align: center;
}

html {
  width: 100%;
  height: 100%;
  background-image: url("../../project01_root/images/background.png");
  background-repeat: repeat-y;
  background-size: cover;
}

*, *:before, *:after {
    box-sizing: inherit;
}
	
h1{ 
	Text-align: center;
	font-size: 9rem;
	margin-top: -5px;
	color: #e55c7b;
	font-family: 'MS UI Gothic';
}
ul {
list-style-type: none;
	text-align: center;
    list-style-image: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

ul li {
	display: block;
	padding-top: 10px;

}

ul li {
	padding-right: 30px;
}

ul li a {
	display: justify;
	justify-content: center;
    align-items: center;
	color: #c4c3c0;
	text-decoration: none;
	font-family: 'Bebas';
	height: 10px;
}
	@media screen and (min-width: 701px) {
  ul li a {
    font-size: 4vw;
  }
}

@media screen and (max-width: 700px) {
  ul li a {
    font-size: 40px;
  }

}
aside img {
	float: left;
	margin: 0px 25px 30px 40px;
	width:30vw;
	height:auto;
}

section p{
	font-family: 'MS UI Gothic';
	color: #1d1d1d;
	font-size: 22pt;
	width: 50vw;
	height: auto;
	float: right;
	padding-right: 171px;
	text-align: left;
}
h2{
	font-family: 'MS UI Gothic';
	color: #E55C7B;
	font-size: 50pt;
	margin-top: 154px;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
@media only screen and (max-width:948px){
	section p{
	padding-right:0px;
	margin:auto;
	float:none;	
	width:60vw;	
	margin-top:20px;	
		
	}	
}
	@media only screen and (max-width:948px){
aside img {
	width:40vw;
	float:none;
	margin:10px 0px 0px 0px;
	}
	}



@font-face{ 
font-family: 'MS UI Gothic';
font-weight: normal;
font-style: normal;
}
@font-face{ 
font-family: 'Bebas';
font-weight: normal;
font-style: normal;
}

