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

.eventtop a{
	display: block;
}

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

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

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

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

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

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

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

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

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

.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(7 / 855 * 100%);
}

.eventtop .eventtop__category--icon {
	position: relative;
}

.eventtop .eventtop__category--icon::after {
	content: "";
    display: inline-block;
    width: 126px;
    height: 122px;
    background-image: url('https://stprodaeontohokuprem.blob.core.windows.net/marugoto/assets/common/images/page/20240828076.png');
	position: absolute;
	bottom: 84px;
	right: 82px;
}

.eventtop .eventtop__ranking-btn {
	margin-top: calc(40 / 855 * 100%);
}

.eventtop .eventtop__txt {
	font-size: 19px;
	line-height: 1.3;
	color: #000;
	font-weight: 600;
	text-align: left;
	margin-top: calc(20 / 855 * 100%);
}

.eventtop__top-btn {
	width: 80%;
	margin: 0 auto;
}

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

	.eventtop img {
		width: 100%;
		height: auto;
	}

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

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

	.eventtop .eventtop__category {
		justify-content: space-between;
	}

	.eventtop .eventtop__category li {
		width: 49%;
		margin-right: 0;
	}

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

	.eventtop .eventtop__category--icon::after {
		display: none;
	}

	.eventtop .eventtop__txt {
		font-size: 14px;
	}

}
