@charset "utf-8";

/*---------------------oceanus---------------------*/
/*---------about---------*/
#watch-top #oceanus #about {
  color: var(--brand-color);
  background-color: #ededed;
}
#watch-top #about h2 {
  text-align: left;
  padding: 0;
  margin-bottom: 1rem;
}
#watch-top #oceanus #about a {
  color: var(--brand-color);
}
#watch-top #oceanus #about > .aem-Grid {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#watch-top #oceanus #about > .aem-Grid > .container:nth-child(1) {
  width: 50%;
  margin: 140px 0px;
}
#watch-top #oceanus #about > .aem-Grid > .container:nth-child(2) {
  max-width: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
}
#watch-top #oceanus #about > .aem-Grid > .container:nth-child(2) * {
  height: 100%;
}
#watch-top #oceanus #about > .aem-Grid > .container:nth-child(2) img {
  width: auto !important;
}
/*--------------スクロールアニメーション---------------*/
/*フェード*/
#watch-top #oceanus #about [class*="js-fade"] {
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
/*---------------------series---------------------*/
#watch-top #oceanus #series {
  background-color: #01142e;
  color: #ffffff;
  background-image: url(/content/dam/casio/global/watch/oceanus/top/img/bg-sea-pc.png);
}
#watch-top #oceanus #series h2, #watch-top #oceanus #series a {
  color: #ffffff;
}
@media (max-width: 1200px) {
  /*---------------------about---------------------*/
  #watch-top #oceanus #about > .aem-Grid {
    width: 100%;
    max-height: none;
  }
  #watch-top #oceanus #about > .aem-Grid > .container:nth-child(1) {
    margin: 50px auto;
    width: 80%;
    float: none;
  }
  #watch-top #oceanus #about > .aem-Grid > .container:nth-child(2) {
    height: auto;
    position: static;
    transform: translateY(0);
    width: 90%;
    max-width: none;
    margin-left: auto;
    float: none;
  }
  #watch-top #oceanus #about > .aem-Grid > .container:nth-child(2) * {
    height: auto;
  }
  #watch-top #oceanus #about > .aem-Grid > .container:nth-child(2) img {
    width: 100% !important;
  }
 }    
@media (max-width: 767px) {
  /*---------------------series---------------------*/
  #watch-top #oceanus #series {
    background-image: url(/content/dam/casio/global/watch/oceanus/top/img/bg-sea-sp.png);
  }
}