@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////
えびすテーラーが欧州系生地に強いヒミツ
/////////////////////////////////////////////////////////////////// */

.secret {
	background-color: #F5F5F2;
	padding-top: 1rem;
}

/* セクション */
.sectionBox {
	max-width: 720px;
	padding: 0 1.875rem;
	margin: calc(5rem + 2vw) auto;
}
@media (min-width: 992px) {
	.sectionBox { max-width: 960px; }
}

/* 見出し */
.section-header {
	text-align: center;
	margin-bottom: calc(1.375rem + 1.5vw);
}

.section-number {
	display: inline-block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 0.8125rem;
	letter-spacing: 0.3em;
	color: #002640;
	margin-bottom: 0.875rem;
}

.section-title {
	font-size: calc(1.3rem + .6vw);
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #002640;
	line-height: 1.6;
	position: relative;
	padding-bottom: calc(1.25rem + .3vw);
}

.section-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 36px;
	height: 1px;
	background: #002640;
}

/* 画像 */
.img-pair, .img-pair2, .img-full {
	margin: 2rem auto;
}

.img-pair figure, .img-pair2 figure, .img-full figure {
	margin: 0;
}

.img-pair img, .img-pair2 img, .img-full img {
	max-width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.img-pair figcaption, .img-pair2 figcaption, .img-full figcaption {
	text-align: center;
	font-size: 0.75rem;
	color: #6891b6;
	letter-spacing: 0.2em;
	margin-top: 0.75rem;
	font-family: "Helvetica Neue", Arial, sans-serif;
	line-height: 1.5;
}
.img-pair figcaption .origin, .img-pair2 figcaption .origin, .img-full figcaption .origin {
	display: block;
	font-size: 0.6875rem;
	margin-top: 4px;
	letter-spacing: 0.25rem;
}

/* 画像 2枚 */
.img-pair, .img-pair2 {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: auto;
}
@media (min-width: 992px) {
	.img-pair, .img-pair2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* トリミング無し */
.img-pair2 img {
	aspect-ratio: 1;
}

.sp-order1 { order: 1; }
.sp-order2 { order: 2; }

@media (min-width: 992px) {
	.sp-order1, .sp-order2 { order: unset; }
}

/* ハイライト */
.highlight {
	background: #f9f9f9;
	padding: 40px 36px;
	margin: 40px 0;
	border: 2px solid #6b4423;
	border-left: 0;
	border-right: 0;
}

.highlight .label {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0.3em;
	color: #6b4423;
	margin-bottom: 12px;
	font-weight: 600;
}
.highlight h3 {
	font-size: 18px;
	font-weight: 500;
	color: #2b2118;
	margin-bottom: 16px;
	letter-spacing: 0.08em;
	line-height: 1.6;
}
