/* ##############################################################################

    編集　追記用

############################################################################## */



/* ブリッジアドバンス */

    .3d_wrap {
      margin: 3rem auto;
      width: 100%;
      max-width: 900px;
    }



    /* 3D描画camvas + UIを計算した高さが必要 */
    .3d_wrap iframe {
      height: clamp(300px, calc(60vw + 170px), 730px);
    }



@media screen and (max-width: 480px) { 
    .3d_wrap iframe {
      height: calc(60vw + 21rem)
    }
}

















iframe.brg_adv {
    margin: 0 auto;
    width: 100%;
    height: clamp(300px, calc(60vw + 180px), 730px);
  }

  /* 3D描画camvas + UIを計算した高さが必要 */
  html.pc iframe.brg_adv {
    height: clamp(300px, calc(60vw + 180px), 730px);
  }

  html.sp iframe.brg_adv {
    height: calc(60vw + 21rem)
  }



@media screen and (max-width: 480px) { 
iframe.brg_adv {
    margin: 0 auto;
    width: 100%;
    height: calc(60vw + 23rem)
  }
}

/* 3d*/
div.3d_cont{
margin:50px 0 !important;
display:block !important;
}
div.3d_cont h3{
display:block !important;
margin:20px 0 !important;
}
div.3d_cont_text{border: 1px solid #AB152F; padding: 10px;color:#AB152F;text-align:center;margin:0 0 50pc 0;}




/*  */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}



/*　Jelbo LP　*/
.items {
  display: flex;
  justify-content: flex-start;
}
.items div.thumb_item {
  width: 30%;
}

/* ボタン */
.button009 a {
    background: #313131;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #eee;
    transition: 0.3s ease-in-out;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    text-decoration: none;];
}
.button009 a:hover {
    background: rgb(201, 201, 201);
    color: #FFF;
}


/* brado */

div.blado_content h4{
    display: block;
    line-height: 1;
    font-size: 300%;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 3px solid #000;
	padding:0 0 3px 0;

}
div.blado_content ul{margin:20px 0;}
div.blado_content ul li{margin: 10px 0;}


/*  */
div.content_wrap_product img{max-width: 1000px;width:100%;}

a.btn2 {
  display: inline-block;
  transition: .3s;
  perspective: 1000px;
  perspective-origin: 50% 50%;
  vertical-align: bottom;
  overflow: hidden;
  margin:20px 0;
}
a.btn2 span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #ab152f;
  padding: 12px 30px;
  display: inline-block;
  position: relative;
  transform-origin: 50% 0%;
  transform-style: preserve-3d;
  transition: .4s;
}
a.btn2 span:after {
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-text);
  padding: 12px 30px;
  background-color: #333;
  display: inline-block;
  transform-origin: 50% 0%;
  transform: translate3d(0, 100%, 0) rotateX(-90deg);
}
a.btn2:hover span {
  transform: translate3d(0, 0, -60px) rotateX(90deg);
}


/* ----------------------------------お問合せフォーム---------------------------------------- */

.Form {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding:0 0 50px 0;

}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 0px;
    background-color: #fff;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 36px;
  display: inline-block;
  text-align: center;
  background: #ff2020b6;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 8px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 40px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 12px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
















select::-ms-expand {
display: none;
}

.Form-Item:after {
  content: '<>';
  font: 15px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

.Form-Item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  max-width: 200px;
  height: 40px;
  float: right;
  margin: 5px 0px 5px 40px;
  padding: 0px 24px;
  font-size: 12px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;

}

input#zip,input#pref{width:120px;}

h3.title_sub{background-color: #000000;padding: 10px;color: #fff;}



/**/
article.inner_bg_wh{
  background-color: #fff;
}

.form_attention{
border:1px solid red;
padding:20px;
color:red;

}

/* サンクス */
div.contact_thanks{text-align:center;background-color:#fff;width:100%;padding:50px;}

div.contact_thanks h2{font-size:40px;font-weight:bold;
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

div.contact_thanks .text_comment{padding:20px;}

.select_cat{min-width:300px;}



/* ------------購入ボタンエフェクト---------------- */





/* 追記CSS */

/* 廃盤用カラー変更 */
span.haiban{
color:#ff0000;
}





