.productPage .pageTitle {
  margin-bottom: 0;
}
.productPage .pageTitle .enJptitle {
  margin-bottom: 0;
}
.productPage section.product .img {
  margin-bottom: 2em;
}
.productPage section.product .txt {
  margin-bottom: 2em;
}
.productPage section.product .txt p {
  margin-bottom: 2em;
}
.productPage section.product .matome {
  background-color: #faf2e6;
  padding: 1.5em;
  margin-bottom: 2em;
}
.productPage section.product .btnWrap a {
  width: 100%;
  margin: 0 auto 0.5em;
}

@media only screen and (min-width: 580px) {
  .productPage section.product .wrap {
    margin-bottom: 3em;
  }
  .productPage section.product .wrap .img {
    width: 50%;
  }
  .productPage section.product .wrap .txt {
    width: 45%;
  }
  .productPage section.product .matome {
    padding: 3em;
  }
  .productPage section.product .btnWrap {
    display: flex;
    justify-content: center;
  }
  .productPage section.product .btnWrap a {
    margin: 0 1em 0 0;
    width: 26%;
  }
  .productPage section.product .btnWrap a:first-child, .productPage section.product .btnWrap a:last-child {
    width: 20%;
  }
}