@charset "utf-8";
/* CSS Document */
#fv {
	background-image: url("../images/fv_bg.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	max-width: 993px;
	width: 100%;
	margin: 0 auto;
	min-height: 286px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	font-family: "Noto Serif JP", serif;
}
#fv p {
	margin: 0;
}
#fv .copy .appeal span {
	font-family: "Noto Serif JP", serif;
	display: inline-block;
	background-image: linear-gradient(90deg, #d26a0a, #f1e365);
	padding: 10px 20px;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.3;
	color: #fff;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
}
#fv .copy .sub-copy {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 2.2em;
	color: #5b3115;
}
#fv .copy h1 {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	text-align: left;
	color: #5b3115;
	font-size: 2.8em;
	line-height: 1;
	text-shadow:2px 2px 0 #FFF, 2px -2px 0 #FFF,
				-2px 2px 0 #FFF, 2px -2px 0 #FFF,
				0px 2px 0 #FFF,  0-2px 0 #FFF,
				-2px 0 0 #FFF, 1px 0 0 #FFF;
}
#fv .copy h1 span {
	font-size: 1.5em;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	text-align: left;
	color: #5b3115;
	text-shadow:2px 2px 0 #FFF, 2px -2px 0 #FFF,
				-2px 2px 0 #FFF, 2px -2px 0 #FFF,
				0px 2px 0 #FFF,  0-2px 0 #FFF,
				-2px 0 0 #FFF, 1px 0 0 #FFF;
}
#fv .copy .price {
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1;
}
#fv .copy .price span {
	font-weight: bold;
	font-size: 2em;
	color: #cc0000;
	padding: 0 5px 0 10px;
}
.caution-list {
	max-width: 993px;
	width: 100%;
	margin: 1em auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	padding: 15px 20px;
	border-radius: 5px;
	border: 1px dashed #d8d0c2;
	background: #faf8f5;
}
.caution-list li {
	width: calc(50% - 10px);
	padding: 5px 0 5px 20px;
	position: relative;
	border-bottom: 1px dashed #eaeaea;
	color: #555;
	font-size: 16px;
	line-height: 1.5;
}
.caution-list li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #555;
	position: absolute;
	top: 14px;
	left: 5px;
}


@media screen and (max-width:767px) {
	#fv{
		min-height: 400px;
		padding: 20px 15px;
		background-position: 70% top;
		background-size: cover;
		position: relative;
	}
	#fv::before{
		content:"";
		position:absolute;
		inset:0;
		background:rgba(255,255,255,.35);
	}
	#fv .copy{
		width: 100%;
		position:relative;
		z-index:1;
	}
	#fv .copy .appeal span{
		font-size:1.5em;
		padding: 15px 16px 20px 16px;
		line-height: 1.3;
	}
	#fv .copy .sub-copy{
		font-size:1.7em;
		text-shadow:2px 2px 0 #FFF, 2px -2px 0 #FFF,
				-2px 2px 0 #FFF, 2px -2px 0 #FFF,
				0px 2px 0 #FFF,  0-2px 0 #FFF,
				-2px 0 0 #FFF, 1px 0 0 #FFF;
	}
	#fv .copy h1{
		font-size:2em;
		line-height:1.15;
	}
	#fv .copy h1 span{
		display:block;
		font-size:1.8em;
		margin-bottom:.1em;
	}
	#fv .copy .price{
		text-align: right;
		margin-top: 1em;
		font-size:1.5em;
		text-shadow:2px 2px 0 #FFF, 2px -2px 0 #FFF,
				-2px 2px 0 #FFF, 2px -2px 0 #FFF,
				0px 2px 0 #FFF,  0-2px 0 #FFF,
				-2px 0 0 #FFF, 1px 0 0 #FFF;
	}
	#fv .copy .price span{
		font-size:2.8em;
	}
	.caution-list{
		padding:15px;
		gap:0;
	}
	.caution-list li{
		width:100%;
		font-size:14px;
		padding:10px 0 10px 18px;
	}
	.caution-list li::before {
		top: 18px;
	}
	.sp_inner {
		padding: 0 20px;
	}
	.right_txt {
		text-align: right;
		font-size: 14px;
		margin-top: 0.5em;
		margin-right: 20px;
	}
}