/*==================================
 variable
===================================*/
.storeLogoWrap {
  margin: 0% 0 0;
  text-align: center;
}

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

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

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

.section .boxWrap01 {
  margin: 2% auto 0;
}

.section .boxWrap01 .boxTextLarge {
  margin: 0 auto;
  padding: 4% 3%;
}

.section .boxWrap02 .secText {
  margin: 5% 0;
  padding: 0 5%;
}

.section .boxWrap02 .secTitle02 {
  max-width: 530px;
  width: 48.2%;
  margin: 5% auto;
}

.section .boxWrap02 .secImage {
  display: block;
  max-width: 401px;
  width: 37%;
  margin: auto;
}

.section.section02 .storeLogo {
  display: block;
  max-width: 217px;
  width: 19.8%;
  margin: auto;
}

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

.section.section02 .boxWrap {
  margin: 10% auto 0;
}

.section.section02 .boxTextLarge {
  margin: 0 auto 0;
}

.section.section02 .boxTextLarge ul {
  margin: 4% 0 0;
  padding: 0;
}

.section.section02 .badgeWrap {
  text-align: center;
}

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

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

.section.section02 .buttonWrap {
  text-align: center;
}

.section.section02 .buttonWrap .button01 {
  max-width: 303px;
  width: 27.6%;
}

@media (max-width: 760px) {
  .section.section02 .buttonWrap .button01 {
    width: 41.4%;
  }
}

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

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

.section.section02 .buttonWrap {
  padding: 0;
}

.br02 {
  display: none;
}

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

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