@charset "UTF-8";

body {
	margin: 0px;
	background-color: #FFF;
	overflow-x: hidden;
}

.contents {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
}

.contents img {
	width: 1920px;
	height: auto;
	text-align: center;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.contents img {
		width: 100%;
		height: auto;
		text-align: center;
	}
}

.fixcnt {
	position: fixed;
	z-index: 1;
	top: 30%;
	right: 0;
	margin: 0;
}