/*==========================================
  木ここち商品
===========================================*/
.product_area {
  margin-left: 54px;
  margin-right: 54px;
}
.product_content {
  margin-top: 30px;
  margin-bottom: 5.2%;
}
.product_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button_box {
  position: absolute;
  width: 62%;
}
.button_box button {
  background-color: transparent;
  border: 0;
}
@media(max-width: 767px) {
  .product_area {
    margin-left: 0;
    margin-right: 0;
  }
}
/*==========================================
 IE 11 only
===========================================*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
  .button_box {
    top: 15%;
    left: 20%;
  }
}
