.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: 87.5%;
}
.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;
}
@media screen and (max-width: 767px) {
  .product_box .btn {
    font-size: 3.7333333333vw;
  }
  .product_box .text-link {
    font-size: 4vw;
  }
}

.product_box {
  background-color: #fff;
  color: #1d1d1f;
}
.product_box .section-intro {
  text-align: center;
}
.product_box .section-intro h2 span {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 100% auto;
}
.product_box [class^=section-function-] {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.product_box .section-function .text {
  color: #6e6e73;
}
.product_box .section-function .text a {
  color: #6e6e73;
}
.product_box .section-function-01 {
  background-color: #f8faf0;
}
.product_box .section-function-01 h3 strong {
  color: #2da103;
}
.product_box .section-function-02 {
  background-color: #f7fcff;
}
.product_box .section-function-02 h3 strong {
  color: #0e95f4;
}
.product_box .section-function-03 {
  background-color: #fffafa;
}
.product_box .section-function-03 h3 strong {
  color: #ff1111;
}
.product_box .section-function-04 {
  background-color: #f0fff9;
}
.product_box .section-function-04 h3 strong {
  color: #068b80;
}
.product_box .section-function-05 {
  background-color: #f7ffeb;
}
.product_box .section-function-05 h3 strong {
  color: #497900;
}
.product_box .section-function-06 {
  background-color: #f0fcff;
}
.product_box .section-function-06 h3 strong {
  color: #0998ea;
}
.product_box .section-function-07 {
  background-color: #fcfaff;
}
.product_box .section-function-07 h3 strong {
  color: #9b35ff;
}
.product_box .section-function-08 {
  background-color: #f2f2ff;
}
.product_box .section-function-08 h3 strong {
  color: #1515ff;
}
.product_box .section-function-09 {
  background-color: #fff7f7;
}
.product_box .section-function-09 h3 strong {
  color: #ff0d0f;
}
.product_box .section-function-10 {
  background-color: #fafafc;
}
.product_box .section-function-10 h3 strong {
  padding-bottom: 1em;
  background: url(/content/dam/au-com/extlib/apple-watch/product/apple-watch-se/images/2410/img_sec10_deco_e86e316e592d6e14.jpg) 0 0 no-repeat;
  background-size: 100% auto;
}
.product_box .section-function-10 h3::before {
  content: "";
  background: url(/content/dam/au-com/extlib/apple-watch/product/apple-watch-se/images/2410/icon_cn_8ad302c911eaa653.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
}
.product_box .section-function-11 {
  background-color: #fef7ff;
}
.product_box .section-applecare {
  border-radius: 20px;
  background-color: #f5f5f7;
}
.product_box .section-applecare .list-check li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 0.1em;
}
.product_box .section-applecare .list-check li::before {
  content: "";
  background: url(/content/dam/au-com/extlib/apple-watch/product/apple-watch-se/images/2410/icon_check_8562031b02d4c68d.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .product_box .section-intro {
    padding: 24.6666666667% 0 21.2%;
  }
  .product_box .section-intro h2 {
    font-size: 14vw;
    line-height: 1.2;
  }
  .product_box .section-intro h2 .logo {
    width: 39.3333333333%;
    margin: 0 auto 0.3em auto;
    display: block;
  }
  .product_box .section-intro .btn-area {
    margin: 20% auto;
  }
  .product_box .section-intro .image {
    margin: 0 0 0 8.6666666667%;
    width: 86.8%;
  }
  .product_box [class^=section-function-] {
    padding: 12.5% 0 0 0;
  }
  .product_box [class^=section-function-]:not(:last-child) {
    margin-bottom: 6.25%;
  }
  .product_box .section-function {
    padding: 0 7.3333333333%;
    margin-bottom: 13.3333333333%;
  }
  .product_box .section-function h3 {
    padding-left: 13.75%;
    font-size: 5.3333333333vw;
    line-height: 1.325;
  }
  .product_box .section-function .text {
    font-size: 3.3333333333vw;
    padding-left: 13.75%;
  }
  .product_box .section-function-01 {
    padding-bottom: 12.1875%;
  }
  .product_box .section-function-01 h3 {
    margin-bottom: 10.625%;
  }
  .product_box .section-function-02 .image {
    margin: 13.90625% 0 0 13.4375%;
    width: 76.875%;
  }
  .product_box .section-function-03 {
    padding-bottom: 25.625%;
  }
  .product_box .section-function-03 .image {
    margin: 22.8125% auto 0 auto;
    width: 37.1875%;
  }
  .product_box .section-function-04 {
    padding-bottom: 12.8125%;
  }
  .product_box .section-function-04 .image {
    margin: 12.03125% auto 0 auto;
    width: 100%;
  }
  .product_box .section-function-05 {
    padding-bottom: 15.625%;
  }
  .product_box .section-function-05 .image {
    margin: 14.0625% auto 0 auto;
    width: 100%;
  }
  .product_box .section-function-06 .image {
    margin: 9.6875% auto 0 auto;
    width: 100%;
  }
  .product_box .section-function-07 {
    padding-bottom: 15.15625%;
  }
  .product_box .section-function-07 .image {
    margin: 13.4375% auto 0 auto;
    width: 65%;
  }
  .product_box .section-function-08 {
    padding-bottom: 18.59375%;
  }
  .product_box .section-function-08 .image {
    margin: 15.625% auto 0 auto;
    width: 100%;
  }
  .product_box .section-function-09 {
    padding-bottom: 12.34375%;
  }
  .product_box .section-function-09 .image {
    margin: 10.78125% auto 0 auto;
    width: 73.59375%;
  }
  .product_box .section-function-10 {
    padding: 19.375% 0 19.0625% 0;
  }
  .product_box .section-function-10 h3 {
    margin-bottom: 4.375%;
  }
  .product_box .section-function-10 h3::before {
    width: 19.0217391304%;
    aspect-ratio: 117/119;
    margin-bottom: 0.6em;
  }
  .product_box .section-function-11 {
    padding-bottom: 15.625%;
  }
  .product_box .section-function-11 .image {
    margin: 15.3125% auto 0 auto;
    width: 100%;
  }
  .product_box .section-applecare {
    padding: 8.5333333333% 0 10.5333333333% 0;
    margin: 0 7.3333333333%;
  }
  .product_box .section-applecare h3 {
    font-size: 4.5333333333vw;
    margin-bottom: 0.2em;
  }
  .product_box .section-applecare h4 {
    margin-bottom: 6.09375%;
    font-size: 6.1333333333vw;
    line-height: 1.3043478261;
  }
  .product_box .section-applecare .list-check {
    margin-bottom: 1em;
    font-size: 4vw;
    line-height: 1.5;
  }
  .product_box .section-applecare .text-block {
    padding-left: 13.75%;
  }
  .product_box .section-applecare .image {
    margin: 10.9375% 0 0 28.90625%;
    width: 53.90625%;
  }
}
@media screen and (min-width: 768px) {
  .product_box .section-intro {
    padding: 12.1608980355% 0 13.3302151543% 0;
  }
  .product_box .section-intro h2 {
    font-size: 487.5%;
    line-height: 1.1538461538;
  }
  .product_box .section-intro h2 .logo {
    width: 13.7979420019%;
    margin: 0 auto;
    display: block;
  }
  .product_box .section-intro .btn-area {
    margin: 8.8868101029% 0;
  }
  .product_box .section-intro .image {
    margin: 0 0 0 20.1122544434%;
    width: 62.8157156221%;
  }
  .product_box [class^=section-function-] {
    padding-top: 3.8265306122%;
    position: relative;
  }
  .product_box [class^=section-function-]:not(:last-child) {
    margin-bottom: 2.0408163265%;
  }
  .product_box .section-function {
    margin: 0 0 11.7346938776% 0;
    padding: 0 4.1627689429%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_box .section-function h3 {
    margin: 0 0 0 1.6em;
    font-size: 150%;
    line-height: 1.375;
  }
  .product_box .section-function .text {
    font-size: 75%;
  }
  .product_box .section-function-01 {
    padding-top: 0;
    width: 100%;
  }
  .product_box .section-function-01 h3 {
    margin-top: 1.875rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .product_box .section-function-01 .image {
    margin: 0 0 0 auto;
    width: 83.3673469388%;
  }
  .product_box .section-function-02 {
    width: 62.7551020408%;
  }
  .product_box .section-function-02 .image {
    margin: 12.6016260163% 0 0 18.1300813008%;
    width: 66.3414634146%;
  }
  .product_box .section-function-03 {
    width: 35.2040816327%;
  }
  .product_box .section-function-03 .image {
    margin: 32.4637681159% auto 0 auto;
    width: 40.8695652174%;
  }
  .product_box .section-function-04 {
    padding-bottom: 7.3979591837%;
    width: 62.7551020408%;
  }
  .product_box .section-function-04 .image {
    margin: 9.3495934959% 0 0 0;
    width: 100%;
  }
  .product_box .section-function-05 {
    padding-bottom: 4.4387755102%;
    width: 35.2040816327%;
  }
  .product_box .section-function-05 .image {
    margin: 24.6376811594% 0 0 0;
    width: 100%;
  }
  .product_box .section-function-06 {
    width: 48.9795918367%;
  }
  .product_box .section-function-06 .image {
    margin: 10.4166666667% 0 0 0;
    width: 100%;
  }
  .product_box .section-function-07 {
    width: 48.9795918367%;
  }
  .product_box .section-function-07 .image {
    margin: 15.4166666667% 0 0 19.6875%;
    width: 62.5%;
  }
  .product_box .section-function-08 {
    padding-bottom: 7.5510204082%;
    width: 100%;
  }
  .product_box .section-function-08 .image {
    margin: 7.1428571429% 0 0 0;
    width: 100%;
  }
  .product_box .section-function-09 {
    padding-top: 3.0612244898%;
    width: 62.7551020408%;
  }
  .product_box .section-function-09 .image {
    margin: 8.9430894309% auto 0 auto;
    width: 72.5203252033%;
  }
  .product_box .section-function-10 {
    padding-top: 16.7346938776%;
    width: 35.2040816327%;
  }
  .product_box .section-function-10 h3 {
    margin-bottom: 0.72em;
  }
  .product_box .section-function-10 h3 strong {
    padding-bottom: 1em;
  }
  .product_box .section-function-10 h3::before {
    width: 16.9565217391%;
    aspect-ratio: 117/119;
    margin-bottom: 0.8em;
  }
  .product_box .section-function-10 .text {
    margin: 0 0 0 3.3333333333em;
  }
  .product_box .section-function-11 {
    padding-top: 3.4375rem;
    padding-bottom: 5.3125rem;
    width: 100%;
    text-align: center;
  }
  .product_box .section-function-11 h3 {
    margin-bottom: 4.6875rem;
  }
  .product_box .section-function-11 .image {
    margin: 0 auto;
    width: 92.5510204082%;
  }
  .product_box .section-applecare {
    padding: 3.625rem 0;
    margin: 0 4.1627689429%;
    display: flex;
  }
  .product_box .section-applecare .text-block {
    padding-left: 4.4897959184%;
    width: 64.7959183673%;
  }
  .product_box .section-applecare h3 {
    margin: 0.9375rem 0 0.3125rem;
    font-size: fs-pc(14);
  }
  .product_box .section-applecare h4 {
    margin-bottom: 1.25rem;
    font-size: 200%;
    line-height: 1.25;
  }
  .product_box .section-applecare .list-check {
    margin-bottom: 0.9375rem;
    font-size: 87.5%;
  }
  .product_box .section-applecare .list-check li {
    margin-bottom: 0.2em;
  }
  .product_box .section-applecare .image {
    width: 35.2040816327%;
  }
  .product_box .section-applecare .image img {
    width: 63.1884057971%;
  }
}
/* -------------------------------
 product-main-footer
---------------------------------*/
.product-main-footer {
  color: #777;
  background: #f0f0f0;
  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=awse2_2410_v03.css.map */