.singleContentWrapper {
  display: flex;
}
.singleContent {
  width: 47%;
  margin: 10px;
}
.products {
  flex-grow: 1;
  & img {
    height: auto;
  }
    & p {
        text-align: justify;
    }
}
.glid {
  margin: 10px;
}
.hbp8021w_tooltip {
  position: relative;
  cursor: pointer; /*display: inline-block;*/
}
.hbp8021w_description {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 400px;
  &:before {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    border: 15px solid transparent;
    border-right: 15px solid #000;
    margin-left: -238px;
  }
}
.hbp8021w_tooltip:hover .hbp8021w_description {
  display: inline-block;
  top: 0px;
  left: 90px;
}
.zaiko:after {
  content: "在庫限り";
  margin-left: 0.5em;
  font-size: 0.75em;
  border: 1px solid red;
  color: red;
}

@media screen and (max-width: 1000px) {
  body {
    min-width: inherit;
  }
  header {
    display: flex;
    flex-wrap: wrap;
  }
  h1.maincopy {
    margin: 0px;
    order: 0;
    width: 100%;
  }
  .logo {
    margin: 8px 0 0px 10px;
  }
  .topnavi {
    display: flex;
    align-items: center;
    margin-left: auto;
    order: 3;
    & span {
      font-size: 0.8em;
      padding: 0;
    }
  }
  .glid1 {
    width: inherit;
  }
  .discon h2 {
    font-size: 0.9em;
    margin: 15px 0 15px 10px;
    padding: 0;
  }
.hbp8021w_description {

  &:before {
    border: none;
  }
}
    .hbp8021w_tooltip:hover .hbp8021w_description {
  width: fit-content;
}
}

@media screen and (max-width: 768px) {
  .singleContentWrapper {
    display: block;
  }
  .singleContent div {
    width: 100%;
  }
}