/* ------------------------------------------------------------
    nav
------------------------------------------------------------ */
.gnav_main .gnav_list .gnav_special a::before {
  display: block;
  background-color: #000000;
}


/* ------------------------------------------------------------
    ttl
------------------------------------------------------------ */
.p_pagettl_img.price .img_item {
	background: url(../images/special/price/ttl_pc.jpg) no-repeat center center/cover
}
@media only screen and (max-width: 768px) {
	.p_pagettl_img.price .img_item {
		background: url(../images/special/price/ttl_sp.jpg) no-repeat center center/cover
	}
}

/* ------------------------------------------------------------
    price
------------------------------------------------------------ */
.en {
	font-family: "EB Garamond", serif;
	line-height: 1;
}
.s_price {
	margin-top: 150px;
}
.s_price_inner {
	margin: auto;
	width: 90%;
	max-width: 1100px;
}
.s_graph {
	margin-bottom: 120px;
	padding: 100px 0;
}
.s_graph_inner {
	margin: auto;
	width: 90%;
	max-width: 1200px;
}
.s_graph h4 {
	margin-bottom: 20px;
	padding: 5px 20px 10px;
	color: #A3866A;
	font-size: 3rem;
	text-align: left;
	border-left: 10px solid #A3866A;
	border-bottom: 1px solid #A3866A;
}
.s_graph .graph_box {
	margin-top: 80px;
	padding: 60px 100px;
	background: #fff;
	overflow: visible;
}
.s_graph .graph_box .ttl {
	padding-bottom: 40px;
	font-size: 2.2rem;
}
.s_graph .graph_box .ttl span {
	font-size: 1.6rem;
}
.s_graph .graph_box .ttl span.tsubo {
	font-size: 2.2rem;
}
.s_graph .graph_box figcaption {
	padding-top: 30px;
	font-size: 1.1rem;
}
.s_graph .graph_box .note {
	margin-top: 20px;
	padding: 30px 40px;
	border: 1px solid #231815;
}
.pr_area {
	position: relative;
	margin: 0 auto 150px;
	padding: 50px;
	width: 90%;
	max-width: 965px;
	background: #A6873B;
	color: #fff;
}
.pr_area::before {
	position: absolute;
	top: -50px;
	left: -50px;
	width: 126px;
	height: 126px;
	background: url(../images/special/price/ico_pickup.svg) no-repeat center center / contain;
	content: "";
}
.pr_area dt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 4rem;
	border-bottom: 1px solid #fff;
}
.pr_area dd {
	font-size: 2rem;
}
@media only screen and (max-width: 1800px) {
	.s_graph_inner {
		max-width: 1000px;
	}
}
@media only screen and (max-width: 1600px) {
	.s_graph_inner {
		max-width: 900px;
	}
}
@media only screen and (max-width: 768px) {
	.s_price {
		margin-top: 60px;
	}
	.s_price h3 {
		font-size: min(5.8vw, 4rem);
	}
	.s_graph {
		margin-bottom: 60px;
		padding: 50px 0;
	}
	.c_has_bg::after {
		width: 95%;
	}
	.c_has_bg_r::after {
		left: 5%;
	}
	.s_graph_inner {
		margin: 0;
		padding-left: 5%;
	}
	.c_has_bg_r .s_graph_inner {
		margin: auto;
	}
	.s_graph h4 {
		margin-bottom: 15px;
		padding: 2px 10px 5px;
		font-size: 1.8rem;
		letter-spacing: 0;
		border-left: 5px solid #A3866A;
	}
	.s_graph .graph_box {
		margin-top: 30px;
		padding: 30px;
	}
	.s_graph .graph_box .ttl {
		padding-bottom: 20px;
		font-size: 1.4rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.s_graph .graph_box .ttl span {
		font-size: 1.2rem;
	}
	.s_graph .graph_box .ttl span.tsubo {
		font-size: 1.2rem;
	}
	.s_graph .graph_box figcaption {
		padding-top: 10px;
		font-size: 1rem;
		line-height: 1.3;
	}
	.s_graph .graph_box .note {
		margin-top: 10px;
		padding: 10px 15px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.pr_area {
		margin: 0 auto 80px;
		padding: 25px 20px;
	}
	.pr_area::before {
		top: -30px;
		left: -15px;
		width: 60px;
		height: 60px;
	}
	.pr_area dt {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 2;
	}
	.pr_area dd {
		font-size: 1.3rem;
		line-height: 1.5;
	}
}