/*
 * CAVE campaign presentation reused on /guidance.html.
 * Keep these rules page-scoped so the legacy guidance content is untouched.
 */
body.cave-guidance-campaign-page .cave-guidance-campaign-copy {
	margin-top: 30px;
	color: #333;
	font-family: Murecho, sans-serif;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget {
	box-sizing: border-box;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--campaign,
body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--master,
body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--difference,
body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--benefits,
body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts {
	margin-bottom: 35px;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--fees {
	margin-bottom: 25px;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--benefits > .tcd-pb-row,
body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--benefits .tcd-pb-widget {
	margin-bottom: 0 !important;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--benefits > .tcd-pb-row,
body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--benefits .tcd-pb-widget {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--benefits {
	padding: 30px 34px 32px;
	border: 1px solid #078ed8;
	border-radius: 18px;
	background: transparent;
	box-shadow: none;
}

body.cave-guidance-campaign-page .post_content h3.cave-guidance-section-heading {
	display: grid;
	box-sizing: border-box;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: clamp(30px, 4vw, 48px);
	align-items: start;
	width: 100%;
	margin: 48px 0 30px !important;
	padding: 25px 4px 27px !important;
	border: 0;
	border-top: 1px solid #c9d1d4;
	border-bottom: 1px solid #c9d1d4;
	background: #fff;
	color: #16191b;
	font-family: "Noto Sans JP", "Yu Gothic", YuGothic, sans-serif;
	line-height: 1;
	text-align: left;
}

body.cave-guidance-campaign-page .post_content h3.cave-guidance-section-heading::before,
body.cave-guidance-campaign-page .post_content h3.cave-guidance-section-heading::after {
	display: none !important;
	content: none !important;
}

body.cave-guidance-campaign-page .cave-guidance-section-heading .cave-gym-section-heading__label {
	display: flex;
	min-height: 76px;
	margin: 0;
	padding: 0 24px 0 5px;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	border-right: 1px solid #c9d1d4;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}

body.cave-guidance-campaign-page .cave-guidance-section-heading .cave-gym-section-heading__number {
	display: block;
	color: #16191b;
	font-size: 46px;
	font-weight: 700;
	letter-spacing: -0.045em;
}

body.cave-guidance-campaign-page .cave-guidance-section-heading .cave-gym-section-heading__kicker {
	display: block;
	color: #087da8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	white-space: nowrap;
}

body.cave-guidance-campaign-page .cave-guidance-section-heading .cave-gym-section-heading__content {
	display: block;
	align-self: center;
	min-width: 0;
}

body.cave-guidance-campaign-page .cave-guidance-section-heading .cave-gym-section-heading__title {
	display: block;
	color: #16191b;
	font-size: clamp(22px, 2vw, 27px);
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.035em;
}

body.cave-guidance-campaign-page .post_content h3.cave-guidance-section-heading + * {
	margin-top: 0 !important;
}

body.cave-guidance-campaign-page .post_content .tcd-pb-row:has(+ .tcd-pb-row .cave-guidance-section-heading--about),
body.cave-guidance-campaign-page .post_content .tcd-pb-row:has(+ .tcd-pb-row .cave-guidance-section-heading--trial) {
	margin-bottom: 0 !important;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--campaign > .cave-guidance-section-heading--monthly-free + .cave-campaign-guide {
	margin-top: 0;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--fees > .cave-guidance-section-heading--fees + .cave-fee-guide {
	margin-top: 0;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts {
	position: relative;
	overflow: visible;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts::before {
	display: none;
	content: none;
}

body.cave-guidance-campaign-page .cave-gift-showcase__header {
	position: relative;
	z-index: 1;
	margin-bottom: 32px;
	text-align: center;
}

body.cave-guidance-campaign-page .cave-gift-showcase__kicker {
	display: block;
	margin-bottom: 5px;
	color: #078ed8;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.28em;
	line-height: 1.4;
}

body.cave-guidance-campaign-page .post_content .cave-gift-showcase__header h2 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #102b3b;
	font-family: Murecho, sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.45;
	text-align: center;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row {
	position: relative;
	z-index: 1;
	margin: 0 !important;
	border: 0 !important;
	background: transparent;
	box-sizing: border-box;
	box-shadow: none;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(1) {
	padding: 32px 32px 12px;
	border-radius: 18px 18px 0 0;
	background: #eef8ff;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(3) {
	margin-top: 36px !important;
	padding: 32px 32px 12px;
	border-radius: 18px 18px 0 0;
	background: #f3f6f8;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(2) {
	padding: 0 32px 32px;
	border-radius: 0 0 18px 18px;
	background: #eef8ff;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(4) {
	padding: 0 32px 16px;
	background: #f3f6f8;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(5) {
	padding: 0 32px 32px;
	border-radius: 0 0 18px 18px;
	background: #f3f6f8;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(6) {
	margin-top: 36px !important;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts .tcd-pb-widget {
	margin-bottom: 0 !important;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(6) .tcd-pb-widget {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy .cave-guidance-campaign-copy__widget--gifts h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
	justify-content: flex-start !important;
	width: auto !important;
	max-width: none !important;
	margin-bottom: 12px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none;
	color: #087da8 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	text-align: left !important;
}

body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(3) h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
	color: #125f91 !important;
}

body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(1) p,
body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(3) p {
	margin: 0 !important;
	color: #344955;
	font-size: 14px;
	line-height: 1.9;
}

body.cave-guidance-campaign-page .cave-gift-showcase__offer {
	display: block;
	margin-bottom: 9px;
	color: #102b3b;
	font-size: clamp(23px, 3vw, 31px);
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.4;
}

body.cave-guidance-campaign-page .cave-gift-showcase__description > span {
	display: block;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(2) > .tcd-pb-row-inner,
body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(4) > .tcd-pb-row-inner {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(2) > .tcd-pb-row-inner::before,
body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(2) > .tcd-pb-row-inner::after,
body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(4) > .tcd-pb-row-inner::before,
body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(4) > .tcd-pb-row-inner::after {
	display: none !important;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(2) .tcd-pb-col,
body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(4) .tcd-pb-col {
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	border-radius: 9px;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(2) img,
body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(4) img {
	aspect-ratio: 1;
	object-fit: cover;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(5)::after {
	display: table;
	margin: 16px auto 0;
	padding: 8px 20px;
	border-radius: 999px;
	background: #fff2cf;
	color: #815700;
	content: "柔術着40％OFFクーポン";
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(6) p {
	margin: 0 !important;
	text-align: center;
}

body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(6) .cave-button {
	width: min(100%, 360px);
	min-width: 0;
}

body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy h3.head_line3 {
	margin: 0 0 10px;
	padding: 16px !important;
	border: 0;
	border-top: 2px dashed #555;
	border-bottom: 2px dashed #555;
	background: transparent;
	color: #111;
	font-family: Murecho, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: left;
}

body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy__widget--campaign > p,
body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy__widget--difference > p {
	margin: 0 0 2em;
	color: #333;
	font-size: 1.08em;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: fit-content !important;
	max-width: calc(100% - 24px) !important;
	margin: 0 0 15px !important;
	padding: 8px 32px !important;
	border: 1px solid #45a3e8 !important;
	border-radius: 999px !important;
	box-sizing: border-box !important;
	background: transparent !important;
	color: #111 !important;
	font-family: Murecho, sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	letter-spacing: 0.05em !important;
	line-height: 1.2 !important;
	text-align: center !important;
	white-space: nowrap !important;
}

body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy .cave-guidance-campaign-copy__widget--benefits h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
	position: relative;
	justify-content: flex-start !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 17px !important;
	padding: 0 0 11px 18px !important;
	border: 0 !important;
	border-bottom: 1px solid #d5e3ea !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #102b3b !important;
	font-size: 23px !important;
	font-weight: 600 !important;
	letter-spacing: 0.05em !important;
	text-align: left !important;
	white-space: normal !important;
}

body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy .cave-guidance-campaign-copy__widget--benefits h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black)::before {
	position: absolute;
	top: 2px;
	bottom: 13px;
	left: 0;
	width: 4px;
	border-radius: 4px;
	background: #078ed8;
	content: "" !important;
}

body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--benefits ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px 26px;
	align-content: start;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy__widget--benefits li {
	position: relative;
	margin: 0 !important;
	padding: 2px 0 2px 32px;
	color: #24323a;
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy__widget--benefits li::before {
	position: absolute;
	top: 4px;
	left: 0;
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 50%;
	background: #078ed8;
	color: #fff;
	content: "\2713";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

body.cave-guidance-campaign-page .cave-gift-alternative {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 24px;
	margin: 62px 0 35px;
	color: #24323a;
	font-family: Murecho, sans-serif;
}

body.cave-guidance-campaign-page .cave-gift-alternative__header {
	grid-column: 1 / -1;
	margin-bottom: 30px;
	padding-top: 0;
	border-top: 0;
	text-align: left;
}

body.cave-guidance-campaign-page .cave-gift-alternative__kicker {
	display: block;
	margin-bottom: 6px;
	color: #078ed8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	line-height: 1.4;
}

body.cave-guidance-campaign-page .post_content .cave-gift-alternative__header h2 {
	margin: 0 0 9px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #102b3b;
	font-family: Murecho, sans-serif;
	font-size: 31px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	text-align: left;
}

body.cave-guidance-campaign-page .post_content .cave-gift-alternative__header p {
	margin: 0 !important;
	color: #54646d;
	font-size: 14px;
	line-height: 1.8;
}

body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row {
	position: relative;
	margin: 0 !important;
	border: 0 !important;
	box-sizing: border-box;
	box-shadow: none !important;
}

body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(1) {
	grid-column: 1;
	grid-row: 2;
	padding: 30px 24px 12px;
	border-radius: 18px 18px 0 0;
	background: #113d54;
}

body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(2) {
	grid-column: 1;
	grid-row: 3;
	padding: 0 24px 24px;
	border-radius: 0 0 18px 18px;
	background: #113d54;
}

body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(3) {
	grid-column: 2;
	grid-row: 2;
	padding: 30px 24px 12px;
	border-radius: 18px 18px 0 0;
	background: #edf4f7;
}

body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(4) {
	grid-column: 2;
	grid-row: 3;
	padding: 0 24px 14px;
	background: #edf4f7;
}

body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(5) {
	grid-column: 2;
	grid-row: 4;
	padding: 0 24px 24px;
	border-radius: 0 0 18px 18px;
	background: #edf4f7;
}

body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(6) {
	grid-column: 1 / -1;
	grid-row: 5;
	margin-top: 32px !important;
	background: transparent;
}

body.cave-guidance-campaign-page .cave-gift-alternative .tcd-pb-widget {
	margin-bottom: 0 !important;
}

body.cave-guidance-campaign-page .post_content .cave-gift-alternative h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
	display: block !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 0 11px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #8edcff !important;
	font-family: Murecho, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	line-height: 1.3 !important;
	text-align: left !important;
	white-space: normal !important;
}

body.cave-guidance-campaign-page .post_content .cave-gift-alternative > .tcd-pb-row:nth-of-type(3) h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
	color: #087da8 !important;
}

body.cave-guidance-campaign-page .post_content .cave-gift-alternative > .tcd-pb-row:nth-of-type(1) p,
body.cave-guidance-campaign-page .post_content .cave-gift-alternative > .tcd-pb-row:nth-of-type(3) p {
	margin: 0 !important;
	font-size: 13px;
	line-height: 1.8;
}

body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(1) .cave-gift-showcase__offer {
	color: #fff;
}

body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(1) .cave-gift-showcase__description > span {
	color: #d8e8ef;
}

body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(2) > .tcd-pb-row-inner,
body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(4) > .tcd-pb-row-inner {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(2) > .tcd-pb-row-inner::before,
body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(2) > .tcd-pb-row-inner::after,
body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(4) > .tcd-pb-row-inner::before,
body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(4) > .tcd-pb-row-inner::after {
	display: none !important;
}

body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(2) .tcd-pb-col,
body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(4) .tcd-pb-col {
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
}

body.cave-guidance-campaign-page .cave-gift-alternative img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	border-radius: 10px;
}

body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(2) img,
body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(4) img {
	aspect-ratio: 1;
	object-fit: cover;
}

body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(5)::after {
	display: table;
	margin: 14px auto 0;
	padding: 7px 16px;
	border-radius: 999px;
	background: #fff1c8;
	color: #765000;
	content: "柔術着40％OFFクーポン";
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

body.cave-guidance-campaign-page .post_content .cave-gift-alternative > .tcd-pb-row:nth-of-type(6) p {
	margin: 0 !important;
	text-align: center;
}

body.cave-guidance-campaign-page .post_content .cave-gift-alternative > .tcd-pb-row:nth-of-type(6) .cave-button {
	width: min(100%, 360px);
	min-width: 0;
}

body.cave-guidance-campaign-page .cave-campaign-guide {
	box-sizing: border-box;
	margin: 50px 0 0;
	color: #24282d;
	font-size: 14px;
	line-height: 22.4px;
}

body.cave-guidance-campaign-page .cave-campaign-guide *,
body.cave-guidance-campaign-page .cave-campaign-guide ::before,
body.cave-guidance-campaign-page .cave-campaign-guide ::after {
	box-sizing: inherit;
}

body.cave-guidance-campaign-page .post_content .cave-campaign-guide > .head_line3,
body.cave-guidance-campaign-page .post_content .cave-fee-guide > .head_line3 {
	margin: 0 0 24px;
	padding: 16px !important;
	border: 0 !important;
	background: transparent;
	color: #111;
	font-family: "Noto Serif JP", serif;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.45;
	text-align: left;
}

body.cave-guidance-campaign-page .cave-campaign-guide__body {
	padding: 30px;
	border: 1px solid #d5d9dd;
	border-radius: 14px;
	background: #fff;
}

body.cave-guidance-campaign-page .post_content .cave-campaign-guide__intro {
	margin: 0;
	color: #5a6168;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6;
	text-align: center;
}

body.cave-guidance-campaign-page .post_content .cave-campaign-guide__price {
	margin: 3px 0 22px;
	color: #111;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.35;
	text-align: center;
}

body.cave-guidance-campaign-page .post_content .cave-campaign-guide__price strong {
	font-size: 48px;
	font-weight: 500;
}

body.cave-guidance-campaign-page .cave-campaign-guide__benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

body.cave-guidance-campaign-page .cave-campaign-guide__benefit {
	padding: 17px 12px;
	border: 1px solid #d5d9dd;
	border-radius: 8px;
	background: #f6f7f8;
	text-align: center;
}

body.cave-guidance-campaign-page .post_content .cave-campaign-guide__benefit h3 {
	margin: 0 0 5px;
	padding: 0;
	border: 0;
	color: #111;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

body.cave-guidance-campaign-page .post_content .cave-campaign-guide__benefit p {
	margin: 0;
	color: #111;
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

body.cave-guidance-campaign-page .cave-campaign-guide__benefit p span::after {
	margin: 0 5px;
	content: "→";
}

body.cave-guidance-campaign-page .cave-campaign-guide__benefit p b {
	font-weight: 600;
}

body.cave-guidance-campaign-page .cave-campaign-guide__summary {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	align-items: center;
	gap: 24px;
	margin-top: 16px;
}

body.cave-guidance-campaign-page .post_content .cave-campaign-guide__total {
	margin: 0;
	padding: 13px 18px;
	border: 2px solid #d1493f;
	border-radius: 10px;
	background: #fff4f2;
	color: #111;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.4;
	text-align: center;
}

body.cave-guidance-campaign-page .post_content .cave-campaign-guide__terms {
	margin: 0;
	color: #333;
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 1.7;
	text-align: center;
}

body.cave-guidance-campaign-page .cave-campaign-guide__payment {
	margin-top: 32px;
	border: 1px solid #d5d9dd;
	border-radius: 12px;
	overflow: hidden;
}

body.cave-guidance-campaign-page .post_content .cave-campaign-guide__payment-title {
	margin: 0;
	padding: 18px 24px;
	border: 0;
	border-bottom: 1px solid #d5d9dd;
	background: #f6f7f8;
	color: #24282d;
	font-family: "Noto Serif JP", serif;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.4;
	text-align: center;
}

body.cave-guidance-campaign-page .cave-campaign-guide__payment-body {
	padding: 24px;
	background: #fff;
}

body.cave-guidance-campaign-page .post_content .cave-campaign-guide__caption {
	margin: 0 0 18px;
	color: #5a6168;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.6;
	text-align: center;
}

body.cave-guidance-campaign-page .cave-campaign-guide__timeline {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
}

body.cave-guidance-campaign-page .cave-campaign-guide__step {
	position: relative;
	display: flex;
	min-height: 126px;
	padding: 14px 10px;
	border: 2px solid #2f61b8;
	border-radius: 10px;
	background: #edf3fc;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

body.cave-guidance-campaign-page .cave-campaign-guide__step--first {
	border-color: #d1493f;
	background: #fff4f2;
}

body.cave-guidance-campaign-page .cave-campaign-guide__step:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -23px;
	color: #2f61b8;
	font-size: 24px;
	line-height: 1;
	content: "→";
	transform: translateY(-50%);
}

body.cave-guidance-campaign-page .cave-campaign-guide__date {
	margin-bottom: 5px;
	color: #2f61b8;
	font-size: 17px;
	font-weight: 600;
}

body.cave-guidance-campaign-page .cave-campaign-guide__step--first .cave-campaign-guide__date {
	color: #d1493f;
}

body.cave-guidance-campaign-page .cave-campaign-guide__step strong {
	color: #111;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5;
}

body.cave-guidance-campaign-page .cave-campaign-guide__step small {
	color: #5a6168;
	font-size: 12px;
	line-height: 1.5;
}

body.cave-guidance-campaign-page .post_content .cave-campaign-guide__payment-note {
	margin: 20px 0 0;
	color: #24282d;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.7;
	text-align: center;
}

body.cave-guidance-campaign-page .cave-campaign-guide + .cave-fee-guide {
	margin-top: 30px;
}

body.cave-guidance-campaign-page .cave-fee-guide {
	box-sizing: border-box;
	margin: 50px 0 0;
	color: #24282d;
	font-size: 14px;
	line-height: 22.4px;
}

body.cave-guidance-campaign-page .cave-fee-guide *,
body.cave-guidance-campaign-page .cave-fee-guide ::before,
body.cave-guidance-campaign-page .cave-fee-guide ::after {
	box-sizing: inherit;
}

body.cave-guidance-campaign-page .post_content .cave-fee-guide__lead {
	margin: 0 0 24px;
	color: #5a6168;
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.7;
	text-align: center;
}

body.cave-guidance-campaign-page .cave-fee-guide__body {
	padding: 30px;
	border: 1px solid #d5d9dd;
	border-radius: 14px;
	background: #f7f8f9;
}

body.cave-guidance-campaign-page .cave-fee-guide__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

body.cave-guidance-campaign-page .cave-fee-guide__card {
	padding: 24px;
	border: 1px solid #d5d9dd;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(36, 40, 45, 0.04);
}

body.cave-guidance-campaign-page .cave-fee-guide__card--wide {
	grid-column: 1 / -1;
}

body.cave-guidance-campaign-page .post_content .cave-fee-guide__card h3 {
	display: flex;
	align-items: center;
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	color: #24282d;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

body.cave-guidance-campaign-page .cave-fee-guide__card h3::before {
	width: 6px;
	height: 24px;
	margin-right: 10px;
	border-radius: 4px;
	background: #036eb7;
	content: "";
	flex: 0 0 auto;
}

body.cave-guidance-campaign-page .post_content .cave-fee-guide__card h4 {
	margin: 0 0 12px;
	padding: 0;
	color: #24282d;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

body.cave-guidance-campaign-page .post_content .cave-fee-guide__card p {
	margin: 0 0 12px;
	color: #24282d;
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1.8;
}

body.cave-guidance-campaign-page .post_content .cave-fee-guide__card p:last-child {
	margin-bottom: 0;
}

body.cave-guidance-campaign-page .cave-fee-guide__amount {
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 12px;
	border-radius: 999px;
	background: #edf3fc;
	font-size: 18px;
	font-weight: 600;
}

body.cave-guidance-campaign-page .post_content .cave-fee-guide__list {
	margin: 0 0 12px 1.3em;
	padding: 0;
	letter-spacing: 0.02em;
	list-style: disc;
}

body.cave-guidance-campaign-page .post_content .cave-fee-guide__list li {
	margin-bottom: 7px;
	color: #24282d;
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1.7;
}

body.cave-guidance-campaign-page .cave-fee-guide__methods {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

body.cave-guidance-campaign-page .cave-fee-guide__method {
	padding: 20px;
	border-radius: 8px;
	background: #f1f3f5;
}

body.cave-guidance-campaign-page .post_content .cave-fee-guide__example,
body.cave-guidance-campaign-page .post_content .cave-fee-guide__small {
	color: #60666c;
	font-size: 13px;
}

body.cave-guidance-campaign-page .post_content .cave-fee-guide__note {
	margin: 22px 0 0;
	color: #60666c;
	font-size: 13px;
	line-height: 1.7;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	body.cave-guidance-campaign-page .cave-campaign-guide__timeline.cave-campaign-guide__timeline--three {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 767px) {
	body.cave-guidance-campaign-page .cave-guidance-campaign-copy {
		margin-top: 15px;
	}

	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--campaign,
	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--master,
	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--difference,
	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--benefits,
	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts {
		margin-bottom: 25px;
	}

	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--fees {
		margin-bottom: 15px;
	}

	body.cave-guidance-campaign-page .post_content h3.cave-guidance-section-heading {
		grid-template-columns: 78px minmax(0, 1fr);
		gap: 18px;
		margin: 36px 0 24px !important;
		padding: 19px 0 21px !important;
	}

	body.cave-guidance-campaign-page .cave-guidance-section-heading .cave-gym-section-heading__label {
		min-height: 68px;
		padding: 0 15px 0 2px;
	}

	body.cave-guidance-campaign-page .cave-guidance-section-heading .cave-gym-section-heading__number {
		font-size: 34px;
	}

	body.cave-guidance-campaign-page .cave-guidance-section-heading .cave-gym-section-heading__kicker {
		font-size: 10px;
		letter-spacing: 0.1em;
	}

	body.cave-guidance-campaign-page .cave-guidance-section-heading .cave-gym-section-heading__title {
		font-size: 20px;
	}

	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts {
		padding: 0;
		border-radius: 0;
	}

	body.cave-guidance-campaign-page .cave-gift-showcase__header {
		margin-bottom: 20px;
	}

	body.cave-guidance-campaign-page .cave-gift-showcase__kicker {
		font-size: 11px;
	}

	body.cave-guidance-campaign-page .post_content .cave-gift-showcase__header h2 {
		font-size: 22px;
		letter-spacing: 0.04em;
	}

	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(1) {
		padding: 24px 16px 10px;
	}

	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(3) {
		margin-top: 28px !important;
		padding: 24px 16px 10px;
	}

	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(2) {
		margin-bottom: 0 !important;
		padding: 0 16px 24px;
	}

	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(4) {
		padding: 0 16px 10px;
	}

	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(5) {
		margin-bottom: 0 !important;
		padding: 0 16px 24px;
	}

	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(6) {
		margin-top: 28px !important;
		padding: 0;
	}

	body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy .cave-guidance-campaign-copy__widget--gifts h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
		width: auto !important;
		max-width: none !important;
		margin-bottom: 11px !important;
		padding: 0 !important;
		font-size: 14px !important;
	}

	body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(1) p,
	body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(3) p {
		font-size: 13px;
		line-height: 1.8;
	}

	body.cave-guidance-campaign-page .cave-gift-showcase__offer {
		margin-bottom: 7px;
		font-size: 21px;
		line-height: 1.45;
	}

	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(2) > .tcd-pb-row-inner,
	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(4) > .tcd-pb-row-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(5)::after {
		margin-top: 12px;
		padding: 7px 14px;
		font-size: 12px;
	}

	body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy__widget--gifts > .tcd-pb-row:nth-of-type(6) .cave-button {
		width: 100%;
	}

	body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy h3.head_line3 {
		padding: 16px !important;
		font-size: 20px;
	}

	body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
		width: calc(100% - 24px) !important;
		margin-bottom: 10px !important;
		padding: 10px 20px !important;
		color: #000 !important;
		font-size: 15px !important;
		letter-spacing: normal !important;
		line-height: 1.2 !important;
		white-space: normal !important;
	}

	body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy .cave-guidance-campaign-copy__widget--benefits h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
		width: 100% !important;
		margin-bottom: 14px !important;
		padding: 0 0 11px 16px !important;
		font-size: 20px !important;
	}

	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--benefits {
		padding: 22px 18px 24px;
		border-radius: 16px;
	}

	body.cave-guidance-campaign-page .cave-guidance-campaign-copy__widget--benefits ul {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy__widget--benefits li {
		padding-left: 30px;
		font-size: 14px;
		line-height: 1.6;
	}

	body.cave-guidance-campaign-page .cave-gift-alternative {
		display: block;
		margin: 50px 0 25px;
	}

	body.cave-guidance-campaign-page .cave-gift-alternative__header {
		margin-bottom: 24px;
		padding-top: 0;
	}

	body.cave-guidance-campaign-page .cave-gift-alternative__kicker {
		font-size: 11px;
	}

	body.cave-guidance-campaign-page .post_content .cave-gift-alternative__header h2 {
		margin-bottom: 7px !important;
		font-size: 25px;
	}

	body.cave-guidance-campaign-page .post_content .cave-gift-alternative__header p {
		font-size: 13px;
	}

	body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(1) {
		padding: 24px 16px 10px;
	}

	body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(2) {
		padding: 0 16px 20px;
	}

	body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(3) {
		margin-top: 28px !important;
		padding: 24px 16px 10px;
	}

	body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(4) {
		padding: 0 16px 12px;
	}

	body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(5) {
		padding: 0 16px 22px;
	}

	body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(6) {
		margin-top: 28px !important;
	}

	body.cave-guidance-campaign-page .post_content .cave-gift-alternative h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
		color: #8edcff !important;
		font-size: 14px !important;
	}

	body.cave-guidance-campaign-page .post_content .cave-gift-alternative > .tcd-pb-row:nth-of-type(3) h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
		color: #087da8 !important;
	}

	body.cave-guidance-campaign-page .post_content .cave-gift-alternative > .tcd-pb-row:nth-of-type(1) p,
	body.cave-guidance-campaign-page .post_content .cave-gift-alternative > .tcd-pb-row:nth-of-type(3) p {
		font-size: 13px;
	}

	body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(2) > .tcd-pb-row-inner,
	body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(4) > .tcd-pb-row-inner {
		display: flex !important;
		overflow-x: auto;
		gap: 12px;
		padding-bottom: 7px;
		scroll-snap-type: x mandatory;
		scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
		scrollbar-width: thin;
	}

	body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(4) > .tcd-pb-row-inner {
		scrollbar-color: rgba(8, 125, 168, 0.4) transparent;
	}

	body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(2) .tcd-pb-col,
	body.cave-guidance-campaign-page .cave-gift-alternative > .tcd-pb-row:nth-of-type(4) .tcd-pb-col {
		width: 78% !important;
		min-width: 78%;
		flex: 0 0 78%;
		scroll-snap-align: start;
	}

	body.cave-guidance-campaign-page .post_content .cave-gift-alternative > .tcd-pb-row:nth-of-type(6) .cave-button {
		width: 100%;
	}

	body.cave-guidance-campaign-page .cave-campaign-guide {
		margin-top: 35px;
	}

	body.cave-guidance-campaign-page .post_content .cave-campaign-guide > .head_line3,
	body.cave-guidance-campaign-page .post_content .cave-fee-guide > .head_line3 {
		padding: 12px 0 !important;
		font-size: 20px;
	}

	body.cave-guidance-campaign-page .cave-campaign-guide__body {
		padding: 18px;
	}

	body.cave-guidance-campaign-page .post_content .cave-campaign-guide__intro {
		font-size: 15px;
	}

	body.cave-guidance-campaign-page .post_content .cave-campaign-guide__price {
		font-size: 22px;
	}

	body.cave-guidance-campaign-page .post_content .cave-campaign-guide__price strong {
		font-size: 38px;
	}

	body.cave-guidance-campaign-page .cave-campaign-guide__benefits,
	body.cave-guidance-campaign-page .cave-campaign-guide__summary,
	body.cave-guidance-campaign-page .cave-campaign-guide__timeline {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	body.cave-guidance-campaign-page .cave-campaign-guide__step:not(:last-child)::after {
		display: none;
	}

	body.cave-guidance-campaign-page .cave-campaign-guide__payment {
		margin-top: 24px;
	}

	body.cave-guidance-campaign-page .post_content .cave-campaign-guide__payment-title {
		padding: 15px 18px;
		font-size: 20px;
	}

	body.cave-guidance-campaign-page .cave-campaign-guide__payment-body {
		padding: 18px;
	}

	body.cave-guidance-campaign-page .cave-campaign-guide__step {
		min-height: 108px;
	}

	body.cave-guidance-campaign-page .cave-fee-guide {
		margin-top: 35px;
	}

	body.cave-guidance-campaign-page .post_content .cave-fee-guide__lead {
		font-size: 14px;
	}

	body.cave-guidance-campaign-page .cave-fee-guide__body {
		padding: 18px;
	}

	body.cave-guidance-campaign-page .cave-fee-guide__grid,
	body.cave-guidance-campaign-page .cave-fee-guide__methods {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	body.cave-guidance-campaign-page .cave-fee-guide__card {
		padding: 20px 18px;
	}

	body.cave-guidance-campaign-page .post_content .cave-fee-guide__card h3 {
		font-size: 18px;
	}

	body.cave-guidance-campaign-page .cave-fee-guide__amount {
		font-size: 17px;
	}
}

@media only screen and (max-width: 340px) {
	body.cave-guidance-campaign-page .post_content .cave-guidance-campaign-copy h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
		padding-inline: 12px !important;
		font-size: clamp(12px, 4.2vw, 14px) !important;
		white-space: nowrap !important;
	}
}
