@charset "utf-8";

/* fv */
#fv {
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 2;
}

#fv img {
	width: 100%;
	height: 100%;
}

#areaTit {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c2c6ce;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

#areaTit .commonTit {
	margin-bottom: 0;
	font-size: 2.4rem;
}

#areaTit p {
	font-size: 1.2rem;
}

#orderList {
	margin: 0 auto 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 2em;
}

#orderList li a {
	color: #9c8684;
}

.itemsList {
	margin-bottom: 3em;
}

#pager {
	color: #9c8684;
	font-family: Futura, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 10px;
}

#pager li a,
#pager li#current span {
	width: 40px;
	height: 40px;
	background: #fff;
	color: #9c8684;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#pager li#current span {
	background: #e65142;
	color: #fff;
}

#prev a:before,
#next a:before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #54342b;
	border-right: 2px solid #54342b;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#next a:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}






/* -------------------------------------------------- */
/* 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) {}