/* LB */
span.nowrap {
	white-space: nowrap;
}

.large-hide {
	display: none;
}

.large-show {
	display: block;
}

.large-show-inline {
	display: inline;
}

.large-show-inlineblock {
	display: inline-block;
}

@media only screen and (min-width: 1442px) {
	.xlarge-hide {
		display: none;
	}

	.xlarge-show {
		display: block;
	}

	.xlarge-show-inline {
		display: inline;
	}

	.xlarge-show-inlineblock {
		display: inline-block;
	}
}

@media only screen and (max-width: 1068px) {
	.medium-hide {
		display: none;
	}

	.medium-show {
		display: block;
	}

	.medium-show-inline {
		display: inline;
	}

	.medium-show-inlineblock {
		display: inline-block;
	}
}

@media only screen and (max-width: 734px) {
	.small-hide {
		display: none;
	}

	.small-show {
		display: block;
	}

	.small-show-inline {
		display: inline;
	}

	.small-show-inlineblock {
		display: inline-block;
	}
}

/* no-js */
.no-js .grid-item-health-data .inline-video-container video {
	opacity: 0;
	pointer-events: none;
}

/* Health Headline */
.section-health .health-intro-headline {
	max-width: 600px;
}

/* Safety Headline  */
@media only screen and (max-width: 734px) {
	.section-safety .safety-intro .typography-headline {
		max-width: 100%;
	}
}
@media only screen and (max-width: 450px) {
	.section-safety .safety-intro .typography-headline {
		max-width: 300px;
	}
}
@media only screen and (min-width: 1069px) {
	.section-safety .grid-item-data .tile .tile-content-hours {
		padding-left: 60px;
	}
	.section-safety .grid-item-data .tile .tile-content-force h2, .grid-item-data .tile .tile-content-hours h2 {
		flex-shrink: 0;
	}
}

/* router trade-in */
@media only screen and (min-width: 1069px) {
	.section-routers .grid-item-trade-in .copy-container {
		max-width: 420px;
		margin-left: 5px;
	}
}

/* Localization images */
.section-shared-compare .compare-item-s8.device .compare-item-image {
	width: 216px;
	height: 254px;
	background-size: 216px 254px;
	background-repeat: no-repeat;
	background-image: url("/jp/apple-watch-series-8/images/compare/compare_s8__bifoo98kls76_large.jpg");
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	.section-shared-compare .compare-item-s8.device .compare-item-image {
		background-image: url("/jp/apple-watch-series-8/images/compare/compare_s8__bifoo98kls76_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-shared-compare .compare-item-s8.device .compare-item-image {
		width: 173px;
		height: 204px;
		background-size: 173px 204px;
		background-repeat: no-repeat;
		background-image: url("/jp/apple-watch-series-8/images/compare/compare_s8__bifoo98kls76_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-shared-compare .compare-item-s8.device .compare-item-image {
		background-image: url("/jp/apple-watch-series-8/images/compare/compare_s8__bifoo98kls76_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-shared-compare .compare-item-s8.device .compare-item-image {
		width: 138px;
		height: 162px;
		background-size: 138px 162px;
		background-repeat: no-repeat;
		background-image: url("/jp/apple-watch-series-8/images/compare/compare_s8__bifoo98kls76_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-shared-compare .compare-item-s8.device .compare-item-image {
		background-image: url("/jp/apple-watch-series-8/images/compare/compare_s8__bifoo98kls76_small_2x.jpg");
	}
}
.section-shared-compare .compare-item-se.device .compare-item-image {
	background-size: 216px 254px;
	background-repeat: no-repeat;
	background-image: url("/jp/apple-watch-series-8/images/compare/compare_se__buq6lmtj5ceu_large.jpg");
	width: 216px;
	height: 254px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	.section-shared-compare .compare-item-se.device .compare-item-image {
		background-image: url("/jp/apple-watch-series-8/images/compare/compare_se__buq6lmtj5ceu_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-shared-compare .compare-item-se.device .compare-item-image {
		width: 173px;
		height: 204px;
		background-size: 173px 204px;
		background-repeat: no-repeat;
		background-image: url("/jp/apple-watch-series-8/images/compare/compare_se__buq6lmtj5ceu_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-shared-compare .compare-item-se.device .compare-item-image {
		background-image: url("/jp/apple-watch-series-8/images/compare/compare_se__buq6lmtj5ceu_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-shared-compare .compare-item-se.device .compare-item-image {
		width: 138px;
		height: 162px;
		background-size: 138px 162px;
		background-repeat: no-repeat;
		background-image: url("/jp/apple-watch-series-8/images/compare/compare_se__buq6lmtj5ceu_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-shared-compare .compare-item-se.device .compare-item-image {
		background-image: url("/jp/apple-watch-series-8/images/compare/compare_se__buq6lmtj5ceu_small_2x.jpg");
	}
}
.section-shared-compare .compare-item-ultra.device .compare-item-image {
	background-size: 216px 254px;
	background-repeat: no-repeat;
	background-image: url("/jp/apple-watch-series-8/images/compare/compare_ultra__ebpdzj5fvvwy_large.jpg");
	width: 216px;
	height: 254px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	.section-shared-compare .compare-item-ultra.device .compare-item-image {
		background-image: url("/jp/apple-watch-series-8/images/compare/compare_ultra__ebpdzj5fvvwy_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-shared-compare .compare-item-ultra.device .compare-item-image {
		width: 173px;
		height: 204px;
		background-size: 173px 204px;
		background-repeat: no-repeat;
		background-image: url("/jp/apple-watch-series-8/images/compare/compare_ultra__ebpdzj5fvvwy_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-shared-compare .compare-item-ultra.device .compare-item-image {
		background-image: url("/jp/apple-watch-series-8/images/compare/compare_ultra__ebpdzj5fvvwy_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-shared-compare .compare-item-ultra.device .compare-item-image {
		width: 138px;
		height: 162px;
		background-size: 138px 162px;
		background-repeat: no-repeat;
		background-image: url("/jp/apple-watch-series-8/images/compare/compare_ultra__ebpdzj5fvvwy_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-shared-compare .compare-item-ultra.device .compare-item-image {
		background-image: url("/jp/apple-watch-series-8/images/compare/compare_ultra__ebpdzj5fvvwy_small_2x.jpg");
	}
}
.section-configure-wrapper .configure-item-case {
	width: 300px;
	height: 522px;
	background-size: 300px 522px;
	background-repeat: no-repeat;
	background-image: url("/jp/apple-watch-series-8/images/configure/cto/cto-case__fdqgpr67so2m_large.png");
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	.section-configure-wrapper .configure-item-case {
		background-image: url("/jp/apple-watch-series-8/images/configure/cto/cto-case__fdqgpr67so2m_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.section-configure-wrapper .configure-item-case {
		width: 250px;
		height: 386px;
		background-size: 250px 386px;
		background-repeat: no-repeat;
		background-image: url("/jp/apple-watch-series-8/images/configure/cto/cto-case__fdqgpr67so2m_medium.png");
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-configure-wrapper .configure-item-case {
		background-image: url("/jp/apple-watch-series-8/images/configure/cto/cto-case__fdqgpr67so2m_medium_2x.png");
	}
}

@media only screen and (max-width: 734px) {
	.section-configure-wrapper .configure-item-case {
		width: 200px;
		height: 316px;
		background-size: 200px 316px;
		background-repeat: no-repeat;
		background-image: url("/jp/apple-watch-series-8/images/configure/cto/cto-case__fdqgpr67so2m_small.png");
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-configure-wrapper .configure-item-case {
		background-image: url("/jp/apple-watch-series-8/images/configure/cto/cto-case__fdqgpr67so2m_small_2x.png");
	}
}

.grid-item-maps .tile .copy-container {
	width: 100%;
	box-sizing: border-box;
}

.section-hero .hero-headline {
	width: 100%;
}
@media only screen and (min-width: 1069px) {
	.section-hero .hero-headline {
		line-height: 1.04;
	}
	.section-design-more .dust-resistant-feature {
		padding-left: 15px;
	}
}

.section-health .health-intro-eyebrow {
	padding-left: 6px;
}
@media only screen and (max-width: 1068px) {
	.section-health .health-intro-eyebrow {
		padding-left: 4px;
	}
}

.grid-item-temperature .typography-feature-headline {
	font-size: 52px;
}
@media only screen and (max-width: 1068px) {
	.grid-item-temperature .typography-feature-headline {
		font-size: 46px;
	}
}
@media only screen and (max-width: 800px) {
	.grid-item-temperature .typography-feature-headline {
		font-size: 44px;
	}
}
@media only screen and (max-width: 770px) {
	.grid-item-temperature .typography-feature-headline {
		font-size: 42px;
	}
}
@media only screen and (max-width: 734px) {
	.grid-item-temperature .typography-feature-headline {
		font-size: 38px;
	}
}
@media only screen and (max-width: 340px) {
	.grid-item-temperature .typography-feature-headline {
		font-size: 36px;
	}
}

@media only screen and (min-width: 1069px) {
	.grid-item-log-meds .tile-content {
		justify-content: space-between;
	}
	.grid-item-log-meds .tile .overview-health-health-medications {
		margin-bottom: 138px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.grid-item-log-meds .tile-content {
		justify-content: space-between;
	}
	.grid-item-log-meds .tile .overview-health-health-medications {
		margin-bottom: 110px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-routers .tile-router.grid-item-environment, .section-routers .tile-router.grid-item-ar {
		max-width: 100%;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.section-routers .grid-item-environment .tile, .section-routers .grid-item-ar .tile {
		max-width: 1385px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 1069px) {
	.section-fitness-intro .intro-content {
		padding-top: 690px;
	}
}

@media only screen and (max-width: 734px) {
	.violator-reduced {
		padding-top: 4px;
		padding-bottom: 2px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.compare-item-ultra.display .typography-tout {
		padding-bottom: 1em;
	}
}


/* ribbon */
@keyframes ribbon-drop {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

.theme-dark .main .ribbon {
	font-size: 17px;
	line-height: 1.4705882353;
	font-weight: 400;
}

.theme-dark .main .ribbon p {
	color: unset;
}

.ribbon .ribbon-drop-wrapper {
	overflow: hidden;
	--ribbon-background-color: #f5f5f7;
	--ribbon-text-color: #1d1d1f;
	--ribbon-link-color: #06c;
	--ribbon-focus-color: rgba(0, 125, 250, 0.6);
	animation: ribbon-drop 0.8s cubic-bezier(0.42, 0, 0.58, 1) forwards;
	--ribbon-text-color: #1d1d1f;
	--ribbon-text-color-initial: #fff;
	--ribbon-link-color: #0071e3;
	--ribbon-focus-color: rgba(0, 125, 250, 0.6);
	--ribbon-link-color-initial: #fff;
	--ribbon-background-color: #f5f5f7;
	--ribbon-background-color-initial: #0071e3;
}

.ribbon .ribbon-content-wrapper {
	text-align: center;
}

.ribbon .ribbon-content {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

@media only screen and (min-width: 1441px) {
	.ribbon .ribbon-content {
		margin-left: auto;
		margin-right: auto;
		width: 980px;
	}
}

@media only screen and (max-width: 1068px) {
	.ribbon .ribbon-content {
		margin-left: auto;
		margin-right: auto;
		width: 692px;
	}
}

@media only screen and (max-width: 734px) {
	.ribbon .ribbon-content {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%;
	}
}

.ribbon .ribbon-link {
	white-space: nowrap;
}

.ribbon .ribbon-link:focus {
	text-decoration: underline;
}

.ribbon .ribbon-content-wrapper {
	padding-top: 0.94118em;
	padding-bottom: 0.94118em;
}

.ribbon .ribbon-content {
	font-size: 14px;
	line-height: 1.42859;
	font-weight: 400;
	letter-spacing: 0em;
	font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.ribbon .ribbon-content-wrapper {
	background-color: var(--ribbon-background-color);
}

.ribbon .ribbon-content {
	color: var(--ribbon-text-color);
}

.ribbon .ribbon-link:focus {
	outline-color: var(--ribbon-focus-color);
}

.ribbon .ribbon-link {
	color: var(--ribbon-link-color);
}

@media (prefers-reduced-motion) {
	.ribbon {
		animation: none;
	}
}

@keyframes animate-color-fff-1d1d1f {
	0% {
		color: var(--ribbon-text-color-initial);
	}

	100% {
		color: var(--ribbon-text-color);
	}
}

.ribbon .ribbon-content {
	color: var(--ribbon-text-color-initial);
	animation: animate-color-fff-1d1d1f 1s cubic-bezier(0.42, 0, 0.58, 1) 1.8s
		forwards;
}

@media (prefers-reduced-motion) {
	.ribbon .ribbon-content {
		color: var(--ribbon-text-color);
		animation: none;
	}
}

.ribbon .ribbon-link:focus {
	outline-color: var(--ribbon-focus-color);
}

@keyframes animate-color-fff-0071e3 {
	0% {
		color: var(--ribbon-link-color-initial);
	}

	100% {
		color: var(--ribbon-link-color);
	}
}

.ribbon .ribbon-link {
	color: var(--ribbon-link-color-initial);
	animation: animate-color-fff-0071e3 1s cubic-bezier(0.42, 0, 0.58, 1) 1.8s
		forwards;
}

@media (prefers-reduced-motion) {
	.ribbon .ribbon-link {
		color: var(--ribbon-link-color);
		animation: none;
	}
}

@keyframes animate-background-0071e3-f5f5f7 {
	0% {
		background-color: var(--ribbon-background-color-initial);
	}

	100% {
		background-color: var(--ribbon-background-color);
	}
}

.ribbon .ribbon-content-wrapper {
	background-color: var(--ribbon-background-color-initial);
	animation: animate-background-0071e3-f5f5f7 1s
		cubic-bezier(0.42, 0, 0.58, 1) 1.8s forwards;
}

@media (prefers-reduced-motion) {
	.ribbon .ribbon-content-wrapper {
		background-color: var(--ribbon-background-color);
		animation: none;
	}
}

.ribbon-footnote {
	position: relative;
	top: -0.4em;
	vertical-align: baseline;
	font-size: 0.75em;
}

.ribbon .footnote a {
	text-decoration: none;
	color: inherit;
}

.ribbon .footnote a:hover {
	color: var(--ribbon-link-color);
	text-decoration: none;
}

.ribbon{
	position: absolute;
	top: 96px;
	width: 100%;
	overflow: hidden;
	z-index: 2;
}
.section.section-hero{
	padding-top: 52px;
}
@media only screen and (max-width: 440px) {
	.section.section-hero{
		padding-top: 72px;
	}
		.ribbon .ribbon-content{
		max-width: 350px;
	}
}