@import url("https://shop.curucuru.jp/font/curucuru-font-master/style.min.css?d=3");

ul,
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#common-parts-wrapper {
	height: 51px;
}

@media screen and (max-width: 767px) {
	#common-parts-wrapper {
		height: 100px;
	}
}

#common-nav {
	display: none;
}

#common-header {
	display: block;
}

@media screen and (max-width: 767px) {
	#common-header {
		position: static;
		display: flex;
	}

	#common-nav {
		display: block;
		min-height: 51px;
	}
}

.common-parts {
	width: 100%;
}

.common-parts__list {
	display: flex;
	justify-content: space-around;
	padding: 0 0 0;

}

.common-parts__list-item {
	text-align: center;
	flex: 1;
	border: 1px solid rgb(255, 255, 255);
	background-color: rgb(245, 245, 245);
}

.common-parts__list-item img {
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto;
}

.common-parts__list-item span {
	display: block;
	font-size: 11px;
}

nav li:before {
	content: "";
}


.common-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 98%;
	margin-right: auto;
	margin-left: auto;
	/* height: 51px; */
}

.common-header__favorite {
	display: block;
	font-size: 30px;
}

.common-header__cart {
	display: block;
	font-size: 28px;
}

.common-header__inquiry {
	display: block;
	font-size: 30px;
}

.common-header__cart-count {
	background-color: rgb(240, 138, 95);
	color: #fff;
	border-radius: 8px;
	width: 13px;
	padding-right: 1.5px;
	height: 14.5px;
	line-height: 15px;
	letter-spacing: -1.5px;
	display: grid;
	place-items: center;
	font-size: 10px;
	position: absolute;
	top: 8px;
	right: -3px;
}

@media screen and (max-width: 767px) {
	.common-header__cart-count {
		background-color: rgb(240, 138, 95);
		color: #fff;
		border-radius: 8px;
		width: 13px;
		padding-right: 1.5px;
		height: 14.5px;
		line-height: 15px;
		letter-spacing: -1.5px;
		display: grid;
		place-items: center;
		font-size: 10px;
		position: absolute;
		top: 10px;
		right: 5px;
	}
}

.pc-header {
	width: 100%;
	position: sticky;
	top: 0px;
	z-index: 100;
	background-color: #F1E8D9;
	/* height: 50px; */
}

.pc-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.pc-header__list {
	display: flex;
}

.pc-header__list-item {
	margin: 0 18px;
	font-size: 13px;
}

.pc-header__icon-list {
	display: flex;
}

.pc-header__icon-list-item {
	margin: 0 10px;
	position: relative;
}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.header__title:not(:root) {
	margin: 0 auto;
	padding: 2.6666666667vw 0;
	width: 86px;
}

.header:not(:root) {
	padding-top: 0px;
	padding-bottom: 0px;
}

#common-header a,
#common-nav a {
	color: rgb(34, 34, 34);
}
