@charset "UTF-8";
/*
Please Write this css !
*/

/* 販売開始時消す ここから */
.btn-wrap {
  display: none;
}
.buy-btn.preparation::before {
  content: none;
}
/* ここまで */

/*Only PC*/
@media screen and (min-width: 768px) {
}

/*Only SP*/
@media screen and (max-width: 767px) {
}
