@charset "UTF-8";
.product_box {
  font-size: 3.2vw; /*12px*/
  color: #1d1d1f;
}

@media screen and (min-width: 768px) {
  .product_box {
    font-size: 1.5625vw; /*12px*/
  }
}
@media screen and (min-width: 980px) {
  .product_box {
    font-size: 16px;
  }
}
.product_box img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.product_box em {
  font-style: normal;
}
.product_box ul {
  margin: 0;
  padding: 0;
}
.product_box h2, .product_box h3, .product_box h4, .product_box h5 {
  margin: 0;
  font-weight: bold;
}
.product_box .sup {
  font-size: 70%;
  vertical-align: top;
}
.product_box figure {
  line-height: 1;
}
.product_box .btn {
  width: 7.5em;
  color: #fff;
  background: #000;
  display: inline-block;
  border: solid 0.075em #fff;
  border-radius: 50em;
  background-clip: padding-box;
  padding: 0.75em 0;
  font-size: 112.5%;
  line-height: 1;
  text-align: center;
}
.product_box .btn:hover {
  text-decoration: none;
}
.product_box .text-link {
  font-size: 93.75%;
}
.product_box .text-link-arrow::after {
  width: 0.5em;
  height: 0.5em;
  margin: 0 0 0.1em 0.2em;
  border-top: 2px solid #06a;
  border-right: 2px solid #06a;
  transform: rotate(45deg);
  display: inline-block;
}
.product_box .text-link-blank::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.2em;
  background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/a-common/images/icn-link-blank-blue-large.png?fmt=png-alpha&scl=1) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
}
.product_box .bg {
  color: transparent;
  display: inline-block;
  color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
}
.product_box .list-detail {
  list-style-type: disc;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .product_box .btn {
    font-size: 4vw;
  }
  .product_box .text-link {
    font-size: 3.8666666667vw;
  }
}

/*----------------------------------------
  共通
-----------------------------------------*/
.product_box {
  background-color: #fff;
  color: #1d1d1f;
}
.product_box .section-hero {
  text-align: center;
}
.product_box .section-hero .section-hero--conversion {
  background-color: #f5f5f7;
}
.product_box .section-function {
  background-color: #f5f5f7;
}
.product_box .section-function .text-copy {
  font-weight: bold;
  color: #606f7f;
}
.product_box .section-function .text-copy em {
  color: #1d1d1f;
}
.product_box .section-function .text-copy strong {
  color: #1d1d1f;
  display: block;
}
.product_box [class^=section-function-] {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.product_box .section-reason {
  background-color: #f5f5f7;
}
.product_box .section-reason .lead {
  color: #606f7f;
  font-weight: bold;
}
.product_box .section-reason .lead em {
  color: #1d1d1f;
}
.product_box .section-reason .text-copy {
  font-weight: bold;
  color: #606f7f;
}
.product_box .section-reason .text-copy strong {
  color: #1d1d1f;
  display: block;
}
.product_box .section-reason .reason-content-item {
  background-color: #fff;
  border-radius: 20px;
}
.product_box .section-reason .reason-content-item.--item03 .text-copy strong::after {
  content: "";
  background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-air/images/2509/icon_battery_5bfbc25b86369d28.jpg?scl=1&qlt=90) 0 0 no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
.product_box .section-other-features {
  background-color: #fff;
  color: #1d1d1f;
}
.product_box .section-other-features .section-content-item {
  background-color: #f5f5f7;
  border-radius: 20px;
}
.product_box .section-more-features {
  background-color: #f5f5f7;
  color: #1d1d1f;
}
.product_box .section-more-features .section-content-row {
  background-color: #fff;
  border-radius: 20px;
}
.product_box .section-more-features .list-service li {
  margin-bottom: 0.2em;
  padding-left: 1.3em;
  background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-air/images/2509/icon_check_e9cfcd17d30e8ee2.jpg?scl=1&qlt=90) 0 0.5em no-repeat;
  background-size: 0.7em auto;
}

/*----------------------------------------
  PC
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .product_box .section-hero {
    padding-top: 11.2254443405%;
  }
  .product_box .section-hero h2 {
    margin: 0 auto 6.0804490178% auto;
    width: 15.9962581852%;
    font-size: 0;
    display: block;
  }
  .product_box .section-hero .image {
    margin: 0 auto;
    width: 84.0037418148%;
  }
  .product_box .section-hero .section-hero--conversion {
    padding: 6.5481758653% 0;
  }
  .product_box .section-function {
    margin-bottom: 10.0561272217%;
    padding: 0 4.1627689429% 11.2254443405% 4.1627689429%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 2.0408163265%;
    row-gap: 1.25rem;
  }
  .product_box .section-function .text-copy {
    padding-left: 2.1875em;
    font-size: 112.5%;
    letter-spacing: -0.01em;
  }
  .product_box .section-function .list-device,
  .product_box .section-function .list-appeal {
    font-size: 68.75%;
    color: #606f7f;
  }
  .product_box .section-function .list-device strong,
  .product_box .section-function .list-appeal strong {
    padding: 0.1em 0;
    font-size: 162.5%;
    color: #1d1d1f;
    display: block;
  }
  .product_box .section-function-01 {
    padding: 4.3367346939% 0 7.5510204082% 0;
    grid-column: 1/7;
    grid-row: 1/2;
  }
  .product_box .section-function-01 .text-copy {
    padding: 0;
    text-align: center;
  }
  .product_box .section-function-01 .image {
    margin: 4.3367346939% auto 0 auto;
    width: 63.5204081633%;
  }
  .product_box .section-function-02 {
    padding-top: 8.5416666667%;
    grid-column: 1/4;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
  }
  .product_box .section-function-02 .text-copy {
    flex-grow: 1;
  }
  .product_box .section-function-02 .image {
    margin: 8.8541666667% auto 0 auto;
    width: 56.7708333333%;
  }
  .product_box .section-function-03 {
    padding-top: 8.5416666667%;
    grid-column: 4/7;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
  }
  .product_box .section-function-03 .text-copy {
    flex-grow: 1;
  }
  .product_box .section-function-03 .image {
    margin: 8.8541666667% 0 0 auto;
    width: 81.6666666667%;
  }
  .product_box .section-function-03 .image img {
    border-radius: 0 0 20px 0;
  }
  .product_box .section-function-04 {
    padding: 6.9230769231% 0 6.5384615385% 0;
    grid-column: 1/5;
    grid-row: 3/4;
  }
  .product_box .section-function-04 .image {
    float: left;
    margin: 7.3076923077% 11.9230769231% 0 20%;
    width: 20.3076923077%;
  }
  .product_box .section-function-04 .list-appeal {
    margin-top: 28.4615384615%;
  }
  .product_box .section-function-04 .list-appeal li:not(:last-child) {
    margin-bottom: 2em;
  }
  .product_box .section-function-04::after {
    content: "";
    clear: both;
    display: block;
  }
  .product_box .section-function-05 {
    padding-top: 11.2903225806%;
    grid-column: 5/7;
    grid-row: 3/4;
  }
  .product_box .section-function-05 .image {
    margin: 13.7096774194% auto;
    width: 41.2903225806%;
  }
  .product_box .section-function-05 .list-appeal {
    padding-left: 12.9032258065%;
  }
  .product_box .section-function-05 .list-appeal li:not(:last-child) {
    margin-bottom: 2em;
  }
  .product_box .section-function-06 {
    padding: 4.0816326531% 0;
    grid-column: 1/7;
    grid-row: 4/5;
    display: flex;
    align-items: center;
  }
  .product_box .section-function-06 .image {
    width: 28.5714285714%;
    order: 2;
  }
  .product_box .section-function-06 .--text01 {
    width: 35.7142857143%;
    order: 1;
  }
  .product_box .section-function-06 .--text02 {
    order: 3;
  }
  .product_box .section-function-07 {
    padding-top: 6.1538461538%;
    grid-column: 1/5;
    grid-row: 5/7;
    display: flex;
    flex-direction: column;
  }
  .product_box .section-function-07 .text-copy {
    flex-grow: 1;
  }
  .product_box .section-function-07 .image {
    margin: 7.5384615385% auto 0 auto;
    width: 43.0769230769%;
  }
  .product_box .section-function-08 {
    grid-column: 5/7;
    grid-row: 5/6;
  }
  .product_box .section-function-08 .image {
    margin: 17.7419354839% 0 6.4516129032% 12.9032258065%;
    width: 16.6129032258%;
  }
  .product_box .section-function-09 {
    grid-column: 5/7;
    grid-row: 6/7;
  }
  .product_box .section-function-09 .image {
    margin: 23.3870967742% 0 6.4516129032% 12.9032258065%;
    width: 19.0322580645%;
  }
  .product_box .section-reason {
    padding: 8.8868101029% 4.1627689429% 3.7418147802% 4.1627689429%;
    font-feature-settings: "palt" 1;
  }
  .product_box .section-reason h3 {
    margin-bottom: 2.2em;
    font-size: 187.5%;
    line-height: 1.3;
  }
  .product_box .section-reason .lead {
    font-size: 106.25%;
  }
  .product_box .section-reason .text-copy {
    font-size: 106.25%;
    line-height: 1.3;
  }
  .product_box .section-reason .text-copy strong {
    font-size: 250%;
    line-height: 1.1;
    color: #1d1d1f;
  }
  .product_box .section-reason .reason-content-row {
    width: 100%;
    margin-top: 3.8265306122%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_box .section-reason .reason-content-row .reason-content-item {
    margin-bottom: 2.0408163265%;
    padding-top: 4.3367346939%;
    width: 31.9387755102%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .product_box .section-reason .reason-content-row .reason-content-item .text-copy strong {
    margin: 0.2em 0 0.4em 0;
    line-height: 1;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item01 {
    padding-bottom: 5.612244898%;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item01 .image {
    margin: 15.1757188498% auto 0 auto;
    width: 92.6517571885%;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item02 {
    padding-top: 0;
    justify-content: center;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item03 {
    padding-top: 0;
    justify-content: center;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item03 .text-copy strong::after {
    margin: 0.25em 0 0 0.3em;
    width: 1.5163398693em;
    height: 0.7843137255em;
    vertical-align: top;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item04 {
    padding-bottom: 6.6326530612%;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item04 .image {
    margin: 19.1693290735% auto 0 auto;
    width: 86.4217252396%;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item05 .text-copy {
    flex-grow: 1;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item05 .image {
    margin: 9.5846645367% auto 0 auto;
    width: 41.8530351438%;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item06 .text-copy {
    flex-grow: 1;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item06 .image {
    margin: 9.5846645367% auto 0 auto;
    width: 47.2843450479%;
  }
  .product_box .section-other-features {
    padding: 0 4.1627689429% 4.911131899% 4.1627689429%;
    text-align: center;
  }
  .product_box .section-other-features h3 {
    padding-top: 9.9489795918%;
    margin-bottom: 5.612244898%;
    font-size: 212.5%;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
  .product_box .section-other-features h4 {
    width: 100%;
    margin-bottom: 0.2em;
    font-size: 125%;
  }
  .product_box .section-other-features h4::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .product_box .section-other-features .text {
    font-size: 87.5%;
    line-height: 1.7;
  }
  .product_box .section-other-features .section-content-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_box .section-other-features .section-content-row .section-content-item {
    width: 48.9795918367%;
    position: relative;
  }
  .product_box .section-other-features .section-content-row .section-content-item.item-privacy {
    padding-top: 11.7346938776%;
    padding-bottom: 5.612244898%;
  }
  .product_box .section-other-features .section-content-row .section-content-item.item-privacy h4::before {
    width: 1.875rem;
    height: 2.8125rem;
    background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-air/images/2509/icon_privacy_5a263d3d1e1cdbcf.jpg?scl=1&qlt=90) 0 0 no-repeat;
    background-size: 100% auto;
    top: 10.7671601615%;
  }
  .product_box .section-other-features .section-content-row .section-content-item.item_recycling {
    padding-top: 11.7346938776%;
    padding-bottom: 5.612244898%;
  }
  .product_box .section-other-features .section-content-row .section-content-item.item_recycling h4::before {
    width: 2.3125rem;
    height: 2.375rem;
    background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-air/images/2509/icon_recycling_b702883409b59ccf.jpg?scl=1&qlt=90) 0 0 no-repeat;
    background-size: 100% auto;
    top: 12.6514131898%;
  }
  .product_box .section-other-features .section-content-row .section-content-item.item-migration01 {
    padding-top: 12.7551020408%;
    padding-bottom: 4.5918367347%;
  }
  .product_box .section-other-features .section-content-row .section-content-item.item-migration01 h4::before {
    width: 1.875rem;
    height: 2.75rem;
    background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-air/images/2509/icon_migration01_c29588d9e325191.jpg?scl=1&qlt=90) 0 0 no-repeat;
    background-size: 100% auto;
    top: 18.24%;
  }
  .product_box .section-other-features .section-content-row .section-content-item.item-migration02 {
    padding-top: 12.7551020408%;
    padding-bottom: 4.5918367347%;
  }
  .product_box .section-other-features .section-content-row .section-content-item.item-migration02 h4::before {
    width: 2.6875rem;
    height: 2.1875rem;
    background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-air/images/2509/icon_migration02_9720e2cfe59c7972.jpg?scl=1&qlt=90) 0 0 no-repeat;
    background-size: 100% auto;
    top: 20%;
  }
  .product_box .section-more-features {
    padding: 9.3545369504% 4.1627689429% 1.6370439663% 4.1627689429%;
  }
  .product_box .section-more-features h3 {
    margin-bottom: 1.3em;
    font-size: 225%;
    line-height: 1.3;
    letter-spacing: -0.05em;
    text-align: center;
  }
  .product_box .section-more-features h4 {
    margin-bottom: 0.2em;
    font-size: 112.5%;
  }
  .product_box .section-more-features h5 {
    margin-bottom: 0.5em;
    font-size: 206.25%;
    line-height: 1.25;
  }
  .product_box .section-more-features .text {
    font-size: 93.75%;
    line-height: 1.7;
  }
  .product_box .section-more-features .section-content-row {
    display: flex;
    margin-bottom: 2.0408163265%;
  }
  .product_box .section-more-features .section-content-row .item-text {
    padding-left: 4.3367346939%;
  }
  .product_box .section-more-features .section-content-row.--accessories .item-text {
    padding-top: 10.2040816327%;
    width: 44.387755102%;
  }
  .product_box .section-more-features .section-content-row.--accessories .item-image {
    width: 55.612244898%;
    padding: 6.6326530612% 8.8775510204% 0 0;
  }
  .product_box .section-more-features .section-content-row.--apple-care {
    align-items: center;
  }
  .product_box .section-more-features .section-content-row.--apple-care h4 {
    margin-bottom: 2.7173913043%;
    width: 12.1376811594%;
    font-size: 0;
  }
  .product_box .section-more-features .section-content-row.--apple-care .item-text {
    width: 56.3265306122%;
  }
  .product_box .section-more-features .section-content-row.--apple-care .item-image {
    width: 43.6734693878%;
    padding: 6.3775510204% 15.612244898% 6.5306122449% 0;
  }
  .product_box .section-more-features .section-content-row.--apple-care .list-service {
    margin-bottom: 0.8em;
  }
  .product_box .section-more-features .section-content-row.--apple-care .list-service li {
    font-size: 93.75%;
  }
}
/*----------------------------------------
  SP
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .product_box .section-hero {
    padding-top: 15.7333333333%;
  }
  .product_box .section-hero h2 {
    margin: 0 auto 9.3333333333% auto;
    width: 25.0666666667%;
    font-size: 0;
  }
  .product_box .section-hero .image {
    margin: 0 auto;
    width: 82%;
  }
  .product_box .section-hero .section-hero--conversion {
    padding: 12.6666666667%;
  }
  .product_box [class^=section-function-] {
    padding-top: 11.71875%;
    margin-bottom: 6.25%;
  }
  .product_box .section-function {
    padding: 0 7.3333333333% 5.3333333333% 7.3333333333%;
  }
  .product_box .section-function .text-copy {
    padding-left: 14.0625%;
    font-size: 3.7333333333vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .product_box .section-function .list-device,
  .product_box .section-function .list-appeal {
    font-size: 3.0666666667vw;
    color: #606f7f;
  }
  .product_box .section-function .list-device strong,
  .product_box .section-function .list-appeal strong {
    padding: 0.1em 0;
    font-size: 4vw;
    color: #1d1d1f;
    display: block;
  }
  .product_box .section-function-01 {
    padding-bottom: 12.5%;
  }
  .product_box .section-function-01 .image {
    margin: 10.9375% auto 0 auto;
    width: 70%;
  }
  .product_box .section-function-02 .image {
    margin: 14.0625% auto 0 auto;
    width: 73.90625%;
  }
  .product_box .section-function-03 .image {
    margin: 20.78125% 0 0 auto;
    width: 86.5625%;
  }
  .product_box .section-function-04 {
    padding-bottom: 11.71875%;
  }
  .product_box .section-function-04 .image {
    margin: 11.71875% auto 12.5% auto;
    width: 36.875%;
  }
  .product_box .section-function-04 .list-appeal {
    padding-left: 25.625%;
    width: 100%;
    text-align: left;
  }
  .product_box .section-function-04 .list-appeal strong {
    margin: 0.2em 0;
    line-height: 1;
  }
  .product_box .section-function-04 .list-appeal li:last-child {
    margin-top: 6.6666666667vw;
  }
  .product_box .section-function-05 {
    padding-bottom: 11.71875%;
  }
  .product_box .section-function-05 .image {
    margin: 11.71875% auto 12.5% auto;
    width: 48.75%;
  }
  .product_box .section-function-05 .list-appeal {
    padding-left: 25.625%;
    width: 100%;
    text-align: left;
    font-feature-settings: "palt" 1;
  }
  .product_box .section-function-05 .list-appeal strong {
    margin: 0.2em 0;
    line-height: 1;
  }
  .product_box .section-function-05 .list-appeal li:last-child {
    margin-top: 6.6666666667vw;
  }
  .product_box .section-function-06 {
    padding-bottom: 12.96875%;
  }
  .product_box .section-function-06 .image {
    margin: 11.71875% auto 0 auto;
    width: 69.375%;
  }
  .product_box .section-function-07 .image {
    margin: 11.71875% auto 0 auto;
    width: 82.5%;
  }
  .product_box .section-function-08 {
    padding-top: 19.53125%;
    padding-bottom: 18.75%;
  }
  .product_box .section-function-08 .image {
    margin: 0 0 7.8125% 13.125%;
    width: 15.9375%;
  }
  .product_box .section-function-09 {
    margin-bottom: 0;
    padding-top: 22.65625%;
    padding-bottom: 18.75%;
  }
  .product_box .section-function-09 .image {
    margin: 0 0 7.8125% 13.125%;
    width: 18.125%;
  }
  .product_box .section-reason {
    padding: 19.3333333333% 7.3333333333% 17.3333333333%;
    font-feature-settings: "palt" 1;
  }
  .product_box .section-reason h3 {
    margin-bottom: 1.5em;
    padding-left: 7.8125%;
    font-size: 6.1333333333vw;
    line-height: 1.2;
  }
  .product_box .section-reason .lead {
    padding-left: 7.8125%;
    font-size: 3.7333333333vw;
    font-weight: bold;
  }
  .product_box .section-reason .text-copy {
    font-size: 3.2vw;
    font-weight: bold;
  }
  .product_box .section-reason .text-copy strong {
    margin: 0.2em 0 0.4em 0;
    font-size: 5.8666666667vw;
    color: #1d1d1f;
    line-height: 1.1;
  }
  .product_box .section-reason .reason-content-row {
    margin: 8.59375% 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_box .section-reason .reason-content-row .reason-content-item {
    padding-top: 6.25%;
    margin-bottom: 6.25%;
    width: 46.875%;
    text-align: center;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item01 {
    padding-bottom: 12.5%;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item01 .image {
    margin: 21.6666666667% 0 0 auto;
    width: 90%;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item02 {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item03 {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item03 .text-copy strong::after {
    margin: 0.3em 0 0 0.3em;
    width: 7.7333333333vw;
    height: 4.1333333333vw;
    vertical-align: top;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item04 {
    padding: 6.25% 0 11.5625% 0;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item04 .image {
    margin: 22.3333333333% auto 0 0;
    width: 90%;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item05 {
    display: flex;
    flex-direction: column;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item05 .text-copy {
    flex-grow: 1;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item05 .image {
    margin: 10% auto 0 auto;
    width: 58%;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item06 {
    display: flex;
    flex-direction: column;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item06 .text-copy {
    flex-grow: 1;
  }
  .product_box .section-reason .reason-content-row .reason-content-item.--item06 .image {
    margin: 10% auto 0 auto;
    width: 58.3333333333%;
  }
  .product_box .section-other-features {
    padding: 0 7.3333333333% 12% 7.3333333333%;
  }
  .product_box .section-other-features h3 {
    padding-top: 19.53125%;
    padding-left: 6.25%;
    margin-bottom: 12.5%;
    font-size: 6.4vw;
  }
  .product_box .section-other-features h4 {
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 5.3333333333vw;
  }
  .product_box .section-other-features h4::before {
    content: "";
    display: block;
    position: absolute;
  }
  .product_box .section-other-features .text {
    font-size: 4vw;
    line-height: 1.6;
  }
  .product_box .section-other-features .section-content-row .section-content-item {
    padding: 32.03125% 0 11.71875% 13.28125%;
    position: relative;
  }
  .product_box .section-other-features .section-content-row .section-content-item.item-privacy h4::before {
    width: 9.84375%;
    height: 11.6vw;
    background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-air/images/2509/icon_privacy_5a263d3d1e1cdbcf.jpg?scl=1&qlt=90) 0 0 no-repeat;
    background-size: 100% auto;
    top: 10.9375%;
    left: 14.0625%;
  }
  .product_box .section-other-features .section-content-row .section-content-item.item_recycling h4::before {
    width: 12.5%;
    height: 10.6666666667vw;
    background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-air/images/2509/icon_recycling_b702883409b59ccf.jpg?scl=1&qlt=90) 0 0 no-repeat;
    background-size: 100% auto;
    top: 10.9375%;
    left: 14.0625%;
  }
  .product_box .section-other-features .section-content-row .section-content-item.item-migration01 h4::before {
    width: 10%;
    height: 12.2666666667vw;
    background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-air/images/2509/icon_migration01_c29588d9e325191.jpg?scl=1&qlt=90) 0 0 no-repeat;
    background-size: 100% auto;
    top: 12.5%;
    left: 14.0625%;
  }
  .product_box .section-other-features .section-content-row .section-content-item.item-migration02 {
    padding-top: 28.125%;
  }
  .product_box .section-other-features .section-content-row .section-content-item.item-migration02 h4::before {
    width: 14.375%;
    height: 9.7333333333vw;
    background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-air/images/2509/icon_migration02_9720e2cfe59c7972.jpg?scl=1&qlt=90) 0 0 no-repeat;
    background-size: 100% auto;
    top: 12.5%;
    left: 10.15625%;
  }
  .product_box .section-other-features .section-content-row .section-content-item:not(:last-child) {
    margin-bottom: 6.25%;
  }
  .product_box .section-more-features {
    padding: 16% 7.3333333333% 2% 7.3333333333%;
  }
  .product_box .section-more-features h3 {
    margin-bottom: 12.03125%;
    padding-left: 6.25%;
    font-size: 6.1333333333vw;
  }
  .product_box .section-more-features h4 {
    margin-bottom: 0.3em;
    font-size: 4vw;
  }
  .product_box .section-more-features h5 {
    margin-bottom: 0.6em;
    font-size: 5.3333333333vw;
  }
  .product_box .section-more-features .text,
  .product_box .section-more-features .list-detail,
  .product_box .section-more-features .list-service {
    font-size: 4vw;
    line-height: 1.6;
  }
  .product_box .section-more-features .list-service {
    margin-bottom: 1em;
  }
  .product_box .section-more-features .section-content-row {
    margin-bottom: 6.25%;
  }
  .product_box .section-more-features .section-content-row .section-content-item.item-text {
    padding: 10.9375% 0 0 12.5%;
  }
  .product_box .section-more-features .section-content-row.--accessories .item-image {
    margin: 31.25% auto 0 auto;
    width: 71.5625%;
  }
  .product_box .section-more-features .section-content-row.--apple-care {
    padding-bottom: 12.5%;
  }
  .product_box .section-more-features .section-content-row.--apple-care h4 {
    margin-bottom: 0;
    width: 21.5789473684%;
  }
  .product_box .section-more-features .section-content-row.--apple-care .item-image {
    margin: 10.9375% auto 0 auto;
    width: 54.6875%;
  }
}
/*---------------------------------
 product-main-footer
---------------------------------*/
.product-main-footer {
  color: #888;
  background: #f5f5f7;
  font-size: 12px;
}

@media print, (min-width: 768px) {
  .product-main-footer {
    padding: 2%;
  }
}
@media screen and (max-width: 767px) {
  .product-main-footer {
    padding: 20px 4%;
  }
}/*# sourceMappingURL=iphone-air_2509_v03.css.map */