@charset "UTF-8";

/* =========================================================
  NEWS ARCHIVE
========================================================= */

.ly-news-archive {
	padding: 80px 0 110px;
}

.ly-news-archive .ly-cont-inner,
.bl-news-single .ly-cont-inner {
	width: min(100% - 40px, 800px);
	margin-inline: auto;
}

/* Category filter
----------------------------------------- */

.bl-news-filter {
	margin-bottom: 64px;
}

.bl-news-filter-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bl-news-filter-item {
	margin: 0;
}

.bl-news-filter-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	height: 30px;
	padding: 0 17px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #333;
	text-decoration: none;
	background: #fff;
	border: 1px solid #ff6a00;
	border-radius: 35px;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.bl-news-filter-item:first-child .bl-news-filter-link {
	min-width: 77px;
}

.bl-news-filter-link.is-active {
	color: #fff;
	background: #ff6a00;
}

/* News list
----------------------------------------- */

.bl-news-archive-list {
	border-top: 1px solid #ccc;
}

.bl-news-archive-item {
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.bl-news-archive-link {
	position: relative;
	display: grid;
	grid-template-columns: 93px minmax(0, 1fr) 80px 8px;
	gap: 20px;
	align-items: start;
	min-height: 63px;
	padding: 19px 6px 19px 0;
	color: #333;
	text-decoration: none;
}

.bl-news-archive-categories {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.bl-news-archive-category,
.bl-news-single-category {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 93px;
	min-height: 22px;
	padding: 1px 10px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #333;
	text-align: center;
}

.bl-news-archive-category {
	width: 93px;
	background: #faf7f2;
}

.bl-news-archive-ttl {
	margin: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	color: #333;
}

.bl-news-archive-date {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #707070;
	white-space: nowrap;
}

.bl-news-archive-arrow {
	align-self: center;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #ff6a00;
}

/* Pagination
----------------------------------------- */

.bl-news-pagination {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.bl-news-pagination .wp-pagenavi {
	display: flex;
	gap: 22px;
	align-items: center;
}

.bl-news-pagination .wp-pagenavi a,
.bl-news-pagination .wp-pagenavi span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #333;
	text-decoration: none;
	border: 0;
}

.bl-news-pagination .wp-pagenavi .current {
	color: #fff;
	background: #ff6a00;
	border: 1px solid #934e28;
	border-radius: 50%;
}

.bl-news-pagination .wp-pagenavi .pages,
.bl-news-pagination .wp-pagenavi .previouspostslink,
.bl-news-pagination .wp-pagenavi .nextpostslink,
.bl-news-pagination .wp-pagenavi .first,
.bl-news-pagination .wp-pagenavi .last {
	display: none;
}

/* Home link
----------------------------------------- */

.bl-news-home-wrap {
	display: flex;
	justify-content: center;
	margin-top: 68px;
}

/* =========================================================
  NEWS SINGLE
========================================================= */

.bl-news-single {
	color: #333;
}

/* =========================================================
  NEWS SINGLE HEADER
========================================================= */

.bl-news-single-header {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 287px;
	overflow: hidden;
	background:
		linear-gradient(
			110deg,
			#fff 0%,
			#faf7f2 50%,
			#faeee4 82%,
			#ff6a00 150%
		);
}

.bl-news-single-header::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	opacity: 0.15;
	background-image:
		repeating-radial-gradient(
			circle,
			rgba(180, 93, 1, 0.15) 0,
			rgba(180, 93, 1, 0.15) 0.4px,
			transparent 0.6px,
			transparent 3px
		);
}

.bl-news-single-header-inner {
	position: relative;
	z-index: 1;
	width: 576px;
	max-width: calc(100% - 40px);
	margin-inline: auto;
}

.bl-news-single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 5px;
}

.bl-news-single-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bl-news-single-category {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 93px;
	height: 22px;
	padding: 0 18px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #333;
	text-align: center;
	text-decoration: none;
	background: #fff;
}

.bl-news-single-date {
	display: block;
	margin: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	color: #707070;
	white-space: nowrap;
}

.bl-news-single-ttl {
	margin: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #333;
}

@media (any-hover: hover) {

	.bl-news-single-category:hover {
		color: #ff6a00;
	}

}

/* Body
----------------------------------------- */

.bl-news-single-body {
	position: relative;
	padding: 96px 0 110px;
	overflow: hidden;
}

.bl-news-single-body::after {
	opacity: 0.12;
}

.bl-news-single-content {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	color: #333;
}

.bl-news-single-content > *:first-child {
	margin-top: 0;
}

.bl-news-single-content > *:last-child {
	margin-bottom: 0;
}

.bl-news-single-content p {
	margin: 0 0 32px;
}

.bl-news-single-content img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 64px auto;
}

.bl-news-single-content figure {
	width: 100%;
	max-width: 100%;
	margin: 64px 0;
}

.bl-news-single-content figure img {
	width: 100%;
	margin: 0;
}

.bl-news-single-content figcaption {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.6;
	color: #707070;
}

.bl-news-single-content h2 {
	padding-bottom: 12px;
	margin: 64px 0 24px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid #ff6a00;
}

.bl-news-single-content h3 {
	position: relative;
	padding-left: 16px;
	margin: 48px 0 20px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
}

.bl-news-single-content h3::before {
	position: absolute;
	top: 0.15em;
	bottom: 0.15em;
	left: 0;
	width: 4px;
	content: "";
	background: #ff6a00;
}

.bl-news-single-content h4 {
	margin: 40px 0 16px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

.bl-news-single-content ul,
.bl-news-single-content ol {
	padding-left: 1.5em;
	margin: 24px 0 32px;
}

.bl-news-single-content li + li {
	margin-top: 8px;
}

.bl-news-single-content a {
	color: #ff6a00;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Actions
----------------------------------------- */

.bl-news-single-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 96px;
}

.bl-news-single-list-btn {
	margin-inline: auto;
}

.bl-news-single-actions .bl-news-home {
	margin-top: 66px;
}

/* Hover
----------------------------------------- */

@media (any-hover: hover) {
	.bl-news-filter-link:hover {
		color: #fff;
		background: #ff6a00;
	}

	.bl-news-archive-link:hover .bl-news-archive-ttl {
		text-decoration: underline;
	}

	.bl-news-single-category:hover {
		color: #ff6a00;
	}

	.bl-news-home:hover {
		opacity: 0.7;
	}
}

/* =========================================================
  SP
========================================================= */

@media screen and (max-width: 750px) {
	.ly-news-archive {
		padding: 60px 0 80px;
	}

	.ly-news-archive .ly-cont-inner,
	.bl-news-single .ly-cont-inner {
		width: 327px;
		max-width: calc(100% - 48px);
	}

	/* Archive: category filter */

	.bl-news-filter {
		margin-bottom: 53px;
	}

	.bl-news-filter-list {
		justify-content: center;
	}

	.bl-news-filter-link {
		padding-inline: 17px;
	}

	/* Archive: list */

	.bl-news-archive-link {
		display: block;
		min-height: 116px;
		padding: 18px 27px 18px 0;
	}

	.bl-news-archive-categories {
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 5px;
	}

	.bl-news-archive-ttl {
		width: 300px;
		max-width: 100%;
	}

	.bl-news-archive-date {
		display: block;
		margin-top: 4px;
	}

	.bl-news-archive-arrow {
		position: absolute;
		top: 50%;
		right: 1px;
		display: block;
		transform: translateY(-50%);
	}

	/* Archive: pagination */

	.bl-news-pagination {
		margin-top: 58px;
	}

	.bl-news-pagination .wp-pagenavi {
		gap: 25px;
	}

	/* Shared home link */

	.bl-news-home-wrap {
		margin-top: 64px;
	}

	.bl-news-home {
		width: 275px;
		min-height: 38px;
		padding: 0 35px 12px;
		font-size: 18px;
		font-weight: 500;
	}

	.bl-news-home-arrow {
		top: 7px;
		left: 8px;
	}

	.bl-news-single-header {
		min-height: 192px;
	}

	.bl-news-single-header-inner {
		width: 325px;
		max-width: calc(100% - 50px);
	}

	.bl-news-single-meta {
		gap: 8px;
		margin-bottom: 5px;
	}

	.bl-news-single-categories {
		gap: 8px;
	}

	.bl-news-single-category {
		min-width: 93px;
		height: 22px;
		padding-inline: 18px;
	}

	.bl-news-single-date {
		font-size: 14px;
		line-height: 1.6;
	}

	.bl-news-single-ttl {
		font-size: 22px;
		line-height: 1.3;
	}

	/* Single: body */

	.bl-news-single-body {
		padding: 64px 0 80px;
	}

	.bl-news-single-content {
		font-size: 15px;
		line-height: 1.9;
	}

	.bl-news-single-content p {
		margin-bottom: 28px;
	}

	.bl-news-single-content img,
	.bl-news-single-content figure {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.bl-news-single-content h2 {
		margin-top: 48px;
		font-size: 22px;
	}

	.bl-news-single-content h3 {
		margin-top: 40px;
		font-size: 19px;
	}

	.bl-news-single-content h4 {
		margin-top: 32px;
		font-size: 17px;
	}

	.bl-news-single-actions {
		margin-top: 72px;
	}

	.bl-news-single-actions .bl-news-home {
		margin-top: 56px;
	}
}