img{
	vertical-align:top;
}

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

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

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


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

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

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


.eventtop .item__list > li ,
.eventtop .category__list > li {
	width: calc(422 / 855 * 100%);
}

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

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

.eventtop .category__list > li {
	border: 1px solid #7bc384;
}

.eventtop .category__list > li:last-of-type {
	width: 100%;
}

.eventtop .category__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #7bc384;
	height: 60px;
}

.eventtop .category__ttl p {
	font-size: 25px;
	font-weight: 500;
	color: #fff;
	margin-left: 10px;
}
	
.eventtop .category__ttl--bedding img {
	width: calc(44 / 422 * 100%);
}

.eventtop .category__ttl--interior img {
	width: calc(41 / 422 * 100%);
}

.eventtop .category__ttl--kitchen img {
	width: calc(35 / 422 * 100%);
}

.eventtop .category__ttl--wash img {
	width: calc(55 / 422 * 100%);
}

.eventtop .category__ttl--beauty img {
	width: calc(42 / 855 * 100%);
}

.eventtop .category__item {
	padding: 20px;
}

.eventtop .category__item--beauty {
	display: flex;
}

.eventtop .category__item li {
	position: relative;
	text-align: left;
	font-size: 24px;
	padding-left: 20px;
}

.eventtop .category__item li:nth-of-type(n+2) {
	margin-top: 25px;
}

.eventtop .category__item--beauty li:last-of-type {
	margin-left: 40px;
	margin-top: 0;
}

.eventtop .category__item li::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #7bc384;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.eventtop .category__item li a {
	text-decoration: underline;
}

.eventtop .eventtop__btn {
	margin: calc(50 / 855 * 100%) 0;
}

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

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

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

	.eventtop .category__list > li {
		width: 100%;
	}

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

	.eventtop .category__item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px 10px;
	}
	

	.eventtop .category__item li {
		width: 49%;
		font-size: 14px;
		padding-left: 15px;
	}

	.eventtop .category__item li::before {
		top: 1px;
		transform: translateY(0);
	}

	.eventtop .category__item li:nth-of-type(2) {
		margin-top: 0;
	}

	.eventtop .category__item li:nth-of-type(n+3) {
		margin-top: 20px;
	}

	.eventtop .category__item--beauty li:last-of-type {
		margin-left: 0;
	}

	.eventtop .category__ttl {
		height: 40px;
	}

	.eventtop .category__ttl p {
		font-size: 16px;
		margin-left: 10px;
	}
		
	.eventtop .category__ttl--bedding img {
		width: calc(44 / 855 * 100%);
	}
	
	.eventtop .category__ttl--interior img {
		width: calc(41 / 855 * 100%);
	}
	
	.eventtop .category__ttl--kitchen img {
		width: calc(35 / 855 * 100%);
	}
	
	.eventtop .category__ttl--wash img {
		width: calc(55 / 855 * 100%);
	}
	
	.eventtop .category__ttl--beauty img {
		width: calc(42 / 855 * 100%);
	}
}
