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

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

.eventtop img {
	vertical-align: top;
}

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

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

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

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

.eventtop .category__list--3col li {
	width: calc(275 / 855 * 100%);
}

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

.eventtop .category__list--2col li {
	width: calc(420 / 855 * 100%);
}

.eventtop .category__list--2col li:nth-of-type(n-3) {
	margin-top: calc(15 / 855 * 100%);
}

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

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

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

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

.eventtop .contents__bg--yellow {
	background-color: #fff9e7;
}

.eventtop .contents__bg--pink {
	background-color: #fff2f4;
}

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

.eventtop .contents__list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.eventtop .contents__list li {
	width: calc(397 / 815 * 100%);
}

.eventtop .contents__list li:nth-of-type(n-2) {
	margin-top: calc(15 / 815 * 100%);
}

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

.eventtop .contents__list--producer::after {
	content: "";
    display: inline-block;
    background: url(https://stprodaeontohokuprem.blob.core.windows.net/marugoto/assets/common/images/page/20250317096.png) no-repeat;
    background-size: contain;
    width: calc(283 / 815* 100%);
    height: calc(308 / 3001* 100%);
    position: absolute;
    right: calc(60 / 855* 100%);
    bottom: calc(209 / 3001* 100%);
}

.eventtop .contents__bnr {
	margin-top: calc(30 / 815 * 100%);
}

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

.eventtop .eventtop__btn-top {
	width: calc( 700 / 855 * 100%);
	margin: 0 auto calc(80 / 815 * 100%);
}

.eventtop .eventtop__pickup {
	margin: calc(80 / 855 * 100%) 0 calc(70 / 855 * 100%);
}

.eventtop .eventtop__pickup-ttl {
	display: inline-block;
	position: relative;
	font-size: 30px;
	font-weight: 600;
	padding: 0 90px;
	margin-bottom: calc(40 / 855 * 100%);
}

.eventtop .eventtop__pickup-ttl::before,
.eventtop .eventtop__pickup-ttl::after {
	display: inline-block;
	width: 74px;
	height: 2px;
	content: '';
	position: absolute;
	top: 40%;
	background-color: #000;
}

.eventtop .eventtop__pickup-ttl:before {
	left: 0;
}

.eventtop .eventtop__pickup-ttl:after {
	right: 0;
}

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

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

	.eventtop .eventtop__pickup-ttl {
		font-size: 18px;
		padding: 0 50px;
	}

	.eventtop .eventtop__pickup-ttl::before,
	.eventtop .eventtop__pickup-ttl::after {
		width: 30px;
	}
}
