.body {
  position: relative;
}

#Bodywall {
  overflow: hidden;
}

.kbUltimate::before,
.kbUltimate::after {
  content: '';
  display: block;
  width: 115px;
  height: 100vh;
  /* background: url(../product/kongsberg/img/ultimate/img_ultimateBg-l.webp)
    repeat-y top left/100%; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .kbUltimate::before,
  .kbUltimate::after {
    content: none;
  }
}
.kbUltimate::after {
  /* background-image: url(../product/kongsberg/img/ultimate/img_ultimateBg-r.webp); */
  background-position: top right;
  left: unset;
  right: 0;
  z-index: -1;
}
.kbUltimate * {
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .kbUltimate#contents {
    max-width: 780px;
  }
}
.kbUltimate img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .kbUltimate img {
    width: 100%;
  }
}
.kbUltimate dl,
.kbUltimate dt,
.kbUltimate dd {
  margin: 0;
}
.kbUltimate .text_orange {
  color: #bb5c08;
}
.kbUltimate .text_bold {
  font-weight: bold;
}
.kbUltimate .flex_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .kbUltimate .flex_box {
    flex-direction: column;
  }
}
.kbUltimate .ttl_md {
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
}
@media (max-width: 768px) {
  .kbUltimate .ttl_md {
    margin: 0;
  }
}
.kbUltimate table {
  table-layout: fixed;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .kbUltimate table {
    font-size: 10px;
  }
}
.kbUltimate table th,
.kbUltimate table td {
  padding: 10px 5px;
}
@media (max-width: 768px) {
  .kbUltimate table th,
  .kbUltimate table td {
    padding: 7px 3px;
  }
}
.kbUltimate .supplement {
  margin-bottom: unset;
  font-size: 13px !important;
  text-align: right;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .kbUltimate .supplement {
    margin-top: 5px;
    font-size: 10px !important;
  }
}
.kbUltimate_mv {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.kbUltimate .hikaku .flex_box {
  align-items: flex-end;
}
.kbUltimate .hikaku .kbUltimate_text {
  flex: 1;
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  .kbUltimate .hikaku .kbUltimate_text {
    padding-bottom: unset;
  }
}
.kbUltimate .hikaku .kbUltimate_img {
  max-width: 490px;
  margin: 10px 0 0 80px;
}
@media (max-width: 1200px) {
  .kbUltimate .hikaku .kbUltimate_img {
    margin-left: 60px;
  }
}
@media (max-width: 960px) {
  .kbUltimate .hikaku .kbUltimate_img {
    max-width: 70%;
    margin: 0 auto;
  }
}
.kbUltimate .feature .ttl_lg {
  margin-top: 20px !important;
}
@media (max-width: 1200px) {
  .kbUltimate .feature .ttl_lg {
    margin-top: 30px !important;
  }
}
.kbUltimate .feature > .ttl_md:first-of-type {
  margin-top: 0 !important;
}
.kbUltimate .feature_text {
  flex: 1;
}
.kbUltimate .feature_img {
  max-width: 600px;
  margin: 10px 0 0 80px;
}
@media (max-width: 1200px) {
  .kbUltimate .feature_img {
    max-width: 70%;
    margin-left: 60px;
  }
}
@media (max-width: 960px) {
  .kbUltimate .feature_img {
    margin: 10px auto 0;
  }
}
@media (max-width: 768px) {
  .kbUltimate .feature_img {
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .kbUltimate .feature .safety_color {
    text-align: center;
  }
}
.kbUltimate .feature .safety_color dt {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #bb5c08;
}
.kbUltimate .feature .tool_table {
  width: 100%;
  margin-top: 20px;
}
.kbUltimate .feature .tool_table thead th {
  color: #fff;
}
.kbUltimate .feature .tool_table thead th:not(:first-of-type) {
  background: #69727d;
}
.kbUltimate .feature .tool_table thead th:nth-child(1) {
  width: 38px;
}
@media (max-width: 768px) {
  .kbUltimate .feature .tool_table thead th:nth-child(1) {
    width: 26px;
  }
}
.kbUltimate .feature .tool_table thead th:nth-child(2) {
  width: 230px;
}
@media (max-width: 768px) {
  .kbUltimate .feature .tool_table thead th:nth-child(2) {
    width: 85px;
  }
}
.kbUltimate .feature .tool_table thead th .num {
  display: inline-block;
  margin: 0 15px;
  font-weight: bold;
  color: #000;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .kbUltimate .feature .tool_table thead th .num {
    margin: 0 10px;
  }
}
.kbUltimate .feature .tool_table thead th .num::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .kbUltimate .feature .tool_table thead th .num::after {
    width: 15px;
    height: 15px;
  }
}
.kbUltimate .feature .tool_table tbody th {
  color: #fff;
  background: #9aafb6;
  border: 1px solid #9aafb6;
}
.kbUltimate .feature .tool_table tbody td {
  border: 1px solid #9aafb6;
}
.kbUltimate .feature .tool_table tbody + tbody::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
}
.kbUltimate .feature_box_flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .kbUltimate .feature_box_flex {
    flex-direction: column;
  }
}
.kbUltimate .feature_box_flex > div {
  width: calc((100% - 100px) / 2);
}
@media (max-width: 960px) {
  .kbUltimate .feature_box_flex > div {
    width: calc((100% - 60px) / 2);
  }
}
@media (max-width: 768px) {
  .kbUltimate .feature_box_flex > div {
    width: 100%;
  }
}
.kbUltimate .feature_box_flex .feature_box_img {
  margin-top: 20px;
}
.kbUltimate .point_list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .kbUltimate .point_list {
    flex-direction: column;
  }
}
.kbUltimate .point_list li {
  width: calc((100% - 100px) / 3);
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .kbUltimate .point_list li {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 768px) {
  .kbUltimate .point_list li {
    width: 100%;
  }
  .kbUltimate .point_list li + li {
    margin-top: 20px;
  }
}
.kbUltimate .point_list dl {
  padding: 25px 25px 15px;
  position: relative;
}
@media (max-width: 768px) {
  .kbUltimate .point_list dl {
    padding: 15px 15px 5px;
  }
}
.kbUltimate .point_list dl::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #f58420;
  position: absolute;
  top: 10px;
  left: 10px;
}
.kbUltimate .point_list dl dt {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .kbUltimate .point_list dl dt {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.kbUltimate .main_contents_wrap_under {
  width: 100vw;
  margin: 170px calc(50% - 50vw) 0;
  padding-bottom: 70px;
  background: #f2f5f6;
}
@media (max-width: 768px) {
  .kbUltimate .main_contents_wrap_under {
    margin-top: 90px;
    padding-bottom: 30px;
  }
}
.kbUltimate .movie_wrap {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .kbUltimate .movie_wrap {
    width: 90%;
  }
}
.kbUltimate .movie_wrap::after {
  content: '';
  display: block;
  width: 100vw;
  height: 55px;
  margin: 0 calc(50% - 50vw);
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: #f2f5f6;
  position: absolute;
  top: -55px;
  right: 0;
  z-index: -1;
}
.kbUltimate .movie_wrap iframe {
  width: 100%;
  height: auto;
  margin-top: -100px;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .kbUltimate .movie_wrap iframe {
    margin-top: -50px;
  }
}
.kbUltimate .kbUltimate_spec {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .kbUltimate .kbUltimate_spec {
    width: 90%;
    max-width: 780px;
  }
}
.kbUltimate .kbUltimate_spec_table {
  width: 100%;
}
.kbUltimate .kbUltimate_spec_table caption {
  padding: 10px 5px;
  font-size: 16px;
  font-weight: bold;
  /* background: #69727d; */
  background: #475862;
  color: #fff;
  border: 1px solid #f2f5f6;
}
@media (max-width: 768px) {
  .kbUltimate .kbUltimate_spec_table caption {
    padding: 7px 5px;
    font-size: 12px;
  }
}
.kbUltimate .kbUltimate_spec_table th,
.kbUltimate .kbUltimate_spec_table td {
  background: #fff;
}
.kbUltimate .kbUltimate_spec_table thead th {
  /* background: #9aafb6; */
  background: #69727d;
  color: #fff;
  border: 1px solid #f2f5f6;
  border-top: unset;
}
.kbUltimate .kbUltimate_spec_table tbody th {
  color: #000;
  background: #e1e1e1;
  border: 1px solid #f2f5f6;
  border-top: unset;
}
.kbUltimate .kbUltimate_spec_table tbody td {
  border: 1px solid #f2f5f6;
  border-top: unset;
}
.kbUltimate .kbUltimate_spec_table tbody + tbody::before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
} /*# sourceMappingURL=kbUltimate.css.map */
