.leadtext {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .leadtext {
    margin-top: 20px;
    text-align: left;
  }
}
.leadtext__note {
  font-size: 1.2rem;
  line-height: 1.875;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .leadtext__note {
    margin-top: 15px;
    text-align: left;
  }
}

.goodsShop {
  padding: 70px 50px 50px;
}
@media only screen and (max-width: 768px) {
  .goodsShop {
    padding: 35px 0 25px;
  }
}
.goodsShop__section {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .goodsShop__section {
    margin-top: 25px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.goodsShop__section:last-child {
  margin-top: 80px;
}
.goodsShop__img {
  text-align: center;
  padding-top: 40px;
  width: 515px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .goodsShop__img {
    padding-top: 30px;
    width: 100%;
  }
}
.goodsShop__img img {
  width: 100%;
  height: auto;
}
.goodsShop__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .goodsShop__list {
    margin-top: 20px;
    padding: 0 20px;
    display: block;
  }
}
.goodsShop__item {
  width: 340px;
}
.goodsShop__item:nth-child(3n+2), .goodsShop__item:nth-child(3n+3) {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .goodsShop__item:nth-child(3n+2), .goodsShop__item:nth-child(3n+3) {
    margin-left: 0;
  }
}
.goodsShop__item:nth-child(n+4) {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .goodsShop__item:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .goodsShop__item:not(:first-child) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .goodsShop__item {
    width: 100%;
  }
}
.goodsShop__item a {
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: opacity 0.2s ease;
}
.goodsShop__item a:hover {
  opacity: 0.7;
}
.goodsShop__item__img {
  overflow: hidden;
  border: #cdcdcd 1px solid;
}
@media only screen and (max-width: 768px) {
  .goodsShop__item__img img {
    width: 100%;
    height: auto;
  }
}
.goodsShop__item__name {
  font-size: 1.8rem;
  color: #003087;
  border-bottom: #003087 2px solid;
  padding: 10px 0 5px;
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .goodsShop__item__name {
    padding: 5px 0 2px;
  }
}
.goodsShop__item__price {
  font-size: 1.8rem;
  text-align: right;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .goodsShop__item__price {
    padding-top: 10px;
  }
}
.goodsShop__btn {
  margin: 50px auto 0;
  width: 450px;
}
@media only screen and (max-width: 768px) {
  .goodsShop__btn {
    margin-top: 50px;
    width: 80%;
  }
}

.shopList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .shopList {
    display: block;
  }
}
.shopList__item {
  width: 340px;
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .shopList__item {
    width: 100%;
    margin-top: 20px;
  }
}
.shopList__item a {
  text-decoration: none;
  transition: opacity 0.2s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.shopList__item a:hover {
  opacity: 0.7;
}
.shopList__item a.nolink {
  pointer-events: none;
}
.shopList__name {
  background: #003087;
  color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 20px 10px;
  font-size: 2.1rem;
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.shopList__data {
  border: #003087 2px solid;
  border-radius: 0 0 10px 10px;
  padding: 20px 10px;
  font-size: 1.6rem;
  flex-grow: 1;
  color: #000;
}

.customFlag {
  padding: 70px 50px 140px;
}
@media only screen and (max-width: 768px) {
  .customFlag {
    padding: 35px 20px 70px;
  }
}
.customFlag__img {
  text-align: center;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .customFlag__img {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .customFlag__img img {
    width: 100%;
    height: auto;
  }
}
.customFlag__btn {
  margin: 60px auto 20px;
  width: 580px;
}
@media only screen and (max-width: 768px) {
  .customFlag__btn {
    margin: 30px auto 10px;
    width: 100%;
  }
}
.customFlag__btn a {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .customFlag__btn a {
    font-size: 2rem;
  }
}
.customFlag__btn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.customFlag__section {
  padding-top: 70px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .customFlag__section {
    padding-top: 35px;
    width: 100%;
    text-align: left;
  }
}
.customFlag__midashi {
  margin-top: 35px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .customFlag__midashi {
    margin-top: 20px;
  }
}
.customFlag__text {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .customFlag__text {
    margin-top: 5px;
  }
}
.customFlag__otherList {
  margin: 35px auto 0;
  width: 600px;
  list-style-type: disc;
  list-style-position: outside;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .customFlag__otherList {
    margin-top: 20px;
    width: 100%;
  }
}
.customFlag__otherList__item {
  font-size: 1.6rem;
  padding: 3px 0;
}/*# sourceMappingURL=goods.css.map */