/** ly-single.css（投稿ページ）
***************************************/
/* body */
body {
	background: var(--c-base, hsl(223, 0%, 100%));
}

/* .cursore（余白調整：vessel上） */
.adj-sngl4efA-cursoreA {
	width: 100%;
	height: 0;
}

/* .contrist（余白調整：vessel下） */
.adj-sngl4efA-contristA {
	width: 100%;
	height: 4rem;
}

/* vessel（カラム囲い） */
.vessel4efA {
	/* Flex */
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 800px;
	max-width: 92.5vw;
	height: auto;
	margin-inline: auto;
}

/* clearfix */
.vessel4efA::after {
	display: block;
	clear: both;
	content: "";
}

.main4efA {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media print,
screen and (min-width: 744px) {

	/* main（PC） */
	.main4efA {
		flex-grow: 1;
		width: min-content;
	}

	/* aside（PC） */
	.asleeve4efA {
		display: block;
		width: 0;
		height: auto;
		margin-left: 0px;
		background: var(--c-assort-a0\.05);
	}
}

/* ループ内タイトル */
.mainart4efA .post-hgroup.bd-bottom::after {
	border-bottom: 5px solid var(--c-assort);
	border-color: var(--c-assort);
}

.mainart4efA .post-title {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	line-height: 1.5;
	letter-spacing: clamp(0.05em, calc(0.05em + ((1vw - 0.225em) * 0.25)), 0.15em);
	font-size: clamp(16.4px, calc(16.4px + ((1vw - 3.6px) * 0.7188)), 22px);
	font-weight: 600;
}

.mainart4efA .post-title[class*="ta-center"] {
	text-indent: clamp(0.05em, calc(0.05em + ((1vw - 0.225em) * 0.25)), 0.15em);
}

/* .edit-post-link（権限を持っている場合にのみ、「編集」リンクを表示） */
.mainart4efA .post-edit-link {
	z-index: 10;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	color: rgba(25, 25, 113, 0.85);
}

/* .post-meta-fields */
.post-meta-fields {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-inline: auto;
}

/* 日付 */
.post-meta-date {
	display: inline-block;
	vertical-align: text-bottom;
	color: hsla(0, 0%, 34%, 1);
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	white-space: nowrap;
}

/* タグ */
.post-meta-tags {
	display: inline-block;
	width: 728px;
	margin-inline: auto;
}

.post-meta-tags>a[rel="tag"] {
	display: inline-block;
	padding: 0.4em 1.5em;
	border-radius: 2px;
	background: var(--c-auxily-100);
	color: var(--c-gray-600, hsl(223, 0%, 46%));
	font-size: 13px;
	text-align: center;
	/* クリック無効 */
	cursor: none;
	pointer-events: none;
}

/* カテゴリー */
.post-meta-category {
	position: relative;
	display: inline-block;
	margin-left: 0.75em;
	padding: 0.15em 0.75em;
	border-radius: 4px;
	background: var(--c-assort-500);
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #FFF;
}

.post-meta-category::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 0.5em 0.75em 0.5em 0;
	border-color: transparent var(--c-assort-500) transparent transparent;
	translate: -100% -50%;
}




/* ↓WP-Content（WP基本設定）
======================================*/
.post-content {
	width: 100%;
	/* 基本設定 */
	line-height: clamp(1.66em, calc(1.66em + ((1vw - 0.225em) * 0.55)), 1.88em);
	letter-spacing: clamp(0.01em, calc(0.01em + ((1vw - 0.225em) * 0.05)), 0.03em);
	font-size: clamp(14px, calc(14px + ((1vw - 3.6px) * 0.1563)), 15px);
	font-weight: var(--fw-base);
	overflow: hidden;
}

/* Paragraph（文字設定） */
.post-content p {
	display: block;
	max-width: 100%;
	line-height: clamp(1.66em, calc(1.66em + ((1vw - 0.225em) * 0.55)), 1.88em);
	letter-spacing: clamp(0.01em, calc(0.01em + ((1vw - 0.225em) * 0.05)), 0.03em);
	font-size: clamp(14px, calc(14px + ((1vw - 3.6px) * 0.1563)), 15px);
	font-weight: var(--fw-base);
	margin-block: calc(var(--⅝fem) * 0.25);
}

.post-content :is(div, p)[class*="ta-center"] {
	text-indent: clamp(0.01em, calc(0.01em + ((1vw - 0.225em) * 0.05)), 0.03em);
}

/* div, p（リターンで空白を作れるようにする） */
.post-content :is(div, p) {
	min-height: 1em;
}

/* Small（注釈・小字） */
.post-content small {
	display: block;
	max-width: 100%;
	line-height: 1.5;
	letter-spacing: 0;
	font-size: clamp(11px, calc(11px + ((1vw - 3.6px) * 0.1563)), 12px);
	font-weight: 400;
	margin-block: calc(var(--⅝fem) * 0.25);
}

.post-content small[class*="ta-center"] {
	text-indent: 0;
}

/* Emphasis（強調・中字） */
.post-content em {
	display: block;
	max-width: 100%;
	line-height: clamp(1.66em, calc(1.66em + ((1vw - 0.225em) * 0.55)), 1.88em);
	letter-spacing: clamp(0.01em, calc(0.01em + ((1vw - 0.225em) * 0.05)), 0.03em);
	font-size: clamp(15.3px, calc(15.3px + ((1vw - 3.6px) * 0.26563)), 17px);
	font-weight: 500;
	margin-block: calc(var(--⅝fem) * 0.25);
}

.post-content em[class*="ta-center"] {
	text-indent: clamp(0.01em, calc(0.01em + ((1vw - 0.225em) * 0.05)), 0.03em);
}

/* Strong（強調・大字） */
.post-content strong {
	display: block;
	max-width: 100%;
	line-height: 1.5;
	letter-spacing: clamp(0.01em, calc(0.01em + ((1vw - 0.225em) * 0.05)), 0.03em);
	font-size: clamp(16.4px, calc(16.4px + ((1vw - 3.6px) * 0.7188)), 21px);
	font-weight: 600;
	margin-block: calc(var(--⅝fem) * 0.25);
}

.post-content strong[class*="ta-center"] {
	text-indent: clamp(0.01em, calc(0.01em + ((1vw - 0.225em) * 0.05)), 0.03em);
}

/* Bold（太字） */
.post-content .fw-700 {
	font-weight: 700;
}

/* small, em, strong（inline-block） */
.post-content :is(p, h1, h2, h3, h4, h5, h6)>:is(small, em, strong) {
	display: inline-block;
}

/* Headings（h1, h2, h3, h4, h5, h6） */
.post-content :is(h1, h2, h3, h4, h5, h6) {
	position: relative;
	display: inline-block;
	z-index: 10;
	width: 100%;
	max-width: 100%;
	margin-bottom: calc(var(--⅝fem) * 0.5);
}

/* Headings（最初以外） */
.post-content :is(h1, h2, h3, h4, h5, h6):nth-child(n+2) {
	margin-top: calc(var(--⅝fem) * 2);
}

.post-content h1 {
	line-height: 1.5;
	letter-spacing: clamp(0.05em, calc(0.05em + ((1vw - 0.225em) * 0.25)), 0.15em);
	font-size: clamp(16.8px, calc(16.8px + ((1vw - 3.6px) * 1.125)), 24px);
	font-weight: 600;
}

.post-content h1[class*="ta-center"] {
	text-indent: clamp(0.05em, calc(0.05em + ((1vw - 0.225em) * 0.25)), 0.15em);
}

.post-content h2 {
	line-height: 1.5;
	letter-spacing: clamp(0.04em, calc(0.04em + ((1vw - 0.225em) * 0.2)), 0.12em);
	font-size: clamp(16.4px, calc(16.4px + ((1vw - 3.6px) * 0.7188)), 21px);
	font-weight: 600;
}

.post-content h2[class*="ta-center"] {
	text-indent: clamp(0.04em, calc(0.04em + ((1vw - 0.225em) * 0.2)), 0.12em);
}

.post-content h3 {
	line-height: 1.5;
	letter-spacing: clamp(0.03em, calc(0.03em + ((1vw - 0.225em) * 0.15)), 0.09em);
	font-size: clamp(16px, calc(16px + ((1vw - 3.6px) * 0.4688)), 19px);
	font-weight: 600;
}

.post-content h3[class*="ta-center"] {
	text-indent: clamp(0.03em, calc(0.03em + ((1vw - 0.225em) * 0.15)), 0.09em);
}

.post-content h4 {
	line-height: 1.5;
	letter-spacing: clamp(0.02em, calc(0.02em + ((1vw - 0.225em) * 0.1)), 0.06em);
	font-size: clamp(15px, calc(15px + ((1vw - 3.6px) * 0.1563)), 16px);
	font-weight: 600;
}

.post-content h4[class*="ta-center"] {
	text-indent: clamp(0.02em, calc(0.02em + ((1vw - 0.225em) * 0.1)), 0.06em);
}

.post-content h5 {
	line-height: 1.5;
	letter-spacing: clamp(0.01em, calc(0.01em + ((1vw - 0.225em) * 0.05)), 0.03em);
	font-size: clamp(13px, calc(13px + ((1vw - 3.6px) * 0.1563)), 14px);
	font-weight: 600;
}

.post-content h5[class*="ta-center"] {
	text-indent: clamp(0.01em, calc(0.01em + ((1vw - 0.225em) * 0.05)), 0.03em);
}

.post-content h6 {
	line-height: 1.5;
	letter-spacing: 0;
	font-size: clamp(11px, calc(11px + ((1vw - 3.6px) * 0.1563)), 12px);
	font-weight: 600;
}

.post-content h6[class*="ta-center"] {
	text-indent: 0;
}

/* Headings画像（.individ） */
.post-content :is(h1, h2, h3, h4, h5, h6):has(>img) {
	width: auto;
}

.post-content :is(h1, h2, h3, h4, h5, h6)>img {
	width: auto;
	max-width: 100%;
	object-fit: contain;
}




/* WP-Conpornent（WP用設定）
====================================== */
/* 絵文字を1em化 */
.post-content img.emoji {
	width: 1em !important;
	height: 1em !important;
}

/* WPアイキャッチ画像 */
.post-content .wp-post-image {
	display: block;
	width: 100% !important;
	max-width: 92.5vw;
	height: auto;
	object-fit: cover;
}

/* WP画像設定 */
.post-content .wp-caption {
	display: block;
	width: 100% !important;
	max-width: 92.5vw;
	height: auto;
}

.post-content .wp-caption img,
.post-content img[class*="wp-image-"] {
	display: block;
	width: 85%;
	height: auto;
	margin-inline: auto;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.post-content .wp-caption:is(.alignnone, .aligncenter),
.post-content img[class*="wp-image-"]:is(.alignnone, .aligncenter) {
	margin-inline: auto;
	text-align: center;
}

.post-content .wp-caption.alignleft,
.post-content img[class*="wp-image-"].alignleft {
	margin-right: auto;
	text-align: left;
}

.post-content .wp-caption.alignright,
.post-content img[class*="wp-image-"].alignright {
	margin-left: auto;
	text-align: right;
}

.post-content .wp-caption-text {
	display: inline-block;
	width: 85%;
	padding-block: 0.5pc;
	color: var(--c-gray-700, hsl(223, 0%, 34%));
}


/* WPギャラリー設定 */
.post-content [id^="gallery-"] {
	margin-bottom: 1rem !important;
}

/* WP動画設定 */
.post-content .mejs-container.mejs-video,
.post-content .mejs-container.mejs-video * {
	max-height: 70vh;
}

/* コメントを送信 */
.post-content .post-comments {
	width: 100%;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid hsla(0, 0%, 93%, 1);
}

.post-content .comment-respond p {
	font-size: 13px;
	line-height: 1.5;
}

.post-content .comment-form {
	/* Flex */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.post-content .comment-form label {
	display: block;
}

.post-content .comment-form-comment {
	width: 100%;
	margin-bottom: 0.25rem;
}

.post-content .comment-form textarea {
	width: 100%;
	height: 4em;
	font-size: 14px;
}

.post-content .comment-form .comment-form-attachment__label {
	/* Flex */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 4px;
	font-size: 0px;
}

.post-content .comment-form .comment-form-attachment__label:hover {
	background: var(--c-assort-50);
}

.post-content .comment-form .comment-form-attachment__label::before {
	display: inline-block;
	width: 1em;
	height: 1em;
	content: "\f841";
	color: var(--c-assort-800);
	font-size: 21px;
	line-height: 1.02;
	/* Material Symbols */
	font-family: 'Material Symbols Sharp';
	font-variation-settings: 'FILL' 0, 'wght' 400;
	text-align: center;
	transition: all .3s ease;
}

.post-content .comment-form input[type=submit] {
	background: var(--c-assort);
	color: #FFF;
	font-size: 13px;
}

/* hover */
@media (any-hover: hover) {
	.post-content .comment-form input[type=submit]:is(:hover, :focus) {
		background: var(--c-assort-l1);
		opacity: 1;
	}
}

.post-content :is(.comment-reply-title, .comment-form .logged-in-as, .comment-form .required, .comment-form-attachment__input, .comment-form-attachment__file-size-notice, .comment-form-attachment__file-types-notice, .comment-form-attachment__autoembed-links-notice, .comment-form-attachment__drop-area) {
	display: none;
}

/* コメント */
.post-content .commentlist {
	padding-top: 1rem;
}

.post-content .commentlist>li {
	padding-bottom: 0.75rem;
}

.post-content .comment-body {
	/* Flex */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	/* padding: 上  横  下 */
	padding: 1em 1em 1em;
	border-radius: 1em;
	background: var(--c-assort-100);
}

.post-content .comment-body>p {
	min-width: 90%;
	padding-top: 0.5em;
}

.post-content .comment-body :is(.comment-author, .comment-meta, .reply) {
	color: hsla(0, 0%, 46%, 1);
}

.post-content .comment-body .comment-author {
	font-size: 14px;
}

.post-content .comment-body .comment-author>img {
	width: 32px;
	height: 32px;
	object-fit: cover;
}

.post-content .comment-body .comment-meta {
	font-size: 12px;
}

.post-content .comment-body .reply {
	display: inline-block;
	margin-left: auto;
	padding-right: 0.35em;
	font-size: 13px;
}

.post-content #comments {
	display: none;
}

/* コメント（添付ファイル） */
.dco-misc-attachment a {
	display: inline-block;
	position: relative;
	color: hsla(233, 50%, 34%, 0.85);
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-color: hsla(233, 50%, 34%, 0.85);
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}



/* Utility
====================================== */
/* display: none（SP） */
@media screen and (max-width: 743.9px) {
	.post-content .d-none_sp {
		display: none;
	}
}

/* display: none（PC） */
@media print,
screen and (min-width: 744px) {
	.post-content .d-none_pc {
		display: none;
	}
}
