/*==================================
 variable
===================================*/
.navWrap02 {
  display: none;
}

.navWrap {
  display: none;
}

.-brSp {
  display: none;
}

@media (max-width: 560px) {
  .-brSp {
    display: block;
  }
}

.headerTitle {
  position: relative;
  z-index: 1;
  background-color: #000;
  text-align: center;
}

.headerTitle .titleWrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.headerTitle .titleWrap img {
  width: 61.81818%;
}

.fontLarge {
  margin: 0;
  text-align: center;
}

.boxTextLarge {
  font-size: 2.16rem;
}

@media (max-width: 760px) {
  .boxTextLarge {
    font-size: 2.88rem;
  }
}

@media (max-width: 560px) {
  .boxTextLarge {
    font-size: 3.6rem;
  }
}

.boxTextLarge .fontBold {
  font-size: 2.34rem;
  text-align: center;
}

@media (max-width: 760px) {
  .boxTextLarge .fontBold {
    font-size: 3.36rem;
  }
}

@media (max-width: 560px) {
  .boxTextLarge .fontBold {
    font-size: 4.2rem;
  }
}

.boxWrap.-first {
  margin: 0% auto;
}

.storeLogoWrap {
  margin: 8% 0 0;
  text-align: center;
}

.storeLogoWrap .storeLogo {
  display: inline-block;
  max-width: 217px;
  width: 19.8%;
  margin: 0 3%;
}

.storeItem {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.badgeWrap {
  text-align: center;
}

.badgeWrap .badgeText {
  display: inline-block;
  padding: 1% 1% 1% 2%;
  border-radius: 100px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}

@media (max-width: 760px) {
  .badgeWrap .badgeText {
    font-size: 3.12rem;
  }
}

.shopButtonsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2% auto 0;
}

.buttonWrap {
  width: 19%;
  margin: 0 1.5%;
}

@media (max-width: 760px) {
  .buttonWrap {
    width: 22.8%;
  }
}

@media (max-width: 560px) {
  .buttonWrap {
    width: 25.65%;
  }
}

.buttonWrap .button01:before {
  width: 95%;
  height: 78%;
  top: 1%;
  left: 1%;
}

.sizeButtonsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sizeButtonsWrap .button01:before {
  width: 80%;
  height: 80%;
  top: 1%;
  left: 1%;
}

.boxLine {
  display: block;
  max-width: 595px;
  width: 54.1%;
  margin: 12% auto 0;
}

.boxWrap.-last .boxLine {
  visibility: hidden;
}

.specArea .specBanner {
  max-width: 1100px;
  position: relative;
  margin: 2% auto 5%;
  text-align: center;
}

.specArea .specBanner img {
  width: 58.18%;
  margin: 0 auto;
}

@media (max-width: 760px) {
  .specArea .specBanner img {
    width: 70%;
  }
}

.footer .copy03 {
  display: none;
}
/*# sourceMappingURL=goods.css.map */