@charset "UTF-8";
@media screen and (max-width: 767px) {
    .pc{ display: none !important; }
    .sp{ display: block !important; }

.pc_{ display: none !important; }
.tab{ display: none !important; }
.sp_{ display: block !important; }


body{
    background: #051B2D;
}


main{
    position: relative;
}
.main_img_sp{
    position: relative;
    z-index: -2;
}
.main_copy{
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 200vw;
    color: #FFF;
    text-align: center;
}
.main_copy h2{
    font-size: 4.8vw;
    margin-bottom: 5vw;
}
.main_copy p{
    font-size: 3.8vw;
    text-align: center;
    line-height: 1.8;
}


.point{
    position: relative;
    padding: 55vw 0 25vw;
}
.point_img{
    width: 75vw;
    margin: 0 auto;
    display: block;
}
.point_back{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.link{
    margin: 0 auto;
}

.link p{
    font-size: 4vw;
    width: 94vw;
    text-align: center;
    padding: 4vw 0;
    border: solid #FFF 1px;
    color: #FFF;
    margin: 0 auto 15vw;
}
.class_link{
    width: 94vw;
    display: block;
    margin: 0 auto 25vw;
}
.class_link img{
    margin: 0 auto 8vw;
}
.other_link{
    width: 94vw;
    display: block;
    margin: 0 auto 15vw;
}
.other_link img{
    margin: 0 auto 5vw;
}


}