/* layout.css — 元CSSに定義されていない土台部分の仮スタイル。
   本番テンプレート側にある .container / grid 相当を仮で用意しています。
   実際のテーマ(Bootstrap等)を使う場合はこのファイルは不要です。 */

* { box-sizing: border-box; }
body { margin: 0; color: #333; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin: 0; }

.container {
	width: 1140px;
	max-width: 90%;
	margin: 0 auto;
}

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

#teaser .copy {
	text-align: center;
	color: #fff;
	text-shadow: 0 2px 8px rgba(0,0,0,.5);
}
#teaser .copy .catch {
	font-size: 2em;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
}
#teaser .copy .lead {
	font-size: 1.1em;
}

.section-title { text-align: center; }

.section-reason .head { text-align: center; }
.section-reason .point img,
.section-oldwine img,
.section-words .point img,
.section-voice img { border-radius: 4px; }

.section-oldwine .container { text-align: center; }
.section-oldwine .lead-text { max-width: 700px; margin: 0 auto; }

.words-list {
	display: flex;
	flex-wrap: wrap;
}
.words-list > div {
	display: flex;
}

.lineup-list {
	text-align: center;
}
.lineup-item {
	margin-bottom: 60px;
}

.voice-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.voice-list > div {
	width: calc(33.33% - 30px);
}

@media (max-width: 767px) {
	#teaser .copy .catch { font-size: 1.3em; }
	.voice-list > div { width: 100%; }
}

/* プレースホルダー画像用（実画像差し替え前の仮表示） */
.ph {
	background: linear-gradient(135deg, #cb9738, #e4bf5f);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: .8em;
	letter-spacing: .05em;
}
