/* #*
* ▼CSS: ly-page.css（固定ページ）
***************************************/
/* #vessel（カラム囲い） */
.vessel {
	position: relative;
	width: 100%;
	height: auto;
	display: flow-root;
}


/* #asleeve（float）
------------------------------------- */
@media screen and (max-width: 743.9px) {
	.vessel {
		/* Flex */
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}

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

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

	.vessel .asleeve,
	.vessel .asleeve.fl-right {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		float: right;
		width: 330px;
		height: auto;
		margin-left: 0px;
		background: var(--c-assort-a0\.05);
	}

  .vessel .asleeve.fl-left {
		float: left;
	}
}




/* #* カテゴリー/アーカイブ/タグ/検索結果
===================================== */
:is(.archive, .category, .tag, .search) 
	:is(.post-hgroup, .vessel) {
	width: 880px;
	max-width: 92.5vw;
}

:is(.archive, .category, .tag, .search) .post-title {
	display: flex;
	align-items: center;
}




/* #* 404（固定ページ）
===================================== */
.error404 :is(.post-hgroup, .vessel) {
	width: 880px;
	max-width: 92.5vw;
}
