@charset "utf-8";

/* ============================================
   SPECIAL page (2026-08 renewal)
   ============================================ */
* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

.center_b {
	font-family: "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 1.3rem;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	line-height: 1.7;
}

.p-special a {
	text-decoration: none;
}

.p-special img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* ---------- 共通パーツ ---------- */
.p-special__inner {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 16px;
}

.p-special__btn {
	display: block;
	max-width: 380px;
	margin: 14px 0 0;
	padding: 10px 16px;
	border: 2px double #b28d4a;
	border-radius: 999px;
	color: #a5762c;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	background: #fff;
}

.p-special__btn:hover {
	background: #a5762c;
	color: #fff;
}

.p-special__note-link {
	display: inline-block;
	margin-top: 10px;
	color: #a5502c;
	font-size: 1.3rem;
	font-weight: bold;
}

.p-special__note-link:hover {
	text-decoration: underline;
}

/* ---------- HERO ---------- */
.p-special__hero {
	background: #1b1512;
	color: #fff;
	text-align: center;
	padding: 48px 20px 44px;
}

.p-special__hero__title {
	font-family: "Times New Roman", "Yu Mincho", serif;
	font-size: 4.2rem;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
	color: #c9a75c;
	font-weight: normal;
}

.p-special__hero__rule {
	width: 64px;
	height: 3px;
	background: #c9a75c;
	border: none;
	margin: 18px auto 24px;
}

.p-special__hero__catch {
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 16px;
	white-space: nowrap;
}

.p-special__hero__lead {
	font-size: 1.3rem;
	color: #cfc8bf;
	line-height: 2;
}

/* ---------- セクション見出し ---------- */
.p-special__heading {
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
	padding: 36px 16px 8px;
	margin: 0;
}

.p-special__heading-note {
	text-align: center;
	font-size: 1.1rem;
	color: #888;
	margin-bottom: 8px;
	padding: 0 16px;
}

/* ---------- 革のプロたちと。 ---------- */
.p-special__pro {
	background: #f4f1ea;
	padding-bottom: 40px;
}

.p-special__pro__card {
	display: flex;
	gap: 16px;
	margin-top: 28px;
	align-items: flex-start;
}

.p-special__pro__card__image {
	width: 42%;
	flex-shrink: 0;
}

.p-special__pro__card__body {
	flex: 1;
	min-width: 0;
}

.p-special__pro__card__title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.p-special__pro__card__text {
	font-size: 1.3rem;
	color: #555;
}

/* ---------- 衣装協力 ---------- */
.p-special__isyou {
	background: #fff;
	padding-bottom: 24px;
}

.p-special__isyou__card {
	display: flex;
	gap: 18px;
	padding: 26px 0;
	border-bottom: 1px solid #e2ded6;
	align-items: flex-start;
}

.p-special__isyou__card:last-child {
	border-bottom: none;
}

.p-special__isyou__card__image {
	width: 30%;
	flex-shrink: 0;
	background: #f0ede6;
}

.p-special__isyou__card__body {
	flex: 1;
	min-width: 0;
}

.p-special__isyou__card__title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.p-special__isyou__card__text {
	font-size: 1.3rem;
	color: #555;
	margin-bottom: 6px;
}

.p-special__badge-new {
	display: inline-block;
	background: #b03a2e;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 2px 10px;
	margin-left: 8px;
	vertical-align: 2px;
	letter-spacing: 0.1em;
}

.p-special__model-link {
	display: inline-block;
	color: #a5762c;
	font-size: 1.4rem;
	font-weight: bold;
}

a.p-special__model-link:link,
a.p-special__model-link:visited {
	color: #a5762c;
}
.p-special__model-link:hover {
	text-decoration: underline;
}

/* ---------- 衣装協力・メディア掲載の記録 ---------- */
.p-special__record__head {
	background: #1b1512;
	color: #e8d9b8;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 22px 16px;
	margin: 0;
}

.p-special__record__list {
	padding: 10px 0 26px;
}

.p-special__record__row {
	display: flex;
	align-items: baseline;
	gap: 10px;
	padding: 11px 0;
	font-size: 1.35rem;
}

.p-special__record__row::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #b28d4a;
	flex-shrink: 0;
	align-self: center;
}

.p-special__record__row__title {
	flex: 1;
	min-width: 0;
}

.p-special__record__row__model {
	color: #a5762c;
	font-weight: bold;
	white-space: nowrap;
}

.p-special__record__row__model:hover {
	text-decoration: underline;
}

.p-special__record__row__closed {
	color: #999;
	white-space: nowrap;
}

/* ---------- 実績バンド ---------- */
.p-special__count {
	background: #f0ede6;
	text-align: center;
	padding: 30px 16px;
}

.p-special__count__lead {
	font-size: 1.3rem;
	color: #666;
	margin-bottom: 6px;
}

.p-special__count__num {
	font-size: 1.9rem;
	font-weight: bold;
}

/* ---------- CTA ---------- */
.p-special__cta {
	background: #1b1512;
	text-align: center;
	padding: 40px 20px 46px;
}

.p-special__cta__catch {
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	margin-bottom: 22px;
}

.p-special__cta .p-special__btn {
	margin: 0 auto;
	background: transparent;
	color: #c9a75c;
	border-color: #c9a75c;
	font-size: 1.5rem;
	padding: 13px 16px;
}

.p-special__cta .p-special__btn:hover {
	background: #c9a75c;
	color: #1b1512;
}

/* ---------- フッター上の余白打ち消し ---------- */
#footer > div {
	margin-top: 0 !important;
}

/* ---------- PC ---------- */
@media screen and (min-width: 768px) {
	.p-special__hero__title {
		font-size: 5.4rem;
	}

	.p-special__hero__catch {
		font-size: 2.4rem;
	}

	.p-special__heading {
		font-size: 2.4rem;
		padding-top: 44px;
	}

	.p-special__pro__card__image {
		width: 36%;
	}

	.p-special__isyou__card__image {
		width: 24%;
	}

	.p-special__record__row {
		font-size: 1.45rem;
	}
}
