@charset "UTF-8";

.pos_c:first-child:after{
    content: "";
    background: url( "/common/upload_data/salon-angeailecom/image/20220921143718.png");
    background-size: cover;
    width: 550px;
    height: 550px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-30%);
    z-index: 1;
}

#mv:after{
     content: none;
}

#mv .mv_text h2 {
    text-shadow: 0 0 10px #000000;
}

#mv_outer #mv .mv_text div p.static{
    text-shadow: 0 0 10px #000000;
}


@media screen and (max-width: 1300px){

    #mv .mv_text h2 {
        font-size: 3.0rem !important;
    }

    .pos_c:first-child:after{
        width: 340px;
        height: 340px;
    }
}

@media screen and (max-width: 950px){

    .pos_c:first-child:after{
         content: "";
         background: url( "/common/upload_data/salon-angeailecom/image/20220921143718.png");
         background-size: cover;
         width: 350px;
         height: 330px;
         position: absolute;
         bottom: 0;
         left: 50%;
         transform: translateX(-50%);
         z-index: 1;
     }
}

@media screen and (max-width: 600px){

     #mv .mv_text h2 {
        font-size: 5vw !important;
    }

    #mv_outer #mv .mv_text div p.static {
        font-size: 1.5rem;
    }

    #mv .mv_text {
        bottom: 0;
    }

    .pos_c:first-child:after{
        width: 280px;
        height: 230px;
    }
}

@media screen and (max-width: 350px){
    .pos_c:first-child:after{
         width: 250px;
         height: 200px;
    }
}