/* line 11, sass/style.sass */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/* line 16, sass/style.sass */
img {
  max-width: 100%;
  width: 100%;
}

/* line 19, sass/style.sass */
body {
    background: url("../../Images/AnytimeConversation/bg.png?d=20210111") center center no-repeat;
    background-size: cover;
}

/* line 22, sass/style.sass */
main {
  position: relative;
  width: 100vw;
  height: 100%;
}

/* line 26, sass/style.sass */
.left-block {
    background: url("../../Images/AnytimeConversation/hand.png?d=20210111") no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

/* line 34, sass/style.sass */
.right-block {
  position: absolute;
  top: 13%;
  right: 20%;
  text-align: center;
}

/* line 39, sass/style.sass */
.right-block .logo img {
  max-width: 360px;
}

/* line 41, sass/style.sass */
.right-block .logo h1 {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.618;
  margin-top: 6px;
}

/* line 44, sass/style.sass */
.banner {
    background: url("../../Images/AnytimeConversation/img_text.png?d=20210111") no-repeat;
    background-size: contain;
    background-position: center;
    width: 90vw;
    height: 30vh;
    max-width: 660px;
}

/* line 51, sass/style.sass */
.solgan {
  background-color: #fff;
  padding: 12px 40px;
  font-size: 1.6rem;
  color: #a48867;
  line-height: 1.618;
  border-radius: 8px;
  display: inline-block;
  margin: 40px auto 20px;
}

/* line 58, sass/style.sass */
.btn-group {
  height: 48px;
  margin: 0px auto;
}

/* line 61, sass/style.sass */
.btn-group img {
  max-width: 200px;
}

/* line 63, sass/style.sass */
.btn-group a:first-of-type {
  margin-right: 40px;
}

@media only screen and (max-width: 1440px) {
  /* line 67, sass/style.sass */
  .right-block {
    top: 16vh;
    right: 10%;
  }
  /* line 70, sass/style.sass */
  .right-block .logo img {
    max-width: 300px;
  }
  /* line 72, sass/style.sass */
  .right-block .logo h1 {
    font-size: 1.6rem;
    margin-top: 6px;
  }
  /* line 75, sass/style.sass */
  .banner {
    width: 80vw;
    height: 20vw;
  }
  /* line 78, sass/style.sass */
  .solgan {
    padding: 12px 32px;
    font-size: 1.2rem;
    margin: 30px auto 20px;
  }
  /* line 83, sass/style.sass */
  .btn-group img {
    max-width: 160px;
  }
  /* line 85, sass/style.sass */
  .btn-group a:first-of-type {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1366px) {
  /* line 89, sass/style.sass */
  .right-block {
    right: 8%;
  }
  /* line 91, sass/style.sass */
  .banner {
    width: 80vw;
    height: 18vw;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 95, sass/style.sass */
  .right-block {
    right: 0%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 99, sass/style.sass */
  .right-block {
    right: -7%;
    top: 12%;
  }
}

@media screen and (orientation: portrait) {
  /* line 103, sass/style.sass */
  body {
    background-size: cover;
  }
}

@media only screen and (orientation: portrait) and (max-width: 1024px) {
  /* line 106, sass/style.sass */
    .left-block {
        background-image: url("../../Images/AnytimeConversation/hand_mobile.png?d=20210111");
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center bottom;
        background-size: auto;
    }
  /* line 112, sass/style.sass */
  .right-block {
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
  }
  /* line 118, sass/style.sass */
  .right-block .logo {
    margin-top: 6%;
  }
  /* line 120, sass/style.sass */
  .right-block .logo img {
    max-width: 200px;
  }
  /* line 122, sass/style.sass */
  .right-block .logo h1 {
    font-size: 1.4rem;
  }
  /* line 124, sass/style.sass */
  .banner {
    display: none;
  }
  /* line 126, sass/style.sass */
  .solgan {
    margin: 20px auto 10px;
  }
  /* line 128, sass/style.sass */
  .CAT {
    width: 100%;
    position: absolute;
    bottom: 2%;
  }
  /* line 133, sass/style.sass */
  .btn-group img {
    max-width: 154px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 768px) {
  /* line 137, sass/style.sass */
  .right-block .logo img {
    max-width: 140px;
  }
  /* line 139, sass/style.sass */
  .right-block .logo h1 {
    font-size: 1.2rem;
    margin-top: -2px;
  }
  /* line 142, sass/style.sass */
  /* .left-block {
    background-position: center 45%;
  } */
  /* line 144, sass/style.sass */
  .CAT {
    bottom: 0;
  }
  /* line 146, sass/style.sass */
  .solgan {
    padding: 4px 16px;
    font-size: 1.2rem;
  }
  /* line 150, sass/style.sass */
  .btn-group img {
    max-width: 140px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 414px) {
  /* line 153, sass/style.sass */
  html {
    font-size: 14px;
  }
  /* line 155, sass/style.sass */
  /* .left-block {
    background-position: center 40%;
  } */
  /* line 158, sass/style.sass */
  .right-block .logo img {
    max-width: 160px;
  }
  /* line 160, sass/style.sass */
  .right-block .logo h1 {
    font-size: 1.3rem;
    margin-top: 6px;
  }
  /* line 163, sass/style.sass */
  .solgan {
    padding: 8px 16px;
    font-size: 1rem;
  }
  /* line 166, sass/style.sass */
  .CAT {
    bottom: 5%;
  }
  /* line 169, sass/style.sass */
  .btn-group img {
    max-width: 110px;
  }
  /* line 171, sass/style.sass */
  .btn-group a:first-of-type {
    margin-right: 8px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 414px) and (min-height: 710px) {
  /* line 174, sass/style.sass */
  .left-block {
    background-size: 120%;
  }
}

@media only screen and (orientation: portrait) and (max-width: 414px) and (max-height: 520px) {
  /* line 177, sass/style.sass */
  .left-block {
    background-position: center;
  }
  /* line 179, sass/style.sass */
  .solgan {
    padding: 4px 10px;
    font-size: 1rem;
  }
  /* line 182, sass/style.sass */
  .CAT {
    bottom: 0;
  }
  /* line 185, sass/style.sass */
  .btn-group img {
    max-width: 100px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 375px) {
  /* line 188, sass/style.sass */
  .left-block {
    background-position: center 45%;
  }
  /* line 190, sass/style.sass */
  .CAT {
    bottom: 0;
  }
}

@media only screen and (orientation: landscape) and (max-height: 600px) {
  /* line 194, sass/style.sass */
  .right-block {
    top: 10%;
  }
  /* line 196, sass/style.sass */
  .right-block .logo img {
    max-width: 160px;
    left: 25%;
  }
  /* line 199, sass/style.sass */
  .right-block .logo h1 {
    font-size: 1.2rem;
  }
  /* line 201, sass/style.sass */
  .CAT {
    margin-top: 0;
  }
  /* line 203, sass/style.sass */
  .solgan {
    padding: 12px 16px;
    font-size: 1.2rem;
    margin: 15px auto 10px;
  }
  /* line 208, sass/style.sass */
  .btn-group img {
    max-width: 140px;
  }
}

@media only screen and (orientation: landscape) and (max-height: 480px) {
  /* line 211, sass/style.sass */
  html {
    font-size: 14px;
  }
  /* line 213, sass/style.sass */
  .right-block {
    top: 6%;
  }
  /* line 215, sass/style.sass */
  .solgan {
    padding: 8px 12px;
    font-size: 1.2rem;
  }
  /* line 219, sass/style.sass */
  .btn-group img {
    max-width: 120px;
  }
}

@media only screen and (-Webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 226, sass/style.sass */
    body {
        background-image: url("../../Images/AnytimeConversation/bg@2x.png?d=20210111");
    }
  /* line 228, sass/style.sass */
    .left-block {
        background-image: url("../../Images/AnytimeConversation/hand@2x.png?d=20210111");
    }
}

@media only screen and (-Webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (max-width: 1024px), only screen and (-moz-min-device-pixel-ratio: 2) and (orientation: portrait) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2) and (orientation: portrait) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (orientation: portrait) and (max-width: 1024px) {
  /* line 232, sass/style.sass */
    .left-block {
        background-image: url("../../Images/AnytimeConversation/hand_mobile@2x.png?d=20210111");
        background-size: cover;
        height: 82%;
    }
}

/*# sourceMappingURL=style.css.map */
