@charset "utf-8";

#main-img {
	display: none;
}
#main-img-print {
	/* width: calc( 740px + 50vw - 500px); */
	width: calc( 780px + 50vw - 500px);
	height: 350px;
	float: left;
	position: relative;
  overflow: hidden;
	background: url(../images/pc/main1.jpg) center center no-repeat;
	background-size: cover;
	display: block;
}
