/**
 * TOP — BLOG セクション（見出し・投稿グリッド・装飾モチーフ）
 */

body.ideage-is-front-page .top-blog-section-wrap {
	position: relative;
	z-index: 0;
	margin-top: 80px;
}

body.ideage-is-front-page .top-blog-section {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px 40px;
	box-sizing: border-box;
}

/* div1: 100vw + overflow hidden / div2: 3000px センタリング / 画像はステージ中心基準 */
body.ideage-is-front-page .top-blog-section__motif {
	position: absolute;
	top: -270px;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 797px;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}

body.ideage-is-front-page .top-blog-section__motif-stage {
	position: relative;
	flex: 0 0 3000px;
	width: 3000px;
	height: 797px;
}

body.ideage-is-front-page .top-blog-section__motif-image {
	position: absolute;
	top: 0;
	left: 50%;
	width: 706px;
	height: 797px;
	margin-left: -1200px;
	overflow: hidden;
}

body.ideage-is-front-page .top-blog-section__motif-image img {
	display: block;
	width: 706px;
	height: 797px;
	max-width: none;
	object-fit: contain;
	object-position: left top;
}

body.ideage-is-front-page .top-blog-section .top-blog::before,
body.ideage-is-front-page .wp-block-uagb-advanced-heading.top-blog::before {
	display: none !important;
	content: none !important;
}

body.ideage-is-front-page .top-blog-section > .wp-block-uagb-advanced-heading.top-blog,
body.ideage-is-front-page .top-blog-section > .wp-block-uagb-advanced-heading.top-heading-separator,
body.ideage-is-front-page .top-blog-section > .has-text-align-center,
body.ideage-is-front-page .top-blog-section > .top-blog-item,
body.ideage-is-front-page .top-blog-section > .wp-block-uagb-post-grid.top-blog-item,
body.ideage-is-front-page .top-blog-section > .wp-block-uagb-buttons.uagb-block-6983d8c8 {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 100%;
}

body.ideage-is-front-page .top-blog-section .top-blog {
	overflow: visible;
}

body.ideage-is-front-page .top-blog-section .top-blog .uagb-heading-text {
	font-family: 'Roboto Condensed', roboto condensed, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	color: #111;
}

body.ideage-is-front-page .top-blog-section .top-heading-separator .uagb-heading-text {
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #111;
}

body.ideage-is-front-page .top-blog-section .has-text-align-center {
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	text-align: center;
	color: #111;
}

body.ideage-is-front-page .top-blog-section .uagb-block-6983d8c8 {
	margin-top: 40px;
}

body.ideage-is-front-page .top-blog-section .uagb-block-6983d8c8 .uagb-buttons__wrap {
	justify-content: center;
}

@media screen and (max-width: 820px) {
	body.ideage-is-front-page .top-blog-section__motif {
		display: none;
	}

	body.ideage-is-front-page .top-blog-section-wrap {
		margin-top: 48px;
	}

	body.ideage-is-front-page .top-blog-section {
		padding-bottom: 24px;
	}
}
