@charset "utf-8";
/*---------about---------*/
#watch-top #protrek #about {
  margin: 0 auto 50px;
  background-image: url(/content/dam/casio/global/watch/protrek/top/img/bg-about-pc.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 800px;
  max-width: 1920px;
}
#watch-top #protrek #about-txt {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: min(20vw, 100px) auto 0;
  color: #ffffff;
}
#watch-top #protrek #about-txt #tagline {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 30px;
  float: none;
}
#watch-top #protrek #about-txt a {
  color: #ffffff;
}
/*---------------------series---------------------*/
#watch-top #protrek #series {
  background-color: #000000;
  color: #ffffff;
  padding-top: 450px;
  background-image: url(/content/dam/casio/global/watch/protrek/top/img/bg-siries-pc.jpg);
  background-size: 1920px auto;
  background-position-x: center;
}
#watch-top #series-inner {
  width: 95%;
  max-width: 1920px;
  margin: 200px auto 100px;
}
#watch-top #protrek #series h2, #watch-top #protrek #series a {
  color: #ffffff;
}
@media (max-width: 767px) {
  /*---------about---------*/
  #watch-top #protrek #about {
    background-image: url(/content/dam/casio/global/watch/protrek/top/img/bg-about-sp.jpg);
    height: auto;
    aspect-ratio: 2 / 3;
    background-position: bottom;
    margin: 0;
  }
  /*---------------------feature---------------------*/
  #watch-top #protrek #series {
    background-image: url(/content/dam/casio/global/watch/protrek/top/img/bg-siries-sp.jpg);
    padding-top: 30vw;
    background-size: 100vw;
  }
  #watch-top #series-inner {
    margin: 20vw auto;
  }
}