@charset "UTF-8";
/* 決まりごと
---------------------------------------------------------- */
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
/* コンテンツ
---------------------------------------------------------- */
/* ベース */
.New_Table900 {
  width: 100%;
  padding-left: 0;
}
/* メイン
---------------------------------------------------------- */
/* メイン */
.mainimg_container {
  max-width: 96%;
  margin: 0 2%;
}
.itempage_container {
  max-width: 96%;
  margin: 0 2%;
}
.txt_reason_01 {
  font-size: 0.8rem;
  line-height: 1.5;
}
.voice_txt {
  font-size: 0.9rem;
  line-height: 1.5;
}
.voice_txt_man {
  font-size: 0.8rem;
  line-height: 1.5;
}
.voice_waku {
  margin: 1em 0;
}
.sus_txt {
  font-size: 1rem;
  line-height: 1.6;
}

/* 動画
---------------------------------------------------------- */
/* 動画 */
.waku_800 {
  width: 90%;
  margin: 0 auto;
}
/*サムネイル_コンテナ*/
.mov_container {
  width: 90%;
  gap: 2px;
}
/*サムネイル_ボックス*/
.mov_box {
  width: calc((100% - 6px) / 4);
  height: auto;
  padding: 0 0 10px 0;
}

/* スライダー
---------------------------------------------------------- */
/*スライダー_基本*/
.swiper {
  width: 100%;
  margin: 0 auto;
}
.swiper-slide {
  width: 100%;
  height: auto;
}
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}
/* スライダー_メイン
---------------------------------------------------------- */
/*コンテナ*/
.slider_mov_container {
  max-width: 100%;
  padding: 1em 0;
}
/* タカラトミー_ボタン
---------------------------------------------------------- */
.takaratomy_btn {
  font-size: 1rem;
  padding: 1rem 2rem;
}
.takaratomy_btn_wrap {
  margin: 1em 0;
}
a.btn_aa {
  font-size: 0.8rem;
  position: relative;
  padding: 0.5rem 1rem;
}

