@charset "utf-8";
/*---------------------font---------------------*/
#watch-top #series h2 {
  font-size: min(9vw, 50px);    
  color: #ffffff;
}
#watch-top #series h3 {
  font-size: min(7.5vw, 43px);
}
/*---------------------nav---------------------*/
#watch-top #brand-nav {
  clip-path: inset(0px 0 -1000px 0);
}
#watch-top #brand-nav:has(.cmp-product-navigation.is-front) {
  clip-path: none;
}
/*---------------------aboutはそれぞれのブランドで記述---------------------*/

/*---------------------series---------------------*/
#watch-top #series {
  font-family: var(--brand-font-family);
  background-color: #01142e;
  color: #ffffff;
  position: relative;
  padding-top: 300px;
  background-image: url(/content/dam/casio/global/watch/oceanus/top/img/bg-sea-pc.png);
  background-repeat: no-repeat;
  background-size: 100vw;
  margin-bottom: 100px;
}
#watch-top #series h2, #watch-top #series a {
  color: #ffffff;
}
#watch-top #series a.series-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#watch-top #series a.series-link::after {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  transform: translateY(2px);
  display: inline-block;
  background-image: url(/content/dam/casio/global/watch/common/arrow.svg);
  background-repeat: no-repeat;
}
#watch-top #series-inner {
  width: 95%;
  max-width: 1920px;
  margin: 100px auto;
}
#watch-top [id^="series-contents"] {
  margin-bottom: 100px;
}
#watch-top [id^="series-contents"] > .aem-Grid {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
/*---gapを使用するため---*/
#watch-top [id^="series-contents"] > .aem-Grid::before, #watch-top [id^="series-contents"] > .aem-Grid::after {
  content: none;
  display: none;
}
/*---series内のコンテンツ、偶数は左右逆---*/
#watch-top #series-inner > .aem-Grid > .container:nth-child(2n) > .switch-container > [id^="series-contents"] > .aem-Grid {
  display: flex;
  flex-direction: row;
}
/*---width---*/
#watch-top #series [id^="series-contents"] > .aem-Grid > .container:nth-child(1) {
  width: min(50%, 650px);
}
#watch-top #series [id^="series-contents"] > .aem-Grid > .container:nth-child(2) {
  width: calc(100% - (650px + 100px + 40px));
}
#watch-top #series-inner > .aem-Grid > .container:nth-child(2n-1) > .switch-container > [id^="series-contents"] > .aem-Grid > .container:nth-child(2) {
  margin-left: min(5%, 100px);
}
#watch-top #series-inner > .aem-Grid > .container:nth-child(2n) > .switch-container > [id^="series-contents"] > .aem-Grid > .container:nth-child(2) {
  margin-right: min(5%, 100px);
}
/*---パネル側の高さを上下で合わせる---*/
#watch-top [id^="series-contents"] > .aem-Grid > .container:nth-child(2) > .switch-container, #watch-top [id^="series-contents"] > .aem-Grid > .container:nth-child(2) > .switch-container > .cmp-container, #watch-top [id^="series-contents"] > .aem-Grid > .container:nth-child(2) > .switch-container > .cmp-container > .aem-Grid {
  height: 100%;
}
#watch-top [id^="series-contents"] > .aem-Grid > .container:nth-child(2) > .switch-container > .cmp-container > .aem-Grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
/*---space-betweenを使用するため---*/
#watch-top [id^="series-contents"] > .aem-Grid > .container:nth-child(2) > .switch-container > .cmp-container > .aem-Grid::before, #watch-top [id^="series-contents"] > .aem-Grid > .container:nth-child(2) > .switch-container > .cmp-container > .aem-Grid::after {
  content: none;
  display: none;
}
/*---パネル側のテキスト---*/
#watch-top #series .series-contents__txt p {
  margin-bottom: 10px;
}
/*---------------------パネル内---------------------*/
/*---パネル内の大きさを調整---*/
#watch-top #series [id^="series-contents"] .cmp-product_panel_list__item {
  min-height: auto;
  width: 250px;
}
#watch-top #series [id^="series-contents"] .cmp-product_panel__thumb {
  height: auto;
}
#watch-top #series [id^="series-contents"] .cmp-product_panel {
  min-height: auto;
  width: auto;
}
#watch-top #series [id^="series-contents"] .cmp-product_panel_list {
  min-height: auto;
}
/*---パネルのタイトル,fav,tagを非表示---*/
#watch-top #series .cmp-product_panel .cmp-product_panel__info .cmp-product_panel__title, #watch-top #series .cmp-product_panel .cmp-product_panel__thumb .cmp-product_panel__tag, #watch-top #series .cmp-product_panel .cmp-product_panel__icon-fav {
  display: none;
}
/*---パネルの画像を調整---*/
#watch-top #series .cmp-product_panel .cmp-product_panel__thumb .cmp-product_panel__img img {
  max-height: 100%;
  max-width: 100%;
}
/*---パネルの文字サイズ高さ、位置を調整---*/
#watch-top #series .cmp-product_panel .cmp-product_panel__info {
  justify-content: center;
  text-align: center;
}
#watch-top #series .cmp-product_panel .cmp-product_panel__info .cmp-product_panel__code {
  height: auto;
  font-size: 18px;
}
#watch-top #series .cmp-product_panel__price-txt {
  font-size: 18px;
}
/*---パネルの背景画像を白から透明へ---*/
#watch-top #series .cmp-product_panel .cmp-product_panel__thumb .cmp-product_panel__tag, #watch-top #series .cmp-product_panel .cmp-product_panel__thumb {
  background-color: transparent;
}
/*---パネルのスクロールバーの調整---*/
#watch-top #series .cmp-product_panel_list .cmp-product_panel_list__wrapper .cmp-product_panel_list__frame .simplebar-track.simplebar-horizontal {
  height: 5px;
  background: transparent;
}
#watch-top #series .cmp-product_panel_list .cmp-product_panel_list__wrapper .cmp-product_panel_list__frame {
  margin-bottom: 0;
}
/*---パネルの買い物非表示---*/
#watch-top #series .cmp-product_panel__icon-addcart {
  display: none;
}
@media (max-width: 1200px) {
  /*---------------------series---------------------*/
  #watch-top [id^="series-contents"] > .aem-Grid {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  #watch-top [id^="series-contents"] > .aem-Grid > .container {
    width: 100% !important;
    min-width: auto !important;
    margin: 0 auto !important;
  }
  #watch-top #series [id^="series-contents"] > .aem-Grid > .container:nth-child(2) {
    width: 80% !important;
  }
  #watch-top #series [id^="series-contents"] .cmp-product_panel_list__item {
    width: 40vw;
  }
}
@media (max-width: 767px) {
  /*---------------------series---------------------*/
  #watch-top #series {
    padding-top: 15vw;
    margin-bottom: 10vw;
    background-image: url(/content/dam/casio/global/watch/oceanus/top/img/bg-sea-sp.png);
  }
  #watch-top #series-inner {
    width: 100%;
    margin: 0 auto;
  }
  #watch-top #series .cmp-product_panel .cmp-product_panel__info .cmp-product_panel__code {
    height: auto;
    font-size: 14px;
  }
  #watch-top #series .cmp-product_panel__price-txt {
    font-size: 14px;
  }
}