@charset "utf-8";

/* ［ギネス世界記録達成！回転寿司店舗数世界No.1］ */

article#gines {
	position: relative;
}

article#gines .pc-view {
	display: inherit;
}
article#gines .sp-view {
	display: none;
}

article#gines img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
article#gines ul > li a {
	position: absolute;
	padding-top: 9.2%;
	height: 0;
	left: 18%;
	right: 18%;
	overflow: hidden;
}
article#gines.sns ul > li a {
}
article#gines ul > li:nth-child(1) a {
	bottom: 51.0%;
}
article#gines ul > li:nth-child(2) a {
	bottom: 34.9%;
}
article#gines ul > li:nth-child(3) a {
	bottom: 17.2%;
}
article#gines.sns ul > li:nth-child(1) a {
	bottom: 65.25%;
}
article#gines.sns ul > li:nth-child(2) a {
	bottom: 53.8%;
}
article#gines.sns ul > li:nth-child(3) a {
	bottom: 41.2%;
}
article#gines.sns ul > li:nth-child(4) a {
	bottom: 10.7%;
	left: 62%;
	right: 19%;
	padding-top: 1.8%;
}



@media screen and (max-width: 768px) {
	article#gines .pc-view {
		display: none;
	}
	article#gines .sp-view {
		display: inherit;
	}
	article#gines ul > li:nth-child(1) a {
		bottom: 45.8%;
	}
	article#gines ul > li:nth-child(2) a {
		bottom: 31.6%;
	}
	article#gines ul > li:nth-child(3) a {
		bottom: 15.8%;
	}
	article#gines.sns ul > li:nth-child(1) a {
		bottom: 59.86%;
	}
	article#gines.sns ul > li:nth-child(2) a {
		bottom: 49.3%;
	}
	article#gines.sns ul > li:nth-child(3) a {
		bottom: 37.5%;
	}
	article#gines.sns ul > li:nth-child(4) a {
		bottom: 9.6%;
	}
}
