/**
 * TOP（フロントページ）— モバイル横はみ出し対策
 */

body.ideage-is-front-page {
	overflow-x: clip;
}

/* 親テーマ: style.css padding:150px 0 / responsive.css(≤1391px) padding:50px 20px / inline width:1200px */
body.ideage-is-front-page #front_page_contents {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
}

body.ideage-is-front-page #front_page_contents > .post_content {
	max-width: 100%;
	overflow-x: visible;
}

/* Spectra / WP alignfull の 100vw ブレイクアウトをコンテンツ幅内に */
@media screen and (max-width: 1200px) {
	body.ideage-is-front-page #front_page_contents .alignfull,
	body.ideage-is-front-page #front_page_contents .uagb-is-root-container.alignfull,
	body.ideage-is-front-page #front_page_contents .wp-block-uagb-container.alignfull {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		left: auto !important;
		right: auto !important;
	}

	.ideage-top-hero,
	.ideage-top-hero img {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media screen and (max-width: 820px) {
	body.ideage-is-front-page .top-advantage-section__motif,
	body.ideage-is-front-page .top-advantage-section::before,
	body.ideage-is-front-page .top-blog-section__motif,
	body.ideage-is-front-page .ideage-footer-cta__inner::before {
		display: none;
		content: none;
	}

	body.ideage-is-front-page .ideage-footer-cta__inner {
		overflow: hidden;
	}

	.ideage-top-hero__scroll {
		right: 50px;
		bottom: 24px;
	}
}
