@charset "UTF-8";

/* ====================================
 共通スタイル
 ==================================== */

label:has(input:focus-visible) {
	outline: 2px solid var(--cyan);
}

/* 空清専用・ボタンリンク */
.list-footer-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 2rem;
}

/* メインエリア */
.page-header {
	padding: 2rem 0 2rem;
}

.page-footer {
	padding: 8rem 0 0;
}

.main-title {
	font-size: 2.6rem;
	font-weight: 700;
}

/* メインエリア：外部リンク */
.page-header .btn-has-arrow-left {
	margin-left: auto;
}

.page-footer .btn-has-arrow-left {
	margin-inline: auto;
}

/* 検索条件 */
.option-title {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 0.5em;
}

.list-options li {
	position: relative;
}

.list-options li:not(:first-child) {
	margin-top: 0.5em;
}

.list-options input[type="checkbox"] {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.option-label {
	font-weight: 400;
	cursor: pointer;
	padding: 0.3em 0 0.3em 2em;
	background: url('/kuusei/lineup/common/images/check-off.svg') no-repeat left 6px center / 18px auto;
}

.option-label:has(:checked) {
	background-image: url('/kuusei/lineup/common/images/check-on.svg');
	font-weight: 500;
}

.option-title2 {
	margin-bottom: 2em;
	font-size: 2rem;
	text-align: center;
}

.list-options.option-type2 li {
	background: #fff;
	border: solid 2px transparent;
}

.option-text {
	font-size: 1.6rem;
}

/* 検索条件：全条件をクリア */
.btn-clear {
	margin-top: 3rem;
	text-align: center;
}

.btn-option-clear {
	border-bottom: solid 1px #000;
}

/* 検索条件：比較表を更新 */
.btn-update {
	margin-top: 2rem;
	text-align: center;
}

.btn-option-update {
	padding: 0.5em 1em;
	font-size: 1.8rem;
	background: #535353;
	color: #fff;
	border: solid 1px #707070;
}

/* 検索結果 */
.list-results .is-search {
	border: none;
}

.results-info {
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}

.results-count {
	display: inline-block;
	margin: 0 0.5em;
	font-size: 1.5em;
}

.btn-option-update .results-count {
	font-size: inherit;
	margin: 0;
}

.list-results {
	display: grid;
	margin-top: 2rem;
	gap: 2.4rem 6%;
	grid-template-columns: repeat(2, 1fr);
}

.list-results a {
	display: block;
	inline-size: 100%;
	block-size: 100%;
	text-decoration: none;
	position: relative;
}

.new {
	padding: 0 0.2em;
	background: #e6000d;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}

.prod-header {
	padding: 1em 0 0;
	text-align: center;
}

.prod-photo {
	padding: 12%;
	background: #f5f5f5;
}

.prod-category {
	font-size: 1.4rem;
}

.prod-name {
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: underline;
}

.list-product-color {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 0.5em;
}

/* 検索結果：仕様テキスト */
.text-container {
	margin-top: 1em;
}

.list-spec {
	font-size: 1.2rem;
	text-align: center;
}

.list-spec li:not(:first-child) {
	margin-top: 0.2em;
}

/* 検索結果・画像アイコン */
.list-icon-image {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 6%;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
}

.list-icon-image .pci-logo {
	inline-size: 54%;
	min-inline-size: 120px;
}

.list-icon-image .icon-cocoro {
	inline-size: 40%;
	min-inline-size: 85px;
}

/* ==========================================
	ホバー、マウスポインタがサポートされている環境
=========================================== */
@media (hover: hover) and (pointer: fine) {
	.btn-clear .hovering {
		border-bottom: solid 1px transparent;
	}

	.btn-update .hovering {
		background: #535353;
		color: #fff;
		border: solid 1px #fff;
	}
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width <1080px) {

	/* モーダルウィンドウ */
	.modal {
		display: none;
	}

	.modal.is-open {
		display: block;
	}

	.modal-content {
		font-size: 1.8rem;
	}

	.modal .outer-base-width {
		inline-size: 100%;
	}

	.modal-overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 11;
		background: rgba(0, 0, 0, 0.6);
		padding: 4rem 5%;
		display: flex;
		justify-content: center;
	}

	.modal-container {
		inline-size: 100%;
		background-color: #fff;
		overflow-y: auto;
	}

	.modal-container section:not(:first-of-type) {
		padding-top: 6rem;
	}

	.modal-container::-webkit-scrollbar {
		width: 10px;
	}

	.modal-container::-webkit-scrollbar-thumb {
		border: 4px solid transparent;
		background-color: #000;
		background-clip: content-box;
	}

	.modal-container::-webkit-scrollbar-track {
		background-color: transparent;
	}

	.option-item-wrap {
		max-inline-size: 1200px;
		margin-inline: auto;
		padding: 3rem 5%;
	}

	.btn-modal-close {
		inline-size: 30px;
		block-size: 30px;
		position: absolute;
		top: 8px;
		right: 8px;
	}

	.btn-modal-close::before {
		content: "";
		display: block;
		inline-size: 20px;
		block-size: 20px;
		background: url('/kuusei/assets/common/images/icon-close-w.svg') no-repeat center center/contain;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.micromodal-slide[aria-hidden="false"] .modal-overlay {
		animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	}

	.micromodal-slide[aria-hidden="true"] .modal-overlay {
		animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	}

	.micromodal-slide .modal-container,
	.micromodal-slide .modal-overlay {
		will-change: transform;
	}

	@keyframes mmfadeIn {
		from {
			opacity: 0;
		}

		to {
			opacity: 1;
		}
	}

	@keyframes mmfadeOut {
		from {
			opacity: 1;
		}

		to {
			opacity: 0;
		}
	}

	/* メインエリア */
	.main-navi {
		position: sticky;
		top: 0;
		z-index: 11;
	}

	/* メインエリア：絞り込む */
	.btn-search-options {
		inline-size: 100%;
		font-size: 1.8rem;
		font-weight: 500;
		background: #f5f5f5;
		text-align: right;
	}

	.btn-option-menu {
		display: inline-block;
		inline-size: 100%;
		font-size: 1.5rem;
		font-weight: 500;
		padding: 0.75em 1em;
		box-shadow: 0px 3px 6px #0000004d;
	}

	.icon-option-menu {
		display: inline-block;
		inline-size: auto;
		block-size: 1em;
		margin-left: 0.5rem;
	}

	/* 検索条件 */
	.option-item:not(:first-of-type) {
		margin-top: 2.5rem;
	}

	.option-item2 {
		margin-top: 5.5rem;
	}

	/* 検索結果 */
	.results-container {
		padding-top: 1em;
	}

	.list-results>li {
		/* inline-size: 47%; */
		padding-bottom: 2.4rem;
		min-block-size: 2.5em;
		border-bottom: solid 1px #d9d9d9;
	}
}

/* ====================================
	PC専用スタイル
===================================== */
@media print,
screen and (768px<=width) {

	/* 空清専用・ボタンリンク */
	.list-header-link {
		display: flex;
		flex-wrap: wrap;
		justify-content: end;
		column-gap: 2rem;
	}
}

/* ====================================
	PC専用スタイル
===================================== */
@media print,
screen and (width >=1080px) {

	/* メインエリア */
	.page-header {
		padding: 2rem 0 4rem;
	}

	.main-title {
		font-size: 3.6rem;
	}

	.main-wrap {
		display: flex;
		justify-content: space-between;
	}

	.main-navi {
		inline-size: 26rem;
	}

	.main-navi-inner {
		padding-bottom: 6rem;
		background: #f5f5f5;
	}

	.main-panel {
		flex: 1;
		margin-left: 50px;
	}

	/* メインエリア：絞り込む */
	.btn-search-options {
		display: none;
	}

	/* 検索条件 */
	.bdr-top-wh {
		border-top: solid 2px #fff;
	}

	.option-title {
		font-size: 1.8rem;
	}

	.option-item {
		padding: 1.5em 1em;
	}

	.option-item2 {
		padding: 4.5rem 1em;
		border-top: 4px solid #fff;
	}

	/* 検索条件：比較表を更新 */
	.btn-update {
		display: none;
	}

	/* 検索結果 */
	.main-panel {
		min-block-size: 700px;
	}

	.results-info {
		font-size: 2rem;
	}

	.list-results {
		grid-template-columns: repeat(3, 1fr);
		gap: 2.6rem 3.5%;
	}

	.list-results>li {
		min-block-size: 2.5em;
	}

	.prod-category {
		font-size: 1.4rem;
	}

	.prod-name {
		font-size: 2.4rem;
	}

	/* 検索結果：仕様テキスト */
	.list-spec {
		font-size: 1.4rem;
	}
}