/** ly-page.css（固定ページ）
***************************************/
/* body */
body {
	background: var(--c-base);
}

/* vessel（カラム囲い） */
.vesselV9tA {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.vesselV9tA::after {
	content: "";
	display: block;
	clear: both;
}

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

	/* main（PC） */
	.mainV9tA {
		float: left;
		width: 100%;
		height: auto;
		margin-right: auto;
	}

	/* aside（PC） */
	.asleeveV9tA {
		float: right;
		position: absolute;
		width: 0%;
		height: auto;
		margin-left: auto;
		background: var(--c-assort-150);
	}
}

/* ページタイトル */
.mainV9tA>.main-hgroup {
	width: 1000px;
	max-width: 92.5vw;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.mainV9tA>.main-hgroup>.main-title {
	display: inline-block;
	line-height: 1.5;
	letter-spacing: 0.12rch;
	font-size: 33px;
	font-size: clamp(25.1px, calc(25.1px + ((1vw - 3.6px) * 1.2344)), 33px);
	font-weight: 500;
}



/* ↓Content
-------------------------------------- */
/* 記事がないとき */
.post-content.content-none {
	width: 1000px;
	max-width: 92.5vw;
	height: auto;
}