@charset "UTF-8";
body {
  background: url(../image/background.png);
  background-repeat: repeat;
  font-family: 'Montserrat','Noto Sans JP', sans-serif;
  font-size: 1.071vw;
  color: #333;
  /* font-size: 1.5rem; */
  line-height: 2.4;
}
p{
  margin: 0;
}
.cushion-size {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cushion-txt p {
  text-align: center;
}
.link-btn {
  margin-top: 8vh;
  display: flex;
  justify-content: center;
}
.link-btn a {
  text-align: center;
  width: 25vw;
  padding: 1.5vh 0;
  text-decoration: none;
}
.cancel-btn {
  background-color: #fff;
  color: #333;
  border: solid 1px #ccc;
}
.cancel-btn:hover {
  border: solid 1px #333;
}
.jump-btn {
  position: relative;
  background-color: #333;
  margin-left: 8%;
  color: #fff;
}
.jump-btn:hover {
  background-color: #fff;
  color: #333;
  border: solid 1px #333;
}
.jump-btn:after {
  position: absolute;
  content: url(../img/common/link-white.svg);
  width: auto;
  height: auto;
  right: 20px;
}
.jump-btn:hover:after {
  content: url(../img/common/link-black.svg);
}
.link-btn a {
  text-align: center;
  width: 25vw;
  padding: 1.5vh 0;
}
@media only screen and (max-width: 767px){
  body{
    font-size: 1.3rem;
  }
  .cushion-txt {
    padding: 0 20px;
}
    .link-btn{
      margin-top: 40px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap-reverse;
  }
  .link-btn a {
    text-align: center;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px 0;
}
.jump-btn {
  margin-left: 0;
  margin-bottom: 30px;
}
}
