/* ============================================================
   G430 Models Section
   ============================================================ */

.g430-models {
  padding: 70px 0;
  background-color: #6b6b6b;
  font-family: "Noto Sans JP", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "貂ｸ繧ｴ繧ｷ繝�け菴�", "Yu Gothic", YuGothic, "繝｡繧､繝ｪ繧ｪ", Meiryo, "MS P繧ｴ繧ｷ繝�け", Verdana, Arial, Helvetica, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}

.g430-models * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g430-models img {
  width: 100%;
  height: auto;
  line-height: 0;
}

.g430-models a,
.g430-models a:link,
.g430-models a:visited {
  color: #0095bc;
  text-decoration: underline;
  outline: none;
}

.g430-models a:hover {
  text-decoration: none;
}

.g430-models .pcnone {
  display: none;
}

/* ============================================================
   繧ｿ繧､繝医Ν陦鯉ｼ�PC��
   ============================================================ */

.g430-models .model-list-title-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 8px;
  width: 66.875%;
  min-width: 858px;
  max-width: 1280px;
  margin: 0 auto 8px auto;
}

.g430-models .model-title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  background-color: #242323;
  box-sizing: border-box;
}

.g430-models .model-title-block img {
  height: 32px;
  width: auto;
  display: block;
}

.g430-models .model-title-block span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  padding-top: 6px;
}

.g430-models .model-title-block--gray {
  background-color: #b6b6b6;
}

.g430-models .model-title-block--gray span {
  color: #000;
}

.g430-models .model-title-left {
  flex: 1;
}

.g430-models .model-title-right {
  width: calc((100% - 16px) / 3);
  flex-shrink: 0;
}

.g430-models .model-title-full {
  width: 100%;
}

/* SP逕ｨ繧ｿ繧､繝医Ν�啀C縺ｧ縺ｯ髱櫁｡ｨ遉ｺ */
.g430-models .sp-title-row {
  display: none;
}

/* ============================================================
   Model list
   ============================================================ */

.g430-models .model-list {
  position: relative;
  width: 66.875%;
  min-width: 858px;
  max-width: 1280px;
  margin: 0 auto;
}

.g430-models .model-list .model-list-sp-border {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: hidden;
}

.g430-models .model-list .model-list-box {
  position: relative;
  flex-shrink: 0;
  width: calc((100% - 16px) / 3);
  margin-right: 8px;
  background: #242323;
}

.g430-models .model-list .model-list-box:last-child {
  margin-right: 0;
}

.g430-models .model-list .photo {
  width: 70%;
  margin: 30px auto;
  line-height: 0;
}

.g430-models .model-list .model-name {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.g430-models .model-list .model-copy {
  padding: 20px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.g430-models .model-list .btn-detail {
  display: inline-block;
  position: relative;
  padding: 16px 52px 16px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  background-color: #0086bf;
  background-image: url(/img/usr/feature2026-g430/btn_detail_arrow.png);
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 7px auto;
  border-radius: 9999999px;
  transition: all 0.3s;
}

.g430-models .model-list .btn-detail:hover {
  background-color: #787878;
  color: #fff;
  text-decoration: none;
}

.g430-models .model-list .data-block {
  padding-top: 36px;
}

.g430-models .model-list .data-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.g430-models .model-list .data-table tr:nth-child(odd) td {
  background-color: #ffffff14;
}

.g430-models .model-list .data-table tr:nth-child(even) td {
  background-color: #242323;
}

.g430-models .model-list .data-table td {
  position: relative;
  padding: 14px 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  border-right: 2px solid #242323;
}

.g430-models .model-list .data-table td:last-child {
  border-right: none;
}

.g430-models .model-list .data-table td.text-left {
  text-align: left;
}

.g430-models .model-list .data-table td.cell-line3 {
  height: 6em;
}

/* PC蟾ｦ蛛ｴ繧ｹ繝壹ャ繧ｯ隕句�縺� */
.g430-models .model-list .pc-data-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: -188px;
  width: 180px;
}

.g430-models .model-list .pc-data-title table {
  width: 100%;
  border-collapse: collapse;
}

.g430-models .model-list .pc-data-title table tr:nth-child(odd) th {
  background: linear-gradient(270deg, rgb(158 158 158 / 50%) 11%, rgba(199, 227, 239, 0) 100%);
}

.g430-models .model-list .pc-data-title table tr:nth-child(even) th {
  background: linear-gradient(270deg, rgb(21 21 21 / 50%) 11%, rgba(219, 240, 249, 0) 100%);
}

.g430-models .model-list .pc-data-title table th {
  position: relative;
  padding: 14px 4px 14px 45px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
  border-right: 2px solid #e2f8ff;
}

.g430-models .model-list .pc-data-title table th:last-child {
  border-right: none;
}

.g430-models .model-list .pc-data-title table th.cell-line3 {
  height: 6em;
}

/* 2谿ｵ逶ｮ荳贋ｽ咏區 */
.g430-models .row2 {
  margin-top: 40px;
}

/* LST note */
.g430-models .lst-75-note {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

/* ============================================================
   SP (max-width: 640px)
   ============================================================ */

@media screen and (max-width: 640px) {
  .g430-models {
    padding: 70px 0 50px 0;
  }

  .g430-models .pcnone {
    display: initial;
  }

  /* PC逕ｨ繧ｿ繧､繝医Ν髱櫁｡ｨ遉ｺ */
  .g430-models .pc-title-row {
    display: none;
  }

  /* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繧ｨ繝ｪ繧｢�壹�縺ｿ蜃ｺ縺励ｒ險ｱ蜿ｯ */
  .g430-models .sp-scroll-area {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
  }

  .g430-models .sp-scroll-area::-webkit-scrollbar {
    height: 6px;
  }

  .g430-models .sp-scroll-area::-webkit-scrollbar-track {
    background: #444;
  }

  .g430-models .sp-scroll-area::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
  }

  .g430-models .model-list .model-list-sp-border {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 8px;
    overflow: visible;
    border: none;
    border-radius: 0;
  }

  .g430-models .model-list .model-list-box {
    width: calc((100% - 16px) / 3);
    padding: 30px 7px;
    background-color: #242323;
    margin-right: 0;
    flex-shrink: 0;
  }

  .g430-models .model-list .model-list-box:last-child {
    margin-right: 0;
  }

  /* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ蜀�さ繝ｳ繝�Φ繝�ｼ�858px蝗ｺ螳� */
  .g430-models .sp-scroll-inner {
    width: 858px;
    min-width: 858px;
  }

  /* SP逕ｨ繧ｿ繧､繝医Ν陦� */
  .g430-models .sp-title-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    margin-bottom: 8px;
  }

  .g430-models .sp-title-row .model-title-block {
    padding: 12px 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #242323;
  }

  .g430-models .sp-title-row .model-title-block--gray {
    background-color: #b6b6b6;
  }

  .g430-models .sp-title-row .model-title-block--gray span {
    color: #000;
  }

  .g430-models .sp-title-row .model-title-block img {
    height: 24px;
    width: auto;
    display: block;
  }

  .g430-models .sp-title-row .model-title-block span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    padding-top: 6px;
  }

  /* 蟾ｦ��2繧ｫ繝ｩ繝�蛻� */
  .g430-models .sp-title-row .model-title-left {
    flex: 1;
  }

  /* 蜿ｳ��1繧ｫ繝ｩ繝�蛻� */
  .g430-models .sp-title-row .model-title-right {
    width: calc((100% - 16px) / 3);
    flex-shrink: 0;
  }

  /* 蜈ｨ蟷�ｼ�2谿ｵ逶ｮ�� */
  .g430-models .sp-title-row .model-title-full {
    width: 100%;
  }

  /* model-list�嘖p-scroll-inner蜀�〒蟷�100% */
  .g430-models .model-list {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
  }

  .g430-models .model-list .model-list-sp-border {
    overflow: visible;
    border: none;
    border-radius: 0;
  }

  .g430-models .model-list .model-list-box {
    width: calc((100% - 16px) / 3);
    padding: 30px 7px;
    background-color: #242323;
    border-right: none;
    margin-right: 0;
  }

  .g430-models .model-list .model-list-box:last-child {
    border-right: none;
  }

  .g430-models .model-list .pc-data-title {
    display: none;
  }

  .g430-models .model-list .photo {
    width: 121px;
    margin: 0 auto 10px auto;
  }

  .g430-models .model-list .model-name {
    font-size: 20px;
  }

  .g430-models .model-list .model-copy {
    padding: 16px 0;
  }

  .g430-models .model-list .btn-detail:hover {
    background-color: #0086bf;
  }

  .g430-models .model-list .data-table td {
    padding: 10px 2px;
    font-size: 12px;
  }

  .g430-models .model-list .data-table td.pcnone {
    display: table-cell;
    padding: 10px 2px 10px 6px;
    width: 6em;
  }

  .g430-models .row2 {
    margin-top: 32px;
  }

  .g430-models .lst-75-note {
    margin-left: 1em;
    padding: 1.2em 20px 0 20px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    text-indent: -1em;
  }
}

/* .page-goods .block-accessory-list:before,
.page-goods .pane-goods-center-wrap:before {
  background-color: #6b6b6b;
} */

.page-goods .pane-goods-center-wrap:before {
  background-color: #6b6b6b;
}
