@charset "UTF-8";

/* =========================================================
   コンセプトページ
========================================================= */
.concept-content {
	background-color: #eef4f1;
	padding: 5rem 0 0;
	overflow: hidden;
}

.concept-stack {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4rem;
}

.concept-stack__item {
	width: 100%;
	line-height: 0;
	text-align: center;
}

.concept-stack__item img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* 通常の中央配置（最大幅指定のみ、margin/paddingは inner--base から継承） */
.concept-stack__item--inner {
	max-width: 1000px;
}

/* タイトル画像：PC時 70% */
.concept-stack__item--title img {
	width: 70%;
}

/* テキスト画像：PC時 50% */
.concept-stack__item--text img {
	width: 50%;
}

/* テキストブロック（画像から差し替え） */
.concept-text {
	line-height: 1.8;
	color: #1a1a1a;
	font-size: 1rem;
	letter-spacing: 0.4em;
	text-align: center;
}

.concept-text__block {
	margin: 0;
}

.concept-text__block + .concept-text__block {
	margin-top: 2.5em;
}

/* ウィンドウ幅いっぱい（フルブリード） */
.concept-stack__item--fullbleed {
	width: 100%;
	max-width: none;
	padding: 0;
}

.concept-stack__item--fullbleed img {
	width: 100%;
}

/* フェードインのルールは style.css の .fadein / .fadein.is-show を使用 */

/* =========================================================
   SP対応
========================================================= */
@media screen and (max-width: 810px) {
	.title-area {
		margin-bottom: 0;
	}

	.notes-area {
		margin-top: 0;
	}

	.concept-content {
		padding: 2.5rem 0;
	}

	.concept-stack {
		gap: 2.5rem;
	}

	/* SP時は画像をinner幅いっぱいに、両サイドに1.5remの余白 */
	.concept-stack__item--title,
	.concept-stack__item--text {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		box-sizing: border-box;
	}

	.concept-stack__item--title img,
	.concept-stack__item--text img {
		width: 100%;
	}

	.concept-text {
		font-size: 0.8125rem;
		letter-spacing: 0.1em;
		line-height: 2;
	}

	.concept-text__block + .concept-text__block {
		margin-top: 2em;
	}
}
