@charset "utf-8";
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.newsPageTitle .inner {
	background-image: url(../img/news/page_title_img_news.jpg);
}
.newsDetailTitle {
	padding: 20.7rem 0 0;
	background: transparent;
}
.newsDetailTitle .inner {
	display: none;
}
.newsDetailMain {
	background: #fff url(../img/common/page_title_bg.png) no-repeat center top / cover;
}
.newsArchive {
	padding: 0 0 8.6rem;
}
.newsArchive .content {
	max-width: 100rem;
}
.newsTabs {
	margin-bottom: 5.2rem;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.2rem;
}
.newsTabs button {
	width: 100%;
	min-height: 5.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9a2923;
	font-size: 1.7rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	background: #fff;
	border: 1px solid #9a2923;
	border-radius: 2.8rem;
	cursor: pointer;
	transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}
.newsTabs button.current {
	color: #fff;
	background: #9a2923;
}
.newsTabs button:hover {
	opacity: 0.8;
}
.newsList {
	border-top: 1px solid #d9d9d9;
}
.newsList li {
	border-bottom: 1px solid #d9d9d9;
}
.newsList li.is-hidden {
	display: none;
}
.newsList a {
	padding: 3rem 0 3.2rem;
	display: block;
}
.newsList a:hover {
	opacity: 0.75;
}
.newsList .meta {
	margin-bottom: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.6rem;
}
.newsList .category {
	min-width: 13.4rem;
	padding: 0.5rem 1.4rem 0.6rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.3;
	border-radius: 1.8rem;
}
.newsList .category.info {
	background: #9a2923;
}
.newsList .category.campaign {
	background: #c78019;
}
.newsList .category.shop {
	background: #36684f;
}
.newsList .category.important {
	background: #221815;
}
.newsList time {
	color: #4b4b4b;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}
.newsList .title {
	font-size: 2.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1.65;
}
.emptyText {
	padding: 5rem 0;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}
.newsPagination {
	margin-top: 5rem;
}
.newsPagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
.newsPagination .page-numbers li {
	border: 0;
}
.newsPagination .page-numbers a,
.newsPagination .page-numbers span {
	min-width: 4.2rem;
	height: 4.2rem;
	padding: 0 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #9a2923;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	background: #fff;
	border: 1px solid #9a2923;
	border-radius: 2.1rem;
	box-sizing: border-box;
}
.newsPagination .page-numbers a:hover,
.newsPagination .page-numbers .current {
	color: #fff;
	background: #9a2923;
	opacity: 1;
}
.newsPagination .page-numbers .prev,
.newsPagination .page-numbers .next {
	min-width: 7.6rem;
}
.newsDetail {
	padding: 5.2rem 0 9rem;
}
.newsDetail .content {
	max-width: 90rem;
}
.detailHeader {
	margin-bottom: 4rem;
	padding-bottom: 3.6rem;
	border-bottom: 1px solid #d9d9d9;
}
.detailHeader .meta {
	margin-bottom: 1.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.6rem;
}
.detailHeader .category {
	min-width: 13.4rem;
	padding: 0.5rem 1.4rem 0.6rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.3;
	border-radius: 1.8rem;
}
.detailHeader .category.info {
	background: #9a2923;
}
.detailHeader time {
	color: #4b4b4b;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}
.detailHeader h1 {
	font-size: 3.6rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1.55;
}
.detailPhoto {
	margin-bottom: 4.2rem;
}
.detailPhoto img {
	width: 100%;
	aspect-ratio: 900 / 420;
	object-fit: cover;
	display: block;
}
.detailBody,
.detailInfo {
	margin-bottom: 4rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
}
.detailBody p,
.detailInfo p {
	margin-bottom: 1.6rem;
}
.detailBody p:last-child,
.detailInfo p:last-child {
	margin-bottom: 0;
}
.detailInfo {
	padding: 3rem 3.4rem;
	background: #f8f9fa;
}
.detailInfo h2 {
	margin: 2.4rem 0 1rem;
	color: #9a2923;
	font-size: 2.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}
.detailInfo h2:first-child {
	margin-top: 0;
}
.detailLinks {
	margin: 5rem 0 3.2rem;
	gap: 2.8rem;
}
.detailLinks li {
	width: 23.1rem;
}
.detailLinks a {
	min-height: 6.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	background: #9a2923;
	border: 1px solid #9a2923;
	border-radius: 3.1rem;
	box-sizing: border-box;
}
.detailLinks .outline a {
	color: #9a2923;
	background: #fff;
}
.detailLinks a:hover {
	opacity: 0.8;
}
.backLink {
	text-align: center;
}
.backLink a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.4rem;
}
#main .bottomBox {
	padding: 7.7rem 0 9.9rem;
	background: linear-gradient(rgba(154, 41, 35, 0.85), rgba(154, 41, 35, 0.85)), url(../img/characteristics/bg01.jpg) no-repeat center center / cover;
}
#main .bottomBox .hTitle {
	margin-bottom: 4.8rem;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
#main .bottomBox .linkUl {
	gap: 2.8rem;
}
#main .bottomBox .linkUl li {
	width: 23.1rem;
}
#main .bottomBox .linkUl li a {
	min-height: 6.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #9a2923;
	font-size: 2rem;
	font-weight: 700;
	background: #fff;
	border-radius: 3.1rem;
	border: 1px solid #fff;
	box-sizing: border-box;
}
#main .bottomBox .linkUl li a:hover {
	opacity: 0.7;
}
#main .bottomBox .linkUl li.style01 a {
	color: #fff;
	background: transparent;
}
@media all and (max-width: 896px) {
	.newsArchive {
		padding-bottom: 5rem;
	}
	.newsDetailTitle {
		padding-top: 10rem;
	}
	.newsDetailMain {
		background-size: cover;
	}
	.newsTabs {
		margin-bottom: 3.2rem;
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}
	.newsTabs li:first-child {
		grid-column: 1 / -1;
	}
	.newsTabs button {
		min-height: 4.6rem;
		font-size: 1.4rem;
		border-radius: 2.3rem;
	}
	.newsList a {
		padding: 2.2rem 0 2.4rem;
	}
	.newsList .meta {
		margin-bottom: 1rem;
		gap: 1rem;
	}
	.newsList .category {
		min-width: 11.2rem;
		padding: 0.45rem 1rem 0.55rem;
		font-size: 1.2rem;
	}
	.newsList time {
		font-size: 1.4rem;
	}
	.newsList .title {
		font-size: 1.8rem;
	}
	.newsPagination {
		margin-top: 3.4rem;
	}
	.newsPagination .page-numbers {
		gap: 0.7rem;
	}
	.newsPagination .page-numbers a,
	.newsPagination .page-numbers span {
		min-width: 3.6rem;
		height: 3.6rem;
		padding: 0 1rem;
		font-size: 1.4rem;
		border-radius: 1.8rem;
	}
	.newsPagination .page-numbers .prev,
	.newsPagination .page-numbers .next {
		min-width: 6.4rem;
	}
	.newsDetail {
		padding: 3.6rem 0 5rem;
	}
	.detailHeader {
		margin-bottom: 2.8rem;
		padding-bottom: 2.4rem;
	}
	.detailHeader .meta {
		margin-bottom: 1.4rem;
		gap: 1rem;
	}
	.detailHeader .category {
		min-width: 11.2rem;
		padding: 0.45rem 1rem 0.55rem;
		font-size: 1.2rem;
	}
	.detailHeader time {
		font-size: 1.4rem;
	}
	.detailHeader h1 {
		font-size: 2.4rem;
	}
	.detailPhoto {
		margin-bottom: 2.8rem;
	}
	.detailPhoto img {
		aspect-ratio: 335 / 210;
	}
	.detailBody,
	.detailInfo {
		margin-bottom: 3rem;
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.detailInfo {
		padding: 2.2rem 2rem;
	}
	.detailInfo h2 {
		font-size: 1.9rem;
	}
	.detailLinks {
		margin: 3.6rem 0 2.6rem;
		display: block;
	}
	.detailLinks li {
		margin: 0 auto 1.6rem;
		width: 20rem;
	}
	.detailLinks li:last-child {
		margin-bottom: 0;
	}
	.detailLinks a {
		min-height: 5rem;
		font-size: 1.7rem;
	}
	#main .bottomBox {
		padding: 5rem 2rem;
	}
	#main .bottomBox .hTitle {
		margin-bottom: 3.2rem;
		font-size: 2.6rem;
	}
	#main .bottomBox .linkUl {
		display: block;
	}
	#main .bottomBox .linkUl li {
		margin: 0 auto 2rem;
		width: 20rem;
	}
	#main .bottomBox .linkUl li:last-child {
		margin-bottom: 0;
	}
	#main .bottomBox .linkUl li a {
		min-height: 5rem;
		font-size: 1.7rem;
	}
}
