@charset "UTF-8";
/* 決まりごと
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* html
---------------------------------------------------------- */
html {
	scroll-behavior: smooth;
}
a:hover img{
    opacity: 0.7;
}
/* メインエリア
---------------------------------------------------------- */
/* ベース */
.New_Table900 {
  width: 900px;
  padding-left: 30px;
}
/* 動画
---------------------------------------------------------- */
/* 枠*/
.waku_800 {
  width: 800px;
  margin: 0 auto;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: -1em;
  margin-bottom: 0px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 購入ボタン
---------------------------------------------------------- */
/* 購入ボタン_大 */
.kakaku {
  width: 60%;
}
/* 購入ボタン_小 */
.kakaku_small {
  width: 90%;
}
/* のせかえ
---------------------------------------------------------- */
.at_nosekae {
  position: relative;
}
.btn_nosekae {
  position: absolute;
  left: 10%;
  top: 62%;
  width: 740px;
  height: auto;
}
/* 二列ボックス
---------------------------------------------------------- */
/*コンテナ*/
.toys_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 90%;
  gap: 20px;
  margin: 5px 5%;
}
/*ボックス*/
.item_toys {
  width: calc((100% - 40px) / 2);
  height: auto;
	padding: 0 0 15px 0;
}
/*取説ボタン*/
.btn_torisetsu {
  width: 100%;
  height: auto;
}