@charset "utf-8";

/*============================
MV
============================*/
#mv {
	background-image: url(../img/topics/mv.jpg);
}


/*============================
Topics
============================*/
#topics {
	padding-top: 2.40rem;
	padding-bottom: 1rem;
}
@media screen and (max-width: 640px) {
	#topics {
		padding-bottom: 0;
	}
}


#topics .mv {
	width: 100%;
	height: 6.00rem;
}

#topics .mv img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#topics .sec_title {
	margin-top: -0.20rem;
}

#topics .sec_title span::after {
	bottom: -0.15rem;
	left: 0;
}

#topics .list_wrap {
	margin-top: 0.8rem;
	max-width: 9.60rem;
	width: 100%;
	margin: auto;
}

#topics .list_wrap .list .item {
	margin-bottom: 0.40rem;
}

#topics .list_wrap .list .item a {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#topics .list_wrap .list .item a:hover {
	opacity: 0.7;
}

#topics .list_wrap .list .item a .ph_wrap {
	width: 2.40rem;
	height: 1.66rem;
}
@media screen and (max-width: 640px) {
	#topics .list_wrap .list .item a .ph_wrap {
		width: 1.50rem;
		height: 1.04rem;
	}
}


#topics .list_wrap .list .item a .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#topics .list_wrap .list .item a .ph_wrap img.noimage {
	border: 1px solid #fff;
	box-sizing: border-box;
}

#topics .list_wrap .list .item a .text_wrap {
	width: calc(100% - 2.40rem);
	box-sizing: border-box;
	padding-left: 0.30rem;
}
@media screen and (max-width: 640px) {
	#topics .list_wrap .list .item a .text_wrap {
		width: calc(100% - 1.50rem);
		padding-left: 0.15rem;
	}
}


/* カテゴリー */
#topics .list_wrap .list .item a .text_wrap .category {
	font-size: 0.13rem;
	width: 1.00rem;
	padding: 0.03rem 0;
	text-align: center;
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	#topics .list_wrap .list .item a .text_wrap .category {
		font-size: 0.10rem;
		width: 0.80rem;
	}
}


#topics .list_wrap .list .item a .text_wrap .category.event {
	background-color: #004C6E;
}

#topics .list_wrap .list .item a .text_wrap .category.shop {
	background-color: #777300;
}

#topics .list_wrap .list .item a .text_wrap .category.contents {
	background-color: #770069;
}

#topics .list_wrap .list .item a .text_wrap .category.cat_news {
	background-color: #3F6E00;
}

#topics .list_wrap .list .item a .text_wrap .title {
	font-size: 0.15rem;
	font-weight: 500;
	padding: 0.10rem 0;
	line-height: 1.65;
}
@media screen and (max-width: 640px) {
	#topics .list_wrap .list .item a .text_wrap .title {
		font-size: 0.14rem;
	}
}


#topics .list_wrap .list .item a .text_wrap .text {
	font-size: 0.13rem;
	line-height: 1.83;
	overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 640px) {
	#topics .list_wrap .list .item a .text_wrap .text {
		display: none;
	}
}

#topics .list_wrap .list .item a .text_wrap p {
	font-size: 0.13rem;
	line-height: 1.83;
	display: inline;
}
@media screen and (max-width: 640px) {
	#topics .list_wrap .list .item a .text_wrap p {
		display: none;
	}
}


/* ボタン */
#topics .btn {
	text-align: right;
	margin-right: -1.00rem;
}

/*=======================
CMSページャー
=======================*/
.list_navi_wrap {
	text-align: center;
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	padding: 0.30rem 0 0.50rem;
}

.list_navi_wrap .wp-pagenavi {
	display: flex;
	justify-content: center;
}

/* 現在のページ*/
.list_navi_wrap .wp-pagenavi .current {
	display: block;
	font-size: 0.16rem;
	color: #000;
	width: 0.50rem;
	line-height: 0;
	padding: 0.24rem 0 0.26rem;
	background-color: #fff;
	border: 1px solid #fff;
	margin: 0 0.08rem;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .current {
		font-size: 0.14rem;
		width: 0.40rem;
		padding: 0.19rem 0 0.21rem;
	}
}

/* 数字リンク*/
/*.list_navi_wrap .wp-pagenavi .page.larger {*/
.list_navi_wrap .wp-pagenavi .page {
	display: block;
	font-size: 0.16rem;
	color: #fff;
	width: 0.50rem;
	line-height: 0;
	padding: 0.24rem 0 0.26rem;
	background-color: #000;
	border: 1px solid #fff;
	text-decoration: none;
	margin: 0 0.08rem;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .page {
		font-size: 0.14rem;
		width: 0.40rem;
		padding: 0.19rem 0 0.21rem;
	}

	.list_navi_wrap .wp-pagenavi .page.larger {
		display: none;
	}
}

.list_navi_wrap .wp-pagenavi .page.larger:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
}

/* 前のページ */
.list_navi_wrap .wp-pagenavi .previouspostslink {
	display: block;
	font-size: 0.16rem;
	color: #666;
	line-height: 0;
	padding: 0.24rem 0.20rem 0.26rem 0.30rem;
	/* background-color: #FFF; */
	text-decoration: none;
	margin: 0 0.08rem;
	position: relative;
	border: none;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .previouspostslink {
		font-size: 0.14rem;
		padding: 0.19rem 0 0.21rem 0.25rem;
		margin-right: 0.30rem;
	}
}

.list_navi_wrap .wp-pagenavi .previouspostslink::before {
	content: "";
	width: 0.07rem;
	height: 0.14rem;
	background-image: url(../img/topics/pager_prev_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 49%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .previouspostslink::before {
		height: 0.14rem;
		top: 46%;
	}
}

.list_navi_wrap .wp-pagenavi .previouspostslink:hover {
	color: #fff;
}

.list_navi_wrap .wp-pagenavi .previouspostslink:hover::before {
	left: -0.06rem;
}

/* 次のページ */
.list_navi_wrap .wp-pagenavi .nextpostslink {
	display: block;
	font-size: 0.16rem;
	color: #fff;
	line-height: 0;
	padding: 0.24rem 0.30rem 0.26rem 0.20rem;
	/* background-color: #FFF; */
	text-decoration: none;
	margin: 0 0.08rem;
	position: relative;
	border: none;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .nextpostslink {
		font-size: 0.14rem;
		padding: 0.19rem 0.25rem 0.21rem 0;
		margin-left: 0.30rem;
	}
}

.list_navi_wrap .wp-pagenavi .nextpostslink::after {
	content: "";
	width: 0.07rem;
	height: 0.14rem;
	background-image: url(../img/topics/pager_next_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 49%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .nextpostslink::after {
		height: 0.14rem;
		top: 46%;
	}
}

.list_navi_wrap .wp-pagenavi .nextpostslink:hover {
	color: #fff;
}

.list_navi_wrap .wp-pagenavi .nextpostslink:hover::after {
	right: -0.06rem;
}


