/* 例：ヘッダーの高さが 80px の場合 */
#premama_papa, #mama_papa {
    scroll-margin-top: 80px;
}


.category-semi-pink {
	display: inline-block;
	width: 80px;
	padding: 4px 0 2px;
	margin-left: 8px;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 15px */
	color: var(--text-color-default);
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.6px;
	background-color: rgb(255, 230,  247);
	border-radius: 24px;
}

.category-semi-mint {
	display: inline-block;
	width: 80px;
	padding: 4px 0 2px;
	margin-left: 8px;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 15px */
	color: var(--text-color-default);
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.6px;
	background-color: rgba(231,250,255, 0.969);
	border-radius: 24px;
}


.category-semi-yellow {
	display: inline-block;
	width: 80px;
	padding: 4px 0 2px;
	margin-left: 8px;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 15px */
	color: var(--text-color-default);
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.6px;
	background-color: rgba(255, 255, 224, 0.965);
	border-radius: 24px;
}


