/********************************************

<RESET CSS (MEYERWEB)>

*********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/********************************************

</RESET CSS (MEYERWEB)>

*********************************************/
/********************************************

<RESET CSS (CUSTOM)>

*********************************************/
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: normal;
  src: local("Karla"), url("./assets/font/karla/karla-regular-webfont.woff") format("woff");
}

* {
  font-family: "Karla" !important;
}

a {
  text-decoration: none;
  color: inherit;
}

/********************************************

</RESET CSS (CUSTOM)>

*********************************************/
/********************************************

<UTILITY>

*********************************************/
.v-align {
  display: table;
  height: 100%;
  margin: 0 auto;
}

.v-align > .middle {
  display: table-cell;
  vertical-align: middle;
}

/********************************************

</UTILITY)>

*********************************************/
body {
  background-color: whitesmoke;
}

/********************************************

<MIXIN>

*********************************************/
html {
  height: 100vh;
}

main {
  position: relative;
  margin: 0 auto;
}

#wrap-enter {
  display: table;
  margin: 0 auto;
  text-align: center;
}

#wrap-enter img {
  display: block;
  margin: 0 auto;
}

.link:hover img {
  opacity: 0.8;
}

#brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-1 {
  width: auto;
  border: 1px solid white;
  border-radius: 70px;
  -webkit-box-shadow: -1px 3px 15px #888888;
          box-shadow: -1px 3px 15px #888888;
  text-align: center;
  background-color: white;
  font-weight: bold;
}

.btn-1:hover {
  -webkit-box-shadow: -1px 3px 15px #bfb5b5;
          box-shadow: -1px 3px 15px #bfb5b5;
}

/********************************************

</MIXIN>

*********************************************/
@media (max-width: 767px) {
  body.v-align {
    display: block !important;
  }
  main#content.middle {
    display: table !important;
    width: 600px;
    height: 100%;
  }
  #wrap-enter {
    display: table-cell;
    vertical-align: middle;
  }
  #wrap-enter #aiba-logo {
    width: 200px;
  }
  #wrap-enter img {
    width: 100%;
  }
  img#banner {
    margin-top: 30px;
  }
  #push-here {
    display: block;
    margin: 0 auto;
    width: 300px;
    margin-top: 50px;
  }
  .btn-1 {
    width: 260px;
    height: 100px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 640px) {
  main#content.middle {
    width: 500px;
  }
  #wrap-enter #aiba-logo {
    width: 150px;
  }
  img#banner {
    margin-top: 30px;
  }
  #push-here {
    width: 260px;
    margin-top: 50px;
  }
  .btn-1 {
    width: 250px;
    height: 86px;
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 560px) {
  main#content.middle {
    width: 420px;
  }
  #wrap-enter #wrap-logo {
    display: block;
    margin-bottom: 50px;
    margin-right: 0;
  }
  #wrap-enter #aiba-logo {
    width: 140px;
  }
  #brand {
    display: block;
  }
  img#banner {
    margin-top: 30px;
  }
  #push-here {
    width: 240px;
    margin-top: 40px;
  }
  .btn-1 {
    width: 250px;
    height: 86px;
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 480px) {
  main#content.middle {
    width: 380px;
  }
  #wrap-enter #wrap-logo {
    margin-bottom: 50px;
  }
  #wrap-enter #aiba-logo {
    width: 130px;
  }
  img#banner {
    margin-top: 30px;
  }
  #push-here {
    width: 240px;
    margin-top: 40px;
  }
  .btn-1 {
    width: 240px;
    height: 80px;
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 400px) {
  main#content.middle {
    width: 300px;
  }
  #wrap-enter #wrap-logo {
    margin-bottom: 50px;
  }
  #wrap-enter #aiba-logo {
    width: 130px;
  }
  img#banner {
    margin-top: 30px;
  }
  #push-here {
    width: 200px;
    margin-top: 40px;
  }
  .btn-1 {
    width: 240px;
    height: 80px;
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  #wrap-enter {
    margin-bottom: 10px;
  }
  #wrap-enter #aiba-logo {
    width: 190px;
  }
  img#banner {
    width: 600px;
    margin-top: 30px;
  }
  #push-here {
    display: block;
    margin: 0 auto;
    width: 260px;
    margin-top: 50px;
  }
  #push-here img {
    width: 100%;
  }
  .btn-1 {
    width: 260px;
    height: 100px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  #wrap-enter {
    margin-bottom: 10px;
  }
  #wrap-enter #aiba-logo {
    width: 200px;
  }
  img#banner {
    width: 800px;
    margin-top: 50px;
  }
  #push-here {
    width: 320px;
    margin-top: 60px;
  }
  .btn-1 {
    width: 290px;
    height: 100px;
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) {
  #wrap-enter {
    margin-bottom: 10px;
  }
  #wrap-enter #aiba-logo {
    width: 210px;
  }
  img#banner {
    width: 1100px;
    margin-top: 60px;
  }
  #push-here {
    width: 380px;
    margin-top: 70px;
  }
  .btn-1 {
    width: 320px;
    height: 120px;
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1500px) {
  #wrap-enter #aiba-logo {
    width: 296px;
  }
  img#banner {
    width: 1300px;
    margin-top: 70px;
  }
  #push-here {
    width: 400px;
    margin-top: 90px;
  }
  .btn-1 {
    width: 320px;
    height: 120px;
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1501px) and (max-width: 1550px) {
  #wrap-enter {
    margin-bottom: 10px;
  }
  #wrap-enter #aiba-logo {
    width: 270px;
  }
  img#banner {
    width: 1300px;
    margin-top: 40px;
  }
  #push-here {
    width: 400px;
    margin-top: 50px;
  }
}
/*# sourceMappingURL=style.css.map */