html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	line-break: strict;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, hgroup, p, blockquote, figure, form, fieldset, input, legend, pre, abbr, button {
	margin: 0;
	padding: 0;
}

pre, code, address, caption, th, figcaption {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

fieldset, iframe, img {
	border: 0;
}

caption, th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

article, aside, footer, header, nav, main, section, summary, details, hgroup, figure, figcaption {
	display: block;
}

audio, canvas, video, progress {
	display: inline-block;
	vertical-align: baseline;
}

button {
	background: none;
	border: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
	overflow: visible;
	vertical-align: inherit;
}

button:disabled {
	cursor: default;
}

:focus {
	outline: 3px solid #c1e0fe;
	outline: 3px solid rgba(131, 192, 253, 0.5);
	outline-offset: 1px;
}

:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), :focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
	padding: 0;
}

@media print {
	body, #main, #content {
		color: #000;
	}

	a, a:link, a:visited {
		color: #000;
		text-decoration: none;
	}

	#globalheader, #globalfooter, #directorynav, #tabs, .noprint, .hide {
		display: none;
	}
}

html {
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	font-size: 106.25%;
	quotes: "“" "”";
}

[lang]:lang(ja) {
	font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
:lang(ja-JP) {
	quotes: "「" "」";
}

body {
	font-size: 17px;
	line-height: 1.47059;
	font-weight: 400;
	letter-spacing: -0.022em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	background-color: #fff;
	color: #333;
	font-style: normal;
}
body:lang(ja) {
	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;
}
body, input, textarea, select, button {
	font-synthesis: none;
	-moz-font-feature-settings: "kern";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	direction: ltr;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	color: #111;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	display: block;
	margin: 0;
}

h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
	margin-top: 0.8em;
}

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
	margin-top: 0.4em;
}

p + h1, ul + h1, ol + h1, p + h2, ul + h2, ol + h2, p + h3, ul + h3, ol + h3, p + h4, ul + h4, ol + h4, p + h5, ul + h5, ol + h5, p + h6, ul + h6, ol + h6 {
	margin-top: 1.6em;
}

p + *, ul + *, ol + * {
	margin-top: 0.8em;
}

ul, ol {
	margin-left: 1.17647em;
}

ul ul, ul ol, ol ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
}

nav ul, nav ol {
	margin: 0;
	list-style: none;
}

li li {
	font-size: 1em;
}

a {
	color: #0070c9;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

p + a {
	display: inline-block;
}

.links-inline, .links-stacked {
	margin-left: 0;
	margin-right: 0;
	list-style: none;
}

.links-inline li {
	display: inline;
	margin: 0 0.8em;
}

.links-inline li:first-child {
	margin-left: 0;
}

.links-inline li:last-child {
	margin-right: 0;
}

.links-stacked li {
	margin: 0;
	display: block;
}

.links-stacked li + li {
	margin-top: 0.4em;
}

.footnote {
	vertical-align: inherit;
	color: inherit;
}

.footnote:hover {
	color: #0070c9;
	text-decoration: none;
}

.theme-dark .footnote {
	color: inherit;
}

.theme-dark .footnote:hover {
	color: #6bf;
}

b, strong {
	font-weight: 600;
}

em, i, cite, dfn {
	font-style: italic;
}

sup {
	font-size: 0.6em;
	vertical-align: top;
	position: relative;
	bottom: -0.2em;
}

h1 sup, h2 sup, h3 sup {
	font-size: 0.4em;
}

sup a {
	vertical-align: inherit;
	color: inherit;
}

sup a:hover {
	color: #0070c9;
	text-decoration: none;
}

sub {
	line-height: 1;
}

abbr {
	border: 0;
}

:lang(ja), :lang(ko), :lang(th), :lang(zh) {
	font-style: normal;
}

:lang(ko) {
	word-break: keep-all;
}

.selfclear::before, .selfclear::after {
	content: " ";
	display: table;
}

.selfclear::after {
	clear: both;
}

.visuallyhidden {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

@media only screen and (inverted-colors) {
	.no-inversion {
		-webkit-filter: invert(1);
		filter: invert(1);
	}
}

.nowrap {
	display: inline-block;
	text-decoration: inherit;
	white-space: nowrap;
}

.clear {
	clear: both;
}

.cursor-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.cursor-grabbing {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.row {
	position: relative;
	z-index: 1;
}

.row::before, .row::after {
	content: " ";
	display: table;
}

.row::after {
	clear: both;
}

.column {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	float: left;
	min-height: 2px;
}

.large-offset-0 {
	margin-left: 0;
}

.large-push-0 {
	left: auto;
	right: auto;
}

.large-pull-0 {
	right: auto;
	left: auto;
}

.large-1 {
	width: 8.33333%;
}

.large-offset-1 {
	margin-left: 8.33333%;
}

.large-push-1 {
	left: 8.33333%;
	right: auto;
}

.large-pull-1 {
	right: 8.33333%;
	left: auto;
}

.large-2 {
	width: 16.66667%;
}

.large-offset-2 {
	margin-left: 16.66667%;
}

.large-push-2 {
	left: 16.66667%;
	right: auto;
}

.large-pull-2 {
	right: 16.66667%;
	left: auto;
}

.large-3 {
	width: 25%;
}

.large-offset-3 {
	margin-left: 25%;
}

.large-push-3 {
	left: 25%;
	right: auto;
}

.large-pull-3 {
	right: 25%;
	left: auto;
}

.large-4 {
	width: 33.33333%;
}

.large-offset-4 {
	margin-left: 33.33333%;
}

.large-push-4 {
	left: 33.33333%;
	right: auto;
}

.large-pull-4 {
	right: 33.33333%;
	left: auto;
}

.large-5 {
	width: 41.66667%;
}

.large-offset-5 {
	margin-left: 41.66667%;
}

.large-push-5 {
	left: 41.66667%;
	right: auto;
}

.large-pull-5 {
	right: 41.66667%;
	left: auto;
}

.large-6 {
	width: 50%;
}

.large-offset-6 {
	margin-left: 50%;
}

.large-push-6 {
	left: 50%;
	right: auto;
}

.large-pull-6 {
	right: 50%;
	left: auto;
}

.large-7 {
	width: 58.33333%;
}

.large-offset-7 {
	margin-left: 58.33333%;
}

.large-push-7 {
	left: 58.33333%;
	right: auto;
}

.large-pull-7 {
	right: 58.33333%;
	left: auto;
}

.large-8 {
	width: 66.66667%;
}

.large-offset-8 {
	margin-left: 66.66667%;
}

.large-push-8 {
	left: 66.66667%;
	right: auto;
}

.large-pull-8 {
	right: 66.66667%;
	left: auto;
}

.large-9 {
	width: 75%;
}

.large-offset-9 {
	margin-left: 75%;
}

.large-push-9 {
	left: 75%;
	right: auto;
}

.large-pull-9 {
	right: 75%;
	left: auto;
}

.large-10 {
	width: 83.33333%;
}

.large-offset-10 {
	margin-left: 83.33333%;
}

.large-push-10 {
	left: 83.33333%;
	right: auto;
}

.large-pull-10 {
	right: 83.33333%;
	left: auto;
}

.large-11 {
	width: 91.66667%;
}

.large-offset-11 {
	margin-left: 91.66667%;
}

.large-push-11 {
	left: 91.66667%;
	right: auto;
}

.large-pull-11 {
	right: 91.66667%;
	left: auto;
}

.large-12 {
	width: 100%;
}

.large-offset-12 {
	margin-left: 100%;
}

.large-push-12 {
	left: 100%;
	right: auto;
}

.large-pull-12 {
	right: 100%;
	left: auto;
}

.large-centered {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.large-uncentered {
	margin-left: 0;
	margin-right: 0;
}

.large-last {
	float: right;
}

.large-notlast {
	float: left;
}

@media only screen and (min-width: 1442px) {
	.xlarge-offset-0 {
		margin-left: 0;
	}

	.xlarge-push-0 {
		left: auto;
		right: auto;
	}

	.xlarge-pull-0 {
		right: auto;
		left: auto;
	}

	.xlarge-1 {
		width: 8.33333%;
	}

	.xlarge-offset-1 {
		margin-left: 8.33333%;
	}

	.xlarge-push-1 {
		left: 8.33333%;
		right: auto;
	}

	.xlarge-pull-1 {
		right: 8.33333%;
		left: auto;
	}

	.xlarge-2 {
		width: 16.66667%;
	}

	.xlarge-offset-2 {
		margin-left: 16.66667%;
	}

	.xlarge-push-2 {
		left: 16.66667%;
		right: auto;
	}

	.xlarge-pull-2 {
		right: 16.66667%;
		left: auto;
	}

	.xlarge-3 {
		width: 25%;
	}

	.xlarge-offset-3 {
		margin-left: 25%;
	}

	.xlarge-push-3 {
		left: 25%;
		right: auto;
	}

	.xlarge-pull-3 {
		right: 25%;
		left: auto;
	}

	.xlarge-4 {
		width: 33.33333%;
	}

	.xlarge-offset-4 {
		margin-left: 33.33333%;
	}

	.xlarge-push-4 {
		left: 33.33333%;
		right: auto;
	}

	.xlarge-pull-4 {
		right: 33.33333%;
		left: auto;
	}

	.xlarge-5 {
		width: 41.66667%;
	}

	.xlarge-offset-5 {
		margin-left: 41.66667%;
	}

	.xlarge-push-5 {
		left: 41.66667%;
		right: auto;
	}

	.xlarge-pull-5 {
		right: 41.66667%;
		left: auto;
	}

	.xlarge-6 {
		width: 50%;
	}

	.xlarge-offset-6 {
		margin-left: 50%;
	}

	.xlarge-push-6 {
		left: 50%;
		right: auto;
	}

	.xlarge-pull-6 {
		right: 50%;
		left: auto;
	}

	.xlarge-7 {
		width: 58.33333%;
	}

	.xlarge-offset-7 {
		margin-left: 58.33333%;
	}

	.xlarge-push-7 {
		left: 58.33333%;
		right: auto;
	}

	.xlarge-pull-7 {
		right: 58.33333%;
		left: auto;
	}

	.xlarge-8 {
		width: 66.66667%;
	}

	.xlarge-offset-8 {
		margin-left: 66.66667%;
	}

	.xlarge-push-8 {
		left: 66.66667%;
		right: auto;
	}

	.xlarge-pull-8 {
		right: 66.66667%;
		left: auto;
	}

	.xlarge-9 {
		width: 75%;
	}

	.xlarge-offset-9 {
		margin-left: 75%;
	}

	.xlarge-push-9 {
		left: 75%;
		right: auto;
	}

	.xlarge-pull-9 {
		right: 75%;
		left: auto;
	}

	.xlarge-10 {
		width: 83.33333%;
	}

	.xlarge-offset-10 {
		margin-left: 83.33333%;
	}

	.xlarge-push-10 {
		left: 83.33333%;
		right: auto;
	}

	.xlarge-pull-10 {
		right: 83.33333%;
		left: auto;
	}

	.xlarge-11 {
		width: 91.66667%;
	}

	.xlarge-offset-11 {
		margin-left: 91.66667%;
	}

	.xlarge-push-11 {
		left: 91.66667%;
		right: auto;
	}

	.xlarge-pull-11 {
		right: 91.66667%;
		left: auto;
	}

	.xlarge-12 {
		width: 100%;
	}

	.xlarge-offset-12 {
		margin-left: 100%;
	}

	.xlarge-push-12 {
		left: 100%;
		right: auto;
	}

	.xlarge-pull-12 {
		right: 100%;
		left: auto;
	}

	.xlarge-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.xlarge-uncentered {
		margin-left: 0;
		margin-right: 0;
	}

	.xlarge-last {
		float: right;
	}

	.xlarge-notlast {
		float: left;
	}
}

@media only screen and (max-width: 1068px) {
	.medium-offset-0 {
		margin-left: 0;
	}

	.medium-push-0 {
		left: auto;
		right: auto;
	}

	.medium-pull-0 {
		right: auto;
		left: auto;
	}

	.medium-1 {
		width: 8.33333%;
	}

	.medium-offset-1 {
		margin-left: 8.33333%;
	}

	.medium-push-1 {
		left: 8.33333%;
		right: auto;
	}

	.medium-pull-1 {
		right: 8.33333%;
		left: auto;
	}

	.medium-2 {
		width: 16.66667%;
	}

	.medium-offset-2 {
		margin-left: 16.66667%;
	}

	.medium-push-2 {
		left: 16.66667%;
		right: auto;
	}

	.medium-pull-2 {
		right: 16.66667%;
		left: auto;
	}

	.medium-3 {
		width: 25%;
	}

	.medium-offset-3 {
		margin-left: 25%;
	}

	.medium-push-3 {
		left: 25%;
		right: auto;
	}

	.medium-pull-3 {
		right: 25%;
		left: auto;
	}

	.medium-4 {
		width: 33.33333%;
	}

	.medium-offset-4 {
		margin-left: 33.33333%;
	}

	.medium-push-4 {
		left: 33.33333%;
		right: auto;
	}

	.medium-pull-4 {
		right: 33.33333%;
		left: auto;
	}

	.medium-5 {
		width: 41.66667%;
	}

	.medium-offset-5 {
		margin-left: 41.66667%;
	}

	.medium-push-5 {
		left: 41.66667%;
		right: auto;
	}

	.medium-pull-5 {
		right: 41.66667%;
		left: auto;
	}

	.medium-6 {
		width: 50%;
	}

	.medium-offset-6 {
		margin-left: 50%;
	}

	.medium-push-6 {
		left: 50%;
		right: auto;
	}

	.medium-pull-6 {
		right: 50%;
		left: auto;
	}

	.medium-7 {
		width: 58.33333%;
	}

	.medium-offset-7 {
		margin-left: 58.33333%;
	}

	.medium-push-7 {
		left: 58.33333%;
		right: auto;
	}

	.medium-pull-7 {
		right: 58.33333%;
		left: auto;
	}

	.medium-8 {
		width: 66.66667%;
	}

	.medium-offset-8 {
		margin-left: 66.66667%;
	}

	.medium-push-8 {
		left: 66.66667%;
		right: auto;
	}

	.medium-pull-8 {
		right: 66.66667%;
		left: auto;
	}

	.medium-9 {
		width: 75%;
	}

	.medium-offset-9 {
		margin-left: 75%;
	}

	.medium-push-9 {
		left: 75%;
		right: auto;
	}

	.medium-pull-9 {
		right: 75%;
		left: auto;
	}

	.medium-10 {
		width: 83.33333%;
	}

	.medium-offset-10 {
		margin-left: 83.33333%;
	}

	.medium-push-10 {
		left: 83.33333%;
		right: auto;
	}

	.medium-pull-10 {
		right: 83.33333%;
		left: auto;
	}

	.medium-11 {
		width: 91.66667%;
	}

	.medium-offset-11 {
		margin-left: 91.66667%;
	}

	.medium-push-11 {
		left: 91.66667%;
		right: auto;
	}

	.medium-pull-11 {
		right: 91.66667%;
		left: auto;
	}

	.medium-12 {
		width: 100%;
	}

	.medium-offset-12 {
		margin-left: 100%;
	}

	.medium-push-12 {
		left: 100%;
		right: auto;
	}

	.medium-pull-12 {
		right: 100%;
		left: auto;
	}

	.medium-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.medium-uncentered {
		margin-left: 0;
		margin-right: 0;
	}

	.medium-last {
		float: right;
	}

	.medium-notlast {
		float: left;
	}
}

@media only screen and (max-width: 735px) {
	.small-offset-0 {
		margin-left: 0;
	}

	.small-push-0 {
		left: auto;
		right: auto;
	}

	.small-pull-0 {
		right: auto;
		left: auto;
	}

	.small-1 {
		width: 8.33333%;
	}

	.small-offset-1 {
		margin-left: 8.33333%;
	}

	.small-push-1 {
		left: 8.33333%;
		right: auto;
	}

	.small-pull-1 {
		right: 8.33333%;
		left: auto;
	}

	.small-2 {
		width: 16.66667%;
	}

	.small-offset-2 {
		margin-left: 16.66667%;
	}

	.small-push-2 {
		left: 16.66667%;
		right: auto;
	}

	.small-pull-2 {
		right: 16.66667%;
		left: auto;
	}

	.small-3 {
		width: 25%;
	}

	.small-offset-3 {
		margin-left: 25%;
	}

	.small-push-3 {
		left: 25%;
		right: auto;
	}

	.small-pull-3 {
		right: 25%;
		left: auto;
	}

	.small-4 {
		width: 33.33333%;
	}

	.small-offset-4 {
		margin-left: 33.33333%;
	}

	.small-push-4 {
		left: 33.33333%;
		right: auto;
	}

	.small-pull-4 {
		right: 33.33333%;
		left: auto;
	}

	.small-5 {
		width: 41.66667%;
	}

	.small-offset-5 {
		margin-left: 41.66667%;
	}

	.small-push-5 {
		left: 41.66667%;
		right: auto;
	}

	.small-pull-5 {
		right: 41.66667%;
		left: auto;
	}

	.small-6 {
		width: 50%;
	}

	.small-offset-6 {
		margin-left: 50%;
	}

	.small-push-6 {
		left: 50%;
		right: auto;
	}

	.small-pull-6 {
		right: 50%;
		left: auto;
	}

	.small-7 {
		width: 58.33333%;
	}

	.small-offset-7 {
		margin-left: 58.33333%;
	}

	.small-push-7 {
		left: 58.33333%;
		right: auto;
	}

	.small-pull-7 {
		right: 58.33333%;
		left: auto;
	}

	.small-8 {
		width: 66.66667%;
	}

	.small-offset-8 {
		margin-left: 66.66667%;
	}

	.small-push-8 {
		left: 66.66667%;
		right: auto;
	}

	.small-pull-8 {
		right: 66.66667%;
		left: auto;
	}

	.small-9 {
		width: 75%;
	}

	.small-offset-9 {
		margin-left: 75%;
	}

	.small-push-9 {
		left: 75%;
		right: auto;
	}

	.small-pull-9 {
		right: 75%;
		left: auto;
	}

	.small-10 {
		width: 83.33333%;
	}

	.small-offset-10 {
		margin-left: 83.33333%;
	}

	.small-push-10 {
		left: 83.33333%;
		right: auto;
	}

	.small-pull-10 {
		right: 83.33333%;
		left: auto;
	}

	.small-11 {
		width: 91.66667%;
	}

	.small-offset-11 {
		margin-left: 91.66667%;
	}

	.small-push-11 {
		left: 91.66667%;
		right: auto;
	}

	.small-pull-11 {
		right: 91.66667%;
		left: auto;
	}

	.small-12 {
		width: 100%;
	}

	.small-offset-12 {
		margin-left: 100%;
	}

	.small-push-12 {
		left: 100%;
		right: auto;
	}

	.small-pull-12 {
		right: 100%;
		left: auto;
	}

	.small-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.small-uncentered {
		margin-left: 0;
		margin-right: 0;
	}

	.small-last {
		float: right;
	}

	.small-notlast {
		float: left;
	}
}

.icon::before, .icon::after, .more::before, .more::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: "";
}

.icon::before, .icon::after, .more::before, .more::after {
	text-decoration: none;
}

.icon::before, .more::before {
	display: none;
}

.icon-after::after, .more::after {
	padding-left: 0.3em;
	top: 0;
}

.icon-before::before {
	padding-right: 0.3em;
	display: inline-block;
	top: 0;
}

.icon-before::after {
	display: none;
}

.icon-before.icon-apple::before {
	padding-right: 0;
	display: inline-block;
	top: 0;
}

.icon-before.icon-apple::after {
	display: none;
}

.icon-apple::before, .icon-apple::after {
	content: "";
}

.icon-chevrondown::before, .icon-chevrondown::after {
	content: "";
}

.icon-chevrondowncircle::before, .icon-chevrondowncircle::after {
	content: "";
}

.icon-chevronleft::before, .icon-chevronleft::after {
	content: "";
}

.icon-chevronleftcircle::before, .icon-chevronleftcircle::after {
	content: "";
}

.icon-chevronright::before, .icon-chevronright::after {
	content: "";
}

.icon-chevronrightcircle::before, .icon-chevronrightcircle::after {
	content: "";
}

.icon-chevronup::before, .icon-chevronup::after {
	content: "";
}

.icon-chevronupcircle::before, .icon-chevronupcircle::after {
	content: "";
}

.icon-downloadcircle::before, .icon-downloadcircle::after {
	content: "";
}

.icon-external::before, .icon-external::after {
	content: "";
}

.icon-share::before, .icon-share::after {
	content: "";
}

.icon-pausecircle::before, .icon-pausecircle::after {
	content: "";
}

.icon-playcircle::before, .icon-playcircle::after {
	content: "";
}

.icon-replay::before, .icon-replay::after {
	content: "";
}

.icon-stopcircle::before, .icon-stopcircle::after {
	content: "";
}

.icon-circle::before, .icon-circle::after {
	content: "";
}

.icon-check::before, .icon-check::after {
	content: "";
}

.icon-checkcircle::before, .icon-checkcircle::after {
	content: "";
}

.icon-checksolid::before, .icon-checksolid::after {
	content: "";
}

.icon-reset::before, .icon-reset::after {
	content: "";
}

.icon-resetcircle::before, .icon-resetcircle::after {
	content: "";
}

.icon-resetsolid::before, .icon-resetsolid::after {
	content: "";
}

.icon-exclamation::before, .icon-exclamation::after {
	content: "";
}

.icon-exclamationcircle::before, .icon-exclamationcircle::after {
	content: "";
}

.icon-exclamationsolid::before, .icon-exclamationsolid::after {
	content: "";
}

.icon-infocircle::before, .icon-infocircle::after {
	content: "";
}

.icon-question::before, .icon-question::after {
	content: "";
}

.icon-questioncircle::before, .icon-questioncircle::after {
	content: "";
}

.icon-questionsolid::before, .icon-questionsolid::after {
	content: "";
}

.icon-plus::before, .icon-plus::after {
	content: "";
}

.icon-pluscircle::before, .icon-pluscircle::after {
	content: "";
}

.icon-plussolid::before, .icon-plussolid::after {
	content: "";
}

.icon-minus::before, .icon-minus::after {
	content: "";
}

.icon-minuscircle::before, .icon-minuscircle::after {
	content: "";
}

.icon-minussolid::before, .icon-minussolid::after {
	content: "";
}

.icon-1circle::before, .icon-1circle::after {
	content: "";
}

.icon-2circle::before, .icon-2circle::after {
	content: "";
}

.icon-3circle::before, .icon-3circle::after {
	content: "";
}

.icon-4circle::before, .icon-4circle::after {
	content: "";
}

.icon-5circle::before, .icon-5circle::after {
	content: "";
}

.icon-6circle::before, .icon-6circle::after {
	content: "";
}

.icon-7circle::before, .icon-7circle::after {
	content: "";
}

.icon-8circle::before, .icon-8circle::after {
	content: "";
}

.icon-9circle::before, .icon-9circle::after {
	content: "";
}

.icon-10circle::before, .icon-10circle::after {
	content: "";
}

.icon-11circle::before, .icon-11circle::after {
	content: "";
}

.icon-12circle::before, .icon-12circle::after {
	content: "";
}

.icon-13circle::before, .icon-13circle::after {
	content: "";
}

.icon-14circle::before, .icon-14circle::after {
	content: "";
}

.icon-15circle::before, .icon-15circle::after {
	content: "";
}

.icon-16circle::before, .icon-16circle::after {
	content: "";
}

.icon-17circle::before, .icon-17circle::after {
	content: "";
}

.icon-18circle::before, .icon-18circle::after {
	content: "";
}

.icon-19circle::before, .icon-19circle::after {
	content: "";
}

.icon-20circle::before, .icon-20circle::after {
	content: "";
}

.icon-close::before, .icon-close::after {
	content: "";
}

.icon-closecompact::before, .icon-closecompact::after {
	content: "";
}

.icon-paddleleft::before, .icon-paddleleft::after {
	content: "";
}

.icon-paddleleftcompact::before, .icon-paddleleftcompact::after {
	content: "";
}

.icon-paddleright::before, .icon-paddleright::after {
	content: "";
}

.icon-paddlerightcompact::before, .icon-paddlerightcompact::after {
	content: "";
}

.icon-paddleup::before, .icon-paddleup::after {
	content: "";
}

.icon-paddleupcompact::before, .icon-paddleupcompact::after {
	content: "";
}

.icon-paddledown::before, .icon-paddledown::after {
	content: "";
}

.icon-paddledowncompact::before, .icon-paddledowncompact::after {
	content: "";
}

.icon-thumbnailreplay::before, .icon-thumbnailreplay::after {
	content: "";
}

.icon-thumbnailpause::before, .icon-thumbnailpause::after {
	content: "";
}

.icon-thumbnailplay::before, .icon-thumbnailplay::after {
	content: "";
}

.icon-externalrtl::before, .icon-externalrtl::after {
	content: "";
}

.icon-questionrtl::before, .icon-questionrtl::after {
	content: "";
}

.icon-questioncirclertl::before, .icon-questioncirclertl::after {
	content: "";
}

.icon-questionsolidrtl::before, .icon-questionsolidrtl::after {
	content: "";
}

.more::before, .more::after {
	content: "";
}

.more-block {
	margin-top: 0.5em;
}

.icon-wrapper .icon, .icon-wrapper .more::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after {
	display: inline;
}

a.icon-wrapper {
	text-decoration: none;
}

a.icon-wrapper:hover .icon-copy {
	text-decoration: underline;
}

html[dir="rtl"] .icon-external::before, html[dir="rtl"] .icon-external::after {
	content: "";
}

html[dir="rtl"] .icon-wrapper {
	unicode-bidi: bidi-override;
}

html[dir="rtl"] .icon-copy {
	unicode-bidi: embed;
}

:lang(ar) .icon-question::before, :lang(ar) .icon-question::after {
	content: "";
}

:lang(ar) .icon-questioncircle::before, :lang(ar) .icon-questioncircle::after {
	content: "";
}

:lang(ar) .icon-questionsolid::before, :lang(ar) .icon-questionsolid::after {
	content: "";
}

body {
	min-width: 320px;
}

.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: 735px) {
	.small-hide {
		display: none;
	}

	.small-show {
		display: block;
	}

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

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

br.large {
	display: block;
}

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

@media only screen and (max-width: 735px) {
	br.large {
		display: none;
	}
}

br.medium {
	display: none;
}

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

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

br.small {
	display: none;
}

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

@media only screen and (max-width: 735px) {
	br.small {
		display: block;
	}
}

.button {
	font-size: 17px;
	line-height: 1.47059;
	font-weight: 400;
	letter-spacing: -0.022em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	background-color: #0070c9;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#42a1ec),
		to(#0070c9)
	);
	background: -webkit-linear-gradient(#42a1ec, #0070c9);
	background: linear-gradient(#42a1ec, #0070c9);
	border-color: #07c;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	min-width: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	white-space: nowrap;
}
.button:lang(ja) {
	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;
}
.button:hover {
	background-color: #147bcd;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51a9ee),
		to(#147bcd)
	);
	background: -webkit-linear-gradient(#51a9ee, #147bcd);
	background: linear-gradient(#51a9ee, #147bcd);
	border-color: #1482d0;
	text-decoration: none;
}

.button:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
	box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
	outline: none;
}

.button:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .button:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button:active {
	background-color: #0067b9;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#3d94d9),
		to(#0067b9)
	);
	background: -webkit-linear-gradient(#3d94d9, #0067b9);
	background: linear-gradient(#3d94d9, #0067b9);
	border-color: #006dbc;
	outline: none;
}

.button:disabled, .button.disabled {
	background-color: #0070c9;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#42a1ec),
		to(#0070c9)
	);
	background: -webkit-linear-gradient(#42a1ec, #0070c9);
	background: linear-gradient(#42a1ec, #0070c9);
	border-color: #07c;
	color: #fff;
	cursor: default;
	opacity: 0.3;
}

.button-compact {
	font-size: 12px;
	line-height: 1.33341;
	font-weight: 400;
	letter-spacing: -0.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	min-width: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.button-compact:lang(ja) {
	line-height: 1.41667;
	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;
}
.button-block {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.button-secondary {
	background-color: #e3e3e3;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#e3e3e3)
	);
	background: -webkit-linear-gradient(#fff, #e3e3e3);
	background: linear-gradient(#fff, #e3e3e3);
	border-color: #d6d6d6;
	color: #0070c9;
}

.button-secondary:hover {
	background-color: #eee;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#eee)
	);
	background: -webkit-linear-gradient(#fff, #eee);
	background: linear-gradient(#fff, #eee);
	border-color: #d9d9d9;
}

.button-secondary:active {
	background-color: #dcdcdc;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f7f7f7),
		to(#dcdcdc)
	);
	background: -webkit-linear-gradient(#f7f7f7, #dcdcdc);
	background: linear-gradient(#f7f7f7, #dcdcdc);
	border-color: #d0d0d0;
}

.button-secondary:disabled, .button-secondary.disabled {
	background-color: #e3e3e3;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#e3e3e3)
	);
	background: -webkit-linear-gradient(#fff, #e3e3e3);
	background: linear-gradient(#fff, #e3e3e3);
	border-color: #d6d6d6;
	color: #0070c9;
}

.button-applemusic {
	background-color: #da0f47;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f82752),
		to(#da0f47)
	);
	background: -webkit-linear-gradient(#f82752, #da0f47);
	background: linear-gradient(#f82752, #da0f47);
	border-color: #da0f47;
	color: #fff;
}

.button-applemusic:hover {
	background-color: #dd2256;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f93860),
		to(#dd2256)
	);
	background: -webkit-linear-gradient(#f93860, #dd2256);
	background: linear-gradient(#f93860, #dd2256);
	border-color: #dd2256;
}

.button-applemusic:active {
	background-color: #cf0e43;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ec254e),
		to(#cf0e43)
	);
	background: -webkit-linear-gradient(#ec254e, #cf0e43);
	background: linear-gradient(#ec254e, #cf0e43);
	border-color: #cf0e43;
}

.button-applemusic:disabled, .button-applemusic.disabled {
	background-color: #da0f47;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f82752),
		to(#da0f47)
	);
	background: -webkit-linear-gradient(#f82752, #da0f47);
	background: linear-gradient(#f82752, #da0f47);
	border-color: #da0f47;
	color: #fff;
}

.typography-headline {
	font-size: 48px;
	line-height: 1.08365;
	font-weight: 600;
	letter-spacing: -0.003em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
}
.typography-headline:lang(ja) {
	line-height: 1.14615;
	letter-spacing: 0em;
	font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
	.typography-headline {
		font-size: 40px;
		line-height: 1.1;
		font-weight: 600;
		letter-spacing: 0em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
			"Helvetica", "Arial", sans-serif;
	}
	.typography-headline:lang(ja) {
		line-height: 1.175;
		font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
			"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
			"Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial",
			sans-serif;
	}
}

@media only screen and (max-width: 735px) {
	.typography-headline {
		font-size: 32px;
		line-height: 1.125;
		font-weight: 600;
		letter-spacing: 0.004em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
			"Helvetica", "Arial", sans-serif;
	}

	.typography-headline:lang(ja) {
		line-height: 1.21875;
		font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
			"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
			"Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial",
			sans-serif;
	}
}

.typography-headline-reduced {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 0em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
}

.typography-headline-reduced:lang(ja) {
	line-height: 1.175;
	font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
	.typography-headline-reduced {
		font-size: 32px;
		line-height: 1.125;
		font-weight: 600;
		letter-spacing: 0.004em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
			"Helvetica", "Arial", sans-serif;
	}
	.typography-headline-reduced:lang(ja) {
		line-height: 1.21875;
		font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
			"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
			"Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial",
			sans-serif;
	}
}

@media only screen and (max-width: 735px) {
	.typography-headline-reduced {
		font-size: 28px;
		line-height: 1.14286;
		font-weight: 600;
		letter-spacing: 0.007em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
			"Helvetica", "Arial", sans-serif;
	}
	.typography-headline-reduced:lang(ja) {
		font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
			"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
			"Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial",
			sans-serif;
	}
}

.typography-intro {
	font-size: 21px;
	line-height: 1.38105;
	font-weight: 400;
	letter-spacing: 0.011em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
}

.typography-intro:lang(ja) {
	line-height: 1.42863;
	font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 735px) {
	.typography-intro {
		font-size: 19px;
		line-height: 1.42115;
		font-weight: 400;
		letter-spacing: 0.012em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
			"Helvetica", "Arial", sans-serif;
	}
	.typography-intro:lang(ja) {
		line-height: 1.47384;
		font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
			"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
			"Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial",
			sans-serif;
	}
}

.typography-tout {
	font-size: 19px;
	line-height: 1.21053;
	font-weight: 600;
	letter-spacing: 0.012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
}

.typography-tout:lang(ja) {
	line-height: 1.26316;
	font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
[class*="typography-intro"] {
	color: #333;
}

[class*="typography-intro-product"] {
	margin-top: 0.4em;
}

[class*="typography-eyebrow"] {
	color: #333;
	display: block;
	margin-bottom: 0.4em;
}

[class*="typography-eyebrow"] + * {
	margin-top: 0;
}

.typography-headline-reduced + p, .typography-headline-reduced + ul, .typography-intro-product-reduced + p, .typography-intro-product-reduced + ul {
	margin-top: 1em;
}

.typography-headline + .typography-intro, .typography-intro-product + .typography-intro {
	margin-top: 1.2em;
}

.typography-headline-elevated + .typography-intro-elevated, .typography-intro-product-elevated + .typography-intro-elevated {
	margin-top: 1.4em;
}

.typography-headline-super + .typography-intro-elevated, .typography-intro-product-super + .typography-intro-elevated {
	margin-top: 1.6em;
}

.hero-headline {
	font-size: 45px;
}

@media only screen and (max-width: 1068px) {
	.hero-headline {
		font-size: 40px;
	}
}

@media only screen and (max-width: 735px) {
	.hero-headline {
		font-size: 32px;
	}
}

.typography-intro {
	font-size: 20px;
}

@media only screen and (max-width: 735px) {
	.typography-intro {
		font-size: 19px;
	}
}

.section {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.section-background {
	background-color: #fafafa;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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

.cta {
	color: #0070c9;
}

.small-caps {
	font-variant-caps: all-small-caps;
}

html {
	background-color: #f2f2f2;
}

.more::after, .icon-external::after {
	top: -0.075em;
}

.footnote-alt {
	position: relative;
	font-size: 0.6em;
	bottom: -0.1em;
	vertical-align: top;
}

@media only screen and (max-width: 735px) {
	.footnote-alt {
		font-size: 0.7em;
	}
}

/* chapternav */

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

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

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

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


.chapternav {
    background: rgba(245, 245, 247, .7);
    padding: 8px 0;
    text-align: center;
    height: 100px;
    z-index: 9987;
    --chapternav-paddle-width: 34px;
    --chapternav-paddle-chevron-color: #1d1d1f;
    --chapternav-border-color: #d2d2d7;
    --chapternav-paddle-opacity: 0.8;
    --chapternav-paddle-hover-opacity: 1;
    --chapternav-paddle-hover-duration: 200ms;
    --chapternav-paddle-fade-duration: 150ms;
    --chapternav-paddle-horizontal-offset: -0.5px;
    --chapternav-border-width: 1px;
    --chapternav-safearea-offset: -10px;
    width: 100%;
    position: relative;
    overflow:hidden
}

.chapternav.theme-dark, .theme-dark .chapternav {
    --chapternav-border-color: #424245;
    --chapternav-paddle-chevron-color:#f5f5f7
}

.chapternav-paddle {
    font-size: 17px;
    line-height: 1.7647058824;
    font-weight: 300;
    letter-spacing: 0em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    border: 0 solid var(--chapternav-border-color);
    border-radius: 0;
    color: var(--chapternav-paddle-chevron-color);
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    width: calc(var(--chapternav-paddle-width) - 1px);
    transition:opacity var(--chapternav-paddle-fade-duration) ease-out
}

.chapternav-paddle:lang(ja) {
    font-family:SF Pro JP, SF Pro Text, SF Pro Icons, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, メイリオ, Meiryo, ＭＳ Ｐゴシック, Helvetica Neue, Helvetica, Arial, sans-serif
}

.chapternav-paddle:after {
    opacity: var(--chapternav-paddle-opacity);
    transition:opacity var(--chapternav-paddle-hover-duration) linear
}

.chapternav-paddle:disabled {
    opacity:0
}

.chapternav-paddle:hover:after {
    opacity:var(--chapternav-paddle-hover-opacity)
}

.chapternav-paddle:focus {
    outline:none
}

.chapternav-paddle:focus:after {
    outline: 2px solid #0071e3;
    outline-offset: 4px;
    opacity:1
}

.chapternav-paddle:active, .chapternav-paddle:focus:after[data-focus-method=mouse]:not(input):not(textarea):not(select), .chapternav-paddle:focus:after[data-focus-method=touch]:not(input):not(textarea):not(select) {
    outline:none
}

.chapternav-paddle:active:after {
    outline: none;
    opacity:var(--chapternav-paddle-hover-opacity)
}

.chapternav-paddle-left {
    border-right-width: var(--chapternav-border-width);
    left:0
}

.chapternav-paddle-left:after, .chapternav-paddle-left:before {
    font-family: SF Pro Icons;
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: "";
    text-decoration:none
}

.chapternav-paddle-left:before {
    display:none
}

.chapternav-paddle-left:after, .chapternav-paddle-left:before {
    content: ""
}

.chapternav-paddle-left:after {
    margin-left:var(--chapternav-paddle-horizontal-offset)
}

@supports (left: calc(max(0px))) {
    .chapternav-paddle-left {
        left:calc(max(env(safe-area-inset-left) + var(--chapternav-safearea-offset), 0px))
    }
}

.chapternav-paddle-right {
    border-left-width: var(--chapternav-border-width);
    right:0
}

.chapternav-paddle-right:after, .chapternav-paddle-right:before {
    font-family: SF Pro Icons;
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: "";
    text-decoration:none
}

.chapternav-paddle-right:before {
    display:none
}

.chapternav-paddle-right:after, .chapternav-paddle-right:before {
    content: ""
}

.chapternav-paddle-right:after {
    margin-right:var(--chapternav-paddle-horizontal-offset)
}

@supports (right: calc(max(0px))) {
    .chapternav-paddle-right {
        right:calc(max(env(safe-area-inset-left) + var(--chapternav-safearea-offset), 0px))
    }
}

@supports ((-webkit-backdrop-filter: initial) or(backdrop-filter: initial)) {
    .chapternav {
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background:rgba(245, 245, 247, .6)
    }
}

.ac-nav-overlap .chapternav, .chapternav-overlap .chapternav {
    position: absolute;
    top: 0;
    left:0
}

.ac-nav-overlap .chapternav {
    margin-top:var(--r-globalnav-height, 44px)
}

@media only screen and (max-width: 767px) {
    .ac-nav-overlap .chapternav {
        margin-top:var(--r-globalnav-height, 48px)
    }
}

.chapternav.theme-dark, .theme-dark .chapternav {
    background:rgba(29, 29, 31, .7)
}

@supports ((-webkit-backdrop-filter: initial) or(backdrop-filter: initial)) {
    .chapternav.theme-dark, .theme-dark .chapternav {
        background:rgba(29, 29, 31, .6)
    }
}

.chapternav-wrapper {
    position: relative;
    height: 100%;
    z-index:1
}

.chapternav-tall {
    height:116px
}

.chapternav-items {
    margin: 0 var(--chapternav-paddle-width);
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    list-style: none;
    padding-bottom:50px
}

@supports (margin: calc(max(0px))) {
    .chapternav-items {
        margin:0 calc(max(env(safe-area-inset-left) + var(--chapternav-paddle-width) + var(--chapternav-safearea-offset), var(--chapternav-paddle-width)))
    }
}

@media only screen and (orientation: landscape) {
    .chapternav-items {
        padding-bottom:49px
    }
}

.chapternav-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 -0.1176470588em;
    padding:0 20px
}

.chapternav-item:first-child {
    margin-left: 0;
    padding-left:4px
}

.chapternav-item:last-child {
    margin-right: 0;
    padding-right:4px
}

.chapternav-icon {
    background: bottom no-repeat;
    display: block;
    margin: 0 auto 7px;
    height:54px
}

.chapternav-label {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block;
    margin:0
}

.chapternav-label:lang(ja) {
    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
}

.chapternav-new {
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.008em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #bf4800;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width:100%
}

.chapternav-new:lang(ja) {
    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
}

.theme-dark .chapternav-new {
    color:#f56300
}

.chapternav-link {
    color: #1d1d1f;
    display: block;
    padding: 0;
    margin-top: 3px;
    position: relative;
    z-index:1
}

.chapternav-link:hover {
    color: #06c;
    text-decoration:none
}

.chapternav-link:focus {
    outline-offset:0
}

.chapternav-link.current {
    color: #1d1d1f;
    cursor: default;
    opacity:.6
}

.theme-dark .chapternav-link {
    color:#f5f5f7
}

.theme-dark .chapternav-link:hover {
    color:#2997ff
}

.theme-dark .chapternav-link.current {
    color:#f5f5f7
}

@keyframes chapternav-slidein {
    0% {
        opacity:0
    }

    1% {
        transform:translateX(160px)
    }

    to {
        opacity: 1;
        transform:translateX(0)
    }
}

.chapternav-item {
    animation:chapternav-slidein 350ms backwards
}

.typography-chapternav-label {
    font-size: 14px;
    line-height: 1.4285914286;
    font-weight: 600;
    letter-spacing: -0.025em;
    font-family:SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.typography-chapternav-label:lang(ja) {
    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
}

html.text-zoom .chapternav-new {
    font-size:6px
}

#chapternav {
    --localnav-min-height: 52px;
    --localnav-spacing: 9px;
    --localnav-top-spacing: var(--localnav-spacing);
    --localnav-anim-fn: ease-out;
    --localnav-paddlenav-width: 50px;
    --localnav-paddlenav-height: 134px;
    --localnav-anim-duration: 0.4s;
    --progress: 1;
    --anim-elem-x: 0px;
    --anim-elem-y: 0px;
    --cta-padding-inline: 10px;
    --cta-padding-block: 6px;
    --explore-in-duration: 0.15s;
    --explore-out-duration: 0.1s;
    --localnav-vertical-spacing: 80px;
    --localnav-body: swatch(fill);
    --localnav-blur-bg: rgba(swatch(fill), 0.4);
    --localnav-paddlenav-shadow: rgba(swatch(fill-gray-secondary), 0.07);
    width: 100%;
    box-sizing: border-box;
    pointer-events: none;
    height: auto
}

@media only screen and (max-width:1068px) {
    #chapternav {
        --localnav-vertical-spacing: 72px
    }
}

@media only screen and (max-width:734px) {
    #chapternav {
        --localnav-vertical-spacing: 56px;
        --localnav-spacing: 12px;
        --localnav-paddlenav-width: 34px
    }
}

html.reduced-motion #chapternav {
    --localnav-anim-duration: 0s;
    --explore-in-duration: 0s;
    --explore-out-duration: 0s
}

.ac-ls-visible #chapternav {
    position: relative !important;
    top: unset !important;
    margin-top: calc(var(--r-localeswitcher-height) - var(--r-globalnav-height)) !important
}

#chapternav .chapternav-item-iphone-17-pro .chapternav-icon {
    width: 47px;
    height: 80px
}

#chapternav .chapternav-item-iphone-air .chapternav-icon {
    width: 45px;
    height: 77px
}

#chapternav .chapternav-item-iphone-17 .chapternav-icon {
    width: 43px;
    height: 73px
}

#chapternav .chapternav-item-iphone-16 .chapternav-icon {
    width: 42px;
    height: 78px
}

#chapternav .chapternav-item-iphone-16e .chapternav-icon {
    width: 43px;
    height: 72px
}

#chapternav .chapternav-item-compare .chapternav-icon {
    width: 80px;
    height: 80px
}

#chapternav .chapternav-item-accessories .chapternav-icon {
    width: 64px;
    height: 80px
}

#chapternav.loaded.reveal {
    pointer-events: auto
}

@media only screen and (max-width:374px) {
    #chapternav .viewport-content {
        width: 100%;
        max-width: none
    }
}

#chapternav .localnav-wrap {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    overflow: hidden;
    transition: padding var(--localnav-anim-duration) var(--localnav-anim-fn);
    padding: 0
}

#chapternav .content-expand-wrap {
    --expand-wrap-top-offset: 70px;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    height: calc((var(--total-height) + var(--localnav-spacing))*var(--progress));
    width: 100%;
    max-height: calc(100dvh - var(--localnav-top-spacing) - var(--expand-wrap-top-offset))
}

#chapternav .content-expand-wrap::-webkit-scrollbar {
    width: 0
}

@media only screen and (max-width:734px) {
    #chapternav .content-expand-wrap {
        --expand-wrap-top-offset: 74px
    }
}

#chapternav .content-expand-wrap .focus-visible,
#chapternav .content-expand-wrap :focus-visible {
    outline: 2px solid #0071e3
}

#chapternav .content-expand-wrap .product-list-wrap {
    position: relative
}

#chapternav .content-expand-wrap .product-list-wrap ::-webkit-scrollbar {
    display: none
}

@media only screen and (max-width:734px) {
    #chapternav .content-expand-wrap .product-list-wrap {
        --wrap-margin-offset: -100px
    }
}

#chapternav .content-expand-wrap .product-list-wrap .chapternav-item {
    padding: 0 var(--localnav-spacing)
}

#chapternav .content-expand-wrap .product-list-wrap .paddlenav {
    --paddlenav-offset: 96px;
    background-color: #f5f5f7;
    position: absolute;
    display: flex;
    align-items: center;
    transition: opacity var(--localnav-anim-duration) var(--localnav-anim-fn);
    top: var(--localnav-vertical-spacing);
    width: var(--localnav-paddlenav-width);
    height: var(--localnav-paddlenav-height);
    pointer-events: auto;
    z-index: 1;
	margin-top: 0
}

@media only screen and (max-width:734px) {
    #chapternav .content-expand-wrap .product-list-wrap .paddlenav {
        --paddlenav-offset: 86px
    }
}

#chapternav .content-expand-wrap .product-list-wrap .paddlenav:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0
}

#chapternav .content-expand-wrap .product-list-wrap .paddlenav[data-focus-method=mouse] {
    outline: none
}

#chapternav .content-expand-wrap .product-list-wrap .paddlenav.disabled {
    opacity: 0;
    pointer-events: none
}

#chapternav .content-expand-wrap .product-list-wrap .paddlenav.disabled:focus {
    outline: none
}

#chapternav .content-expand-wrap .product-list-wrap .paddlenav-left {
    inset-inline-start: -1px
}

#chapternav .content-expand-wrap .product-list-wrap .paddlenav-left:before {
    background-image: linear-gradient(90deg, rgba(134, 134, 139, 0.07), transparent);
    inset-inline-end: -10px
}

#chapternav .content-expand-wrap .product-list-wrap .paddlenav-right {
    inset-inline-end: -1px
}

#chapternav .content-expand-wrap .product-list-wrap .paddlenav-right:before {
    background-image: linear-gradient(270deg, rgba(134, 134, 139, 0.07), transparent);
    inset-inline-start: -10px
}

#chapternav .content-expand-wrap .product-list-wrap .paddlenav .paddlenav-icon {
    pointer-events: none;
    width: 29px;
    height: 29px;
    fill: var(--sk-glyph-gray)
}

#chapternav .content-expand-wrap .product-list {
    scrollbar-width: none;
    display: flex;
    width: 100%;
    overflow-y: hidden;
    box-sizing: border-box;
    position: relative;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding-top: var(--localnav-vertical-spacing);
    padding-bottom: var(--localnav-vertical-spacing)
}

#chapternav .content-expand-wrap .product-list::-webkit-scrollbar {
    width: 0
}

#chapternav .content-expand-wrap .product-list .product-wrap {
    --progress: 0;
    --product-gap: 10px;
    margin-inline-end: var(--product-gap);
    border-radius: var(--localnav-spacing);
    display: flex;
    align-items: end;
    margin-top: 0
}

#chapternav .content-expand-wrap .product-list .product-wrap:last-child {
    margin-inline-end: 0
}

#chapternav .content-expand-wrap .product-list .product-wrap .product-link {
    text-decoration: none;
    color: #1d1d1f;
    padding: 0 20px 15px;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

#chapternav .content-expand-wrap .product-list .product-wrap .badge {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #bf4800
}

#chapternav .content-expand-wrap .product-list .product-wrap .badge:lang(ar) {
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

#chapternav .content-expand-wrap .product-list .product-wrap .badge:lang(ja) {
    line-height: 1.4166666667;
    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
}

#chapternav .content-expand-wrap .product-list .product-wrap .badge:lang(ko) {
    line-height: 1.4166666667;
    letter-spacing: 0em;
    font-family: SF Pro KR, SF Pro Text, SF Pro Icons, Apple Gothic, HY Gulim, MalgunGothic, HY Dotum, Lexi Gulim, Helvetica Neue, Helvetica, Arial, sans-serif
}

#chapternav .content-expand-wrap .product-list .product-wrap .badge:lang(zh) {
    letter-spacing: 0em
}

#chapternav .content-expand-wrap .product-list .product-wrap .badge:lang(th) {
    line-height: 1.3333733333;
    letter-spacing: 0em;
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

#chapternav .content-expand-wrap .product-list .product-wrap .badge:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

#chapternav .content-expand-wrap .product-list .product-wrap .badge:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

#chapternav .content-expand-wrap .product-list .product-wrap .badge:lang(zh-MO) {
    font-family: SF Pro HK, SF Pro TC, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

#chapternav .content-expand-wrap .product-list .product-wrap .badge:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media only screen and (max-width:734px) {
    #chapternav .content-expand-wrap .product-list .product-wrap .badge {
        bottom: -4px
    }
}

#chapternav .content-expand-wrap .product-list .product-wrap .badge-viewing {
    font-weight: 400;
    color: #86868b
}

#chapternav .content-expand-wrap .product-list .product-wrap p {
    text-align: center;
    padding-top: 6px;
    font-weight: 600
}
#chapternav .content-expand-wrap .product-list .product-wrap.chapternav-item-accessories p {
	width: 80px;
}

#chapternav:not(.animating-in, .animating-out) .content-collapsed-wrap .product-name {
    height: 24px
}

#chapternav.resizing:not(.animating-in) .content-collapsed-wrap .buy {
    background-color: #0071e3;
    color: #fff
}

#chapternav.resizing:not(.animating-in) .content-collapsed-wrap .product-name {
    color: #000
}

#chapternav.resizing:not(.animating-in) .content-expand-wrap .product-action {
    visibility: hidden
}

#chapternav.animating-in .content-expand-wrap .product-cta .buy:focus,
#chapternav.animating-out .content-expand-wrap .product-cta .buy:focus {
    --localnav-anim-duration: 0s
}

#chapternav.animating-in:before {
    pointer-events: auto
}

#chapternav.animating-in.animating-in-finished .content-expand-wrap {
    height: auto
}

html.reduced-motion #chapternav.animating-in,
html.reduced-motion #chapternav.animating-in .option-wrap,
html.reduced-motion #chapternav.animating-in .product-wrap {
    --progress: 1 !important
}

#chapternav.animating-in.resizing {
    --localnav-anim-duration: 0s
}

#chapternav.animating-in .localnav-wrap {
    padding: 0
}

#chapternav.animating-in .content-collapsed-wrap .buy {
    pointer-events: none
}

#chapternav.animating-in .content-collapsed-wrap .cta-buttons {
    --cta-gap: 10px
}

#chapternav.animating-in .content-expand-wrap {
    pointer-events: auto;
    overflow-y: scroll
}

#chapternav.animating-in .content-expand-wrap .product-action .product-cta .pricing,
#chapternav.animating-in .content-expand-wrap .product-list-wrap .paddlenav:not(.disabled) {
    opacity: 1
}

#chapternav.animating-in .product-action:before {
    transition-delay: .25s
}

#chapternav.animating-out .content-expand-wrap .product-list-wrap .paddlenav {
    transition-duration: 0s;
    transition-delay: 0s
}

.chapternav-item-iphone-17-pro .chapternav-icon {
    background-size: 47px 80px;
    background-repeat: no-repeat;
    background-image: url(/jp/iphone/trade-in/images/chapternav/nav_iphone_17pro__dkxn0hygvuuu_large.png);
    width:47px
}

@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) {
    .chapternav-item-iphone-17-pro .chapternav-icon {
        background-image:url(/jp/iphone/trade-in/images/chapternav/nav_iphone_17pro__dkxn0hygvuuu_large_2x.png)
    }
}

.chapternav-item-iphone-air .chapternav-icon {
    background-size: 45px 77px;
    background-repeat: no-repeat;
    background-image: url(/jp/iphone/trade-in/images/chapternav/nav_iphone_air__c41xoe66bzee_large.png);
    width:45px
}

@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) {
    .chapternav-item-iphone-air .chapternav-icon {
        background-image:url(/jp/iphone/trade-in/images/chapternav/nav_iphone_air__c41xoe66bzee_large_2x.png)
    }
}

.chapternav-item-iphone-17 .chapternav-icon {
    background-size: 43px 73px;
    background-repeat: no-repeat;
    background-image: url(/jp/iphone/trade-in/images/chapternav/nav_iphone_17__f9xgvahk5b6m_large.png);
    width:43px
}

@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) {
    .chapternav-item-iphone-17 .chapternav-icon {
        background-image:url(/jp/iphone/trade-in/images/chapternav/nav_iphone_17__f9xgvahk5b6m_large_2x.png)
    }
}

.chapternav-item-iphone-16 .chapternav-icon {
    background-size: 42px 78px;
    background-repeat: no-repeat;
    background-image: url(/jp/iphone/trade-in/images/chapternav/nav_iphone_16__e9eg3l18g6my_large.png);
    width:42px
}

@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) {
    .chapternav-item-iphone-16 .chapternav-icon {
        background-image:url(/jp/iphone/trade-in/images/chapternav/nav_iphone_16__e9eg3l18g6my_large_2x.png)
    }
}

.chapternav-item-iphone-16e .chapternav-icon {
    background-size: 43px 72px;
    background-repeat: no-repeat;
    background-image: url(/jp/iphone/trade-in/images/chapternav/nav_iphone_16e__fdr07dkwfhm6_large.png);
    width:43px
}

@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) {
    .chapternav-item-iphone-16e .chapternav-icon {
        background-image:url(/jp/iphone/trade-in/images/chapternav/nav_iphone_16e__fdr07dkwfhm6_large_2x.png)
    }
}

.chapternav-item-compare .chapternav-icon {
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-image: url(/jp/iphone/trade-in/images/chapternav/nav_compare__fyaxbj0y37ma_large.png);
    width:80px
}

@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) {
    .chapternav-item-compare .chapternav-icon {
        background-image:url(/jp/iphone/trade-in/images/chapternav/nav_compare__fyaxbj0y37ma_large_2x.png)
    }
}

.chapternav-item-accessories .chapternav-icon {
    background-size: 64px 80px;
    background-repeat: no-repeat;
    background-image: url(/jp/iphone/trade-in/images/chapternav/nav_accessories__z2ilhmxhrb62_large.png);
    width:64px
}

@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) {
    .chapternav-item-accessories .chapternav-icon {
        background-image:url(/jp/iphone/trade-in/images/chapternav/nav_accessories__z2ilhmxhrb62_large_2x.png)
    }
}

.section-nav {
    background-color:#f5f5f7
}

html.ac-ls-visible #main #chapternav {
	position: static;
	margin-top: 0;
}
/* chapternav end */

.section-hero {
	padding-top: 60px;
	padding-bottom: 55px;
	text-align: center;
}

@media only screen and (max-width: 735px) {
	.section-hero {
		padding-top: 62px;
		padding-bottom: 0;
	}
}

.section-hero .copy-wrapper {
	margin-top: 26px;
	padding-top: 0;
}

@media only screen and (max-width: 735px) {
	.section-hero .copy-wrapper {
		padding-bottom: 0;
		width: 100%;
	}
}

.section-hero .row-trade-in {
	margin-top: 60px;
}

@media only screen and (max-width: 1068px) {
	.section-hero .row-trade-in {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 735px) {
	.section-hero .row-trade-in {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 735px) {
	.section-hero .row-trade-in .column {
		margin-bottom: 30px;
	}
}

.section-iphone-image .image-iphone {
	margin: 0 auto;
}

@media only screen and (max-width: 1068px) {
	.section-iphone-image .image-iphone {
		margin-top: 63px;
	}
}

@media only screen and (max-width: 735px) {
	.section-iphone-image .image-iphone {
		margin-top: 10px;
	}
}

.section-iphone-image .image-iphone {
	width: 784px;
	height: 628px;
	background-size: 784px 628px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/overview/hero_large.jpg");
	background-position: center center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.section-iphone-image .image-iphone {
		background-image: url("/jp/iphone/trade-in/images/overview/hero_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-iphone-image .image-iphone {
		width: 682px;
		height: 547px;
		background-size: 682px 547px;
		background-repeat: no-repeat;
		background-image: url("/jp/iphone/trade-in/images/overview/hero_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-iphone-image .image-iphone {
		background-image: url("/jp/iphone/trade-in/images/overview/hero_medium_2x.jpg");
	}
}

@media only screen and (max-width: 735px) {
	.section-iphone-image .image-iphone {
		width: 100%;
		height: 80vw;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-image: url("/jp/iphone/trade-in/images/overview/hero_small.jpg");
		background-position: center bottom;
	}
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
	.section-iphone-image .image-iphone {
		background-image: url("/jp/iphone/trade-in/images/overview/hero_small_2x.jpg");
	}
}

.row-trade-in .image-logo-docomo {
	width: 101px;
	height: 34px;
	background-size: 101px 34px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/overview/docomo_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.row-trade-in .image-logo-docomo {
		background-image: url("/jp/iphone/trade-in/images/overview/docomo_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.row-trade-in .image-logo-docomo {
		width: 94px;
		height: 31px;
		background-size: 94px 31px;
		background-repeat: no-repeat;
		background-image: url("/jp/iphone/trade-in/images/overview/docomo_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) {
	.row-trade-in .image-logo-docomo {
		background-image: url("/jp/iphone/trade-in/images/overview/docomo_medium_2x.png");
	}
}

.row-trade-in .image-logo-au {
	width: 53px;
	height: 34px;
	background-size: 53px 34px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/overview/au_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.row-trade-in .image-logo-au {
		background-image: url("/jp/iphone/trade-in/images/overview/au_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.row-trade-in .image-logo-au {
		width: 49px;
		height: 31px;
		background-size: 49px 31px;
		background-repeat: no-repeat;
		background-image: url("/jp/iphone/trade-in/images/overview/au_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) {
	.row-trade-in .image-logo-au {
		background-image: url("/jp/iphone/trade-in/images/overview/au_medium_2x.png");
	}
}

.row-trade-in .image-logo-softbank {
	width: 121px;
	height: 34px;
	background-size: 121px 34px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/overview/softbank_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.row-trade-in .image-logo-softbank {
		background-image: url("/jp/iphone/trade-in/images/overview/softbank_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.row-trade-in .image-logo-softbank {
		width: 111px;
		height: 31px;
		background-size: 111px 31px;
		background-repeat: no-repeat;
		background-image: url("/jp/iphone/trade-in/images/overview/softbank_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) {
	.row-trade-in .image-logo-softbank {
		background-image: url("/jp/iphone/trade-in/images/overview/softbank_medium_2x.png");
	}
}
.row-trade-in .image-logo-rakuten {
	width: 130px;
	height: 34px;
	background-size: 130px 34px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/overview/rakuten_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.row-trade-in .image-logo-rakuten {
		background-image: url("/jp/iphone/trade-in/images/overview/rakuten_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.row-trade-in .image-logo-rakuten {
		width: 120px;
		height: 31px;
		background-size: 120px 31px;
		background-repeat: no-repeat;
		background-image: url("/jp/iphone/trade-in/images/overview/rakuten_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) {
	.row-trade-in .image-logo-rakuten {
		background-image: url("/jp/iphone/trade-in/images/overview/rakuten_medium_2x.png");
	}
}

.row-trade-in .image-logo {
	margin: 0 auto 20px;
}

@media only screen and (max-width: 735px) {
	.row-trade-in .image-logo {
		margin-bottom: 10px;
	}
}

.row-trade-in {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.row-trade-in .large-3 {
	width: 23%;
}
.colmun-au {
	margin-left: 2%;
}
.colmun-docomo {
	margin-left: 1%;
}
.colmun-rakuten {
	margin-left: 5%;
}

@media only screen and (max-width: 735px) {
	.row-trade-in .small-6 {
		width: 50%;
		margin-left: 0;
	}
}
@media only screen and (max-width: 420px) {
	.row-trade-in .xsmall-12 {
		width: 100%;
	}
}