@charset "UTF-8";

/* ===============================
	共通スタイル
=============================== */
/* コラム */
.column-container {
	position: relative;
	/* background: #fff; */
	background: #fff;
	padding: 12% 6% 12%;
}

.column-icon {
	font-weight: 700;
	color: #fff;
	background-color: #000;
	border-radius: 50px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.4rem;
	padding: 0.4em 2.4em;
}

.column-title-wrap {
	text-align: center;
	padding-bottom: 0.4rem;
	margin-inline: auto;
}

.column-title {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.2;
	border-bottom: 2px dotted #000;
	padding-bottom: 3px;
}

.column-text-container {
	text-align: center;
}

.column-movie-release-date {
	display: block;
	margin-top: 0.5em;
	font-size: 1.2rem;
	text-align: right;
}

.video-square {
	margin: 2rem auto 0;
}

.video-square-item {
	aspect-ratio: 1 / 1;
}

/* ポップアップ動画：サムネイル画像 */
.thumb-movie01 {
	background: url('images/bnr-movie01.jpg') no-repeat center center/cover;
}

.thumb-movie03 {
	background: url('images/bnr-movie03.jpg') no-repeat center center/cover;
}

.thumb-movie04 {
	background: url('images/bnr-movie04.jpg') no-repeat center center/cover;
}

/* 英国アレルギー協会認定 */
.allergyuk {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem 5rem;
}

.allergyuk-logo {
	margin-inline: auto;
	max-inline-size: 230px;
}

/* PM2.5 */
.pm25 {
	padding: 2rem 2rem 1rem;
	background: #fff;
	/* border: solid 1px #9b6e1d; */

	.flex-container {
		padding: 5%;
	}

	.flex-item-img {
		padding: 1rem 1rem 2rem;
	}

	.cap-text {
		padding: 0 1rem 1rem;
		font-size: 1.2rem;
	}
}

.pm25-title {
	padding: 0.5em;
	background: url('images/bg-pm25.png') no-repeat center top/cover;
	color: #fff;
	text-align: center;
}

.pm25-catc {
	padding: 0.5em;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: bold;
	border-radius: 0.5rem;
	text-align: center;
	background: var(--steel-gray);
	color: #fff;

	sup {
		color: #040404;
	}

	span {
		font-size: 0.7em;
		font-weight: normal;
	}
}

/* ====================================
	TAB、PC、印刷専用スタイル（768px～）
===================================== */
@media print,
screen and (width >=768px) {

	/* コラム */
	.column-container {
		padding: 3em 3em 3em;
	}

	.column-icon {
		font-size: 1.6rem;
		padding: 0.4em 2.5em;
	}

	.column-title {
		font-size: 2rem;
		padding-bottom: 4px;
	}

	.video-square {
		max-inline-size: 400px;
		margin-top: 3rem;
	}

	/* 英国アレルギー協会認定 */
	.allergyuk-text {
		flex: 1 0;
	}

	/* PM2.5 */
	.pm25 {
		.flex-container {
			padding: 0;
		}

		.flex-item-text {
			flex: 1;
			padding-top: 3rem;
		}

		.flex-item-img {
			width: 50%;
			padding: 1rem 1rem 2rem;
		}

		.cap-text {
			text-align: right;
		}
	}

	.pm25-title {
		font-size: 1.8rem;
	}

	.pm25-catc {
		font-size: 1.8rem;
	}
}