/* スタート画面 */
.start {
  margin: 0;
}
.mainV {
  position: relative;
    height: 100vh;
}
img {
  position: inherit;
  width: 100%;
}
.-bg {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.-txt01 {
    position: absolute;
    width: 31%;
    top: 14px;
    right: 15px;
}
.-txt02 {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50% ,-50%);
    width: 100%;
}
.-txt03 {
    position: absolute;
    width: 11.2%;
    left: 20.5%;
    bottom: 7%;
}
a {
    position: absolute;
    width: 64%;
    left: 50%;
    top: 57%;
    transform: translate(-50% ,-50%);
}
.-pc {
    display: none;
}
.-tab {
    display: none;
}
@media screen and (min-width:600px) {
    .-sp {
        display: none;
    }
    .-tab {
        display: block;
    }
    .-bg {
        object-position: top center;
    }
    .-txt01 {
        max-width: 252px;
        top: 34px;
        right: 37px;
    }
    .-txt02 {
        max-width: 1015px;
        top: 43%;
    }
    .-txt03 {
        width: 84px;
        bottom: 57px;
        left: 10.5%;
    }
    a {
        max-width: 475px;
        width: 78%;
        top: 67%;
    }
}
@media screen and (min-width:1025px) {
    .-pc {
        display: block;
    }
    .-tab {
        display: none;
    }
    a {
        top: 78%;
    }
}