/* Sydney 2.70 compatibility boundary for the migrated TOP only. */
.go-top {
	display: none !important;
}

body.home .site-main--front,
body.home .site-main--front * {
	box-sizing: border-box;
}

body.home #page.site {
	max-width: none;
	padding: 0;
	background: #fff;
}

body.home h1.top-hero__title {
	font-family: var(--font-family-ja);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
}

body.home .site-main--front {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

/* Retained for every route that has not entered Phase 4 yet. */
.ds-migration-notice {
	width: min(720px, calc(100% - 48px));
	margin: 96px auto;
	padding: 40px;
	border: 1px solid #d0d5dd;
	border-top: 4px solid #86bc25;
	border-radius: 8px;
}
