@media screen and (max-width: 640px) {
    .main_contents img {
        width: unset;
    }
}


header a {
	transition: unset;
}
