@charset "UTF-8";
/* フォント
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* 切り替え
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* 決まりごと
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  background-color: black;
  margin: 0;
  padding: 0;
  min-height: 100%;
}
a:hover img {
  opacity: 0.5;
}
/* インナー
---------------------------------------------------------- */
.inner_conteiner {
  width: 800px !important;
  height: auto;
  margin: 1.5em auto;
}
/* 動画
---------------------------------------------------------- */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 0px;
  margin: 5em 0;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
}
/* 購入ボタン
---------------------------------------------------------- */
.price {
  position: relative;
}
.kakaku {
  position: absolute;
  top: 16%;
  left: 20%;
}
/* 黒板_テキスト
---------------------------------------------------------- */
.black_board {
  width: 93.5%;
  height: auto;
  color: #E3E3E3;
  font-size: 1rem;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  background-color: #000;
  border-radius: 10px;
  border: 1px solid #FFC314;
  margin: 0 0 4em 0;
  padding: 1.5rem;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
/* セット内容
---------------------------------------------------------- */
.set_board {
  position: relative;
  width: 93.5%;
  height: auto;
  background-color: #717071;
  border-radius: 10px;
  margin: 0 0 4em 0;
  padding: 1.5rem;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.set_board_tag {
  position: absolute;
  width: 200px;
  height: auto;
  top: 0;
  left: 30px;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0.3em 1em;
}
.set_board_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  padding: 3em 1em 1em;
}
.set_board_txt {
  color: #E3E3E3;
  font-size: 1rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
/* リアル画像
---------------------------------------------------------- */
.realphoto {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  padding: 1em 0 4em;
}
/* ボタン類
---------------------------------------------------------- */
.btn_kuwashiku {
  position: absolute;
  top: 82%;
  left: 22.5%;
  width: 55%;
}
.kuwashiku {
  position: absolute;
  top: 54.5%;
  left: 68%;
}
.copyright_holder {
  color: #E3E3E3;
  font-size: 0.9rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.ptp img {
  max-width: 50%;
}
.notice_color {
  color: #555;
}