.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 { 
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}

.eventtop a {
	display: block;
}

.eventtop .bg {
	background-color: #00b7e7;
	padding: 15% 0 8%;
}

.eventtop .light-blue {
	background-color: #99d6f5;
	position: relative;
	padding: 5% calc(10 / 855 * 100%);
	margin-bottom: calc(100 / 855 * 100%);
}

.eventtop .light-blue::before {
	content: "";
	display: block;
	background: url(https://stprodaeontohokuprem.blob.core.windows.net/marugoto/assets/common/images/page/20260708002.png) no-repeat;
	background-size: contain;
	width: calc(855 / 855 * 100%);
	height: calc(71 / 855 * 100%);
	position: absolute;
	top: -4.2%;
	right: 0;
}

.eventtop .light-blue::after {
	content: "";
	display: block;
	background: url(https://stprodaeontohokuprem.blob.core.windows.net/marugoto/assets/common/images/page/20260708002.png) no-repeat;
	background-size: contain;
	width: calc(855 / 855 * 100%);
	height: calc(71 / 855 * 100%);
	transform: scale(-1 , -1);
	position: absolute;
	bottom: -4.3%;
	right: 0;
}

.eventtop .point {
	margin: calc(50 / 835 * 100%) auto calc(30 / 835 * 100%);
}

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

.eventtop .featured__ttl {
	margin: calc(90 / 855 * 100%) 0 calc(30 / 855 * 100%);
}

.eventtop .featured .item {
	padding: 0 calc(10 / 855 * 100%);
}

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

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

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

.eventtop .item li {
	width: calc(410 / 835 * 100%);
}

.eventtop .item li:nth-of-type(n+3) {
	margin-top: calc(10 / 410 * 100%);
}

.eventtop .contents__btn {
	width: calc(700 / 835 * 100%);
	margin: calc(50 / 835 * 100%) auto 0;
}

.eventtop .more-btn {
	width: calc(700 / 835 * 100%);
	margin: calc(60 / 835 * 100%) auto calc(60 / 835 * 100%);
}

.eventtop .top-btn {
	width: calc(150 / 835 * 100%);
	margin: auto;
}

.eventtop .illust {
	padding: 0 calc(10 / 855 * 100%);
}

.eventtop .illust--mrb {
	margin-bottom: calc(50 / 835 * 100%);
}

.eventtop .category__ttl {
	margin: calc(90 / 855 * 100%) 0 calc(30 / 855 * 100%);
}

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

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

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

.eventtop .category__all {
	width: calc( 702 / 835 *100%);
	margin: auto;
}

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

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

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

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

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

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

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

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

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

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