@charset "utf-8";

@media print{

.header {
	position: absolute;
	top: 0;
}
.main-img {
	height: 56.25vw;
}


.invisible {
	opacity: 1;
	transform: scale(1);
}
#page-top a {
	display: none;
}
}