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

.product_box .section-intro {
  text-align: center;
}
.product_box .section-function {
  width: 100%;
  border-radius: 20px;
  background-color: #f5f5f7;
  position: relative;
}
.product_box .section-function h3 {
  margin: 0 0 0.4em 0;
  text-align: center;
}
.product_box .section-function h3 .icon {
  margin-right: 3px;
  display: inline-block;
}
.product_box .section-function .text {
  text-align: center;
  font-weight: bold;
}
.product_box #function-area {
  margin: 0 auto;
}
.product_box .section-function-03 h3 strong {
  margin-bottom: 0.3em;
  padding: 0.65em 1em 0.65em 2.5em;
  text-align: left;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
  background-color: #252527;
  border-radius: 100vw;
  display: inline-block;
  position: relative;
}
.product_box .section-function-03 h3 .badge {
  width: 2.2em;
  height: 2.2em;
  font-size: 90%;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  background-color: #ea3323;
  border-radius: 100vw;
  display: inline-block;
  position: absolute;
  top: 0.16em;
  left: 0.14em;
}
.product_box .section-function-04 .icon-app {
  text-align: center;
}
.product_box .section-function-04 .icon-app li {
  margin-bottom: 8px;
}
.product_box .section-function-04 .icon-app li .icon-app-item {
  padding: 0.2em 0.5em 0.2em 0.7em;
  font-size: 5.0666666667vw;
  font-weight: bold;
  line-height: 1;
  border-radius: 100vw;
  display: inline-block;
}
.product_box .section-function-04 .icon-app li .icon-app-item::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.8em;
  margin: 0 0 0 0.2em;
}
.product_box .section-function-04 .icon-app li .icon-app-item.--move {
  background-color: #f91757;
}
.product_box .section-function-04 .icon-app li .icon-app-item.--move::after {
  background: url(/content/dam/au-com/extlib/apple-watch/whyapplewatch/images/2402/icon_arrpw_01.jpg) 0 0 no-repeat;
  background-size: auto 100%;
}
.product_box .section-function-04 .icon-app li .icon-app-item.--exercise {
  background-color: #b2fc00;
}
.product_box .section-function-04 .icon-app li .icon-app-item.--exercise::after {
  background: url(/content/dam/au-com/extlib/apple-watch/whyapplewatch/images/2402/icon_arrpw_02.jpg) 0 0 no-repeat;
  background-size: auto 100%;
}
.product_box .section-function-04 .icon-app li .icon-app-item.--stand {
  background-color: #02e5f8;
}
.product_box .section-function-04 .icon-app li .icon-app-item.--stand::after {
  width: 1em;
  height: 0.75em;
  background: url(/content/dam/au-com/extlib/apple-watch/whyapplewatch/images/2402/icon_arrpw_03.jpg) 0 0 no-repeat;
  background-size: auto 100%;
}
.product_box .section-function-05 {
  color: #fff;
}
.product_box .section-function-05 .text-area {
  width: 100%;
  text-align: center;
  position: absolute;
}
.product_box .section-function-05 .image img {
  border-radius: 20px;
}
.product_box .section-function-06 {
  color: #fff;
}
.product_box .section-function-06 h3 {
  vertical-align: middle;
}
.product_box .section-function-06 h3::after {
  content: "";
  margin: 0 0 0 5px;
  width: 1em;
  height: 1.3em;
  vertical-align: top;
  background: url(/content/dam/au-com/extlib/apple-watch/whyapplewatch/images/2402/icon_tap.jpg) 0 0 no-repeat;
  background-size: auto 100%;
  display: inline-block;
}
.product_box .section-function-06 .text-area {
  width: 100%;
  text-align: center;
  position: absolute;
}
.product_box .section-function-06 .image img {
  border-radius: 20px;
}
.product_box .section-function-08 h3 strong {
  color: #5fc83f;
}
.product_box .section-function-09 {
  background-color: #fef5dd;
}
.product_box .section-function-09 h3 strong {
  color: #c28100;
}

@media screen and (max-width: 767px) {
  .product_box .section-intro {
    padding: 16% 0;
  }
  .product_box .section-intro h2 {
    font-size: 5.3333333333vw;
    line-height: 1.25;
  }
  .product_box .section-intro .lead {
    margin: 0 0 9.3333333333% 0;
    font-weight: bold;
  }
  .product_box .section-intro .logo {
    margin: 0 auto 5.0666666667% auto;
    width: 25.8666666667%;
  }
  .product_box .section-intro .image {
    margin: 8.8% auto 9.7333333333% auto;
    width: 77.3333333333%;
  }
  .product_box .section-intro .btn {
    font-size: 3.7333333333vw;
  }
  .product_box #function-area {
    padding: 0 7.3333333333%;
  }
  .product_box .section-function {
    margin: 0 0 2.6666666667% 0;
  }
  .product_box .section-function h3 {
    font-size: 5.3333333333vw;
    line-height: 1.25;
  }
  .product_box .section-function-01 {
    padding: 6.71875% 0 0 0;
  }
  .product_box .section-function-01 h3 .icon {
    width: 7.96875%;
  }
  .product_box .section-function-01 .image {
    margin: 10.9375% auto 0 auto;
    width: 46.25%;
  }
  .product_box .section-function-02 {
    padding: 8.125% 0 0 0;
    background-color: #e7eef6;
  }
  .product_box .section-function-02 h3 .icon {
    margin-right: 0;
    width: 11.71875%;
  }
  .product_box .section-function-02 h3 .icon img {
    margin-top: -0.4em;
  }
  .product_box .section-function-02 .image {
    margin: 10% auto 0 auto;
    width: 69.0625%;
  }
  .product_box .section-function-03 {
    padding: 6.5625% 0 4.84375% 0;
  }
  .product_box .section-function-03 .image {
    margin: 5.15625% auto 0 auto;
    width: 37.8125%;
  }
  .product_box .section-function-04 {
    padding: 6.875% 0 0 0;
  }
  .product_box .section-function-04 h3 {
    margin-bottom: 0.7em;
  }
  .product_box .section-function-04 .icon-app li {
    margin-bottom: 1vw;
  }
  .product_box .section-function-04 .image {
    margin: 14.0625% auto 0 auto;
    width: 59.6875%;
  }
  .product_box .section-function-05 .text-area {
    left: 0;
    top: 5.3125%;
  }
  .product_box .section-function-06 .text-area {
    left: 0;
    bottom: 12%;
  }
  .product_box .section-function-07 {
    padding: 6.71875% 0;
  }
  .product_box .section-function-07 h3 {
    margin: 0;
  }
  .product_box .section-function-07 .icon {
    margin: 1.25% auto 6.25% auto;
    width: 32.8125%;
  }
  .product_box .section-function-07 .image {
    margin: 6.5625% auto 0 auto;
    width: 88.125%;
  }
  .product_box .section-function-08 {
    padding: 7.03125% 0 0 0;
  }
  .product_box .section-function-08 .image {
    margin: 7.65625% auto 0 auto;
    width: 46.40625%;
    text-align: right;
  }
  .product_box .section-function-09 {
    padding: 10.9375% 0 13.75% 0;
  }
  .product_box .section-function-09 .image {
    margin: 0 auto 10.15625% auto;
    width: 85.625%;
  }
  .product_box .section-compare {
    padding: 22.6666666667% 0 12% 0;
    text-align: center;
  }
  .product_box .section-compare h3 {
    margin: 0 0 0.3em 0;
    font-size: 4.2666666667vw;
  }
  .product_box .section-compare h4 {
    font-size: 6.1333333333vw;
    line-height: 1.2608695652;
  }
  .product_box .section-compare .compare-block {
    margin: 8.2666666667% auto 0 auto;
    width: 85.3333333333%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 6.25%;
  }
  .product_box .section-compare .compare-block h5 {
    font-size: 2.9333333333vw;
  }
  .product_box .section-compare .compare-block .text-model,
  .product_box .section-compare .compare-block .text-material,
  .product_box .section-compare .compare-block .text,
  .product_box .section-compare .compare-block .text-none {
    font-size: 2.9333333333vw;
    font-weight: bold;
  }
  .product_box .section-compare .compare-block .text-model {
    color: #bb1b21;
  }
  .product_box .section-compare .compare-block .text-sup {
    color: #86868b;
  }
  .product_box .section-compare .compare-block .compare-item {
    padding-top: 40.1785714286%;
  }
  .product_box .section-compare .compare-block .compare-item p:not(:nth-of-type(1)) {
    margin-top: 0.5em;
  }
  .product_box .section-compare .compare-block .compare-item .icon {
    margin: 0 auto 14.4642857143% auto;
    width: 49.2857142857%;
  }
  .product_box .section-compare .compare-block .compare-header {
    padding: 0 0 13.3928571429% 0;
    border-bottom: 1px solid #d2d2d7;
  }
  .product_box .section-compare .compare-block .compare-image {
    padding-top: 0;
  }
  .product_box .section-compare .compare-block .compare-image .image {
    margin: 26.7857142857% auto 21.4285714286% auto;
    width: 93.2142857143%;
  }
  .product_box .section-compare .compare-block .compare-color {
    padding: 31.0714285714% 0 21.4285714286% 0;
  }
  .product_box .section-compare .compare-block .compare-color .icon-color {
    padding: 10.7142857143% 0 0 0;
    width: 70.7142857143%;
    display: inline-block;
  }
  .product_box .section-compare .compare-block .compare-color .text-material:nth-of-type(2) {
    margin-top: 0;
    padding: 32.1428571429% 0 0 0;
  }
  .product_box .section-compare .compare-block .compare-cv {
    padding-top: 21.4285714286%;
    border-top: 1px solid #d2d2d7;
  }
  .product_box .section-compare .compare-item-display.aw-se .text:nth-of-type(1) {
    margin-bottom: 2em;
  }
  .product_box .section-compare .compare-item-sip.aw-se .text-none:nth-of-type(2) {
    margin-bottom: 2em;
  }
  .product_box .section-compare .compare-item-wellness.aw-se .text-none:nth-of-type(1) {
    margin-bottom: 2em;
  }
  .product_box .section-compare .compare-item-wr.aw-se .text-none:nth-of-type(3) {
    margin-bottom: 2em;
  }
  .product_box .section-compare .compare-item-wr.aw-9 .text-none:nth-of-type(3) {
    margin-bottom: 2em;
  }
  .product_box .section-compare .compare-item-gps.aw-se .text:nth-of-type(1) {
    margin-bottom: 2em;
  }
  .product_box .section-compare .compare-item-gps.aw-9 .text:nth-of-type(1) {
    margin-bottom: 2em;
  }
  .product_box .section-compare .compare-item-gps.aw-ultra2 .text:nth-of-type(2) {
    margin-bottom: 3em;
  }
  .product_box .section-compare .compare-item-battery.aw-se .text:nth-of-type(2) {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  .product_box .section-intro {
    padding: 9.3545369504% 0 8.4190832554% 0;
  }
  .product_box .section-intro h2 {
    font-size: 300%;
    line-height: 1;
  }
  .product_box .section-intro .lead {
    font-weight: bold;
    margin: 0 0 5.6127221703% 0;
  }
  .product_box .section-intro .logo {
    width: 16.417212348%;
    margin: 0 auto 3.2740879326% auto;
  }
  .product_box .section-intro .image {
    margin: 4.7708138447% auto;
    width: 58.1384471469%;
  }
  .product_box .section-intro .btn {
    font-size: 112.5%;
  }
  .product_box #function-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 4.1627689429%;
  }
  .product_box .section-function {
    margin: 0 0 1.8709073901% 0;
    padding: 0;
  }
  .product_box .section-function h3 {
    font-size: 187.5%;
    line-height: 1.4;
  }
  .product_box .section-function .image {
    margin: 0;
  }
  .product_box .section-function-01 {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .product_box .section-function-01 h3 .icon {
    width: 7.6712328767%;
  }
  .product_box .section-function-01 .text-area {
    width: 55.8673469388%;
  }
  .product_box .section-function-01 .image {
    width: 44.1326530612%;
    padding-right: 7.9081632653%;
    text-align: right;
  }
  .product_box .section-function-01 .image img {
    width: 86.4788732394%;
  }
  .product_box .section-function-02 {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #e7eef6;
  }
  .product_box .section-function-02 h3 .icon {
    width: 14.5664739884%;
  }
  .product_box .section-function-02 h3 .icon img {
    margin-top: -8px;
  }
  .product_box .section-function-02 .text-area {
    width: 44.1326530612%;
  }
  .product_box .section-function-02 .image {
    width: 55.8673469388%;
    padding-left: 5.612244898%;
  }
  .product_box .section-function-02 .image img {
    width: 93.1979695431%;
  }
  .product_box .section-function-03 {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .product_box .section-function-03 .text-area {
    width: 55.8673469388%;
  }
  .product_box .section-function-03 .image {
    width: 44.1326530612%;
    text-align: right;
    padding-right: 7.9081632653%;
  }
  .product_box .section-function-03 .image img {
    width: 86.4788732394%;
  }
  .product_box .section-function-04 {
    width: 48.9795918367%;
    padding: 4.0816326531% 0 0 0;
  }
  .product_box .section-function-04 .icon-app li .icon-app-item {
    font-size: 187.5%;
  }
  .product_box .section-function-04 .image {
    margin: 7.2916666667% auto 0 auto;
    width: 48.8541666667%;
  }
  .product_box .section-function-05 {
    width: 48.9795918367%;
  }
  .product_box .section-function-05 .text-area {
    top: 8.3333333333%;
  }
  .product_box .section-function-06 {
    width: 48.9795918367%;
  }
  .product_box .section-function-06 .text-area {
    bottom: 13.0208333333%;
  }
  .product_box .section-function-07 {
    width: 48.9795918367%;
    padding: 4.0816326531% 0 3.8265306122% 0;
  }
  .product_box .section-function-07 .icon {
    margin: 0 auto 5.1041666667% auto;
    width: 36.4583333333%;
  }
  .product_box .section-function-07 .image {
    margin: 5.2083333333% auto 0 auto;
    width: 74.8958333333%;
  }
  .product_box .section-function-08 {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .product_box .section-function-08 .text-area {
    width: 55.8673469388%;
  }
  .product_box .section-function-08 .image {
    width: 44.1326530612%;
    padding-right: 7.9081632653%;
  }
  .product_box .section-function-08 .image img {
    width: 86.4788732394%;
  }
  .product_box .section-function-09 {
    padding: 4.1836734694% 0 6.4795918367% 0;
  }
  .product_box .section-function-09 .image {
    margin: 0 auto 3.5714285714% auto;
    width: 37.8571428571%;
  }
  .product_box .section-compare {
    padding: 12.1608980355% 0 7.0159027128% 0;
    text-align: center;
  }
  .product_box .section-compare h3 {
    margin: 0 0 0.5em 0;
    font-size: 112.5%;
  }
  .product_box .section-compare h4 {
    font-size: 218.75%;
    line-height: 1;
  }
  .product_box .section-compare .compare-block {
    margin: 5.1449953227% auto 0 auto;
    width: 69.9719363891%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 9.0909090909%;
  }
  .product_box .section-compare .compare-block h5 {
    font-size: 106.25%;
  }
  .product_box .section-compare .compare-block .text-model {
    color: #bb1b21;
  }
  .product_box .section-compare .compare-block .text-sup {
    color: #86868b;
  }
  .product_box .section-compare .compare-block .text-model,
  .product_box .section-compare .compare-block .text-material,
  .product_box .section-compare .compare-block .text,
  .product_box .section-compare .compare-block .text-none {
    font-size: 75%;
    font-weight: bold;
  }
  .product_box .section-compare .compare-block .compare-item {
    padding-top: 15.931372549%;
  }
  .product_box .section-compare .compare-block .compare-item p:not(:nth-of-type(1)) {
    margin-top: 0.5em;
  }
  .product_box .section-compare .compare-block .compare-item .icon {
    margin: 0 auto 6.1274509804% auto;
    width: 22.5490196078%;
  }
  .product_box .section-compare .compare-block .compare-header {
    padding: 0 0 7.3529411765% 0;
    border-bottom: 1px solid #d2d2d7;
  }
  .product_box .section-compare .compare-block .compare-image {
    padding-top: 0;
  }
  .product_box .section-compare .compare-block .compare-image .image {
    margin: 20.0980392157% auto 14.7058823529% auto;
    width: 83.3333333333%;
  }
  .product_box .section-compare .compare-block .compare-color {
    padding: 13.4803921569% 0 12.2549019608% 0;
  }
  .product_box .section-compare .compare-block .compare-color .icon-color {
    padding: 11.0294117647% 0 0 0;
    width: 50.7352941176%;
    display: inline-block;
  }
  .product_box .section-compare .compare-block .compare-color .text-material:nth-of-type(2) {
    padding: 14.7058823529% 0 0 0;
  }
  .product_box .section-compare .compare-block .compare-cv {
    padding-top: 14.7058823529%;
  }
  .product_box .section-compare .compare-block .compare-item-gps.aw-ultra2 .text:nth-of-type(2) {
    margin-bottom: 1.8em;
  }
}
/* -------------------------------
 product-main-footer
---------------------------------*/
.product-main-footer {
  color: #777;
  background: #fff;
  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=whyapplewatch_2402_v03.css.map */