@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 769px) {
	
body{
		background-color: whitesmoke;
	background-image: url("profile背景.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
}
h1{
	font-family: 'League Gothic Condensed';
	font-weight:normal;
	color:black;
	font-size: 15vw;
	letter-spacing: 0px;
	text-align:left;
	margin: 3% 0 0 3.5%;
}

h2{
	font-family: "Tsunagi Gothic Black";
	color:black;
	font-size: 2vw;
	letter-spacing: 4px;
	text-align:left;
	margin: -1% 0 0 3.5%;
	
}


h3, h4,h5{	font-family: "やさしさアンチック";
	color:black;
	font-size: 1.5vw;
	letter-spacing: 0vh
	text-align:left;	
	margin-left:3.5%
}

h3{	margin-top:8%
	
}

a {
	text-decoration: none;
	color:black;
}

a:hover{color:#FF007C;
}

}

@media screen and (max-width: 769px) {
	
	
}