.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 a {
	display: inline-block;
}

/* h1の非表示 */
.eventtop .visually-hidden {
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	padding: 0;
	margin: -1px;
	position: absolute;
}

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

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

.eventtop .points a {
	width: calc(417 / 855 * 100%);
}

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

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

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

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

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

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

.eventtop .aeon__btn a:not(:last-child) {
	margin-bottom: calc(20 / 855 * 100%);
}

.eventtop .aeon__btn a {
	width: calc(422 / 855 * 100%);
}

.eventtop .aeon__btn .width100 {
	width: 100%;
}

.eventtop .category {
	background-color: #a5ded5;
	padding: 30px 0;
	margin-bottom: calc(30 / 855 * 100%);
}

.eventtop .category__ttl {
	width: calc(800 / 855 * 100%);
	margin: 0 auto calc(40 / 800 * 100%);
}

.eventtop .category__ttl img {
	width: 100%;
}

.eventtop .category__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(800 / 855 * 100%);
	margin: 0 auto;
}

.eventtop .category__list li {
	width: calc(390 / 800 * 100%);
}

.eventtop .category__list a ,
.eventtop .category__list img {
	width: 100%;
}

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

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

.eventtop .contents__inner:nth-of-type(n+2) {
	margin-top: calc(40 / 855 * 100%);
}

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

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

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

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

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

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

.eventtop .btn-top {
	margin: calc(20 / 855 * 100%) auto 0;
}

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

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