/* Products listing page styles split from style.css. */

/* Products page hero */
body.page-id-17 .page-content .products-page-hero {
  position: relative;
  width: calc(100vw - var(--sbw, 0px));
  max-width: none;
  margin-left: calc(50% - (50vw - (var(--sbw, 0px) / 2)));
  margin-right: calc(50% - (50vw - (var(--sbw, 0px) / 2)));
  overflow: hidden;
}

body.page-id-17 .page-content > .products-page-hero {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.page-id-17 .page-content .products-page-hero__media {
  width: 100%;
}

body.page-id-17 .page-content .products-page-hero__media img {
  display: block;
  width: 100%;
  height: auto;
}

body.page-id-17 .page-content .products-page-hero__label {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
}

body.page-id-17 .page-content .products-page-hero__mark {
  position: absolute;
  right: max(40px, calc(((100vw - var(--sbw, 0px)) - 1160px) / 2));
  bottom: 0;
  z-index: 1;
  display: block;
  width: clamp(320px, 34vw, 483px);
  height: auto;
  transform: translateY(25%);
  transform-origin: right bottom;
  pointer-events: none;
  user-select: none;
}

/* Products page: keep hero below fixed header */
body.page-id-17 {
  --products-header-offset: var(--header-h);
}

body.page-id-17 .page-content {
  padding-top: var(--products-header-offset);
}

body.page-id-17 .page-content .products-page-hero,
body.page-id-17 .page-content .products-page-hero__media,
body.page-id-17 .page-content .products-page-hero__media img {
  width: 100%;
  height: 385px;
}

body.page-id-17 .page-content .products-page-hero__media img {
  object-fit: cover;
  object-position: center center;
}

body.page-id-17 .page-content .products-page-hero {
  margin-top: 0;
  margin-bottom: 0;
}

body.page-id-17 .page-content > .products-page-hero + .product-nav {
  margin-top: 0 !important;
}

body.page-id-17 .page-content > .product-nav {
  width: calc(100vw - var(--sbw, 0px)) !important;
  max-width: none !important;
  margin-left: calc(50% - (50vw - (var(--sbw, 0px) / 2))) !important;
  margin-right: calc(50% - (50vw - (var(--sbw, 0px) / 2))) !important;
  background-color: #b7d7e4 !important;
  padding: clamp(30px, 3.8vw, 58px) 0 clamp(44px, 4.5vw, 72px) !important;
  color: #3f7dc1 !important;
  text-align: left !important;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
}

body.page-id-17 .page-content .products-menu__inner {
  width: min(100%, 980px);
  margin-inline: auto;
}

body.page-id-17 .page-content .products-menu__row {
  display: grid;
  width: 100%;
}

body.page-id-17 .page-content .products-menu__row--type {
  grid-template-columns: 1fr 1fr;
}

body.page-id-17 .page-content .products-menu__row--size {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

body.page-id-17 .page-content .products-menu__row--other {
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(24px, 2.9vw, 42px);
}

body.page-id-17 .page-content .products-menu__cell {
  appearance: none;
  border: 1px solid #3f7dc1;
  margin: 0;
  border-radius: 0;
  background: #f5f5f5;
  color: #3f7dc1;
  font-size: clamp(18px, 1.52vw, 34px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 12px;
}

body.page-id-17 .page-content .products-menu__row--size .products-menu__cell {
  font-size: clamp(14px, 1.16vw, 25px);
  font-weight: 400;
  letter-spacing: 0.03em;
}

body.page-id-17 .page-content .products-menu__row--other .products-menu__cell {
  font-size: clamp(24px, 1.76vw, 40px);
}

body.page-id-17 .page-content .products-menu__cell.is-active {
  background: #3f7dc1;
  color: #fff;
}

@media (max-width: 1023px) {
  body.page-id-17 .page-content > .product-nav {
    padding: 24px 0 34px !important;
  }

  body.page-id-17 .page-content .products-menu__inner {
    width: min(100%, 980px);
  }

  body.page-id-17 .page-content .products-menu__row--size {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-id-17 .page-content .products-menu__cell {
    font-size: clamp(11px, 2.9vw, 16px);
    border-width: 1px;
    letter-spacing: 0.02em;
  }

  body.page-id-17 .page-content .products-menu__row--other .products-menu__cell {
    font-size: clamp(14px, 3.4vw, 19px);
  }
}

/* Products page: catalog section under products-menu */
body.page-id-17 .page-content > .products-catalog {
  width: calc(100vw - var(--sbw, 0px));
  max-width: none;
  margin-left: calc(50% - (50vw - (var(--sbw, 0px) / 2)));
  margin-right: calc(50% - (50vw - (var(--sbw, 0px) / 2)));
  margin-top: 0;
  background: #ffffff;
  padding: clamp(22px, 2.6vw, 36px) 0 clamp(24px, 3vw, 48px);
}

body.page-id-17 .page-content .products-catalog__inner {
  margin-inline: auto;
}

body.page-id-17 .page-content .products-catalog__heading {
  width: min(100%, 980px);
  margin: 0 auto clamp(34px, 2.8vw, 44px);
  padding: 8px 18px;
  display: block;
  box-sizing: border-box;
  background: #0079c4 !important;
  color: #fff !important;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.25;
  font-weight: 700 !important;
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-text-fill-color: #fff !important;
  background-clip: border-box;
}

body.page-id-17 .page-content .products-catalog__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 3.2vw, 56px);
  row-gap: clamp(30px, 3.8vw, 58px);
}

body.page-id-17 .page-content .products-catalog__card {
  margin: 0;
}

body.page-id-17 .page-content .products-catalog__card--empty {
  grid-column: 1 / -1;
}

body.page-id-17 .page-content .products-catalog__empty-message {
  margin: 0;
  padding: clamp(16px, 2.2vw, 24px) 0;
  color: #111;
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

body.page-id-17 .page-content .products-catalog__card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

body.page-id-17 .page-content .products-catalog__thumb {
  width: 100%;
  aspect-ratio: 3 / 2;
  background: #ffffff;
  overflow: hidden;
}

body.page-id-17 .page-content .products-catalog__thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

body.page-id-17 .page-content .products-catalog__title {
  margin: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  padding-bottom: 0.12em;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  color: #0e0e0e;
  font-size: clamp(17.94px, 3.386vw, 35.95px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

body.page-id-17 .page-content .products-catalog__text {
  margin: clamp(8px, 1.2vw, 14px) 0 0;
  color: #111;
  font-size: clamp(7.39px, 4.5775vw, 17.63px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

@media (max-width: 1023px) {
  body.page-id-17 .page-content .products-page-hero,
  body.page-id-17 .page-content .products-page-hero__media,
  body.page-id-17 .page-content .products-page-hero__media img {
    height: 170px;
  }

  body.page-id-17 .page-content > .products-catalog {
    padding: 18px 0 30px;
  }

  body.page-id-17 .page-content .products-catalog__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

/* Products page: 2026 design refinement */
@media (min-width: 1024px) {
  body.page-id-17 .page-content .products-page-hero__label {
    top: 45.5%;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  }

  body.page-id-17 .page-content > .product-nav {
    position: relative !important;
    min-height: 600px;
    overflow: hidden;
    background: #dcebf2 !important;
    padding: 130px 0 78px !important;
    color: #000000 !important;
    text-align: center !important;
  }

  body.page-id-17 .page-content > .product-nav::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: -172px;
    top: -26px;
    width: 720px;
    height: 720px;
    background: url("../../img/pattern-ring.png") center / contain no-repeat;
    opacity: 0.24;
    pointer-events: none;
  }

  body.page-id-17 .page-content > .product-nav::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -176px;
    bottom: -224px;
    width: 560px;
    height: 560px;
    background: url("../../img/pattern-ring.png") center / contain no-repeat;
    opacity: 0.24;
    pointer-events: none;
  }

  body.page-id-17 .page-content .products-menu__inner {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 80px), 996px);
    margin-inline: auto;
  }

  body.page-id-17 .page-content .products-menu__lead {
    margin: 0 0 108px;
    color: #000000;
    font-size: 29px;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
  }

  body.page-id-17 .page-content .products-menu__row {
    --products-menu-row-height: 65px;
    display: grid;
    grid-template-columns: 208px minmax(0, 1fr);
    gap: 20px;
    width: 100%;
    height: var(--products-menu-row-height);
    min-height: var(--products-menu-row-height);
    max-height: var(--products-menu-row-height);
    align-items: stretch;
  }

  body.page-id-17 .page-content .products-menu__row.products-menu__row--type {
    grid-template-columns: 208px minmax(0, 1fr);
    margin-top: 70px;
  }

  body.page-id-17 .page-content .products-menu__row--size {
    grid-template-columns: 208px minmax(0, 1fr);
  }

  body.page-id-17 .page-content .products-menu__row--other {
    display: none !important;
  }

  body.page-id-17 .page-content .products-menu__label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 208px;
    height: var(--products-menu-row-height);
    min-height: var(--products-menu-row-height);
    max-height: var(--products-menu-row-height);
    background: #ffffff;
    color: #3a7fc6;
    clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  body.page-id-17 .page-content .products-menu__label-text {
    display: inline-block;
    transform: translateX(calc(-208px * 0.01));
  }

  body.page-id-17 .page-content .products-menu__options {
    display: grid;
    width: 100%;
    height: var(--products-menu-row-height);
    min-height: var(--products-menu-row-height);
    max-height: var(--products-menu-row-height);
    align-items: stretch;
  }

  body.page-id-17 .page-content .products-menu__row--size .products-menu__options {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.page-id-17 .page-content .products-menu__row--type .products-menu__options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-id-17 .page-content .products-menu__cell {
    position: relative;
    appearance: none;
    height: var(--products-menu-row-height);
    min-height: var(--products-menu-row-height);
    max-height: var(--products-menu-row-height);
    margin: 0;
    padding: 0 14px;
    border: 3px solid #337dc5;
    border-left-width: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.96);
    color: #337dc5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 27px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    white-space: nowrap;
  }

  body.page-id-17 .page-content .products-menu__options .products-menu__cell:first-child {
    border-left-width: 3px;
  }

  body.page-id-17 .page-content .products-menu__cell-text {
    position: relative;
    z-index: 2;
    pointer-events: none;
  }

  body.page-id-17 .page-content .products-menu__row--size .products-menu__cell,
  body.page-id-17 .page-content .products-menu__row--other .products-menu__cell {
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 0.08em;
  }

  body.page-id-17 .page-content .products-menu__cell.is-active {
    background: linear-gradient(120deg, #3a7fc6 0%, #3a7fc6 78%, #2f75bf 78%, #2f75bf 100%);
    color: #ffffff;
  }

  body.page-id-17 .page-content .products-menu__row--type .products-menu__cell.is-active {
    background: linear-gradient(120deg, #0079c4 0 76%, #0079c4 76% 100%);
  }

  body.page-id-17 .page-content .products-menu__cell:not(.is-active)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(120deg, transparent 0 72%, rgba(220, 235, 242, 0.92) 72% 100%);
    pointer-events: none;
  }

  body.page-id-17 .page-content .products-menu__row--type .products-menu__cell:not(.is-active)::before {
    background: linear-gradient(120deg, transparent 0 76%, rgba(220, 235, 242, 0.96) 76% 100%);
  }

  body.page-id-17 .page-content .products-menu__cell:not(.is-active) {
    background: rgba(255, 255, 255, 0.96);
  }

  body.page-id-17 .page-content .products-menu__cell {
    isolation: isolate;
  }

  body.page-id-17 .page-content .products-menu__cell {
    z-index: 1;
  }

  body.page-id-17 .page-content .products-menu__cell::after {
    content: "";
    display: none;
  }

  body.page-id-17 .page-content .products-menu__cell {
    text-shadow: none;
  }

  body.page-id-17 .page-content .products-menu__cell {
    transform: none;
  }

  body.page-id-17 .page-content .products-menu__related {
    margin: 70px 0 0;
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: right;
  }

  body.page-id-17 .page-content .products-menu__related-button {
    appearance: none;
    margin: 0 0.12em;
    padding: 0;
    border: 0;
    border-bottom: 2px solid currentColor;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
  }

  body.page-id-17 .page-content > .products-catalog {
    background: #ffffff;
  }

  body.page-id-17 .page-content .products-catalog__inner {
    width: min(calc(100% - 80px), 996px);
  }

  body.page-id-17 .page-content .products-catalog__heading {
    width: 100%;
  }
}

/* Products page: redline 2 refinements */
body.page-id-17 {
  --products-redline-blue: #0079c4;
  --products-redline-blue-dark: #0079c4;
  --products-redline-width: 1160px;
}

@media (min-width: 1024px) {
  body.page-id-17 .page-content > .product-nav::before,
  body.page-id-17 .page-content > .product-nav::after {
    opacity: 0.36;
  }

  body.page-id-17 .page-content .products-menu__inner,
  body.page-id-17 .page-content .products-catalog__inner {
    width: min(calc(100% - 80px), var(--products-redline-width));
    max-width: var(--products-redline-width);
  }

  body.page-id-17 .page-content .products-menu__lead {
    margin-bottom: 96px;
    font-size: 24px;
    line-height: 1.45;
  }

  body.page-id-17 .page-content .products-menu__label {
    color: var(--products-redline-blue);
    font-size: 21px;
    border-radius: 0;
  }

  body.page-id-17 .page-content .products-menu__cell {
    border-color: var(--products-redline-blue);
    border-radius: 0;
    color: var(--products-redline-blue);
    font-size: 22px;
  }

  body.page-id-17 .page-content .products-menu__row--size .products-menu__cell,
  body.page-id-17 .page-content .products-menu__row--other .products-menu__cell {
    font-size: 22px;
  }

  body.page-id-17 .page-content .products-menu__cell.is-active {
    background: linear-gradient(120deg, var(--products-redline-blue) 0%, var(--products-redline-blue) 78%, var(--products-redline-blue-dark) 78%, var(--products-redline-blue-dark) 100%);
    color: #ffffff;
  }

  body.page-id-17 .page-content .products-menu__row--type .products-menu__cell.is-active {
    background: linear-gradient(120deg, var(--products-redline-blue) 0 76%, var(--products-redline-blue-dark) 76% 100%);
  }

  body.page-id-17 .page-content > .products-catalog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  body.page-id-17 .page-content .products-catalog__heading {
    background: var(--products-redline-blue) !important;
    height: 75px;
    min-height: 75px;
    margin-bottom: 65px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1.2;
  }

  body.page-id-17 .page-content > .product-nav {
    min-height: 474px;
    padding-top: 60px !important;
    padding-bottom: 50px !important;
  }

  body.page-id-17 .page-content .products-menu__lead {
    margin-bottom: 50px;
  }

  body.page-id-17 .page-content .products-menu__row {
    --products-menu-row-height: 70px;
  }

  body.page-id-17 .page-content .products-menu__row.products-menu__row--type {
    margin-top: 30px;
  }

  body.page-id-17 .page-content .products-menu__related {
    margin-top: 30px;
  }

  body.page-id-17 .page-content .products-catalog__grid {
    column-gap: 95px;
    row-gap: 65px;
  }

  body.page-id-17 .page-content .products-catalog__thumb {
    aspect-ratio: 2 / 1;
  }

  body.page-id-17 .page-content .products-catalog__title {
    margin-top: 0;
    padding-bottom: 0.18em;
    font-size: 22px;
    line-height: 1.25;
  }

  body.page-id-17 .page-content .products-catalog__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}

/* Products hero title: match company overview typography. */
body.page-id-17 .page-content .products-page-hero__label {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: block !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif !important;
  font-size: 35px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.06em !important;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.75));
  text-align: center !important;
  white-space: nowrap !important;
  pointer-events: none;
}

/* Products page buttons: requested minimum height only. */
body.page-id-17 .page-content .products-menu__cell {
  min-height: 84px !important;
  font-size: 23px !important;
  font-weight: 900 !important;
  font-variation-settings: "wght" 900 !important;
}

@media (min-width: 1024px) {
  body.page-id-17 .page-content .products-menu__row {
    --products-menu-row-height: 84px !important;
  }

  body.page-id-17 .page-content .products-menu__options,
  body.page-id-17 .page-content .products-menu__cell {
    min-height: 84px !important;
    height: 84px !important;
    max-height: none !important;
  }
}

body.page-id-17 .page-content .products-menu__select-wrap {
  display: none;
}

/* SP products filter layout. */
@media (max-width: 880px) {
  body.page-id-17 .page-content .products-menu__inner {
    width: min(calc(100% - 32px), 430px);
    margin-inline: auto;
  }

  body.page-id-17 .page-content .products-menu__row,
  body.page-id-17 .page-content .products-menu__row--size,
  body.page-id-17 .page-content .products-menu__row--type {
    display: grid;
    grid-template-columns: 1fr !important;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    align-items: center;
  }

  body.page-id-17 .page-content .products-menu__row--size {
    justify-items: center;
    margin-inline: auto;
    text-align: center;
  }

  body.page-id-17 .page-content .products-menu__row--size .products-menu__label {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 auto 12px;
    clip-path: none;
    background: transparent;
    color: #0079c4;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
  }

  body.page-id-17 .page-content .products-menu__row--size .products-menu__label-text {
    transform: none;
  }

  body.page-id-17 .page-content .products-menu__row--size .products-menu__options {
    display: none !important;
  }

  body.page-id-17 .page-content .products-menu__select-wrap {
    position: relative;
    display: block;
    width: min(100%, 300px);
    margin-inline: auto;
  }

  body.page-id-17 .page-content .products-menu__select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #0079c4;
    border-bottom: 2px solid #0079c4;
    transform: translateY(-68%) rotate(45deg);
    pointer-events: none;
  }

  body.page-id-17 .page-content .products-menu__select {
    appearance: none;
    width: 100%;
    min-height: 50px;
    padding: 0 44px 0 16px;
    border: 2px solid #0079c4;
    border-radius: 0;
    background: #ffffff;
    color: #0079c4;
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-align-last: center;
  }

  body.page-id-17 .page-content .products-menu__row--type {
    margin-top: 24px;
    padding-inline: 16px;
    box-sizing: border-box;
  }

  body.page-id-17 .page-content .products-menu__row--type .products-menu__label {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 0 12px;
    clip-path: none;
    background: transparent;
    color: #0079c4;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
  }

  body.page-id-17 .page-content .products-menu__row--type .products-menu__label-text {
    transform: none;
  }

  body.page-id-17 .page-content .products-menu__row--type .products-menu__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body.page-id-17 .page-content .products-menu__row--type .products-menu__cell {
    min-height: 52px !important;
    height: 52px !important;
    max-height: none !important;
    padding: 0 12px;
    border: 2px solid #0079c4;
    font-size: 16px !important;
    letter-spacing: 0.05em;
  }

  body.page-id-17 .page-content .products-catalog__inner {
    width: 100%;
    max-width: none;
    padding-inline: 18px;
    box-sizing: border-box;
  }

  body.page-id-17 .page-content .products-catalog__grid {
    padding-inline: 8px;
    box-sizing: border-box;
  }

  body.page-id-17 .page-content .products-catalog__card {
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
  }

  body.page-id-17 .page-content .products-menu__row--other {
    display: none !important;
  }
}

/* SP Japanese products page only. */
@media (max-width: 880px) {
  body:not(.language-page-body).page-id-17 .page-content .products-menu__lead {
    width: 100%;
    margin-inline: auto;
    text-align: center !important;
    white-space: normal;
  }

  body:not(.language-page-body).page-id-17 .page-content .products-menu__row--size {
    padding-inline: 16px;
    box-sizing: border-box;
  }

  body:not(.language-page-body).page-id-17 .page-content .products-menu__select-wrap {
    width: 100%;
    max-width: none;
  }
}

/* JP products page: center filter text and keep guide copy inside the filter width. */
body.page-id-17:not(.language-page-body--en):not(.language-page-body--zh) .page-content .products-menu__lead,
body.page-id-17:not(.language-page-body--en):not(.language-page-body--zh) .page-content .products-menu__related {
  width: min(100%, 932px) !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

body.page-id-17:not(.language-page-body--en):not(.language-page-body--zh) .page-content .products-menu__cell {
  justify-content: center !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  text-align: center !important;
}

body.page-id-17:not(.language-page-body--en):not(.language-page-body--zh) .page-content .products-menu__cell-text {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  text-align: center !important;
}

body.page-id-17:not(.language-page-body--en):not(.language-page-body--zh) .page-content .products-menu__select {
  padding-left: 44px !important;
  padding-right: 44px !important;
  text-align: center !important;
  text-align-last: center !important;
}

body.page-id-17:not(.language-page-body--en):not(.language-page-body--zh) .page-content .products-menu__select option {
  text-align: center;
}

@media (min-width: 881px) {
  body.page-id-17:not(.language-page-body--en):not(.language-page-body--zh) .page-content .products-menu__cell--dry .products-menu__cell-text {
    transform: translateX(1.5px) !important;
  }
}

@media (max-width: 880px) {
  body.page-id-17:not(.language-page-body--en):not(.language-page-body--zh) .page-content .products-menu__lead,
  body.page-id-17:not(.language-page-body--en):not(.language-page-body--zh) .page-content .products-menu__related {
    width: min(100%, 398px) !important;
    max-width: calc(100% - 32px) !important;
  }

  body.page-id-17:not(.language-page-body--en):not(.language-page-body--zh) .page-content .products-menu__row--type .products-menu__cell {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

/* JP SP only: replace the products page hero image. */
@media (max-width: 880px) {
  body.page-id-17:not(.language-page-body--en):not(.language-page-body--zh) .page-content .products-page-hero__media {
    background: url("../../img/products/products-hero-sp-20260623.jpg") center center / cover no-repeat !important;
  }

  body.page-id-17:not(.language-page-body--en):not(.language-page-body--zh) .page-content .products-page-hero__media img {
    content: url("../../img/products/products-hero-sp-20260623.jpg") !important;
    object-position: center center !important;
    opacity: 0 !important;
  }
}

/* SP only: align hero height to /products/ and use the JP hero image across languages. */
@media (max-width: 880px) {
  body.page-id-17 .page-content .products-page-hero,
  body.page-id-17 .page-content .products-page-hero__media,
  body.page-id-17 .page-content .products-page-hero__media img {
    height: 170px !important;
    min-height: 170px !important;
  }

  body.page-id-17 .page-content .products-page-hero__media {
    background: url("../../img/products/products-hero-sp-20260623.jpg") center center / cover no-repeat !important;
  }

  body.page-id-17 .page-content .products-page-hero__media img {
    content: url("../../img/products/products-hero-sp-20260623.jpg") !important;
    object-position: center center !important;
    opacity: 0 !important;
  }
}

/* SP all languages: unify the post-hero block background. */
@media (max-width: 880px) {
  body.page-id-17 .page-content > .product-nav {
    background: #d9ebf4 !important;
    background-color: #d9ebf4 !important;
  }
}

/* JP SP only: match the products hero title size to the company overview hero. */
@media (max-width: 880px) {
  body:not(.language-page-body):not(.language-page-body--en):not(.language-page-body--zh).page-id-17 .page-content .products-page-hero__label {
    font-size: clamp(24px, 6vw, 35px) !important;
  }
}

/* JP SP only: break the related equipment guidance after the particle. */
@media (max-width: 880px) {
  body:not(.language-page-body):not(.language-page-body--en):not(.language-page-body--zh).page-id-17 .page-content .products-menu__related {
    width: 100% !important;
    max-width: 100% !important;
  }

  body:not(.language-page-body):not(.language-page-body--en):not(.language-page-body--zh).page-id-17 .page-content .products-menu__related-tail {
    font-size: 0 !important;
  }

  body:not(.language-page-body):not(.language-page-body--en):not(.language-page-body--zh).page-id-17 .page-content .products-menu__related-tail::before {
    content: "を\Aご覧ください。";
    white-space: pre;
    font-size: 16px !important;
    line-height: 1.8 !important;
    letter-spacing: inherit;
  }
}
