.fadein-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.fadein-scroll.is-show {
  opacity: 1;
  transform: translateY(0);
}

.vk_post_title_new{
	display: none;
}

.veu_postList .postList_terms a {
	background:#fff35c !important;
	    color: #222 !important;
}

.site-footer-copyright p:nth-child(2) {
  display: none;
}

/* SP調整 */
@media (max-width: 767px) {

	.sp-small-mobile .vk_block-margin-xxl--margin-top {
		margin-top: 5rem !important;
	}
	.top-hero-slider h2{
		font-size:2rem !important;
	}
	
	.vk_button.vk_button-align-right, .editor-styles-wrapper .vk_button.vk_button-align-right {
		text-align:center !important;
	}
	.top-company-bg{
		min-height: 200px !important;
	}
}

/* アーカイブ */
/* =========================
   共通カード
========================= */
.archive-card {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
	margin: 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.archive-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.archive-card-thumb {
	display: block;
	aspect-ratio: 16 / 9;
	background: #f3f3f3;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
}

.archive-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.archive-card-body {
	padding: 20px;
}

.archive-card-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 1.4;
}

.archive-card-date {
	color: #666;
}

.archive-card-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.archive-card-cat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	background: #fff35c;
	color: #222;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}

.archive-card-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 12px;
	border: none;
	padding: 0;
}

.archive-card-title a {
	color: #222;
	text-decoration: none;
}

.archive-card-title a:hover {
	opacity: 0.8;
}

.archive-card-excerpt {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}

.post-type-archive-works .archive-card-cat,
.tax-works-cat .archive-card-cat {
	border: 1.5px solid #02a3cc;
	border-radius: 999px;
	background: #fff;
	color: #02a3cc;
}

.post-type-archive-works .archive-card-thumb,
.tax-works-cat .archive-card-thumb {
	aspect-ratio: 16 / 9;
}

/* =========================
   お知らせ（通常投稿） 2列
========================= */
.post-type-archive-post .vk_posts,
.post-type-archive-post .vkp-posts,
.post-type-archive-post .entryList,
.blog .vk_posts,
.blog .vkp-posts,
.blog .entryList,
.category .vk_posts,
.category .vkp-posts,
.category .entryList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

/* =========================
   works 3列
========================= */
.post-type-archive-works .vk_posts,
.post-type-archive-works .vkp-posts,
.post-type-archive-works .entryList,
.tax-works-cat .vk_posts,
.tax-works-cat .vkp-posts,
.tax-works-cat .entryList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

@media (max-width: 1024px) {
	.blog .vk_posts,
	.blog .vkp-posts,
	.blog .entryList,
	.category .vk_posts,
	.category .vkp-posts,
	.category .entryList,
	.tag .vk_posts,
	.tag .vkp-posts,
	.tag .entryList,
	.date .vk_posts,
	.date .vkp-posts,
	.date .entryList,
	.post-type-archive-works .vk_posts,
	.post-type-archive-works .vkp-posts,
	.post-type-archive-works .entryList,
	.tax-works-cat .vk_posts,
	.tax-works-cat .vkp-posts,
	.tax-works-cat .entryList {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.archive-card-title {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.blog .vk_posts,
	.blog .vkp-posts,
	.blog .entryList,
	.category .vk_posts,
	.category .vkp-posts,
	.category .entryList,
	.tag .vk_posts,
	.tag .vkp-posts,
	.tag .entryList,
	.date .vk_posts,
	.date .vkp-posts,
	.date .entryList,
	.post-type-archive-works .vk_posts,
	.post-type-archive-works .vkp-posts,
	.post-type-archive-works .entryList,
	.tax-works-cat .vk_posts,
	.tax-works-cat .vkp-posts,
	.tax-works-cat .entryList {
		grid-template-columns: 1fr;
		gap: 20px;
		padding:0 15px;
	}

	.archive-card-body {
		padding: 18px;
	}

	.archive-card-title {
		font-size: 18px;
	}
}

/* 投稿 */
.single-entry-post {
	background: #fff;
	margin-bottom: 56px;
}

.single-entry-header {
	margin-bottom: 24px;
}

.single-entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.4;
}

.single-entry-date {
	color: #666;
}

.single-entry-cat {
	display: inline-block;
	padding: 4px 10px;
	background: #fff35c;
	color: #222;
	font-size: 12px;
	line-height: 1.2;
}

.single-entry-title {
	font-size: 32px;
	line-height: 1.5;
	margin: 0;
	color: #222;
}

.single-entry-thumb {
	margin: 0 0 30px;
	border: 1px solid #e6e6e6;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.single-entry-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.single-entry-body {
	font-size: 16px;
	line-height: 2;
	color: #333;
}

.single-entry-body p {
	margin-bottom: 1.8em;
}

.single-entry-footer {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid #e8e8e8;
}

.single-entry-tax + .single-entry-tax {
	margin-top: 18px;
}

.single-entry-tax-label {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #666;
}

.single-entry-tax-items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.single-entry-tax-item,
.single-entry-tax-items.tagcloud a {
	display: inline-block;
	padding: 6px 10px;
	background: #fff8c9;
	border: 1px solid #ffe94d;
	border-radius: 999px;
	color: #222;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.2;
}

.single-entry-tax-item:hover,
.single-entry-tax-items.tagcloud a:hover {
	opacity: 0.85;
	text-decoration: none;
}

@media (max-width: 767px) {
	.single-entry-post {
		margin-bottom: 40px;
	}

	.single-entry-title {
		font-size: 24px;
	}

	.single-entry-body {
		font-size: 15px;
	}
}

/* works */
.single-works .single-entry-cat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.2;
	border: 1px solid #02a3cc;
	border-radius: 999px;
	background: #fff;
	color: #02a3cc;
	text-decoration: none;
	transition: 0.25s;
}

/* hover */
.single-works .single-entry-cat:hover {
	background: #02a3cc;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.single-works .works-simple-nav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 56px;
}

.single-works .works-simple-nav-link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 120px;
	padding: 24px 28px;
	border: 1px solid #d9e7ec;
	border-radius: 14px;
	background: #fff;
	color: #222;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	overflow: hidden;
}

.single-works .works-simple-nav-link:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
	border-color: #02a3cc;
	color: #222;
	text-decoration: none;
}

.single-works .works-simple-nav-link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #02a3cc;
	opacity: 0.9;
}

.single-works .works-simple-nav-sub {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #02a3cc;
	margin-bottom: 8px;
}

.single-works .works-simple-nav-main {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.single-works .works-simple-nav-link.prev .works-simple-nav-main::before {
	content: "← ";
	font-weight: 400;
}

.single-works .works-simple-nav-link.next .works-simple-nav-main::after {
	content: " →";
	font-weight: 400;
}

.single-works .works-simple-nav-link.next {
	text-align: right;
	align-items: flex-end;
}

.single-works .works-simple-nav-link.next::after {
	left: auto;
	right: 0;
}

@media (max-width: 767px) {
	.single-works .works-simple-nav {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 40px;
	}

	.single-works .works-simple-nav-link {
		min-height: 96px;
		padding: 20px 22px;
	}

	.single-works .works-simple-nav-main {
		font-size: 17px;
	}

	.single-works .works-simple-nav-link.next {
		text-align: left;
		align-items: flex-start;
	}

	.single-works .works-simple-nav-link.next::after {
		left: 0;
		right: auto;
	}
}

/* トップの制作実績一覧 */
.works-cat-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.works-cat-tags .wp-block-post-terms__separator {
	display: none;
}

.works-cat-tags a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border: 1px solid #02a3cc;
	border-radius: 999px;
	background: #fff;
	color: #02a3cc;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;
	transition: 0.25s ease;
}

.works-cat-tags a:hover {
	background: #02a3cc;
	color: #fff;
	text-decoration: none;
}

.works-cat-tags a::before {
	content: "#";
}