.lineBtn {
  display: none;
}
.line-modal {
  display: none;
}
/* スマートフォン
-----------------------------------------------*/
@media only screen and (max-width: 767px) {
  body {
    position: relative;
  }
  .l-footer {
    padding-bottom: 18vw;
    background-color: #eee;
  }

  .lineBtn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 600px;
    z-index: 99;
  }
  .lineBtn img {
    width: 100%;
    cursor: pointer;
  }


  .line-modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: none;
    z-index: 99;
    top: 0;
    left: 0;
  }
  .line-modal .bklayer {
    content: "";
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    position: fixed;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .line-modal--box {
    width: 90%;
    max-width: 500px;
    height: 125vw;
    max-height: 80vh;
    position: absolute;
    display: block;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .line-modal--box img {
    width: 100%;
  }
  .line-modal--close {
    position: absolute;
    text-align: center;
    top: -14vw;
    right: -2vw;
    width: 12vw;
    height: 16vw;
    display: block;
  }
  .line-modal--close:before {
    content: "";
    width: 6vw;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: .5s all ease;
  }
  .line-modal--close:after {
    content: "";
    width: 6vw;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: .5s all ease;
  }

  .line-modal--text {
    display: block;
    text-align: center;
    color: #fff;
    background: #407247;
    width: 80%;
    padding: 2vw 2vw 3vw;
    font-size: 4vw;
    font-weight: 700;
    border-radius: 11vw;
    position: absolute;
    bottom: 6vw;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 2px;
  }

  .line-modal--text:visited,
  .line-modal--text:hover,
  .line-modal--text:active {
    color: #fff;
  }

}


@media only screen and (max-width: 600px) {
  .line-modal--text {
    bottom: 8vw;
  }

}
