/* 学習記事CSS */

.single-learning_article .l-sidebar {
	display: none;
}

@media (min-width: 600px) {

	.l-content:has(main.learning-library),
	.l-content:has(main.single-learning-article) {
		padding-top: 0 !important;
	}
}


/* 記事内でswellのパンクズリスト非表示 */
.single-learning_article .p-breadcrumb{
	display: none;
}


#ll-filter-modal-title {
	background: var(--Blue, linear-gradient(92deg, #3F94E3 21.49%, #8229DA 84.72%));
	font-family: "M PLUS 1";
	font-size: var(--TextSize-H2, 18px);
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.72px;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.ll-learning-fixed-filter {
	z-index: 10;
	width: 100%;
	padding: 15px 20px 12px;
	transition: none;
}

.ll-learning-fixed-filter-spacer {
	display: none;
	height: 0;
}

main.learning-library{
	max-width: 900px;
	margin: 0 auto;
}

main.learning-library .ll-term-carousel {
	padding: 0;
	overflow: hidden;
}

main.learning-library .ll-term-carousel__scroller {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 3px 20px 38px 6px;
	-webkit-overflow-scrolling: touch;
	/* 	scroll-snap-type: x proximity; */
	scrollbar-width: none;
}

main.learning-library .ll-term-carousel__scroller::-webkit-scrollbar {
	display: none;
}

main.learning-library .ll-term-card {
	flex: 0 0 120px;
	width: 120px;
	height: 158px;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	color: #646464;
	text-decoration: none;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
	scroll-snap-align: start;
}

main.learning-library .ll-term-card__thumb {
	display: block;
	width: 120px;
	height: 90px;
	background: #F4F5F7;
	overflow: hidden;
}

main.learning-library .ll-term-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

main.learning-library .ll-term-card__body {
	display: flex;
	align-items: center;
	width: 100%;
	height: 66px;
	padding: 8px;
	box-sizing: border-box;
	background: #fff;
}

main.learning-library .ll-term-card__name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #646464;
	font-family: "M PLUS 1", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: .03em;
}

.admin-bar .ll-learning-fixed-filter {
	top: calc(var(--ll-learning-fixed-filter-top, 64px) + 32px);
}



.ll-learning-fixed-filter .ll-blog-filter-bar {
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: 900px;
	margin: 0 auto;
}

.ll-learning-fixed-filter .ll-blog-filter-bar__search {
	flex: 1;
	min-width: 0;
}

.ll-learning-fixed-filter .ll-blog-search {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
}

.ll-learning-fixed-filter .ll-blog-search__icon {
	position: absolute;
	left: 16px;
	top: 50%;
	display: flex;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	pointer-events: none;
}

.ll-learning-fixed-filter .ll-blog-search__input {
	width: 100%;
	height: 100%;
	padding: 0 16px 0 50px !important;
	border: 0 !important;
	outline: none !important;
	background-color: #F8FAF9;
	box-shadow: none !important;
	font-size: 18px;
	box-sizing: border-box;
}

.ll-blog-search__input {
	width: 100%;
	height: 100%;
	padding: 0 18px 0 56px;
	border: 0 !important;
	outline: 0;
	background: var(--Background-LightGray, #F8FAF9);
	box-shadow: none !important;
	color: #333;
	font-size: 18px;
	line-height: 1;
	-webkit-appearance: none;
	appearance: none;
}


.ll-learning-fixed-filter .ll-blog-search__submit {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.ll-learning-fixed-filter .ll-blog-icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	flex: 0 0 auto;
}

.ll-learning-fixed-filter .ll-blog-icon-button img {
	display: block;
	max-width: 100%;
	height: auto;
}

html.is-kc-modal-open {
	overflow: hidden;
}

.kc-filter-modal[hidden] {
	display: none !important;
}

.kc-filter-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .28s ease, visibility .28s ease;
}

.kc-filter-modal__panel {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 560px;
	margin: 0 auto;
	max-height: 86vh;
	background: #fff;
	border-radius: 28px 28px 0 0;
	overflow: hidden;
	transform: translateY(100%);
	transition: transform 0.32s ease;
}

.kc-filter-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.kc-filter-form {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 0;
	flex-direction: column;
}


.kc-filter-modal.is-open .kc-filter-modal__panel {
	transform: translateY(0);
}

.kc-filter-form__scrollable {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 0;
	padding: 0;
	flex-direction: column;
	box-sizing: border-box;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.kc-filter-form__head {
	width: 100%;
	margin: 0 0 28px;
}

.kc-filter-group {
	margin-top: 24px;
}

.kc-filter-group__title {
	margin-bottom: 12px;
	color: var(--TextColor-Primary, #646464);
	font-size: var(--TextSize-BodyLg, 16px);
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	/* 22.4px */
	letter-spacing: 0.32px;
}

.kc-filter-select {
	width: 100%;
	height: 34px;
	color: var(--TextColor-Primary, #646464);
	font-family: "M PLUS 1";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	/* 28.8px */
	letter-spacing: 0.048px;
	border-radius: 2px;
	border: 1px solid var(--IconColor-LightGray, #B8B8B8);
	background: #FFF;
}

.ll-tag-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ll-tag-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid #ddd;
	border-radius: 999px;
	background: #fff;
	cursor: pointer;
	font-weight: 500;
	font-size: 12px;
}

.ll-tag-pill input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.ll-tag-pill.is-selected {
	background: #888;
	border-color: #888;
	color: #fff;
}

.kc-filter-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 32px;
}

.kc-clear-btn,
.kc-apply-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	border-radius: 999px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

.kc-clear-btn {
	border: 1px solid #8B8B8B;
	color: #555;
	background: #fff;
}

.kc-apply-btn {
	border: 0;
	color: #fff;
	background: linear-gradient(90deg, #39a7f4, #8e24e8);
	cursor: pointer;
}

@media (max-width: 959px) {
	.admin-bar .ll-learning-fixed-filter {
		top: calc(var(--ll-learning-fixed-filter-top, 64px) + 30px);
		box-shadow: inset 0 10px 10px -12px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(0, 0, 0, .03);
	}

	.ll-learning-fixed-filter {
		position: fixed;
		left: 0;
		right: 0;
		top: 55px;
		z-index: 9998;
	}

	.ll-learning-fixed-filter-spacer {
		display: block;
		height: 74px;
	}

	body.admin-bar .ll-learning-fixed-filter {
		top: 46px;
	}

}

@media (max-width: 480px) {
	.ll-learning-fixed-filter {
		padding: 15px 20px 12px;
	}

	.ll-learning-fixed-filter-spacer {
		height: 74px;
	}

	.ll-learning-fixed-filter .ll-blog-filter-bar {
		gap: 12px;
	}

	.ll-learning-fixed-filter .ll-blog-search__input {
		font-size: 17px;
	}
}


.ll-live-search-close {
	display: none;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #888;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
}

.ll-live-search-results {
	display: none;
	background: #fff;
}

body.is-ll-live-search .ll-learning-fixed-filter {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	min-height: calc(100dvh - 55px);
	background: #fff;
	padding: 20px 20px 0;
	box-sizing: border-box;
}

@media (max-width: 959px) {
	body.is-ll-live-search .ll-learning-fixed-filter {
		padding: 13px 20px 0;
	}
}



body.admin-bar.is-ll-live-search .ll-learning-fixed-filter {
	top: 101px;
	min-height: calc(100dvh - 101px);
}

body.is-ll-live-search .ll-learning-fixed-filter .ll-blog-filter-bar {
	max-width: 800px;
	margin: 0 auto;
	gap: 12px;
}

body.is-ll-live-search .ll-blog-icon-button--filter,
body.is-ll-live-search .ll-blog-icon-button--mypage {
	display: none;
}

.ll-live-search-close {
	position: relative;
	display: none;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 0;
	line-height: 1;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

body.is-ll-live-search .ll-live-search-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ll-live-search-close::before,
.ll-live-search-close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 2px;
	border-radius: 999px;
	background: #8B8B8B;
	transform-origin: center;
}

.ll-live-search-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.ll-live-search-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

body.is-ll-live-search .ll-live-search-results {
	display: block;
	height: calc(100dvh - 125px);
	margin: 20px auto;
	padding: 0 0px 40px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-width: 800px;
}

body.is-ll-live-search .ll-live-search-results__inner.is-loading {
	opacity: .55;
}

body.is-ll-live-search .ll-live-search-empty {
	margin: 40px 0;
	color: #888;
	font-size: 14px;
	text-align: center;
}

body.is-ll-live-search main.learning-library {
	visibility: hidden;
}

main.learning-library .ll-filter-result-summary {
	margin: 0 0 32px;
}

main.learning-library .ll-filter-result-summary__title {
	margin: 0 0 16px;
}

body.is-ll-live-search .ll-live-search-results__inner {
	display: block;
	padding-top: 16px;
}

body.is-ll-live-search .ll-live-search-card {
	display: grid;
	grid-template-columns: 85px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin: 0 0 18px;
	color: #646464;
	text-decoration: none;
}

body.is-ll-live-search .ll-live-search-card__thumb {
	display: block;
	width: 85px;
	height: 44px;
	border-radius: 2px;
	background: #F4F5F7;
	overflow: hidden;
}

body.is-ll-live-search .ll-live-search-card__thumb img,
body.is-ll-live-search .ll-live-search-card__no-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #F4F5F7;
}

body.is-ll-live-search .ll-live-search-card__body {
	display: block;
	min-width: 0;
	padding-top: 0;
}

body.is-ll-live-search .ll-live-search-card__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 5px;
	border-radius: 4px;
	color: #fff;
	font-family: "M PLUS 1", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

body.is-ll-live-search .ll-live-search-card__status.is-unread {
	background: #FF6674;
}

body.is-ll-live-search .ll-live-search-card__status.is-read {
	background: #5CA8FF;
}

body.is-ll-live-search .ll-live-search-card__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #646464;
	font-family: "M PLUS 1", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .02em;
}

.ll-blog-search__input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.ll-blog-search__input {
	padding-right: 44px !important;
}

.ll-blog-search__clear {
	position: absolute;
	right: 14px;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 13px;
	height: 13px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #B8B8B8;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	transform: translateY(-50%);
	cursor: pointer;
}

.ll-blog-search__clear[hidden] {
	display: none !important;
}

main.learning-library .ll-selected-filters {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding: 0 72px 18px 0;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;

	-webkit-mask-image: linear-gradient(to right,
			#000 0,
			#000 calc(100% - 30px),
			transparent 100%);
	mask-image: linear-gradient(to right,
			#000 0,
			#000 calc(100% - 30px),
			transparent 100%);
}

main.learning-library .ll-selected-filters::-webkit-scrollbar {
	display: none;
}

main.learning-library .ll-selected-filter {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: #909090;
	color: #fff;
	font-family: "M PLUS 1", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

main.learning-library .ll-selected-filter__remove {
	display: inline-flex;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	color: #909090;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

main.learning-library .ll-filter-result-summary__count {
	display: block;
	margin-left: auto;
	text-align: right;
}


.ll-dig-intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: var(--TextSize-Tiny, 12px);
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.ll-dig-intro__logo {
	display: block;
	width: 156px;
	height: auto;
	object-fit: contain;
	padding-bottom: 8px;
}

@media (min-width: 769px) {
	.ll-dig-intro__logo {
		width: 230px;
		height: auto;
	}


	.ll-dig-intro {
		margin-top: 30px;
	}
}

.ll-blog-filter-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
}

.ll-blog-filter-bar__search {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
}

.ll-blog-search {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 38px;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	background: #f8faf9;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}

.ll-blog-search__icon {
	position: absolute;
	left: 9px;
	top: 50%;
	display: flex;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	pointer-events: none;
}

.ll-blog-search__icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.ll-blog-search__input::placeholder {
	color: #b7b7b7;
	opacity: 1;
}

.ll-blog-search__submit {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ll-blog-icon-button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

.ll-blog-icon-button img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ll-blog-icon-button.is-active {
	opacity: 1;
}

@media (max-width: 480px) {
	.ll-blog-filter-bar {
		gap: 8px;
		max-width: none;
	}

	.ll-blog-search__input {
		padding-left: 50px;
	}

	.ll-blog-search__icon {
		left: 16px;
	}

	.ll-blog-icon-button {}
}


#pmpro_account-membership .pmpro_list_item {
	white-space: nowrap;
}


/* =========================================================
   学習記事詳細ページ
========================================================= */

.single-learning-article {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	color: #646464;
	font-family: "M PLUS 1", sans-serif;
}

/* main.learning-library {
	max-width: 800px;
	margin: 0 auto;
} */

/* アイキャッチ */
.single-learning-article__hero {
	margin: 0;
	background: #f4f5f7;
}

.single-learning-article__hero img,
.single-learning-article__hero .no-image {
	display: block;
	width: 100%;
	aspect-ratio: 750 / 389;
	height: auto;
	object-fit: cover;
}

/* 本文上部 */
.single-learning-article__body {
	padding: 30px 0px 56px;
	background: #fff;
}

.single-learning-article__status-row {
	margin: 0 0 6px;
}

.single-learning-article__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px 2px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.single-learning-article__status.is-unread {
	background: #ff6674;
}

.single-learning-article__status.is-read {
	background: #5ca8ff;
}

.single-learning-article__title {
	margin: 0 0 10px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .03em;
}

.single-learning-article__stats {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0 0 56px;
	color: #b8b8b8;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}

.single-learning-article__save-count,
.single-learning-article__heart-count {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #b8b8b8;
	font: inherit;
	cursor: pointer;
	font-size: 12px;
	margin-bottom: 10px;
}

.single-learning-article__heart-count:disabled {
	cursor: default;
	opacity: 1;
}

.single-learning-article__save-count.is-saved .single-learning-article__bookmark-icon {
	background-color: #118238;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 20'%3E%3Cpath fill='black' d='M2 0h10a2 2 0 0 1 2 2v17.1a.8.8 0 0 1-1.25.66L7 16l-5.75 3.76A.8.8 0 0 1 0 19.1V2a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 20'%3E%3Cpath fill='black' d='M2 0h10a2 2 0 0 1 2 2v17.1a.8.8 0 0 1-1.25.66L7 16l-5.75 3.76A.8.8 0 0 1 0 19.1V2a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.single-learning-article__heart-count.is-active .single-learning-article__small-heart-icon {
	background-color: #e52c2c;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20'%3E%3Cpath fill='black' d='M11 19.4l-1.36-1.23C4.8 13.78 1.6 10.88 1.6 7.33 1.6 4.43 3.87 2.2 6.75 2.2c1.63 0 3.2.76 4.25 1.96A5.6 5.6 0 0 1 15.25 2.2c2.88 0 5.15 2.23 5.15 5.13 0 3.55-3.2 6.45-8.04 10.84L11 19.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20'%3E%3Cpath fill='black' d='M11 19.4l-1.36-1.23C4.8 13.78 1.6 10.88 1.6 7.33 1.6 4.43 3.87 2.2 6.75 2.2c1.63 0 3.2.76 4.25 1.96A5.6 5.6 0 0 1 15.25 2.2c2.88 0 5.15 2.23 5.15 5.13 0 3.55-3.2 6.45-8.04 10.84L11 19.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.single-learning-article__bookmark-icon,
.single-learning-article__small-heart-icon {
	display: inline-block;
	flex: 0 0 auto;
	background-color: currentColor;
}

.single-learning-article__bookmark-icon {
	width: 16px;
	height: 20.5px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 20'%3E%3Cpath fill='black' d='M2 0h10a2 2 0 0 1 2 2v17.1a.8.8 0 0 1-1.25.66L7 16l-5.75 3.76A.8.8 0 0 1 0 19.1V2a2 2 0 0 1 2-2Zm0 2v14.9l5-3.28 5 3.28V2H2Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 20'%3E%3Cpath fill='black' d='M2 0h10a2 2 0 0 1 2 2v17.1a.8.8 0 0 1-1.25.66L7 16l-5.75 3.76A.8.8 0 0 1 0 19.1V2a2 2 0 0 1 2-2Zm0 2v14.9l5-3.28 5 3.28V2H2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.single-learning-article__small-heart-icon {
	width: 24px;
	height: 24px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20'%3E%3Cpath fill='black' d='M11 19.4l-1.36-1.23C4.8 13.78 1.6 10.88 1.6 7.33 1.6 4.43 3.87 2.2 6.75 2.2c1.63 0 3.2.76 4.25 1.96A5.6 5.6 0 0 1 15.25 2.2c2.88 0 5.15 2.23 5.15 5.13 0 3.55-3.2 6.45-8.04 10.84L11 19.4Zm0-2.7.15-.14c4.47-4.05 7.25-6.58 7.25-9.23 0-1.8-1.35-3.13-3.15-3.13-1.39 0-2.74.89-3.22 2.12h-2.06C9.49 5.09 8.14 4.2 6.75 4.2 4.95 4.2 3.6 5.53 3.6 7.33c0 2.65 2.78 5.18 7.25 9.23l.15.14Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20'%3E%3Cpath fill='black' d='M11 19.4l-1.36-1.23C4.8 13.78 1.6 10.88 1.6 7.33 1.6 4.43 3.87 2.2 6.75 2.2c1.63 0 3.2.76 4.25 1.96A5.6 5.6 0 0 1 15.25 2.2c2.88 0 5.15 2.23 5.15 5.13 0 3.55-3.2 6.45-8.04 10.84L11 19.4Zm0-2.7.15-.14c4.47-4.05 7.25-6.58 7.25-9.23 0-1.8-1.35-3.13-3.15-3.13-1.39 0-2.74.89-3.22 2.12h-2.06C9.49 5.09 8.14 4.2 6.75 4.2 4.95 4.2 3.6 5.53 3.6 7.33c0 2.65 2.78 5.18 7.25 9.23l.15.14Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.single-learning-article__content {
	color: #111;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.9;
}

/* 本文内で手動作成するチャットレッスンボタン */
.single-learning-article__manual-lesson {
	margin: 48px 0 56px;
	text-align: center;
}

.single-learning-article__lesson-link {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	color: #8b8b8b;
	font-weight: 700;
	text-decoration: none;
}

.single-learning-article__lesson-caption {
	margin-bottom: -2px;
	font-size: 14px;
	line-height: 1.4;
}

.single-learning-article__lesson-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-width: 360px;
	min-height: 48px;
	padding: 0 24px;
	border: 2px solid #9c9c9c;
	border-radius: 999px;
	background: #fff;
	color: #777;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	box-sizing: border-box;
}

.single-learning-article__lesson-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #999;
	color: #fff;
	font-size: 20px;
	line-height: 1;
}

/* タグ */
.single-learning-article__tags {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	margin: 0;
	padding: 20px 0px 25px;
	list-style: none;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.single-learning-article__tags::-webkit-scrollbar {
	display: none;
}

.single-learning-article__tags li {
	flex: 0 0 auto;
}

.single-learning-article__tags a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 8px 10px;
	border: 1px solid #ededed;
	border-radius: 999px;
	background: #fff;
	color: #646464;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
}

/* Lottieハート */
.single-learning-article__helpful {
	margin: 0 0 20px;
	padding: 27px 31px;
	background: linear-gradient(100deg, #dff2ff 21.49%, #f1defd 84.72%);
	text-align: center;
}

.single-learning-article__helpful-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    margin: 0 auto 14px;
    padding: 0;
    border: 7px solid #fff;
    border-radius: 50%;
    background: #fff;
    box-shadow:0 0px 12px rgb(171 57 187 / 24%);
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

.single-learning-article__helpful-lottie {
	display: block;
	width: 60px;
	height: 60px;
	overflow: visible;
}

/* .single-learning-article__helpful-lottie>div,
.single-learning-article__helpful-lottie svg {
	display: block;
	width: 98px !important;
	height: 98px !important;
	overflow: visible !important;
} */

/* Lottie内部の赤い丸が小さい場合、ここで実体を拡大する */
.single-learning-article__helpful-lottie svg {
	transform: translate(1px, 3px) scale(2.35) !important;
	transform-origin: center center !important;
	transform-box: fill-box;
}

/* クリック前：Lottieだけ少し薄くする */
.single-learning-article__helpful:not(.is-pressed) .single-learning-article__helpful-lottie {
	opacity: .3;
	transition: opacity .2s ease;
}

/* クリック後：通常の濃さに戻す */
.single-learning-article__helpful.is-pressed .single-learning-article__helpful-lottie {
	opacity: 1;
}

.single-learning-article__helpful-button:disabled {
	opacity: .8;
	cursor: default;
}


.single-learning-article__helpful p {
	margin: 0;
	color: #646464;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

.single-learning-article__helpful-count {
	display: none;
}

/* この記事を保存 */
.single-learning-article__save-row {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 28px 31px 18px;
	color: #b8b8b8;
	font-size: 16px;
	font-weight: 700;
}

.single-learning-article__save-row.is-saved .single-learning-article__bookmark-icon {
	color: #118238;
}


.single-learning-article__save-plugin-button {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
	overflow: hidden;
	opacity: 0;
}

.single-learning-article__save-plugin-button button,
.single-learning-article__save-plugin-button a,
.single-learning-article__save-plugin-button .simplefavorite-button {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: 0;
	cursor: pointer;
}

/* 下部パンくず */
.single-learning-article__bottom-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 31px 32px 0;
	color: #8B8B8B;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
	overflow-x: auto;
}

.single-learning-article__bottom-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

/* パンくず区切り矢印 */
.single-learning-article__breadcrumb-separator {
	display: inline-block;
	width: 5.113px;
	height: 8.876px;
	flex: 0 0 auto;
	background-color: #8B8B8B;

	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.113' height='8.876' viewBox='0 0 5.113 8.876' fill='none'%3E%3Cpath d='M0.85 0.85L4.263 4.438L0.85 8.026' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;

	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.113' height='8.876' viewBox='0 0 5.113 8.876' fill='none'%3E%3Cpath d='M0.85 0.85L4.263 4.438L0.85 8.026' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}



/* 前の記事・次の記事 */
.single-learning-article__post-nav {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 4px 0 30px;
	border-top: 0;
	border-bottom: 0;
}

/* 横線を画面いっぱいにする */
.single-learning-article__post-nav::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 100vw;
	height: 100%;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	transform: translateX(-50%);
	pointer-events: none;
	box-sizing: border-box;
	z-index: 0;
}

/* 既存の中央縦線は消す */
.single-learning-article__post-nav-item+.single-learning-article__post-nav-item {
	border-left: 0;
}

/* 中央の縦線：横線と繋げない */
.single-learning-article__post-nav::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1px;
	height: calc(100% - 40px);
	background: #EDEDED;
	transform: translate(-50%, -50%);
	z-index: 2;
	pointer-events: none;
}

/* 前後どちらか片方しかない場合は縦線を出さない */
.single-learning-article__post-nav:not(:has(.single-learning-article__post-nav-item--prev)):before,
.single-learning-article__post-nav:not(:has(.single-learning-article__post-nav-item--next)):before {
	display: none;
}


/* 中身は線より上に出す */
.single-learning-article__post-nav-item {
	position: relative;
	z-index: 1;
}

.single-learning-article__post-nav-item a {
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: 92px;
	padding: 16px 0px;
	color: #8b8b8b;
	text-decoration: none;
}

.single-learning-article__post-nav-item--next a {
	justify-content: flex-end;
	text-align: right;
}

.single-learning-article__post-nav-item small {
	display: block;
	margin-bottom: 6px;
	color: #B8B8B8;
	font-size: 12px;
	font-weight: 500;
}

.single-learning-article__post-nav-item strong {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #646464;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
}

.single-learning-article__post-nav-arrow {
	color: #b8b8b8;
	font-size: 42px;
	font-weight: 300;
	line-height: 1;
}

/* 前後記事の矢印 */
.single-learning-article__post-nav-arrow {
	display: inline-block;
	width: 7.669px;
	height: 13.314px;
	flex: 0 0 auto;
	background-color: #B8B8B8;
	font-size: 0;
	line-height: 1;

	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.669' height='13.314' viewBox='0 0 7.669 13.314' fill='none'%3E%3Cpath d='M1.15 1.15L6.519 6.657L1.15 12.164' stroke='black' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;

	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.669' height='13.314' viewBox='0 0 7.669 13.314' fill='none'%3E%3Cpath d='M1.15 1.15L6.519 6.657L1.15 12.164' stroke='black' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

/* 前の記事：左向き */
.single-learning-article__post-nav-arrow--prev {
	transform: rotate(180deg);
}

/* 次の記事：右向き */
.single-learning-article__post-nav-arrow--next {
	transform: none;
}




/* LINEボタン */
.single-learning-article__line-cta--buyer {
	padding: 32px 31px 50px;
	text-align: center;
}

.single-learning-article__line-button.single-learning-article__line-button--buyer {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 246px;
	height: 40px;
	min-height: 0;
	padding: 0 44px;
	border-radius: 999px;
	background: #06C755;
	box-shadow: 0 4px 0 #00903B;
	color: var(--Theme-White, #FFF);
	font-size: var(--TextSize-BodyLg, 16px);
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.32px;
	text-decoration: none;
	box-sizing: border-box;
}

/* LINEアイコンを左寄せ */
.single-learning-article__line-button--buyer .single-learning-article__line-icon {
	position: absolute;
	left: 17px;
	top: 50%;
	display: block;
	width: 26.674px;
	height: 25.414px;
	transform: translateY(-46%);
}

.single-learning-article__line-cta--buyer {
	padding: 48px 31px 56px;
	text-align: center;
}

.single-learning-article__line-lead {
	color: var(--TextColor-Primary, #646464);
	text-align: center;
	/* Tiny */
	font-family: "M PLUS 1";
	font-size: var(--TextSize-Tiny, 12px);
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 14.4px */
	letter-spacing: 0.24px;
	margin-bottom: 3px;
}

.single-learning-article__line-button.single-learning-article__line-button--buyer {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 246px;
	height: 40px;
	min-height: 0;
	padding: 0 44px;
	border-radius: 999px;
	background: #06C755;
	box-shadow: 0 4px 0 #00903B;
	color: var(--Theme-White, #FFF);
	font-family: "M PLUS 1", sans-serif;
	font-size: var(--TextSize-BodyLg, 16px);
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.32px;
	text-decoration: none;
	box-sizing: border-box;
	transition: transform .08s ease, box-shadow .08s ease;
}

/* LINEアイコンを左寄せ */
.single-learning-article__line-button--buyer .single-learning-article__line-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	display: block;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
}

/* 押したら凹む */
.single-learning-article__line-button--buyer:active {
	transform: translateY(4px);
	box-shadow: 0 0 0 #00903B;
}

/* キーボード操作時 */
.single-learning-article__line-button--buyer:focus-visible {
	outline: 3px solid rgba(6, 199, 85, .28);
	outline-offset: 4px;
}





/* あわせて読みたい */
.related-articles {
	padding: 0 0px 10px;
}

.related-articles h2 {
	margin: 0 0 22px;
	color: #646464;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}


.single-learning-article__guest-stats {
	position: relative;
	margin: 0;
	padding: 0px 24px 56px;
	background: #fff;
	text-align: center;
}

.single-learning-article__guest-stats-text {
	position: relative;
	z-index: 1;
	margin: 0;
	background: var(--Blue, linear-gradient(92deg, #3F94E3 31.49%, #8229DA 84.72%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "M PLUS 1", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: .04em;
}

.single-learning-article__guest-stats-text span {
	font-size: 14px;
	font-weight: 700;
}

.single-learning-article__guest-stats-icon {
	position: absolute;
	z-index: 0;
	display: block;
	width: 78px;
	height: 78px;
	pointer-events: none;
	object-fit: contain;
}

/* しおり */
.single-learning-article__guest-stats-icon--bookmark {
	left: 50%;
	top: -27px;
	transform: translateX(-165px);
}

/* ハート */
.single-learning-article__guest-stats-icon--heart {
	left: 50%;
	top: 13px;
	transform: translateX(75px);
}

@media (max-width: 767px) {
	/* .single-learning-article__guest-stats {
		padding: 52px 20px 52px;
	}

	.single-learning-article__guest-stats-text {
		font-size: 24px;
	}

	.single-learning-article__guest-stats-icon--bookmark {
		left: 8%;
		top: 32px;
		width: 78px;
		height: 110px;
	}

	.single-learning-article__guest-stats-icon--heart {
		right: 7%;
		top: 88px;
		width: 92px;
		height: 84px;
	} */
}

.single-learning-article__guest-separator {
	height: 1px;
	margin: 0 0px 28px;
	background: #EDEDED;
}

/* 旧詳細パーツ */
.single-learning-article__divider {
	display: none;
}

/* SP調整 */
/* @media (max-width: 767px) {
	.single-learning-article__body {
		padding: 30px 0px 56px;
	}

	.single-learning-article__title {
		font-size: 31px;
	}

	.single-learning-article__stats {
		font-size: 16px;
		gap: 24px;
	}

	.single-learning-article__content {
		font-size: 18px;
	}

	.single-learning-article__lesson-button {
		min-width: 0;
		width: min(430px, calc(100vw - 62px));
		font-size: 22px;
	}

	.single-learning-article__post-nav-item a {
		padding: 18px;
	}

	.single-learning-article__post-nav-item strong {
		font-size: 16px;
	}
}

@media (max-width: 374px) {

	.single-learning-article__title {
		font-size: 28px;
	}

	.single-learning-article__lesson-button {
		width: calc(100vw - 44px);
		font-size: 20px;
	}
} */


/* section.feature-section h2,
.all-articles h2 {
    font-size: 20px;
}
 */
.ll-library-head {
	margin: 0 0 32px;
}

.ll-library-head__inner {
	max-width: 500px;
	margin: 0 auto;
	padding: 0px;
	background: #fff;
}

.ll-search-form {}

.ll-search-form__row {
	display: flex;
	gap: 12px;
}

.ll-search-form__input {
	flex: 1;
	min-width: 0;
	height: 40px;
	border: 1px solid #8b8b8b;
	border-radius: 4px;
	padding-left: 37px;
}

.ll-search-form__button {
	width: 84px;
	height: 40px;
	border: 0;
	border-radius: 4px;
	background: #9c9c9c;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.ll-default-feature {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #8b8b8b;
}

.ll-default-feature__label {
	margin: 0 0 10px;
	color: #646464;
	font-size: 16px;
	font-weight: 700;
}

.ll-default-feature__form {
	display: flex;
	gap: 12px;
}

.ll-default-feature__select {
	flex: 1;
	min-width: 0;
	height: 40px;
	border: 1px solid #8b8b8b;
	border-radius: 4px;
	padding: 0 12px;
	background: #fff;
}

.ll-default-feature__button {
	width: 84px;
	height: 40px;
	border: 0;
	border-radius: 4px;
	background: #9c9c9c;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.single-learning-article__feature-list.library-bottom-list--features a span {
	font-weight: 400;
}



.ll-more-filter__button {
	width: 100%;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: #9c9c9c;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.ll-tag-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ll-tag-pill {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid #d7d7d7;
	border-radius: 999px;
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
}

.ll-tag-pill input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.ll-tag-pill__text {
	color: #646464;
	font-size: 16px;
	font-weight: 700;
}

.ll-tag-pill.is-selected,
.ll-tag-pill:has(input:checked) {
	background: #646464;
	border-color: #646464;
}

.ll-tag-pill.is-selected .ll-tag-pill__text,
.ll-tag-pill:has(input:checked) .ll-tag-pill__text {
	color: #fff;
}

html.is-kc-modal-open {
	overflow: hidden;
}

.kc-filter-modal[hidden] {
	display: none !important;
}

.kc-filter-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .28s ease, visibility .28s ease;
}

.kc-filter-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.kc-filter-modal__bg {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .14);
	-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	transition: opacity .28s ease;
}

.kc-filter-modal.is-open .kc-filter-modal__bg {
	opacity: 1;
}

.kc-filter-modal__panel {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: flex;
	width: min(calc(100vw), 500px);
	height: min(631px, calc(100dvh - 70px));
	max-height: calc(100dvh - env(safe-area-inset-top) - 24px);
	padding: 24px 14px calc(14px + env(safe-area-inset-bottom)) 16px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	flex-shrink: 0;
	box-sizing: border-box;
	background: #fff;
	border-radius: 28px 28px 0 0;
	box-shadow: 0 -8px 28px rgba(0, 0, 0, .14);
	overflow: visible;
	transform: translateX(-50%) translateY(100%);
	transition: transform .32s ease;
}

.kc-filter-modal.is-open .kc-filter-modal__panel {
	transform: translateX(-50%) translateY(0);
}

.kc-filter-modal__handle {
	position: absolute;
	left: 50%;
	top: -19px;
	width: 40px;
	height: 16px;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-image: url("https://note.crap.jp/wp-content/uploads/ll-arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	box-shadow: none;
	transform: translateX(-50%);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.kc-filter-modal__handle::before,
.kc-filter-modal__handle::after {
	content: none;
	display: none;
}

.kc-filter-form {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 0;
	flex-direction: column;
}

.kc-filter-form__scrollable {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 0;
	padding: 0;
	flex-direction: column;
	box-sizing: border-box;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.kc-filter-form__head {
	width: 100%;
	margin: 0 0 28px;
}

#ll-filter-modal-title {
	margin: 0;
	background: linear-gradient(92deg, #3F94E3 21.49%, #8229DA 84.72%);
	font-family: "M PLUS 1", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: .72px;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.kc-filter-group {
	width: 100%;
	margin: 0 0 28px;
}

.kc-filter-group__title {
	margin: 0 0 12px;
	color: #646464;
	font-family: "M PLUS 1", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: .32px;
}

.kc-filter-feature__field {
	display: flex;
	align-items: center;
	gap: 18px;
	width: 100%;
}

.kc-filter-select {
	width: 100%;
	height: 34px;
	padding: 0 44px 0 16px;
	border-radius: 2px;
	border: 1px solid #B8B8B8;
	background: #fff;
	color: #646464;
	font-family: "M PLUS 1", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: .048px;
	box-shadow: none;
	appearance: auto;
	-webkit-appearance: menulist;
}

.kc-filter-feature__count {
	flex: 0 0 auto;
	color: #B8B8B8;
	font-family: "M PLUS 1", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.kc-filter-feature__count[hidden] {
	display: none !important;
}

.kc-filter-modal .ll-tag-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	width: 100%;
}

.kc-filter-modal .ll-view-count-pills {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 15px;
}

.kc-filter-modal .ll-tag-pill input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.kc-filter-modal .ll-view-count-pill {
	position: relative;
	display: flex;
	width: 100%;
	min-width: 0;
	min-height: 32px;
	padding: 4px 8px;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	border: 0;
	border-radius: 2px;
	background: #F4F5F7;
	cursor: pointer;
}

.ll-view-count-pill__check {
	position: relative;
	display: inline-flex;
	width: 18px;
	height: 18px;
	margin-right: 14px;
	flex: 0 0 auto;
	border: 2px solid #B8B8B8;
	border-radius: 2px;
	box-sizing: border-box;
	background: transparent;
}

.ll-view-count-pill.is-selected .ll-view-count-pill__check,
.ll-view-count-pill:has(input:checked) .ll-view-count-pill__check {
	border-color: #5CA8FF;
	background: #5CA8FF;
}

.ll-view-count-pill.is-selected .ll-view-count-pill__check::after,
.ll-view-count-pill:has(input:checked) .ll-view-count-pill__check::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 0;
	width: 6px;
	height: 11px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.ll-view-count-pill__label {
	min-width: 0;
	margin-right: auto;
	color: #646464;
	font-family: "M PLUS 1", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: .048px;
}

.ll-view-count-pill__count {
	margin-left: 8px;
	color: #B8B8B8;
	font-family: "M PLUS 1", sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.kc-filter-modal .ll-view-count-pill .ll-tag-pill__text {
	color: #646464;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

.kc-filter-modal .ll-tag-pill:not(.ll-view-count-pill) {
	position: relative;
	display: inline-flex;
	height: 32px;
	min-height: 32px;
	padding: 8px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	box-sizing: border-box;
	border-radius: 50px;
	border: 1px solid #EDEDED;
	background: #fff;
	color: #646464;
	font-family: "M PLUS 1", sans-serif;
	line-height: 120%;
	letter-spacing: .28px;
	cursor: pointer;
}

.kc-filter-modal .ll-tag-pill:not(.ll-view-count-pill) .ll-tag-pill__text {
	color: inherit;
	font: inherit;
	white-space: nowrap;
}

.kc-filter-modal .ll-tag-pill:not(.ll-view-count-pill).is-selected,
.kc-filter-modal .ll-tag-pill:not(.ll-view-count-pill):has(input:checked) {
	border-color: #909090;
	background: #909090;
	color: #fff;
}

.kc-filter-modal .ll-tag-pill__remove {
	display: none;
	width: 16px;
	height: 16px;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	color: #909090;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.kc-filter-modal .ll-tag-pill.is-selected .ll-tag-pill__remove,
.kc-filter-modal .ll-tag-pill:has(input:checked) .ll-tag-pill__remove {
	display: inline-flex;
}

.kc-filter-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	margin: auto 0 0;
	padding: 20px 5px;
}

.kc-clear-btn,
.kc-apply-btn {
	display: flex;
	min-height: 34px;
	padding: 0 16px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 50px;
	font-family: "M PLUS 1", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: .64px;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .26);
}

.kc-clear-btn {
	border: 1px solid #909090;
	background: #fff;
	color: #646464;
}

.kc-clear-btn.is-disabled {
	opacity: .65;
	pointer-events: none;
}

.kc-apply-btn {
	border: 0;
	background: linear-gradient(92deg, #3F94E3 21.49%, #8229DA 84.72%);
	color: #fff;
	cursor: pointer;
}


.kc-filter-modal .ll-view-count-pill,
.kc-filter-modal .ll-view-count-pill.is-selected,
.kc-filter-modal .ll-view-count-pill:has(input:checked) {
	background: #F4F5F7;
	border: 0;
	color: #646464;
}

.kc-filter-modal .ll-view-count-pill__label {
	color: #646464;
}

.kc-filter-modal .ll-view-count-pill__count {
	color: #B8B8B8;
}

@media (max-width: 374px) {
	.kc-filter-modal__panel {
		width: calc(100vw - 10px);
		padding-left: 12px;
		padding-right: 12px;
	}

	.kc-filter-modal .ll-view-count-pills {
		gap: 12px;
	}

	.kc-filter-actions {
		gap: 16px;
	}
}


@media (max-width: 767px) {

	.ll-search-form__row,
	.ll-default-feature__form {
		gap: 8px;
	}

	.ll-search-form__button,
	.ll-default-feature__button {
		width: 72px;
	}
}

.ll-default-feature__form {
	display: flex;
	gap: 12px;
	align-items: center;
}

.ll-default-feature__select {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	height: 40px;
	border: 1px solid #8b8b8b;
	border-radius: 4px;
	padding: 0 12px;
	background: #fff;
	color: #646464;
	font-size: 16px;
	-webkit-appearance: menulist;
	appearance: menulist;
}

.ll-default-feature__button {
	flex: 0 0 84px;
	height: 40px;
}

@media (max-width: 767px) {
	.ll-default-feature__form {
		display: block;
	}

	.ll-default-feature__select {
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}

	.ll-default-feature__button {
		display: block;
		width: 100%;
		flex: none;
	}
}


/* 学習記事カード：一覧デザイン */
.article-grid {
	display: block;
}

.section-more {
	margin: 24px 0 64px;

}

.section-more .arrow-button.arrow-link {
	padding: 4px 5px;
}

.all-articles,
.feature-section {
	margin: 60px 0 28px;
}

.all-articles h2,
.feature-section h2 {
	margin: 0 0 12px;
	/* 	padding: 0 20px; */
	color: #646464;
	font-family: "M PLUS 1", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: .03em;
}

.all-articles h2 a,
.feature-section h2 a {
	color: inherit;
	text-decoration: none;
}

.learning-card {
	margin: 0;
	padding: 16px 0px 18px;
	border-bottom: 1px solid #EDEDED;
	background: #fff;
	box-sizing: border-box;
}

.learning-card__main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 32.5%;
	gap: 16px;
	align-items: start;
}

.learning-card__content {
	min-width: 0;
}

.learning-card__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 8px;
	padding: 2px 5px;
	border-radius: 4px;
	color: #fff;
	font-family: "M PLUS 1", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .02em;
}

.learning-card__status.is-unread {
	background: #FF6674;
}

.learning-card__status.is-read {
	background: #5CA8FF;
}

.learning-card__title {
	margin: 0 0 6px;
	color: #646464;
	font-family: "M PLUS 1", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .02em;
}

.learning-card__title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
}

.learning-card__stats {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
	color: #B8B8B8;
	font-family: "M PLUS 1", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}

.learning-card__save-button,
.learning-card__favorite-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #B8B8B8;
	font: inherit;
	line-height: inherit;
	white-space: nowrap;
	cursor: pointer;
}

.learning-card__favorite-button:disabled {
	cursor: default;
	opacity: 1;
}

.learning-card__save-count-text {
	overflow: hidden;
	text-overflow: ellipsis;
}

.learning-card__bookmark-icon,
.learning-card__heart-icon {
	display: inline-block;
	flex: 0 0 auto;
	width: 16px;
	height: 18px;
	background-color: currentColor;
}

.learning-card__bookmark-icon {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 20'%3E%3Cpath fill='black' d='M2 0h10a2 2 0 0 1 2 2v17.1a.8.8 0 0 1-1.25.66L7 16l-5.75 3.76A.8.8 0 0 1 0 19.1V2a2 2 0 0 1 2-2Zm0 2v14.9l5-3.28 5 3.28V2H2Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 20'%3E%3Cpath fill='black' d='M2 0h10a2 2 0 0 1 2 2v17.1a.8.8 0 0 1-1.25.66L7 16l-5.75 3.76A.8.8 0 0 1 0 19.1V2a2 2 0 0 1 2-2Zm0 2v14.9l5-3.28 5 3.28V2H2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.learning-card__heart-icon {
	width: 18px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20'%3E%3Cpath fill='black' d='M11 19.4l-1.36-1.23C4.8 13.78 1.6 10.88 1.6 7.33 1.6 4.43 3.87 2.2 6.75 2.2c1.63 0 3.2.76 4.25 1.96A5.6 5.6 0 0 1 15.25 2.2c2.88 0 5.15 2.23 5.15 5.13 0 3.55-3.2 6.45-8.04 10.84L11 19.4Zm0-2.7.15-.14c4.47-4.05 7.25-6.58 7.25-9.23 0-1.8-1.35-3.13-3.15-3.13-1.39 0-2.74.89-3.22 2.12h-2.06C9.49 5.09 8.14 4.2 6.75 4.2 4.95 4.2 3.6 5.53 3.6 7.33c0 2.65 2.78 5.18 7.25 9.23l.15.14Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20'%3E%3Cpath fill='black' d='M11 19.4l-1.36-1.23C4.8 13.78 1.6 10.88 1.6 7.33 1.6 4.43 3.87 2.2 6.75 2.2c1.63 0 3.2.76 4.25 1.96A5.6 5.6 0 0 1 15.25 2.2c2.88 0 5.15 2.23 5.15 5.13 0 3.55-3.2 6.45-8.04 10.84L11 19.4Zm0-2.7.15-.14c4.47-4.05 7.25-6.58 7.25-9.23 0-1.8-1.35-3.13-3.15-3.13-1.39 0-2.74.89-3.22 2.12h-2.06C9.49 5.09 8.14 4.2 6.75 4.2 4.95 4.2 3.6 5.53 3.6 7.33c0 2.65 2.78 5.18 7.25 9.23l.15.14Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.learning-card__save-button.is-saved,
.learning-card__favorite-button.is-active {
	color: #B8B8B8;
}

/* 保存済み：ブックマークの中身を塗りつぶす */
.learning-card__save-button.is-saved .learning-card__bookmark-icon {
	background-color: #118238;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 20'%3E%3Cpath fill='black' d='M2 0h10a2 2 0 0 1 2 2v17.1a.8.8 0 0 1-1.25.66L7 16l-5.75 3.76A.8.8 0 0 1 0 19.1V2a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 20'%3E%3Cpath fill='black' d='M2 0h10a2 2 0 0 1 2 2v17.1a.8.8 0 0 1-1.25.66L7 16l-5.75 3.76A.8.8 0 0 1 0 19.1V2a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* お気に入り済み：ハートの中身を塗りつぶす */
.learning-card__favorite-button.is-active .learning-card__heart-icon {
	background-color: #E52C2C;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20'%3E%3Cpath fill='black' d='M11 19.4l-1.36-1.23C4.8 13.78 1.6 10.88 1.6 7.33 1.6 4.43 3.87 2.2 6.75 2.2c1.63 0 3.2.76 4.25 1.96A5.6 5.6 0 0 1 15.25 2.2c2.88 0 5.15 2.23 5.15 5.13 0 3.55-3.2 6.45-8.04 10.84L11 19.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20'%3E%3Cpath fill='black' d='M11 19.4l-1.36-1.23C4.8 13.78 1.6 10.88 1.6 7.33 1.6 4.43 3.87 2.2 6.75 2.2c1.63 0 3.2.76 4.25 1.96A5.6 5.6 0 0 1 15.25 2.2c2.88 0 5.15 2.23 5.15 5.13 0 3.55-3.2 6.45-8.04 10.84L11 19.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.learning-card__save-plugin-button {
	position: absolute;
	inset: -8px;
	z-index: 2;
	display: block;
	overflow: hidden;
	opacity: 0;
}

main.learning-library .ll-full-list-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 32px;
}

main.learning-library .ll-full-list-head__title {
	margin: 0;
	color: #555;
	font-family: "M PLUS 1", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: .03em;
}

main.learning-library .ll-full-list-head__count {
	flex: 0 0 auto;
	color: #555;
	font-family: "M PLUS 1", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	white-space: nowrap;
}



.learning-card__save-plugin-button button,
.learning-card__save-plugin-button a,
.learning-card__save-plugin-button .simplefavorite-button {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: 0;
	cursor: pointer;
}

.learning-card__thumb {
	display: block;
	width: 100%;
	aspect-ratio: 222 / 116;
	border-radius: 2px;
	background: #F4F5F7;
	overflow: hidden;
	text-decoration: none;
}

.learning-card__thumb img,
.learning-card__thumb .no-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.learning-card__thumb .no-image {
	background: #F4F5F7;
}

.learning-card__tags {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 12px -20px 0 0;
	padding: 0 20px 0 0;
	list-style: none;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;



	-webkit-mask-image: linear-gradient(to right,
			#000 0,
			#000 calc(100% - 48px),
			transparent 100%);
	mask-image: linear-gradient(to right,
			#000 0,
			#000 calc(100% - 48px),
			transparent 100%);
}

.learning-card__tags::-webkit-scrollbar {
	display: none;
}

.learning-card__tags li {
	flex: 0 0 auto;
	display: block;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
}

.learning-card__tags a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 4px 14px;
	border: 1px solid #EDEDED;
	border-radius: 999px;
	background: #fff;
	color: #646464;
	font-family: "M PLUS 1", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.learning-card__thumb,
.learning-card__thumb-wrap {
	align-self: center;
}

.learning-card__thumb img {
	object-position: center center;
}


/* ブログトップ：各特集タイトル（添付画像に合わせる） */
.all-articles h2.ll-section-title,
.feature-section h2.ll-section-title {
	margin: 0 0 12px;
	padding: 0px;
	color: #646464;
	font-family: "M PLUS 1", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .03em;
}

.all-articles h2.ll-section-title a,
.feature-section h2.ll-section-title a {
	color: inherit;
	text-decoration: none;
}

.ll-section-title__text {
	color: #646464;
	font-family: "M PLUS 1", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .03em;
}

.ll-section-title__count {
	display: inline-block;
	margin-left: -4px;
	color: #646464;
	font-family: "M PLUS 1", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .03em;
	vertical-align: 0.08em;
}

.ll-section-title__arrow {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	border-top: 2.5px solid #B8B8B8;
	border-right: 2.5px solid #B8B8B8;
	border-radius: 2px;
	transform: rotate(45deg);
	vertical-align: 0.06em;
}


@media (max-width: 480px) {

	.learning-card__main {
		grid-template-columns: minmax(0, 1fr) 33%;
		gap: 14px;
	}

	.learning-card__stats {
		gap: 14px;
	}
}


.ll-selected-tags {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	white-space: nowrap;
	padding: 8px 0 16px;
	-webkit-overflow-scrolling: touch;
}

.ll-selected-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	padding: 8px 14px;
	border-radius: 999px;
	background: #555;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.ll-selected-tag__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	color: #555;
	font-size: 14px;
	line-height: 1;
}


/* 
.learning-card__thumb-wrap {
	position: relative;
}

.learning-card__favorite--overlay {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 10;
}

.learning-card__favorite-count {
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 700;
	margin-top: 10px;
}

.learning-card__favorite-count-icon {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
} */



.library-bottom-lists {
	max-width: 900px;
	margin: 80px auto 0;
}

.library-bottom-list {
	margin-top: 40px;
}

.library-bottom-list h2 {
	font-size: 24px;
	margin: 0 0 24px;
}

.library-bottom-list--features ul {
	padding-left: 1em;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.library-bottom-list--features li {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
	position: relative;
	padding-left: 1em;
}

.library-bottom-list--features a {
	color: #666;
	text-decoration: none;
}

.library-bottom-list--tags ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	list-style: none;
}

.library-bottom-list--tags a {
	display: inline-flex;
	padding: 8px 14px;
	border: 1px solid #ededed;
	border-radius: 50px;
	color: #646464;
	text-decoration: none;
	font-weight: 500;
	font-size: 12px;
}


.library-bottom-list--features li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
	color: #646464;
	font-weight: 700;
}








/* 無限スクロール */

.ll-infinite-scroll {
	margin: 24px 0 64px;
	text-align: center;
}

.ll-infinite-scroll__button {
	min-width: 180px;
	min-height: 40px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	background: #9c9c9c;
	color: #fff;
	font-family: "M PLUS 1", sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.ll-infinite-scroll.is-loading .ll-infinite-scroll__button,
.ll-infinite-scroll__button:disabled {
	opacity: .6;
	pointer-events: none;
}

.ll-infinite-scroll__status {
	margin-top: 12px;
	color: #888;
	font-size: 12px;
}

.ll-infinite-scroll__sentinel {
	height: 1px;
}
