:root {
	--slope-1px: clamp(0px, -.95663px + .2551vw, 1px);
}
.COMMON-PRELUDE__head {
	padding-bottom: calc(10px + var(--slope-1px) * 30);
}
.COMMON-PRELUDE__head img{
	max-width: 70%;
}
.COMMON-PRELUDE__body img {
	width: 100%;
	border-radius: calc(5px + var(--slope-1px) * 5);
}
.COMMON-PRELUDE__main {
	line-height: 0;
	padding-bottom: 20px;
}
.COMMON-PRELUDE__block {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media screen and (max-width: 560px) {
	.COMMON-PRELUDE__block {
		grid-template-columns: repeat(1, 1fr);
	}
}
.COMMON-PRELUDE__image {
	line-height: 0;
}
.COMMON-PRELUDE__text {
	padding-top: calc(10px + var(--slope-1px) * 10);
}
.COMMON-PRELUDE__text h3 {
	font-size: calc(18px + var(--slope-1px) * 2);
	font-weight: bold;
	line-height: 1;
	padding-bottom: calc(10px + var(--slope-1px) * 5);
}
.COMMON-PRELUDE__text p {
	font-size: calc(13px + var(--slope-1px) * 2);
}
.COMMON-PRELUDE-price {
	border-radius: 10px;
	border: 1px solid #C0C0C0;
	padding: calc(20px + var(--slope-1px) * 30);
	margin-top: calc(40px + var(--slope-1px) * 40);
	max-width: 750px;
	box-sizing: border-box;
	margin-inline: auto;
}
.COMMON-PRELUDE-price__head {
	position: relative;
	font-size: calc(18px + var(--slope-1px) * 4);
	font-weight: bold;
}
.COMMON-PRELUDE-price__head:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 75%;
	height: 1px;
	background-color: #C0C0C0;
}
@media screen and (max-width: 560px) {
	.COMMON-PRELUDE-price__head:after {
		width: 60%;
	}
}
.COMMON-PRELUDE-price__body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: calc(15px + var(--slope-1px) * 20);
	padding: calc(15px + var(--slope-1px) * 5) 0 calc(15px + var(--slope-1px) * 5) calc(15px + var(--slope-1px) * 5);
	margin-bottom: 25px;
	border-bottom: solid 1px #C0C0C0;
}
@media screen and (max-width: 560px) {
	.COMMON-PRELUDE-price__body {
		flex-flow: column;
		align-items: flex-start;
	}
}
.COMMON-PRELUDE-price__detail {
	font-size: calc(16px + var(--slope-1px) * 2);
}
.COMMON-PRELUDE-price__detail span {
	font-size: calc(32px + var(--slope-1px) * 6);
}
.COMMON-PRELUDE-price__detail p {
	line-height: 1;
}
.COMMON-PRELUDE-price__detail p:last-child {
	padding-top: calc(15px + var(--slope-1px) * 5);
}
.COMMON-PRELUDE-price__image {
	max-width: 380px;
}
.COMMON-PRELUDE-price__image img {
	width: 100%;
}
.COMMON-PRELUDE-note {
	line-height: 1.6;
	font-size: 12px;
	padding-left: 1.5em;
}
.COMMON-PRELUDE-note > li {
	list-style: disc;
}
.COMMON-PRELUDE-contact {
	text-align: center;
}
.COMMON-PRELUDE-contact__head {
	font-size: calc(20px + var(--slope-1px) * 12);
	font-weight: bold;
    line-height: 1;
    padding-bottom: calc(25px + var(--slope-1px) * 20);
}
.COMMON-PRELUDE-contact__button {
	border-radius: 10px;
	border: 1px solid #000;
	padding: calc(20px + var(--slope-1px) * 5) calc(15px + var(--slope-1px) * 5);
    margin: 15px auto 0;
	font-size: calc(16px + var(--slope-1px) * 4);
	font-weight: bold;
	position: relative;
	display: inline grid;
	align-items: center;
	grid-template-columns: 1fr auto 1fr;
	gap: .25em;
	width: 100%;
	max-width: 360px;
    overflow: hidden;
	text-decoration: none;
	line-height: 1;
	transition: all .3s ease-out;
}
.COMMON-PRELUDE-contact__button::before {
    content: '';
}
.COMMON-PRELUDE-contact__button:after {
	content: "";
    justify-self: end;
    inline-size: 1em;
    aspect-ratio: 1;
    background: #000;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'><path fill='currentColor' fill-rule='evenodd' d='M6.61336 18.9111C6.37887 18.6766 6.24714 18.3585 6.24714 18.0268C6.24714 17.6951 6.37887 17.3771 6.61336 17.1425L12.8048 10.951L6.61336 4.75959C6.38552 4.52368 6.25944 4.20773 6.26229 3.87977C6.26514 3.55182 6.39669 3.2381 6.6286 3.00619C6.8605 2.77429 7.17422 2.64274 7.50218 2.63989C7.83013 2.63704 8.14609 2.76312 8.38199 2.99096L15.4578 10.0667C15.6922 10.3013 15.824 10.6194 15.824 10.951C15.824 11.2827 15.6922 11.6008 15.4578 11.8354L8.38199 18.9111C8.14743 19.1456 7.82934 19.2773 7.49767 19.2773C7.16601 19.2773 6.84792 19.1456 6.61336 18.9111Z'/></svg>") 50% 50% / contain no-repeat;
    transition: all .2s ease-out;
}
.COMMON-PRELUDE-contact__button:hover {
	opacity: .7;
}
@media screen and (max-width: 560px) {
	.COMMON-PRELUDE-contact__button {
		width: 70%;
	}
}