@charset "UTF-8";

/*==============================
             共通
==============================*/
.googlepixelwatch4 {
  color: #3c4043;
}

html {
  -webkit-text-size-adjust: 100%;
}

.googlepixelwatch4 *,
.googlepixelwatch4 *::before,
.googlepixelwatch4 *::after {
  box-sizing: border-box;
}

body,
.googlepixelwatch4 h1,
.googlepixelwatch4 h2,
.googlepixelwatch4 h3,
.googlepixelwatch4 h4,
.googlepixelwatch4 h5,
.googlepixelwatch4 h6,
.googlepixelwatch4 p,
.googlepixelwatch4 figure,
.googlepixelwatch4 blockquote,
.googlepixelwatch4 dl,
.googlepixelwatch4 dd {
  margin: 0;
}

.googlepixelwatch4 ul,
.googlepixelwatch4 ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.googlepixelwatch4 h1,
.googlepixelwatch4 h2,
.googlepixelwatch4 h3,
.googlepixelwatch4 h4,
.googlepixelwatch4 h5,
.googlepixelwatch4 h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.googlepixelwatch4 img,
.googlepixelwatch4 picture {
  max-width: 100%;
  vertical-align: top;
}

.googlepixelwatch4 img[src$=".svg"] {
  width: 100%;
}

.googlepixelwatch4 sub,
.googlepixelwatch4 sup {
  font-size: 75%;
  /*line-height: 0;*/
  position: relative;
  vertical-align: baseline;
}

.googlepixelwatch4 sub {
  bottom: -0.25em;
}

.googlepixelwatch4 sup {
  top: -0.5em;
}

.googlepixelwatch4 em {
  font-style: normal;
  font-weight: 700;
}

/* 大枠 */
.googlepixelwatch4 .pixel-product-wrap {
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 10px;
  overflow: auto;
}

.googlepixelwatch4 .product-main {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.googlepixelwatch4 .textLinkAnotherTransition {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  padding-right: 0.5em;
  color: #0080ff !important;
  text-decoration: none;
}

.googlepixelwatch4 .textLinkAnotherTransition:hover {
  text-decoration: underline;
}

.googlepixelwatch4 .textLinkAnotherTransition::after {
  position: relative;
  top: 0.3em;
  left: 0.1em;
  display: inline-block;
  width: 1.15em;
  height: 1.2em;
  background: url('../img/icon_blank.png') no-repeat;
  background-size: contain;
  content: '';
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.googlepixelwatch4 .product-block {
  padding: 45px 20px 40px;
}

.googlepixelwatch4 .bg-c {
  background-color: #f5f1ec;
}

.googlepixelwatch4 .product-block .heading-a {
  margin-bottom: 0.4em;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
}

.googlepixelwatch4 .product-block .heading-c {
  line-height: 1.25;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.googlepixelwatch4 .product-block p {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}

.googlepixelwatch4 .product-block .section-text {
  margin-bottom: 50px;
  line-height: 1.3;
  font-size: 14px;
}

.googlepixelwatch4 .product-block .section-label {
  margin-bottom: 0.7em;
  font-size: 14px;
  text-align: center;
}

.googlepixelwatch4 .product-block .box-txt {
  max-width: 900px;
  margin: 35px auto 0;
}

.googlepixelwatch4 .product-block .box-txt .txt-note {
  font-size: 12px;
  color: #3c4043;
  text-align: left;
}

.googlepixelwatch4 .product-block .box-txt .txt-note.txt-center {
  text-align: center;
}

.googlepixelwatch4 .txt-note a {
  font-size: 12px;
}

.googlepixelwatch4 sup {
  font-size: max(0.6em, 8px);
  vertical-align: top;
  position: relative;
  top: 0;
  color: inherit;
}

.featureArea {
  overflow: auto;
}

/* column */
.googlepixelwatch4 .column-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.googlepixelwatch4 .column-box.reverse {
  flex-direction: row-reverse;
}

.googlepixelwatch4 .column-box+.column-box {
  margin-top: 35px;
}

.googlepixelwatch4 .column-box .box {
  width: calc((100% - 20px) / 2);
}

.googlepixelwatch4 .column-box .box.text-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  background-color: #f5f3ef;
}

.googlepixelwatch4 .column-box .box .heading-c {
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  text-align: center;
}

.googlepixelwatch4 .column-box.column1 .box {
  width: 100%;
}

.googlepixelwatch4 .column-box.column2 .box {
  width: calc((100% - 20px) / 2);
}

/* horizontal */
.googlepixelwatch4 .horizontal-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.googlepixelwatch4 .column-box+.horizontal-box {
  margin-top: 50px;
}

.googlepixelwatch4 .horizontal-box.reverse {
  flex-direction: row-reverse;
}

.googlepixelwatch4 .horizontal-box+.horizontal-box {
  margin-top: 25px;
}

.googlepixelwatch4 .horizontal-box .box1 {
  width: 100%;
  max-width: 460px;
}

.googlepixelwatch4 .horizontal-box .box1.wide {
  max-width: 508px;
}

.googlepixelwatch4 .horizontal-box .box2 {
  flex: 1;
  margin-left: 40px;
}

.googlepixelwatch4 .horizontal-box.reverse .box2 {
  margin-right: 10px;
  margin-left: 30px;
}

.googlepixelwatch4 .horizontal-box.reverse .box2.ml0 {
  margin-left: 0;
}

.googlepixelwatch4 .horizontal-box .box2 .heading-c {
  margin-bottom: 0.7em;
  text-align: left;
}

.googlepixelwatch4 .horizontal-box .box2 p {
  text-align: left;
}

.googlepixelwatch4 .nowrap {
  white-space: nowrap;
}

.googlepixelwatch4 .btn1 {
  display: inline-block;
  position: relative;
  margin-top: 1.3em;
  background-color: #007cf3;
  border-radius: 7px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 40px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
}

.googlepixelwatch4 .btn1::after {
  position: absolute;
  top: 4px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.googlepixelwatch4 .btn1:hover {
  opacity: .8;
}

.googlepixelwatch4 .product-block .box p {
  line-height: 1.3;
}

/*=============================================
   area1
=============================================*/
.googlepixelwatch4 .area1 {
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.googlepixelwatch4 .area1 h3 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 40px;
}

.googlepixelwatch4 .area1 h4 {
  line-height: 1.4;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.googlepixelwatch4 .area1 .notice-txt {
  margin-top: 30px;
  color: #cc0033;
  font-size: 16px;
}

.googlepixelwatch4 .area1-1 {
  max-width: 825px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.googlepixelwatch4 .area1-1 .box {
  width: calc(100% / 4);
}

.googlepixelwatch4 .area1-1 .box:nth-child(1) {
  margin-top: 10px;
}

.googlepixelwatch4 .area1-1 .box:nth-child(2) {
  margin-top: 50px;
}

.googlepixelwatch4 .area1-1 .box:nth-child(4) {
  margin-top: 30px;
}

.googlepixelwatch4 .area1-1 .box:not(:first-child) {
  margin-left: 45px;
}

.googlepixelwatch4 .area1-1 .box p {
  font-size: 18px;
  text-align: left;
  margin-top: 20px;
  line-height: 1.2;
}

.googlepixelwatch4 .area1 .box-txt {
  max-width: 780px;
  margin-top: 20px;
}

/*=============================================
   area2
=============================================*/
.googlepixelwatch4 .product-block.area2 {
  padding: 75px 0 0;
}

.googlepixelwatch4 .product-block.area2 .heading-a {
  margin-bottom: 51px;
}

.googlepixelwatch4 .product-block.area2 .box p {
  font-size: 18px;
  text-align: left;
  margin-top: 18px;
}

.googlepixelwatch4 .area2 .content-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 780px;
  margin: 40px auto 0;
}

.googlepixelwatch4 .area2 .box-txt {
  width: 100%;
  max-width: 780px;
}

/*=============================================
   area3
=============================================*/
.googlepixelwatch4 .product-block.area3 {
  padding-top: 105px;
  padding-bottom: 65px;
}

.googlepixelwatch4 .product-block.area3 .section-text {
  font-size: 18px;
  margin-bottom: 20px;
}

.googlepixelwatch4 .product-block.area3 .heading-a {
  margin-bottom: 45px;
}

.googlepixelwatch4 .area3 .content-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.googlepixelwatch4 .area3 .content-box p {
  font-size: 18px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

.googlepixelwatch4 .area3 .column-box p {
  font-size: 18px;
  text-align: left;
  margin-top: 20px;
}

.googlepixelwatch4 .area3 .box {
  margin-top: 20px;
}

.googlepixelwatch4 .area3 .box1 {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 16px;
}

.googlepixelwatch4 .area3 .box2,
.googlepixelwatch4 .area3 .box3 {
  margin-right: 0;
  margin-left: 0;
}

.googlepixelwatch4 .area3 .box2 .float-box p {
  margin-top: 0;
}

.googlepixelwatch4 .area3 .float-box {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: left;
}

.googlepixelwatch4 .area3 .box1 .float-box {
  top: 26%;
  width: 53%;
}

.googlepixelwatch4 .area3 .box2 .float-box {
  top: 0;
}

.googlepixelwatch4 .area3 .box3 .float-box {
  top: 0;
}

.googlepixelwatch4 .area3 .float-box p {
  margin-top: 1.2em;
}

.googlepixelwatch4 .area3 .box4 {
  width: 100%;
  max-width: 820px;
  margin-bottom: 0;
}

.googlepixelwatch4 .area3 .box4 .heading-c {
  margin-bottom: 18px;
  font-size: 26px;
}

.googlepixelwatch4 .area3 .box-txt {
  width: 100%;
  max-width: 780px;
  margin: 35px auto 0;
}

/*=============================================
   area4
=============================================*/

.googlepixelwatch4 .product-block.area4 {
  padding-top: 25px;
  padding-bottom: 0;
}

.googlepixelwatch4 .product-block.area4 .heading-a {
  margin-bottom: 45px;
}

.googlepixelwatch4 .product-block.area4 .heading-a img {
  width: 180px !important;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.googlepixelwatch4 .product-block.area4 .box-txt {
  max-width: 770px;
}

.googlepixelwatch4 .product-block.area4 .box-btn {
  text-align: center;
  margin-bottom: 5px;
}

.googlepixelwatch4 .product-block.area4 .box p {
  font-size: 18px;
  text-align: left;
  margin-top: 18px;
}

/*=============================================
   area5
=============================================*/
.googlepixelwatch4 .product-block.area5 {
  padding: 100px 0 0;
}

.googlepixelwatch4 .area5 .box {
  position: relative;
}

.googlepixelwatch4 .product-block.area5 .section-text {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.googlepixelwatch4 .product-block.area5 .column-box.sub {
  flex-wrap: wrap;
  margin-top: 90px;
}

.googlepixelwatch4 .product-block.area5 .column-box.sub .box {
  background-color: #f6f6f7;
  text-align: center;
  border-radius: 18px;
  padding: 20px 10px;
  margin-bottom: 20px;
}

.googlepixelwatch4 .product-block.area5 .column-box.sub .box:nth-child(3),
.googlepixelwatch4 .product-block.area5 .column-box.sub .box:nth-child(4) {
  margin-bottom: 0;
}

.googlepixelwatch4 .product-block.area5 .column-box.sub .box img {
  width: 40px;
  margin-bottom: 18px;
}

.googlepixelwatch4 .product-block.area5 .column-box.sub .box p {
  font-size: 17px;
  line-height: 1.3;
}

.googlepixelwatch4 .product-block.area5 .column-box.sub .box .ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.googlepixelwatch4 .product-block.area5 .box-txt {
  width: 100%;
  max-width: 780px;
}

.contents .googlepixelwatch4 .product-block.area5 .column-box .box p+p {
  margin-top: 0;
}

/*=============================================
   area6
=============================================*/
.googlepixelwatch4 .product-block.area6 {
  padding-top: 60px;
}

.googlepixelwatch4 .product-block.area6 .heading-a {
  margin-bottom: 30px;
}

.googlepixelwatch4 .product-block.area6 .section-text {
  font-size: 18px;
}

.googlepixelwatch4 .product-block.area6 .column-box .box .img2 {
  margin-top: 20px;
}

/*=============================================
                   SP
=============================================*/
@media screen and (max-width: 767px) {
  .googlepixelwatch4 {
    padding: 0;
  }

  .googlepixelwatch4 .pixel-product-wrap {
    padding: 0;
    overflow: visible;
  }

  .googlepixelwatch4 .product-main {
    min-width: 0;
  }

  .featureArea {
    overflow: visible;
  }

  .googlepixelwatch4 .product-block {
    padding: 40px 16px;
  }

  .googlepixelwatch4 .content-box {
    display: block;
    margin: auto;
  }

  .googlepixelwatch4 .product-block .heading-a {
    margin-bottom: 1em;
    font-size: 32px;
  }

  .googlepixelwatch4 .product-block .heading-c {
    font-size: 6vw;
    text-align: center;
  }

  .googlepixelwatch4 .product-block p {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
  }

  .googlepixelwatch4 .product-block .section-text {
    margin-bottom: 35px;
    line-height: 1.5;
    font-size: 16px;
  }

  .googlepixelwatch4 .product-block .section-label {
    margin-bottom: 0.7em;
    font-size: 16px;
  }

  .googlepixelwatch4 .product-block .box-txt .txt-note {
    font-size: 12px;
  }

  .googlepixelwatch4 .product-block .box-txt .txt-note.sp-nowrap {
    margin-left: -16px;
    margin-right: -16px;
    letter-spacing: -0.01em;
  }

  .googlepixelwatch4 .product-block .box-txt .txt-note.wide {
    margin-right: auto;
    margin-left: auto;
  }

  .googlepixelwatch4 .sp-nowrap {
    white-space: nowrap;
  }

  /* column */
  .googlepixelwatch4 .column-box {
    display: block;
  }

  .googlepixelwatch4 .column-box.sp-reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: 14px;
  }

  .googlepixelwatch4 .column-box+.column-box {
    margin-top: 35px;
  }

  .googlepixelwatch4 .column-box .box {
    width: 100%;
  }

  .googlepixelwatch4 .column-box .box:nth-child(n+2) {
    margin-top: 45px;
  }

  .googlepixelwatch4 .column-box .box.text-column {
    min-height: 351px;
    border-radius: 16px;
  }

  .googlepixelwatch4 .column-box .box.text-column+.box {
    margin-top: 14px;
  }

  .googlepixelwatch4 .column-box .box .heading-c {
    margin-top: 1.2em;
    margin-bottom: 1em;
    text-align: center;
  }

  .googlepixelwatch4 .column-box .box .heading-c.size-s {
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    font-size: 21px;
  }

  .googlepixelwatch4 .column-box .box .item-label+.heading-c {
    margin-top: 0.5em;
    font-size: 29px;
  }

  .googlepixelwatch4 .column-box .box .item-label {
    margin-top: 25px;
  }

  .googlepixelwatch4 .column-box.flex-wrap .box+.box {
    margin-top: 14px;
  }

  .googlepixelwatch4 .column-box .box.text-column2+.text-column2 {
    margin-top: 16px;
  }

  .googlepixelwatch4 .column-box .box.text-column2 .text-box {
    padding: 2px 10px 20px;
  }

  .googlepixelwatch4 .column-box .box.text-column2 .img-box {
    padding-bottom: 20px;
  }

  .googlepixelwatch4 .column-box .box.text-column2 .img-box.img1 {
    width: 84%;
    max-width: none;
  }

  .googlepixelwatch4 .column-box .box.text-column2 .img-box.img2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .googlepixelwatch4 .column-box.column1 .box {
    width: 100%;
  }

  .googlepixelwatch4 .column-box.column2 .box {
    width: 100%;
  }

  .googlepixelwatch4 .column-box.column3 .box {
    width: 100%;
  }

  /* horizontal */
  .googlepixelwatch4 .horizontal-box {
    display: block;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }

  .googlepixelwatch4 .horizontal-box+.horizontal-box {
    margin-top: 35px;
  }

  .googlepixelwatch4 .horizontal-box .box1 {
    max-width: none;
  }

  .googlepixelwatch4 .horizontal-box .box1.wide {
    max-width: none;
  }

  .googlepixelwatch4 .horizontal-box .box2 {
    margin-top: 20px;
    margin-left: 0;
  }

  .googlepixelwatch4 .horizontal-box.reverse .box2 {
    margin-right: 0;
    margin-left: 0;
  }

  .googlepixelwatch4 .horizontal-box .box2 .heading-c {
    margin-bottom: 1em;
    text-align: center;
  }

  .googlepixelwatch4 .horizontal-box .box2 p {
    text-align: center;
  }

  .googlepixelwatch4 .btn1 {
    margin-top: 1.2em;
    padding: 13px 48px;
    font-size: 16px;
  }

  .googlepixelwatch4 .btn1::after {
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 18px;
    width: 8px;
    height: 8px;
  }

  .googlepixelwatch4 .area1 .notice-txt {
    font-size: 18px;
  }

  /* area1 */
  .googlepixelwatch4 .area1 .content-box {
    display: block;
    width: 100%;
    max-width: 360px;
  }

  .googlepixelwatch4 .area1 .content-box .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 26px;
  }

  .googlepixelwatch4 .area1 .content-box .box:last-child {
    margin-bottom: 0;
  }

  .googlepixelwatch4 .area1 .content-box .box img {
    max-width: 35px;
    margin: 0 20px 0 0;
  }

  .googlepixelwatch4 .area1 .content-box .box p {
    text-align: left;
  }

  .googlepixelwatch4 .area1 h4 {
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
  }

  .googlepixelwatch4 .area1 .content-box .box:last-child h4 {
    white-space: nowrap;
  }

  .googlepixelwatch4 .area1-1.pc-only {
    display: none;
  }

  /* area2 */
  .googlepixelwatch4 .product-block.area2 {
    padding: 30px 16px 0;
    overflow: hidden;
  }

  .googlepixelwatch4 .product-block.area2 .column-box .box.text-column {
    min-height: initial;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .googlepixelwatch4 .product-block.area2 .column-box .box.text-column+.box {
    margin-top: 0;
  }

  .googlepixelwatch4 .product-block.area2 .box p {
    font-size: 21px;
  }

  .googlepixelwatch4 .area2-4 {
    margin-left: -5%;
    margin-right: -5%;
    margin-bottom: 30px;
  }

  /* area3 */
  .googlepixelwatch4 .product-block.area3 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .googlepixelwatch4 .product-block.area3 .heading-a {
    margin-bottom: 25px;
  }

  .googlepixelwatch4 .area3 .content-box {
    display: block;
  }

  .googlepixelwatch4 .area3 .content-box p {
    font-size: 21px;
    margin-bottom: 45px;
  }

  .googlepixelwatch4 .area3 .box2 {
    width: 100%;
    margin-bottom: 0;
  }

  .googlepixelwatch4 .area3 .box3 {
    width: 100%;
  }

  .googlepixelwatch4 .area3 .box:nth-child(n+2) {
    margin-top: 16px;
  }

  .googlepixelwatch4 .area3 .box1 .float-box {
    top: 6.5%;
    width: 100%;
  }

  .googlepixelwatch4 .area3 .box2 .float-box {
    top: 0;
  }

  .googlepixelwatch4 .area3 .box2 .heading-c {
    margin-bottom: 0.5em;
  }

  .googlepixelwatch4 .area3 .box3 .float-box {
    top: 0;
  }

  .googlepixelwatch4 .area3 .box4 .heading-c {
    font-size: 6vw;
  }

  .googlepixelwatch4 .area3 .box4 .box-txt {
    margin-top: 0;
  }

  .googlepixelwatch4 .area3 .float-box .heading-c {
    font-size: 6.13vw;
  }

  .googlepixelwatch4 .area3 .float-box p {
    margin-top: 0.8em;
    font-size: 4.26vw;
  }

  .googlepixelwatch4 .product-block.area3 .section-text {
    font-size: 18px;
  }

  .googlepixelwatch4 .product-block.area3 .content-box .section-text {
    font-size: 21px;
  }

  /* area4 */
  .googlepixelwatch4 .product-block.area4 .heading-a img {
    width: 170px !important;
  }

  .googlepixelwatch4 .area4 .column-box.sp-reverse {
    display: flex;
    flex-wrap: wrap;
  }

  .googlepixelwatch4 .product-block.area4 .heading-c+p {
    margin-right: -4px;
    margin-left: -4px;
  }

  .googlepixelwatch4 .product-block.area4 .box p {
    font-size: 21px;
  }

  /* area5 */
  .googlepixelwatch4 .product-block.area5 {
    padding: 100px 16px 0;
  }

  .googlepixelwatch4 .product-block.area5 .column-box .box:nth-child(n+2) {
    margin-top: 16px;
  }

  .googlepixelwatch4 .area5 .column-box {
    margin-bottom: 1.3rem;
  }

  .googlepixelwatch4 .area5 .column-box .box .img-box {
    width: 100%;
    margin-right: 0;
  }

  .googlepixelwatch4 .product-block.area5 .section-text {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .googlepixelwatch4 .product-block.area5 .column-box.sub .box p {
    font-size: 21px;
  }

  .googlepixelwatch4 .product-block.area5 .column-box.sub .box .ttl {
    font-size: 21px;
  }

  /* area6 */
  .googlepixelwatch4 .product-block.area6 .heading-a {
    margin-right: -6px;
    margin-left: -6px;
    margin-bottom: 35px;
  }

  .googlepixelwatch4 .area6 .column-box {
    display: flex;
    justify-content: space-between;
  }

  .googlepixelwatch4 .area6 .column-box .box {
    width: 46%;
  }

  .googlepixelwatch4 .area6 .column-box .box:first-child {
    width: 54%;
    margin-right: 12px;
  }

  .googlepixelwatch4 .area6 .column-box .box:nth-child(n+2) {
    margin-top: 0;
  }

  .googlepixelwatch4 .product-block.area6 .column-box .box .img2 {
    margin-top: 10px;
  }

  .googlepixelwatch4 .product-block.area6 .section-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 374px) {
  .googlepixelwatch4 .product-block .heading-a {
    font-size: 8vw;
  }

  .googlepixelwatch4 .product-block .heading-c {
    font-size: 5.6vw;
  }

  .googlepixelwatch4 .product-block p {
    font-size: 4.26vw;
  }

  .googlepixelwatch4 .product-block .section-text {
    font-size: 4.26vw;
  }

  .googlepixelwatch4 .product-block .section-label {
    font-size: 4.26vw;
  }

  .googlepixelwatch4 .product-block .box-txt .txt-note {
    font-size: max(3.2vw, 12px);
  }

  .googlepixelwatch4 .column-box .box .heading-c.size-s {
    font-size: 5.6vw;
  }

  .googlepixelwatch4 .column-box .box .item-label+.heading-c {
    font-size: 7.73vw;
  }

  .googlepixelwatch4 .horizontal-box .box2 .heading-c {
    font-size: 6.13vw;
  }

  .googlepixelwatch4 .area1 h4 {
    font-size: 4.26vw;
  }

  .googlepixelwatch4 .area1 .notice-txt {
    font-size: 4.26vw;
  }

  .googlepixelwatch4 .area3 .float-box .heading-c {
    font-size: 6.13vw;
  }

  .googlepixelwatch4 .area3 .float-box p {
    font-size: 4.26vw;
  }

  .googlepixelwatch4 .product-block.area8 .heading-c {
    font-size: 7.46vw;
  }

  .googlepixelwatch4 .product-block.area9 .heading-a {
    font-size: 10.13vw;
  }

  .googlepixelwatch4 .txt-note a {
    font-size: max(3.2vw, 12px);
  }

  .googlepixelwatch4 .area7 .column-box .box .heading-c {
    font-size: 5.8vw;
  }

  .googlepixelwatch4 .product-block.area2 .box p,
  .googlepixelwatch4 .product-block.area3 .box p,
  .googlepixelwatch4 .product-block.area4 .box p,
  .googlepixelwatch4 .product-block.area5 .column-box.sub .box .ttl,
  .googlepixelwatch4 .product-block.area5 .column-box.sub .box p {
    font-size: 5vw;
  }

  .googlepixelwatch4 .product-block.area3 .section-text,
  .googlepixelwatch4 .product-block.area5 .section-text,
  .googlepixelwatch4 .product-block.area6 .section-text {
    font-size: 4.2vw;
  }
}