@charset "utf-8";

/* -----------------------------
	reform-area
-------------------------------- */

.price-area {
	position: relative;
	padding: 130px 0 50px;
}

.price-area::before {
    content: "";
    width: 56.25%;
    background: var(--beige04);
    height: 775px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.price-area .inner {
	position: relative;
}

.price-area .image {
	position: absolute;
	right: 0;
	top: -70px;
}

.price-area .copy {
	font-family: var(--basefont-jp);
    font-size: 4.0rem;
    font-weight: 400;
    color: var(--gold02);
    line-height: 1.5;
    font-feature-settings: "palt";
	padding: 20px 0;
}

.price-area .txt {
	line-height: 2.25;
}

.price-area .icon {
	width: 195px;
	position: absolute;
	right: 320px;
	bottom: -130px;
	line-height: 0;
}

.price-area .icon img {
	width: 100%;
}

.point-area {
	padding: 80px 0 100px;
}

.point-area .ttl-lower-m {
	text-align: center;
}

.point-area ul {
	display: flex;
	flex-wrap: wrap;
	gap:70px 30px;
	padding: 30px 0 0;
}

.point-area ul li {
	width: 380px;
}

.point-area ul li > div {
	position: relative;
}

.point-area ul li .image ,
.point-area ul li .image img {
	line-height: 0;
}

.point-area ul li .point {
	display: inline-block;
	color: #fff;
	background: var(--gold02);
	font-family: var(--rubik);
	font-weight: 500;
	width: 100px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 260px;
}

.point-area ul li h3 {
	color:var(--gold02);
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 20px 0 10px
}

.point-area ul li .att {
	font-size: 1.2rem;
	padding: 10px 0 0;
}

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

	.price-area {
		position: relative;
		padding: 50px 20px 70px;
	}

	.price-area::before {
		width: 80%;
		height: 100%;
	}

	.price-area .inner {
		position: relative;
	}

	.price-area .image {
		position: static;
		right: auto;
		top: auto;
		padding: 20px 0 0;
	}

	.price-area .image img {
		width: 100%;
	}

	.price-area .copy {
		font-size: 2.6rem;
		padding: 20px 0 10px;
	}

	.price-area .txt {
		line-height: 1.5;
	}

	.price-area .icon {
		width: 124px;
		position: static;
		padding: 20px 0 0;
		margin: 0 auto;
	}

	.point-area {
		padding: 50px 0 20px;
	}

	.point-area ul {
		display: block;
		padding: 20px 20px 0;
	}

	.point-area ul li {
		width: 100%;
		border-top: #CBBF92 solid 1px;
		padding: 20px 0 30px;
	}

	.point-area ul li > div {
		position: static;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
		padding: 0 0 20px;
	}

	.point-area ul li .image {
		width: 100px;
		height: 100px;
	}

	.point-area ul li .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.point-area ul li .point {
		width: 70px;
		font-size: 1.0rem;
		position: static;
	}

	.point-area ul li h3 {
		font-size: 2.0rem;
		text-align: left;
		padding: 5px 0 0;
	}

	.point-area ul li .att {
		padding: 5px 0 0;
	}

}
@keyframes loop-sp {

	0% {
		background-position: 0 0;
		}

	100% {
		background-position: -1760px 0;
		}
}
