@media screen and (min-width: 768px) {
  .m_mv_data {
    left: auto;
    right: 30px;
  }
}
.m_mv_txt {
  width: 30%;
  min-width: 300px;
  max-width: 450px;
  left: 0;
  right: auto;
  bottom: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0.7) 100%);
}
@media screen and (max-width: 767px) {
  .m_mv_txt {
    min-width: 135px;
  }
}
.m_mv_txt .m_mv_txt-inner {
  display: flex;
  justify-content: center;
  height: 100%;
  padding-top: 30px;
  box-sizing: border-box;
}
.m_mv_txt p {
  height: 100%;
  -webkit-font-smoothing: none;
  writing-mode: vertical-rl;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.5;
  font-family: serif;
}
@media screen and (max-width: 767px) {
  .m_mv_txt p {
    font-size: 23px;
  }
}
.m_mv_txt p span {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .m_mv_txt p span {
    font-size: 20px;
  }
}

.m_added_bnr {
  padding: 30px 0;
}

.footer-link-btns {
  margin-top: 30px;
  display: flex;
}
.footer-link-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 20px) / 2);
  height: 40px;
  border-radius: 10px;
  background: #c6c0bc;
  font-size: 16px;
  text-decoration: none;
}
.footer-link-btns a + a {
  margin-left: 20px;
}
.footer-link-btns a._web {
  background: #5bc94d;
  color: #FFFFFF;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .m_mv:before {
    display: none;
  }
  .top_message:before {
    display: none;
  }
  .top_message .img_bg_block {
    padding-bottom: 0;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/*# sourceMappingURL=adjust.css.map */
