.p-shoplist__head {
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
	gap: 1.7rem;
}

.p-shoplist__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #D7B99A;
	height: 3rem;
	width: 16.5rem;
	border-radius: 0.7rem;
	position: relative;
	flex-shrink: 0;
}

.p-shoplist__btn img {
	filter: brightness(0) invert(1);
	height: 1rem;
}

.p-shoplist__btn::after {
	content: "";
	position: absolute;
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	right: 1.5rem;
	width: 0.9rem;
	height: 0.6rem;
}

.p-shoplist-cate {
	display: flex;
	gap: 1.2rem;
	flex: 1 1;
}

.p-shoplist-cate__anchor {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--cl-primary);
	border-radius: 5rem;
	transition: all 0.2s ease-in-out;
	width: 100%;
	height: 3rem;
	padding: 0.3rem;
}

.p-shoplist-cate__anchor.is-active,
.p-shoplist-cate__anchor:hover {
	background-color: var(--cl-primary);
}

.p-shoplist-cate__anchor.is-active img,
.p-shoplist-cate__anchor:hover img {
	filter: brightness(0) invert(1);
}

.p-shoplist-cate__anchor img {
	display: block;
	transition: all 0.1s ease-in-out;
	height: 1rem;
}

.p-shoplist-cate__anchor img.--medium {
	height: 1.3rem;
}

.p-shoplist-product {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.8rem 13rem;
}

.p-shoplist-product li {
	margin-top: 1.8rem;
	padding: 0 0.8rem;
	width: 50%;
}

.p-floormap {
	margin-bottom: 14.8rem;
	position: relative;
}

.p-floormap__col {
	margin-top: 4.8rem;
}

.p-floormap__ttl {
	width: 5.1rem;
}

.p-floormap__image {
	width: 100%;
	margin-bottom: 4rem;
}

.p-floormap__image img {
	width: 100%;
}

.p-floormap-list {
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 0;
	column-gap: 0;
	-moz-column-fill: balance;
	column-fill: balance;
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
}

.p-floormap-list:not(:last-child) {
	margin-bottom: 4.8rem;
}

.p-floormap-list::after {
	content: "";
	inset: 0;
	position: absolute;
	pointer-events: none;
	border: 1px solid var(--cl-primary);
	border-radius: 1rem;
}

.p-floormap-list__item {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	position: relative;
}

.p-floormap-list__item:not(.last-item):not(:last-child)::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: var(--cl-primary);
}

.p-floormap-list__number {
	aspect-ratio: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid var(--cl-primary);
	border-left: 1px solid var(--cl-primary);
	flex-shrink: 0;
	width: 3rem;
}

.p-floormap-list__number img {
	height: 1.3rem;
}

.p-floormap-list__txt {
	padding-left: 3.7rem;
}

@media (min-width: 768px) {

.p-shoplist__head {
	margin-bottom: 4.5rem;
	justify-content: space-between;
}

.p-shoplist__btn {
	height: 4rem;
	width: 21rem;
	border-radius: 0.8rem;
}

.p-shoplist__btn img {
	height: 1.4rem;
}

.p-shoplist__btn::after {
	right: 1.2rem;
	width: 1.3rem;
	height: 1rem;
}

.p-shoplist-cate__item {
	min-width: 10.5rem;
}

.p-shoplist-cate__anchor {
	height: 4rem;
	padding: 0.3rem 3rem;
}

.p-shoplist-cate__anchor img {
	height: 1.4rem;
}

.p-shoplist-cate__anchor img.--medium {
	height: 1.9rem;
}

.p-shoplist-product {
	margin: 0 -1.4rem 16.2rem;
}

.p-shoplist-product li {
	margin-top: 4.8rem;
	padding: 0 1.4rem;
	width: 25%;
}

.p-floormap {
	margin-bottom: 9.5rem;
	padding-right: 7.9rem;
}

.p-floormap .hline01 {
	margin-bottom: 9.5rem;
}

.p-floormap__col {
	display: flex;
	align-items: flex-start;
	gap: 3rem;
}

.p-floormap__ttl {
	flex-shrink: 0;
	width: 6rem;
}

.p-floormap__image {
	flex: 1 1;
	margin-bottom: 5rem;
}

.p-floormap-list {
	width: calc(100% - 6rem - 3rem);
	margin-left: auto;
}

.p-floormap-list:not(:last-child) {
	margin-bottom: 14.2rem;
}

.p-floormap-list__wrap {
	display: flex;
	align-items: center;
}

.p-floormap-list__number {
	width: 5.7rem;
}

.p-floormap-list__number img {
	height: 2.1rem;
}

.p-floormap-list__txt {
	padding-left: 2.1rem;
}

}

@media (max-width: 767px) {

.p-shoplist__head {
	flex-direction: column;
}

.p-shoplist-cate {
	width: 100%;
	flex-flow: wrap;
	gap: 1.3rem 0.9rem;
}

.p-shoplist-cate__item {
	flex: 1 1;
	min-width: 25%;
}

.p-shoplist-cate__item.--haft {
	min-width: calc(50% - 1.2rem);
}

.p-floormap__ttl {
	margin-bottom: 4.4rem;
}

.p-floormap-list__item::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: var(--cl-primary);
}

.p-floormap-list__number {
	border-bottom: 1px solid var(--cl-primary);
	position: absolute;
	left: 0;
	top: 0;
	border-left: 0;
}

.p-floormap-list__txt {
	padding-right: 0.5rem;
	display: flex;
	align-items: center;
	font-size: 1rem;
	min-height: 6rem;
}

}

