/* ==========================================================================
    下部fixボタン
    ========================================================================== */
#js-fixed_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}
#js-fixed_btn .btnWrap {
  padding: 1rem;
  width: 100%;
}
#js-fixed_btn .btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 8px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-image: -moz-linear-gradient( -135deg, rgb(230,203,131) 0%, rgba(224,198,128,0.97) 30%, rgba(217,192,124,0.95) 50%, rgba(207,183,118,0.92) 80%, rgba(196,174,112,0.90196) 100%);
  background-image: -webkit-linear-gradient( -135deg, rgb(230,203,131) 0%, rgba(224,198,128,0.97) 30%, rgba(217,192,124,0.95) 50%, rgba(207,183,118,0.92) 80%, rgba(196,174,112,0.90196) 100%);
  background-image: -ms-linear-gradient( -135deg, rgb(230,203,131) 0%, rgba(224,198,128,0.97) 30%, rgba(217,192,124,0.95) 50%, rgba(207,183,118,0.92) 80%, rgba(196,174,112,0.90196) 100%);
  border: 2px solid #caab65;
  color: #fff;
  line-height: 1.6;
  font-family: "Yu Gothic Pr6N B", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
#js-fixed_btn .btn .arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2.6rem;
  width: 2.6rem;
}