@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color:
}

img {
width:50%;
max-width: 50%;
height: auto;
}

@media screen and (max-width: 480px){ 
img {
width:100%;
max-width: 100%;
height: auto;
}
}

.main_title {
display: block;
}

.main_title2 {
 display: block;
}



.background {
  background-attachment: ;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
	display: flex;
  align-items: center;
  justify-content: center;
}
