@charset "UTF-8";

/* 切り替え
---------------------------------------------------------- */
@media only screen and (max-width: 769px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* メイン
---------------------------------------------------------- */
.magnum_sonic_box {
  width: 100%;
  height: auto;
}
.magnum_sonic_sale {
  width: 76%;
  height: auto;
  margin: 0 auto;
}
.magnum_sonic_sale_box {
  width: 80%;
  height: auto;
  margin: 0 auto;
  border: solid 5px #000;
}
.magnum_sonic_sale_txt_big {
  font-size: 1rem;
  line-height: 1.3;
}
.magnum_sonic_sale_txt_small {
  font-size: 0.65rem;
  padding: 0 0 1.2rem;
}

/* テキスト
---------------------------------------------------------- */
.copyright_txt {
  font-size: 0.6rem;
}