@charset "UTF-8";
#hd {
  /* 最外層 ★∻∹⋰⋰ ☆∻∹⋰⋰ ★∻∹⋰⋰ ☆∻∹⋰⋰*/
  /*LI style RESET ★∻∹⋰⋰ ☆∻∹⋰⋰ ★∻∹⋰⋰ ☆∻∹⋰⋰*/
  /*detail NORMAL★∻∹⋰⋰ ☆∻∹⋰⋰ ★∻∹⋰⋰ ☆∻∹⋰⋰*/
}
#hd .hdau_right {
  width: 100%;
  padding-left: 0px;
}
#hd .retail-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
#hd .retail-list::after {
  width: 312px;
  display: block;
  content: "";
}
#hd .retail-list .allactive {
  width: 312px !important;
  margin-bottom: 30px;
}
#hd .shop-info,
#hd .spec-info {
  width: 100%;
  padding: 10px 10px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.768627451)), to(#1b1b1b));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.768627451), #1b1b1b);
  background: linear-gradient(rgba(0, 0, 0, 0.768627451), #1b1b1b);
  bottom: 0;
}
#hd .shop-info li,
#hd .spec-info li {
  padding: 0 !important;
  float: none !important;
}
#hd .wtb-item {
  position: relative;
  min-height: 443px;
  background-color: #1b1b1b;
  border: none !important;
  padding: 0;
}
#hd .shop-logo {
  padding: 10px;
  padding-bottom: 0;
  width: 100%;
}
#hd .shop_img {
  padding: 10px;
}
#hd .buyBTN {
  position: relative;
  z-index: 5;
  font-family: "Roboto";
  width: 100%;
  height: 37px;
  border: none;
  background-color: #cc0100;
  color: #fff;
}
#hd .buyBTN:hover {
  background-color: #fff;
  color: #cc0100;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#hd .shop-detail {
  width: 100%;
  padding-bottom: 10px;
}
#hd .shop-detail li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4px 4px !important;
  vertical-align: middle;
}
#hd .shop-detail li img {
  margin: initial;
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
#hd .shop-detail li span {
  text-align: left;
  font-size: 15px;
  font-family: "Roboto";
}
#hd .overflow-hidden {
  max-height: 140px;
  overflow: hidden;
}
#hd .spec-detail {
  width: 100%;
  padding-bottom: 10px;
}
#hd .spec-detail .bbn {
  border-bottom: none !important;
}
#hd .spec-detail li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 4px !important;
  vertical-align: middle;
}
#hd .spec-detail li img {
  margin: initial;
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
#hd .spec-detail li span {
  text-align: left;
  font-size: 15px;
  font-family: "TradeGothicL";
}
#hd .spec-detail li .title {
  color: #ff2e2e;
}
#hd .spec-detail li .name {
  min-width: 170px;
}
#hd .spec-detail li:nth-child(even) {
  padding: 8px 4px !important;
  margin-top: 4px;
  margin-bottom: 4px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#hd .spec-detail li:nth-last-child(1) {
  border-top: none !important;
  border-bottom: none !important;
}
#hd .toggle-btn {
  opacity: 0;
  font-size: 14px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-family: "Roboto";
  width: 100%;
  left: 0;
  bottom: 0px;
  height: 130px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, #1b1b1b));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), #1b1b1b 50%);
  background: linear-gradient(rgba(0, 0, 0, 0), #1b1b1b 50%);
}
#hd .toggle-btn img {
  height: 9px !important;
  width: 10px !important;
  margin: initial !important;
  margin-left: 5px !important;
}
#hd .toggle-btn:active {}
#hd .toggle-btn small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#hd .closeBTN .arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#form1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #form1 {
    display: block;
  }
}

.noInfo {
  background: #1b1b1b !important;
}

/*detail OPEN ★∻∹⋰⋰ ☆∻∹⋰⋰ ★∻∹⋰⋰ ☆∻∹⋰⋰*/
#hd .opend {
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.768627451)), color-stop(50%, #1b1b1b));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.768627451), #1b1b1b 50%);
  background: linear-gradient(rgba(0, 0, 0, 0.768627451), #1b1b1b 50%);
}
#hd .closeBTN {
  height: 30px;
  position: relative;
}

@media screen and (max-width: 1235px) {
  #hd .retail-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 694px) {
  #hd .retail-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hd .retail-list .allactive {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  #hd .custom-select {
    width: 70% !important;
  }
}/*# sourceMappingURL=whereToBuy.css.map */