@charset "UTF-8";
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
	scroll-behavior: smooth;
}
.a:hover{
    opacity: 0.7;
}

/* ベース */
.New_Table900 {
  width: 900px;
  padding-left: 30px;
}
a:hover img {
  opacity: 0.5; 
}
/* 動画 */
.waku_800 {
  width: 800px;
  padding-left: 50px;
  padding-right: 50px;
}
.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_box {
  width: 90%;
}
/*説明コンテナ*/
.setsumei_container {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0;
  align-items: center;
}
.setsumei_item {
  text-align: center;
  width: 50%;
}
/*ボタンサイズ*/
.btn_tandoku {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

/*載せ替えボタン*/
.at_nosekae {
  position: relative;
}
.btn_nosekae {
  position: absolute;
  left: 10%;
  top: 63%;
  width: 750px;
  height: auto;
}

/*モーダル*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
  opacity: 0;
  transition: opacity 0.5s, scale 0s 0.5s;
  scale: 0;
}
.modal:target {
  opacity: 1;
  transition: opacity 0.5s;
  scale: 1;
}
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  color: black !important;
  text-decoration: none;
  cursor: pointer;
  transform: translate(50%, -50%);
}
.modal-wrapper {
  position: relative;
  width: 80%;
  max-width: 900px;
  max-height: 70%;
  padding: 20px;
  margin: auto;
  background-color: #FEFEFE;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: rotateY(180deg);
}
.modal:target .modal-wrapper {
  opacity: 1;
  transform: rotateY(0);
}
.modal-content h1 {
  margin: 0;
}