@charset "UTF-8";
.mirunage {
  position: relative;
}

.mirunage .btn {
  position: fixed;
  right: 25px;
  bottom: 25px;
}

.mirunage .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 2.66;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 600;
}

.mirunage .btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 19px 0 19px;
  border-color: #94c8f9 transparent transparent transparent;
}

.mirunage img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */