@charset "UTF-8";
/*
|---------------------------------------------------------------
| 2404 matrix
|---------------------------------------------------------------
*/

@media(max-width:640px){.b-ngear-stt__header__layout__image {flex: 0 0 420px;}li.b-ngear2401-nav__list__item {display: contents;}#clac .b-ngear-ln-group__title{font-size: 18px !important;text-align: center !important;}.js--loaded,.b-ngear-lineup__body,div#clac {margin-top: 30px;}}
.pane-right-menu {DISPLAY: none;}
.b-ngear-lineup .block-goods-list-3CD--item {width: 382px;}
.block-goods-list-3CD {margin: auto !important;}
.block-event-page--goods {border: outset 4px #aaa;border-radius: 0 30px 0 30px;}
figure.block-goods-list-3CD--item-img-figure {background-color: #fff;}
.b-ngear2401-nav__list__item[data-col="4"] {flex: 0 0 50%;max-width: 25%;}
.api_matrix-code {font-size: xx-small;}
.block-goods-list-3CD--item-comment,.block-goods-list-3CD--item-icons,.block-goods-list-3CD--item-util-btns,.block-goods-list-3CD--item-star,.block-goods-list-3CD--item-btn-more,.block-goods-list-3CD--item-btn-cart{display:none;}
.api_matrix a {display: initial !important;color: #000;}
.js--loaded,.b-ngear-lineup__body,div#clac {margin-bottom: 60px;}
span.api_matrix-name {font-size: calc(0.25vw + 0.58rem);}
#clac .b-ngear-ln-group__title{font-size: 28px;text-align: left;padding:15px 5px;}
h3 img{vertical-align: middle;}
@media screen and (min-width: 1201px) {div#clac{padding-right: calc((100% - 1200px) / 2);padding-left: calc((100% - 1200px) / 2);}}

    

.api_matrix *,
.api_matrix *::before,
.api_matrix *::after {
  box-sizing: border-box;
}

.api_matrix {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
@media screen and (min-width: 750.2px) {
  .api_matrix {
    overflow: visible;
  }
}
.api_matrix.js--draggable::before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 3;
  margin: auto;
  pointer-events: none;
  background-image: url(../img/icon-draggable.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  transition: all 0.25s;
}
@media screen and (min-width: 750.2px) {
  .api_matrix.js--draggable::before {
    display: none;
  }
}
.api_matrix.js--draggable.js--dragged::before {
  opacity: 0;
}

*[data-js-matrix-include] + *[data-js-matrix-include] {
  margin-top: 40px;
}
@media screen and (min-width: 750.2px) {
  *[data-js-matrix-include] + *[data-js-matrix-include] {
    margin-top: 80px;
  }
}

/*
 * Table
------------------------------------------------*/
table.api_matrix-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  color: #333;
  background: #ffffff;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ccc;
  font-size: 14px;
}
table.api_matrix-table col {
  width: auto;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #ccc;
}
table.api_matrix-table col:first-child {
  border-left: 0;
}
table.api_matrix-table col.api_matrix-table__xhead {
  width: 121px;
  word-break: break-word;
}
table.api_matrix-table th, table.api_matrix-table td {
  text-align: left;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ccc;
  padding: 11px 10px;
}
table.api_matrix-table th {
  font-weight: bold;
  vertical-align: middle;
}
table.api_matrix-table th:first-child {
  color: #333;
  background-color: #e1e1e1;
}
table.api_matrix-table td {
  font-weight: 500;
  vertical-align: baseline;
  color: inherit;
}
table.api_matrix-table thead {
  color: #333;
  background-color: #eaeaea;
}
table.api_matrix-table thead th, table.api_matrix-table thead td {
  word-break: break-word;
  text-align: center;
}
table.api_matrix-table thead tr._os {
  color: #ffffff;
  background-color: #404040;
}
table.api_matrix-table thead tr._memory {
  color: #ffffff;
  background-color: #262626;
}
table.api_matrix-table thead tr._memory th:first-child {
  border-bottom: 1px solid #404040;
}
table.api_matrix-table th._double {
  background-image: linear-gradient(to left bottom, #eaeaea 0%, #eaeaea calc(50% - 0.75px), #ccc calc(50% - 0.5px), #ccc calc(50% + 0.5px), transparent calc(50% + 0.75px), transparent 100%);
  background-repeat: no-repeat;
  background-size: calc(100% + 1px);
  background-position: top left;
  position: relative;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.api_matrix-table th._double > span {
  font-size: 8px;
  display: block;
  padding: 0 1em;
  position: absolute;
  z-index: 1;
  margin: auto;
}
table.api_matrix-table th._double > span:first-child {
  right: 5px;
  top: 5px;
}
table.api_matrix-table th._double > span:nth-child(2) {
  left: 0;
  bottom: 5px;
}
@media screen and (min-width: 750.2px) {
  table.api_matrix-table th._double > span {
    font-size: 10px;
  }
  table.api_matrix-table th._double > span:first-child {
    right: 5px;
    top: 23.08%;
  }
  table.api_matrix-table th._double > span:nth-child(2) {
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 750.2px) {
  table.api_matrix-table tbody tr.js--hover,
  table.api_matrix-table tbody td.js--hover {
    background: rgba(205, 68, 45, 0.05);
  }
}

@media screen and (max-width: 750px) {
  table.api_matrix-table {
    font-size: 12px;
  }
  table.api_matrix-table thead tr._os th {
    text-align: left;
    position: static;
    left: auto;
  }
  table.api_matrix-table thead tr._os th span {
    position: sticky;
    left: 95px;
    padding: 0 5px;
  }
  table.api_matrix-table col {
    width: 160px;
  }
  table.api_matrix-table col.api_matrix-table__xhead {
    width: 95px;
  }
  table.api_matrix-table thead th, table.api_matrix-table thead td, table.api_matrix-table tbody th, table.api_matrix-table tbody td {
    padding: 10px 8px;
  }
  table.api_matrix-table thead th:first-child, table.api_matrix-table thead td:first-child, table.api_matrix-table tbody th:first-child, table.api_matrix-table tbody td:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5;
  }
  table.api_matrix-table tbody th:first-child, table.api_matrix-table tbody td:first-child {
    border-left: 0;
  }
  table.api_matrix-table tbody th:first-child::before, table.api_matrix-table tbody td:first-child::before {
    content: "";
    display: block;
    background: transparent;
    border-right: 1px solid #000000;
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: 2;
    margin: auto;
    pointer-events: none;
  }
  table.api_matrix-table tr._memory th:first-child::before {
    content: "";
    display: block;
    background: #404040;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
    margin: auto;
  }
}
/*
 * borderをdotに
------------------------------------------------*/
table.api_matrix-table col._dotted {
  border-left-style: dotted;
}

/*
 * Name
------------------------------------------------*/
.api_matrix-name {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  font-size: 1em;
  font-weight: bold;
}
@media screen and (min-width: 750.2px) {
  .api_matrix-name {
    display: inline;
  }
}

/*
 * Price
------------------------------------------------*/
.api_matrix-detail a{
  text-decoration:none;
}

.api_matrix-code {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.api_matrix-price {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 0;
    color: #e2008a;
}
.api_matrix-price__prefix {
  display: block;
  font-size: 1em;
  white-space: nowrap;
}
.api_matrix-price__main {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 1em;
  font-weight: 500;
}
.api_matrix-price__main__value {
  display: block;
  font-size: 1em;
}
.api_matrix-price__main__addon {
  display: block;
  font-size: 1em;
}
.api_matrix-price__addon {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: .83em;
}
.api_matrix-price__addon__main {
  display: block;
  font-size: 1em;
}
.api_matrix-price__addon__addon {
  display: block;
  font-size: 1em;
}
@media screen and (min-width: 750.2px) {
  .api_matrix-price__main__value {
    font-size: 1em;
    font-weight: 700;
  }
  .api_matrix-price__main__addon {
    font-size: .86em;
  }
  .api_matrix-price__addon {
    font-size: .86em;
  }
  .api_matrix-price__addon__main {
    font-size: 1em;
  }
  .api_matrix-price__addon__addon {
    font-size: 1em;
  }
}

/*
 * Spec
------------------------------------------------*/
.api_matrix-spec {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.api_matrix-spec__list {
  list-style: none;
  padding-left: 0;
  display: block;
  width: 100%;
}
.api_matrix-spec__list__item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  padding: .65em 0;
  color: inherit;
  background: #ffffff;
}
.api_matrix-spec__text {
  display: block;
  width: 100%;
  color: #000000;
  font-weight: 500;
}

/*
 * Tag
------------------------------------------------*/
.api_matrix-tag {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  padding: 1.75px 3px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 750.2px) {
  .api_matrix-tag {
    font-size: 13px;
    line-height: 1;
    padding: 3.5px 4px;
    font-weight: 500;
  }
}
.api_matrix-tag--sale {
  color: #ffffff;
  background: #e80000;
}

/*
 * More, Close
------------------------------------------------*/
.api_matrix-more {
  display: block;
  width: 2.58em;
  height: 2.25em;
  background-image: url(../img/icon-more.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.api_matrix-close {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.api_matrix-close::before, .api_matrix-close::after {
  content: "";
  width: 100%;
  height: 2px;
  background: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
.api_matrix-close::before {
  transform: rotate(-45deg);
}
.api_matrix-close::after {
  transform: rotate(45deg);
}

.api_matrix-close_btn {
  display: block;
  width: 70%;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  background: #000000;
  cursor: pointer;
}

/*
 * Goods
------------------------------------------------*/
.api_matrix-goods {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 750.2px) {
  .api_matrix-goods {
    width: 100%;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
}
.api_matrix-goods ~ .api_matrix-goods {
  margin-top: .25em;
}
@media screen and (min-width: 750.2px) {
  .api_matrix-goods ~ .api_matrix-goods {
    margin-top: 2em;
  }
}
.api_matrix-goods__layout {
  width: 100%;
  display: flex;
}
.api_matrix-goods__layout__main {
  display: block;
  flex-grow: 1;
  flex-basis: 0;
}
.api_matrix-goods__layout__more:not([data-has-detail=true]) {
  visibility: hidden;
}
@media screen and (min-width: 750.2px) {
  .api_matrix-goods__layout__more {
    display: none;
  }
}
.api_matrix-goods__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 5px;
}
.api_matrix-goods__tag > * {
  flex-shrink: 0;
}
.api_matrix-goods__main {
  display: block;
  width: 100%;
}
.api_matrix-goods__link {
  display: inline;
  max-width: 100%;
  color: inherit;
  text-decoration: underline;
}
.api_matrix-goods__price {
  display: block;
  width: 100%;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.api_matrix-goods__price__default .api_matrix-price {
  color: inherit;
  text-decoration: line-through;
}
.api_matrix-goods--sale .api_matrix-price {
  color: #e2080a;
}
.api_matrix-goods--sale .api_matrix-goods__price__default .api_matrix-price {
  color: inherit;
}

.api_matrix-goods_image {
  display: block;
  width: 150px;
  height: auto;
}
@media screen and (min-width: 750.2px) {
  .api_matrix-goods_image {
    width: 150px;
    height: auto;
  }
}
.api_matrix-goods_image img {
  display: block;
  width: 100%;
  height: auto;
}

/*
 * Detail
------------------------------------------------*/
.api_matrix-detail {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 105;
  margin: auto;
  padding: 23px 15px;
  background: rgba(0, 0, 0, 0.8);
}
.api_matrix-goods.js--active .api_matrix-detail {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.js--matrix_modal-opened {
  overflow: hidden;
}
body.js--matrix_modal-opened #datasign_cmp__host {
  /* z-indexで制御できないので非表示 */
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 750px) {
  .api_matrix-detail {
    top: 0 !important;
    bottom: 0 !important;
  }
}
@media screen and (min-width: 750.2px) {
  .api_matrix-detail {
    display: block;
    width: 350px;
    height: auto;
    padding: 0 15px 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: none;
    position: absolute;
    top: 0;
    left: 100%;
    right: auto;
    bottom: auto;
    z-index: 10;
    margin: auto;
  }
  .api_matrix-detail.js--x-overed {
    left: auto;
    right: 100%;
  }
  .api_matrix-detail.js--y-overed {
    bottom: auto;
  }
  .api_matrix-goods:hover .api_matrix-detail {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.api_matrix-detail__content {
  display: block;
  width: 100%;
  max-width: 640px;
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  font-size: 14px;
  color: #000000;
  background: #ffffff;
  border: 3px solid #000000;
  padding: 20px 20px;
}
@media screen and (min-width: 750.2px) {
  .api_matrix-detail__content {
    max-width: 100%;
    overflow: hidden;
    font-size: 13px;
    border-width: 4px;
    padding: 22px 22px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  }
}
.api_matrix-detail .api_matrix-close {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  bottom: auto;
  z-index: 2;
}
@media screen and (min-width: 750.2px) {
  .api_matrix-detail .api_matrix-close,
  .api_matrix-detail .api_matrix-close_btn {
    display: none;
  }
}
.api_matrix-detail__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 5px;
}
.api_matrix-detail__name {
  display: block;
  width: 100%;
  margin: 0 0 5px;
}
.api_matrix-detail__name .api_matrix-name {
  display: block;
  -webkit-line-clamp: initial;
  font-size: 1.1em;
}
.api_matrix-detail__spec {
  display: block;
  width: 100%;
  margin: 0;
}
.api_matrix-detail__action {
  display: block;
  width: 100%;
  margin: 25px 0 0;
}
@media screen and (min-width: 750.2px) {
  .api_matrix-detail__action {
    display: none;
  }
}

/* 2024.12 */
.api_matrix-listGoods ~ .api_matrix-listGoods {
  margin-top: .25em;
}
@media screen and (min-width: 750.2px) {
  .api_matrix-listGoods ~ .api_matrix-listGoods {
    margin-top: 2em;
  }
}
.api_matrix-listGoods .api_matrix-goods__price {
  /* visibility: hidden; */
}
.api_matrix-listGoods .api_matrix-goods--sale .api_matrix-goods__price > .api_matrix-price:first-child {
  margin-top: 1.5em;
}
