@charset "UTF-8";
/* 決まりごと
---------------------------------------------------------- */
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
/* メインエリア
---------------------------------------------------------- */
/* ベース */
.New_Table900 {
  width: 100%;
  padding-left: 0;
}
/* 動画
---------------------------------------------------------- */
/* 動画 */
.waku_800 {
  width: 90%;
  margin: 0 auto;
}
/* のせかえ
---------------------------------------------------------- */
.btn_nosekae {
  position: absolute;
	left: 11.5%;
  top: 62%;
  width: 80%;
  height: auto;
}
/* 二列ボックス
---------------------------------------------------------- */
/*コンテナ*/
.toys_container {
  width: 90%;
  gap: 10px;
  margin: 5px 5%;
}
/*ボックス*/
.item_toys {
  width: calc((100% - 20px) / 2);
  height: auto;
  padding: 0 0 15px 0;
}