<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 975px) {
	/*===============================
	MARK: common
	=================================*/
	.pc-content {
		display: none !important;
	}
	.sp-content {
		display: block;
	}

	.btn {
		padding: 1em 3em;
		width: 100%;
		font-size: var(--fz17);
	}

	.btn.btn02 {
		padding: 1.5em 3em;
		font-size: var(--fz20);
	}

	/*===============================
	MARK: TOP content
	=================================*/
	#lead {
		margin-block: 70px 55px;
	}

	.item-block {
		width: 100%;
	}
}

@media screen and (max-width: 740px) {
	img {
			width: auto;
	}
	.item-main img {
    width: 100%;
	}
}

@media (max-width: 470px) {
}
</pre></body></html>