@charset "UTF-8";

/* TE37 30周年 特集LP */

#generic.te37_30th {
	background-color: #fff;
}

#generic.te37_30th .te37_30th_header h1,
#generic.te37_30th .te37_30th_header img {
	display: block;
	width: 100%;
	max-width: 1050px;
	height: auto;
	margin: 0 auto;
}

#generic.te37_30th .te37_30th_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #111;
}

#generic.te37_30th .te37_30th_nav li {
	position: relative;
}

#generic.te37_30th .te37_30th_nav li:not(:last-child)::after {
	content: "|";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #666;
}

#generic.te37_30th .te37_30th_nav a {
	display: block;
	padding: 1em 1.5em;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.95em;
}

#generic.te37_30th .te37_30th_nav a:hover {
	background: #333;
}

#generic.te37_30th .te37_30th_read {
	text-align: center;
}

#generic.te37_30th .te37_30th_copy {
	font-size: 1.6em;
	font-weight: 900;
	margin: 0 0 1em;
}

#generic.te37_30th h2 {
	box-sizing: border-box;
	width: min(100%, 25em);
	margin: 3em auto 2em;
	padding: 1em;
	border: 1px solid #000;
	text-align: center;
	font-size: 1.2em;
	font-weight: 800;
	position: relative;
}

/* サイト共通 h2（下線＋三角）を無効化し、囲み見出しのみ適用 */
#generic.te37_30th .generic_container h2 {
	margin: 3em auto 2em;
	padding: 1em;
	padding-bottom: 1em;
	border: 1px solid #000;
}

#generic.te37_30th .generic_container h2 span {
	display: block;
	position: static;
	padding: 0;
	border-bottom: none;
	color: inherit;
	font-size: inherit;
}

#generic.te37_30th .generic_container h2 span::before,
#generic.te37_30th .generic_container h2 span::after {
	display: none;
	content: none;
}

#generic.te37_30th h2::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) skew(-25deg);
	width: 15px;
	height: 20px;
	border-right: 1px solid #333;
	background: #fff;
}

#generic.te37_30th h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	margin: 2em 0 1em;
	font-size: 1.1em;
	font-weight: 800;
	text-align: center;
}

#generic.te37_30th h3::before,
#generic.te37_30th h3::after {
	content: "";
	display: block;
	width: 2em;
	height: 1px;
	background: #000;
}

#generic.te37_30th h4 {
	margin: 0 0 0.5em;
	font-weight: 900;
}

#generic.te37_30th .te37_note {
	font-size: 0.9em;
	color: #666;
}

#generic.te37_30th .te37_note-center {
	text-align: center;
}

#generic.te37_30th .te37_about_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
}

#generic.te37_30th .te37_about_col {
	flex: 1 1 280px;
	max-width: 480px;
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
}

#generic.te37_30th .te37_photo_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5em;
	list-style: none;
	margin: 2em 0 0;
	padding: 0;
	align-items: stretch;
}

#generic.te37_30th .te37_photo_grid li {
	width: calc(20% - 0.5em);
	min-width: 120px;
}

#generic.te37_30th .te37_photo_grid a {
	display: block;
	height: 140px;
	overflow: hidden;
	cursor: zoom-in;
}

#generic.te37_30th .te37_photo_grid img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#generic.te37_30th .te37_model_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
}

#generic.te37_30th .te37_model_col {
	flex: 1 1 300px;
	max-width: 480px;
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
}

#generic.te37_30th .te37_model_photo {
	display: flex;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	gap: 2px;
}

#generic.te37_30th .te37_model_photo li {
	flex: 1 1 22%;
}

#generic.te37_30th .te37_model_photo a {
	display: block;
	height: 100px;
	overflow: hidden;
	cursor: zoom-in;
}

#generic.te37_30th .te37_model_photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#generic.te37_30th .te37_mc2_thumb a {
	display: block;
	cursor: zoom-in;
}

#generic.te37_30th .te37_mc2_thumb img {
	display: block;
	width: 100%;
	height: auto;
}

#generic.te37_30th .te37_mc2 {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	align-items: flex-start;
}

#generic.te37_30th .te37_mc2_thumb {
	flex: 0 0 30%;
	max-width: 160px;
}

#generic.te37_30th .te37_mc2_text {
	flex: 1 1 60%;
}

/* te37_model_col 2列分＝「30thだけの特別な証」と同じ横幅 */
#generic.te37_30th .te37_model_block,
#generic.te37_30th .te37_lineup_wrap {
	max-width: calc(480px * 2 + 1em);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
}

#generic.te37_30th .te37_lineup h4 {
	text-align: center;
	margin: 2em auto 1em;
	padding: 0.5em;
	width: 100%;
	background: #f5f5f5;
}

#generic.te37_30th .te37_lineup_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
	width: 100%;
}

#generic.te37_30th .te37_lineup_grid a {
	text-decoration: none;
	color: inherit;
}

#generic.te37_30th .te37_lineup_grid li {
	width: calc(25% - 0.75em);
	min-width: 0;
	text-align: center;
	box-sizing: border-box;
}

#generic.te37_30th .te37_lineup_grid .thumb a {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	height: auto;
	overflow: hidden;
	cursor: zoom-in;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: #fafafa;
}

#generic.te37_30th .te37_lineup_grid .thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#generic.te37_30th .te37_lineup_grid a.itemname {
	display: block;
	margin-top: 0.5em;
	font-size: 0.85em;
	line-height: 1.5;
}

#generic.te37_30th .te37_lineup_grid a.itemname:hover {
	color: #036;
}

#generic.te37_30th .te37_cp_block {
	text-align: center;
	margin-bottom: 2em;
}

#generic.te37_30th .te37_cp_limit {
	display: inline-block;
	margin: 0.5em auto;
	padding: 0.75em 1.25em;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-weight: 900;
	color: #c00;
}

#generic.te37_30th .te37_colorlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
	gap: 0.5em;
}

#generic.te37_30th .te37_colorlist li {
	width: calc(100% / 6 - 0.5em);
	min-width: 100px;
	text-align: center;
	font-size: 0.75em;
	line-height: 1.4;
}

#generic.te37_30th .te37_colorlist .colorimg a {
	display: block;
	cursor: zoom-in;
}

#generic.te37_30th .te37_colorlist .colorimg img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 0.35em;
}

#generic.te37_30th .te37_cp_models {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0.5em;
}

#generic.te37_30th .te37_cp_model {
	width: calc(20% - 0.5em);
	min-width: 140px;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.8em;
}

#generic.te37_30th .te37_cp_model-link {
	display: block;
	text-decoration: none;
	color: inherit;
	border: 1px solid #eee;
	padding-bottom: 0.5em;
}

#generic.te37_30th .te37_cp_model-link:hover .itemname {
	background: #036;
}

#generic.te37_30th .te37_cp_model .itemname {
	display: block;
	margin: 0.5em;
	padding: 0.5em;
	background: #999;
	color: #fff;
	border-radius: 6px;
	line-height: 1.4;
}

#generic.te37_30th .te37_cp_model .color {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2px;
	list-style: none;
	margin: 0.25em;
	padding: 0;
}

#generic.te37_30th .te37_cp_model .color a {
	display: block;
	width: 28px;
}

#generic.te37_30th .te37_cp_model .color img {
	width: 100%;
	height: auto;
}

#generic.te37_30th .te37_related,
#generic.te37_30th .te37_30th_footer-note {
	text-align: center;
	margin: 2em 0;
}

@media screen and (max-width: 768px) {
	#generic.te37_30th .te37_30th_nav a {
		padding: 0.75em 0.8em;
		font-size: 0.8em;
	}

	#generic.te37_30th .te37_colorlist li {
		width: calc(100% / 3 - 0.5em);
	}

	#generic.te37_30th .te37_cp_model {
		width: calc(50% - 0.5em);
	}

	#generic.te37_30th .te37_photo_grid li {
		width: calc(50% - 0.5em);
	}

	#generic.te37_30th .te37_photo_grid a {
		height: 120px;
	}

	#generic.te37_30th .te37_lineup_grid li {
		width: calc(50% - 0.5em);
	}
}
