@charset "utf-8";
#watch #is-shippori {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600 !important;
}
#watch-series #kv-text #is-shippori h1 {
  font-size: min(4vw, 60px);
}
#watch-series #kv-text #is-shippori .ruby {
  font-family: var(--brand-font-family-heading);
  font-size: .4em;
}
/*--lineup---*/
#lineup .cmp-single-product_panel__tag {
  max-width: 100%;
  width: 100%;
  padding: 0px 20px 0px 0px;
  background-color: transparent;
  top: -20px;
}
#flexrow > .aem-Grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.watch-brand-color.cmp-button {
  font-size: 18px;
  font-weight: normal;
  border-radius: 25px;
  border: solid 2px #000000;
  background-color: #ffffff;
  color: #000000;
  transition: .3s ease-out;
}
.watch-brand-color.cmp-button:hover {
  letter-spacing: .1em;
  color: #4561f3;
  border: solid 2px #4561f3;
}
@media (max-width: 767px) {
  #watch-series #kv-text #is-shippori h1 {
    font-size: 8vw;
  }
  #watch-series #kv-text #is-shippori .ruby {
    font-family: var(--brand-font-family-heading);
    font-size: .6em;
  }
}