@charset "UTF-8";
/* フォント */
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');
/* 決まりごと */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
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;
}

/* お詫びエリア */
.at {
  position: relative;
}
/* お詫びボックス */
@media screen and (min-width:768px) { /* PC */
.atbox {
  position: absolute;
  width: 70%;
  top: 85.4%;
  margin: 0 15%;
}
.attentionBox {
  border: 1px solid #DDD;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #C00;
  width: auto;
  padding: 10px;
  background-color: #FF0;
  text-align: center;
  background-image: url(../../../../images_2016/common2020/bg_atten_1.jpg);
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-top: 15px;
}
.attentionBox:hover {
  background-image: url(../../../../images_2016/common2020/bg_atten_2.jpg);
}
}
@media screen and (max-width:768px) { /* SP */
.atbox {
  position: absolute;
  width: 84%;
  top: 81%;
  margin: 0 8%;
}
.attentionBox {
  border: 1px solid #DDD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #C00;
  width: auto;
  padding: 3px;
  background-color: #FF0;
  text-align: center;
  background-image: url(../../../../images_2016/common2020/bg_atten_1.jpg);
  font-weight: bold;
  font-size: 0.6em;
  line-height: 1.2em;
}
.attentionBox:hover {
  background-image: url(../../../../images_2016/common2020/bg_atten_2.jpg);
}
}	

/* 動画 */
@media screen and (min-width:768px) { /* PC */
  .waku_800 {
    width: 800px;
    padding: 15px 0px;
    margin: 0 50px 40px;
  }
}
.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%;
}
@media screen and (max-width:768px) { /* SP */
  .waku_800 {
    width: 90%;
    padding: 0px 5% 20px;
  }
}
/* 購入ボタン */
@media screen and (min-width:768px) { /* PC */
  .kakaku {
    width: 60%;
    height: auto;
    margin: 0 20% 50px;
  }
}
@media screen and (max-width:768px) { /* SP */
  .kakaku {
    width: 80%;
    height: auto;
    margin: 0 10% 30px;
  }
}
/*部品ベース*/
.buhin_base {
  width: 100%;
  padding: 0px 0px 10px;
  background-color: #dff4fb;
}
/*部品コンテナ*/
@media screen and (min-width:768px) { /* PC */
  /*部品背景*/
  .buhin_container {
    display: -webkit-flex;
    display: flex;
    width: 753px;
    align-items: center;
    padding-left: 73px;
    padding-right: 74px;
    padding-bottom: 15px;
  }
  .buhin_item {
    text-align: center;
    width: 50%;
    margin: 1px;
  }
}
@media screen and (max-width:768px) { /* SP */
  .btn_buhin_sp img {
    padding-top: 10px;
    width: 80%;
  }
  .buhin_container {
    display: -webkit-flex;
    display: flex;
    width: 80%;
    align-items: center;
    padding: 0 10% 10px;
  }
  .buhin_item {
    text-align: center;
    width: 50%;
  }
  .buhin_item img {
    width: 99%;
  }
}
/*お知らせ*/
@media screen and (min-width:768px) { /* PC */
  .koushin_waku {
    position: relative;
  }
  .koushin_base {
    position: absolute;
    top: 20px;
    left: 0px;
  }
  .koushin_text {
    font-size: 1.95em;
    line-height: 1.95em;
    font-family: "RocknRoll One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 10px 0px 10px 90px;
  }
}
@media screen and (max-width:768px) { /* SP */
  .koushin_waku {
    position: relative;
  }
  .koushin_base {
    position: absolute;
    top: 20px;
    left: 0px;
  }
  .koushin_text {
    font-size: 0.9em;
    line-height: 1.3em;
    font-family: "RocknRoll One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 5px 0px 5px 3em;
  }
}
.btn_size {
  width: 80%;
  margin: 0 10%;
}