/* 元Styleを上書き ここから */
.breadcrumbs ul,
.breadcrumbs ul a {
  color: #ffffff;
}
.il_horizontal .image_list_txt p{
  font-size: 100%;
}
/* 元Styleを上書き ここまで */
:root{
  --sticky-offset: 300px;
  --color-blue_main: #023881;
  --color-blue_sub: #b4bddf;
  --color-green_main: #019876;
  --color-green_sub: #bbdbd1;
  --color-sky_main: #009cc5;
  --color-sky_sub: #b8dee4;
  --color-perple_main: #4f2376;
  --color-perple_sub: #755092;
  --color-gray_main: #747574;
}
.text-blue {color: var(--color-blue_main);}
.text-green {color: var(--color-green_main);}
.text-sky {color: var(--color-sky_main);}
.text-perple {color: var(--color-perple_main);}
.anchor-target{
  scroll-margin-top: var(--sticky-offset) !important;
}
.series_coaxial-camera {
 --main-color: var(--color-blue_main);
 --sub-color: var(--color-blue_sub);
}
.series_network-camera {
  --main-color: var(--color-green_main);
  --sub-color: var(--color-green_sub);
}
.series_cloud-camera {
  --main-color: var(--color-sky_main);
  --sub-color: var(--color-sky_sub);
}
.siries_wrap {
  margin-top: 60px;
  border-top: 1px solid #DDD;
}
.siries-nav {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}
.siries-nav a {
  position: relative;
  background-color: var(--main-color);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 6px 40px 8px 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.siries-nav a.app {
  background: var(--color-gray_main);
}
.siries-nav a.options {
  background: var(--color-perple_main);
}
.siries-nav a.small {
  font-size: 22px;
}
.siries-nav a::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(0) rotate(135deg);
  transition: transform 0.2s ease;
}
.siries-nav a:hover::after {
  transform: translateY(30%) rotate(135deg);
}
.siries__sav-nav-wrap {
  top: 0;
  z-index: 10;
  background: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 0 20px;
}
.siries__sav-nav-title {
  font-size: 3.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
  color: var(--main-color);
}
.siries__sav-nav-title img {
  width: auto;
  height: 47.6px;
}
.siries__sav-nav {
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:24px 16px;
  align-items:flex-start;
  padding-left: 20px;
}
.siries-group {
  display:flex;
  align-items:flex-start;
  gap:10px;
  flex-wrap:wrap;
  width: calc(50% - 20px);
}
.siries-group.wide {
  width: 100%;
}
.siries__name a {
  padding-top: 7px;
  line-height: 1;
  font-weight:700;
  white-space:nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  width: 9.5em;
}
.siries__name a::after{
  content: "\25B6\FE0E";
  margin-left: 4px;
  color: #999;
  font-size: .75em;
}
.siries__links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  width: calc(100% - 11em);
}
.siries__sav-nav a.siries {
  display: inline-block;
  border: 1px solid #999;
  border-radius: 999px;
  padding: 6px 12px;
}
.siries__sav-nav a.siries:hover {
  background-color: #333;
  color: #fff;
}
.siries_wrap .siries_title {
  margin-top: 20px;
}
/* Product */
.product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  padding: 20px 0;
}
.product-card {
  grid-column: span 2;
}
.options-txt {
  list-style: none;
  padding-left: 0;
  font-size: 12px;
}
.options-txt li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 10px;
}
.options-txt li:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: #601a86;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5em;
}

@media (max-width: 980px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid.product-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.product-card {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.product-head {
  padding: 12px 12px 0 12px;
}
.ndaa {
  background-color:#e3e8f1;
  padding:0 20px;
  margin-left:1em;
  font-size:.75em;
  display:inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-name {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
}
.product-sub {
  margin: 6px 0 0 0;
  color: #666;
  font-size: 16px;
}
.product-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.product-media {
  margin: 0;
  overflow: hidden;
}
.product-media img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: auto;
}
.feature-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.feature {
  display: flex;
  align-items: center;
}
.feature img {
  width: auto;
  height: 50px;
}
.block-title {
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: 13px;
}
.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}
.link-list a {
  text-decoration: none;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.link-list a:hover {
  background: #f7f7f7;
}
.link-list a .icon_s {
  margin: 0;
}
.details {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 10px 12px;
}
.details summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
}
.details-body {
  margin-top: 10px;
}
.icon-pdf,
.icon-dl,
.icon-popup {
  height: 1.5em;
  width: auto;
}
.details-txt {
  font-size: 10px;
  font-weight: 700;
}
.mini-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
}
.mini-table th,
.mini-table td {
  border-top: 1px solid #eee;
  padding: 8px 3px;
  text-align: left;
  vertical-align: middle;
}
.mini-table thead th {
  text-align: center;
  border-top: none;
  color: #555;
}
.mini-table .table_item__name {
  width: 75%;
}
.mini-table .table_item__item {
  width: 25%;
  text-align: center;
}
.mini-table .table_item__link {
  text-align: center;
}
.tag-list {
  list-style: none;
  padding: 0;
  margin: 0.5em 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag {
  list-style: none;
}
.tag a {
  display: block;
  border: 1px solid #eee;
  border-radius: 999px;
  padding: 6px 8px;
  font-size: 10px;
  text-decoration: none;
}
.tag a:hover {
  background-color: #eee;
}
.view-image {
  display: block;
  margin: 0 0 10px auto;
  padding: 8px 12px;
  border: 1px solid #6f6f6f;
  border-radius: 2em;
  background: #6f6f6f;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
}
.view-image:hover {
  background: #f7f7f7;
  color: #000;
}
.table_item__link .view-image {
  color: #6f6f6f;
  background: #ffffff;
}
.view-image:hover {
  background: #ffffff;
  color: #000;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.modal__panel {
  margin: 0;
  width: min(1000px, 100%);
  position: relative;
  z-index: 1;
  max-height: 80vh;
  overflow-y: auto;
  padding: 40px;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
.modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0 0 0 /.8);
}
.modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  border: 1px solid #ccc;
  background: rgba(255 255 255 /.25);
  border-radius: 50%;
  padding: 6px 12px;
  width: 40px;
  aspect-ratio: 1/1;
  cursor: pointer;
  font-size: 16px;
}
.modal__figure {
  margin: 10px 0 0 0;
}
.modal__figure img {
  width: 100%;
  height: auto;
  display: block;
}
/* topics */
.topics-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  background: var(--main-color);
  color: #ffffff;
  width: 100%;
  padding: 8px;
}
.topics-summary:hover {
  opacity: .8;
}
.topics-summary .topics-icon {
  height: 1em;
  width: auto;
}
.topics-wrap {
  background: var(--sub-color);
  padding: 52px 24px 24px;
}
.topics-body-wrap {
 background: rgba(255 255 255 /.5);
 padding: 24px 16px;
}
.topics-item-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 0 8px;
}
.topics-body-wrap p {
  line-height: 1.75;
}
.topics-item-title > span {
  color: var(--main-color);
}
.topics-arrow {
  height: 1em;
  width: auto;
}
.topics-item-sub-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--main-color);
  position: relative;
  margin: 1.5em 0 1em 0;
}
.topics-item-sub-title::after {
  position: absolute;
  bottom: -5px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #999;
}
.topics-item-text {
  line-height: 1.5;
}
.topics-grid {
  display: grid;
  justify-items: center;
  gap: 10px;
}
.topics-grid.col-2 {
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.topics-grid.col-3 {
  grid-template-columns: repeat(3, minmax(0,1fr));
}
.topics-img-wrap {
  margin-top: 10px;
}
/* options spec -modal */
.modal__spec-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
}
.spec-table {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 3px;
}
.spec-table th,
.spec-table td {
  padding: 8px;
}
.spec-table th {
  background-color: var(--sub-color);
  vertical-align: middle;
  color: var(--main-color);
  font-weight: 600;
  text-align: left;
  width: 200px;
  overflow: visible;
  position: relative;
}
.spec-table td {
  background: #e3e3e3;
  padding-left: 20px;
}
.spec-table .colspan {
  border-right: 3px solid #fff;
}

/* aplications */
.app-box {
  background: var(--main-color);
  color: #ffffff;
}
.app-box:hover {
  background: var(--sub-color);
}
.app-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}
.app-summary:hover {
  color: #ffffff;
}
.app-summary .app-icon {
  height: 1em;
  width: auto;
}
@media only screen and (max-width: 767.98px) {
  .siries_wrap {
    margin-top: 40px;
  }
  .siries-nav {
    margin-top: 24px;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
  }
  .siries-nav a,
  .siries-nav a.small {
    font-size: 18px;
    line-height: 1.4;
    min-height: 56px;
    height: auto;
    padding: 10px 38px 10px 16px;
  }
  .siries-nav a::after {
    right: 16px;
  }
  .siries__sav-nav-wrap {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 8px 0 12px;
  }
  .siries__sav-nav-title {
    font-size: 2.4rem;
    margin-bottom: 14px;
  }
  .siries__sav-nav-title img {
    height: 34px;
  }
  .siries__sav-nav {
    display: block;
    padding-left: 0;
  }
  .siries-group,
  .siries-group.wide {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
  .siries__name a {
    width: fit-content;
    padding-top: 0;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.4;
  }
  .siries__name a::after{
    transform: rotate(90deg);
  }
  .siries__links {
    width: 100%;
    gap: 8px;
  }
  .siries__sav-nav a.siries {
    padding: 6px 10px;
    font-size: 12px;
  }
  .siries_wrap .siries_title {
    margin-top: 12px;
  }
  .product-grid,
  .product-grid.product-options {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px 0;
  }
  .product-card {
    grid-column: auto;
  }
  .product-head {
    padding: 10px 10px 0 10px;
  }
  .product-body {
    padding: 10px;
    gap: 12px;
  }
  .product-name {
    font-size: 18px;
    line-height: 1.4;
  }
  .product-sub {
    font-size: 13px;
    margin-top: 4px;
  }
  .ndaa {
    padding: 0 12px;
    margin-left: 0.5em;
    font-size: 0.7em;
  }
  .options-txt {
    font-size: 12px;
  }
  .options-txt li {
    margin-bottom: 8px;
  }
  .feature-icons {
    gap: 6px;
  }
  .link-list {
    font-size: 12px;
    gap: 6px;
  }
  .link-list a {
    padding: 10px;
    gap: 6px;
    line-height: 1.5;
  }
  .details {
    padding: 10px;
  }
  .details summary {
    font-size: 13px;
    line-height: 1.5;
  }
  .details-body {
    margin-top: 8px;
  }
  .details-txt {
    font-size: 11px;
  }
  .mini-table {
    font-size: 9px;
    table-layout: fixed;
  }
  .mini-table th,
  .mini-table td {
    padding: 6px 2px;
    word-break: break-word;
  }
  .mini-table .table_item__name {
    width: 70%;
  }
  .mini-table .table_item__item {
    width: 30%;
  }
  .tag-list {
    gap: 6px;
  }
  .tag a {
    font-size: 10px;
    padding: 5px 8px;
  }
  .view-image {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    padding: 10px 12px;
  }
  .modal.is-open {
    padding: 10px;
  }
  .modal__panel {
    width: 100%;
    max-height: 85vh;
    padding: 32px 16px 16px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal__close {
    top: 6px;
    right: 6px;
    width: 36px;
    padding: 4px 8px;
  }
  .topics-summary {
    padding: 10px;
    font-size: 13px;
  }
  .topics-wrap {
    padding: 40px 14px 14px;
  }
  .topics-body-wrap {
    padding: 16px 12px;
  }
  .topics-item-title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .topics-item-sub-title {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 1.2em 0 0.8em 0;
  }
  .topics-grid.col-2,
  .topics-grid.col-3 {
    grid-template-columns: 1fr;
  }
  .modal__spec-title {
    font-size: 18px;
  }
  .spec-table {
    border-spacing: 0 0;
    font-size: 12px;
  }
  .spec-table th,
  .spec-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
  }
  .spec-table td {
    padding-left: 10px;
  }
  .spec-table .colspan {
    border-right: none;
  }
  .app-summary {
    font-size: 13px;
    line-height: 1.5;
  }
}