/* _setting CSS */
@media screen and (max-width: 1000px) {
  #wrapper {
    background: url("../images/virtual/sp_mv_bg1.jpg") no-repeat center 0/100%;
  }
}

#mv {
  position: relative;
  padding: 230px 0 68px;
}
@media screen and (max-width: 1000px) {
  #mv {
    padding: calc(28vw - 50px) 0 10.6666666667vw;
    background: none;
  }
}
#mv::after {
  top: 68px;
  left: 0;
  width: 100%;
  height: 550px;
  background: url("../images/virtual/mv_bg_img1.png") no-repeat center -35px/1250px;
  transform: translateX(0);
}
@media screen and (max-width: 1000px) {
  #mv::after {
    display: none;
  }
}
#mv .bg {
  background: url("../images/virtual/mv_bg1_r.jpg") repeat-x 0 0/auto 230px;
}
@media print and (max-width: 1000px) {
  #mv .bg {
    background: none;
  }
}
#mv .bg::before {
  background: url("../images/virtual/print_mv_bg1.webp") no-repeat center 0/auto 230px;
  background: url("../images/virtual/mv_bg1.png") no-repeat center -3px/auto 400px;
}
@media print and (max-width: 1000px) {
  #mv .bg::before {
    background: url("../images/virtual/print_mv_bg1.webp") no-repeat center 0/auto 230px;
  }
}
@media screen and (max-width: 1000px) {
  #mv .hd {
    padding: 0 19.3333333333vw 0 18.4vw;
  }
}

.comming_soon {
  position: relative;
  z-index: 1;
  width: 680px;
  line-height: 2.5;
  margin: 0 auto 30px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
.comming_soon img {
  display: block;
  width: 500px;
  margin: 35px auto 0;
}
@media screen and (max-width: 1000px) {
  .comming_soon {
    width: auto;
    margin: 0 0 7.4666666667vw;
    line-height: 2.2;
    padding: 0 4vw;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
  .comming_soon img {
    width: 100%;
    margin: 6.6666666667vw auto 0;
  }
}

.btn {
  break-inside: avoid;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 290px;
  height: 66px;
  margin: 0 auto;
  border: 1px solid #5032af;
  border-radius: 1000px;
  color: #5032af;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .btn a {
    width: 53.3333333333vw;
    height: 12vw;
    font-size: 3rem;
  }
}
.btn a i {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 10px;
  margin: -6px 0 0;
  border: 1px solid #5032af;
}
@media screen and (max-width: 1000px) {
  .btn a i {
    right: 4vw;
    width: 2.1333333333vw;
    height: 1.7333333333vw;
    margin: -0.9333333333vw 0 0;
  }
}
.btn a i::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -3px;
  width: 110%;
  height: 110%;
  border: inherit;
  border-top: none;
  border-right: none;
}
@media screen and (max-width: 1000px) {
  .btn a i::before {
    width: 140%;
    height: 140%;
  }
}

.to_back {
  padding-top: 134px;
  padding-bottom: 36px;
}
@media screen and (max-width: 1000px) {
  .to_back {
    padding-top: 13.3333333333vw;
    padding-bottom: 4.8vw;
  }
}

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