.np-wrapper *,
.np-wrapper *::before,
.np-wrapper *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  font-size: 100%;
  font-style: normal;
}
.np-wrapper :where([hidden]:not([hidden='until-found'])) {
  display: none !important;
}
.np-wrapper :where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}
@supports not (min-block-size: 100dvb) {
  .np-wrapper :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .np-wrapper :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
.np-wrapper :where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.np-wrapper :where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}
.np-wrapper :where(textarea) {
  resize: vertical;
  resize: block;
}
.np-wrapper :where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer;
}
.np-wrapper :where(:disabled) {
  cursor: not-allowed;
}
.np-wrapper :where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
.np-wrapper :where(a) {
  text-underline-offset: 0.2ex;
}
.np-wrapper :where(ul, ol) {
  list-style: none;
}
.np-wrapper :where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
.np-wrapper :where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
.np-wrapper :where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
.np-wrapper :where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}
.np-wrapper :where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
.np-wrapper :where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}
.np-wrapper :where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.np-wrapper :where(blockquote, q) {
  quotes: none;
}
.np-wrapper :where(blockquote, q)::before,
.np-wrapper :where(blockquote, q)::after {
  content: '';
  content: none;
}
.np-wrapper :where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}
.np-wrapper {
  color: #333;
  font-family: 'Noto Sans JP', 'Meiryo UI', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', Verdana, Arial, sans-serif, 'ＭＳ Ｐゴシック';
}
.np-wrapper a {
  color: #333;
  text-decoration: none;
}
.np-wrapper a:hover,
.np-wrapper a:focus {
  transition: all 0.3s;
}
.np-wrapper input[type='search'],
.np-wrapper input[type='text'],
.np-wrapper input[type='password'],
.np-wrapper input[type='email'],
.np-wrapper input[type='number'],
.np-wrapper input[type='tel'] {
  height: 42px;
  line-height: 42px;
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 6px;
  padding: 0 20px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.np-wrapper input[type='search']:focus,
.np-wrapper input[type='text']:focus,
.np-wrapper input[type='password']:focus,
.np-wrapper input[type='email']:focus,
.np-wrapper input[type='number']:focus,
.np-wrapper input[type='tel']:focus {
  outline: none;
  border: 2px solid #a0a0a0;
}
.np-wrapper input[type='search']::placeholder,
.np-wrapper input[type='text']::placeholder,
.np-wrapper input[type='password']::placeholder,
.np-wrapper input[type='email']::placeholder,
.np-wrapper input[type='number']::placeholder,
.np-wrapper input[type='tel']::placeholder {
  color: #707070;
}
.np-wrapper input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.show-pc {
  display: inherit !important;
}
@media screen and (max-width: 736px) {
  .show-pc {
    display: none !important;
  }
}
.show-sp {
  display: none !important;
}
@media screen and (max-width: 736px) {
  .show-sp {
    display: inherit !important;
  }
}
.np-wrapper .np-page-header {
  margin-bottom: 35px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-page-header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-page-header .np-search-header-box {
    background-color: #287ad4;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 11px 13px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-page-header .np-search-header-box .np-icon-filter {
    fill: #fff;
    width: 18px;
    height: 15px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-page-header .np-search-header-box.np-search-header-box-fix {
    position: fixed;
    bottom: 55px;
    right: 10px;
    z-index: 20;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 8px;
    line-height: 1;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-page-header .np-search-header-box.np-search-header-box-fix .np-icon-filter {
    margin: 0 0 6px;
  }
}
.np-wrapper .np-header {
  padding: 20px 0;
}
.np-wrapper .np-contents {
  width: 100%;
  margin: 24px auto;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-contents {
    padding: 0 10px;
  }
}
.np-wrapper .np-contents .np-main {
  width: 100%;
}
.np-wrapper .np-contents-2cols {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-contents-2cols {
    display: block;
  }
}
.np-wrapper .np-contents-2cols .np-main {
  width: calc(100% - 230px - 50px);
  flex-shrink: 0;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-contents-2cols .np-main {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.np-wrapper .np-contents-2cols .np-sub {
  width: 230px;
  flex-shrink: 0;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-contents-2cols .np-sub {
    width: auto;
  }
}
.np-wrapper .np-contents .np-page-title {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-contents .np-page-title {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.np-wrapper .np-contents .np-page-conditions {
  margin-top: 30px;
}
.np-wrapper .np-contents .np-page-conditions .np-page-conditions-list {
  display: flex;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-contents .np-page-conditions .np-page-conditions-list {
    flex-direction: column;
  }
}
.np-wrapper .np-contents .np-page-conditions .np-page-conditions-title {
  width: 85px;
  flex-shrink: 0;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-contents .np-page-conditions .np-page-conditions-title .np-search-header-box {
    background-color: #287ad4;
    color: #fff;
    margin-inline: 0 auto;
  }
}
.np-wrapper .np-contents .np-page-conditions .np-page-conditions-body {
  width: 100%;
  margin-left: 0px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-contents .np-page-conditions .np-page-conditions-body {
    margin-left: 0;
    width: calc(100% + 40px);
    margin-top: 16px;
    margin-left: -20px;
  }
}
.np-wrapper .np-contents .np-page-conditions .np-page-conditions-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-contents .np-page-conditions .np-page-conditions-items {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding-inline: 20px;
  }
}
.np-wrapper .np-contents .np-page-conditions .np-page-conditions-item {
  margin: 8px 5px 0 0;
}
.np-wrapper .np-contents .np-page-conditions .np-page-conditions-delete {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 999px;
}
.np-wrapper .np-contents .np-page-conditions .np-page-conditions-delete-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: gray;
  border-radius: 999px;
  position: relative;
  margin-left: 4px;
}
.np-wrapper .np-contents .np-page-conditions .np-page-conditions-delete-icon::before,
.np-wrapper .np-contents .np-page-conditions .np-page-conditions-delete-icon::after {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.np-wrapper .np-contents .np-page-conditions .np-page-conditions-delete-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.np-wrapper .np-contents .np-page-conditions .np-page-conditions-delete-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.np-wrapper .np-contents .np-page-accordion {
  margin-top: 26px;
  position: relative;
}
.np-wrapper .np-contents .np-page-accordion .np-page-accordion-btn {
  display: inline-block;
  color: #fff;
  background: #333;
  line-height: 1;
  font-weight: bold;
  padding: 8px 32px 8px 16px;
  border-radius: 4px;
  position: relative;
}
.np-wrapper .np-contents .np-page-accordion .np-page-accordion-btn::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
}
.np-wrapper .np-contents .np-page-accordion .np-page-accordion-btn:hover,
.np-wrapper .np-contents .np-page-accordion .np-page-accordion-btn:focus {
  opacity: 0.8;
  transition: all 0.3s;
}
.np-wrapper .np-contents .np-page-accordion .np-page-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  width: 100%;
  overflow-y: auto;
  z-index: 10;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
}
.np-wrapper .np-contents .np-page-accordion .np-page-accordion-body.is_np-accordion-opened {
  max-height: 75vh;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-contents .np-page-accordion .np-page-accordion-body.is_np-accordion-opened {
    max-height: 80vh;
  }
}
.np-wrapper .np-contents .np-page-accordion .np-page-accordion-inner {
  padding: 40px 80px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-contents .np-page-accordion .np-page-accordion-inner {
    padding: 10px 20px;
  }
}
.np-wrapper .np-contents .np-page-guide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-contents .np-page-guide {
    margin-top: 13px;
  }
}
.np-wrapper .np-contents .np-page-guide .np-page-guide-list {
  display: flex;
  align-items: center;
}
.np-wrapper
  .np-contents
  .np-page-guide
  .np-page-guide-list.np-page-guide-list
  + .np-page-guide-list {
  margin-left: 18px;
}
.np-wrapper .np-contents .np-page-guide .np-page-guide-title {
  margin-right: 8px;
}
.np-wrapper .np-contents .np-page-guide .np-page-guide-body select {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 0 10px;
}
.np-wrapper .np-contents .np-page-guide .np-page-guide-hit-count {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.np-wrapper .np-contents .np-page-guide .np-page-guide-hit-count-number {
  color: #e53776;
  font-size: 28px;
  font-weight: 700;
}
.np-wrapper .np-contents .np-page-guide .np-page-guide-hit-count-small {
  font-size: 14px;
}
.np-wrapper
  .np-contents
  .np-page-guide
  .np-page-guide-hit-count-small
  .np-page-guide-hit-count-number {
  font-size: 14px;
}
.np-wrapper .np-contents .np-page-body {
  margin-top: 10px;
}
.np-wrapper .np-contents .np-page-info {
  margin-top: 6px;
}
.np-wrapper .np-contents .np-page-footer {
  margin-top: 72px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-contents .np-page-footer {
    margin-top: 30px;
  }
}
.np-wrapper .np-list {
  font-size: 16px;
}
.np-wrapper .np-list .np-list-content + .np-list-content {
  margin-top: 4px;
}
.np-wrapper .np-list .np-list-title {
  font-size: 24px;
  font-weight: bold;
  padding: 22px 0 0;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-list .np-list-title {
    font-size: 20px;
  }
}
.np-wrapper .np-list .np-list-body {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-list .np-list-body {
    margin-top: 15px;
  }
}
.np-wrapper .np-list .np-list-content + .np-wrapper .np-list .np-list-content {
  border-top: 2px solid #404040;
}
.np-wrapper .np-list-content-categories .np-list-title {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0 20px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-list-content-categories .np-list-title {
    font-size: 20px;
  }
}
.np-wrapper .np-list-side .np-list-body {
  padding: 16px 0;
}
.np-wrapper .np-card .np-card-box {
  margin-top: 24px;
}
.np-wrapper .np-card .np-card-box.border-top-layout {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
}
.np-wrapper .np-card .np-card-box-title {
  font-size: 16px;
  font-weight: 500;
}
.np-wrapper .np-card .np-card-box-container {
  margin-top: 16px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card .np-card-box-container {
    margin-top: 8px;
  }
}
.np-wrapper .np-card .np-card-box-btn-area {
  position: relative;
  margin: -15px auto 0;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card .np-card-box-btn-area {
    margin: 10px auto 0;
  }
}
.np-wrapper .np-card .np-card-img {
  position: relative;
}
.np-wrapper .np-card .np-card-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 53px;
  background-color: #dc3333;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-wrapper .np-card .np-card-text {
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 15px;
  transform: rotate(-45deg);
}
.np-wrapper .np-card-1col .np-card-item {
  width: calc(20% - 0px);
}
.np-wrapper .np-card-1col .np-card-item:nth-child(n + 6) {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card-1col .np-card-item {
    width: calc(50% - 5px);
    padding: 10px 0;
  }
  .np-wrapper .np-card-1col .np-card-item:nth-child(n + 6) {
    margin-top: 0;
  }
  .np-wrapper .np-card-1col .np-card-item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
.np-wrapper .np-card-1col .np-card-img {
  position: relative;
}
.np-wrapper .np-card-1col .np-card-img img {
  width: 100%;
}
.np-wrapper .np-card-1col .np-card-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 53px;
  background-color: #dc3333;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-wrapper .np-card-1col .np-card-text {
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 15px;
  transform: rotate(-45deg);
}
.np-wrapper .np-card-2cols .np-card-item {
  width: calc(25% - 0px);
}
.np-wrapper .np-card-2cols .np-card-item:nth-child(n + 5) {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card-2cols .np-card-item {
    width: calc(50% - 5px);
    padding: 10px 0;
  }
  .np-wrapper .np-card-2cols .np-card-item:nth-child(n + 5) {
    margin-top: 0;
  }
  .np-wrapper .np-card-2cols .np-card-item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
.np-wrapper .np-card-detail {
  display: block;
}
.np-wrapper .np-card-detail li + li {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card-detail li + li {
    margin-top: 16px;
    padding-top: 16px;
  }
}
.np-wrapper .np-card-detail .np-card-item {
  width: 100%;
  display: flex;
}
.np-wrapper .np-card-detail .np-card-item:not(:first-child) {
  margin-top: 30px;
}
.np-wrapper .np-card-detail .np-page-info-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card-detail .np-page-info-wrapper {
    display: block;
  }
}
.np-wrapper .np-card-detail .np-card-link {
  position: relative;
  display: block;
}
.np-wrapper .np-card-detail .np-card-detail-thumb {
  width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card-detail .np-card-detail-thumb {
    width: 33.8%;
    flex: 0 0 33.8%;
    margin-right: 10px;
  }
}
.np-wrapper .np-card-detail .np-card-detail-thumb-overlay {
  position: absolute;
  z-index: 1;
  background-color: rgba(34, 34, 34, 0.65);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-wrapper .np-card-detail .np-card-detail-thumb-overlay p {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card-detail .np-card-detail-thumb-overlay p {
    font-size: 20px;
  }
}
.np-wrapper .np-card-detail .np-card-detail-info {
  margin-left: 24px;
  width: calc(100% - 224px);
  min-width: 400px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card-detail .np-card-detail-info {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    min-width: auto;
    flex: 1 1 auto;
  }
}
.np-wrapper .np-card-detail .np-card-detail-info .np-card-link .np-page-info:first-child {
  margin-top: 0;
}
.np-wrapper .np-card-detail.np-card-2col .np-card-detail .np-card-detail-thumb {
  width: 220px;
}
.np-wrapper .np-card-thumbnail {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card-thumbnail {
    width: 100%;
    left: 0;
  }
}
.np-wrapper .np-narrow-top {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-narrow-top {
    display: block;
  }
}
.np-wrapper .np-breadcrumb .pankuzu {
  margin: 0 0 30px;
}
.np-wrapper .np-breadcrumb .pankuzu .pankuzu_inner {
  margin: 0 auto;
  padding: 8px 4px;
}
.np-wrapper .np-breadcrumb .pankuzu .pankuzu_inner .pankuzu_list {
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-breadcrumb .pankuzu .pankuzu_inner .pankuzu_list {
    flex-wrap: nowrap;
  }
}
.np-wrapper .np-breadcrumb .pankuzu .pankuzu_inner .pankuzu_list .pankuzu_item {
  font-size: 0.8rem;
}
.np-wrapper .np-breadcrumb .pankuzu .pankuzu_inner .pankuzu_list .pankuzu_item a {
  color: #3d83e3;
  font-size: 12px;
}
.np-wrapper .np-search-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.np-wrapper .np-search-header .np-search-header-form {
  width: 100%;
  max-width: 800px;
  position: relative;
}
.np-wrapper .np-search-header .np-search-header-select {
  width: 145px;
  padding: 0 5px;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 2px 0 0 2px;
  background: #ebebeb;
  cursor: pointer;
  font-size: 13px;
}
.np-wrapper .np-search-header .np-search-header-select option {
  background: #fff;
}
.np-wrapper .np-search-header input[type='text'],
.np-wrapper .np-search-header input[type='search'] {
  width: calc(100% - 60px);
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-sizing: border-box;
  height: 40px;
  vertical-align: top;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-search-header input[type='text'],
  .np-wrapper .np-search-header input[type='search'] {
    font-size: 16px;
    width: 100%;
    padding-right: 45px;
  }
}
.np-wrapper .np-search-header .np-search-header-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 54px;
  height: 40px;
  background: #254982;
  color: #fff;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-search-header .np-search-header-btn {
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.np-wrapper .np-search-header .np-search-header-btn:hover,
.np-wrapper .np-search-header .np-search-header-btn:focus {
  opacity: 0.8;
  transition: all 0.3s;
}
.np-wrapper .np-search-header .np-search-header-btn .np-icon {
  width: 20px;
  height: 20px;
  stroke: #fff;
}
.np-wrapper .np-search-header .np-search-header-box {
  flex-shrink: 0;
  width: auto;
  height: 40px;
  line-height: 40px;
  margin-left: 14px;
  padding: 0 10px;
  color: #fff;
  background: #333;
  text-decoration: none;
  border-radius: 4px;
}
.np-wrapper .np-search-header .np-search-header-box:hover,
.np-wrapper .np-search-header .np-search-header-box:focus {
  opacity: 0.8;
  transition: all 0.3s;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-header-modal .np-search-header {
    justify-content: start;
  }
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-header-modal .np-search-header-form {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-header-modal .np-search-header-box {
    margin-left: 0;
  }
}
.np-wrapper .np-search-box {
  position: relative;
}
.np-wrapper .np-search-box button {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  height: 40px;
  padding: 0 18px;
}
.np-wrapper .np-search-box .np-icon {
  width: 20px;
  height: 20px;
  stroke: #333;
}
.np-wrapper .np-search-box-top {
  width: 50%;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-search-box-top {
    width: 100%;
  }
}
.gSearch_form.np-search-header-form {
  position: relative;
}
.gHeader_searchBtn .np-search-header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #254982;
  height: 46px;
  width: 45px;
  color: #fff;
  text-decoration: none;
}
.gHeader_searchBtn .np-search-header-btn svg {
  width: 20px;
  height: 28px;
}
.np-wrapper .np-list-categories .np-list-categories-list {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.np-wrapper .np-list-categories .np-list-categories-list + .np-list-categories-list {
  margin-top: 4px;
}
.np-wrapper .np-list-categories .np-list-categories-list-lv1 {
  max-height: none;
}
.np-wrapper .np-list-categories .np-list-categories-list-lv1 .np-list-categories-link {
  background: #e0e0e0;
}
.np-wrapper .np-list-categories .np-list-categories-list-lv2 .np-list-categories-link {
  padding-left: 1em;
}
.np-wrapper .np-list-categories .np-list-categories-list-lv3 .np-list-categories-link {
  padding-left: 2em;
}
.np-wrapper .np-list-categories .np-list-categories-list-lv4 .np-list-categories-link {
  padding-left: 3em;
}
.np-wrapper .np-list-categories .np-list-categories-list-lv5 .np-list-categories-link {
  padding-left: 4em;
}
.np-wrapper .np-list-categories .np-list-categories-list-lv6 .np-list-categories-link {
  padding-left: 5em;
}
.np-wrapper .np-list-categories .np-list-categories-list-lv2 .np-list-categories-link,
.np-wrapper .np-list-categories .np-list-categories-list-lv3 .np-list-categories-link,
.np-wrapper .np-list-categories .np-list-categories-list-lv4 .np-list-categories-link,
.np-wrapper .np-list-categories .np-list-categories-list-lv5 .np-list-categories-link,
.np-wrapper .np-list-categories .np-list-categories-list-lv6 .np-list-categories-link {
  background: rgba(0, 0, 0, 0);
}
.np-wrapper .np-list-categories .np-list-categories-list-lv2 .np-list-categories-link:hover,
.np-wrapper .np-list-categories .np-list-categories-list-lv2 .np-list-categories-link:focus,
.np-wrapper .np-list-categories .np-list-categories-list-lv3 .np-list-categories-link:hover,
.np-wrapper .np-list-categories .np-list-categories-list-lv3 .np-list-categories-link:focus,
.np-wrapper .np-list-categories .np-list-categories-list-lv4 .np-list-categories-link:hover,
.np-wrapper .np-list-categories .np-list-categories-list-lv4 .np-list-categories-link:focus,
.np-wrapper .np-list-categories .np-list-categories-list-lv5 .np-list-categories-link:hover,
.np-wrapper .np-list-categories .np-list-categories-list-lv5 .np-list-categories-link:focus,
.np-wrapper .np-list-categories .np-list-categories-list-lv6 .np-list-categories-link:hover,
.np-wrapper .np-list-categories .np-list-categories-list-lv6 .np-list-categories-link:focus {
  background: #ebebeb;
}
.np-wrapper .np-list-categories .np-list-categories-link {
  display: block;
  padding: 10px 24px 10px 16px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
.np-wrapper .np-list-categories .np-list-categories-link::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}
.np-wrapper .np-list-categories .np-list-categories-link.is_np-opened::after {
  transform: translateY(-50%) rotate(-45deg);
}
.np-wrapper .np-list-categories .np-list-categories-link.is_np-no-sublist::after {
  transform: translateY(-50%) rotate(45deg);
}
.np-wrapper .np-list-categories-category {
  border-top: none;
}
.np-wrapper .np-list-categories-category .np-list-categories-item {
  border-bottom: 1px solid #ccc;
}
.np-wrapper
  .np-list-categories-category
  .np-list-categories-list
  .np-list-categories-item:last-child {
  border-bottom: none;
}
.np-wrapper
  .np-list-categories-category
  .np-list-categories-list-lv1
  > .np-list-categories-item:first-child {
  border-bottom: none;
}
.np-wrapper
  .np-list-categories-category
  .np-list-categories-list-lv1
  > .np-list-categories-item:first-child
  + .np-list-categories-item {
  border-bottom: 1px solid #ccc;
}
.np-wrapper
  .np-list-categories-category
  .np-list-categories-list-lv2
  > .np-list-categories-item:first-child,
.np-wrapper
  .np-list-categories-category
  .np-list-categories-list-lv3
  > .np-list-categories-item:first-child,
.np-wrapper
  .np-list-categories-category
  .np-list-categories-list-lv4
  > .np-list-categories-item:first-child,
.np-wrapper
  .np-list-categories-category
  .np-list-categories-list-lv5
  > .np-list-categories-item:first-child,
.np-wrapper
  .np-list-categories-category
  .np-list-categories-list-lv6
  > .np-list-categories-item:first-child {
  border-top: 1px solid #ccc;
}
.np-wrapper
  .np-list-categories-category
  .np-list-categories-list-lv1
  > .np-list-categories-item
  > .np-list-categories-list-lv2
  > .np-list-categories-item:first-child {
  border-top: none;
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-list + .np-list-categories-list,
.np-wrapper .np-list-categories-radio .np-list-categories-list + .np-list-categories-list {
  margin-top: 0;
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-list.is_np-expand,
.np-wrapper .np-list-categories-radio .np-list-categories-list.is_np-expand {
  max-height: auto;
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-list.is_np-opened,
.np-wrapper .np-list-categories-radio .np-list-categories-list.is_np-opened {
  max-height: fit-content !important;
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-list-lv2 .np-list-categories-inner,
.np-wrapper .np-list-categories-radio .np-list-categories-list-lv2 .np-list-categories-inner {
  padding-left: 32px;
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-list-lv3 .np-list-categories-inner,
.np-wrapper .np-list-categories-radio .np-list-categories-list-lv3 .np-list-categories-inner {
  padding-left: 48px;
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-list-lv4 .np-list-categories-inner,
.np-wrapper .np-list-categories-radio .np-list-categories-list-lv4 .np-list-categories-inner {
  padding-left: 64px;
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-list-lv5 .np-list-categories-inner,
.np-wrapper .np-list-categories-radio .np-list-categories-list-lv5 .np-list-categories-inner {
  padding-left: 80px;
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-list-lv6 .np-list-categories-inner,
.np-wrapper .np-list-categories-radio .np-list-categories-list-lv6 .np-list-categories-inner {
  padding-left: 96px;
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-inner,
.np-wrapper .np-list-categories-radio .np-list-categories-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 6px 10px 16px;
  border-bottom: 1px solid #ccc;
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-inner input,
.np-wrapper .np-list-categories-radio .np-list-categories-inner input {
  accent-color: #333;
  inline-size: 22px;
  block-size: 22px;
  flex-shrink: 0;
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-inner label,
.np-wrapper .np-list-categories-radio .np-list-categories-inner label {
  margin-left: 8px;
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-choice,
.np-wrapper .np-list-categories-radio .np-list-categories-choice {
  display: flex;
  align-items: center;
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-toggle,
.np-wrapper .np-list-categories-radio .np-list-categories-toggle {
  width: 22px;
  height: 22px;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-toggle::before,
.np-wrapper .np-list-categories-checkbox .np-list-categories-toggle::after,
.np-wrapper .np-list-categories-radio .np-list-categories-toggle::before,
.np-wrapper .np-list-categories-radio .np-list-categories-toggle::after {
  content: '';
  display: block;
  width: 14px;
  height: 0;
  border: none;
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-toggle::after,
.np-wrapper .np-list-categories-radio .np-list-categories-toggle::after {
  transform: rotate(-90deg);
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-toggle.is_np-opened::after,
.np-wrapper .np-list-categories-radio .np-list-categories-toggle.is_np-opened::after {
  transform: translateY(-50%);
}
.np-wrapper .np-list-categories-checkbox .np-list-categories-toggle.is_np-no-sublist::before,
.np-wrapper .np-list-categories-checkbox .np-list-categories-toggle.is_np-no-sublist::after,
.np-wrapper .np-list-categories-radio .np-list-categories-toggle.is_np-no-sublist::before,
.np-wrapper .np-list-categories-radio .np-list-categories-toggle.is_np-no-sublist::after {
  display: none;
}
.np-wrapper .np-category-hierarchy ul {
  padding: 0;
}
.np-wrapper .np-category-hierarchy ul li {
  color: #555;
  font-size: 13px;
  font-weight: 400;
  line-height: 220%;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-category-hierarchy ul li {
    font-size: 14px;
  }
}
.np-wrapper .np-group:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group:not(:first-child) {
    margin-top: 16px;
    padding-top: 16px;
    position: relative;
  }
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group:not(:first-child):before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: repeating-linear-gradient(
      90deg,
      #e5e5e5,
      #e5e5e5 2px,
      transparent 2px,
      transparent 4px
    );
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 1px;
  }
}
.np-wrapper .np-group .np-group-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group .np-group-title {
    font-size: 14px;
  }
}
.np-wrapper .np-group .np-group-body {
  position: relative;
}
.np-wrapper .np-group-side .np-group-body {
  margin-top: 8px;
}
.np-wrapper .np-group-side .np-group-body.np-group-body-range {
  margin-top: 18px;
}
.np-wrapper .np-group-top .np-group-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #404040;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group-top .np-group-title {
    padding-bottom: 16px;
  }
}
.np-wrapper .np-group-top .np-group-body {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group-top .np-group-body {
    margin-top: 16px;
  }
}
.np-wrapper .np-group-top .np-group-item {
  display: none;
}
.np-wrapper .np-group-top .np-group-body.limited .np-group-item:nth-child(n + 5) {
  display: none;
}
.np-wrapper .np-group-top .np-group-body.limited .np-group-item.is_opened {
  display: flex;
}
.np-wrapper .np-group-top .np-group-body-select {
  width: 50%;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group-top .np-group-body-select {
    width: 100%;
  }
}
.np-wrapper .np-group-top .np-group-body-range {
  width: 50%;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group-top .np-group-body-range {
    width: 100%;
  }
}
.np-wrapper .np-group-top .np-group-more {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 24px;
}
.np-wrapper .np-group-top .np-group-more .np-group-more-btn {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background: #333;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 9px 22px;
}
.np-wrapper .np-group-top .np-group-more .np-group-more-btn:hover,
.np-wrapper .np-group-top .np-group-more .np-group-more-btn:focus {
  opacity: 0.8;
}
.np-wrapper .np-group-body-checkbox .np-group-item {
  display: flex;
  align-items: center;
}
.np-wrapper .np-group-body-checkbox .np-group-item input {
  accent-color: #e53776;
  inline-size: 15px;
  block-size: 15px;
  flex-shrink: 0;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group-body-checkbox .np-group-item input {
    inline-size: 15px;
    block-size: 15px;
    margin-right: 8px;
  }
}
.np-wrapper .np-group-body-checkbox .np-group-item label,
.np-wrapper .np-group-body-checkbox .np-group-item span {
  color: #555;
  font-size: 13px;
  font-weight: 400;
  margin-left: 8px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group-body-checkbox .np-group-item label,
  .np-wrapper .np-group-body-checkbox .np-group-item span {
    margin-left: 0;
    font-size: 12px;
  }
}
.np-wrapper .np-group-body-checkbox .np-group-item span {
  margin-left: 4px;
  min-width: 50px;
}
.np-wrapper .np-group-side .np-group-body-checkbox .np-group-item:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group-side .np-group-body-checkbox .np-group-item:not(:first-child) {
    margin-top: 11px;
  }
}
.np-wrapper .np-group-top .np-group-body-checkbox {
  margin-top: 10px;
}
.np-wrapper .np-group-top .np-group-body-checkbox .np-group-item {
  padding: 13px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group-top .np-group-body-checkbox .np-group-item {
    padding: 6px 0;
    border-bottom: none;
  }
}
.np-wrapper .np-group-body-color .np-group-color-list {
  display: flex;
  flex-wrap: wrap;
}
.np-wrapper .np-group-body-color .np-group-color-item {
  margin-bottom: 10px;
}
.np-wrapper .np-group-body-color .np-group-color-item:not(:last-child) {
  margin-right: 10px;
}
.np-wrapper .np-group-body-color .np-group-color-item input[type='checkbox'],
.np-wrapper .np-group-body-color .np-group-color-item input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.np-wrapper .np-group-body-color .np-group-color-item input[type='checkbox']:checked + label:before,
.np-wrapper .np-group-body-color .np-group-color-item input[type='checkbox']:checked + label:after,
.np-wrapper .np-group-body-color .np-group-color-item input[type='radio']:checked + label:before,
.np-wrapper .np-group-body-color .np-group-color-item input[type='radio']:checked + label:after {
  opacity: 1;
}
.np-wrapper
  .np-group-body-color
  .np-group-color-item
  input[type='checkbox']:checked
  + label
  > .np-group-color-img::after,
.np-wrapper
  .np-group-body-color
  .np-group-color-item
  input[type='radio']:checked
  + label
  > .np-group-color-img::after {
  opacity: 1;
}
.np-wrapper .np-group-body-color .np-group-color-item label {
  position: relative;
}
.np-wrapper .np-group-body-color .np-group-color-item label::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  background: #333;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.np-wrapper .np-group-body-color .np-group-color-item label:after {
  content: '';
  display: block;
  width: 9px;
  height: 5px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  transform: rotate(-45deg);
  opacity: 0;
  z-index: 1;
}
.np-wrapper .np-group-body-color .np-group-color-img img {
  width: 36px;
  height: 36px;
  border-radius: 4px;
}
.np-wrapper .np-group-body-color .np-group-color-img::after {
  content: '';
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 2px solid #333;
  border-radius: 4px;
  position: absolute;
  top: -1px;
  left: -1px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.2s;
}
.np-wrapper .np-group-body-radio .np-group-item {
  display: flex;
  align-items: center;
}
.np-wrapper .np-group-body-radio .np-group-item input {
  accent-color: #333;
  inline-size: 22px;
  block-size: 22px;
  flex-shrink: 0;
}
.np-wrapper .np-group-body-radio .np-group-item label {
  margin-left: 8px;
}
.np-wrapper .np-group-side .np-group-body-radio .np-group-item:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group-side .np-group-body-radio .np-group-item:not(:first-child) {
    margin-top: 11px;
  }
}
.np-wrapper .np-group-top .np-group-body-radio {
  margin-top: 7px;
}
.np-wrapper .np-group-top .np-group-body-radio .np-group-item {
  padding: 13px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group-top .np-group-body-radio .np-group-item {
    padding: 6px 0;
    border-bottom: none;
  }
}
.np-wrapper .np-group-body-colorchip .np-group-color-list {
  margin-left: 10px;
}
.np-wrapper .np-group-body-colorchip .np-group-color-item {
  display: flex;
  align-items: center;
}
.np-wrapper .np-group-body-colorchip .np-group-color-item:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group-body-colorchip .np-group-color-item:not(:first-child) {
    margin-top: 6px;
  }
}
.np-wrapper .np-group-body-colorchip .np-group-color-item input {
  accent-color: #333;
  inline-size: 22px;
  block-size: 22px;
  flex-shrink: 0;
}
.np-wrapper .np-group-body-colorchip .np-group-color-item label {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.np-wrapper .np-group-body-colorchip .np-group-color-item .np-group-color-img {
  flex-shrink: 0;
}
.np-wrapper .np-group-body-colorchip .np-group-color-item .np-group-color-img img {
  width: 22px;
  height: 22px;
  border-radius: 4px;
}
.np-wrapper .np-group-body-colorchip .np-group-color-item .np-group-color-text {
  margin-left: 5px;
}
.np-wrapper .np-group-body-select select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 0 10px;
}
.np-wrapper .np-group-range-slider {
  position: relative;
  width: 100%;
}
.np-wrapper .np-group-range-slider .np-slider {
  height: 6px;
  background: #333;
  border-radius: 999px;
  margin-bottom: 20px;
  position: relative;
}
.np-wrapper .np-group-range-slider .np-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: var(--min-percent, 0%);
  right: calc(100% - var(--max-percent, 100%));
  height: 6px;
  background-color: #ddd;
  border-radius: 999px;
  z-index: 2;
}
.np-wrapper .np-group-range-slider .np-slider .np-slider-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #333;
  border-radius: 999px;
  z-index: 2;
}
.np-wrapper .np-group-range-slider .np-slider .np-slider-min,
.np-wrapper .np-group-range-slider .np-slider .np-slider-max {
  position: absolute;
  top: 0;
  width: 100%;
  height: 6px;
  margin: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
}
.np-wrapper .np-group-range-slider .np-slider .np-slider-min::-webkit-slider-runnable-track,
.np-wrapper .np-group-range-slider .np-slider .np-slider-max::-webkit-slider-runnable-track {
  height: 6px;
  background: rgba(0, 0, 0, 0);
  border-radius: 999px;
  z-index: 3;
}
.np-wrapper .np-group-range-slider .np-slider .np-slider-min::-webkit-slider-thumb,
.np-wrapper .np-group-range-slider .np-slider .np-slider-max::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
  margin-top: -12px;
  z-index: 5;
}
.np-wrapper .np-group-range-slider .np-slider .np-slider-min::-moz-range-track,
.np-wrapper .np-group-range-slider .np-slider .np-slider-max::-moz-range-track {
  height: 6px;
  background: rgba(0, 0, 0, 0);
  border-radius: 999px;
  z-index: 3;
}
.np-wrapper .np-group-range-slider .np-slider .np-slider-min::-moz-range-thumb,
.np-wrapper .np-group-range-slider .np-slider .np-slider-max::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  margin-top: -12px;
  z-index: 5;
}
.np-wrapper .np-group-range-slider .np-slider .np-slider-min::hover::-webkit-slider-thumb,
.np-wrapper .np-group-range-slider .np-slider .np-slider-min::focus::-webkit-slider-thumb,
.np-wrapper .np-group-range-slider .np-slider .np-slider-max::hover::-webkit-slider-thumb,
.np-wrapper .np-group-range-slider .np-slider .np-slider-max::focus::-webkit-slider-thumb {
  background: #fff;
}
.np-wrapper .np-group-range-slider .np-slider .np-slider-min::hover::-moz-range-thumb,
.np-wrapper .np-group-range-slider .np-slider .np-slider-min::focus::-moz-range-thumb,
.np-wrapper .np-group-range-slider .np-slider .np-slider-max::hover::-moz-range-thumb,
.np-wrapper .np-group-range-slider .np-slider .np-slider-max::focus::-moz-range-thumb {
  background: #fff;
}
.np-wrapper .np-group-range-slider .np-slider .np-slider-min {
  z-index: 6;
}
.np-wrapper .np-group-range-slider .np-slider .np-slider-max {
  z-index: 5;
}
.np-wrapper .np-group-range-slider .np-slider input[type='range'] {
  pointer-events: none;
}
.np-wrapper .np-group-range-slider .np-slider ::-webkit-slider-thumb {
  pointer-events: auto;
}
.np-wrapper .np-group-range-slider .np-range-text {
  position: relative;
  z-index: 10;
  font-size: 13px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group-range-slider .np-range-text {
    font-size: 16px;
  }
}
.np-wrapper .np-group-range-slider .np-range-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.np-wrapper .np-group-range-slider .np-range-wrapper input {
  width: 38%;
  height: 33px;
  line-height: 35px;
  padding: 0 7px;
  box-sizing: border-box;
  font-size: 13px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-group-range-slider .np-range-wrapper input {
    font-size: 16px;
  }
}
.np-wrapper .np-group-range-slider .np-range-error {
  color: red;
  display: none;
}
.np-wrapper .np-group-range-slider .np-range-error.is-error {
  display: block;
}
.np-wrapper .np-group-range-select .np-range-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.np-wrapper .np-group-range-select .np-range-select select {
  width: 43%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 0 2px 0 6px;
}
.np-wrapper .np-submit-btn {
  margin-top: 40px;
  padding: 10px 0;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-submit-btn {
    display: flex;
    justify-content: space-between;
  }
}
.np-wrapper .np-submit-btn .np-submit-btn-submit,
.np-wrapper .np-submit-btn .np-submit-btn-reset {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 16px;
  border: 1px solid #287ad4;
  border-radius: 6px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-submit-btn .np-submit-btn-submit,
  .np-wrapper .np-submit-btn .np-submit-btn-reset {
    flex: 0 1 calc(50% - 3.5px);
    width: calc(50% - 3.5px);
    padding-inline: 4px;
    border-color: #287ad4;
  }
}
.np-wrapper .np-submit-btn .np-submit-btn-submit:hover,
.np-wrapper .np-submit-btn .np-submit-btn-submit:focus,
.np-wrapper .np-submit-btn .np-submit-btn-reset:hover,
.np-wrapper .np-submit-btn .np-submit-btn-reset:focus {
  opacity: 0.8;
  transition: all 0.3s;
}
.np-wrapper .np-submit-btn .np-submit-btn-submit {
  color: #fff;
  background: #287ad4;
  position: relative;
}
.np-wrapper .np-submit-btn .np-submit-btn-reset {
  color: #287ad4;
  background: #fff;
}
.np-wrapper .np-submit-btn-side {
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-submit-btn-side {
    padding: 24px;
    width: calc(100% + 40px);
    margin-left: -20px;
    border-top: 1px solid #e5e5e5;
  }
}
.np-wrapper .np-submit-btn-side button + button {
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-submit-btn-side button + button {
    margin-top: 0;
  }
}
.np-wrapper .np-submit-btn-top {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #a0a0a0;
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 200;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-submit-btn-top {
    display: block;
  }
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-submit-btn-top button {
    margin-top: 15px;
  }
}
.np-wrapper .np-submit-btn-top button + button {
  margin-left: 20px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-submit-btn-top button + button {
    margin-left: 0;
    margin-top: 0;
  }
}
.np-wrapper .np-submit-btn-top .np-submit-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-submit-btn-top .np-submit-btn-wrapper {
    flex-direction: column-reverse;
  }
}
.np-wrapper .np-submit-btn-top .np-submit-btn-submit,
.np-wrapper .np-submit-btn-top .np-submit-btn-reset {
  max-width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-submit-btn-top .np-submit-btn-submit,
  .np-wrapper .np-submit-btn-top .np-submit-btn-reset {
    max-width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-submit-btn-top .np-submit-btn-number {
    display: none;
  }
}
.np-wrapper .np-submit-btn-top .np-number {
  font-size: 28px;
  margin-right: 5px;
}
.np-wrapper .np-card .np-iconList {
  display: flex;
  flex-wrap: wrap;
}
.np-wrapper .np-card .np-iconList .np-iconList-item {
  margin: 6px 4px 0 0;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card .np-iconList .np-iconList-item {
    margin: 4px 4px 0 0;
  }
}
.np-wrapper .np-card .np-iconList .np-iconList-icon {
  display: flex;
  align-items: center;
  height: 18px;
  color: #58938f;
  font-size: 10px;
  line-height: 18px;
  padding: 0 4px;
  border: 1px solid currentColor;
  border-radius: 2px;
  background: #fff;
}
.np-wrapper .np-card .np-iconList .np-iconList-img {
  max-width: 100%;
  height: 18px;
}
.np-wrapper .np-card .np-colorList {
  display: flex;
  flex-wrap: wrap;
}
.np-wrapper .np-card .np-colorList .np-colorList-item {
  margin: 6px 4px 0 0;
}
.np-wrapper .np-card .np-colorList .np-colorList-item img {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.np-wrapper .np-card .np-attribute {
  color: gray;
  font-size: 12px;
}
.np-wrapper .np-card .np-title {
  color: #3789dd;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 15px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card .np-title {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.np-wrapper .np-card .np-stars .np-stars-wrapper {
  display: flex;
  align-items: center;
}
.np-wrapper .np-card .np-stars .np-stars-star:not(:first-child) {
  margin-left: 4px;
}
.np-wrapper .np-card .np-stars .np-stars-star .np-icon {
  width: 12px;
  height: 12px;
}
.np-wrapper .np-card .np-stars .np-stars-numWrapper {
  font-size: 12px;
  margin-left: 4px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card .np-stars .np-stars-numWrapper {
    font-size: 10px;
  }
}
.np-wrapper .np-card .np-description {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card .np-description {
    font-size: 12px;
  }
}
.np-wrapper .np-card .np-description + .np-description {
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card .np-description + .np-description {
    margin-top: 10px;
  }
}
.np-wrapper .np-card .np-description.product-number-layout {
  display: flex;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card .np-description.product-number-layout {
    flex-direction: column;
  }
}
.np-wrapper .np-card .np-description-divider {
  margin: 0 5px;
}
.np-wrapper .np-card .np-info {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.np-wrapper .np-card .np-favorite {
  position: relative;
}
.np-wrapper .np-card .np-favorite .np-favorite-btn {
  display: block;
  width: 34px;
  height: 34px;
  background: #ccc;
  border-radius: 999px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card .np-favorite .np-favorite-btn {
    width: 26px;
    height: 26px;
  }
}
.np-wrapper .np-card .np-favorite .np-favorite-btn .np-icon {
  width: 59%;
  height: 59%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: none;
  stroke: #707070;
}
.np-wrapper .np-card .np-favorite .np-favorite-btn.np-is_favorite-on .np-icon {
  fill: #333;
  stroke: #333;
}
.np-wrapper .np-card .np-price {
  text-align: end;
}
.np-wrapper .np-card .np-price .np-price-proper {
  display: inline-block;
}
.np-wrapper .np-card .np-price .price-value {
  font-size: 28px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card .np-price .price-value {
    font-size: 24px;
  }
}
.np-wrapper .np-card .np-price .tax-label {
  font-size: 12px;
  margin-left: 3px;
}
.np-wrapper .np-card .np-price .np-price-sale .np-price-proper {
  position: relative;
}
.np-wrapper .np-card .np-price .np-price-sale .np-price-proper::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid currentColor;
}
.np-wrapper .np-card .np-price .np-price-sale .np-price-proper .price-value {
  font-size: 22px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card .np-price .np-price-sale .np-price-proper .price-value {
    font-size: 18px;
  }
}
.np-wrapper .np-card .np-price .np-price-sale .np-price-value {
  color: #dc3333;
}
.np-wrapper .np-card .np-price-proper {
  font-size: 12px;
  font-weight: 400;
  display: flex;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card .np-price-proper {
    font-size: 10px;
    font-weight: 500;
    flex-direction: column;
  }
}
.np-wrapper .np-card .np-price-proper span + span {
  margin-top: 1px;
}
.np-wrapper .np-card .np-btn {
  position: relative;
}
.np-wrapper .np-card .np-btn .np-btn-cart,
.np-wrapper .np-card .np-btn .np-btn-favorite {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  padding: 12.5px 0;
}
.np-wrapper .np-card .np-btn .np-btn-cart .np-icon,
.np-wrapper .np-card .np-btn .np-btn-favorite .np-icon {
  width: 16px;
  height: 16px;
  stroke: #fff;
  margin-right: 10px;
}
.np-wrapper .np-card .np-btn .np-btn-cart:hover,
.np-wrapper .np-card .np-btn .np-btn-cart:focus,
.np-wrapper .np-card .np-btn .np-btn-favorite:hover,
.np-wrapper .np-card .np-btn .np-btn-favorite:focus {
  opacity: 0.8;
}
.np-wrapper .np-card .np-btn .np-btn-cart {
  color: #fff;
  background: #333;
  width: 100%;
}
.np-wrapper .np-card .np-btn .np-btn-favorite {
  color: #333;
  background: #fff;
}
.np-wrapper .np-card .np-btn .np-btn-favorite.np-is_favorite-on .np-icon {
  fill: #333;
  stroke: #333;
}
.np-wrapper .np-card .np-btn .np-btn-cartLink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  text-decoration: underline;
}
.np-wrapper .np-card .np-btn .np-btn-cartLink:hover,
.np-wrapper .np-card .np-btn .np-btn-cartLink:focus {
  text-decoration: none;
}
.np-wrapper .np-card .np-btn .np-btn-cartLink .np-icon {
  width: 16px;
  height: 16px;
  stroke: #333;
  margin-right: 8px;
}
.np-wrapper .np-card-detail .np-iconList {
  margin-top: -4px;
}
.np-wrapper .np-card-detail .np-page-info-color {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.np-wrapper .np-card-detail .np-page-info-stars {
  margin-top: 2px;
}
.np-wrapper .np-card-detail .np-page-info-description {
  margin-top: 2px;
  margin-bottom: 15px;
}
.np-wrapper .np-card-detail .np-color-header {
  flex-shrink: 0;
  font-size: 12px;
}
.np-wrapper .np-card-detail .np-colorList {
  margin-left: 5px;
}
.np-wrapper .np-card-detail .np-price {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card-detail .np-price {
    flex-direction: column;
    align-items: flex-start;
  }
}
.np-wrapper .np-card-detail .np-price-sale {
  display: flex;
  align-items: flex-end;
}
.np-wrapper .np-card-detail .np-price-value {
  margin-left: 5px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card-detail .np-price-value {
    margin-left: 0;
  }
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card-detail .np-price-value {
    margin-left: 10px;
  }
}
.np-wrapper .np-card-detail .np-btn {
  display: flex;
  flex-shrink: 0;
  margin-left: 30px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card-detail .np-btn {
    display: block;
    margin-left: 0;
  }
}
.np-wrapper .np-card-detail .np-btn .np-btn-favorite .np-icon {
  fill: #fff;
  stroke: #333;
}
.np-wrapper .np-card-detail .np-btn-cart,
.np-wrapper .np-card-detail .np-btn-favorite {
  min-width: 180px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card-detail .np-btn-cart,
  .np-wrapper .np-card-detail .np-btn-favorite {
    width: 100%;
  }
}
.np-wrapper .np-card-detail .np-btn-favorite {
  margin-left: 10px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-card-detail .np-btn-favorite {
    margin-left: 0;
    margin-top: 10px;
  }
}
.np-wrapper .np-card-detail .np-info {
  justify-content: end;
}
.np-wrapper .np-card .np-bubble {
  display: none;
  position: absolute;
  top: -75px;
  left: -25px;
  z-index: 3;
  width: 220px;
  height: auto;
  background: #fff;
  padding: 12px 6px;
  text-align: center;
  border: 2px solid #ccc;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.np-wrapper .np-card .np-bubble::before,
.np-wrapper .np-card .np-bubble::after {
  content: '';
  width: 0;
  height: 0;
  border: solid rgba(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 20%;
}
.np-wrapper .np-card .np-bubble::before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 23px;
  border-bottom-width: 24px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  margin-top: 1px;
  border-top-color: #ccc;
}
.np-wrapper .np-card .np-bubble::after {
  border-color: hsla(0, 0%, 100%, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #fff;
}
.np-wrapper .np-card .np-bubble-close {
  background-color: rgba(0, 0, 0, 0);
}
.np-wrapper .np-card-thumbnail .np-btn .np-bubble {
  top: -100px;
  left: 0;
}
.np-wrapper .np-card-thumbnail .np-btn .np-bubble::before {
  margin-left: 24px;
  margin-top: 1px;
}
.np-wrapper .np-card-thumbnail .np-btn .np-bubble::after {
  margin-left: 26px;
}
.np-wrapper .np-card-detail .np-bubble::before {
  margin-left: 55px;
}
.np-wrapper .np-card-detail .np-bubble::after {
  margin-left: 56px;
}
.np-wrapper .np-card-detail .np-btn-item {
  position: relative;
}
.np-wrapper .np-card-detail .np-bubble-cart {
  top: -100px;
}
.np-wrapper .np-brand-name {
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-brand-name {
    font-size: 10px;
    margin-bottom: 6px;
  }
}
.np-wrapper .np-price-wrapper .np-price-text {
  color: #d33636;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-price-wrapper .np-price-text {
    font-size: 12px;
  }
}
.np-wrapper .np-price-wrapper .np-price {
  color: #d33636;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 3px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-price-wrapper .np-price {
    font-size: 20px;
  }
}
.np-wrapper .np-price-wrapper .np-price.small-size {
  font-size: 16px;
}
.np-wrapper .np-price-wrapper .np-price .small-size-number {
  font-size: 12px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-price-wrapper .np-price .small-size-number {
    font-size: 12px;
  }
}
.np-wrapper .np-price-wrapper .np-price .small-size-number.with-tax-layout {
  top: -4px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-price-wrapper .np-price .small-size-number.with-tax-layout {
    top: 0;
    margin-top: 1px;
    display: block;
  }
}
.np-wrapper .np-btn-more {
  border-radius: 8px;
  background: #287ad4;
}
.np-wrapper .np-btn-more button {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 11px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.np-wrapper .np-card-note {
  margin-top: 10px;
}
.np-wrapper .np-card-note-text {
  color: #555;
  font-size: 12px;
  font-weight: 700;
  line-height: 170%;
}
.np-wrapper .np-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.np-wrapper .np-pager .np-pager-elem {
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 16px 18px;
  border: 1px solid #707070;
  border-radius: 4px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-pager .np-pager-elem {
    font-size: 12px;
    padding: 10px 9px;
  }
}
.np-wrapper .np-pager .np-pager-elem:not(:first-child) {
  margin-left: 10px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-pager .np-pager-elem:not(:first-child) {
    margin-left: 7px;
  }
}
.np-wrapper .np-pager .np-pager-elem:hover,
.np-wrapper .np-pager .np-pager-elem:focus {
  background: #ebebeb;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-pager .np-pager-prev,
  .np-wrapper .np-pager .np-pager-next {
    font-size: 10px;
    padding: 10px 8px;
  }
}
.np-wrapper .np-pager a.np-pager-num-current {
  pointer-events: none;
  color: #fff;
  background: #353535;
}
.np-wrapper .np-loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50dvh;
}
.np-wrapper .np-loader-spinner {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #287ad4 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat,
    conic-gradient(rgba(0, 0, 0, 0) 30%, #287ad4);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.np-wrapper .np-modal {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transform: translate(0, 100%);
  transition: opacity 0.4s linear;
  z-index: 200;
}
.np-wrapper .np-modal.is_np-modal-active {
  opacity: 1;
  transform: translate(0, 0);
}
.np-wrapper .np-modal .np-modal-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  cursor: default;
}
.np-wrapper .np-modal .np-modal-inner {
  width: 80%;
  max-height: 80%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 30px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  z-index: 201;
  overflow-y: auto;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-modal .np-modal-inner {
    top: 60px;
    width: calc(100vw - 40px);
    max-height: calc(100vh - 200px);
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
  }
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-modal .np-modal-inner:has(.np-submit-btn-side) {
    padding-bottom: 0;
  }
}
.np-wrapper .np-modal .np-modal-close {
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 60px;
  right: 8%;
  z-index: 201;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-modal .np-modal-close {
    top: 20px;
  }
}
.np-wrapper .np-modal .np-modal-close .np-modal-close-iconwrapper {
  display: block;
  width: 26px;
  height: 26px;
  background: #404040;
  border-radius: 999px;
  margin-left: 9px;
  position: relative;
}
.np-wrapper .np-modal .np-modal-close .np-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  fill: #fff;
}
.np-wrapper .np-page-noResults-body {
  margin-bottom: 20px;
}
.np-wrapper .np-page-noResults-message {
  font-size: 16px;
  font-weight: 700;
}
.np-wrapper .np-page-noResults-btn {
  color: #287ad4;
  font-size: 16px;
  text-decoration: underline;
}
.bl_npSuggestContainer_eventComponentInner0 {
  width: 100%;
}
.bl_npSuggestCard_body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.el_bold {
  display: inline-block;
  font-weight: bold;
}
.bl_npSuggestContainer {
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  line-height: 1;
  position: absolute;
  z-index: 1000;
  display: flex;
  align-items: stretch;
  width: 840px;
  margin-top: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  left: 0 !important;
  right: 0;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer {
    left: 0 !important;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    position: static;
    box-shadow: none;
    overflow-y: scroll;
    max-height: 50dvh;
  }
}
.bl_npSuggestContainer * {
  word-break: break-all;
  word-wrap: break-word;
  -ms-overflow-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
}
.bl_npSuggestContainer *::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.bl_npSuggestContainer a {
  color: #000;
  text-decoration: none;
}
.bl_npSuggestContainer .np_more_button_area {
  padding-bottom: 5px;
}
.bl_npSuggestContainer .np_more_button {
  display: block;
  margin: 24px auto;
  width: 160px;
  border-radius: 8px;
  background: #287ad4;
  transition: opacity 0.2s ease-in-out;
}
.bl_npSuggestContainer .np_more_button:hover {
  opacity: 0.8;
}
.bl_npSuggestContainer .np_more_button a {
  color: #fff;
  font-family: 'Noto Sans JP', 'Meiryo UI', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', Verdana, Arial, sans-serif, 'ＭＳ Ｐゴシック';
  font-size: 16px;
  font-weight: 500;
  padding: 12px;
  text-align: center;
  display: block;
}
.bl_npSuggestContainer .bl_npSuggestContainer_searchboxComponent {
  width: 32%;
  margin: 0 1px;
  box-sizing: border-box;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestContainer_searchboxComponent {
    width: 100%;
  }
}
.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent {
  width: 68%;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestContainer_eventComponent {
    width: 100%;
    display: block;
  }
  .bl_npSuggestContainer .bl_npSuggestContainer_eventComponent::before {
    display: none;
  }
}
.bl_npSuggestContainer .bl_npSuggestKeywordList_header {
  font-family: 'Noto Sans JP', 'Meiryo UI', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', Verdana, Arial, sans-serif, 'ＭＳ Ｐゴシック';
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestKeywordList_header {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.bl_npSuggestContainer .bl_npSuggestKeywordList_header::after {
  content: '';
}
.bl_npSuggestContainer .bl_npSuggestKeywordList_body {
  height: 472px;
  overflow-y: auto;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestKeywordList_body {
    height: auto;
    margin-top: 24px;
  }
}
.bl_npSuggestContainer .bl_npSuggestKeywordList_section {
  padding-top: 24px;
  padding-bottom: 27.5px;
  margin: 0 auto;
  border-bottom: 1px dotted #e5e5e5;
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestKeywordList_section {
    padding: 0;
    margin-bottom: 16px;
    padding-bottom: 16px;
    max-width: 100%;
  }
}
.bl_npSuggestContainer .bl_npSuggestKeywordList_item {
  cursor: pointer;
  margin-bottom: 12px;
  transition: opacity 0.2s ease-in-out;
}
.bl_npSuggestContainer .bl_npSuggestKeywordList_item:last-child {
  margin-bottom: 0;
}
.bl_npSuggestContainer .bl_npSuggestKeywordList_item:focus,
.bl_npSuggestContainer .bl_npSuggestKeywordList_item:hover {
  opacity: 0.5;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestKeywordList_item {
    font-size: 16px;
  }
}
.bl_npSuggestContainer .bl_npSuggestKeywordList_keyword {
  color: #3789dd;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestKeywordList_keyword {
    font-size: 12px;
  }
}
.bl_npSuggestContainer .bl_npSuggestSearchKeywordList {
  border: 1px solid #d4d9dc;
}
.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_header {
  font-size: 20px;
  padding: 15px;
  background-color: #d4d9dc;
  font-weight: bold;
}
.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_header::after {
  content: 'キーワード';
}
.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_body {
  padding: 0 0.3em;
  overflow-y: auto;
}
.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid #d4d9dc;
  cursor: pointer;
}
.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_item:last-child {
  border-bottom: 0;
}
.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_item:focus,
.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_item:hover {
  background-color: #f5f5f5;
}
.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_item > * {
  margin-right: 0.5em;
}
.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_item > *:first-child {
  margin-left: 0.5em;
}
.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_label {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0.75em 0;
}
.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_keyword {
  display: flex;
  align-items: center;
  flex-grow: 1;
  white-space: nowrap;
  overflow-x: auto;
  padding: 0.75em 0;
  line-height: 1.4;
}
.bl_npSuggestContainer .bl_npSuggestHistoryList {
  border-bottom: 1px dotted #e5e5e5;
  max-width: 220px;
  width: 100%;
  margin: 0 auto 24px;
  padding-top: 24px;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestHistoryList {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.bl_npSuggestContainer .bl_npSuggestHistoryList_header {
  font-family: 'Noto Sans JP', 'Meiryo UI', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', Verdana, Arial, sans-serif, 'ＭＳ Ｐゴシック';
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestHistoryList_header {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.bl_npSuggestContainer .bl_npSuggestHistoryList_header::after {
  content: '検索履歴';
}
.bl_npSuggestContainer .bl_npSuggestHistoryList_body {
  overflow-y: auto;
  margin-bottom: 27.5px;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestHistoryList_body {
    margin-bottom: 16px;
  }
}
.bl_npSuggestContainer .bl_npSuggestHistoryList_item {
  cursor: pointer;
  margin-bottom: 12px;
  transition: opacity 0.2s ease-in-out;
}
.bl_npSuggestContainer .bl_npSuggestHistoryList_item:last-child {
  margin-bottom: 0;
}
.bl_npSuggestContainer .bl_npSuggestHistoryList_item:focus,
.bl_npSuggestContainer .bl_npSuggestHistoryList_item:hover {
  opacity: 0.5;
}
.bl_npSuggestContainer .bl_npSuggestHistoryList_keyword {
  color: #3789dd;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestHistoryList_keyword {
    font-size: 12px;
  }
}
.bl_npSuggestContainer .bl_npSuggestHistoryList + .bl_npSuggestRankingList {
  margin-top: 0;
}
.bl_npSuggestContainer .bl_npSuggestRankingList {
  counter-reset: bl_npSuggestRankingList 0;
  max-width: 220px;
  width: 100%;
  margin: 24px auto 24px;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestRankingList {
    margin-top: 20px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.bl_npSuggestContainer .bl_npSuggestRankingList_header {
  font-family: 'Noto Sans JP', 'Meiryo UI', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', Verdana, Arial, sans-serif, 'ＭＳ Ｐゴシック';
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestRankingList_header {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.bl_npSuggestContainer .bl_npSuggestRankingList_header::after {
  content: '注目キーワード';
}
.bl_npSuggestContainer .bl_npSuggestRankingList_body {
  overflow-y: auto;
}
.bl_npSuggestContainer .bl_npSuggestRankingList_item {
  display: flex;
  cursor: pointer;
  counter-increment: bl_npSuggestRankingList;
  margin-bottom: 12px;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestRankingList_item {
    margin-bottom: 10px;
  }
}
.bl_npSuggestContainer .bl_npSuggestRankingList_item:last-child {
  margin-bottom: 0;
}
.bl_npSuggestContainer .bl_npSuggestRankingList_item:focus,
.bl_npSuggestContainer .bl_npSuggestRankingList_item:hover {
  opacity: 0.5;
}
.bl_npSuggestContainer .bl_npSuggestRankingList_keyword {
  color: #3789dd;
  font-family: 'Noto Sans JP', 'Meiryo UI', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', Verdana, Arial, sans-serif, 'ＭＳ Ｐゴシック';
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestRankingList_keyword {
    font-size: 12px;
  }
}
.bl_npSuggestContainer .bl_npSuggestRankingList_label .el_npSuggestCrownIcon,
.bl_npSuggestContainer .bl_npSuggestRankingList_label .bl_npSuggestRankingList_icon {
  display: inline-block;
  background: #e53776;
  width: 20px;
  height: 20px;
  border-radius: 50em;
  color: #fff;
  font-family: 'Oswald', 'Noto Sans JP', sans-serif, 'Meiryo UI', 'メイリオ', 'Meiryo',
    'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', Verdana, Arial,
    sans-serif, 'ＭＳ Ｐゴシック';
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestRankingList_label .el_npSuggestCrownIcon,
  .bl_npSuggestContainer .bl_npSuggestRankingList_label .bl_npSuggestRankingList_icon {
    width: 16px;
    height: 16px;
    font-size: 8px;
  }
}
.bl_npSuggestContainer .bl_npSuggestRankingList_label .el_npSuggestCrownIcon::before,
.bl_npSuggestContainer .bl_npSuggestRankingList_label .bl_npSuggestRankingList_icon::before {
  content: counter(bl_npSuggestRankingList);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bl_npSuggestContainer .bl_npSuggestItemList {
  padding: 24px 24px 0;
  position: relative;
  box-sizing: border-box;
  height: 520px;
}
.bl_npSuggestContainer .bl_npSuggestItemList::before {
  content: '';
  display: block;
  width: 1px;
  height: 520px;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
}
.bl_npSuggestContainer .bl_npSuggestItemList_header {
  margin-bottom: 24px;
}
.bl_npSuggestContainer .bl_npSuggestItemList_header span {
  font-family: 'Noto Sans JP', 'Meiryo UI', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', Verdana, Arial, sans-serif, 'ＭＳ Ｐゴシック';
  font-size: 16px;
  font-weight: 500;
}
.bl_npSuggestContainer .bl_npSuggestItemList_body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-height: 370px;
}
.bl_npSuggestContainer .bl_npSuggestItemList_item {
  display: block;
  flex: 0 0 31%;
  transition: opacity 0.2s ease-in-out;
}
.bl_npSuggestContainer .bl_npSuggestItemList_item:last-child {
  margin: 0;
}
.bl_npSuggestContainer .bl_npSuggestItemList_item:focus,
.bl_npSuggestContainer .bl_npSuggestItemList_item:hover {
  opacity: 0.5;
}
@media screen and (max-width: 736px) {
  .bl_npSuggestContainer .bl_npSuggestItemList_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: none;
    width: 100%;
  }
  .bl_npSuggestContainer .bl_npSuggestItemList_item:nth-child(n + 6) {
    display: none;
  }
}
.bl_npSuggestContainer .bl_npSuggestItemList__media .bl_npSuggestItemList_body {
  display: block;
  padding: 0.5em 0.5em 0 0.5em;
  overflow-y: auto;
  max-height: 400px;
}
.bl_npSuggestContainer .bl_npSuggestItemList__media .bl_npSuggestItemList_body::-webkit-scrollbar {
  width: 0.3em;
  height: 0;
}
.bl_npSuggestContainer .bl_npSuggestItemList__media .bl_npSuggestItemList_item {
  display: flex;
  height: 6em;
  margin: 0 0 0.5em 0;
}
.bl_npSuggestContainer .bl_npSuggestMedia {
  background-color: #fff;
  display: flex;
  height: 6em;
}
.bl_npSuggestContainer .bl_npSuggestMedia_imgWrapper {
  position: relative;
  flex: 0 1 35%;
  overflow-y: hidden;
}
.bl_npSuggestContainer .bl_npSuggestMedia_imgWrapper > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bl_npSuggestContainer .bl_npSuggestMedia_body {
  flex: 1;
  padding: 0.5em;
}
.bl_npSuggestContainer .bl_npSuggestMedia_ttl {
  max-height: 3em;
  overflow-y: auto;
  margin-bottom: 1em;
}
.bl_npSuggestContainer .bl_npSuggestMedia_price {
  font-size: 0.8em;
}
.bl_npSuggestContainer .bl_npSuggestCard {
  padding: 5px;
  overflow: hidden;
}
.bl_npSuggestContainer .bl_npSuggestCard_imgWrapper {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
.bl_npSuggestContainer .bl_npSuggestCard_imgWrapper > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bl_npSuggestContainer .bl_npSuggestCard_ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #3789dd;
  font-family: 'Noto Sans JP', 'Meiryo UI', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', Verdana, Arial, sans-serif, 'ＭＳ Ｐゴシック';
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}
.bl_npSuggestContainer .bl_npSuggestCard_price {
  font-size: 12px;
  text-align: end;
  font-weight: 600;
  line-height: 1.5;
}
.bl_npSuggestContainer .bl_npSuggestCard_price .bl_npSuggestCard_sale_price {
  font-size: 15px;
  text-align: end;
  font-weight: 600;
  color: #e91a1a;
}
.np-wrapper .np-modal {
  transform: translate(100%, 100%);
  z-index: 1000;
}
.np-wrapper .np-modal.is_np-modal-active {
  overflow-y: hidden;
}
.np-wrapper .np-modal-inner {
  width: 72%;
  top: 123px;
  background: #fff;
}
.np-wrapper .np-modal-close {
  color: #fff;
  top: 85px;
  right: 14%;
}
.np-wrapper .np-modal-close .np-modal-close-iconwrapper {
  background: #000;
}
.np-wrapper .np-modal-close .np-icon {
  fill: #fff;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-contents .np-modal {
    z-index: 20001;
  }
}
.el_npSuggestHitnumLabel {
  font-size: 0.75em;
  color: #666;
}
.el_npSuggestColumnLabel {
  display: none;
  padding: 0.3em 0.7em;
  background-color: #d4d9dc;
  border-radius: 0.3em;
  color: #666;
  font-size: 0.75em;
}
.el_npSuggestColumnLabel__::after,
.el_npSuggestColumnLabel__ranking::after {
  content: 'キーワード';
}
.el_npSuggestColumnLabel__query::after {
  content: '自動学習';
}
.el_npSuggestColumnLabel__word::after {
  content: '抽出キーワード';
}
.el_npSuggestColumnLabel__title::after {
  content: '商品名';
}
.el_npSuggestColumnLabel__path::after {
  content: 'カテゴリ';
}
.el_npSuggestColumnLabel__narrow1::after {
  content: 'narrow1';
}
.el_npSuggestColumnLabel__keyword1::after {
  content: 'keyword1';
}
.el_npSuggestColumnLabel__narrow2::after {
  content: 'narrow2';
}
.el_npSuggestColumnLabel__keyword2::after {
  content: 'keyword2';
}
.el_npSuggestColumnLabel__narrow3::after {
  content: 'narrow3';
}
.el_npSuggestColumnLabel__keyword3::after {
  content: 'keyword3';
}
.el_npSuggestColumnLabel__narrow4::after {
  content: 'narrow4';
}
.el_npSuggestColumnLabel__keyword4::after {
  content: 'keyword4';
}
.el_npSuggestColumnLabel__narrow5::after {
  content: 'narrow5';
}
.el_npSuggestColumnLabel__keyword5::after {
  content: 'keyword5';
}
.el_npSuggestColumnLabel__narrow6::after {
  content: 'narrow6';
}
.el_npSuggestColumnLabel__keyword6::after {
  content: 'keyword6';
}
.el_npSuggestColumnLabel__narrow7::after {
  content: 'narrow7';
}
.el_npSuggestColumnLabel__keyword7::after {
  content: 'keyword7';
}
.el_npSuggestColumnLabel__narrow8::after {
  content: 'narrow8';
}
.el_npSuggestColumnLabel__keyword8::after {
  content: 'keyword8';
}
.el_npSuggestColumnLabel__narrow9::after {
  content: 'narrow9';
}
.el_npSuggestColumnLabel__keyword9::after {
  content: 'keyword9';
}
.el_npSuggestColumnLabel__narrow10::after {
  content: 'narrow10';
}
.el_npSuggestColumnLabel__keyword10::after {
  content: 'keyword10';
}
.el_npSuggestAnnotationLabel {
  display: inline-block;
  padding: 0 0.7em;
  color: #009fcc;
  font-size: 0.75em;
}
.el_npSuggestCrossBtn {
  position: relative;
  display: none;
  padding: 0.7em;
  border-radius: 0.7em;
  background-color: #d3d6dd;
  color: #666;
  cursor: pointer;
  transition: 0.25s;
}
.el_npSuggestCrossBtn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.8em;
  height: 0.1em;
  background-color: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.el_npSuggestCrossBtn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.1em;
  height: 0.8em;
  background-color: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.el_npSuggestCrossBtn:focus,
.el_npSuggestCrossBtn:hover {
  background-color: #ff4500;
  color: #fff;
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.np-wrapper .scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.np-wrapper .scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.np-wrapper .scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}
.np-wrapper .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}
.np-wrapper .scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: '';
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.np-wrapper .scroll-hint-icon:after {
  content: '';
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}
.np-wrapper .scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.np-wrapper .scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}
.np-wrapper .scroll-hint-icon-white {
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}
.np-wrapper .scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.np-wrapper .scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.np-wrapper .scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
.np-wrapper .scroll-hint-shadow-wrap {
  position: relative;
}
.np-wrapper .scroll-hint-shadow-wrap::after {
  content: '';
  width: 20px;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.15) 0,
    rgba(0, 0, 0, 0) 16px,
    rgba(0, 0, 0, 0)
  );
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.np-wrapper .scroll-hint-shadow-wrap::before {
  content: '';
  width: 20px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.15) 0,
    rgba(0, 0, 0, 0) 16px,
    rgba(0, 0, 0, 0)
  );
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.np-wrapper .scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.np-wrapper .scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}
.np-wrapper .scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.np-wrapper .scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}
.np-wrapper .np-variation-inner {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation-inner {
    width: 100%;
  }
}
.np-wrapper .np-variation-info {
  display: flex;
  max-width: 391px;
  width: 391px;
  text-align: left;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation-info {
    max-width: 375px;
    width: 100%;
  }
}
.np-wrapper .np-variation-info-image {
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.np-wrapper .np-variation-info-image-inner {
  width: 80px;
  position: relative;
}
.np-wrapper .np-variation-info-image-overlay {
  position: absolute;
  background-color: rgba(34, 34, 34, 0.65);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.np-wrapper .np-variation-info-image-overlay p {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.np-wrapper .np-variation-info-image a {
  display: block;
}
.np-wrapper .np-variation-info-detail {
  padding-left: 15px;
}
.np-wrapper .np-variation-info-title {
  margin-bottom: 10px;
}
.np-wrapper .np-variation-info-title a {
  display: block;
  color: #3789dd;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation-info-title a {
    font-size: 12px;
  }
}
.np-wrapper .np-variation-info-box {
  display: flex;
  margin-bottom: 3px;
  flex-wrap: wrap;
}
.np-wrapper .np-variation-info-text {
  color: #555;
  font-size: 10px;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation-info-text {
    font-size: 9px;
  }
}
.np-wrapper .np-variation-info-price-number {
  color: #d33636;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation-info-price-number {
    font-size: 14px;
  }
}
.np-wrapper .np-variation-info-price-number.small-size {
  font-size: 14px;
}
.np-wrapper .np-variation-info-price-number .small-size-number {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation-info-price-number .small-size-number {
    font-weight: 500;
  }
}
.np-wrapper .np-variation-info-price-proper {
  font-size: 12px;
  font-weight: 400;
  margin-top: 3px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation-info-price-proper {
    font-size: 10px;
    font-weight: 500;
  }
}
.np-wrapper .np-variation-info-price-proper span + span {
  margin-top: 1px;
}
.np-wrapper .np-variation-info-price-text {
  color: #d33636;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation-info + .np-variation-scroll {
    margin-top: 10px;
  }
}
.np-wrapper .np-variation table {
  width: 100%;
  border-collapse: collapse;
}
.np-wrapper .np-variation thead tr th {
  color: #555;
  font-size: 13px;
  font-weight: 500;
  border-right: 1px solid #e5e5e5;
  padding: 10px 15px;
  background-color: #f5f5f5;
  white-space: nowrap;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation thead tr th {
    padding: 10px;
  }
}
.np-wrapper .np-variation thead tr th:last-child {
  border-right: none;
}
.np-wrapper .np-variation thead tr th.text-align-left {
  text-align: left;
}
.np-wrapper .np-variation tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.np-wrapper .np-variation tbody tr:nth-of-type(odd) .fixed-column {
  background-color: #fff;
}
.np-wrapper .np-variation tbody tr:nth-of-type(even) {
  background-color: #f5f5f5;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation tbody tr:nth-of-type(even) {
    background: none;
  }
}
.np-wrapper .np-variation tbody tr:nth-of-type(even) .fixed-column {
  background-color: #f5f5f5;
}
.np-wrapper .np-variation tbody tr td {
  padding: 15px;
  border-right: 1px solid #e5e5e5;
  color: #555;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation tbody tr td {
    padding: 10px;
  }
}
.np-wrapper .np-variation tbody tr td:last-child {
  border-right: none;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation-column-item + .np-variation-column-item {
    margin-top: 14px;
  }
}
.np-wrapper .np-variation-column-item table thead th,
.np-wrapper .np-variation-column-item table thead td,
.np-wrapper .np-variation-column-item table tbody th,
.np-wrapper .np-variation-column-item table tbody td {
  font-size: 10px;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation-column-item table tbody tr td {
    white-space: nowrap;
  }
}
.np-wrapper .np-variation-row .fixed-column {
  position: sticky;
  left: 0;
  z-index: 1;
}
.np-wrapper .np-variation-row .fixed-column::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
}
.np-wrapper .np-variation-row th:nth-child(1),
.np-wrapper .np-variation-row td:nth-child(1) {
  width: 421px;
}
.np-wrapper .np-variation-row th:nth-child(1).fixed-column,
.np-wrapper .np-variation-row td:nth-child(1).fixed-column {
  left: 0;
  border-right: none;
}
.np-wrapper .np-variation-row th:nth-child(2).fixed-column,
.np-wrapper .np-variation-row td:nth-child(2).fixed-column {
  left: 421px;
  border-right: none;
}
.np-wrapper .np-variation-row th:nth-child(2).fixed-column p,
.np-wrapper .np-variation-row td:nth-child(2).fixed-column p {
  width: 75px;
  margin: auto;
}
.np-wrapper .np-variation-row th:nth-child(3).fixed-column,
.np-wrapper .np-variation-row td:nth-child(3).fixed-column {
  left: 526px;
  border-right: none;
}
.np-wrapper .np-variation-row th:nth-child(3).fixed-column p,
.np-wrapper .np-variation-row td:nth-child(3).fixed-column p {
  width: 65px;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation-scroll {
    overflow-x: auto;
    max-width: calc(100vw - 20px);
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation-scroll-inner {
    width: 100%;
    max-width: 736px;
  }
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation-scroll table thead th {
    white-space: nowrap;
  }
}
@media screen and (max-width: 736px) {
  .np-wrapper .np-variation-scroll table tbody tr:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
}
.np-wrapper .np-variation-btn-more {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.np-wrapper .np-variation-btn-more button {
  min-width: 210px;
}
.np-wrapper .np-variation-row-scroll-layout .scroll-hint-icon-wrap {
  z-index: 2;
}
.np-wrapper .np-variation-row-scroll-layout .scroll-hint-icon {
  left: calc(50% + 200px);
}
.np-wrapper .np-variation-row-scroll-layout table tbody tr td:not(.fixed-column) {
  white-space: nowrap;
}
.np-wrapper [data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.np-wrapper .simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.np-wrapper .simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.np-wrapper .simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.np-wrapper .simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.np-wrapper .simplebar-content-wrapper::-webkit-scrollbar,
.np-wrapper .simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.np-wrapper .simplebar-content:before,
.np-wrapper .simplebar-content:after {
  content: ' ';
  display: table;
}
.np-wrapper .simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.np-wrapper .simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.np-wrapper .simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.np-wrapper .simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.np-wrapper [data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.np-wrapper [data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.np-wrapper [data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.np-wrapper .simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.np-wrapper .simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}
.np-wrapper .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.np-wrapper .simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.np-wrapper .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.np-wrapper .simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.np-wrapper .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
.np-wrapper [data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.np-wrapper .simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.np-wrapper .simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.np-wrapper .simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
