@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
}
.header .s-ta-l {
  padding-top: 0;
}
.content,
body {
  margin: 0;
}
.btn-box {
  height: auto;
  margin-top: 25px;
}
.btn {
  display: block;
  width: 400px;
  height: 70px;
  margin: 0 auto;
  -webkit-box-shadow: 1px 8px 10px rgba(11, 3, 5, 0.12);
  box-shadow: 1px 8px 10px rgba(11, 3, 5, 0.12);
  background: #222;
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff));
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  color: #fff;
  text-decoration: none;
}
.footer {
  margin: 0;
  position: absolute;
  bottom: 30px;
}
.box-top-content {
  background: url(../img/bg_top_image_pc.png) top center no-repeat;
  min-height: 900px;
  padding: 32px 0 0;
  text-align: center;
}
.box-top-content .logo-top {
  margin: 0 auto 110px;
  width: 622px;
}
.box-top-content .txt-logo {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.7;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 20px 130px 0;
  }
  .wrapper {
    background: url(../img/bg_top.jpg) #decca8 repeat-x top center;
    min-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 8px 30px 0;
  }
  .wrapper {
    background: url(../img/bg_top_sp.jpg) #decca8 top center repeat-x;
    background-size: 64px auto;
  }
  .header .s-ta-l a {
    width: 27.692308%;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    -webkit-box-shadow: 1px 4px 5px rgba(11, 3, 5, 0.12);
    box-shadow: 1px 4px 5px rgba(11, 3, 5, 0.12);
    height: 45px;
    width: 210px;
  }
  .footer {
    bottom: 13px;
  }
  .box-top-content {
    background: url(../img/bg_top_image_sp.png) top center no-repeat;
    background-size: 421px auto;
    min-height: 490px;
    padding-top: 5px;
  }
  .box-top-content .logo-top {
    margin: 0 auto 85px;
    max-width: 335px;
    width: 100%;
  }
  .box-top-content .logo-top img {
    width: 100%;
  }
  .box-top-content .txt-logo {
    font-size: 13px;
    margin-bottom: 95px;
    margin-bottom: 120px;
  }
}
