/*
 * 風CAMP LP — サイト共通 / SWELL / プラグインのスタイル遮断
 * page-fcm-kazecamp.php は wp_head / wp_footer を呼ばないスタンドアロン HTML
 */
html {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: none !important;
	background: #faf7ee !important;
	overflow-x: hidden !important;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body.fcm-kazecamp-page {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 100% !important;
	background: #faf7ee !important;
	color: #2b241b !important;
	font-family: 'Zen Kaku Gothic New', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.9 !important;
	overflow-x: hidden !important;
	position: static !important;
	transform: none !important;
}

/* 万が一テーマ／プラグイン断片が混入しても完全非表示 */
body.fcm-kazecamp-page > *:not(#fcm-kazecamp-lp):not(script):not(style) {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	max-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

body.fcm-kazecamp-page #wpadminbar,
body.fcm-kazecamp-page .l-header,
body.fcm-kazecamp-page .l-footer,
body.fcm-kazecamp-page #content,
body.fcm-kazecamp-page .c-breadcrumb,
body.fcm-kazecamp-page .p-breadcrumb,
body.fcm-kazecamp-page .fcm-headerKazecamp {
	display: none !important;
}

body.fcm-kazecamp-page #fcm-kazecamp-lp {
	display: block !important;
	visibility: visible !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 100vh !important;
	min-height: 100svh !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	overflow-x: hidden !important;
	height: auto !important;
	max-height: none !important;
	pointer-events: auto !important;
}
