@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.New_Table2 {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
/* リンク画像 */
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: ""alpha(opacity=70)"";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
/* 購入ボタン */
.kakaku {
  text-align: center;
  width: 60%;
  height: auto;
  margin: 0 auto 25px;
}
/* ムービー */
.at {
  position: relative;
  background-color: #83cbde;
  background: linear-gradient(0deg, rgba(42, 123, 155, 1) 0%, rgba(131, 203, 222, 1) 100%);
  padding: 25px auto;
  height: 525px;
}
.mov {
  position: absolute;
  left: 23px;
  top: 10px;
  height: 480px;
  width: 853px;
  bottom: 20px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* レイアウトボタン */
.bg_layout_btn {
  position: relative;
  height: auto;
}
.layout_btn {
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: auto;
  margin: 8px auto;
}
/* ラインナップ */
.bg_lineup {
  position: relative;
  background-color: #c1e7ff;
  padding: 25px 0;
  margin: 0px 0px 25px;
  height: auto;
}
.btn_lineup {
  width: 80%;
  height: auto;
  margin: 25px auto 10px;
}
.txt_lineup {
  width: 80%;
  height: auto;
  margin: 0px auto;
  text-align: right;
  font-size: 1em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0px 0px 25px 0;
}