@charset "UTF-8";
.pt_pt_header__outerwrap {
  width: 100%;
  background-color: #fff;
  max-width: unset;
  border-bottom: 1px solid var(--color_border_light);
  z-index: 9;
  position: relative;
}
.pt_pt_header__outerwrap * {
  transition: all 0.3s;
}
.pt_pt_header__innerwrap {
  max-width: var(--width_max_pc_l);
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 1.6rem;
  align-items: center;
}
@media screen and (max-width: 768px ) {
  .pt_pt_header__innerwrap {
    padding: 0.4rem 0.8rem;
  }
}
.pt_pt_header__index .index {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}
.pt_pt_header__index .index__main {
  font-size: var(--size_h_s);
  font-weight: bold;
  display: flex;
  align-items: center;
  color: var(--color_font_mid);
}
.pt_pt_header__index .index__main:hover {
  text-decoration: none;
  filter: brightness(1.2);
}
.pt_pt_header__index .index__main::before {
  --tag_icon_size: 3.2rem;
  content: "";
  background-image: url(/~/media/img/common/icon/icon_sale_fill.svg);
  background-position: center;
  background-size: cover;
  width: var(--tag_icon_size);
  height: var(--tag_icon_size);
  margin: 0rem 0.8rem 0 0;
}
.pt_pt_header__index .index__main::after {
  content: "セール・優待";
}
.pt_pt_header__index .index__txt {
  font-size: var(--size_h_xxs);
  display: flex;
  align-items: center;
  padding: 0.8rem 0.4rem;
}
.pt_pt_header__index .index__txt::before {
  content: "一覧でセールをチェック";
  margin-right: 0.5rem;
}
.pt_pt_header__index .index__txt::after {
  margin: 0.25rem 0rem 0rem 0rem;
}
.pt_pt_header__guide a {
  font-size: var(--size_h_xxs);
  display: flex;
  align-items: center;
}
.pt_pt_header__guide a::before {
  --guide_icon_size: 2.1rem;
  content: "";
  background-image: url(/~/media/img/common/icon/icon_shopping-guide_o_fill.svg);
  background-position: center;
  background-size: cover;
  width: var(--guide_icon_size);
  height: var(--guide_icon_size);
  margin: 0rem 0.5rem 0 0;
}
@media screen and (min-width: 769px ) {
  .pt_pt_header__guide a::after {
    content: "ご購入ガイド";
  }
}

.menu__product_list--left-search-input:focus ~ .product-list__suggest {
  display: block;
}

.product-list__suggest {
  display: none;
}