.l-main__inner {
  background-color: #E84566;
  min-height: 100vh;
}

.l-mv {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-mv {
    height: 100svh;
  }
}
.l-mv .l-mv-bg {
  position: absolute;
  bottom: 49%;
  right: -4rem;
  height: 83.3%;
  z-index: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 1023px) {
  .l-mv .l-mv-bg {
    left: 20%;
    height: 57.3%;
  }
}
@media screen and (max-width: 767px) {
  .l-mv .l-mv-bg {
    left: 5%;
    height: 55%;
    bottom: 60%;
  }
}

.l-mv-logo {
  width: 52.8rem;
  position: absolute;
  bottom: 32%;
  left: 15.1rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .l-mv-logo {
    width: 20rem;
    left: 2.4rem;
    bottom: 20%;
  }
}
.l-mv-logo img {
  width: 100%;
}

.t-button__wrap {
  width: 13.8rem;
}

.t-link__wrap {
  display: inline-block;
}

.t-contact-link {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
@media (hover: hover) {
  .t-contact-link:hover {
    opacity: 0.8;
  }
  .t-contact-link:hover span {
    text-decoration: underline;
  }
}
.t-contact-link .icon-mail {
  width: 4.5rem;
  margin-right: 1.3rem;
}
@media screen and (max-width: 767px) {
  .t-contact-link .icon-mail {
    width: 3rem;
  }
}

.t-sns-lists {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  gap: 1.6rem;
}
.t-sns-lists .t-sns-list .t-sns-list-icon {
  width: 4.4rem;
}
@media (hover: hover) {
  .t-sns-lists .t-sns-list .t-sns-list-icon:hover {
    opacity: 0.8;
  }
}