@charset "UTF-8";
body.is-loading {
  overflow: hidden;
}

.hch_container {
  position: relative;
}

.hch_loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10000;
}

@media (max-width: 736px) {
  .hch_loading img {
    max-width: 57.3333333vw;
  }
}

.hch_main {
  position: relative;
}

@media (min-width: 737px) {
  .hch_main {
    height: 100%;
    min-height: calc(100vh - 109px);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 737px) and (max-width: 1040px) {
  .hch_main {
    min-height: calc(100vh - 10.4807692vw);
  }
}

@media (min-width: 737px) {
  .hch_main:before {
    content: "";
    background: url(../img/bg.png) no-repeat bottom center/cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 736px) {
  .hch_main:before {
    background-image: url(../img/bg_sp.png);
    background-size: contain;
    width: 100%;
    height: 985px;
  }
}

.hch_inner {
  position: relative;
}

@media (min-width: 737px) {
  .hch_inner {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 49px 20px 43px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1200px) {
  .hch_inner {
    padding: 49px 20px 42px;
  }
}

@media (min-width: 737px) and (max-width: 1040px) {
  .hch_inner {
    padding: 4.71153846vw 1.92307692vw 4.03846154vw;
  }
}

@media (max-width: 736px) {
  .hch_inner {
    background-color: #000;
    padding: 127.717391vw 0 75px;
    background: url(../img/bg_sp.png) #000 no-repeat top center/contain;
  }
}

@media (max-width: 736px) {
  .hch_img {
    margin-bottom: -39px;
  }
}

@media (min-width: 737px) {
  .hch_top {
    padding-left: 18px;
  }
}

@media (min-width: 737px) and (max-width: 1040px) {
  .hch_top {
    padding-left: 1.73076923vw;
  }
}

@media (max-width: 736px) {
  .hch_top {
    padding: 0 5px 0 49px;
    margin-bottom: 48px;
  }
}

.hch_top .txt {
  margin: 0;
  font-weight: bold;
  line-height: 2.11111111;
  color: #fff;
  letter-spacing: 0.135em;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Hiragino Kaku Gothic W6 JIS2004', sans-serif;
}

@media (min-width: 737px) {
  .hch_top .txt {
    font-size: 18px;
  }
}

@media (min-width: 737px) and (max-width: 1040px) {
  .hch_top .txt {
    font-size: 1.73076923vw;
  }
}

@media (max-width: 736px) {
  .hch_top .txt {
    font-size: 19px;
    line-height: 2.27552632;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 737px) {
  .hch_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 81px;
  }
}

@media (min-width: 737px) and (max-width: 1040px) {
  .hch_bottom {
    margin-top: 7.78846154vw;
  }
}

@media (max-width: 736px) {
  .hch_bottom {
    padding: 0 12px;
  }
}

.hch_bottom .logo {
  text-align: center;
  font-size: 0;
  margin: 0;
}

@media (min-width: 737px) {
  .hch_bottom .logo {
    width: 109px;
  }
}

@media (min-width: 737px) and (max-width: 1040px) {
  .hch_bottom .logo {
    width: 10.4807692vw;
  }
}

@media (max-width: 736px) {
  .hch_bottom .logo {
    margin: 0 auto 66px;
    width: 47.4666667vw;
  }
}

@media (max-width: 736px) {
  .hch_bottom .logo img {
    width: 100%;
  }
}

.hch_bottom .btns {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 737px) {
  .hch_bottom .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 109px);
    padding-left: 17px;
  }
}

@media (min-width: 737px) and (max-width: 1040px) {
  .hch_bottom .btns {
    width: calc(100% - 10.4807692vw);
    padding-left: 1.63461538vw;
  }
}

.hch_bottom .btns-item {
  font-size: 0;
}

@media (min-width: 737px) {
  .hch_bottom .btns-item:not(:last-child) {
    margin-right: 9px;
  }
}

@media (min-width: 737px) and (max-width: 1040px) {
  .hch_bottom .btns-item:not(:last-child) {
    margin-right: 0.865384615vw;
  }
}

@media (max-width: 736px) {
  .hch_bottom .btns-item:not(:last-child) {
    margin-bottom: 29px;
  }
}

.hch_bottom .btns-item a {
  position: relative;
  display: block;
}

.hch_bottom .btns-item a:focus {
  outline: none;
}

.hch_bottom .btns-item a img {
  -webkit-transition: .2s linear;
  transition: .2s linear;
  width: 100%;
}

@media (min-width: 737px) {
  .hch_bottom .btns-item a:hover img {
    opacity: 0;
  }
  .hch_bottom .btns-item a:hover img.hover {
    opacity: 1;
  }
}

.hch_bottom .btns-item .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */