@charset "utf-8";
/* CSS Document */

.br-sp {
  display: none;
}
.KV_end {
  display: block;
  position: relative;
  width: 950px;
  height: auto;
  margin: 0 auto 60px;
  background-color: #000;
  text-align: center;
}
.KV_end img {
  width: 100%;
  opacity: 0.4;
}
.end-box {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 46px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.7;
}
.end-box-inner {
  max-width: 800px;
  padding: 40px;
  display: inline-block;
  background-color: #da3734;
}
.end-btn-wrap {
  margin-bottom: 100px;
  text-align: center;
}
a.end-btn {
  width: 800px;
  padding: 1.5rem 4rem;
  border-radius: 100vh;
  line-height: 1.5;
  display: inline-block;
  background-color: #da3734;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}



@media only screen and (max-width: 950px) {/*ウィンドウ幅が最大950pxまでの場合に適用*/
  .KV_end {
    width: 100vw;
    margin: 0 auto 6vw;
    overflow: scroll;
  }
  .end-box {
    font-size: 4.6vw;
  }
  .end-box-inner {
    max-width: 84vw;
    padding: 4.211vw;
  }
  .end-btn-wrap {
    margin-bottom: 10vw;
  }
  a.end-btn {
    width: 80vw;
    font-size: 3.2vw;
    padding: 3vw;
  }
  
  
  
}

@media screen and (max-width:560px) {/*ウィンドウ幅が最大560pxまでの場合に適用*/
  .br-sp {
    display: block;
  }
  .KV_end {
    margin: 0 auto 12vw;
  }
  .end-box {
    font-size: 6vw;
  }
  .end-box-inner {
    max-width: 70vw;
    padding: 6vw;
  }
  .end-btn-wrap {
    margin-bottom: 12vw;
  }
  a.end-btn {
    width: 86vw;
    font-size: 4.2vw;
    padding: 4vw;
  }
  
  
}
