/*
	top
-----------------------------------------------------------------------------------------------*/
/* 装飾 */
.category__base-eventList::after{
	width: 95px;
	height: 55px;
	background: url(../images/item_category_naction.png) no-repeat center center / contain;
	bottom: 12%;
}
.naction {
	text-align: center;
}
.naction__ttl {
	display: inline-block;
	font-size: 2rem;
	font-weight: var(--fBold);
	letter-spacing: 0.02rem;
}
.naction__ttl.new::before {
	content: '最新号';
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 5px;
	height: 20px;
	width: 70px;
	font-size: 1.4rem;
	font-weight: var(--fBase);
	color: #fff;
	background: #F80000;
}
.naction__thum {
	display: block;
	margin: 10px auto 0;
	width: 290px;
}
#naction .btnArea {
	margin-top: 20px;
}
a.yelBtn:hover {
	opacity: .7;
}

/* バックナンバー 
==================================== */
#naction__backnumber {
	margin-top: 60px;
}
.backnumber {
	display: flex;
	gap: 40px 11px;
	flex-wrap: wrap;
}
.backnumber li{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc((100% - 11px) / 2);
}
.backnumber .naction__ttl {
	font-size: 1.6rem;
	font-weight: var(--fBold);
	text-align: center;
	line-height: 100%;
}
#naction__backnumber .naction__thum {
	display: flex;
	align-items: center;
	width: 90%;
}
#naction__backnumber .btnArea {
	margin-top: 13px;
}
.backnumber a.yelBtn {
	padding: 12px 0;
	font-size: 1.2rem; 
}

/* iPhone SE用 */
@media screen and (max-width:375px){
	#naction__backnumber .naction__thum {
		width: 100%;
	}
}


