@charset "UTF-8";

/* フォント
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@500;700&display=swap');


/* 切り替え
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/* 決まりごと
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  background-color: #fff;
  font-size: 16px;
  }
a:hover img {
  opacity: 0.5;
}
/*グレーアウト*/
.img_grayout {
  filter: grayscale(100%);
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* ベース
---------------------------------------------------------- */
#Tomica-wrapper {
  background-color: #fff;
}
.magnum_sonic-wrapper {
  width: 100%;
  height: auto;
  text-align: center;
}

/* メイン
---------------------------------------------------------- */
.magnum_sonic_container {
  width: 100%;
  height: auto;
}
.magnum_sonic_box {
  width: 960px;
  height: auto;
	margin: 0 auto;
}

/* 先行販売
---------------------------------------------------------- */
.magnum_sonic_sale {
  width: 880px;
  height: auto;
  margin: 0 auto;
}
.magnum_sonic_sale_box {
  width: 860px;
  height: auto;
  margin: 0 auto;
  border: solid 8px #000;
}
.magnum_sonic_sale_txt_big {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #222;
  text-align: center;
  padding: 1.2rem 0;
}
.magnum_sonic_sale_txt_big a:link {
 color: #FF0000;
 text-decoration: underline;
}

.magnum_sonic_sale_txt_big a:visited {
 color: #1e27a3;
 text-decoration: underline;
}

.magnum_sonic_sale_txt_big a:hover {}

.magnum_sonic_sale_txt_big a:active {
 color: #da00fb;
 text-decoration: underline;
}

.magnum_sonic_sale_txt_small {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: #222;
  text-align: center;
  padding: 0 0 1.5rem;
}

/* テキスト
---------------------------------------------------------- */
.copyright_txt {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: #222;
  text-align: center;
}