@charset "UTF-8";
/* フォント */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
/* 決まりごと */
html {
  scroll-behavior: smooth;
}
/* ベース */
@media screen and (min-width:768px) { /* PC */
  .New_Table900 {
    width: 900px;
    padding-left: 30px;
  }
}
@media screen and (max-width:768px) { /* SP */
  .New_Table900 {
    margin-bottom: 10px;
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 20px;
    padding-left: 0px;
  }
}
a:hover img {
  opacity: 0.5;
}
/* 購入ボタン */
.kakaku_base {
  position: relative;
  height: auto;
}
.kakaku_01 {
  position: absolute;
  z-index: 2;
  width: 60%;
  height: auto;
  top: 12%;
  left: 20%;
}
.kakaku_02 {
  position: absolute;
  z-index: 2;
  width: 50%;
  height: auto;
  top: 13%;
  left: 25%;
}
/* アニア_ボタン */
.bg_ania {
  position: relative;
  height: auto;
}
.btn_ania {
  position: absolute;
  width: 70%;
  height: auto;
  top: 6%;
  left: 15%;
}
/*注意事項*/
@media screen and (min-width:768px) { /* PC */
  .attention_text {
    text-align: right;
    font-size: 1em;
    line-height: 2em;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 5px 3em 30px 0;
  }
}
@media screen and (max-width:768px) { /* SP */
  .attention_text {
    text-align: right;
    font-size: 0.6em;
    line-height: 1.5em;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 5px 2em 30px 0;
  }
}
.btn_size {
  width: 80%;
  margin: 0 10%;
}