.none {
  display: none;
}

.sp {
  display: none;
}
@media (max-width: 799px) {
  .sp {
    display: block;
  }
}

.text-main {
  color: #87CEFA;
}

.js-time_limited {
  display: none;
}

.js-time_limited_fire {
  display: block;
}

.header-top-bnr {
  background: #c20702;
}
.header-top-bnr a {
  display: block;
  padding-block: 0.5em;
  padding-inline: 0.8em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 799px) {
  .header-top-bnr a {
    padding-block: 0.6em;
    font-size: 2.9333333333vw;
    line-height: 1.2;
  }
}
.header-top-bnr a:hover {
  opacity: 0.7;
}
@media (max-width: 799px) {
  .header-top-bnr a:hover {
    opacity: 1;
  }
}

.bargainsale, .couponsale, .sale01, .sale02, .sale03, .sale04, .sale05, .sale06, .sale07, .sale08 {
  display: none;
}
.bargainsale.is-sale-active, .couponsale.is-sale-active, .sale01.is-sale-active, .sale02.is-sale-active, .sale03.is-sale-active, .sale04.is-sale-active, .sale05.is-sale-active, .sale06.is-sale-active, .sale07.is-sale-active, .sale08.is-sale-active {
  display: block;
}

.special-banner2 {
  margin-top: var(--header-height);
}

/* ----------
  .sp-header
---------- */
.top__search {
  gap: 11px;
}

@media (max-width: 799px) {
  .top__search .header-search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-top: 10px;
  }
}

@media (max-width: 799px) {
  .top__search .zs-top-search-wrapper {
    margin-top: 0;
  }
}

.top__search .keyword-input {
  height: 42px;
}
@media (max-width: 799px) {
  .top__search .keyword-input {
    height: 43px;
  }
}

.top__search .zs-search-btn {
  height: 42px;
}
@media (max-width: 799px) {
  .top__search .zs-search-btn {
    height: 43px;
  }
}

.header-btn-advanced-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 42px;
  border-radius: 3px;
  background: #004773;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff !important;
}
@media (max-width: 799px) {
  .header-btn-advanced-search {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 107px;
    height: 43px;
    font-size: 13px;
  }
}
.header-btn-advanced-search:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-left: 0.8em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top__search .items {
  font-weight: 400;
}
@media (max-width: 799px) {
  .top__search .items {
    font-size: 11px;
  }
}

.top__search .items span {
  padding: 0;
  font-weight: 400;
  color: #2e3233;
}

.top__search .items .small {
  font-size: 10px;
}
@media (max-width: 799px) {
  .top__search .items .small {
    font-size: 11px;
  }
}

.top__search .items .text-main {
  padding-left: 6px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #87CEFA;
}
@media (max-width: 799px) {
  .top__search .items .text-main {
    font-size: 19px;
  }
}

.side-banners {
  right: 34px;
}
@media (max-width: 799px) {
  .side-banners {
    right: 15px;
    bottom: 67px;
  }
}

.side-banner#helpBanner img {
  width: 64px;
}
@media (max-width: 799px) {
  .side-banner#helpBanner img {
    width: 75px;
  }
}

.side-banner#helpBanner .close-btn {
  width: 20px;
  height: 20px;
  top: -8px;
  right: -6px;
}
@media (max-width: 799px) {
  .side-banner#helpBanner .close-btn {
    width: 25px;
    height: 25px;
    top: -9px;
    right: -8px;
  }
}

.side-banner#helpBanner .close-btn:before,
.side-banner#helpBanner .close-btn:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}
@media (max-width: 799px) {
  .side-banner#helpBanner .close-btn:before,
  .side-banner#helpBanner .close-btn:after {
    width: 14px;
  }
}

.side-banner#helpBanner .close-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.pagetop_new {
  right: 24px;
}
@media (max-width: 799px) {
  .pagetop_new {
    right: 13px;
  }
}

.pagetop_new__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2em;
  padding: 1em 1.5em;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.469);
  font-size: 10px;
  font-weight: 700;
}
@media (max-width: 799px) {
  .pagetop_new__link {
    font-size: 9px;
  }
}

.pagetop_new__link:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagetop_new__text {
  color: #fff;
}