/* @use */
/*- config/_index.scss -*
============================================================*/
/* @use */
/*- config/_functions.scss -*
============================================================*/
/*- config/_mixins.scss -*
============================================================*/
/* media query */
/* pseudo set */
/* background set */
/*- config/_variables.scss -*
============================================================*/
/* Color
------------------------------------------------------------*/
/* Size
------------------------------------------------------------*/
/*- fuji/store/shop/scss/_style.scss -*
============================================================*/
body[id*=-store] #store-information .buttons {
  display: grid;
  gap: clamp(10px, 1.3020833333vw, 20px);
  grid-template-columns: repeat(2, 1fr);
}
body[id*=-store] #store-information .buttons .btn-style02 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(8px, 1.0416666667vw, 15px);
  font-size: clamp(1.4rem, 1.8229166667vw, 2.2rem);
  padding-block: 0;
  min-width: 0;
  height: clamp(50px, 6.5104166667vw, 100px);
  width: 100%;
}/*# sourceMappingURL=style.css.map */