main {
  background: none;
}

.sub_txt01 {
  position: absolute;
  left: 1em;
  bottom: 1em;
  font-size: 10px;
  color: #fff;
  text-shadow: 2px 2px 3px #000, 0 0 10px #000;
}
@media screen and (max-width: 1080px) {
  .sub_txt01 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .sub_txt01 {
    left: 0.5em;
    bottom: 0.5em;
    font-size: 2.2vw;
    text-shadow: 2px 2px 3px #000, 0 0 10px #000, 0 0 3px #000, 0 0 2px #000;
  }
}

.sub_txt02 {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: 10px;
  color: #fff;
  text-shadow: 2px 2px 3px #000, 0 0 10px #000;
}
@media screen and (max-width: 1080px) {
  .sub_txt02 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .sub_txt02 {
    right: 0.5em;
    bottom: -2.5em;
    font-size: 2.2vw;
    color: #000;
    text-shadow: none;
  }
}

#mv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #mv {
    display: block;
  }
}
#mv .mv_block01 {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv .mv_block01 {
    width: 100%;
  }
}
#mv .mv_block02 {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv .mv_block02 {
    width: 100%;
  }
}

.bg01 {
  background-image: url(../images/limited_plan/bg01_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .bg01 {
    background-image: url(../images/limited_plan/bg01_sp.jpg);
  }
}
.bg01 .wrap01 {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .bg01 .wrap01 {
    padding-top: 6.5vw;
    padding-bottom: 7.4vw;
  }
}
@media screen and (max-width: 768px) {
  .bg01 .wrap01 {
    width: 100%;
    padding-top: 12.5vw;
    padding-bottom: 14.7vw;
  }
}
.bg01 .btn01 {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  .bg01 .btn01 {
    max-width: none;
    width: 29.6vw;
    margin-top: 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  .bg01 .btn01 {
    width: 62.5vw;
    margin-top: 13.4vw;
  }
}/*# sourceMappingURL=style_limited_plan.css.map */