@charset "UTF-8";
/* 決まりごと
---------------------------------------------------------- */
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
/* html_決まりごと
---------------------------------------------------------- */
.Tomica-wrapper {
  width: 100%;
}
.customworks_contents {
  width: 100%;
}
/* 購入ボタン
---------------------------------------------------------- */
/* ボタン_base */
.buy_btn_box {
  width: 100%;
  height: auto;
}
/* ボタン_base */
.buy_btn_base {
  font-size: 0.8rem;
}
a.buy_btn_txt {
  border-radius: 0.5rem;
}
a.buy_btn_txt:before {
  left: calc(-150% + 50px);
}
a.buy_btn_txt:after {
  right: calc(-150% + 50px);
}
