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

@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 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: 100%;
  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;
}
@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-intro {
  background-color: #f5f5f7;
  border-radius: 20px;
}
.product_box .section-intro .lead .bg {
  background-image: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-16e/images/2507/lead_intro_bg_c58934789f7273ff.jpg?scl=1&qlt=90);
}
.product_box [class^=section-function-] {
  background-color: #f5f5f7;
  border-radius: 20px;
}
.product_box .section-function {
  text-align: center;
}
.product_box .section-privacy h4 {
  position: relative;
}
.product_box .section-privacy h4::before {
  content: "";
  display: block;
}
.product_box .section-privacy .section-content .section-content-item {
  background-color: #f5f5f7;
  border-radius: 20px;
}
.product_box .section-privacy .section-content .item-privacy h4::before {
  aspect-ratio: 64/87;
  background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-16e/images/2502/icon_privacy_8fb5a44eda2f4d84.jpg?scl=1&qlt=90) 0 0 no-repeat;
  background-size: 100% auto;
}
.product_box .section-privacy .section-content .item-recycling h4::before {
  aspect-ratio: 64/78;
  background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-16e/images/2502/icon_recycling_ed7fea6e40bc25cb.jpg?scl=1&qlt=90) 0 0 no-repeat;
  background-size: 100% auto;
}
.product_box .section-upgrade h4 {
  position: relative;
}
.product_box .section-upgrade h4::before {
  content: "";
  display: block;
}
.product_box .section-upgrade .section-content .section-content-item {
  background-color: #f5f5f7;
  border-radius: 20px;
}
.product_box .section-upgrade .item-transfer h4::before {
  aspect-ratio: 64/92;
  background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-16e/images/2502/icon_transfer_4eb95171a4840a9c.jpg?scl=1&qlt=90) 0 0 no-repeat;
  background-size: 100% auto;
}
.product_box .section-upgrade .item-change h4::before {
  aspect-ratio: 94/72;
  background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-16e/images/2502/icon_os_af9dceb90fff87b2.jpg?scl=1&qlt=90) 0 0 no-repeat;
  background-size: 100% auto;
}

/*----------------------------------------
  PC
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .product_box {
    padding: 0 4.1627689429%;
  }
  .product_box .section-intro {
    margin: 0 0 2.0408163265% 0;
    display: flex;
    justify-content: space-between;
  }
  .product_box .section-intro .text-block {
    padding: 11.1734693878% 0 0 0;
    width: 53.3163265306%;
    text-align: center;
  }
  .product_box .section-intro .logo {
    margin: 0 auto 1rem auto;
    width: 19.5%;
    font-size: 0;
  }
  .product_box .section-intro h2 {
    margin-bottom: 0.7rem;
    font-size: 137.5%;
    line-height: 1.3;
  }
  .product_box .section-intro .lead {
    margin-bottom: 0.5em;
    font-size: 137.5%;
    font-weight: bold;
    line-height: 1;
  }
  .product_box .section-intro .lead .bg {
    padding-bottom: 0.4rem;
  }
  .product_box .section-intro .notes {
    margin-bottom: 0.5rem;
    font-size: 75%;
    color: #6e6e73;
  }
  .product_box .section-intro .text-message {
    font-size: 93.75%;
  }
  .product_box .section-intro .image {
    padding: 4.3367346939% 0 0 0;
    width: 42.0918367347%;
  }
  .product_box .section-intro .image img {
    width: 63.6363636364%;
  }
  .product_box .section-intro .btn-area {
    margin: 4.6772684752% 0 0 0;
  }
  .product_box [class^=section-function-] {
    margin: 0 0 2.0408163265% 0;
  }
  .product_box .section-function {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_box .section-function h3 {
    font-size: 137.5%;
    line-height: 1.3;
  }
  .product_box .section-function-01 {
    width: 100%;
    padding-top: 5.1020408163%;
  }
  .product_box .section-function-01 h3 .bg {
    margin-bottom: 0.8rem;
    padding-bottom: 0.2em;
    background-image: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-16e/images/2507/bg_h3_sec01_a4abeb25f273461a.jpg?scl=1&qlt=90);
  }
  .product_box .section-function-01 .image {
    margin: 4.3367346939% auto 0 auto;
    width: 49.0306122449%;
  }
  .product_box .section-function-02 {
    padding-top: 5.3571428571%;
    width: 48.9795918367%;
  }
  .product_box .section-function-02 .image {
    margin: 25% auto 26.25% auto;
    width: 81.6666666667%;
  }
  .product_box .section-function-03 {
    padding-top: 5.3571428571%;
    width: 48.9795918367%;
  }
  .product_box .section-function-03 .image {
    margin: 18.4375% auto 19.2708333333% auto;
    width: 53.8541666667%;
  }
  .product_box .section-function-04 {
    padding-top: 5.1020408163%;
  }
  .product_box .section-function-04 .image {
    margin: 4.8469387755% 0 0 21.9387755102%;
    width: 66.4795918367%;
  }
  .product_box .section-function-05 {
    padding-top: 5.3571428571%;
    width: 48.9795918367%;
  }
  .product_box .section-function-05 .image {
    margin: 14.7916666667% auto 0 auto;
    width: 63.9583333333%;
  }
  .product_box .section-function-06 {
    padding-bottom: 5.1020408163%;
    width: 48.9795918367%;
  }
  .product_box .section-function-06 .image {
    margin: 0 auto 6.7708333333% auto;
    width: 100%;
  }
  .product_box .section-function-06 .image img {
    border-radius: 0 20px 0 0;
  }
  .product_box .section-function-07 {
    padding: 20.6632653061% 0;
    display: flex;
    align-items: center;
  }
  .product_box .section-function-07 h3 {
    margin: 0 auto;
  }
  .product_box .section-function-07 .image {
    width: 51.9897959184%;
  }
  .product_box .section-function-08 {
    padding: 16.0714285714% 0 5.3571428571% 0;
    width: 48.9795918367%;
  }
  .product_box .section-function-08 .image {
    margin: 0 auto 32.6041666667% auto;
    width: 86.0416666667%;
  }
  .product_box .section-function-09 {
    padding: 5.3571428571% 0 9.9489795918% 0;
    width: 48.9795918367%;
  }
  .product_box .section-function-09 .image {
    margin: 17.7083333333% auto 0 auto;
    width: 53.3333333333%;
  }
  .product_box .section-function-10 {
    margin-bottom: 0;
    padding-bottom: 3.3163265306%;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .product_box .section-function-10 h3 {
    width: 49.2346938776%;
    text-align: center;
  }
  .product_box .section-function-10 .image {
    width: 50.7653061224%;
  }
  .product_box .section-function-10 .image img {
    margin-left: 11.3567839196%;
    width: 63.6180904523%;
  }
  .product_box .section-privacy {
    padding: 10.0561272217% 0 0 0;
  }
  .product_box .section-privacy h3 {
    margin-bottom: 5.1020408163%;
    font-size: 200%;
    text-align: center;
  }
  .product_box .section-privacy h4 {
    margin-bottom: 1.0416666667%;
    font-size: 118.75%;
    text-align: center;
    position: relative;
  }
  .product_box .section-privacy h4::before {
    width: 6.6666666667%;
    margin: 0 auto 6.7708333333% auto;
  }
  .product_box .section-privacy .text {
    font-size: 93.75%;
    line-height: 1.5;
    text-align: center;
  }
  .product_box .section-privacy .section-content {
    display: flex;
    justify-content: space-between;
  }
  .product_box .section-privacy .section-content .section-content-item {
    width: 48.9795918367%;
    padding: 4.0816326531% 0 0 0;
  }
  .product_box .section-privacy .item-privacy .image {
    margin: 6.7708333333% auto 0 auto;
    width: 53.3333333333%;
  }
  .product_box .section-privacy .item-recycling .image {
    margin: 9.375% auto 0 auto;
    width: 27.5%;
  }
  .product_box .section-upgrade {
    margin-bottom: 6.5481758653%;
    padding: 9.5884003742% 0 0 0;
  }
  .product_box .section-upgrade h3 {
    margin-bottom: 5.1020408163%;
    font-size: 200%;
    text-align: center;
  }
  .product_box .section-upgrade h4 {
    margin-bottom: 1.0416666667%;
    font-size: 118.75%;
    text-align: center;
  }
  .product_box .section-upgrade .text {
    font-size: 93.75%;
    line-height: 1.5;
    text-align: center;
  }
  .product_box .section-upgrade .section-content {
    display: flex;
    justify-content: space-between;
  }
  .product_box .section-upgrade .section-content .section-content-item {
    width: 48.9795918367%;
  }
  .product_box .section-upgrade .item-transfer {
    padding: 5.612244898% 0 5.1020408163% 0;
  }
  .product_box .section-upgrade .item-transfer h4::before {
    margin: 0 auto 4.6875% auto;
    width: 6.6666666667%;
  }
  .product_box .section-upgrade .item-change {
    padding: 6.1224489796% 0 5.1020408163% 0;
  }
  .product_box .section-upgrade .item-change h4::before {
    margin: 0 auto 5.7291666667% auto;
    width: 9.7916666667%;
  }
}
/*----------------------------------------
  SP
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .product_box .section-intro {
    margin: 0 7.3333333333%;
    margin-bottom: 6.25%;
    padding: 7.8125% 0 0 0;
    text-align: center;
  }
  .product_box .section-intro .logo {
    margin: 0 auto 2.03125% auto;
    width: 27.34375%;
  }
  .product_box .section-intro h2 {
    margin-bottom: 5.3333333333%;
    font-size: 5.6vw;
    line-height: 1.3;
  }
  .product_box .section-intro h2 .logo {
    margin: 0 auto 4.6666666667% auto;
    width: 28.2666666667%;
    font-size: 0;
    display: block;
  }
  .product_box .section-intro .lead {
    margin-bottom: 0.1em;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1;
  }
  .product_box .section-intro .lead .bg {
    padding-bottom: 0.2em;
    background-image: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-16e/images/2507/lead_intro_bg_c58934789f7273ff.jpg?scl=1&qlt=90);
  }
  .product_box .section-intro .notes {
    margin-bottom: 3.7333333333%;
    font-size: 2.6666666667vw;
    color: #6e6e73;
  }
  .product_box .section-intro .text-message {
    font-size: 2.9333333333vw;
  }
  .product_box .section-intro .image {
    margin: 6.25% auto 0 auto;
    width: 43.75%;
  }
  .product_box .section-intro .btn-area {
    margin-top: 5.46875%;
  }
  .product_box [class^=section-function-] {
    width: 100%;
    padding-top: 14.0625%;
    margin-bottom: 6.25%;
  }
  .product_box .section-function {
    margin: 0 7.3333333333%;
  }
  .product_box .section-function h3 {
    font-size: 5.3333333333vw;
  }
  .product_box .section-function-01 h3 .bg {
    padding-bottom: 0.3em;
    background-image: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/extlib/iphone/product/iphone-16e/images/2507/bg_h3_sec01_a4abeb25f273461a.jpg?scl=1&qlt=90);
  }
  .product_box .section-function-01 .image {
    margin: 7.03125% auto 0 auto;
    width: 87.5%;
  }
  .product_box .section-function-02 {
    padding-bottom: 24.375%;
  }
  .product_box .section-function-02 .image {
    margin: 23.4375% auto 0 auto;
    width: 78.4375%;
  }
  .product_box .section-function-03 {
    padding-bottom: 17.65625%;
  }
  .product_box .section-function-03 .image {
    margin: 16.40625% auto 0 auto;
    width: 51.875%;
  }
  .product_box .section-function-04 .image {
    margin: 20.3125% 0 0 auto;
    width: 93.75%;
  }
  .product_box .section-function-05 .image {
    margin: 13.28125% auto 0 auto;
    width: 73.28125%;
  }
  .product_box .section-function-06 {
    padding-top: 0;
    padding-bottom: 14.0625%;
  }
  .product_box .section-function-06 .image {
    margin: 0 0 9.375% auto;
    width: 88.28125%;
  }
  .product_box .section-function-06 .image img {
    border-radius: 0 20px 0 0;
  }
  .product_box .section-function-07 {
    padding-bottom: 39.0625%;
    display: flex;
    flex-direction: column-reverse;
  }
  .product_box .section-function-07 .image {
    margin: 37.5% auto 0 0;
    width: 81.09375%;
  }
  .product_box .section-function-08 {
    padding-top: 32.8125%;
    padding-bottom: 14.0625%;
  }
  .product_box .section-function-08 .image {
    margin: 0 auto 34.375% auto;
    width: 87.5%;
  }
  .product_box .section-function-09 {
    padding-bottom: 21.5625%;
  }
  .product_box .section-function-09 .image {
    margin: 17.1875% auto 0 auto;
    width: 53.59375%;
  }
  .product_box .section-function-10 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 14.0625%;
    display: flex;
    flex-direction: column-reverse;
  }
  .product_box .section-function-10 .image {
    margin: 0 auto 11.71875% auto;
    width: 46.09375%;
  }
  .product_box .section-privacy {
    padding: 16% 7.3333333333% 0 7.3333333333%;
  }
  .product_box .section-privacy h3 {
    padding-left: 6.25%;
    margin-bottom: 12.5%;
    font-size: 6.4vw;
  }
  .product_box .section-privacy h4 {
    margin-bottom: 3.90625%;
    padding-left: 13.28125%;
    font-size: 5.3333333333vw;
  }
  .product_box .section-privacy h4::before {
    margin-bottom: 5.4054054054%;
    width: 11.5315315315%;
  }
  .product_box .section-privacy .text {
    padding-left: 13.28125%;
    font-size: 3.8666666667vw;
    line-height: 1.6;
  }
  .product_box .section-privacy .section-content .section-content-item {
    padding: 12.5% 0 0 0;
  }
  .product_box .section-privacy .section-content .section-content-item:not(:last-child) {
    margin-bottom: 5.3333333333%;
  }
  .product_box .section-privacy .section-content .item-privacy .image {
    margin: 9.375% auto 0 auto;
    width: 61.875%;
  }
  .product_box .section-privacy .section-content .item-recycling {
    padding-bottom: 16.40625%;
  }
  .product_box .section-privacy .section-content .item-recycling .image {
    margin: 14.84375% auto 0 auto;
    width: 38.125%;
  }
  .product_box .section-upgrade {
    padding: 16% 7.3333333333% 12% 7.3333333333%;
  }
  .product_box .section-upgrade h3 {
    margin-bottom: 12.5%;
    padding-left: 6.25%;
    font-size: 6.4vw;
  }
  .product_box .section-upgrade h4 {
    margin-bottom: 3.125%;
    font-size: 5.3333333333vw;
  }
  .product_box .section-upgrade h4::before {
    margin-bottom: 3.6036036036%;
    width: 11.5315315315%;
  }
  .product_box .section-upgrade .text {
    font-size: 3.8666666667vw;
    line-height: 1.6;
  }
  .product_box .section-upgrade .section-content .section-content-item {
    padding: 12.5% 0 10.9375% 13.28125%;
  }
  .product_box .section-upgrade .section-content .section-content-item:not(:last-child) {
    margin-bottom: 6.25%;
  }
  .product_box .section-upgrade .section-content .item-transfer h4::before {
    margin-bottom: 5.4054054054%;
    width: 11.5315315315%;
  }
  .product_box .section-upgrade .section-content .item-change h4::before {
    margin-left: -3.6036036036%;
    margin-bottom: 5.4054054054%;
    width: 16.9369369369%;
  }
}
/*---------------------------------
 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-16e_2507_v03.css.map */