/*
Theme Name:     Lightning-child
Description:    Lightningの子テーマ
Author:         mirai
Template:       lightning

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* =========================
   Lightningのh2の横棒を消す
========================= */

h2 {
	border-top: none !important;
	padding-top: 0 !important;
}


/* ======================================
Lightning 固定ページタイトル帯・パンくず非表示
====================================== */

body.page .page-header,
body.page .page-header_pageTitle,
body.page .page-header-title,
body.page .breadcrumb,
body.page .vk_breadcrumb,
body.page .entry-header {
display: none !important;
}

/* タイトル帯を消した後の上余白調整 */
body.page .site-body,
body.page .site-content,
body.page .content-area,
body.page .site-main,
body.page .main-section,
body.page .entry-body,
body.page .entry-content {
padding-top: 0 !important;
margin-top: 0 !important;
}


/* ======================================
footerメニュー
====================================== */

.footer-nav-list li{
	margin-bottom:1em !important;
}


/* -----------------------------
	改行
----------------------------- */

.hidden {
	display: none;
}

.hidden.pcBlock {
	display: inline;
}


/*スマホcenter⇒left*/
@media screen and (max-width: 800px) {
	.mobile-left {
		text-align:left;
	}
}

/* -----------------------------
	汎用
----------------------------- */

.clear {
    clear:both;
}

.floatL{
	float:left;
	margin: 0;
}

.floatR{
	float:right;
	margin: -15px 0 0 20px;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.underline {
    text-decoration:underline;
}

strong {
	font-weight:bold;
}

em {
	font-weight:bold;
}

.font-bold {
	font-weight:bold;
}

.font-normal {
	font-weight:normal;
}

.indent-1 {
	margin:0 0 0 1em;
	text-indent: -1em;
}

.indent1 {
	text-indent: 1em;
}


/* ==================================================
 * 協賛ページのパスワード入力画面
 * ================================================== */

.ncf-password-box {
	max-width: 680px;
	margin: 50px auto;
	padding: 38px;
	border: 1px solid #d7dee5;
	border-top: 5px solid #07365e;
	background: #ffffff;
	box-shadow: 0 14px 38px rgba(7, 54, 94, 0.10);
}

.ncf-password-box-title {
	margin: 0 0 18px;
	color: #07365e;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
}

.ncf-password-box-message {
	margin: 0 0 28px;
	color: #3d4b58;
	font-size: 15px;
	line-height: 1.9;
	text-align: center;
}

.ncf-password-form {
	margin: 0;
}

.ncf-password-form label {
	display: block;
	margin-bottom: 8px;
	color: #07365e;
	font-weight: 700;
}

.ncf-password-input-row {
	display: flex;
	gap: 10px;
}

.ncf-password-input-row input[type="password"] {
	flex: 1;
	min-width: 0;
	height: 46px;
	padding: 8px 12px;
	border: 1px solid #aebac5;
	border-radius: 4px;
	background: #ffffff;
	font-size: 16px;
}

.ncf-password-input-row input[type="password"]:focus {
	border-color: #2271b1;
	outline: 2px solid rgba(34, 113, 177, 0.18);
}

.ncf-password-input-row input[type="submit"] {
	min-height: 46px;
	padding: 8px 22px;
	border: 0;
	border-radius: 4px;
	background: #07365e;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.ncf-password-input-row input[type="submit"]:hover {
	background: #052946;
}

@media (max-width: 600px) {

	.ncf-password-box {
		margin: 30px 0;
		padding: 26px 20px;
	}

	.ncf-password-box-title {
		font-size: 23px;
	}

	.ncf-password-input-row {
		display: block;
	}

	.ncf-password-input-row input[type="password"],
	.ncf-password-input-row input[type="submit"] {
		width: 100%;
	}

	.ncf-password-input-row input[type="submit"] {
		margin-top: 10px;
	}

}

/* =========================================================
   2027 名古屋ノスタルジックカーフェスティバル
   共通CSS
   全固定ページ共通
========================================================= */

:root {
  --ncf-navy: #071426;
  --ncf-navy-2: #0b1d36;
  --ncf-blue: #102a4c;
  --ncf-gold: #caa45a;
  --ncf-gold-2: #e0c27a;
  --ncf-white: #ffffff;
  --ncf-cream: #f8f2e6;
  --ncf-sakura: #f4c7d6;
  --ncf-gray: #5d6570;
  --ncf-border: rgba(202, 164, 90, 0.35);
  --ncf-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.ncf-site {
  color: #1f2933;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  line-height: 1.9;
  overflow: hidden;
}

.ncf-site * {
  box-sizing: border-box;
}

.ncf-site a {
  color: inherit;
  text-decoration: none;
}

.ncf-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.ncf-section {
  padding: 88px 0;
}

.ncf-section-dark {
  background:
    radial-gradient(circle at top right, rgba(202, 164, 90, 0.16), transparent 34%),
    linear-gradient(135deg, var(--ncf-navy), var(--ncf-navy-2));
  color: var(--ncf-white);
}

.ncf-section-cream {
  background:
    radial-gradient(circle at top left, rgba(244, 199, 214, 0.28), transparent 32%),
    linear-gradient(180deg, #fffaf1, var(--ncf-cream));
}

.ncf-section-white {
  background: #fff;
}

.ncf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--ncf-gold);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ncf-kicker::before,
.ncf-kicker::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--ncf-gold);
}

.ncf-section-title {
  margin: 0;
  color: var(--ncf-navy);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.ncf-section-dark .ncf-section-title {
  color: var(--ncf-white);
}

.ncf-section-lead {
  max-width: 820px;
  margin: 24px auto 0;
  color: #3f4854;
  font-size: 17px;
  text-align: center;
}

.ncf-section-dark .ncf-section-lead {
  color: rgba(255, 255, 255, 0.88);
}

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

.ncf-gold {
  color: var(--ncf-gold);
}

.ncf-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.ncf-hero-button-row {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	width: auto;
	max-width: none;
	margin-top: 32px;
}

.ncf-hero-button-row .ncf-button {
	flex: 0 0 auto !important;
	width: auto !important;
	min-width: 132px;
	min-height: 48px;
	padding: 11px 16px;
	font-size: 13px;
	white-space: nowrap;
	text-align: center;
}

.ncf-hero-button-row .ncf-button-sub {
	min-width: 140px;
}

.ncf-button-row.ncf-center {
  justify-content: center;
}

.ncf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ncf-gold), var(--ncf-gold-2));
  color: #111827;
  font-weight: 800;
  line-height: 1.4;
  box-shadow: 0 12px 28px rgba(202, 164, 90, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ncf-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(202, 164, 90, 0.36);
}

.ncf-button-sub {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ncf-white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: none;
}

.ncf-button-sub:hover {
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.ncf-button-white {
  background: #fff;
  color: var(--ncf-navy);
  border: 1px solid rgba(202, 164, 90, 0.45);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.ncf-hero {
	position: relative;
	min-height: 720px;
	display: flex;
	align-items: center;
	background:
	linear-gradient(90deg, rgba(7, 20, 38, 0.96) 0%, rgba(7, 20, 38, 0.88) 42%, rgba(7, 20, 38, 0.48) 72%, rgba(7, 20, 38, 0.2) 100%),
	radial-gradient(circle at 82% 24%, rgba(244, 199, 214, 0.36), transparent 24%),
	linear-gradient(135deg, #071426 0%, #102a4c 56%, #263b54 100%);
	color: var(--ncf-white);
	padding: 130px 0 110px;
}

.ncf-hero .ncf-container {
	width: min(1040px, calc(100% - 96px));
}

.ncf-hero::before {
	content: "";
	position: absolute;
	inset: 32px;
	border: 1px solid rgba(202, 164, 90, 0.45);
	pointer-events: none;
}

.ncf-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(202, 164, 90, 0.22);
  background: radial-gradient(circle, rgba(202, 164, 90, 0.12), transparent 62%);
  pointer-events: none;
}

.ncf-hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
	gap: 42px;
	align-items: center;
}

.ncf-hero-copy {
  max-width: 760px;
  min-width: 0;
}

.ncf-hero-year {
  margin: 0 0 12px;
  color: var(--ncf-gold);
  font-size: clamp(64px, 8vw, 104px);
  line-height: 0.95;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.ncf-hero-title {
  margin: 0;
  color: var(--ncf-white);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.32;
  letter-spacing: 0.03em;
  word-break: keep-all;
  overflow-wrap: normal;
}

.ncf-hero-title .ncf-title-small {
  display: block;
  margin-top: 8px;
  color: var(--ncf-gold);
  font-size: 0.62em;
  white-space: nowrap;
}

.ncf-hero-lead {
  margin: 28px 0 0;
  max-width: 660px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 600;
}

.ncf-hero-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.ncf-hero-info-item {
  padding: 18px 18px;
  border: 1px solid rgba(202, 164, 90, 0.35);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.ncf-hero-info-label {
  display: block;
  color: var(--ncf-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ncf-hero-info-text {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

.ncf-hero-card {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(202, 164, 90, 0.52);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow: var(--ncf-shadow);
}

.ncf-hero-photo {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 35% 25%, rgba(244, 199, 214, 0.25), transparent 28%),
    linear-gradient(135deg, rgba(202, 164, 90, 0.16), rgba(255, 255, 255, 0.04));
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ncf-hero-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.ncf-hero-badge {
	position: absolute;
	left: -24px;
	bottom: 30px;
	width: 152px;
	height: 152px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid rgba(202, 164, 90, 0.72);
	background: rgba(7, 20, 38, 0.94);
	color: var(--ncf-gold);
	text-align: center;
	box-shadow: var(--ncf-shadow);
}

.ncf-hero-badge strong {
	display: block;
	margin: 20px 0 10px;
	font-size: 40px;
	line-height: 1;
}

.ncf-hero-badge span {
	display: block;
	margin: 0;
	color: #fff;
	font-size: 12px;
	line-height: 1.32;
	font-weight: 800;
}

.rotary{
	margin-top:-20px;
}


.ncf-hero-sponsor {
	position: absolute;
	right: 78px;
	bottom: 66px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 18px 22px;
	min-width: 210px;
	border: 1px solid rgba(202, 164, 90, 0.4);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.ncf-hero-sponsor-label {
	display: block;
	color: var(--ncf-gold);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1.2;
}

.ncf-hero-sponsor-logo {
	display: block;
	max-width: 150px;
	width: 100%;
	height: auto;
}

.ncf-sponsor-proposal-section {
	background:
	radial-gradient(circle at top right, rgba(202, 164, 90, 0.16), transparent 34%),
	linear-gradient(135deg, var(--ncf-navy), var(--ncf-navy-2));
}

.ncf-sponsor-proposal-grid {
	display: grid;
	gap: 34px;
	margin-top: 48px;
}

.ncf-sponsor-proposal-card {
	padding: 14px;
	border: 1px solid rgba(202, 164, 90, 0.45);
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.ncf-sponsor-proposal-card img {
	display: block;
	width: 100%;
	height: auto;
}


.ncf-news-strip {
  background: var(--ncf-navy);
  color: #fff;
  border-top: 1px solid rgba(202, 164, 90, 0.35);
  border-bottom: 1px solid rgba(202, 164, 90, 0.35);
}

.ncf-news-strip-inner {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 16px 0;
}

.ncf-news-label {
  flex: 0 0 auto;
  padding: 5px 13px;
  border-radius: 999px;
  background: var(--ncf-gold);
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.ncf-news-text {
  margin: 0;
  font-weight: 700;
}

.ncf-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 46px;
}

.ncf-card-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ncf-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ncf-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(202, 164, 90, 0.28);
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 20, 38, 0.08);
}

.ncf-card-dark {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  border-color: rgba(202, 164, 90, 0.35);
  color: #fff;
  box-shadow: none;
}

.ncf-card-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 1px solid rgba(202, 164, 90, 0.55);
  color: var(--ncf-gold);
  font-size: 28px;
  font-weight: 900;
}

.ncf-card-title {
  margin: 0 0 12px;
  color: var(--ncf-navy);
  font-size: 23px;
  line-height: 1.45;
}

.ncf-card-dark .ncf-card-title {
  color: var(--ncf-white);
}

.ncf-card-text {
  margin: 0;
  color: #4c5562;
}

.ncf-card-dark .ncf-card-text {
  color: rgba(255, 255, 255, 0.84);
}

.ncf-split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 56px;
  align-items: center;
}

.ncf-split-reverse {
  grid-template-columns: 1.08fr 0.92fr;
}

.ncf-photo-box {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(202, 164, 90, 0.45);
  background: #fff;
  box-shadow: var(--ncf-shadow);
}

.ncf-photo-box-dark {
  background: rgba(255, 255, 255, 0.06);
}

.ncf-photo-placeholder {
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    radial-gradient(circle at 70% 20%, rgba(244, 199, 214, 0.32), transparent 34%),
    linear-gradient(135deg, #dfe7ef, #f8f2e6);
  color: var(--ncf-navy);
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ncf-photo-box img,
.ncf-photo-placeholder img {
  display: block;
  width: 100%;
  height: auto;
}

.ncf-youtube-section {
	background:
	radial-gradient(circle at top left, rgba(202, 164, 90, 0.08), transparent 32%),
	#ffffff;
}

.ncf-youtube-box {
	max-width: 920px;
	margin: 46px auto 0;
	padding: 18px;
	border: 1px solid rgba(202, 164, 90, 0.38);
	background: #fff;
	box-shadow: 0 18px 46px rgba(7, 20, 38, 0.12);
}

.ncf-youtube-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #000;
}

.ncf-youtube-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.ncf-single-entry-card {
	max-width: 520px;
	margin: 46px auto 0;
	padding: 38px 34px;
	border: 1px solid rgba(202, 164, 90, 0.32);
	background: #fff;
	box-shadow: 0 16px 38px rgba(7, 20, 38, 0.08);
	text-align: center;
}

.ncf-single-entry-card .ncf-card-icon {
	margin: 0 auto 20px;
}

.ncf-single-entry-card .ncf-card-title {
	margin-bottom: 14px;
}

.ncf-single-entry-card .ncf-card-text {
	font-size: 16px;
	line-height: 1.9;
}


/*写真展メーカー*/
.ncf-photo-exhibition-section {
	background:
	radial-gradient(circle at top right, rgba(202, 164, 90, 0.12), transparent 30%),
	linear-gradient(180deg, #fffaf1, var(--ncf-cream));
}

.ncf-photo-exhibition-box {
	margin: 46px auto 0;
}

.ncf-photo-exhibition-box .pem-gallery,
.ncf-photo-exhibition-box .photo-exhibition-maker,
.ncf-photo-exhibition-box .photo-gallery {
	margin-top: 0;
}


.ncf-text-block h2 {
  margin: 0;
  color: var(--ncf-navy);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.35;
}

.ncf-section-dark .ncf-text-block h2 {
  color: #fff;
}

.ncf-text-block p {
  margin: 22px 0 0;
  color: #3f4854;
  font-size: 17px;
}

.ncf-section-dark .ncf-text-block p {
  color: rgba(255, 255, 255, 0.86);
}

.ncf-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ncf-list li {
  position: relative;
  padding: 12px 0 12px 32px;
  border-bottom: 1px solid rgba(202, 164, 90, 0.22);
  font-weight: 700;
}

.ncf-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 12px;
  color: var(--ncf-gold);
  font-size: 14px;
}

.ncf-info-panel {
  margin-top: 46px;
  border: 1px solid rgba(202, 164, 90, 0.35);
  background: #fff;
  box-shadow: 0 14px 36px rgba(7, 20, 38, 0.08);
}

.ncf-info-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  border-bottom: 1px solid rgba(202, 164, 90, 0.26);
}

.ncf-info-row:last-child {
  border-bottom: none;
}

.ncf-info-head {
  padding: 18px 22px;
  background: rgba(202, 164, 90, 0.12);
  color: var(--ncf-navy);
  font-weight: 900;
}

.ncf-info-body {
  padding: 18px 22px;
  color: #27313d;
  font-weight: 700;
}

.ncf-flow {
  counter-reset: ncf-flow;
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.ncf-flow-item {
  counter-increment: ncf-flow;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 22px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(202, 164, 90, 0.28);
  background: #fff;
  box-shadow: 0 10px 30px rgba(7, 20, 38, 0.06);
}

.ncf-flow-number {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ncf-navy);
  color: var(--ncf-gold);
  font-size: 22px;
  font-weight: 900;
}

.ncf-flow-number::before {
  content: counter(ncf-flow, decimal-leading-zero);
}

.ncf-flow-title {
  margin: 0 0 6px;
  color: var(--ncf-navy);
  font-size: 22px;
}

.ncf-flow-text {
  margin: 0;
  color: #4c5562;
}

.ncf-price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 34px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 20, 38, 0.08);
}

.ncf-price-table th,
.ncf-price-table td {
  padding: 15px 16px;
  border: 1px solid rgba(202, 164, 90, 0.32);
  text-align: left;
  vertical-align: top;
}

.ncf-price-table th {
  background: var(--ncf-navy);
  color: #fff;
}

.ncf-price-table td strong {
  color: var(--ncf-navy);
  font-size: 18px;
}

.ncf-cta {
  position: relative;
  padding: 72px 36px;
  border: 1px solid rgba(202, 164, 90, 0.48);
  background:
    radial-gradient(circle at top right, rgba(244, 199, 214, 0.22), transparent 32%),
    linear-gradient(135deg, var(--ncf-navy), var(--ncf-blue));
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.ncf-cta::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(202, 164, 90, 0.34);
  pointer-events: none;
}

.ncf-cta-inner {
  position: relative;
  z-index: 1;
}

.ncf-cta-title {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.35;
}

.ncf-cta-text {
  max-width: 760px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

.ncf-page-header {
  padding: 96px 0 76px;
  background:
    linear-gradient(135deg, rgba(7, 20, 38, 0.96), rgba(16, 42, 76, 0.94)),
    radial-gradient(circle at top right, rgba(244, 199, 214, 0.22), transparent 28%);
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(202, 164, 90, 0.4);
}

.ncf-page-title {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.35;
}

.ncf-page-lead {
  max-width: 820px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

.ncf-faq {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.ncf-faq-item {
  border: 1px solid rgba(202, 164, 90, 0.28);
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 20, 38, 0.06);
}

.ncf-faq-q {
  padding: 20px 24px;
  color: var(--ncf-navy);
  font-size: 19px;
  font-weight: 900;
  border-bottom: 1px solid rgba(202, 164, 90, 0.22);
}

.ncf-faq-a {
  padding: 20px 24px;
  color: #4c5562;
}

.ncf-note {
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 4px solid var(--ncf-gold);
  background: rgba(202, 164, 90, 0.1);
  color: #3f4854;
  font-weight: 700;
}

/* =========================================================
   NCF 申込みフォーム共通CSS 最終整理版
   車両展示申込み・出店出展申込み 共通
========================================================= */

/* 暗い背景内の注意書き */
.ncf-section-dark .ncf-note {
  color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-left: 4px solid var(--ncf-gold) !important;
}

/* 申込み案内カード内ボタン */
.ncf-entry-application-grid {
  align-items: stretch;
}

.ncf-entry-application-card {
  display: flex;
  flex-direction: column;
}

.ncf-entry-application-card .ncf-card-text {
  margin-bottom: 0;
}

.ncf-entry-card-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 30px;
}

.ncf-entry-white-button,
.ncf-entry-gold-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 52px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
}

.ncf-entry-white-button {
  background: #ffffff !important;
  color: #071426 !important;
  border: 1px solid rgba(202, 164, 90, 0.45) !important;
}

.ncf-entry-gold-button {
  background: linear-gradient(135deg, var(--ncf-gold), var(--ncf-gold-2)) !important;
  color: #071426 !important;
  border: 1px solid rgba(202, 164, 90, 0.45) !important;
  box-shadow: 0 14px 28px rgba(202, 164, 90, 0.22);
}

/* フォーム外枠 */
.ncf-form-box {
  max-width: 920px;
  margin: 46px auto 0;
  padding: 42px;
  border: 1px solid rgba(202, 164, 90, 0.34);
  background:
    radial-gradient(circle at top right, rgba(202, 164, 90, 0.08), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.10);
}

/* Contact Form 7 */
.ncf-form-box .wpcf7 {
  width: 100%;
}

.ncf-form-box .wpcf7 p {
  margin: 0 0 22px;
  color: #27313d;
  font-size: 15px;
  line-height: 1.8;
}

/* フォーム見出し */
.ncf-form-heading {
  margin: 38px 0 20px;
  padding: 13px 16px;
  border-left: 5px solid var(--ncf-gold);
  background: #f4efe4;
  color: #071426;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
}

/* 入力欄：基本は長すぎない */
.ncf-form-box input[type="text"],
.ncf-form-box input[type="email"],
.ncf-form-box input[type="tel"],
.ncf-form-box input[type="url"],
.ncf-form-box input[type="number"],
.ncf-form-box input[type="date"],
.ncf-form-box input[type="quiz"],
.ncf-form-box select {
  width: 100%;
  max-width: 560px !important;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(7, 20, 38, 0.24);
  border-radius: 7px;
  background: #fffdf2;
  color: #071426;
  font-size: 16px;
  line-height: 1.6;
  box-shadow: inset 0 1px 2px rgba(7, 20, 38, 0.04);
}

.ncf-form-box textarea {
  width: 100%;
  max-width: 760px !important;
  min-height: 150px;
  padding: 12px 14px;
  border: 1px solid rgba(7, 20, 38, 0.24);
  border-radius: 7px;
  background: #fffdf2;
  color: #071426;
  font-size: 16px;
  line-height: 1.7;
  resize: vertical;
}

/* 入力中 */
.ncf-form-box input:focus,
.ncf-form-box select:focus,
.ncf-form-box textarea:focus {
  outline: none;
  border-color: rgba(202, 164, 90, 0.9);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(202, 164, 90, 0.14);
}

/* 入力欄サイズ */
.ncf-form-box .ncf-input-xs {
  max-width: 110px !important;
}

.ncf-form-box .ncf-input-s {
  max-width: 180px !important;
}

.ncf-form-box .ncf-input-m {
  max-width: 320px !important;
}

.ncf-form-box .ncf-input-l {
  max-width: 560px !important;
}

.ncf-form-box .ncf-input-full {
  max-width: 100% !important;
}

/* CF7のspanにもサイズを効かせる */
.ncf-form-box .wpcf7-form-control-wrap:has(.ncf-input-xs) {
  display: inline-block !important;
  width: 110px !important;
  max-width: 110px !important;
}

.ncf-form-box .wpcf7-form-control-wrap:has(.ncf-input-s) {
  display: inline-block !important;
  width: 180px !important;
  max-width: 180px !important;
}

.ncf-form-box .wpcf7-form-control-wrap:has(.ncf-input-m) {
  display: inline-block !important;
  width: 320px !important;
  max-width: 320px !important;
}

.ncf-form-box .wpcf7-form-control-wrap:has(.ncf-input-l) {
  display: inline-block !important;
  width: 560px !important;
  max-width: 560px !important;
}

.ncf-form-box .wpcf7-form-control-wrap:has(.ncf-input-full) {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* 単位を横並び */
.ncf-form-inline {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ncf-form-inline .wpcf7-form-control-wrap {
  display: inline-block !important;
  width: auto !important;
}

.ncf-form-unit {
  color: #27313d;
  font-weight: 900;
}

/* 必須ラベル */
.requied,
.waku10 {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #d92d20;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

/* 注意・誓約枠 */
.ncf-form-alert,
.ncf-form-agreement {
  margin: 20px 0 26px;
  padding: 18px 20px;
  border: 1px solid rgba(202, 164, 90, 0.28);
  border-left: 5px solid var(--ncf-gold);
  background: #fffaf1;
  color: #27313d;
  font-size: 14px;
  line-height: 1.9;
}

.ncf-form-alert p {
  margin: 0;
}

.ncf-form-agreement ul {
  margin: 0;
  padding-left: 1.4em;
  list-style: disc;
}

.ncf-form-agreement li {
  margin-bottom: 8px;
}

.color-f00 {
  color: #d92d20;
}

/* ラジオ・チェック */
.ncf-form-box .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0 20px 10px 0;
  color: #27313d;
  font-size: 15px;
}

.ncf-form-box input[type="checkbox"],
.ncf-form-box input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0 7px 0 0;
  accent-color: var(--ncf-gold);
}

/* エラー */
.ncf-form-box .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #b42318;
  font-size: 13px;
  font-weight: 800;
}

.ncf-form-box .wpcf7-not-valid {
  border-color: #d92d20 !important;
  background: #fff7f7 !important;
}

.ncf-form-box .wpcf7-response-output {
  margin: 28px 0 0;
  padding: 16px 18px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
}

/* 送信ボタン */
.ncf-form-box input[type="submit"],
.ncf-form-box button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 56px;
  margin-top: 18px;
  padding: 14px 34px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ncf-gold), var(--ncf-gold-2));
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(202, 164, 90, 0.28);
}

/* =========================================================
   2027 NCF スマホ専用調整
   640px以下は基本1カラム表示
========================================================= */

@media screen and (max-width: 640px) {

  .hidden.pcBlock {
    display: none !important;
  }

  .hidden.spBlock {
    display: inline !important;
  }

  .ncf-site {
    overflow: hidden;
    font-size: 15px;
    line-height: 1.85;
  }

  .ncf-container,
  .ncf-hero .ncf-container {
    width: calc(100% - 32px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .ncf-section {
    padding: 54px 0;
  }

  .ncf-kicker {
    gap: 8px;
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .ncf-kicker::before,
  .ncf-kicker::after {
    width: 24px;
  }

  .ncf-section-title {
    font-size: 27px;
    line-height: 1.45;
    letter-spacing: 0.03em;
  }

  .ncf-section-lead,
  .ncf-center .ncf-section-lead {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  /* HOME ファーストビュー */
  .ncf-hero {
    display: block;
    min-height: auto;
    padding: 48px 0 42px;
  }

  .ncf-hero::before {
    inset: 12px;
  }

  .ncf-hero::after {
    right: -210px;
    bottom: -170px;
    width: 360px;
    height: 360px;
  }

  .ncf-hero-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .ncf-hero-copy {
    max-width: none;
    min-width: 0;
    order: 1;
  }

  .ncf-hero-visual {
    width: 100%;
    order: 2;
  }

  .ncf-hero-year {
    margin: 0 0 10px;
    font-size: 58px;
    line-height: 1;
  }

  .ncf-hero-title {
    font-size: 30px;
    line-height: 1.45;
    letter-spacing: 0.02em;
  }

  .ncf-hero-title .ncf-title-small {
    display: block;
    margin-top: 6px;
    font-size: 0.62em;
    white-space: normal;
  }

  .ncf-hero-lead {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.9;
  }

  .ncf-hero-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .ncf-hero-info-item {
    padding: 14px 15px;
  }

  .ncf-hero-info-label {
    font-size: 12px;
  }

  .ncf-hero-info-text {
    font-size: 15px;
  }

  .ncf-hero-button-row {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    gap: 10px;
    margin-top: 24px;
  }

  .ncf-hero-button-row .ncf-button,
  .ncf-hero-button-row .ncf-button-sub {
    width: 100% !important;
    min-width: 0;
    min-height: 48px;
    padding: 13px 18px;
    font-size: 14px;
  }

  .ncf-hero-card {
    padding: 14px;
  }

  .ncf-hero-photo {
    min-height: 230px;
    padding: 0;
  }

  .ncf-hero-photo img,
  .ncf-hero-photo .ncf-managed-photo {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center center;
  }

  .ncf-hero-badge {
    left: 10px;
    bottom: -22px;
    width: 104px;
    height: 104px;
  }

  .ncf-hero-badge strong {
    margin: 12px 0 6px;
    font-size: 30px;
  }

  .ncf-hero-badge .rotary {
    margin-top: -10px;
    font-size: 10px;
    line-height: 1.3;
  }

  .ncf-hero-sponsor {
    position: static;
    width: 190px;
    min-width: 190px;
    margin: 36px auto 0;
    padding: 14px 16px;
  }

  .ncf-hero-sponsor-label {
    font-size: 10px;
  }

  .ncf-hero-sponsor-logo {
    max-width: 128px;
  }

  /* ニュース */
  .ncf-news-strip-inner {
    display: block;
    padding: 14px 0;
  }

  .ncf-news-label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 11px;
  }

  .ncf-news-text {
    font-size: 13px;
    line-height: 1.7;
  }

  /* 2カラムは1カラム */
  .ncf-split,
  .ncf-split-reverse {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ncf-split > *,
  .ncf-split-reverse > * {
    min-width: 0;
    width: 100%;
  }

  .ncf-text-block h2 {
    font-size: 27px;
    line-height: 1.45;
  }

  .ncf-text-block p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.9;
  }

  .ncf-photo-box {
    padding: 12px;
  }

  .ncf-photo-placeholder {
    min-height: auto;
    padding: 16px;
  }

  .ncf-photo-box img,
  .ncf-photo-placeholder img,
  .ncf-managed-photo {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  /* カード */
  .ncf-card-grid,
  .ncf-card-grid-2,
  .ncf-card-grid-4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  .ncf-card {
    width: 100%;
    padding: 22px 20px;
  }

  .ncf-card-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
    font-size: 22px;
  }

  .ncf-card-title {
    font-size: 20px;
    line-height: 1.45;
  }

  .ncf-card-text {
    font-size: 14px;
    line-height: 1.8;
  }

  /* ボタン */
  .ncf-button-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 26px;
  }

  .ncf-button-row.ncf-center {
    align-items: stretch;
  }

  .ncf-button,
  .ncf-button-sub,
  .ncf-button-white {
    width: 100%;
    min-height: 48px;
    padding: 13px 18px;
    font-size: 14px;
  }

  /* 情報パネル */
  .ncf-info-panel {
    margin-top: 32px;
  }

  .ncf-info-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ncf-info-head {
    padding: 12px 14px;
    font-size: 13px;
  }

  .ncf-info-body {
    padding: 14px;
    font-size: 14px;
    line-height: 1.8;
  }

  /* 出展料一覧：横スクロールをやめてカード表示 */
  .ncf-price-table {
    display: block;
    width: 100%;
    min-width: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    overflow: visible !important;
    white-space: normal !important;
    box-shadow: none;
  }

  .ncf-price-table thead {
    display: none;
  }

  .ncf-price-table tbody {
    display: block;
    width: 100%;
  }

  .ncf-price-table tr {
    display: block;
    width: 100%;
    margin: 0 0 18px;
    border: 1px solid rgba(202, 164, 90, 0.35);
    background: #fffaf1;
    box-shadow: 0 10px 24px rgba(7, 20, 38, 0.06);
  }

  .ncf-price-table td {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-bottom: 1px solid rgba(202, 164, 90, 0.22);
    color: #071426;
    font-size: 14px;
    line-height: 1.7;
    box-sizing: border-box;
  }

  .ncf-price-table td:last-child {
    border-bottom: none;
  }

  .ncf-price-table td::before {
    color: #caa45a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .ncf-price-table td:nth-child(1)::before { content: "区分"; }
  .ncf-price-table td:nth-child(2)::before { content: "スペース"; }
  .ncf-price-table td:nth-child(3)::before { content: "料金"; }
  .ncf-price-table td:nth-child(4)::before { content: "内容"; }

  .ncf-price-table td strong {
    font-size: 16px;
    line-height: 1.5;
  }

  /* フロー */
  .ncf-flow {
    gap: 14px;
    margin-top: 32px;
  }

  .ncf-flow-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

  .ncf-flow-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }

  .ncf-flow-title {
    font-size: 20px;
  }

  .ncf-flow-text {
    font-size: 14px;
    line-height: 1.8;
  }

  /* YouTube */
  .ncf-youtube-box {
    margin-top: 32px;
    padding: 10px;
  }

  /* 写真展メーカー */
  .ncf-photo-exhibition-box {
    margin-top: 32px;
  }

  .ncf-photo-exhibition-box * {
    max-width: 100%;
  }

  /* 協賛資料画像 */
  .ncf-sponsor-proposal-grid,
  .ncf-sponsor-proposal-section .ncf-sponsor-proposal-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 34px;
  }

  .ncf-sponsor-proposal-card,
  .ncf-sponsor-proposal-section .ncf-sponsor-proposal-card {
    padding: 8px;
  }

  .ncf-sponsor-proposal-card img,
  .ncf-sponsor-proposal-section .ncf-sponsor-proposal-card img {
    width: 100%;
    height: auto;
  }

  /* CTA */
  .ncf-cta {
    padding: 46px 18px;
  }

  .ncf-cta::before {
    inset: 12px;
  }

  .ncf-cta-title {
    font-size: 26px;
    line-height: 1.45;
  }

  .ncf-cta-text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  /* 下層ページヘッダー */
  .ncf-page-header {
    padding: 64px 0 54px;
  }

  .ncf-page-title {
    font-size: 32px;
  }

  .ncf-page-lead {
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  /* 申込みフォーム */
  .ncf-form-box,
  .ncf-entry-form-box {
    width: 100% !important;
    max-width: 100% !important;
    margin: 32px auto 0 !important;
    padding: 20px 16px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .ncf-form-box .wpcf7,
  .ncf-entry-form-box .wpcf7,
  .ncf-form-box form,
  .ncf-entry-form-box form {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ncf-form-box .wpcf7 p,
  .ncf-entry-form-box .wpcf7 p {
    margin: 0 0 22px !important;
    font-size: 14px !important;
    line-height: 1.85 !important;
  }

  .ncf-form-box .wpcf7-form-control-wrap,
  .ncf-entry-form-box .wpcf7-form-control-wrap,
  .ncf-form-box .wpcf7-form-control-wrap:has(.ncf-input-xs),
  .ncf-form-box .wpcf7-form-control-wrap:has(.ncf-input-s),
  .ncf-form-box .wpcf7-form-control-wrap:has(.ncf-input-m),
  .ncf-form-box .wpcf7-form-control-wrap:has(.ncf-input-l),
  .ncf-form-box .wpcf7-form-control-wrap:has(.ncf-input-full) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .ncf-form-box input[type="text"],
  .ncf-form-box input[type="email"],
  .ncf-form-box input[type="tel"],
  .ncf-form-box input[type="url"],
  .ncf-form-box input[type="number"],
  .ncf-form-box input[type="date"],
  .ncf-form-box select,
  .ncf-form-box textarea,
  .ncf-entry-form-box input[type="text"],
  .ncf-entry-form-box input[type="email"],
  .ncf-entry-form-box input[type="tel"],
  .ncf-entry-form-box input[type="url"],
  .ncf-entry-form-box input[type="number"],
  .ncf-entry-form-box input[type="date"],
  .ncf-entry-form-box select,
  .ncf-entry-form-box textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
  }

  .ncf-form-box .ncf-input-xs,
  .ncf-form-box .ncf-input-s,
  .ncf-form-box .ncf-input-m,
  .ncf-form-box .ncf-input-l,
  .ncf-form-box .ncf-input-full {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ncf-form-inline {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .ncf-form-inline .wpcf7-form-control-wrap {
    display: block !important;
    flex: 0 1 150px !important;
    width: 150px !important;
    max-width: 150px !important;
  }

  .ncf-form-inline input[type="text"],
  .ncf-form-inline input[type="number"],
  .ncf-form-inline input[type="email"],
  .ncf-form-inline input[type="tel"] {
    width: 150px !important;
    max-width: 150px !important;
  }

  .ncf-form-unit {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  .ncf-form-box .wpcf7-radio,
  .ncf-form-box .wpcf7-checkbox,
  .ncf-entry-form-box .wpcf7-radio,
  .ncf-entry-form-box .wpcf7-checkbox {
    display: block !important;
    width: 100% !important;
  }

  .ncf-form-box .wpcf7-list-item,
  .ncf-entry-form-box .wpcf7-list-item {
    display: block !important;
    margin: 8px 0 !important;
    line-height: 1.7 !important;
  }

  .ncf-form-box .wpcf7-list-item label,
  .ncf-entry-form-box .wpcf7-list-item label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .ncf-form-heading {
    margin: 34px 0 18px !important;
    padding: 12px 14px !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  .ncf-form-alert,
  .ncf-form-agreement {
    margin: 18px 0 24px !important;
    padding: 16px 14px !important;
    font-size: 13px !important;
    line-height: 1.85 !important;
  }

  .ncf-form-agreement ul {
    padding-left: 1.2em !important;
  }

  .ncf-form-agreement li {
    margin-bottom: 10px !important;
  }

  .requied,
  .waku10 {
    margin-left: 6px !important;
    padding: 2px 7px !important;
    font-size: 11px !important;
    vertical-align: middle !important;
  }

  .ncf-form-box input[type="submit"],
  .ncf-entry-form-box input[type="submit"],
  .ncf-form-box button[type="submit"],
  .ncf-entry-form-box button[type="submit"] {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 52px !important;
    margin-top: 8px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
  }

  .ncf-entry-application-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .ncf-entry-application-card {
    width: 100% !important;
    padding: 22px 18px !important;
  }

  .ncf-entry-card-buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 20px !important;
  }

  .ncf-entry-white-button,
  .ncf-entry-gold-button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
}

/* =========================================================
   プライバシーポリシー 文書ページ
========================================================= */

.ncf-document-box {
  max-width: 980px;
  margin: 0 auto;
}

.ncf-document-section {
  padding: 46px;
  border: 1px solid rgba(202, 164, 90, 0.34);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.10);
}

.ncf-document-section + .ncf-document-section {
  margin-top: 42px;
}

.ncf-document-title {
  margin: 0 0 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(7, 20, 38, 0.12);
  color: #071426;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.45;
  font-weight: 900;
}

.ncf-document-section p {
  margin: 0 0 20px;
  color: #27313d;
  font-size: 16px;
  line-height: 2;
}

.ncf-document-list {
  margin: 30px 0;
  padding: 28px 34px;
  border-left: 5px solid var(--ncf-gold);
  background: #fffaf1;
  color: #27313d;
}

.ncf-document-list p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 2;
}

.ncf-document-list p:last-child {
  margin-bottom: 0;
}

.ncf-document-list strong {
  color: #caa45a;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 900;
}

.ncf-document-sub {
  padding-left: 1.5em;
}

.ncf-document-date {
  margin-top: 34px !important;
  text-align: right;
  color: #5d6570 !important;
  font-weight: 800;
}

.ncf-document-link-box {
  margin-top: 28px;
  padding: 24px;
  border-left: 5px solid var(--ncf-gold);
  background: #fffaf1;
}

.ncf-document-link-box p {
  margin: 0 0 18px;
}

@media screen and (max-width: 640px) {
  .ncf-document-section {
    padding: 28px 20px;
  }

  .ncf-document-section + .ncf-document-section {
    margin-top: 28px;
  }

  .ncf-document-title {
    font-size: 24px;
  }

  .ncf-document-section p {
    font-size: 14px;
    line-height: 1.9;
  }

  .ncf-document-list {
    padding: 20px 18px;
  }

  .ncf-document-list p {
    font-size: 14px;
    line-height: 1.9;
  }

  .ncf-document-sub {
    padding-left: 0;
  }

  .ncf-document-date {
    text-align: left;
  }

  .ncf-document-link-box {
    padding: 18px;
  }
}

/* =========================================================
特定商取引法ページ
========================================================= */

.ncf-legal-table {
	margin-top: 34px;
	border: 1px solid rgba(202, 164, 90, 0.34);
	background: #fffaf1;
}

.ncf-legal-row {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	border-top: 1px solid rgba(202, 164, 90, 0.24);
}

.ncf-legal-row:first-child {
	border-top: none;
}

.ncf-legal-head {
	padding: 20px 22px;
	border-right: 1px solid rgba(202, 164, 90, 0.24);
	background: rgba(255, 255, 255, 0.58);
	color: #071426;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.7;
}

.ncf-legal-body {
	padding: 20px 24px;
	color: #27313d;
	font-size: 15px;
	line-height: 1.9;
}

.ncf-legal-body a {
	color: #071426;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ncf-legal-note {
	color: #5d6570;
	font-size: 13px;
	line-height: 1.8;
}

@media screen and (max-width: 640px) {
.ncf-legal-table {
	margin-top: 26px;
}

.ncf-legal-row {
grid-template-columns: 1fr;
}

.ncf-legal-head {
	padding: 14px 16px 8px;
	border-right: none;
	border-bottom: none;
	background: rgba(202, 164, 90, 0.12);
	color: #7a5b16;
	font-size: 13px;
	letter-spacing: 0.04em;
}

.ncf-legal-body {
	padding: 8px 16px 16px;
	font-size: 14px;
	line-height: 1.85;
}

.ncf-legal-note {
	font-size: 12px;
}
}


/* =========================================================
   お問い合わせページ・お問い合わせフォーム
========================================================= */

.ncf-contact-card-grid {
  max-width: 980px;
  margin: 0 auto 34px;
}

.ncf-contact-note {
  max-width: 920px;
  margin: 34px auto 0;
  padding: 22px 26px;
  border-left: 5px solid var(--ncf-gold);
  background: #fffaf1;
}

.ncf-contact-note p {
  margin: 0;
  color: #27313d;
  font-size: 15px;
  line-height: 1.9;
}

.ncf-contact-form-box {
  max-width: 920px;
}

/* 住所だけ少しまとまりを出す */
.ncf-contact-address-box {
  margin: 28px 0 30px;
  padding: 24px 26px 4px;
  border: 1px solid rgba(202, 164, 90, 0.30);
  background: #fffaf1;
}

.ncf-contact-address-title {
  margin: 0 0 18px !important;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(202, 164, 90, 0.24);
  color: #071426 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
}

/* お問い合わせ本文は大きく */
.ncf-contact-form-box textarea {
  max-width: 100% !important;
  min-height: 220px !important;
}

/* お問い合わせフォーム内のラジオボタンを見やすく */
.ncf-contact-form-box .wpcf7-radio {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.ncf-contact-form-box .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}

.ncf-contact-form-box .wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(202, 164, 90, 0.28);
  border-radius: 999px;
  background: #fffaf1;
  color: #27313d;
  font-weight: 800;
}

.ncf-contact-form-box .wpcf7-radio input[type="radio"] {
  flex: 0 0 auto;
}

/* 古い form-width が残っていても暴れないようにする */
.ncf-contact-form-box .form-width {
  width: 100% !important;
  max-width: 560px !important;
}

.ncf-contact-form-box textarea.form-width {
  max-width: 100% !important;
}

/* スマホ */
@media screen and (max-width: 640px) {
  .ncf-contact-card-grid {
    margin-bottom: 28px;
  }

  .ncf-contact-note {
    padding: 18px;
  }

  .ncf-contact-note p {
    font-size: 13px;
  }

  .ncf-contact-address-box {
    padding: 18px 16px 2px;
  }

  .ncf-contact-address-title {
    font-size: 16px !important;
  }

  .ncf-contact-form-box textarea {
    min-height: 180px !important;
  }

  .ncf-contact-form-box .wpcf7-radio label {
    width: 100%;
    border-radius: 12px;
    align-items: flex-start;
  }

  .ncf-contact-form-box .form-width {
    max-width: 100% !important;
  }
}

/* =========================================================
thanksページ
========================================================= */

.ncf-thanks-box {
	max-width: 920px;
	margin: 0 auto;
	padding: 52px 46px;
	border: 1px solid rgba(202, 164, 90, 0.34);
	background:
	radial-gradient(circle at top right, rgba(202, 164, 90, 0.10), transparent 34%),
	#ffffff;
	box-shadow: 0 18px 46px rgba(7, 20, 38, 0.10);
	text-align: center;
}

.ncf-thanks-icon {
	width: 76px;
	height: 76px;
	display: grid;
	place-items: center;
	margin: 0 auto 26px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--ncf-gold), var(--ncf-gold-2));
	color: #071426;
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 14px 30px rgba(202, 164, 90, 0.28);
}

.ncf-thanks-title {
	margin: 0 0 28px;
	color: #071426;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.4;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.ncf-thanks-box p {
	max-width: 760px;
	margin: 0 auto 18px;
	color: #27313d;
	font-size: 16px;
	line-height: 2;
	text-align: left;
}

.ncf-thanks-sign {
	margin-top: 28px !important;
	text-align: right !important;
	font-weight: 900;
	color: #071426 !important;
}

.ncf-thanks-note {
	margin: 36px auto 0;
	padding: 24px 26px;
	border-left: 5px solid var(--ncf-gold);
	background: #fffaf1;
	text-align: left;
}

.ncf-thanks-note p {
	margin: 0 0 12px;
	color: #4c5562;
	font-size: 14px;
	line-height: 1.9;
}

.ncf-thanks-note p:last-child {
	margin-bottom: 0;
}

.ncf-thanks-box .ncf-button-row {
	margin-top: 34px;
}

@media screen and (max-width: 640px) {
	.ncf-thanks-box {
	padding: 34px 20px;
	}
	
	.ncf-thanks-icon {
	width: 62px;
	height: 62px;
	margin-bottom: 22px;
	font-size: 30px;
	}
	
	.ncf-thanks-title {
	font-size: 26px;
	}
	
	.ncf-thanks-box p {
	font-size: 14px;
	line-height: 1.9;
	}
	
	.ncf-thanks-sign {
	text-align: left !important;
	}
	
	.ncf-thanks-note {
	padding: 18px;
	}
	
	.ncf-thanks-note p {
	font-size: 13px;
	}
}


/* ==================================================
   NCF サンクスページ
================================================== */

.ncf-thanks-site .ncf-page-header {
  min-height: 300px;
}

.ncf-thanks-card {
  max-width: 820px;
  margin: 0 auto;
  padding: 46px 42px;
  background: #fff;
  border: 1px solid rgba(202, 164, 90, 0.24);
  box-shadow: 0 18px 48px rgba(7, 20, 38, 0.08);
  text-align: center;
}

.ncf-thanks-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 24px;
  border: 1px solid rgba(202, 164, 90, 0.58);
  border-radius: 50%;
  color: #caa45a;
  font-family: serif;
  font-size: 28px;
  line-height: 1;
}

.ncf-thanks-card .ncf-section-title {
  margin-bottom: 20px;
}

.ncf-thanks-card .ncf-section-lead {
  margin-bottom: 24px;
}

.ncf-thanks-info-panel {
  margin-top: 34px;
}

.ncf-thanks-sign {
  margin-top: 28px;
  text-align: right;
  line-height: 1.9;
  font-weight: 700;
}

.ncf-thanks-mail-note {
  max-width: 820px;
  margin: 0 auto;
  padding: 34px 36px;
  background: #fff;
  border: 1px solid rgba(202, 164, 90, 0.24);
  box-shadow: 0 16px 40px rgba(7, 20, 38, 0.06);
}

.ncf-thanks-mail-note .ncf-card-icon {
  margin-bottom: 18px;
}

.ncf-thanks-mail-note .ncf-card-title {
  margin-bottom: 14px;
}

.ncf-thanks-mail-note p {
  margin-bottom: 0;
  line-height: 2;
}

.ncf-thanks-site .ncf-button-row {
  margin-top: 34px;
}

@media screen and (max-width: 767px) {

  .ncf-thanks-site .ncf-page-header {
    min-height: 250px;
  }

  .ncf-thanks-card {
    padding: 34px 20px;
  }

  .ncf-thanks-icon {
    width: 58px;
    height: 58px;
    font-size: 24px;
  }

  .ncf-thanks-mail-note {
    padding: 28px 20px;
  }

  .ncf-thanks-sign {
    text-align: left;
  }
}

/* ==================================================
NCF お問い合わせ先ブロック
================================================== */

.ncf-office-card {
	max-width: 900px;
	margin: 42px auto 0;
	padding: 38px 40px;
	background: #fff;
	border: 1px solid rgba(202, 164, 90, 0.28);
	box-shadow: 0 18px 48px rgba(7, 20, 38, 0.08);
}

.ncf-office-head {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 28px;
}

.ncf-office-head .ncf-card-icon {
	flex: 0 0 auto;
}

.ncf-office-title {
	margin: 0 0 6px;
	color: #071426;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
}

.ncf-office-sub {
	margin: 0;
	color: #56606f;
	font-size: 15px;
	line-height: 1.8;
}

.ncf-office-panel {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.ncf-office-card {
		padding: 30px 20px;
	}
	
	.ncf-office-head {
		display: block;
		text-align: center;
	}
	
	.ncf-office-head .ncf-card-icon {
		margin: 0 auto 18px;
	}
	
	.ncf-office-title {
		font-size: 20px;
	}
}

/* =========================================================
ブログページの下の前へ、次へボタン
========================================================= */

.next-prev-prev.card-horizontal .card-body {
display: flex;
padding: 0;
align-items: center;
justify-content: flex-start;
}

.next-prev-prev.card-horizontal .card-body:before {
font-family: "Font Awesome 5 Free";
content: "\f053";
font-weight: bold;
position: absolute;
font-size: 3rem;
color: rgba(0,0,0,0.1);
top: calc(50% - 1.5rem);
left: 1rem;
}

.next-prev-prev.card-horizontal.vk_post .card-body .vk_post_title a {
display: block;
padding: 1.5rem 1.0rem 1.5rem 3.5rem;
}

.next-prev-next.card-horizontal .card-body {
display: flex;
padding: 0;
align-items: center;
justify-content: flex-end;
}

.next-prev-next.card-horizontal .card-body:before {
font-family: "Font Awesome 5 Free";
content: "\f054";
font-weight: bold;
position: absolute;
font-size: 3rem;
color: rgba(0,0,0,0.1);
top: calc(50% - 1.5rem);
right: 1rem;
}

.next-prev-next.card-horizontal.vk_post .card-body .vk_post_title a {
display: block;
padding: 1.5rem 3.5rem 1.5rem 1.0rem;
}