@charset "utf-8";

/* mainTtl */
.mainTtl {
	margin-top: 1rem;
}
.mainTtl h1 {
	text-align: center;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: bold;
	font-size: 4.3rem;
	color: #a98320;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.mainTtl .lead {
	text-align: center;
	font-size: 1.8rem;
	color: #a98320;
	letter-spacing: 0.1em;
}

/* pageTtl */
.pageTtl {
	background: #a98320;
	height: 13.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}
.pageTtl h2 {
	text-align: center;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: bold;
	font-size: 4.3rem;
	color: #fff;
	letter-spacing: 0.05em;
}
@media (max-width: 768px) {
	.pageTtl {
		height: 10.2rem;
		margin-top: 2.5rem;
	}
	.pageTtl h2 {
		font-size: 3.4rem;
	}
}

/* item */
.item {
	overflow: hidden;
}
.item .itemBox {
	padding: 9rem 0 11rem;
}
.item .itemBox + .itemBox {
	border-top: 1px solid #a98320;
}
.item .itemBox .inner {
	max-width: 99rem;
	margin: 0 auto;
}
.item .itemBox .inner .wrap {
	display: flex;
	justify-content: space-between;
	gap: 0 6rem;
}
.item .itemBox .inner .wrap .left {
	width: 58.5rem;
}
.item .itemBox .inner .wrap .left .num {
	font-size: 1.8rem;
	font-weight: bold;
	font-family: "Noto Serif CJK JP", serif;
}
.item .itemBox .inner .wrap .left .pic {
	width: 100%;
	height: 70.4rem;
}
.item .itemBox .inner .wrap .detail {
	width: calc(100% - 58.5rem - 6rem);
	align-self: flex-end;
}
.item .itemBox .inner .wrap .detail .new {
	width: 10.4rem;
}
.item .itemBox .inner .wrap .detail .brand {
	font-size: 4.5rem;
	font-weight: bold;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 1.15;
	margin-right: -10.5rem;
}
.item .itemBox .inner .wrap .detail .brand span {
	font-size: 2.4rem;
	font-weight: 500;
}
.item .itemBox .inner .wrap .detail .txt {
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-weight: 600;
	margin-top: 2rem;
	text-align: justify;
}
.item .itemBox .inner .wrap .detail .ttl {
	font-size: 2.7rem;
	font-weight: 500;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 1.15;
	margin-top: 3.5rem;
	margin-right: -10rem;
}
.item .itemBox .inner .wrap .detail .spec {
	font-size: 1.4rem;
	line-height: 2.1rem;
	margin-top: 1.5rem;
	margin-right: -10rem;
}
.item .itemBox .inner .wrap .detail .model {
	font-size: 1.4rem;
	line-height: 2.1rem;
	margin-right: -10rem;
}
.item .itemBox .inner .wrap .detail .model span {
	border-bottom: 1px solid #211815;
}
@media (max-width: 768px) {
	.item .itemBox {
		padding: 2.5rem 0 3rem;
	}
	.item .itemBox .inner {
		max-width: 100%;
		padding: 0 8.25rem;
	}
	.item .itemBox .inner .wrap {
		display: block;
	}
	.item .itemBox .inner .wrap .left {
		width: 100%;
	}
	.item .itemBox .inner .wrap .left .num {
		font-size: 2rem;
	}
	.item .itemBox .inner .wrap .left .pic {
		position: relative;
	}
	.item .itemBox .inner .wrap .left .pic .new {
		position: absolute;
		width: 12rem;
		height: 12rem;
		top: 1.5rem;
		left: 1.5rem;
	}
	.item .itemBox .inner .wrap .detail {
		width: 100%;
	}
	.item .itemBox .inner .wrap .detail .brand {
		margin-right: 0;
	}
	.item .itemBox .inner .wrap .detail .txt {
		font-size: 1.6rem;
		margin-top: 1rem;
	}
	.item .itemBox .inner .wrap .detail .ttl {
		margin-right: 0;
		margin-top: 3rem;
	}
	.item .itemBox .inner .wrap .detail .spec {
		margin-right: 0;
	}
	.item .itemBox .inner .wrap .detail .model {
		margin-right: 0;
	}
}
