@charset "UTF-8";
/* コンタクト通販バーゲン */
#contents {
	color: #454545;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
	max-width: 960px;

	.main {
		width: auto;
		margin: 0 auto;
		img {
			display: block;
			max-width: 100%;
			width: auto;
			margin:  0 auto;
		}
	}

	.catch {
		width: 90%;
		margin: 5% auto 0;
		text-align: center;
		font-size: min(4vw, 15px);
	}

	.cont {
		margin: 10% 0 0;
	}

	.cont + .cont {
		margin: 15% 0 0;
	}

	/* ── Section heading ── */
	.section-title {
		text-align: center;
		font-size: min(4.2vw, 18px);
		font-weight: 700;
		letter-spacing: 0.04em;
		color: #06bc53;
	}

	/* ── Card grid ── */
	.grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 5%;
		margin: 5% 0 0;
		padding: 0 5%;
	}

	.card_wrap {
		display: flex;
		flex-direction: column;
		gap: 0;
		text-decoration: none;
	}

	.card {
		border-radius: .3em;
		aspect-ratio: 1 / 1.1;
		img {
			display: block;
			max-width: 100%;
			width: auto;
			margin:  0 auto;
		}
	}

	.card_caption {
		font-size: min(3.5vw, 15px);
		line-height: 1.6;
		color: #555;
	}
}

.contents .bnr_contents {
	display: none!important;
}

