img{
	width: 100%;
	vertical-align:top;
}

.eventtop {
	max-width: 855px;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 auto 30px;
}

.eventtop a{
	display: block;
}

.eventtop * {
	list-style: none;
	padding: 0;
	margin: 0;
}

.eventtop .pc-only {
	display: block;
}

.eventtop .sp-only {
	display: none;
}

.eventtop .eventtop__contents {
	margin-bottom: calc(64 / 855 * 100%);
}

.eventtop .eventtop__ttl {
	margin-bottom: calc(30 / 855 * 100%);
}

.eventtop .eventtop__nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.eventtop .eventtop__nav li {
	width: calc(420 / 855 * 100%);
}

.eventtop .eventtop__nav li:nth-of-type(n+3) {
	margin-top: calc(25 / 855 * 100%);
}

.eventtop .eventtop__nav li:last-of-type {
	width: 100%;
	margin-top: calc(30 / 855 * 100%);
}

.eventtop .eventtop__category {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.eventtop .eventtop__category::after {
	content: "";
	display: inline-block;
	width: calc(280 / 855 * 100%);
	position: absolute;
	bottom: 0;
	right: 0;
}

.eventtop .eventtop__category--ringo::after {
	background: url("https://stprodaeontohokuprem.blob.core.windows.net/marugoto/assets/common/images/page/20250923002.jpg") no-repeat;
	background-size: contain;
	height: calc(280 / 856 * 100%);
}

.eventtop .eventtop__category--lafrance::after {
	background: url("https://stprodaeontohokuprem.blob.core.windows.net/marugoto/assets/common/images/page/20250923001.jpg") no-repeat;
	background-size: contain;
	height: 100%;
}

.eventtop .eventtop__category li {
	width: calc(280 / 855 * 100%);
	margin-right: calc(7 / 855 * 100%);
}

.eventtop .eventtop__category li:nth-of-type(3n) {
	margin-right: 0;
}

.eventtop .eventtop__category li:nth-of-type(n+4) {
	margin-top: calc(8 / 855 * 100%);
}

.eventtop .eventtop__group {
	margin-bottom: calc(60 / 855 *100%);
}

.eventtop .eventtop__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: calc(30 / 855 *100%);
}

.eventtop .eventtop__item > li {
	width: calc(420 / 855 *100%);
	position: relative;
}

.eventtop .eventtop__item .w100 {
	width: 100%;
}

.eventtop .eventtop__item__btn {
	width: calc(415 / 855 *100%);
	position: absolute;
	bottom: calc(16 / 403 *100%);
	right: calc(16 / 855 *100%);
}

.eventtop .eventtop__item__btn--flex {
	width: calc(400 / 420 *100%);
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(10 / 403 *100%);
}

.eventtop .eventtop__item--m30 li:nth-of-type(n+2) {
	margin-top: calc(30 / 855 * 100%);
}

.eventtop__bnr{
	margin-top: calc(60 / 855 * 100%);
}

/*-- --*/
@media screen and (max-width: 855px) {
	.eventtop {
		padding: 10px;
		margin-bottom: 20px;
	}

	.eventtop .pc-only {
		display: none;
	}

	.eventtop .sp-only {
		display: block;
	}
}
