/**
 * yamaccle theme - 繝医ャ繝猶C/SP 繝｢繝・け螳悟・荳閾ｴ
 * 隗剃ｸｸ繝ｻ菴咏區繝ｻ繝輔か繝ｳ繝医し繧､繧ｺ縺ｯ繝｢繝・け貅匁侠縲ら峡閾ｪ譛驕ｩ蛹也ｦ∵ｭ｢縲・
 */

/* ========== 螟画焚・医Δ繝・け貅匁侠・・========== */
:root {
	--y-color-white: #fff;
	--y-color-beige: #f5f2ed;
	--y-color-beige-btn: #e8e0d5;
	--y-color-text: #2f2f2f;
	--y-color-text-light: #666;
	--y-color-green: #6e7f73;
	--y-color-green-dark: #5c6b5f;
	--y-color-olive: #6e7f73;
	--y-color-orange: #e27c31;
	--y-color-orange-hover: #c96e2a;
	--y-color-lightblue: #a8b8c4;
	--y-color-lightblue-hover: #8fa3b2;
	--y-radius: 16px;
	--y-radius-lg: 24px;
	--y-radius-round: 50%;
	--y-header-h: 72px;
	--header-h: 96px; /* hero荳頑ｳ｢繝ｻ譛ｬ譁・・荳九￡驥擾ｼ亥崋螳壹・繝・ム繝ｼ鬮倥＆縺ｫ蜷医ｏ縺帙※隱ｿ謨ｴ・・*/
	--y-container: 1200px;
	--y-gutter: 24px;
	--y-drawer-bg: #6B8079;
	--y-drawer-block-bg: #2f2f2f;
	--y-drawer-divider: rgba(255, 255, 255, 0.25);
	--y-drawer-sub-bg: #c45f20;
	--y-drawer-green-hover: #5c6b5f;
}

/* 蜈ｱ騾壹さ繝ｳ繝・リ・・蛻励げ繝ｪ繝・ラ縺ｮ蟷・ｵｱ荳逕ｨ・・*/
.container-1200 {
	max-width: var(--y-container);
	margin: 0 auto;
	width: 100%;
}

/* 繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ隕句・縺怜・騾夲ｼ域ｴｻ蜍募・螳ｹ繧貞渕貅厄ｼ・*/
.section-title {
	text-align: center;
	margin: 0 0 4px;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #2f2f2f;
}
.section-subtitle {
	text-align: center;
	margin: 0 0 40px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.14em;
	color: #6e7f73;
}

/* ========== 繝吶・繧ｹ ========== */
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-family: "M PLUS 2", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: var(--y-color-text);
	background: var(--y-color-white);
}
body.is-drawer-open {
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a {
	color: inherit;
	text-decoration: none;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

/* ========== 繝倥ャ繝繝ｼ ========== */
.yamaccle-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: var(--y-color-white);
	/* 繧ｹ繝槭・繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ譎ゅ・逋ｽ縺・ｷ壹∪縺ｧ閭梧勹縺ｮ逋ｽ繧貞ｻｶ縺ｰ縺・*/
	box-shadow: 0 4px 0 0 var(--y-color-white);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#yamaccle-header {
	scroll-margin-top: var(--y-header-h, 96px);
}

/* ========== Page Top（固定＋最下段で着地） ========== */
.yamaccle-pagetop {
	position: fixed;
	right: 24px;
	bottom: 44px;
	z-index: 20;
	width: 60px;
	height: auto;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}
.yamaccle-pagetop__icon {
	width: 100%;
	height: 100%;
	background: #6e7f73;
	border: 2px solid #ffffff;
	border-radius: 50%;
	display: block;
	position: relative;
}
.yamaccle-pagetop__icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -55%) rotate(-45deg);
	width: 12px;
	height: 12px;
	border-right: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
}

/* pagetop.png 表示（JS/HTML差し替え用） */
.yamaccle-pagetop__img {
	width: 100%;
	height: 100%;
	display: block;
}
.yamaccle-pagetop__img,
.yamaccle-pagetop__icon {
	transform-origin: 50% 100%;
	will-change: transform;
}
.yamaccle-pagetop.is-breezing .yamaccle-pagetop__img,
.yamaccle-pagetop.is-breezing .yamaccle-pagetop__icon {
	animation: yamacclePageTopBreeze 1.6s ease-in-out 1;
}

@keyframes yamacclePageTopBreeze {
	0% { transform: rotate(0deg) translateX(0); }
	22% { transform: rotate(-2deg) translateX(-1px); }
	48% { transform: rotate(1.5deg) translateX(1px); }
	72% { transform: rotate(-1deg) translateX(-1px); }
	100% { transform: rotate(0deg) translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
	.yamaccle-pagetop.is-breezing .yamaccle-pagetop__img,
	.yamaccle-pagetop.is-breezing .yamaccle-pagetop__icon {
		animation: none;
	}
}
.yamaccle-pagetop.is-in-footer {
	position: absolute;
	/* leaf.png に接触しにくい位置（右へ寄りすぎない） */
	right: 24px;
	bottom: 60px;
}
.yamaccle-pagetop.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

@media (max-width: 768px) {
	.yamaccle-pagetop {
		right: 24px;
		bottom: calc(16px + env(safe-area-inset-bottom));
	}
	.yamaccle-pagetop.is-in-footer {
		position: fixed;
		right: 24px;
		bottom: calc(16px + env(safe-area-inset-bottom));
	}
}
.yamaccle-header__inner {
	max-width: var(--y-container);
	margin: 0 auto;
	padding: 16px var(--y-gutter) 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.yamaccle-header__logo-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 0.95;
	color: var(--y-color-text);
	font-weight: 700;
	font-family: "M PLUS 2", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.yamaccle-header__logo-main,
.yamaccle-header__logo-sub {
	font-size: 28px;
	letter-spacing: 0.02em;
}
@media (min-width: 769px) {
	.yamaccle-header__logo-main,
	.yamaccle-header__logo-sub {
		font-size: 60px;
		letter-spacing: 0.02em;
	}
}
.yamaccle-header__nav { display: flex; align-items: center; }
.yamaccle-header__nav-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 28px;
	font-size: 17px;
}
.yamaccle-header__nav-list a {
	color: var(--y-color-text);
	letter-spacing: 0.08em;
}
.yamaccle-header__nav-list a:hover {
	opacity: 0.8;
}
.yamaccle-header__nav-btn {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.08em;
	border-radius: var(--y-radius);
	white-space: nowrap;
}
.yamaccle-header__toggle {
	display: none;
	width: auto;
	height: auto;
	padding: 6px 0;
	background: none;
	border: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: var(--y-color-text);
	gap: 8px;
}
.yamaccle-header__toggle-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.yamaccle-header__toggle-bar {
	display: block;
	width: 36px;
	height: 3.5px;
	background: currentColor;
	border-radius: 2px;
	transition: transform 0.25s ease, opacity 0.2s ease;
}
.yamaccle-header__toggle-label {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
}
.yamaccle-header__toggle.is-open .yamaccle-header__toggle-bar:nth-child(1) {
	transform: translateY(9.5px) rotate(45deg);
}
.yamaccle-header__toggle.is-open .yamaccle-header__toggle-bar:nth-child(2) {
	opacity: 0;
}
.yamaccle-header__toggle.is-open .yamaccle-header__toggle-bar:nth-child(3) {
	transform: translateY(-9.5px) rotate(-45deg);
}
.yamaccle-header__drawer {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: 100dvh;
	min-height: 100vh;
	background: var(--y-drawer-bg);
	z-index: 999;
	flex-direction: column;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-10px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
}
.yamaccle-header__drawer.is-open {
	z-index: 1001;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
	transition: opacity 0.25s ease, transform 0.25s ease;
}
.yamaccle-header__drawer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px var(--y-gutter) 20px;
}
.yamaccle-header__drawer-nav {
	padding: 0 var(--y-gutter) 32px;
}
.yamaccle-header__drawer-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.02;
	color: var(--y-color-white);
	font-weight: 700;
	font-family: "M PLUS 2", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	text-decoration: none;
}
.yamaccle-header__drawer-logo-main,
.yamaccle-header__drawer-logo-sub {
	font-size: 29px;
	letter-spacing: 0.02em;
	font-weight: 700;
}
.yamaccle-header__drawer-logo-sub {
	margin-top: 0;
}
.yamaccle-header__drawer-close {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding: 6px 0;
	margin-right: -4px;
	background: none;
	border: none;
	cursor: pointer;
	color: var(--y-color-white);
}
.yamaccle-header__drawer-close-icon {
	display: block;
	width: 42px;
	height: 42px;
	position: relative;
}
.yamaccle-header__drawer-close-icon::before,
.yamaccle-header__drawer-close-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 36px;
	height: 4px;
	background: currentColor;
	border-radius: 2px;
}
.yamaccle-header__drawer-close-icon::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.yamaccle-header__drawer-close-icon::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.yamaccle-header__drawer-close-text {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.yamaccle-header__drawer-list {
	list-style: none;
	margin: 0 calc(-1 * var(--y-gutter));
	padding: 0;
	width: calc(100% + 2 * var(--y-gutter));
	font-size: 15px;
	border-top: 1px solid var(--y-drawer-divider);
}
.yamaccle-header__drawer-list li {
	border-bottom: 1px solid var(--y-drawer-divider);
}
/* アコーディオン見出しリンクは別定義（重複パディング・表示でズレないように除外） */
.yamaccle-header__drawer-list a:not(.yamaccle-header__drawer-accordion-link) {
	display: block;
	padding: 14px var(--y-gutter);
	color: var(--y-color-white);
	letter-spacing: 0.04em;
	text-decoration: none;
	transition: background-color 0.2s ease;
}
.yamaccle-header__drawer-toplink {
	background: transparent;
}
.yamaccle-header__drawer-toplink a:hover {
	background: var(--y-drawer-green-hover);
}
.yamaccle-header__drawer-sub {
	background: var(--y-drawer-sub-bg);
}
.yamaccle-header__drawer-sub a:hover {
	background: #b5561c;
}
.yamaccle-header__drawer-accordion {
	background: var(--y-color-orange);
	border-bottom: none;
}
.yamaccle-header__drawer-accordion-head {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	font-family: inherit;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.35;
	color: var(--y-color-white);
	letter-spacing: 0.04em;
	text-align: left;
	background: var(--y-color-orange);
	transition: background-color 0.2s ease;
}

.yamaccle-header__drawer-accordion-head:hover {
	background: var(--y-color-orange-hover);
}

.yamaccle-header__drawer-accordion-link {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	padding: 14px var(--y-gutter);
	color: var(--y-color-white);
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.35;
	text-align: left;
	box-sizing: border-box;
}

.yamaccle-header__drawer-accordion-toggle {
	flex-shrink: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 14px var(--y-gutter) 14px 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	color: var(--y-color-white);
	box-sizing: border-box;
}

.yamaccle-header__drawer-accordion-toggle .yamaccle-header__drawer-accordion-icon {
	margin-left: 0;
}

.yamaccle-header__drawer-accordion-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px var(--y-gutter);
	font-family: inherit;
	font-weight: 700;
	font-size: 16px;
	color: var(--y-color-white);
	letter-spacing: 0.04em;
	text-align: left;
	background: var(--y-color-orange);
	border: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
}
.yamaccle-header__drawer-accordion-btn:hover {
	background: var(--y-color-orange-hover);
}
.yamaccle-header__drawer-accordion-icon {
	display: block;
	width: 22px;
	height: 22px;
	position: relative;
	flex-shrink: 0;
	margin-left: 0;
}
.yamaccle-header__drawer-accordion-icon::before,
.yamaccle-header__drawer-accordion-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: currentColor;
	border-radius: 2px;
	transition: transform 0.28s ease;
}
.yamaccle-header__drawer-accordion-icon::before {
	width: 16px;
	height: 3px;
	transform: translate(-50%, -50%);
}
.yamaccle-header__drawer-accordion-icon::after {
	width: 3px;
	height: 16px;
	transform: translate(-50%, -50%);
}
.yamaccle-header__drawer-accordion.is-open .yamaccle-header__drawer-accordion-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.yamaccle-header__drawer-sub-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}
.yamaccle-header__drawer-accordion.is-open .yamaccle-header__drawer-sub-list {
	display: block;
}
.yamaccle-header__drawer-sub-list li {
	border-bottom: 1px solid var(--y-drawer-divider);
}
.yamaccle-header__drawer-block {
	background: var(--y-drawer-block-bg);
}
.yamaccle-header__drawer-block a {
	color: var(--y-color-white);
	padding: 14px var(--y-gutter);
}
.yamaccle-header__drawer-block a:hover {
	background: #444444;
}
.yamaccle-header__drawer-actions {
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 14px;
	padding: 0;
}
.yamaccle-header__drawer-actions .yamaccle-header__drawer-btn,
.yamaccle-header__drawer-btn {
	width: 100%;
	text-align: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 16px 24px;
	border-radius: 999px;
	background: var(--y-color-orange);
	color: var(--y-color-white);
	border: none;
}
.yamaccle-header__drawer-actions .yamaccle-header__drawer-btn:hover,
.yamaccle-header__drawer-btn:hover {
	background: var(--y-color-orange-hover);
	color: var(--y-color-white);
}
.yamaccle-header__drawer-footer {
	text-align: center;
	padding: 28px var(--y-gutter) 40px;
	color: var(--y-color-white);
	font-size: 15px;
	line-height: 1.65;
}
.yamaccle-header__drawer-footer p {
	margin: 0 0 6px;
}
.yamaccle-header__drawer-address,
.yamaccle-header__drawer-email {
	opacity: 0.95;
}
.yamaccle-header__drawer-sns {
	margin: 20px 0 16px;
}
.yamaccle-header__drawer-sns a {
	color: var(--y-color-white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.yamaccle-header__drawer-sns svg {
	display: block;
	width: 38px;
	height: 38px;
}
.yamaccle-header__drawer-copy {
	font-size: 11px;
	opacity: 0.9;
	margin-top: 4px;
}

/* PC: 繝ｭ繧ｴ荳ｭ螟ｮ繝ｻ縺昴・荳九↓繝翫ン荳ｭ螟ｮ・・谿ｵ讒区・・・*/
@media (min-width: 769px) {
	.yamaccle-header {
		height: auto;
		min-height: var(--y-header-h);
		transition: min-height 0.25s ease, box-shadow 0.25s ease;
	}
	.yamaccle-header.is-scrolled {
		min-height: 64px;
	}
	.yamaccle-header__inner {
		flex-direction: column;
		justify-content: center;
		padding: 20px var(--y-gutter) 24px;
		transition: padding 0.25s ease;
	}
	.yamaccle-header.is-scrolled .yamaccle-header__inner {
		padding: 10px var(--y-gutter) 14px;
	}
	.yamaccle-header__logo {
		order: 1;
	}
	.yamaccle-header__logo-main,
	.yamaccle-header__logo-sub {
		transition: font-size 0.25s ease;
	}
	.yamaccle-header.is-scrolled .yamaccle-header__logo-main,
	.yamaccle-header.is-scrolled .yamaccle-header__logo-sub {
		font-size: 28px;
	}
	.yamaccle-header__nav {
		order: 2;
	}
}
@media (max-width: 768px) {
	.yamaccle-header__inner {
		position: relative;
		height: var(--y-header-h);
		padding: 28px var(--y-gutter) 20px;
		justify-content: flex-end;
		align-items: center;
		transition: height 0.25s ease, padding 0.25s ease;
	}
	.yamaccle-header.is-scrolled .yamaccle-header__inner {
		height: 56px;
		padding: 10px var(--y-gutter) 12px;
	}
	.yamaccle-header.is-scrolled.is-scrolling-up .yamaccle-header__inner {
		height: 74px;
		padding: 10px var(--y-gutter) 14px;
	}
	.yamaccle-header__nav {
		display: none;
	}
	/* ドロワー上部ロゴと同様に左端（ガター）へ。2行ロゴはリンク内で中央揃えのまま */
	.yamaccle-header__logo {
		position: absolute;
		left: var(--y-gutter);
		right: auto;
		bottom: 22px;
		transform: none;
		z-index: 0;
	}
	.yamaccle-header.is-scrolled .yamaccle-header__logo {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	.yamaccle-header.is-scrolled.is-scrolling-up .yamaccle-header__logo {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	.yamaccle-header__logo-link {
		align-items: center;
		text-align: center;
	}
	.yamaccle-header__logo-main,
	.yamaccle-header__logo-sub {
		font-size: 28px;
		transition: font-size 0.25s ease;
	}
	.yamaccle-header.is-scrolled .yamaccle-header__logo-main,
	.yamaccle-header.is-scrolled .yamaccle-header__logo-sub {
		font-size: 17px;
	}
	.yamaccle-header__toggle {
		display: flex;
		position: absolute;
		top: 20px;
		right: var(--y-gutter);
		z-index: 1;
		opacity: 1;
		transform: translateY(0);
		transition: opacity 0.28s ease, transform 0.28s ease;
	}
	.yamaccle-header.is-scrolled.is-scrolling-down .yamaccle-header__toggle {
		opacity: 0;
		transform: translateY(-12px);
		pointer-events: none;
	}
	.yamaccle-header.is-scrolled.is-scrolling-up .yamaccle-header__toggle {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}
	.yamaccle-header__toggle-label {
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 0.05em;
	}
	/* SPドロワー：アコーディオン見出しはトップページ等と同じ左位置、縦は他行よりやや詰め */
	.yamaccle-header__drawer-accordion-link {
		padding: 14px var(--y-gutter);
	}
	.yamaccle-header__drawer-accordion-toggle {
		padding: 14px var(--y-gutter) 14px 6px;
	}

	/* SPドロワー：リンク文字を左揃え（アコーディオンは上記リンク側で既に左） */
	.yamaccle-header__drawer-list a:not(.yamaccle-header__drawer-accordion-link) {
		text-align: left;
	}
}

/* 繝懊ち繝ｳ蜈ｱ騾・*/
.yamaccle-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	font-size: 14px;
	font-weight: 600;
	border-radius: var(--y-radius);
	border: none;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s, background-color 0.2s;
}
.yamaccle-btn--green {
	background: var(--y-color-green);
	color: var(--y-color-white);
}
.yamaccle-intro__action .yamaccle-btn--green {
	background: var(--y-color-green);
	color: var(--y-color-white);
}
.yamaccle-btn--green:hover { background: var(--y-color-green-dark); }
.yamaccle-btn--orange {
	background: var(--y-color-orange);
	color: #fff;
}
.yamaccle-btn--orange:hover { background: var(--y-color-orange-hover); }
.yamaccle-header__nav-list .yamaccle-btn--orange,
.yamaccle-header__drawer-actions .yamaccle-btn--orange {
	color: #fff !important;
}
.yamaccle-btn--dark {
	background: var(--y-color-text);
	color: #fff !important;
}
.yamaccle-btn--dark:hover { opacity: 0.9; }
.yamaccle-header__nav-list .yamaccle-btn--dark,
.yamaccle-header__drawer-actions .yamaccle-btn--dark {
	color: #fff !important;
}

@media (min-width: 769px) {
	.yamaccle-header__nav-list .yamaccle-btn--dark {
		background: #2f2f2f;
	}
}
.yamaccle-btn--lightblue {
	background: var(--y-color-lightblue);
	color: var(--y-color-white);
}
.yamaccle-btn--lightblue:hover { background: var(--y-color-lightblue-hover); }
.yamaccle-btn--lightbeige {
	background: var(--y-color-beige-btn);
	color: var(--y-color-text);
}
.yamaccle-btn--lightbeige:hover { opacity: 0.9; }

/* PC: 繝倥ャ繝繝ｼ繝翫ン繝懊ち繝ｳ縺ｯ繝｡繝九Η繝ｼ縺ｨ蜷後§繝輔か繝ｳ繝医し繧､繧ｺ・・yamaccle-btn 繧医ｊ蠕後↓謖・ｮ夲ｼ・*/
@media (min-width: 769px) {
	.yamaccle-header__nav-list .yamaccle-header__nav-btn {
		font-size: 17px;
	}
}

/* ========== 繝｡繧､繝ｳ菴咏區・亥崋螳壹・繝・ム繝ｼ蛻・ｼ・========== */
.yamaccle-main {
	padding-top: var(--y-header-h);
}
@media (min-width: 769px) {
	.yamaccle-main {
		padding-top: 100px;
	}
}

/* ========== 1) Hero・井ｸ贋ｸ鬼VG豕｢蠖｢縺ｧ繝槭せ繧ｯ鬚ｨ・・========== */
.hero {
	position: relative;
	min-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	color: var(--y-color-white);
	overflow: hidden;
	background: var(--hero-bg) center/cover no-repeat;
}
.hero__wave {
	position: absolute;
	left: 0;
	width: 100%;
	height: 140px;
	display: block;
	pointer-events: none;
	z-index: 3;
	object-fit: fill;
}
.hero__wave--top {
	top: calc(var(--header-h) - 12px);
	transform: scaleY(-1);
}
.hero__wave--bottom {
	bottom: -1px;
}
.hero__inner {
	position: relative;
	z-index: 4;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 12vh;
	padding: 0 var(--y-gutter);
	box-sizing: border-box;
}
.hero__catch {
	margin: 0;
	font-size: clamp(28px, 5vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-align: left;
	opacity: 0;
	filter: blur(5px);
	transform: translateY(0);
}
.hero.hero--anim .hero__catch {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1), transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero.hero--anim.is-animate .hero__catch {
	opacity: 1;
	transform: translateY(0);
}

/* ========== 2) 2繧ｫ繝ｩ繝邏ｹ莉・========== */
.yamaccle-intro {
	background: var(--y-color-white);
	padding: 36px 0 80px;
}
.yamaccle-intro__inner {
	max-width: var(--y-container);
	margin: 0 auto;
	padding: 0 var(--y-gutter) 0 0;
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 48px;
	align-items: center;
}
.yamaccle-intro__img-wrap {
	position: relative;
	overflow: visible;
	aspect-ratio: 4/3;
	min-height: 0;
	width: 100%;
}
.yamaccle-intro__body {
	padding-left: var(--y-gutter);
	box-sizing: border-box;
	opacity: 0;
	filter: blur(5px);
}
.yamaccle-intro__img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 200px;
	background-image: var(--intro-bg);
	background-size: cover;
	background-position: center;
	background-color: var(--y-activity-beige, #e6d9c6);
}

/* 2繧ｫ繝ｩ繝邏ｹ莉狗判蜒擾ｼ夂判蜒乗悽菴薙↓縺ｯ clip-path / mask 繧偵°縺代↑縺・*/
.yamaccle-intro__img {
	clip-path: none !important;
	-webkit-clip-path: none !important;
	mask: none !important;
	-webkit-mask: none !important;
	mask-image: none !important;
	-webkit-mask-image: none !important;
	border-radius: 0 !important;
}

/* 2繧ｫ繝ｩ繝邏ｹ莉具ｼ壹Λ繝・ヱ繝ｼ縺ｫ Vector1.svg 繧偵・繧ｹ繧ｯ縺ｨ縺励※驕ｩ逕ｨ */
.yamaccle-intro__img-wrap.activityIntro__clipMask {
	overflow: hidden;
	-webkit-mask-image: var(--intro-mask);
	mask-image: var(--intro-mask);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}
.yamaccle-intro__title {
	margin: 0 0 16px;
	font-size: 28px;
	font-weight: 700;
	color: var(--y-color-text);
}
.yamaccle-intro__lead {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 600;
	color: var(--y-color-text);
	letter-spacing: 0.04em;
}
.yamaccle-intro__text {
	margin: 0 0 28px;
	font-size: 16px;
	color: var(--y-color-text);
	line-height: 1.8;
	letter-spacing: 0.04em;
}
.yamaccle-intro__text p { margin-bottom: 0.5em; }
.yamaccle-intro__action {
	margin: 0;
	opacity: 0;
	filter: blur(5px);
}
.yamaccle-intro__action .yamaccle-btn {
	min-width: 280px;
	padding: 16px 44px;
	font-size: 19px;
	letter-spacing: 0.08em;
	border-radius: 9999px;
}
.yamaccle-intro__btn-sp { display: none; }
.yamaccle-intro__btn-pc { display: inline; }

/* ========== 3) 豢ｻ蜍募・螳ｹ・・繧ｫ繝ｼ繝会ｼ・========== */
.yamaccle-activity {
	position: relative;
	padding: 80px 0 0;
	overflow: hidden;
	min-height: 320px;
}
.yamaccle-activity__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 520px;
	z-index: 0;
	background-image: var(--activity-bg, none);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.yamaccle-activity__panel {
	--y-activity-beige: #e6d9c6;
	position: relative;
	z-index: 1;
	margin-top: 300px;
	padding-top: 0;
	background-color: var(--y-activity-beige);
}
.yamaccle-activity__top-wrap {
	position: absolute;
	left: 0;
	top: -56px;
	width: 100%;
	height: 56px;
	pointer-events: none;
	z-index: 0;
}
.yamaccle-activity__top-img-sp,
.yamaccle-activity__bottom-img-sp {
	display: none;
}
.yamaccle-activity__top-edge {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none;
}
.yamaccle-activity__top-edge path {
	fill: var(--y-activity-beige);
}
.yamaccle-activity__inner {
	position: relative;
	z-index: 2;
	max-width: var(--y-container);
	margin: -250px auto 0;
	padding: 40px var(--y-gutter) 130px;
	box-sizing: border-box;
}
.yamaccle-activity__bottom-shape {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 110px;
	display: block;
	pointer-events: none;
}
.yamaccle-activity__bottom-img-sp { width: 100%; height: auto; pointer-events: none; }
.yamaccle-activity__bottom-shape path {
	fill: var(--y-color-white);
}
.yamaccle-activity__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(240px, 1fr));
	gap: 28px;
	justify-content: center;
}
.yamaccle-card {
	background: var(--y-color-white);
	border-radius: var(--y-radius-lg);
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.yamaccle-card--activity {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	max-width: 300px;
	justify-self: center;
}
.yamaccle-card__img-wrap {
	aspect-ratio: 1;
	overflow: hidden;
}
.yamaccle-card__img {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, var(--y-color-olive) 0%, var(--y-color-green-dark) 100%);
	background-size: cover;
	background-position: center;
}
.yamaccle-card--activity .yamaccle-card__img {
	background-image: var(--card-bg);
	background-size: cover;
	background-position: center;
	-webkit-mask-image: var(--activity-card-mask);
	mask-image: var(--activity-card-mask);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.yamaccle-card__title {
	margin: 16px 20px 8px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: var(--y-color-text);
}

/* 活動内容カード：タイトルもリンク化（見た目維持） */
.yamaccle-card__title-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.yamaccle-card__title-link:hover {
	opacity: 0.85;
}
.yamaccle-card__desc {
	margin: 0 20px 20px;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	color: var(--y-color-text-light);
}
.yamaccle-activity .yamaccle-card__title {
	color: #2f2f2f;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.04em;
}
.yamaccle-activity .yamaccle-card__desc {
	color: #2f2f2f;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-align: left;
}
.yamaccle-activity .yamaccle-card__action .yamaccle-btn {
	font-size: 16px;
	border-radius: 9999px;
}
.yamaccle-card__action {
	margin: 0 20px 24px;
	text-align: center;
}
.yamaccle-card__action .yamaccle-btn { width: 100%; max-width: 200px; }

/* ========== 4) 豢ｻ蜍輔Ξ繝昴・繝・========== */
.yamaccle-reports {
	background: var(--y-color-white);
	padding: 80px 0;
}
.yamaccle-reports__inner {
	max-width: var(--y-container);
	margin: 0 auto;
	padding: 0 var(--y-gutter);
}
.yamaccle-reports__title {
	text-align: center;
	margin: 0 0 8px;
	font-size: 32px;
	font-weight: 700;
	color: var(--y-color-text);
}
.yamaccle-reports__sub {
	text-align: center;
	margin: 0 0 40px;
	font-size: 14px;
	color: var(--y-color-text-light);
}
.yamaccle-reports__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.yamaccle-card--report .yamaccle-card__link {
	display: block;
	color: inherit;
}
.yamaccle-card--report .yamaccle-card__img-wrap { aspect-ratio: 4/3; }
.yamaccle-card--report .yamaccle-card__date {
	display: block;
	margin: 12px 20px 4px;
	font-size: 12px;
	color: var(--y-color-text-light);
}
.yamaccle-card--report .yamaccle-card__title {
	text-align: left;
	margin: 0 20px 20px;
	font-size: 15px;
}
.yamaccle-reports__more {
	text-align: center;
	margin: 40px 0 0;
}
.yamaccle-reports__more .yamaccle-btn { min-width: 200px; }

/* ========== 4) 豢ｻ蜍戊ｨ倬鹸・・ctivityReport・壹き繝ｳ繝玲ｺ匁侠・・========== */
.activityReport {
	background: var(--y-color-white);
	padding: 48px 0 80px;
}
.activityReport__inner {
	max-width: var(--y-container);
	margin: 0 auto;
	padding: 0 var(--y-gutter);
}
.activityReport__head {
	text-align: center;
	margin-bottom: 40px;
}
.activityReport .section-title {
	font-size: 38px;
}
.activityReport .section-subtitle,
.activityReport__sub {
	font-size: 14px;
	color: #a0b7c5;
}
.activityReport__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 769px) {
	.activityReport__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 28px;
	}
}
.activityReport__card {
	margin: 0;
	min-width: 0;
	max-width: 100%;
}
.activityReport__cardLink {
	display: block;
	color: inherit;
	text-decoration: none;
}
.activityReport__thumb {
	width: 100%;
	box-sizing: border-box;
	aspect-ratio: 1 / 1;
	background: #e8e8e8;
	background-image: var(--report-thumb, url("/wp-content/themes/yamaccle/assets/img/top/top-image7.jpg"));
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-image: var(--activity-report-mask);
	mask-image: var(--activity-report-mask);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	transition: filter 0.2s ease;
}
.activityReport__cardLink:hover .activityReport__thumb {
	filter: brightness(1.06);
}
.activityReport__date {
	display: block;
	margin: 16px 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: #9fb7c5;
	letter-spacing: 0.02em;
}
.activityReport__cardTitle {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
	color: #2f2f2f;
	letter-spacing: 0.02em;
}
.activityReport__cardLink:hover .activityReport__cardTitle {
	color: #9fb7c5;
}
.activityReport__tag {
	display: inline-block;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 600;
	color: #2f2f2f;
	background-color: #9fb7c5;
	border-radius: 24px;
	letter-spacing: 0.02em;
}
.activityReport__more {
	text-align: center;
	margin: 48px 0 0;
}
.activityReport__moreBtn {
	display: inline-block;
	padding: 18px 96px;
	font-size: 18px;
	font-weight: 600;
	color: #2f2f2f;
	background-color: #9fb7c5;
	border-radius: 24px;
	text-decoration: none;
	letter-spacing: 0.05em;
	transition: opacity 200ms ease;
}
.activityReport__moreBtn:hover,
.activityReport__moreBtn:focus-visible {
	opacity: 0.9;
}

/* ========== 5) 蝗｣菴楢ｪｬ譏趣ｼ郁レ譎ｯ蜀咏悄・九が繝ｼ繝舌・繝ｬ繧､・倶ｸ九□縺第峇邱售VG・儀ector5繝懊ち繝ｳ・・========== */
.yamaccle-about-block {
	position: relative;
	width: 100%;
	padding: 0;
	margin-top: -24px;
	margin-bottom: -24px;
	overflow: hidden;
}
.yamaccle-about-block__curve-top {
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: clamp(56px, 9vw, 110px);
	display: block;
	z-index: 3;
	pointer-events: none;
}
.yamaccle-about-block__wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	height: clamp(380px, 55vw, 640px);
	min-height: 380px;
	overflow: hidden;
	background: transparent;
}
.yamaccle-about-block__wrap > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.yamaccle-about-block__overlay {
	position: absolute;
	inset: 0;
	background: rgba(120, 130, 120, 0.35);
	pointer-events: none;
	z-index: 1;
}
.yamaccle-about-block__inner {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	max-width: var(--y-container);
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: clamp(16px, 5vw, 144px) var(--y-gutter) clamp(16px, 5vw, 152px);
	text-align: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 0;
}
.yamaccle-about-block__curve-bottom {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: clamp(56px, 9vw, 110px);
	display: block;
	z-index: 3;
	pointer-events: none;
}

.yamaccle-about-block__curve-top,
.yamaccle-about-block__curve-bottom {
	fill: #fff;
}
.yamaccle-about-block .section-title,
.yamaccle-about-block__title {
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	font-size: clamp(0.7rem, 5vw, 1.75rem) !important;
	line-height: 1.2;
	margin-bottom: clamp(4px, 1.2vw, 24px) !important;
}
.yamaccle-about-block .section-subtitle,
.yamaccle-about-block__sub {
	margin-bottom: clamp(8px, 2.5vw, 56px) !important;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	font-size: clamp(0.6rem, 1.8vw, 0.875rem) !important;
}
.yamaccle-about-block__buttons {
	max-width: var(--y-container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto auto;
	grid-template-areas:
		"btn1 btn2 btn3 btn4"
		"btn5 . . .";
	gap: clamp(8px, 2vw, 40px);
	justify-items: stretch;
	align-items: start;
	flex-shrink: 0;
}
.yamaccle-about-block__btn {
	width: 100%;
	height: clamp(52px, 10vw, 88px);
	min-width: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: clamp(8px, 1.5vw, 14px) clamp(10px, 2vw, 18px);
	background: var(--y-color-orange);
	color: #ffffff;
	font-size: clamp(0.8rem, 2.2vw, 1.125rem);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s ease;
	box-sizing: border-box;
	-webkit-mask-image: var(--about-btn-mask);
	mask-image: var(--about-btn-mask);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.yamaccle-about-block__btn:hover {
	background: var(--y-color-orange-hover);
}
.yamaccle-about-block__btn:first-child {
	grid-area: btn1;
	font-size: 15px;
}
.yamaccle-about-block__btn:nth-child(2) { grid-area: btn2; }
.yamaccle-about-block__btn:nth-child(3) {
	grid-area: btn3;
	font-size: 16px;
}
.yamaccle-about-block__btn:nth-child(4) { grid-area: btn4; }
.yamaccle-about-block__btn.yamaccle-about-block__btn--single { grid-area: btn5; justify-self: stretch; }
.yamaccle-round-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}
.yamaccle-round-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	border-radius: var(--y-radius-round);
	background: var(--y-color-orange);
	color: var(--y-color-white);
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	transition: opacity 0.2s;
}
.yamaccle-round-btn:hover { opacity: 0.9; }

/* ========== 6) 蜿ょ刈/蠢懈抄・医き繝ｳ繝玲ｺ匁侠・・繧ｫ繝ｩ繝繝ｻ蟾ｦ繝懊ち繝ｳ鄒､・句承逕ｻ蜒擾ｼ・========== */
.yamaccle-join {
	background: var(--y-color-white);
	padding: 80px 0;
	overflow: visible;
	overflow-x: clip;
}
.yamaccle-join__inner {
	max-width: var(--y-container);
	margin: 0 auto;
	padding: 0 0 0 var(--y-gutter);
	overflow: visible;
}
.yamaccle-join .section-title { color: #2f2f2f; }
.yamaccle-join .section-subtitle { color: var(--y-color-orange); }
.yamaccle-join__content {
	display: grid;
	grid-template-columns: minmax(280px, 420px) 1fr;
	gap: 32px 24px;
	align-items: start;
}
.yamaccle-join__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 20px;
	margin-left: auto;
	max-width: 100%;
	transform: translateX(120px);
}
.yamaccle-join__btn {
	width: 100%;
	height: 96px;
	min-width: 0;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	background: var(--y-color-orange);
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s ease;
	box-sizing: border-box;
	word-break: keep-all;
	-webkit-mask-image: var(--join-btn-mask);
	mask-image: var(--join-btn-mask);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}
.yamaccle-join__btn:hover {
	background: var(--y-color-orange-hover);
}
.yamaccle-join__visual {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	min-height: 260px;
	/* PC: コンテナの外側余白ぶんだけ右へ逃がして、画像を画面端にぴったり付ける */
	margin-right: calc(-1 * max(0px, calc((100vw - var(--y-container)) / 2)));
}
.yamaccle-join__img {
	width: 100%;
	max-width: 600px;
	min-width: 340px;
	min-height: 280px;
	aspect-ratio: 5 / 4;
	margin-left: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-image: var(--join-img-mask);
	mask-image: var(--join-img-mask);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	/* マスク形状は維持したまま、見た目の右端をウィンドウ端へ寄せる */
	transform: translateX(calc(var(--y-gutter) + 48px));
}
.yamaccle-round-buttons--join {
	flex-direction: column;
	justify-content: flex-start;
}
.yamaccle-round-buttons--join .yamaccle-round-btn {
	width: 100%;
	max-width: 220px;
	height: 56px;
	border-radius: var(--y-radius);
}

/* ========== 7) 謾ｯ謠ｴ隱伜ｰ趣ｼ郁レ譎ｯ top-image10.jpg・狗區繧ｫ繝ｼ繝・譫壹・繧ｫ繝ｳ繝怜ｮ悟・蜀咲樟・・========== */
.yamaccle-support-cta {
	position: relative;
	padding: 0;
	overflow: hidden;
	background-image: var(--support-cta-bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.yamaccle-support-cta__wave {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	z-index: 3;
	pointer-events: none;
}
.yamaccle-support-cta__wave--top {
	top: -1px;
	height: clamp(56px, 9vw, 110px);
}
.yamaccle-support-cta__wave--bottom {
	bottom: -1px;
	height: clamp(56px, 9vw, 110px);
}

/* /contact/：フッター帯との境界の1px線を消す */
.yamaccle-main.yamaccle-contact-page .yamaccle-support-cta__wave--bottom {
	bottom: -2px !important;
}

.yamaccle-support-cta__bg {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
}
.yamaccle-support-cta__inner {
	position: relative;
	z-index: 1;
	max-width: var(--y-container);
	margin: 0 auto;
	padding: 200px var(--y-gutter) 200px;
}
.yamaccle-support-cta__title {
	text-align: center;
	margin: 0 0 48px;
	font-size: 36px;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 0.02em;
	line-height: 1.35;
}
.yamaccle-support-cta__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	max-width: 900px;
	margin: 0 auto;
}
.yamaccle-cta-card {
	background: #ffffff;
	border-radius: 28px;
	padding: 44px 40px;
	text-align: center;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}
.yamaccle-cta-card__text {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.85;
	color: #2f2f2f;
}
.yamaccle-cta-card__action {
	margin: 0;
}
.yamaccle-support-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	padding: 18px 70px;
	border-radius: 20px;
	background: var(--y-color-orange);
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.15em;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s ease;
	box-sizing: border-box;
}
.yamaccle-support-cta__btn:hover {
	background: var(--y-color-orange-hover);
}

/* ========== お問い合わせページ ========== */
.yamaccle-contact-page {
	background: #ffffff;
	padding-top: 0;
}
.yamaccle-main.yamaccle-contact-page {
	padding-top: 220px;
}
.yamaccle-contact-page__inner {
	max-width: var(--y-container);
	margin: 0 auto;
	padding: 12px var(--y-gutter) 0;
}
.yamaccle-breadcrumb {
	max-width: 1200px;
	margin: 0 auto 26px;
	padding-top: 8px;
	text-align: right;
}
.yamaccle-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #8c857a;
	font-size: 12px;
	justify-content: flex-end;
}
.yamaccle-breadcrumb__list li + li::before {
	content: ">";
	margin-right: 8px;
	color: #b8ae9e;
}
.yamaccle-breadcrumb__list a {
	color: inherit;
	text-decoration: none;
}
.yamaccle-contact-page__head {
	text-align: center;
	padding-bottom: 28px;
}
.yamaccle-contact-page__title {
	margin: 0 0 4px;
	font-size: clamp(28px, 3.6vw, 40px);
	letter-spacing: 0.04em;
	color: #2f2f2f;
}
.yamaccle-contact-page__sub {
	margin: 0;
	color: #c88b3f;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.14em;
}

/* お問い合わせ入力ページのみ初期非表示（確認/完了は除外） */
.yamaccle-main.yamaccle-contact-page:not(.yamaccle-contact-confirm-page):not(.yamaccle-contact-thanks-page) .yamaccle-contact-page__title,
.yamaccle-main.yamaccle-contact-page:not(.yamaccle-contact-confirm-page):not(.yamaccle-contact-thanks-page) .yamaccle-contact-page__sub,
.yamaccle-main.yamaccle-contact-page:not(.yamaccle-contact-confirm-page):not(.yamaccle-contact-thanks-page) .yamaccle-contact-form {
	opacity: 0;
}

.yamaccle-main.yamaccle-contact-page:not(.yamaccle-contact-confirm-page):not(.yamaccle-contact-thanks-page) .yamaccle-contact-page__title,
.yamaccle-main.yamaccle-contact-page:not(.yamaccle-contact-confirm-page):not(.yamaccle-contact-thanks-page) .yamaccle-contact-page__sub {
	filter: blur(5px);
}
.yamaccle-contact-form-section {
	background: #f2ece2;
	padding: 46px 0 56px;
}
.yamaccle-contact-form-section__inner {
	max-width: calc(var(--y-container) - 180px);
	margin: 0 auto;
	padding: 0 var(--y-gutter);
}
.yamaccle-contact-form {
	background: #ffffff;
	border-radius: 18px;
	padding: 32px 40px 36px;
}
.yamaccle-contact-form__row {
	margin: 0 0 30px;
}
.yamaccle-contact-form__row label {
	display: block;
	margin-bottom: 0;
	font-size: 14px;
	color: #3a3a3a;
}
.yamaccle-contact-form__row .wpcf7-form-control-wrap {
	display: block;
	margin-top: 10px;
}
.yamaccle-contact-form__row br {
	display: none;
}
.yamaccle-contact-form__required {
	color: #c88b3f;
	font-size: 13px;
}
.yamaccle-contact-form input[type="text"],
.yamaccle-contact-form input[type="email"],
.yamaccle-contact-form input[type="tel"],
.yamaccle-contact-form textarea {
	width: 100%;
	border: 1px solid #8e8e8e;
	border-radius: 4px;
	padding: 10px 12px;
	font-size: 16px;
	background: #ffffff;
	color: #2f2f2f;
}
.yamaccle-contact-form textarea {
	resize: vertical;
	min-height: 132px;
}
.yamaccle-contact-form__agree {
	margin: 2px 0 18px;
	text-align: center;
}
.yamaccle-contact-form__agree label {
	display: inline-flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #5b5b5b;
}
.yamaccle-contact-form__agree br {
	display: none;
}
.yamaccle-contact-form__agree input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
.yamaccle-contact-form__agree a {
	color: #c88b3f;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.yamaccle-contact-form__submit {
	margin: 2px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.yamaccle-contact-form__submit .yamaccle-btn {
	min-width: 220px;
	padding: 16px 40px;
	font-size: 18px;
	border-radius: 10px;
}
.yamaccle-contact-form__submit .wpcf7-spinner {
	position: absolute;
	left: 50%;
	transform: translateX(170px);
	margin: 0;
}

.yamaccle-recaptcha-legal {
	margin: 14px auto 0;
	max-width: 620px;
	padding: 0 8px;
	font-size: 10px;
	line-height: 1.65;
	color: #666;
	text-align: center;
}
.yamaccle-recaptcha-legal a {
	color: #5c5c5c;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* CF7確認画面（Multi-Step FormB） */
.yamaccle-contact-confirm {
	max-width: 620px;
	margin: 0 auto 10px;
}
.yamaccle-contact-confirm__row {
	margin: 0 0 16px;
}
.yamaccle-contact-confirm__label {
	display: block;
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 700;
	color: #2f2f2f;
}
.yamaccle-contact-confirm__value {
	display: block;
	width: 100%;
	min-height: 40px;
	padding: 10px 12px;
	border-radius: 4px;
	background: #f6f2ea;
	border: 1px solid #f0e8db;
	font-size: 14px;
	line-height: 1.8;
	color: #2f2f2f;
	box-sizing: border-box;
}
.yamaccle-contact-confirm__value--textarea {
	min-height: 110px;
	white-space: pre-wrap;
}
.yamaccle-contact-form__submit--confirm {
	margin-top: 6px;
	gap: 12px;
}
.yamaccle-contact-form__submit--confirm .wpcf7-previous {
	min-width: 140px;
	padding: 14px 24px;
	border: 0;
	border-radius: 10px;
	background: #8aa0ad;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
.yamaccle-contact-form__submit--confirm .wpcf7-submit {
	min-width: 220px;
	padding: 16px 40px;
	border: 0;
	border-radius: 10px;
	background: #e27c31;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

/* お問い合わせ送信完了ページ */
.yamaccle-contact-thanks-section {
	background: #f2ece2;
	padding: 46px 0 56px;
}
.yamaccle-contact-thanks-section__inner {
	max-width: calc(var(--y-container) - 180px);
	margin: 0 auto;
	padding: 0 var(--y-gutter);
}
.yamaccle-contact-thanks-message {
	background: #ffffff;
	border-radius: 18px;
	padding: 44px 40px;
	max-width: 900px;
	margin: 0 auto;
	color: #2f2f2f;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
.yamaccle-contact-thanks-message p {
	margin: 0 0 10px;
}
.yamaccle-contact-thanks-message p:last-child {
	margin-bottom: 0;
}

/* ========== 個人情報保護方針ページ ========== */
.yamaccle-privacy-page {
	background: #ffffff;
}

.yamaccle-main.yamaccle-privacy-page {
	padding-top: 220px;
}

.yamaccle-privacy-page .yamaccle-contact-page__sub {
	color: #6e7f73;
}

.yamaccle-privacy-page .yamaccle-contact-page__title,
.yamaccle-privacy-page .yamaccle-contact-page__sub {
	opacity: 0;
	filter: blur(5px);
}

.yamaccle-privacy-section {
	padding: 0 0 56px;
}

.yamaccle-privacy-section__inner {
	max-width: var(--y-container);
	margin: 0 auto;
	padding: 0 var(--y-gutter);
}

.yamaccle-privacy-content {
	max-width: 900px;
	margin: 0 auto;
	color: #2f2f2f;
	font-size: 14px;
	line-height: 2.1;
}

.yamaccle-privacy-content h2,
.yamaccle-privacy-content h3,
.yamaccle-privacy-content h4 {
	margin: 26px 0 8px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 700;
}

.yamaccle-privacy-content p {
	margin: 0 0 14px;
}

.yamaccle-privacy-content ul,
.yamaccle-privacy-content ol {
	margin: 0 0 14px 1.3em;
	padding: 0;
}

.yamaccle-privacy-content ul {
	list-style: disc;
}

.yamaccle-privacy-content ol {
	list-style: decimal;
}

.yamaccle-privacy-content li {
	margin: 0 0 6px;
}

/* ========== about下層ページ（メンバー紹介など） ========== */
.yamaccle-about-subpage-page {
	background: #ffffff;
}

.yamaccle-main.yamaccle-subpage-page,
.yamaccle-main.yamaccle-about-subpage-page {
	padding-top: 230px;
}

.yamaccle-subpage-hero {
	position: relative;
	background: #ffffff;
	z-index: 1;
}

.yamaccle-subpage-head__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 12px 24px 0;
	position: relative;
	z-index: 2;
}

.yamaccle-subpage-breadcrumb {
	margin: 0 0 18px;
	padding: 0;
	text-align: right;
}

.yamaccle-subpage-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #8c857a;
	font-size: 12px;
	justify-content: flex-end;
}

.yamaccle-subpage-breadcrumb__list li + li::before {
	content: ">";
	margin-right: 8px;
	color: #b8ae9e;
}

.yamaccle-subpage-breadcrumb__list a {
	color: inherit;
	text-decoration: none;
}

.yamaccle-subpage-head {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 40px;
}

.yamaccle-subpage-head__title {
	margin: 0;
	font-size: clamp(27px, 3vw, 38px);
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #2f2f2f;
	font-weight: 700;
}

.yamaccle-about-subpage-section {
	padding: 0 0 56px;
	background: #ffffff;
}

.yamaccle-about-subpage-section__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.yamaccle-about-subpage__content {
	max-width: 1200px;
	margin: 0 auto;
	color: #2f2f2f;
	font-size: 15px;
	line-height: 2.05;
	clear: both;
}

.yamaccle-about-subpage__content::after {
	content: "";
	display: block;
	clear: both;
}

.yamaccle-about-subpage__content > *:first-child {
	margin-top: 0 !important;
	clear: both;
}

.yamaccle-about-subpage__content img {
	display: block;
	max-width: 100%;
	height: auto;
}

.yamaccle-about-subpage__content figure,
.yamaccle-about-subpage__content .wp-block-image,
.yamaccle-about-subpage__content .wp-block-group,
.yamaccle-about-subpage__content .wp-block-columns,
.yamaccle-about-subpage__content table {
	max-width: 100%;
}

.yamaccle-about-subpage__content .aligncenter,
.yamaccle-about-subpage__content .wp-block-image.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.yamaccle-about-subpage__content .alignleft,
.yamaccle-about-subpage__content .alignright {
	float: none;
	margin-left: 0;
	margin-right: 0;
}

.yamaccle-about-subpage__content p {
	margin: 0 0 16px;
}

.yamaccle-about-subpage__content p:last-child {
	margin-bottom: 0;
}

.yamaccle-members {
	display: flex;
	flex-direction: column;
	gap: 56px;
}

.yamaccle-member {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 36px;
	align-items: start;
}

.yamaccle-member__photo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.yamaccle-member__body {
	min-width: 0;
}

.yamaccle-member__name {
	margin: 0 0 14px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.35;
	color: #2f2f2f;
}

.yamaccle-member__text {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.9;
}

.yamaccle-member__meta {
	margin: 0;
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 10px 18px;
}

.yamaccle-member__meta dt {
	font-weight: 700;
	color: #2f2f2f;
}

.yamaccle-member__meta dd {
	margin: 0;
	color: #2f2f2f;
}

.yamaccle-member__meta dd > p {
	margin: 0;
}

@media (max-width: 768px) {
	.yamaccle-main.yamaccle-subpage-page,
	.yamaccle-main.yamaccle-about-subpage-page {
		padding-top: calc(var(--y-header-h) + 8px);
	}

	.yamaccle-subpage-head__inner {
		padding: 0 24px 0;
	}

	.yamaccle-subpage-breadcrumb {
		margin-bottom: 12px;
	}

	.yamaccle-subpage-head {
		padding-bottom: 20px;
	}

	.yamaccle-subpage-head__title {
		font-size: 26px;
		line-height: 1.1;
	}

	.yamaccle-about-subpage__content {
		max-width: 100%;
		font-size: 16px;
	}

	.yamaccle-members {
		gap: 28px;
	}

	.yamaccle-member {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.yamaccle-member__photo {
		max-width: 240px;
		margin: 0 auto;
	}

	.yamaccle-member__name {
		font-size: 19px;
		margin-bottom: 10px;
	}

	.yamaccle-member__text {
		font-size: 16px;
	}

	.yamaccle-member__meta dd {
		font-size: 16px;
	}

	.yamaccle-member__meta {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

/* ========== ニュースアーカイブ ========== */
.yamaccle-news-archive-page {
	background: #ffffff;
}

/* ========== ニュース：記事詳細ページ ========== */
.yamaccle-news-single-page {
	background: #ffffff;
}

.yamaccle-main.yamaccle-news-single-page {
	padding-top: 220px;
}

.yamaccle-news-single-page .yamaccle-contact-page__sub {
	color: #f2c94c;
}

.yamaccle-news-single {
	padding: 0 0 56px;
}

.yamaccle-news-single__inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 var(--y-gutter);
}

.yamaccle-news-single-page .yamaccle-contact-page__head {
	text-align: center;
}

.yamaccle-news-single-page .yamaccle-contact-page__title {
	text-align: center;
}

.yamaccle-news-single__catch {
	margin: 0 0 18px;
	opacity: 0;
	filter: blur(5px);
}

.yamaccle-news-single__catch-img {
	display: block;
	width: 100%;
	height: auto;
}

.yamaccle-news-single__meta {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 22px;
	text-align: left;
}

.yamaccle-news-single__date {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #f2c94c;
}

.yamaccle-news-single__article-title {
	margin: 0;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #2f2f2f;
	text-align: left;
	width: 100%;
}

.yamaccle-news-single__tag {
	display: inline-block;
	padding: 8px 16px;
	background: #f2c94c;
	color: #2f2f2f;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.yamaccle-news-single__content {
	color: #2f2f2f;
	font-size: 15px;
	line-height: 2.05;
}

.yamaccle-news-single__content p {
	margin: 0 0 16px;
}

.yamaccle-news-single__content p:last-child {
	margin-bottom: 0;
}

.yamaccle-news-single__content a {
	color: #f2c94c;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.yamaccle-news-single__back {
	margin-top: 46px;
	text-align: center;
}

.yamaccle-news-single__back-btn {
	background: #f2c94c;
	color: #2f2f2f;
	padding: 16px 82px !important;
	font-size: 18px !important;
	font-weight: 800;
	border-radius: 999px;
}

.yamaccle-news-single__back-btn:hover {
	opacity: 0.9;
}

@media (max-width: 768px) {
	.yamaccle-main.yamaccle-news-single-page {
		padding-top: calc(var(--y-header-h) + 4px);
	}

	.yamaccle-news-single-page .yamaccle-contact-page__sub {
		color: #f2c94c;
	}

	.yamaccle-news-single__inner {
		padding: 0 var(--y-gutter);
	}

	.yamaccle-news-single__catch {
		margin-bottom: 14px;
	}

	.yamaccle-news-single__date {
		font-size: 14px;
	}

	.yamaccle-news-single__tag {
		font-size: 14px;
		padding: 7px 14px;
	}

	.yamaccle-news-single__article-title {
		font-size: 19px;
		line-height: 1.35;
	}

	.yamaccle-news-single__content {
		font-size: 14px;
		line-height: 2;
	}

	.yamaccle-news-single__back {
		margin-top: 40px;
	}

	.yamaccle-news-single__back-btn {
		padding: 14px 56px !important;
		font-size: 17px !important;
	}
}

/* ========== 活動記録：記事詳細ページ ========== */
.yamaccle-report-single-page {
	background: #ffffff;
}

.yamaccle-main.yamaccle-report-single-page {
	padding-top: 220px;
}

.yamaccle-report-single-page .yamaccle-contact-page__sub {
	color: #9fb7c5;
}

.yamaccle-report-single {
	padding: 0 0 56px;
}

.yamaccle-report-single__inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 var(--y-gutter);
}

.yamaccle-report-single-page .yamaccle-contact-page__head {
	text-align: center;
}

.yamaccle-report-single-page .yamaccle-contact-page__title {
	text-align: center;
}

.yamaccle-report-single__catch {
	margin: 0 0 18px;
	opacity: 0;
	filter: blur(5px);
}

.yamaccle-report-single__catch-img {
	display: block;
	width: 100%;
	height: auto;
}

.yamaccle-report-single__meta {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 22px;
	text-align: left;
}

.yamaccle-report-single__date {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #9fb7c5;
}

.yamaccle-report-single__article-title {
	margin: 0;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #2f2f2f;
	text-align: left;
	width: 100%;
}

.yamaccle-report-single__tag {
	display: inline-block;
	padding: 8px 16px;
	background: #9fb7c5;
	color: #2f2f2f;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.yamaccle-report-single__content {
	color: #2f2f2f;
	font-size: 15px;
	line-height: 2.05;
}

.yamaccle-report-single__content p {
	margin: 0 0 16px;
}

.yamaccle-report-single__content p:last-child {
	margin-bottom: 0;
}

.yamaccle-report-single__content a {
	color: #9fb7c5;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.yamaccle-report-single__back {
	margin-top: 46px;
	text-align: center;
}

.yamaccle-report-single__back-btn {
	background: #9fb7c5;
	color: #2f2f2f;
	padding: 16px 82px !important;
	font-size: 18px !important;
	font-weight: 800;
	border-radius: 999px;
}

.yamaccle-report-single__back-btn:hover {
	opacity: 0.9;
}

@media (max-width: 768px) {
	.yamaccle-main.yamaccle-report-single-page {
		padding-top: calc(var(--y-header-h) + 4px);
	}

	.yamaccle-report-single-page .yamaccle-contact-page__sub {
		color: #9fb7c5;
	}

	.yamaccle-report-single__inner {
		padding: 0 var(--y-gutter);
	}

	.yamaccle-report-single__catch {
		margin-bottom: 14px;
	}

	.yamaccle-report-single__date {
		font-size: 14px;
	}

	.yamaccle-report-single__tag {
		font-size: 14px;
		padding: 7px 14px;
	}

	.yamaccle-report-single__article-title {
		font-size: 19px;
		line-height: 1.35;
	}

	.yamaccle-report-single__content {
		font-size: 14px;
		line-height: 2;
	}

	.yamaccle-report-single__back {
		margin-top: 40px;
	}

	.yamaccle-report-single__back-btn {
		padding: 14px 56px !important;
		font-size: 17px !important;
	}
}
.yamaccle-news-archive-page .yamaccle-breadcrumb,
.yamaccle-news-archive-page .yamaccle-breadcrumb__list,
.yamaccle-news-archive-page .yamaccle-breadcrumb__list li + li::before,
.yamaccle-news-archive-page .yamaccle-breadcrumb__list a {
	color: #2f2f2f;
}
.yamaccle-main.yamaccle-news-archive-page {
	padding-top: 220px;
}
.yamaccle-news-archive-page .yamaccle-contact-page__inner {
	padding-top: 12px;
}
.yamaccle-news-archive {
	padding: 0 0 60px;
}
.yamaccle-news-archive__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 var(--y-gutter);
}
.yamaccle-news-archive__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}
.yamaccle-news-archive__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 24px;
	background: #f2c94c;
	color: #2f2f2f;
	border-radius: 999px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}
.yamaccle-news-archive__tag.is-active {
	background: #ddb63f;
}

/* /news/ 初期表示（チラつき防止） */
.yamaccle-news-archive-page .yamaccle-contact-page__title,
.yamaccle-news-archive-page .yamaccle-contact-page__sub,
.yamaccle-news-archive-page .yamaccle-news-archive__tags {
	opacity: 0;
	filter: blur(5px);
}
.yamaccle-news-archive__list {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border-top: 1px solid #2f2f2f;
}
.yamaccle-news-archive__item {
	border-bottom: 1px solid #2f2f2f;
	opacity: 0;
	filter: blur(4px);
	transform: translateY(-26px);
}
.yamaccle-news-archive__link {
	display: grid;
	grid-template-columns: 136px 1fr 40px;
	align-items: start;
	gap: 18px;
	padding: 18px 0;
	color: #2f2f2f;
	text-decoration: none;
}
.yamaccle-news-archive__date {
	font-size: 14px;
	letter-spacing: 0.02em;
}
.yamaccle-news-archive__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	transition: color 0.2s ease;
}

.yamaccle-news-archive__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}

.yamaccle-news-archive__post-tag {
	display: inline-block;
	padding: 6px 14px;
	background: #f2c94c;
	color: #2f2f2f;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
}
.yamaccle-news-archive__arrow {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: transparent;
	background-image: url("/wp-content/themes/yamaccle/assets/img/pages/news/arrow1.png");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 0;
	align-self: end;
	transition: filter 0.2s ease;
}
.yamaccle-news-archive__link:hover .yamaccle-news-archive__arrow {
	filter: brightness(1.12);
}
.yamaccle-news-archive__link:hover .yamaccle-news-archive__title {
	color: #c88b3f;
}
.yamaccle-news-archive__pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 26px;
}
.yamaccle-news-archive__pagination .page-numbers {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	background: #e6d9c6;
	color: #2f2f2f;
}
.yamaccle-news-archive__pagination .page-numbers.current {
	background: #f2c94c;
}
.yamaccle-news-archive__pagination .page-numbers.prev {
	font-size: 0;
	color: transparent;
	background: transparent;
	background-image: url("/wp-content/themes/yamaccle/assets/img/pages/news/arrow3.png");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.yamaccle-news-archive__pagination .page-numbers.next {
	font-size: 0;
	color: transparent;
	background: transparent;
	background-image: url("/wp-content/themes/yamaccle/assets/img/pages/news/arrow2.png");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.yamaccle-news-archive__empty {
	margin: 16px 0 0;
	font-size: 15px;
	color: #2f2f2f;
}

@media (min-width: 769px) {
	.yamaccle-news-archive-page .yamaccle-contact-page__sub {
		color: #f2c94c;
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.yamaccle-main.yamaccle-news-archive-page {
		padding-top: calc(var(--y-header-h) + 4px);
	}
	.yamaccle-news-archive-page .yamaccle-contact-page__inner {
		padding-top: 0;
	}
	.yamaccle-main.yamaccle-contact-page {
		padding-top: calc(var(--y-header-h) + 4px);
	}
	.yamaccle-main.yamaccle-privacy-page {
		padding-top: calc(var(--y-header-h) + 4px);
	}
	.yamaccle-contact-page__inner {
		padding: 0 var(--y-gutter) 0;
	}
	.yamaccle-breadcrumb {
		padding-top: 0;
		margin-bottom: 12px;
	}
	.yamaccle-contact-page__head {
		padding-bottom: 20px;
	}
	.yamaccle-contact-page__title {
		font-size: 30px;
		line-height: 1.08;
	}
	.yamaccle-contact-page__sub {
		font-size: 14px;
	}
	.yamaccle-news-archive-page .yamaccle-contact-page__sub {
		color: #f2c94c;
	}
	.yamaccle-contact-form-section {
		padding: 24px 0 34px;
	}
	.yamaccle-contact-form-section__inner {
		max-width: var(--y-container);
	}
	.yamaccle-contact-form {
		border-radius: 14px;
		padding: 20px 20px 22px;
	}
	.yamaccle-contact-form__row {
		margin-bottom: 30px;
	}
	.yamaccle-contact-form__row label {
		font-size: 14px;
		margin-bottom: 10px !important;
	}
	.yamaccle-contact-form__row .wpcf7-form-control-wrap {
		margin-top: 0 !important;
	}
	.yamaccle-contact-form__row > label {
		display: block;
		margin-bottom: 10px !important;
	}
	.yamaccle-contact-form__row > .wpcf7-form-control-wrap {
		display: block;
		margin-top: 0 !important;
	}
	.yamaccle-contact-form__row > br {
		display: none !important;
	}
	.yamaccle-contact-form input[type="text"],
	.yamaccle-contact-form input[type="email"],
	.yamaccle-contact-form input[type="tel"],
	.yamaccle-contact-form textarea {
		font-size: 15px;
		padding: 8px 10px;
	}
	.yamaccle-contact-form textarea {
		min-height: 108px;
	}
	.yamaccle-contact-form__agree {
		margin: 2px 0 14px;
	}
	.yamaccle-contact-form__agree input[type="checkbox"] {
		width: 18px;
		height: 18px;
	}
	.yamaccle-contact-form__submit .yamaccle-btn {
		min-width: 190px;
		padding: 14px 28px;
		font-size: 17px;
	}
	.yamaccle-contact-form__submit .wpcf7-spinner {
		transform: translateX(145px);
	}
	.yamaccle-contact-confirm {
		max-width: 100%;
	}
	.yamaccle-contact-confirm__row {
		margin-bottom: 12px;
	}
	.yamaccle-contact-confirm__label {
		font-size: 13px;
		margin-bottom: 10px !important;
	}
	.yamaccle-contact-confirm__value {
		font-size: 13px;
		padding: 8px 10px;
		min-height: 36px;
	}
	.yamaccle-contact-confirm__value--textarea {
		min-height: 96px;
	}
	.yamaccle-contact-form__submit--confirm {
		flex-direction: column;
		gap: 15px !important;
	}
	.yamaccle-contact-form__submit--confirm .wpcf7-previous {
		margin-bottom: 15px;
	}
	.yamaccle-contact-form__submit--confirm .wpcf7-submit {
		margin-top: 0;
	}
	.yamaccle-contact-form__submit--confirm .wpcf7-previous,
	.yamaccle-contact-form__submit--confirm .wpcf7-submit {
		width: 100%;
		max-width: 240px;
		min-width: 0;
	}
	.yamaccle-contact-confirm-page .wpcf7 .wpcf7-previous {
		display: block;
		width: 100%;
		max-width: 240px;
		margin: 20px auto 15px !important;
	}
	.yamaccle-contact-confirm-page .wpcf7 .wpcf7-submit {
		display: block;
		width: 100%;
		max-width: 240px;
		margin: 0 auto !important;
	}
	.yamaccle-contact-thanks-section {
		padding: 34px 0 44px;
	}
	.yamaccle-contact-thanks-section__inner {
		max-width: var(--y-container);
	}
	.yamaccle-contact-thanks-message {
		padding: 30px 22px;
		font-size: 15px;
		line-height: 1.9;
	}
	.yamaccle-privacy-section {
		padding: 0 0 36px;
	}
	.yamaccle-privacy-content {
		max-width: 100%;
		font-size: 14px;
		line-height: 1.95;
	}
	.yamaccle-privacy-content h2,
	.yamaccle-privacy-content h3,
	.yamaccle-privacy-content h4 {
		margin-top: 20px;
		font-size: 15px;
		line-height: 1.7;
	}
	.yamaccle-privacy-content p,
	.yamaccle-privacy-content ul,
	.yamaccle-privacy-content ol {
		margin-bottom: 10px;
	}

	.yamaccle-news-archive {
		padding-bottom: 34px;
	}
	.yamaccle-news-archive__list {
		max-width: none;
	}
	.yamaccle-news-archive__tags {
		margin-bottom: 14px;
		gap: 10px;
	}
	.yamaccle-news-archive__tag {
		padding: 8px 16px;
		font-size: 13px;
	}
	.yamaccle-news-archive__link {
		grid-template-columns: 96px 1fr 32px;
		gap: 12px 14px;
		padding: 16px 0;
		align-items: start;
	}
	.yamaccle-news-archive__date {
		font-size: 13px;
	}
	.yamaccle-news-archive__title {
		font-size: 17px;
		line-height: 1.5;
	}
	.yamaccle-news-archive__content {
		gap: 10px;
	}
	.yamaccle-news-archive__post-tag {
		padding: 5px 12px;
		font-size: 13px;
	}
	.yamaccle-news-archive__arrow {
		width: 30px;
		height: 30px;
		font-size: 0;
	}
	.yamaccle-news-archive__pagination {
		margin-top: 18px;
		gap: 10px;
	}
	.yamaccle-news-archive__pagination .page-numbers {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}

/* ========== 活動記録アーカイブ（report） ========== */
.yamaccle-main.yamaccle-report-archive-page {
	padding-top: 220px;
}
.yamaccle-report-archive-page .yamaccle-contact-page__inner {
	padding-top: 12px;
}
.yamaccle-report-archive-page .yamaccle-contact-page__sub {
	color: #9fb7c5;
	font-size: 18px;
}

.yamaccle-report-archive {
	padding: 0 0 60px;
}
.yamaccle-report-archive__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 var(--y-gutter);
}

.yamaccle-report-archive__filter-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

/* /report/ 初期表示（チラつき防止） */
.yamaccle-report-archive-page .yamaccle-contact-page__title,
.yamaccle-report-archive-page .yamaccle-contact-page__sub,
.yamaccle-report-archive-page .yamaccle-report-archive__filter-tags {
	opacity: 0;
	filter: blur(5px);
}
.yamaccle-report-archive__filter-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 20px;
	background: #9fb7c5;
	color: #2f2f2f;
	border-radius: 999px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
.yamaccle-report-archive__filter-tag.is-active {
	background: #8aa9ba;
}

.yamaccle-report-archive__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 769px) {
	.yamaccle-report-archive__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 32px 28px;
	}
}

.yamaccle-report-archive__card {
	min-width: 0;
	opacity: 0;
	filter: blur(4px);
	transform: translateY(-26px);
}
.yamaccle-report-archive__link {
	display: block;
	color: inherit;
	text-decoration: none;
	position: relative;
	padding-bottom: 54px;
}

.yamaccle-report-archive__thumb {
	width: 100%;
	box-sizing: border-box;
	aspect-ratio: 1 / 1;
	background: #e8e8e8;
	background-image: var(--report-thumb, url("/wp-content/themes/yamaccle/assets/img/top/top-image7.jpg"));
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-image: var(--activity-report-mask);
	mask-image: var(--activity-report-mask);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.yamaccle-report-archive__date {
	display: block;
	margin: 16px 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: #9fb7c5;
	letter-spacing: 0.02em;
}
.yamaccle-report-archive__title {
	margin: 0 0 12px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.65;
	color: #2f2f2f;
	letter-spacing: 0.02em;
}

.yamaccle-report-archive__link:hover .yamaccle-report-archive__title {
	color: #9fb7c5;
}

.yamaccle-report-archive__arrowBtn {
	position: absolute;
	right: 16px;
	bottom: 12px;
	width: 44px;
	height: 44px;
	background-image: url("/wp-content/themes/yamaccle/assets/img/pages/report/arrow1.png");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: filter 0.2s ease;
}
.yamaccle-report-archive__link:hover .yamaccle-report-archive__arrowBtn {
	filter: brightness(1.12);
}
.yamaccle-report-archive__tag {
	display: inline-block;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 600;
	color: #2f2f2f;
	background-color: #9fb7c5;
	border-radius: 24px;
	letter-spacing: 0.02em;
}

.yamaccle-report-archive__pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 26px;
}
.yamaccle-report-archive__pagination .page-numbers {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	background: #e6d9c6;
	color: #2f2f2f;
}
.yamaccle-report-archive__pagination .page-numbers.current {
	background: #9fb7c5;
}
.yamaccle-report-archive__pagination .page-numbers.prev {
	font-size: 0;
	color: transparent;
	background: transparent;
	background-image: url("/wp-content/themes/yamaccle/assets/img/pages/news/arrow3.png");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.yamaccle-report-archive__pagination .page-numbers.next {
	font-size: 0;
	color: transparent;
	background: transparent;
	background-image: url("/wp-content/themes/yamaccle/assets/img/pages/news/arrow2.png");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.yamaccle-report-archive__empty {
	margin: 16px 0 0;
	font-size: 15px;
	color: #2f2f2f;
}

@media (max-width: 768px) {
	.yamaccle-main.yamaccle-report-archive-page {
		padding-top: calc(var(--y-header-h) + 4px);
	}
	.yamaccle-report-archive-page .yamaccle-contact-page__inner {
		padding-top: 0;
	}
	.yamaccle-report-archive-page .yamaccle-contact-page__sub {
		font-size: 16px;
	}
	.yamaccle-report-archive__grid {
		grid-template-columns: 1fr;
		gap: 24px 16px;
	}
	/* 端末判定がズレてもスマホは6件だけ見せる保険 */
	.yamaccle-report-archive__grid .yamaccle-report-archive__card:nth-child(n + 7) {
		display: none;
	}
	.yamaccle-report-archive__link {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
	.yamaccle-report-archive__date {
		font-size: 13px;
		margin: 12px 0 6px;
	}
	.yamaccle-report-archive__title {
		font-size: 17px;
		line-height: 1.7;
		margin-bottom: 10px;
	}
	.yamaccle-report-archive__tag {
		font-size: 13px;
		padding: 5px 12px;
	}
	.yamaccle-report-archive__pagination {
		gap: 10px;
	}
	.yamaccle-report-archive__pagination .page-numbers {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}

/* ========== 8) 繝九Η繝ｼ繧ｹ ========== */
.yamaccle-news {
	background: #ffffff;
	padding: 48px 0 80px;
}
.yamaccle-news__inner {
	max-width: var(--y-container);
	margin: 0 auto;
	padding: 0 var(--y-gutter);
}
.yamaccle-news__title {
	text-align: center;
	margin: 0 0 4px;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #2f2f2f;
}
.yamaccle-news__sub {
	text-align: center;
	margin: 0 0 40px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.14em;
	color: #f2c94c;
}
.yamaccle-news__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}
@media (min-width: 769px) {
	.yamaccle-news__list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	}
}
.yamaccle-card--news {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
}
.yamaccle-card--news .yamaccle-card__link {
	display: block;
	color: #2f2f2f;
	text-decoration: none;
}
.yamaccle-card--news .yamaccle-card__img-wrap {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.yamaccle-card--news .yamaccle-card__img {
	width: 100%;
	height: 100%;
	background-image: url("/wp-content/themes/yamaccle/assets/img/top/top-image11.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-image: var(--news-card-mask);
	mask-image: var(--news-card-mask);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	transition: filter 0.2s ease;
}
.yamaccle-news .yamaccle-card--news .yamaccle-card__link:hover .yamaccle-card__img {
	filter: brightness(1.06);
}
.yamaccle-card--news .yamaccle-card__date {
	display: block;
	margin: 12px 0 8px;
	font-size: 12px;
	font-weight: 700;
	color: #f2c94c;
	letter-spacing: 0.02em;
}
.yamaccle-card--news .yamaccle-card__title {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.7;
	color: #2f2f2f;
	text-align: left;
}
.yamaccle-news .yamaccle-card--news .yamaccle-card__link:hover .yamaccle-card__title {
	color: #f2c94c;
}
.yamaccle-card--news .yamaccle-card__tag {
	display: inline-block;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 600;
	color: #2f2f2f;
	background: #f2c94c;
	border-radius: 999px;
}
.yamaccle-news__more {
	text-align: center;
	margin-top: 40px;
}
.yamaccle-news__more .yamaccle-btn {
	display: inline-block;
	min-width: 200px;
	padding: 18px 96px;
	font-size: 18px;
	font-weight: 600;
	background: #f2c94c;
	color: #2f2f2f;
	border-radius: 24px;
	box-sizing: border-box;
}

/* ========== Footer top illustration ========== */
.yamaccle-footer-band {
	background: transparent;
	height: clamp(220px, 22vw, 360px);
	padding: 0;
	position: relative;
	overflow: hidden;
	border-top: 0;
	box-shadow: none;
	margin-top: -1px;
}

/* /contact/：フッター直前の1px境界線を消す */
.yamaccle-main.yamaccle-contact-page ~ .yamaccle-footer-band {
	margin-top: 0 !important;
}

.yamaccle-support-cta + .yamaccle-footer-band {
	border-top: 0;
	box-shadow: none;
	margin-top: -1px;
}
.yamaccle-footer-band__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: block;
}
.yamaccle-footer-band__bg-sp {
	display: none;
}
.yamaccle-footer-band::before {
	display: none;
}
.yamaccle-footer-band__inner {
	display: none;
}
.yamaccle-footer-band__illustration {
	display: none;
}
.yamaccle-footer-band__logo {
	display: none;
}

/* ========== 繝輔ャ繧ｿ繝ｼ ========== */
.yamaccle-footer {
	background: var(--y-color-olive);
	color: var(--y-color-white);
	padding: 44px 0 20px;
	position: relative;
}
.yamaccle-footer__inner {
	max-width: var(--y-container);
	margin: 0 auto;
	padding: 0 var(--y-gutter);
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 56px;
	align-items: start;
	position: relative;
}
.yamaccle-footer__logo {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.12;
	text-align: center;
	padding-left: 0;
	display: inline-block;
}
.yamaccle-footer__logo-link {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	transition: color 0.2s ease, opacity 0.2s ease;
}
.yamaccle-footer__address {
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.7;
	font-style: normal;
	opacity: 0.95;
	text-align: left;
}
.yamaccle-footer__brand { text-align: left; }
.yamaccle-footer__instagram {
	display: inline-flex;
	width: 26px;
	height: 26px;
	color: var(--y-color-white);
}
.yamaccle-footer__instagram svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.yamaccle-footer__nav-wrap {
	padding-top: 10px;
}
.yamaccle-footer__nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px 48px;
}
.yamaccle-footer__nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.yamaccle-footer__nav-head {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
	opacity: 0.9;
}
.yamaccle-footer__nav-head a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	opacity: inherit;
	display: inline-block;
	transition: color 0.2s ease, opacity 0.2s ease;
}
.yamaccle-footer__nav-list a {
	color: var(--y-color-white);
	font-size: 14px;
	line-height: 1.7;
	opacity: 0.95;
	display: inline-block;
	transition: color 0.2s ease, opacity 0.2s ease;
}
.yamaccle-footer__nav-list a:hover { opacity: 1; }
.yamaccle-footer__leaf {
	position: absolute;
	right: clamp(28px, 9vw, 120px);
	bottom: -8px;
	width: clamp(34px, 4vw, 58px);
	height: auto;
	pointer-events: none;
	z-index: 1;
}
.yamaccle-footer__bottom-nav {
	display: flex;
	justify-content: center;
	gap: clamp(18px, 3vw, 46px);
	margin: 42px auto 30px;
	padding: 0 var(--y-gutter);
	max-width: var(--y-container);
	position: relative;
	z-index: 2;
}
.yamaccle-footer__bottom-nav a {
	color: var(--y-color-white);
	opacity: 0.95;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.2s ease, opacity 0.2s ease;
}
.yamaccle-footer__bottom-nav a:hover { opacity: 1; }
.yamaccle-footer__logo-link:hover,
.yamaccle-footer__nav-head a:hover,
.yamaccle-footer__nav-list a:hover,
.yamaccle-footer__bottom-nav a:hover {
	color: #f2c94c;
}
.yamaccle-footer__copy {
	margin: 0;
	font-size: 12px;
	text-align: center;
	opacity: 0.9;
	position: relative;
	z-index: 2;
}

/* ========== 閾ｪ逕ｱ邱ｨ髮・ユ繝ｳ繝励Ξ逕ｨ ========== */
.yamaccle-blank {
	max-width: var(--y-container);
	margin: 0 auto;
	padding: 48px var(--y-gutter);
}

/* ========== 蜿ょ刈/蠢懈抄・壻ｸｭ蟷・〒邵ｦ遨阪∩・育判蜒上′繝懊ち繝ｳ縺ｫ驥阪↑繧峨↑縺・ｼ・========== */
@media (max-width: 960px) {
	.yamaccle-join__inner {
		padding: 0 var(--y-gutter);
	}
	.yamaccle-join__content {
		grid-template-columns: 1fr;
		gap: clamp(20px, 3vw, 40px);
	}
	.yamaccle-join__buttons {
		order: 1;
		gap: clamp(10px, 2vw, 20px) clamp(10px, 2vw, 24px);
		transform: none;
		margin-left: 0;
		margin-right: 0;
	}
	.yamaccle-join__visual {
		order: 2;
		margin-right: calc(-1 * var(--y-gutter));
		justify-content: center;
	}
	.yamaccle-join__img {
		margin-left: auto;
		max-width: 100%;
		min-width: 0;
		transform: translateX(calc(var(--y-gutter) + 48px));
	}
}

/* ========== SP・・68px莉･荳具ｼ・========== */
@media (max-width: 768px) {
	:root {
		--y-header-h: 96px;
		--header-h: 96px;
	}

	.yamaccle-header__nav,
	.yamaccle-header__actions {
		display: none;
	}
	.yamaccle-header__toggle {
		display: flex;
	}

	/* Hero: SP */
	.hero {
		min-height: 52vh;
	}
	.hero__wave {
		height: 80px; margin-top:-100px;
	}
	.hero__inner {
		margin-top: 0;
		padding: 0 20px;
		display: flex;
		align-items: center;
		min-height: 52vh;
		box-sizing: border-box;
	}
	.hero__catch {
		font-size: clamp(22px, 6vw, 32px);
	}

/* ========== 2) 2繧ｫ繝ｩ繝邏ｹ莉具ｼ・P: 繝・く繧ｹ繝遺・繝懊ち繝ｳ竊堤判蜒上・邵ｦ荳ｦ縺ｳ・・========== */
.yamaccle-intro {
	background: var(--y-color-white);
	padding: 36px 0;
}

.yamaccle-intro__inner {
	max-width: var(--y-container);
	margin: 0 auto;
	padding: 0 var(--y-gutter);
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	align-items: stretch;
}

.yamaccle-intro__body {
	order: 1;
	padding-left: 0;
}

.yamaccle-intro__img-wrap {
	order: 2;
	position: relative;
	overflow: visible;
	aspect-ratio: 16 / 10;
	min-height: 0;
	width: 100%;
	margin-top: 32px;
}

/* 逕ｻ蜒乗悽菴薙↓縺ｯ繝槭せ繧ｯ繧偵°縺代↑縺・*/
.yamaccle-intro__img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 200px;
	background-image: var(--intro-bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--y-activity-beige, #e6d9c6);
	clip-path: none !important;
	-webkit-clip-path: none !important;
	mask: none !important;
	-webkit-mask: none !important;
	mask-image: none !important;
	-webkit-mask-image: none !important;
	border-radius: 0 !important;
}

/* 繝ｩ繝・ヱ繝ｼ縺ｫ Vector1.svg 繧偵・繧ｹ繧ｯ縺ｨ縺励※驕ｩ逕ｨ・・P・・*/
.yamaccle-intro__img-wrap.activityIntro__clipMask {
	overflow: hidden;
	-webkit-mask-image: var(--intro-mask);
	mask-image: var(--intro-mask);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.yamaccle-intro__title {
	margin: 0 0 16px;
	font-size: 28px;
	font-weight: 700;
	color: var(--y-color-text);
}

.yamaccle-intro__lead {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 600;
	color: var(--y-color-text);
	letter-spacing: 0.04em;
	line-height: 1.75;
}

.yamaccle-intro__text {
	margin: 0 0 28px;
	font-size: 16px;
	color: var(--y-color-text);
	line-height: 1.8;
	letter-spacing: 0.04em;
}

.yamaccle-intro__text p {
	margin-bottom: 0.5em;
}

.yamaccle-intro__action {
	margin: 0;
	text-align: center;
}

.yamaccle-intro__action .yamaccle-btn {
	display: inline-block;
	width: 100%;
	min-width: 0;
	max-width: min(320px, 100%);
	box-sizing: border-box;
	padding: 16px 40px;
	font-size: 19px;
	letter-spacing: 0.08em;
	text-align: center;
}

.yamaccle-intro__btn-sp {
	display: inline;
}

.yamaccle-intro__btn-pc {
	display: none;
}

	/* 豢ｻ蜍募・螳ｹ: 4繧ｫ繝ｼ繝臥ｸｦ荳ｦ縺ｳ */
	.yamaccle-activity {
		padding: 56px 0;
	}
	.yamaccle-activity__bg {
		display: none !important;
	}
	.yamaccle-activity__top-wrap {
		position: relative;
		top: 0;
		height: auto;
		pointer-events: none;
	}
	.yamaccle-activity__panel {
		margin-top: 0;
		padding-top: 0;
	}
	.yamaccle-activity__inner {
		margin: 0;
		padding: 24px var(--y-gutter) 72px;
	}
	.yamaccle-activity__top-img-sp {
		display: block !important;
		width: 100%;
		max-width: none;
		height: auto;
		margin-left: 0;
	}
	.yamaccle-activity__top-edge {
		display: none !important;
	}
	.yamaccle-activity__bottom-img-sp {
		display: block;
		position: relative;
		width: 100%;
		max-width: none;
		height: auto;
		margin-left: 0;
	}
	.yamaccle-activity__bottom-shape {
		display: none !important;
	}
	.yamaccle-activity .section-title {
		font-size: 28px;
	}
	.yamaccle-activity .section-subtitle {
		font-size: 15px;
		letter-spacing: 0.14em;
	}
	.section-title { font-size: 26px; }
	.section-subtitle { font-size: 12px; letter-spacing: 0.12em; }
	.yamaccle-activity__cards {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.yamaccle-card--activity {
		max-width: none;
		width: 100%;
		justify-self: stretch;
	}

	/* 豢ｻ蜍輔Ξ繝昴・繝・ 4繧ｫ繝ｼ繝臥ｸｦ荳ｦ縺ｳ */
	.yamaccle-reports {
		padding: 56px 0;
	}
	.yamaccle-reports__title { font-size: 26px; }
	.yamaccle-reports__list {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.yamaccle-reports__more .yamaccle-btn { width: 100%; max-width: 280px; }

	.activityReport {
		padding: 56px 0;
	}

	.activityReport__inner {
		padding: 0 var(--y-gutter);
	}

	.activityReport__head {
		margin-bottom: 36px;
	}

	.activityReport .section-title {
		font-size: 28px;
	}
	.activityReport .section-subtitle,
	.activityReport__sub {
		font-size: 15px;
		letter-spacing: 0.14em;
	}

	.activityReport .activityReport__grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-flow: row;
		gap: 28px;
	}

	.activityReport .activityReport__card {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}

	.activityReport__card:nth-child(n + 3) {
		display: none;
	}

	.activityReport__cardLink {
		display: block;
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}

	.activityReport__cardLink .activityReport__thumb {
		width: 100% !important;
		max-width: 100%;
		aspect-ratio: 1 / 1;
		margin-left: 0;
		margin-right: 0;
		display: block;
		box-sizing: border-box;
	}

	.activityReport__date {
		margin: 14px 0 8px;
		font-size: 13px;
	}

	.activityReport__cardTitle {
		margin: 0 0 10px;
		font-size: 17px;
		line-height: 1.7;
	}

	.activityReport__tag {
		padding: 5px 12px;
		font-size: 13px;
	}

	.activityReport__more {
		margin-top: 40px;
	}

	.activityReport__moreBtn {
		width: 100%;
		max-width: 280px;
		box-sizing: border-box;
		text-align: center;
		white-space: nowrap;
	}

	/* 蝗｣菴楢ｪｬ譏趣ｼ・P・・*/
	.yamaccle-about-block {
		margin-top: -16px;
		margin-bottom: -16px;
	}
	.yamaccle-about-block .section-title,
	.yamaccle-about-block__title {
		font-size: clamp(0.85rem, 6.2vw, 1.95rem) !important;
	}
	.yamaccle-about-block__wrap {
		height: clamp(520px, 142vw, 520px);
		min-height: 520px;
	}
	.yamaccle-about-block__btn {
		height: 88px;
		min-height: 88px;
		padding: 14px 22px;
		font-size: 17px;
		line-height: 1.3;
	}
	.yamaccle-about-block__btn:first-child {
		font-size: 15px;
		line-height: 1.35;
	}
	.yamaccle-about-block__btn:nth-child(3) {
		font-size: 17px;
	}
	.yamaccle-about-block__inner {
		padding: clamp(62px, 13vw, 118px) var(--y-gutter) clamp(40px, 7.2vw, 72px);
		justify-content: flex-start;
	}
	.yamaccle-about-block .section-subtitle,
	.yamaccle-about-block__sub {
		font-size: clamp(0.7rem, 2.5vw, 0.88rem) !important;
		margin-bottom: clamp(16px, 4vw, 52px) !important;
	}
	.yamaccle-about-block__buttons {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"btn1 btn2"
			"btn3 btn4"
			"btn5 .";
		gap: 12px 10px;
		margin-bottom: clamp(8px, 2.8vw, 20px);
	}
	.yamaccle-about-block__btn.yamaccle-about-block__btn--single {
		grid-column: 1;
		justify-self: stretch;
	}
	.yamaccle-round-buttons {
		gap: 12px;
	}
	.yamaccle-round-btn {
		width: 120px;
		height: 120px;
		font-size: 13px;
	}

	/* 蜿ょ刈/蠢懈抄: 邵ｦ遨阪∩縲√・繧ｿ繝ｳ2蛻励・逕ｻ蜒丈ｸ・*/
	.yamaccle-join {
		padding: 56px 0;
	}
	.yamaccle-join__content {
		grid-template-columns: 1fr;
		gap: clamp(16px, 4vw, 40px);
	}
	.yamaccle-join__buttons {
		gap: 12px 10px;
		order: 1;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		justify-self: stretch;
	}
	.yamaccle-join__btn {
		height: 88px;
		min-width: 0;
		padding: 14px 22px;
		font-size: 17px;
	}
	.yamaccle-join__visual {
		order: 2;
		justify-content: flex-end;
		min-height: 0;
		margin-right: calc(-1 * var(--y-gutter));
		max-width: none;
	}
	.yamaccle-join__img {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: 0;
		min-width: 0;
		min-height: 220px;
		aspect-ratio: 5 / 4;
	}
	.yamaccle-round-buttons--join {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.yamaccle-round-buttons--join .yamaccle-round-btn {
		width: calc(50% - 8px);
		max-width: none;
	}

	/* 謾ｯ謠ｴ隱伜ｰ・ 2繧ｫ繝ｼ繝臥ｸｦ荳ｦ縺ｳ繝ｻ荳贋ｸ倶ｽ咏區螟壹ａ繝ｻ繝懊ち繝ｳ繧ｹ繧ｯ繝ｯ繝ｼ繧ｯ繝ｫ邯ｭ謖・*/
	.yamaccle-support-cta__wave {
		height: 80px;
		min-height: 80px;
	}
	.yamaccle-support-cta__inner {
		padding: 140px var(--y-gutter) 140px;
	}
	.yamaccle-support-cta__title {
		font-size: 24px;
		margin-bottom: 36px;
	}
	.yamaccle-support-cta__cards {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.yamaccle-cta-card {
		padding: 36px 28px;
	}
	.yamaccle-support-cta__btn {
		min-height: 60px;
		padding: 16px 52px;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 0.12em;
	}

	/* 繝九Η繝ｼ繧ｹ: SP・・蛻励・2莉ｶ陦ｨ遉ｺ・・*/
	.yamaccle-news {
		padding: 56px 0;
		border-top: 0;
		box-shadow: none;
		margin-top: -1px;
	}
	.yamaccle-news__title { font-size: 28px; }
	.yamaccle-news__sub {
		font-size: 15px;
		margin-bottom: 32px;
	}
	.yamaccle-news__list {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.yamaccle-news .yamaccle-news__list > li:nth-child(n + 3) {
		display: none !important;
	}
	.yamaccle-card--news {
		width: 100%;
	}
	.yamaccle-card--news .yamaccle-card__link {
		display: block;
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
	.yamaccle-card--news .yamaccle-card__img-wrap {
		width: 100%;
	}
	.yamaccle-card--news .yamaccle-card__date {
		font-size: 13px;
	}
	.yamaccle-card--news .yamaccle-card__title {
		font-size: 17px;
	}
	.yamaccle-card--news .yamaccle-card__tag {
		font-size: 13px;
	}
	.yamaccle-news__more .yamaccle-btn {
		width: 100%;
		max-width: 280px;
		box-sizing: border-box;
		text-align: center;
		white-space: nowrap;
	}

	/* 繝輔ャ繧ｿ繝ｼ: 邵ｦ遨阪∩繝ｻ繧ｪ繝ｬ繝ｳ繧ｸ邱・*/
	.yamaccle-footer-band {
		height: auto;
		background: transparent;
		background-image: none;
		line-height: 0;
	}
	.yamaccle-footer-band__bg {
		display: none;
	}
	.yamaccle-footer-band__bg-sp {
		display: block !important;
		width: 100%;
		height: auto;
	}
	.yamaccle-footer {
		background: #6e7f73;
		padding: 10px 0 16px;
		border-top: 0;
		box-shadow: none;
		margin-top: -1px;
	}
	.yamaccle-footer__inner {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 18px;
		padding-left: 0;
		padding-right: 0;
	}
	.yamaccle-footer__brand {
		padding-left: var(--y-gutter);
		padding-right: var(--y-gutter);
		text-align: center;
	}
	.yamaccle-footer__logo {
		font-size: 34px;
		line-height: 1.05;
		letter-spacing: 0.04em;
		margin-bottom: 12px;
		text-align: center;
	}
	.yamaccle-footer__address {
		font-size: 15px;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 12px;
	}
	.yamaccle-footer__instagram {
		width: 38px;
		height: 38px;
		display: flex;
		margin: 0 auto;
	}
	.yamaccle-footer__nav-wrap {
		padding-top: 0;
		border-top: 0;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.yamaccle-footer__nav { grid-template-columns: 1fr; gap: 0; }
	.yamaccle-footer__nav-list {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.yamaccle-footer__nav-head {
		margin: 0;
		font-size: 16px;
		font-weight: 600;
		line-height: 1;
		padding: 12px 16px;
		background: #e17c2f;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}
	.yamaccle-footer__nav-list li:not(.yamaccle-footer__nav-head) a {
		display: block;
		width: 100%;
		padding: 11px 16px;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.25;
		background: #bc6420;
		border-top: 1px solid rgba(255, 255, 255, 0.35);
		border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	}
	.yamaccle-footer__leaf { width: 0; display: none; }
	.yamaccle-footer__bottom-nav {
		display: block;
		margin: 0 0 16px;
		padding: 0;
		max-width: none;
		text-align: center;
	}
	.yamaccle-footer__bottom-nav a {
		display: block;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.2;
		padding: 11px 16px;
		background: #2f3236;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
		text-align: center;
	}
	.yamaccle-footer__copy {
		font-size: 12px;
		opacity: 0.8;
		padding: 18px var(--y-gutter) 20px;
	}
	.yamaccle-pagetop { display: inline-flex; }

	/* SP: セクション外周に出る1pxラインを除去 */
	.yamaccle-front section,
	.yamaccle-footer-band,
	.yamaccle-footer {
		border-top: 0 !important;
		border-bottom: 0 !important;
		box-shadow: none !important;
	}
}

/* ========== 活動内容カテゴリページ ========== */
.yamaccle-activity-category-page {
	background: #ffffff;
}
.yamaccle-main.yamaccle-activity-category-page {
	/* ヘッダー固定のため、ニュース/活動レポートと同等に確保 */
	padding-top: calc(var(--header-h) + 4px);
}
.yamaccle-activity-category-page .yamaccle-contact-page__inner {
	padding-top: 12px;
}
@media (min-width: 769px) {
	.yamaccle-main.yamaccle-activity-category-page {
		margin-top: calc(var(--header-h) + 37px);
	}
}

@media (max-width: 768px) {
	.yamaccle-main.yamaccle-activity-category-page {
		margin-top: calc(var(--header-h) + 4px);
	}
}
.yamaccle-activity-category-page .yamaccle-breadcrumb,
.yamaccle-activity-category-page .yamaccle-breadcrumb__list,
.yamaccle-activity-category-page .yamaccle-breadcrumb__list li + li::before,
.yamaccle-activity-category-page .yamaccle-breadcrumb__list a {
	color: #2f2f2f;
}
.yamaccle-activity-category-page .yamaccle-breadcrumb {
	margin-bottom: 0;
}

/* ========== 活動内容カテゴリ：Hero ========== */
.activityHero {
	position: relative;
		width: 100%;
	min-height: clamp(360px, 60vw, 560px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	background-image:
		linear-gradient(rgba(0,0,0,.28), rgba(0,0,0,.28)),
		var(--activity-hero-bg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.activityHero__wave {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	pointer-events: none;
	z-index: 3;
	object-fit: fill;
	transform: scaleX(1.03);
	transform-origin: center;
}

.activityHero__wave--top {
	/* vector1: ヒーロー上端に波型がかかるように少し上へ */
	top: -20px;
	height: clamp(56px, 6vw, 110px);
}

.activityHero__wave--bottom {
	/* vector2: ヒーロー下端に波型がかかるように下へ */
	bottom: -23px;
	height: clamp(44px, 5vw, 90px);
}

.activityHero__inner {
	position: relative;
	z-index: 3;
	width: min(1200px, calc(100% - 48px));
	min-height: inherit;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.activityHero__title {
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 3.8vw, 48px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.06em;
	opacity: 0;
	filter: blur(5px);
}

.activityBreadcrumb {
	padding: 12px 0 0;
	background: #ffffff;
}

.activityBreadcrumb__inner {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.4em;
	font-size: 12px;
	color: #2f2f2f;
	flex-wrap: wrap;
}

.activityBreadcrumb__inner a {
	color: inherit;
	text-decoration: none;
}

/* ========== 活動内容カテゴリ：導入文（モック） ========== */
.activityIntro {
	padding: 18px 0 72px;
	background: #ffffff;
}

.activityIntro__inner {
	width: min(900px, calc(100% - 48px));
	margin: 0 auto;
}

.activityIntro__title {
	margin: 0 0 34px;
		text-align: center;
	font-size: clamp(26px, 2.7vw, 44px);
	line-height: 1.35;
	font-weight: 700;
	color: #2f2f2f;
	letter-spacing: 0.04em;
	opacity: 0;
	filter: blur(5px);
}

.activityIntro__body {
	width: min(100%, 620px);
	margin: 0 auto;
	color: #2f2f2f;
	font-size: 16px;
	line-height: 2.15;
	font-weight: 500;
	text-align: left;
	background: #ffffff;
	padding: 18px 28px 10px;
	opacity: 0;
	filter: blur(5px);
}

.activityIntro__body p {
	margin: 0 0 26px;
}

.activityIntro__body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.activityIntro {
		padding: 12px 0 52px;
	}

	.activityIntro__inner {
		width: calc(100% - 32px);
	}

	.activityIntro__title {
		margin-bottom: 24px;
		font-size: 18px;
		line-height: 1.45;
	}

	.activityIntro__body {
		width: 100%;
		font-size: 15px;
		line-height: 2;
		padding: 14px 16px 8px;
	}

	.activityIntro__body p {
		margin-bottom: 22px;
	}

	.yamaccle-activity-category__intro-inner p {
		font-size: 15px;
	}

	.activityHero {
		min-height: 26vh;
		background-position: center center;
		margin-top:-100px;
	}

	.activityHero__inner {
		width: calc(100% - 32px);
		min-height: inherit;
		justify-content: center;
	}

	.activityHero__title {
		font-size: 22px;
	}

	.activityHero__wave {
		margin-top: 0;
	}

	.activityHero__wave--top {
		top: -13px;
		height: 40px;
	}

	.activityHero__wave--bottom {
		bottom: -16px;
		height: 40px;
	}

	.activityBreadcrumb {
		padding-top: 10px;
	}

	.activityBreadcrumb__inner {
		width: calc(100% - 32px);
		font-size: 11px;
	}
}

.yamaccle-activity-category__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 var(--y-gutter);
}

.yamaccle-activity-category__intro {
	background: #ffffff;
	/* パンくず直下の余白をモックに寄せる */
	padding: 10px 0 28px;
}
.yamaccle-activity-category__intro-inner {
	max-width: var(--y-container);
	margin: 0 auto;
	padding: 0 var(--y-gutter);
	color: #2f2f2f;
}
.yamaccle-activity-category__intro-inner p {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.9;
}

.yamaccle-activity-category__intro-inner h1,
.yamaccle-activity-category__intro-inner h2,
.yamaccle-activity-category__intro-inner h3 {
	margin: 0 0 16px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	color: #2f2f2f;
}

.activityCards {
	padding: 20px 0 90px;
	background: #ffffff;
}

.activityCards__inner {
	width: min(900px, calc(100% - 48px));
	margin: 0 auto;
}

.activityCards__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 64px;
	row-gap: 56px;
}

.activityCards__item {
	display: block;
	text-decoration: none;
	color: inherit;
}

.activityCards__thumbWrap {
	display: block;
	position: relative;
}

.activityCards__thumb {
	display: block;
	width: 100%;
	aspect-ratio: 1.85 / 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 22px;
	transition: filter 0.2s ease;
}

.activityCards__item:hover .activityCards__thumb,
.activityCards__item:focus-visible .activityCards__thumb {
	filter: brightness(1.08);
}

.activityCards__label {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(82%, 320px);
	min-height: 102px;
	margin: -84px 0 0 auto;
	padding: 0 26px;
	background: #fff;
	border-radius: 18px 0 0 18px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #6e7f73;
}

@media (max-width: 768px) {
	.activityCards {
		padding: 8px 0 54px;
	}

	.activityCards__inner {
		width: calc(100% - 32px);
	}

	.activityCards__grid {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}

	.activityCards__thumb {
		aspect-ratio: 2.1 / 1;
		border-radius: 16px;
	}

	.activityCards__label {
		width: calc(100% - 40px);
		min-height: 86px;
		margin: -80px 0 0 auto;
		border-radius: 14px 0 0 14px;
		font-size: 20px;
	}
}

/* ========== 参加する/応援するカテゴリページ ========== */
.yamaccle-support-category-page {
	background: #ffffff;
}

.yamaccle-main.yamaccle-support-category-page {
	padding-top: 220px;
}

@media (min-width: 769px) {
	.yamaccle-main.yamaccle-support-category-page {
		padding-top: 220px;
	}
}

@media (max-width: 768px) {
	.yamaccle-main.yamaccle-support-category-page {
		padding-top: calc(var(--y-header-h) + 4px);
	}
}

.supportHero {
	position: relative;
	width: 100%;
	min-height: clamp(360px, 60vw, 560px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	background-image:
		linear-gradient(rgba(0,0,0,.28), rgba(0,0,0,.28)),
		var(--support-hero-bg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.supportHero__wave {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	pointer-events: none;
	z-index: 3;
	object-fit: fill;
}

.supportHero__wave--top {
	top: -20px;
	height: clamp(56px, 6vw, 110px);
	transform: scaleX(1.03);
	transform-origin: center;
}

.supportHero__wave--bottom {
	bottom: -23px;
	height: clamp(44px, 5vw, 90px);
	transform: scaleX(1.03);
	transform-origin: center;
}

.supportHero__inner {
	position: relative;
	z-index: 3;
	width: min(1200px, calc(100% - 48px));
	min-height: inherit;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.supportHero__title {
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 3.8vw, 48px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.06em;
	opacity: 0;
	filter: blur(5px);
}

.supportBreadcrumb {
	padding: 12px 0 0;
	background: #ffffff;
}

.supportBreadcrumb__inner {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.4em;
	font-size: 12px;
	color: #2f2f2f;
	flex-wrap: wrap;
}

.supportBreadcrumb__inner a {
	color: inherit;
	text-decoration: none;
}

.supportIntro {
	padding: 18px 0 72px;
	background: #ffffff;
}

.supportIntro__inner {
	width: min(900px, calc(100% - 48px));
	margin: 0 auto;
}

.supportIntro__title {
	margin: 0 0 34px;
	text-align: center;
	font-size: clamp(26px, 2.7vw, 44px);
	line-height: 1.35;
	font-weight: 700;
	color: #2f2f2f;
	letter-spacing: 0.04em;
	opacity: 0;
	filter: blur(5px);
}

.supportIntro__body {
	width: min(100%, 620px);
	margin: 0 auto;
	color: #2f2f2f;
	font-size: 16px;
	line-height: 2.15;
	font-weight: 500;
	text-align: left;
	background: #ffffff;
	padding: 18px 28px 10px;
	opacity: 0;
	filter: blur(5px);
}

.supportIntro__body p {
	margin: 0 0 26px;
}

.supportIntro__body p:last-child {
	margin-bottom: 0;
}

.supportCards {
	padding: 20px 0 90px;
	background: #ffffff;
}

.supportCards__inner {
	width: min(900px, calc(100% - 48px));
	margin: 0 auto;
}

.supportCards__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 64px;
	row-gap: 56px;
}

.supportCards__item {
	display: block;
	text-decoration: none;
	color: inherit;
}

.supportCards__item--wide {
	grid-column: 1 / -1;
	width: min(50%, 420px);
	justify-self: start;
}

.supportCards__thumbWrap {
	display: block;
	position: relative;
}

.supportCards__thumb {
	display: block;
	width: 100%;
	aspect-ratio: 1.85 / 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 22px;
	transition: filter 0.2s ease;
}

.supportCards__item:hover .supportCards__thumb,
.supportCards__item:focus-visible .supportCards__thumb {
	filter: brightness(1.08);
}

.supportCards__label {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(82%, 320px);
	min-height: 102px;
	margin: -84px 0 0 auto;
	padding: 0 26px;
	background: #fff;
	border-radius: 18px 0 0 18px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #e17c2f;
}

@media (max-width: 768px) {
	.supportIntro {
		padding: 12px 0 52px;
	}

	.supportIntro__inner {
		width: calc(100% - 32px);
	}

	.supportIntro__title {
		margin-bottom: 24px;
		font-size: 18px;
		line-height: 1.45;
	}

	.supportIntro__body {
		width: 100%;
		font-size: 15px;
		line-height: 2;
		padding: 14px 16px 8px;
	}

	.supportIntro__body p {
		margin-bottom: 22px;
	}

	.supportHero {
		min-height: 26vh;
		background-position: center center;
	}

	.supportHero__inner {
		width: calc(100% - 32px);
		min-height: inherit;
		justify-content: center;
	}

	.supportHero__title {
		font-size: 22px;
	}

	.supportHero__wave--top {
		top: -13px;
		height: 40px;
	}

	.supportHero__wave--bottom {
		bottom: -16px;
		height: 40px;
	}

	.supportBreadcrumb {
		padding-top: 10px;
	}

	.supportBreadcrumb__inner {
		width: calc(100% - 32px);
		font-size: 11px;
	}

	.supportCards {
		padding: 8px 0 54px;
	}

	.supportCards__inner {
		width: calc(100% - 32px);
	}

	.supportCards__grid {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}

	.supportCards__item--wide {
		grid-column: auto;
		width: 100%;
	}

	.supportCards__thumb {
		aspect-ratio: 2.1 / 1;
		border-radius: 16px;
	}

	.supportCards__label {
		width: calc(100% - 40px);
		min-height: 86px;
		margin: -80px 0 0 auto;
		border-radius: 14px 0 0 14px;
		font-size: 20px;
	}
}

/* ========== 団体概要カテゴリページ（/about/） ========== */
.yamaccle-about-category-page {
	background: #ffffff;
}

.yamaccle-main.yamaccle-about-category-page {
	padding-top: calc(var(--header-h) + 4px);
}

@media (min-width: 769px) {
	.yamaccle-main.yamaccle-about-category-page {
		margin-top: calc(var(--header-h) + 37px);
	}
}

@media (max-width: 768px) {
	.yamaccle-main.yamaccle-about-category-page {
		margin-top: calc(var(--header-h) + 4px);
	}
}

/* ========== 団体概要：Hero ========== */
.aboutHero {
	position: relative;
	width: 100%;
	min-height: clamp(360px, 60vw, 560px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	background-image:
		linear-gradient(rgba(0,0,0,.28), rgba(0,0,0,.28)),
		var(--about-hero-bg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.aboutHero__wave {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	pointer-events: none;
	z-index: 3;
	object-fit: fill;
	transform: scaleX(1.03);
	transform-origin: center;
}

.aboutHero__wave--top {
	top: -20px;
	height: clamp(56px, 6vw, 110px);
}

.aboutHero__wave--bottom {
	bottom: -23px;
	height: clamp(44px, 5vw, 90px);
}

.aboutHero__inner {
	position: relative;
	z-index: 3;
	width: min(1200px, calc(100% - 48px));
	min-height: inherit;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.aboutHero__title {
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 3.8vw, 48px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.06em;
	opacity: 0;
	filter: blur(5px);
}

.aboutBreadcrumb {
	padding: 12px 0 0;
	background: #ffffff;
}

.aboutBreadcrumb__inner {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.4em;
	font-size: 12px;
	color: #2f2f2f;
	flex-wrap: wrap;
}

.aboutBreadcrumb__inner a {
	color: inherit;
	text-decoration: none;
}

/* ========== 団体概要：導入 ========== */
.aboutIntro {
	padding: 18px 0 72px;
	background: #ffffff;
}

.aboutIntro__inner {
	width: min(900px, calc(100% - 48px));
	margin: 0 auto;
}

.aboutIntro__overlap {
	position: relative;
	width: 320px;
	height: 320px;
	margin: 0 auto;
}

.aboutIntro__overlap-img {
	position: absolute;
	display: block;
	width: 240px;
	height: 300px;
	object-fit: cover;
	-webkit-mask-image: var(--about-vector3-mask);
	mask-image: var(--about-vector3-mask);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	mask-position: center top;
}

.aboutIntro__overlap-img--1 {
	left: 0;
	top: 0;
	z-index: 2;
}

.aboutIntro__overlap-img--2 {
	left: 150px;
	top: 52px;
	z-index: 1;
	-webkit-mask-image: var(--about-vector4-mask, var(--about-vector3-mask));
	mask-image: var(--about-vector4-mask, var(--about-vector3-mask));
	/* マスク形状は維持しつつ、画像の中身を右へ寄せて顔位置を調整 */
	object-position: 72% center;
}

.aboutIntro__grass {
	display: block;
	width: 100%;
	height: auto;
	margin: -16px auto 0;
	max-width: 360px;
}

.aboutIntro__body {
	color: #2f2f2f;
	max-width: 100%;
}

.aboutIntro__title {
	margin: 0 0 26px;
	font-size: clamp(26px, 2.7vw, 44px);
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: left;
	opacity: 0;
	filter: blur(5px);
}

.aboutIntro__text {
	opacity: 0;
	filter: blur(5px);
}

.aboutIntro__text p {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 2.1;
}

.aboutIntro__text p:last-child {
	margin-bottom: 0;
}

.aboutIntro__grassIcon {
	display: block;
	width: 34px;
	height: auto;
	margin: 14px auto 20px;
	opacity: 0.9;
}

.aboutIntro__founder {
	color: #2f2f2f;
	font-size: 15px;
	line-height: 2.1;
}

.aboutIntro__founder p {
	margin: 0 0 18px;
}

.aboutIntro__founder p:last-child {
	margin-bottom: 0;
}

.aboutIntro__founder::after {
	content: "";
	display: block;
	clear: both;
}

.aboutIntro__founder-visual {
	float: right;
	width: 340px;
	margin: 6px 0 14px 30px;
}

/* ========== 団体概要：5枚バナー ========== */
.aboutCards {
	padding: 20px 0 90px;
	background: #ffffff;
	clear: both;
}

.aboutCards__inner {
	width: min(900px, calc(100% - 48px));
	margin: 0 auto;
}

.aboutCards__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 64px;
	row-gap: 56px;
}

.aboutCards__item {
	display: block;
	text-decoration: none;
	color: inherit;
}

.aboutCards__item--wide {
	grid-column: 1 / -1;
	width: min(50%, 420px);
	justify-self: start;
}

.aboutCards__thumbWrap {
	display: block;
	position: relative;
}

.aboutCards__thumb {
	display: block;
	width: 100%;
	aspect-ratio: 1.85 / 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 22px;
	transition: filter 0.2s ease;
}

.aboutCards__item:hover .aboutCards__thumb,
.aboutCards__item:focus-visible .aboutCards__thumb {
	filter: brightness(1.08);
}

.aboutCards__label {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(82%, 320px);
	min-height: 102px;
	margin: -84px 0 0 auto;
	padding: 0 26px;
	background: #fff;
	border-radius: 18px 0 0 18px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #2f2f2f;
}

/* ========== SP対応 ========== */
@media (max-width: 768px) {
	.aboutHero {
		min-height: 26vh;
		background-position: center center;
		margin-top: -100px;
	}

	.aboutHero__inner {
		width: calc(100% - 32px);
		min-height: inherit;
		justify-content: center;
	}

	.aboutHero__title {
		font-size: 22px;
	}

	.aboutHero__wave--top {
		top: -13px;
		height: 40px;
	}

	.aboutHero__wave--bottom {
		bottom: -16px;
		height: 40px;
	}

	.aboutBreadcrumb {
		padding-top: 10px;
	}

	.aboutBreadcrumb__inner {
		width: calc(100% - 32px);
		font-size: 11px;
	}

	.aboutIntro__inner {
		width: calc(100% - 32px);
	}

	.aboutIntro__overlap {
		width: 100%;
		height: 360px;
	}

	.aboutIntro__overlap-img {
		width: 220px;
		height: 270px;
	}

	.aboutIntro__overlap-img--2 {
		left: 150px;
		top: 40px;
		object-position: 72% center;
	}

	.aboutIntro__grass {
		max-width: 100%;
		margin-top: -8px;
	}

	.aboutIntro__grassIcon {
		width: 24px;
		margin: 10px auto 16px;
	}

	.aboutIntro__title {
		text-align: center;
		margin-bottom: 20px;
		font-size: 26px;
	}

	.aboutIntro__text p {
		font-size: 15px;
		line-height: 2;
	}

	.aboutIntro__founder {
		font-size: 15px;
		line-height: 2;
	}

	.aboutIntro__founder-visual {
		float: none;
		width: 100%;
		max-width: 340px;
		margin: 0 auto 18px;
		clear: both;
	}

	.aboutCards {
		padding: 8px 0 54px;
	}

	
	.aboutCards__inner {
		width: calc(100% - 32px);
	}

	.aboutCards__grid {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}

	.aboutCards__item--wide {
		grid-column: auto;
		width: 100%;
	}

	.aboutCards__thumb {
		aspect-ratio: 2.1 / 1;
		border-radius: 16px;
	}

	.aboutCards__label {
		width: calc(100% - 40px);
		min-height: 86px;
		margin: -80px 0 0 auto;
		border-radius: 14px 0 0 14px;
		font-size: 20px;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}


/* ===== メンバー紹介（デザインカンプ用） =====
 * 固定ページ「メンバー紹介」で使用。.member-list 以下〜ファイル末尾まで維持すること（削除しない）。
 */
.member-list {
    width: min(900px, 100%);
    margin: 0 auto;
    padding: 0 16px;
  }
  .member-card {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    margin: 0 0 46px;
  }
  .member-photo {
    width: 240px;
    flex: 0 0 240px;
    aspect-ratio: 1 / 1;
    border-radius: 4px; /* デザインに合わせて微調整可 */
    overflow: hidden;
    background: #f3f3f3;
  }
  .member-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .member-body {
    flex: 1;
    padding-top: 6px;
  }
  .member-name {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #2f2f2f;
  }
  .member-intro {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.9;
    color: #2f2f2f;
  }
  .member-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
    font-size: 13px;
    line-height: 1.7;
    color: #2f2f2f;
  }
  .member-meta li {
    display: flex;
    gap: 10px;
  }
  .member-meta dt {
    width: 64px;
    font-weight: 700;
  }
  .member-meta dd {
    margin: 0;
    flex: 1;
  }
  /* ===== SP ===== */
  @media (max-width: 768px) {
    .member-list {
      padding: 0 12px;
    }
    .member-card {
      flex-direction: column;
      gap: 14px;
      margin: 0 0 26px;
    }
    .member-photo {
      width: 100%;
      flex: 0 0 auto;
      max-width: 420px;
      margin: 0 auto;
    }
    .member-body {
      padding-top: 0;
    }
    .member-name {
      font-size: 18px;
      margin-bottom: 10px;
    }
    .member-intro {
      font-size: 14px;
      line-height: 1.85;
    }
    .member-meta {
      font-size: 14px;
    }
    .member-meta dt {
      width: 56px;
    }
  }