/* =============================================================
  名入れ　.personalized
============================================================= */
/* 共通
-------------------------------------------*/
/* h3 span */
.personalized h3 span {
	color: var(--color-accent1);
}

/* メインビジュアル
-------------------------------------------*/
/* mvisual + block */
.personalized .mvisual + .block {
	margin-top: 3rem;
}

/* デザイン一覧
-------------------------------------------*/
/* タブ切り替え
--------------------------------*/
/* tab-wrap */
.tab-wrap:after {
	content: '';
	width: 100%;
	height: 5px;
	background: var(--color-primary-dark);
	display: block;
	order: -1;
}
/* tasb-label */
.tab-label {
	position: relative;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	background: #ccc;
	padding: 10px .5em;
	flex: 1;
	order: -1;
	z-index: 1;
	cursor: pointer;
	user-select: none;
}
.tab-label:not(:last-of-type) {
	margin-right: 5px;
}
/* tab-content */
.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.tab-content ul.product {
	gap: 1.8rem 6.976%;
}
.tab-content ul.product li {
	width: calc((100% - 6.976%)/2);
}
.tab-content ul.product li p {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.3rem;
}
/* tab-switch */
.tab-switch:checked + .tab-label {
	background: var(--color-primary-dark);
}
.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	overflow: auto;
	padding: 40px 40px 0;
	opacity: 1;
	transition: .5s opacity;
}
.tab-switch {
	display: none;
}
.design .annotation {
	width: 100%;
	margin-top: 1.5rem;
}
.design .annotation::before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-color: var(--color-primary-dark);
	margin-bottom: 0.2rem;
}

/* サイズとパターン .sizecolor
-------------------------------------------*/
/* 共通
--------------------------------*/
/* 枠
---------------------*/
/* sub_block */
.sizecolor .sub_block,
.sizecolor h3 + .sub_block {
	width: 95.744%;
	margin: 2rem auto 0;
}
/* 見出し・文章
---------------------*/
/* p */
.sizecolor .sub_block li p {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.3rem;
}
/* リスト
---------------------*/
/* ul */
.sizecolor .sub_block ul {
	margin-top: 1.5rem;
}
/* ul.two */
.sizecolor .sub_block ul {
	gap: 1.5rem 15.555%;
}
.sizecolor .sub_block ul.two li {
	width: calc((100% - 15.555%)/2);
}
/* ul.three */
.sizecolor .sub_block ul.three {
	gap: 1.5rem 6.666%;
}
.sizecolor .sub_block ul.three li {
	width: calc((100% - 6.666%*2)/3);
}
/* ul.four */
.sizecolor .sub_block ul.four {
	gap: 1.5rem 6.666%;
}
.sizecolor .sub_block ul.four li {
	width: calc((100% - 6.666%*3)/4);
}
/* カラー　.color
--------------------------------*/
/* 見出し・文章
---------------------*/
.sizecolor .sub_block.color li p {
	text-align: center;
}

/* バナーエリア .bnr_area
-------------------------------------------*/
.bnr_area {
	margin-top: 5rem;
}