@charset "utf-8";

#itemsImgArea {
	padding: 40px 0;
	background: #fff;
	color: #593a37;
	letter-spacing: 0.04em;
}

#itemsImgSlider {
	margin-bottom: 2em;
}

.sp-slides-container {
	margin-bottom: 10px;
}

.sp-thumbnails-container.sp-bottom-thumbnails {
	width: 90% !important;
	display: flex;
	align-items: center;
}

.sp-thumbnails {
	width: 100% !important;
	display: flex;
	align-items: center;
}

.itemsCap {
	margin-bottom: 1em;
	font-size: 1.8rem;
	font-weight: 500;
}

#itemsInfo {
	letter-spacing: 0.04em;
}

#itemsInfo .itemsCont {
	margin: 0 0 1em;
}

#itemsInfo .itemsCat {
	font-size: 1.4rem;
}

#itemsInfo .tempCat {
	font-size: 1.2rem;
}

#itemsInfo .itemsName {
	color: #593a37;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
}

.century {
	font-size: 2.0rem;
}

.price {
	font-size: 1.6rem;
}

.tax {
	font-size: 1.4rem;
}

#cartArea {
	margin: 2em 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#quantityBox {
	display: flex;
	align-items: center;
}

button#add-to-cart {
	background: #e65142;
	border: none;
	color: #fff;
	font-size: 1.4rem;
	padding: 1em 2em;
	border-radius: 40px;
	display: flex;
	align-items: center;
	gap: 0 1em;
}

button#add-to-cart:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../../img/common/icon_cart_w.svg) center no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
}

table {
	width: 100%;
	background: #fff;
	border: 1px solid #c2c6ce;
	color: #593a37;
	text-align: left;
}

tr {
	border-bottom: 1px solid #c2c6ce;
}

th {
	width: 30%;
	background: #faf7f7;
	border-right: 1px solid #c2c6ce;
}

th,td {
	padding: 1em;
	vertical-align: middle;
}

#relatedItems .itemsList {
	margin-left: 5%;
	padding-bottom: 1em;
	flex-wrap: nowrap;
	overflow-x: scroll;
	gap: 0 10px;
	position: relative;
}

#relatedItems .itemsList li {
	flex-shrink: 0;
}

#relatedItems .itemsList::-webkit-scrollbar {
	height: 1px; /* スクロールバーの高さ */
}

#relatedItems .itemsList::-webkit-scrollbar-thumb {
	background: #593a37; /* ツマミの色 */
	border-radius: 1px; /* ツマミ両端の丸み */
}

#relatedItems .itemsList::-webkit-scrollbar-track {
	background: #c2c6ce; /* トラックの色 */
	border-radius: 1px; /* トラック両端の丸み */
}


/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {}

@media screen and (max-width: 374px) {}