@charset "UTF-8";
/*
* hobby/sp/css/cmn.css
*
*/

/* ------------------------
  Components
------------------------ */
.wrap {
    padding-top: calc(100/375*100vw);
}

/* ------------------------
  Button
------------------------ */
/* 基本形（重要）※ホビー店は重要ボタンも赤 */
.m-btn.important {
  background: #D52423;
}