.jp-headline-adjust {
	margin-right: -0.45em;
}

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

	.xsmall-show {
		display: block;
	}

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

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

a.button:hover .icon-copy {
	text-decoration: none;
}

a .nowrap {
	display: inline;
}

.icon-external::after {
	padding-left: 0.3em;
}

.link-no-margin {
	margin-top: 0;
}

.sup-space {
	margin-left: 0.2em;
}

.tabnav .tabnav-items {
	font-size: 0;
}

.pd-billboard-table th:last-child {
	text-align: right;
}

.pd-billboard-info {
	padding: 50px 170px 0;
}

@media only screen and (max-width: 1068px) {
	.pd-billboard-info {
		padding: 45px 44px 0;
	}
}

@media only screen and (max-width: 734px) {
	.pd-billboard-info {
		padding: 36px 6.25% 20px;
	}
}

.section-better-way .callout-top > div {
	width: 93%;
}

@media only screen and (max-width: 1068px) {
	.section-better-way .callout-top > div {
		width: 94%;
	}
}

@media only screen and (max-width: 735px) {
	.section-better-way .callout-top > div {
		width: 100%;
	}
}

/* Hero */
.section-give-back .give-back-headline {
	padding: 81px 0 61px;
}

@media only screen and (max-width: 1068px) {
	.section-give-back .give-back-headline {
		padding: 63px 0 31px;
	}
}

@media only screen and (max-width: 734px) {
	.section-give-back .give-back-headline {
		padding: 61px 0 27px;
	}
}

.section-content-pricing {
	margin-top: 100px;
}

@media only screen and (max-width: 1068px) {
	.section-content-pricing {
		margin-top: 51px;
	}
}

@media only screen and (max-width: 734px) {
	.section-content-pricing {
		margin-top: 24px;
	}
}

@media only screen and (max-width: 321px) {
	.section-content-pricing {
		margin-top: 2px;
	}
}

/*
.section-content-pricing
 */
.section-content-pricing .pd-billboard-info sup.footnote-number {
	left: 1px;
}

/*
Gift Card
 */
.section-gift-card {
	max-width: 100%;
}

/*
FAQ
 */
.section-faqs .accordion-content {
	width: 100%;
}

.section-faqs :target ~ .accordion-content,
.section-faqs #toggle-menu-faqs:checked ~ .accordion-content {
	max-height: 5000px !important;
}

@media only screen and (max-width: 1068px) {
	.section-faqs :target ~ .accordion-content,
	.section-faqs #toggle-menu-faqs:checked ~ .accordion-content {
		max-height: 6000px !important;
	}
}

@media only screen and (max-width: 735px) {
	.section-faqs :target ~ .accordion-content,
	.section-faqs #toggle-menu-faqs:checked ~ .accordion-content {
		max-height: 9000px !important;
	}
}

.cta-black {
	color: #333;
	font-weight: bold;
}

.cta-black:hover {
	text-decoration: none;
}

.section-recycle .accordion-content {
	width: 100%;
}

.section-recycle .recycle-content {
	padding: 26px 0;
	border-top: 1px solid #d6d6d6;
	margin-top: 0;
}

.section-recycle .recycle-content:first-child {
	margin-top: 2em;
}

.section-recycle .recycle-content-accordion,
.section-recycle .recycle-content-cta {
	padding: 12px 0;
}

.recycle-content h4,
.recycle-content h4 > a {
	color: #333;
}

.recycle-content-cta h4 > a {
	display: block;
	padding: 14px 0;
}

.recycle-content-cta h4 > a:hover {
	text-decoration: none;
}

/*
Recycle
 */
.section-recycle .section-content {
	box-sizing: border-box;
	border-top: solid 1px #d6d6d6;
}

/*
Accordion
 */
/* input */
.toggle-menu-child {
	display: none;
}

/* label */
.toggle-menu-child + label {
	display: block;
	position: relative;
	padding: 16px 0;
}

.toggle-menu-child + label:hover {
	cursor: pointer;
}

/* icon */
.toggle-menu-child + label h4 {
	position: relative;
	padding-right: 55px;
}

@media only screen and (max-width: 735px) {
	.toggle-menu-child + label h4 {
		padding-right: 30px;
	}
}

.toggle-menu-child + label h4:after {
	font-size: 14px;
	color: #888888;
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	alt: "";
	margin: 2px 24px;
}

@media only screen and (max-width: 1068px) {
	.toggle-menu-child + label h4:after {
		margin: 2px 4px;
	}
}

@media only screen and (max-width: 735px) {
	.toggle-menu-child + label h4:after {
		margin: 1px 5px;
	}
}

/* :target + label h4:after, */
.toggle-menu-child:checked + label h4:after {
	-webkit-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
}

/* for VO */
.toggle-menu-child + label .btn {
	margin: 0;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 1px;
	z-index: -1;
}

.toggle-menu-child + label .close-btn {
	display: none;
}

.toggle-menu-child:checked + label .open-btn {
	display: none !important;
}

/* :target + label .close-btn, */
.toggle-menu-child:checked + label .close-btn {
	display: block !important;
}

/* content */
.toggle-menu-child ~ .accordion-content {
	-webkit-transition: max-height 0.5s;
	transition: max-height 0.5s;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 90%;
}

@media only screen and (max-width: 735px) {
	.toggle-menu-child ~ .accordion-content {
		width: 100%;
	}
}

/* :target ~ .accordion-content, */
.toggle-menu-child:checked ~ .accordion-content {
	max-height: 1000px !important;
	visibility: visible !important;
	padding: 0 0 14px;
}

.section-faqs .toggle-menu-child:checked ~ .accordion-content {
	max-height: 400px !important;
}

@media only screen and (max-width: 1068px) {
	.section-faqs .toggle-menu-child:checked ~ .accordion-content {
		max-height: 500px !important;
	}
}

@media only screen and (max-width: 735px) {
	.section-faqs .toggle-menu-child:checked ~ .accordion-content {
		max-height: 1000px !important;
	}
}

.section-recycle .toggle-menu-child:checked ~ .accordion-content {
	max-height: 800px !important;
}

/*
Dropdown
 */
.dropdown-title {
	display: none;
	text-align: center;
}

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

@media only screen and (max-width: 735px) {
	.section-recycle .accordion-content {
		width: 100%;
	}
}

.section-recycle .data-content {
	margin-top: 1em;
}

.dropdown-content {
	display: none;
}

.dropdown-content.active {
	display: block;
}

.form-cell {
	display: table-cell;
	vertical-align: top;
	direction: ltr;
	padding-bottom: 0.5em;
}

@media only screen and (max-width: 414px) {
	.form-cell {
		display: block;
	}
}

.form-cell .form-element {
	margin-top: 0;
	position: relative;
}

.dropdown {
	font-size: 16px;
	line-height: 1.29412;
	font-weight: 400;
	letter-spacing: -0.021em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2em;
	padding-top: 1px;
	color: #333;
	padding-left: 15px;
	padding-right: 35px;
	text-align: left;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	background-clip: padding-box;
	margin-bottom: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-height: 32px;
	padding-right: 35px;
	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;
}

.dropdown::-ms-expand {
	display: none;
}

.dropdown:focus {
	outline: 0;
	box-shadow: 0;
}

@media only screen and (max-width: 735px) {
	.dropdown {
		width: 100%;
	}
}

html.ie .dropdown option:disabled {
	background-color: #fff;
}

.dropdown ~ .form-icon {
	display: block;
	pointer-events: none;
	color: #888;
	right: 15px;
	font-size: 21px;
	font-weight: 300;
	top: 4px;
	line-height: 1.16;
}

@media only screen and (max-width: 414px) {
	.dropdown ~ .form-icon {
		right: 17px;
	}
}

.form-icon {
	display: none;
	position: absolute;
	top: 3px;
	right: 16px;
}

/*
Table
 */
.recycle-content table,
.recycle-content .caution {
	font-size: 12px;
}

.recycle-content table {
	width: 575px;
}

.recycle-content table.data-table-type02 {
	width: 440px;
}

.recycle-content td {
	border: 1px solid #a1a5a9;
	padding: 3px 6px;
}

.recycle-content table tr.bggray {
	background-color: #e2e2e2;
}

.recycle-content table tr.bgblue {
	background-color: #ccc;
	font-weight: bold;
}

.dropdown-content .data-table-wrapper,
.accordion-content .data-table-wrapper {
	margin-bottom: 1.5em;
	overflow-x: auto;
}

.dropdown-content .data-table-wrapper::-webkit-scrollbar,
.accordion-content .data-table-wrapper::-webkit-scrollbar {
	height: 10px;
}

.dropdown-content .data-table-wrapper::-webkit-scrollbar-track,
.accordion-content .data-table-wrapper::-webkit-scrollbar-track {
	margin: 0 2px;
	background: #ccc;
	border-radius: 5px;
}

.dropdown-content .data-table-wrapper::-webkit-scrollbar-thumb,
.accordion-content .data-table-wrapper::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}

.dropdown-content .data-table-wrapper:last-of-type,
.accordion-content .data-table-wrapper:last-of-type {
	margin-bottom: 0;
}

.dropdown-content .data-table-wrapper:last-of-type + p,
.accordion-content .data-table-wrapper:last-of-type + p {
	margin-top: 0.8em;
}

/* Compare */
.pd-tradein-compare .more::after {
	position: relative;
	top: -0.08em;
}

.pd-tradein-compare .pd-billboard-footer {
	padding: 0;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 0.011em;
	line-height: 1.4286;
	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: 734px) {
	.pd-tradein-compare .pd-billboard-footer {
		font-size: 19px;
		font-weight: 400;
		letter-spacing: 0.012em;
		line-height: 1.47376;
		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: 734px) {
	.pd-tradein-compare .pd-billboard-footer {
		padding: 0;
	}
}

.pd-tradein-compare .pd-billboard-footer .pd-billboard-copy {
	padding-bottom: 16px;
}

@media only screen and (max-width: 734px) {
	.pd-tradein-compare .pd-billboard-footer-copy {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.pd-tradein-compare .pd-bilboard-link {
		margin-top: 5px;
	}
}
@media only screen and (max-width: 734px) {
	.section-trade .trade-in-headline {
		padding-left: 6.25%;
		padding-right: 6.25%;
	}
	.pd-tradein-compare .pd-billboard-header {
		margin: 0;
		padding-left: 6.25%;
		padding-right: 6.25%;
	}
}

/* images */
.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-ipad_01 {
	top: 0px;
}

.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-ipad_02 {
	width: 354px;
	height: 300px;
	background-size: 354px 300px;
	left: 50%;
	margin-left: -177px;
}

@media only screen and (max-width: 1068px) {
	.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-ipad_02 {
		width: 336px;
		height: 284px;
		background-size: 336px 284px;
	}
}

@media only screen and (max-width: 734px) {
	.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-ipad_02 {
		width: 328px;
		height: 236px;
		background-size: 328px 236px;
		margin-left: -164px;
	}
}

@media only screen and (max-width: 734px) {
	.section-gift-card .image-mac {
		background-size: 56px 57px;
	}
}

@media only screen and (max-width: 734px) {
	.section-gift-card .image-other_devices {
		background-size: 30px 30px;
	}
}

@media only screen and (max-width: 734px) {
	.section-gift-card .contentnav-icon {
		height: 81px;
	}
}

.section-gift-card .contentnav-item {
	height: auto;
	width: 180px;
}
@media only screen and (max-width: 734px) {
	.section-gift-card .contentnav-item {
		width: 100%;
	}
}

@media only screen and (max-width: 400px) {
	.section-gift-card .contentnav-icon.image-smartphone {
		background-position: top 22px center;
	}
}

@media only screen and (max-width: 363px) {
	.section-gift-card .contentnav-icon.image-mac {
		background-position: top 20px center;
	}
}

.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-watchs8 {
	margin: 0 auto;
	width: 205px;
	height: 243px;
	background-size: 205px 243px;
	background-image: url("/jp/trade-in/images/overview/trade-in/pricing-compare/watchs8__gjllgj5i8ryq_large.png");
	position: relative;
	left: 50%;
	margin-left: -102.5px;
}

@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) {
	.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-watchs8 {
		background-image: url("/jp/trade-in/images/overview/trade-in/pricing-compare/watchs8__gjllgj5i8ryq_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-watchs8 {
		width: 194px;
		height: 230px;
		background-size: 194px 230px;
		background-image: url("/jp/trade-in/images/overview/trade-in/pricing-compare/watchs8__gjllgj5i8ryq_medium.png");
		left: 50%;
		margin-left: -97px;
	}
}

@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) {
	.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-watchs8 {
		background-image: url("/jp/trade-in/images/overview/trade-in/pricing-compare/watchs8__gjllgj5i8ryq_medium_2x.png");
	}
}

@media only screen and (max-width: 734px) {
	.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-watchs8 {
		width: 163px;
		height: 194px;
		background-size: 164px 194px;
		background-image: url("/jp/trade-in/images/overview/trade-in/pricing-compare/watchs8__gjllgj5i8ryq_small.png");
		left: 50%;
		margin-left: -81.5px;
	}
}

@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) {
	.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-watchs8 {
		background-image: url("/jp/trade-in/images/overview/trade-in/pricing-compare/watchs8__gjllgj5i8ryq_small_2x.png");
	}
}

.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-watchse {
	background-image: url("/jp/trade-in/images/overview/trade-in/pricing-compare/watchse__b8d9lzmpeouq_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) {
	.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-watchse {
		background-image: url("/jp/trade-in/images/overview/trade-in/pricing-compare/watchse__b8d9lzmpeouq_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-watchse {
		background-image: url("/jp/trade-in/images/overview/trade-in/pricing-compare/watchse__b8d9lzmpeouq_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) {
	.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-watchse {
		background-image: url("/jp/trade-in/images/overview/trade-in/pricing-compare/watchse__b8d9lzmpeouq_medium_2x.png");
	}
}

@media only screen and (max-width: 734px) {
	.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-watchse {
		background-image: url("/jp/trade-in/images/overview/trade-in/pricing-compare/watchse__b8d9lzmpeouq_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) {
	.pd-tradein-compare .pd-billboard-phones .pd-billboard-phone .image-watchse {
		background-image: url("/jp/trade-in/images/overview/trade-in/pricing-compare/watchse__b8d9lzmpeouq_small_2x.png");
	}
}

.section-gift-card .contentnav-copy {
	margin-bottom: 15px;
}

.section-gift-card .image-gift-card {
	width: 377px;
	height: 246px;
	background-size: 377px 246px;
	background-image: url("/jp/trade-in/images/overview/trade-in/apple_card__elhh1lzetje6_large.png");
	background-position: center;
	position: relative;
	margin-right: 23px;
	margin-left: auto;
	top: 3px;
}

@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-gift-card .image-gift-card {
		background-image: url("/jp/trade-in/images/overview/trade-in/apple_card__elhh1lzetje6_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.section-gift-card .image-gift-card {
		width: 226px;
		height: 148px;
		background-size: 226px 148px;
		background-repeat: no-repeat;
		background-image: url("/jp/trade-in/images/overview/trade-in/apple_card__elhh1lzetje6_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-gift-card .image-gift-card {
		background-image: url("/jp/trade-in/images/overview/trade-in/apple_card__elhh1lzetje6_medium_2x.png");
	}
}

@media only screen and (max-width: 734px) {
	.section-gift-card .image-gift-card {
		width: 297px;
		height: 196px;
		background-size: 297px 196px;
		background-repeat: no-repeat;
		background-image: url("/jp/trade-in/images/overview/trade-in/apple_card__elhh1lzetje6_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-gift-card .image-gift-card {
		background-image: url("/jp/trade-in/images/overview/trade-in/apple_card__elhh1lzetje6_small_2x.png");
	}
}

.section-gift-card .gift-card-copy {
	width: 50%;
	text-align: left;
	margin-left: 47px;
}

@media only screen and (max-width: 1068px) {
	.section-gift-card .gift-card-copy {
		order: 1;
		margin: 35px 0 0;
		text-align: center;
		width: 100%;
	}
}

@media only screen and (max-width: 734px) {
	.section-gift-card .gift-card-copy {
		text-align: left;
		order: 0;
		margin-top: 0;
	}
}

.section-gift-card .gift-card-row {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 1068px) {
	.section-gift-card .gift-card-row {
		flex-direction: column;
		align-items: center;
	}

	.section-gift-card .gift-card-copy {
		order: 1;
		margin: 35px 0 0;
		text-align: center;
		width: 100%;
	}
	.section-gift-card .image-gift-card {
		order: 0;
		position: static;
		margin: 0;
		top: 0;
	}
}

@media only screen and (max-width: 734px) {
	.section-gift-card .gift-card-copy {
		text-align: left;
		order: 0;
		margin-top: 0;
	}
	.section-gift-card .image-gift-card {
		order: 1;
		margin-top: 47px;
	}
}

.section-gift-card {
	max-width: 1440px;
	padding-top: 0;
	padding-bottom: 114px;
	text-align: center;
}

@media only screen and (max-width: 1068px) {
	.section-gift-card {
		padding-top: 35px;
		padding-bottom: 83px;
	}
	.section-gift-card .gift-card-headline,
	.section-gift-card .gift-card-intro {
		max-width: 29em;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 734px) {
	.section-gift-card {
		padding-top: 45px;
		padding-bottom: 47px;
	}
	.section-gift-card .gift-card-headline,
	.section-gift-card .gift-card-intro {
		max-width: 100%;
	}
}

@media only screen and (max-width: 734px) {
	.pd-tradein-compare .pd-billboard-header {
		max-width: 100%;
	}
	.section-gift-card .contentnav-item:last-child .contentnav-cta {
		margin-top: 32px;
	}
}

.section-gift-card .image-other_devices {
	background-repeat: no-repeat;
	background-image: url("/jp/trade-in/images/overview/trade-in/aos_glyph_other__fsert41w38a6_large.png");
	background-size: 55px 56px;
}

@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-gift-card .image-other_devices {
		background-image: url("/jp/trade-in/images/overview/trade-in/aos_glyph_other__fsert41w38a6_large_2x.png");
	}
}

.hidden-sup {
	display: none;
}
[data-pricing-loaded] + .hidden-sup {
	display: inline;
}

.section-give-back .give-back-headline .typography-intro {
	padding-left: 0;
	padding-right: 0;
}

/* gift card */

.section-gift-card {
	background-color: #f2f2f2;
}

@media only screen and (max-width: 734px) {
	.section-gift-card {
		padding-top: 0;
	}
}

.pd-l-plate {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

@media only screen and (max-width: 1068px) {
	.pd-l-plate {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

.pd-l-plate::after,
.pd-l-plate::before {
	content: " ";
	display: table;
}

.pd-l-plate::after {
	clear: both;
}

.pd-tradein-giftcard-2021 {
	background-color: #f2f2f2;
	margin: 0 auto;
	max-width: 1440px;
}

.pd-tradein-giftcard-2021 .pd-l-plate {
	min-height: 550px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1068px) {
	.pd-tradein-giftcard-2021 .pd-l-plate {
		display: block;
		min-height: 0;
	}
}

.pd-tradein-giftcard-2021 .pd-billboard-info {
	position: relative;
	z-index: 1;
	padding: 84px 0 50px 433px;
	color: #333;
	text-align: left;
	background-color: transparent;
}

@media only screen and (max-width: 1068px) {
	.pd-tradein-giftcard-2021 .pd-billboard-info {
		padding: 45px 0 52px;
	}
}

.pd-tradein-giftcard-2021 .pd-billboard-header {
	font-size: 48px;
	line-height: 1.08349;
	font-weight: 600;
	padding-bottom: 17px;
}

@media only screen and (max-width: 1068px) {
	.pd-tradein-giftcard-2021 .pd-billboard-header {
		font-size: 32px;
		line-height: 1.125;
		font-weight: 600;
	}
}

@media only screen and (max-width: 1068px) {
	.pd-tradein-giftcard-2021 .pd-billboard-header {
		padding-bottom: 15px;
	}
}

.pd-tradein-giftcard-2021 .pd-billboard-subcopy {
	font-size: 21px;
	line-height: 1.381;
	font-weight: 400;
}

@media only screen and (max-width: 1068px) {
	.pd-tradein-giftcard-2021 .pd-billboard-subcopy {
		font-size: 19px;
		line-height: 1.4211;
		font-weight: 400;
	}
}

.pd-tradein-giftcard-2021 .pd-billboard-link {
	font-size: 21px;
	line-height: 1.381;
	font-weight: 400;
	display: inline-block;
	padding: 17px 0 0;
}

@media only screen and (max-width: 1068px) {
	.pd-tradein-giftcard-2021 .pd-billboard-link {
		font-size: 19px;
		line-height: 1.4211;
		font-weight: 400;
	}
}

@media only screen and (max-width: 1068px) {
	.pd-tradein-giftcard-2021 .pd-billboard-image {
		text-align: center;
	}
}

.pd-tradein-giftcard-2021 .pd-billboard-hero {
	position: absolute;
	top: 118px;
	left: -103px;
}

@media only screen and (max-width: 1068px) {
	.pd-tradein-giftcard-2021 .pd-billboard-hero {
		position: static;
		margin: 0 -100px 17px;
		width: 451px;
		aspect-ratio: auto 451 / 245;
		height: 245px;
	}

	.section-gift-card .select-device .select-device-label {
		max-width: none;
	}
}

.pd-tradein-giftcard-2021.pd-alt .pd-l-plate {
	min-height: 463px;
}

@media only screen and (max-width: 1068px) {
	.pd-tradein-giftcard-2021.pd-alt .pd-l-plate {
		min-height: 0;
	}
}

.pd-tradein-giftcard-2021.pd-alt .pd-billboard-info {
	padding: 67px 0 50px 471px;
}

@media only screen and (max-width: 1068px) {
	.pd-tradein-giftcard-2021.pd-alt .pd-billboard-info {
		padding: 45px 0 42px;
	}
}

.pd-tradein-giftcard-2021.pd-alt .pd-billboard-hero {
	top: 109px;
	left: 36px;
}

@media only screen and (max-width: 1068px) {
	.pd-tradein-giftcard-2021.pd-alt .pd-billboard-hero {
		margin: 0 -100px 23px;
	}
}

.heart-health-tradein .icon,
.trade-in-event-2022 .icon {
	width: 75px;
	height: 75px;
	background-size: 75px 75px;
	background-image: url("/jp/trade-in/images/overview/trade-in/aos_icon_money__fyacgtj62qy6_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) {
	.heart-health-tradein .icon,
	.trade-in-event-2022 .icon {
		background-image: url("/jp/trade-in/images/overview/trade-in/aos_icon_money__fyacgtj62qy6_large_2x.png");
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.pd-billboard-info .pd-billboard-copy {
		padding: 0 0;
	}
}

/* .image-hero */
.section-give-back .image-hero {
	width: 988px;
	height: 394px;
	background-size: 988px 394px;
	background-repeat: no-repeat;
	background-image: url("/jp/trade-in/images/overview/trade-in/hero__eag1dksk1dg2_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) {
	.section-give-back .image-hero {
		background-image: url("/jp/trade-in/images/overview/trade-in/hero__eag1dksk1dg2_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.section-give-back .image-hero {
		width: 690px;
		height: 264px;
		background-size: 690px 264px;
		background-repeat: no-repeat;
		background-image: url("/jp/trade-in/images/overview/trade-in/hero__eag1dksk1dg2_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-give-back .image-hero {
		background-image: url("/jp/trade-in/images/overview/trade-in/hero__eag1dksk1dg2_medium_2x.png");
	}
}

@media only screen and (max-width: 734px) {
	.section-give-back .image-hero {
		width: 324px;
		height: 185px;
		background-size: 324px 185px;
		background-repeat: no-repeat;
		background-image: url("/jp/trade-in/images/overview/trade-in/hero__eag1dksk1dg2_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-give-back .image-hero {
		background-image: url("/jp/trade-in/images/overview/trade-in/hero__eag1dksk1dg2_small_2x.png");
	}
}

@media only screen and (min-width: 735px) {
	.section-give-back .image-hero {
		position: relative;
		left: 50%;
		margin-left: -494px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-give-back .image-hero {
		left: 50%;
		margin-left: -345px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 734px) {
	.section-give-back .image-hero {
		left: 50%;
		margin-left: -162px;
	}
}

@media only screen and (max-width: 734px) {
	.section-give-back .image-hero {
		position: relative;
		left: 7px;
		background-size: 94%;
	}
}

@media only screen and (max-width: 321px) {
	.section-give-back .image-hero {
		background-size: 80%;
		left: 6px;
		top: -2px;
	}
}

/* ribbon-iphone-get-ready */
.ribbon-iphone-get-ready .ribbon .ribbon-content-wrapper {
	padding-top: 13px;
	padding-bottom: 13px;
}
