.relative{
    position: relative;
}

.absolute{
    position: absolute;
}
.hidden{
    display: none;
}
.back_ground{
    background-image: url(../img/lp_back_2x.png);
}

.main_img{
    max-width:1200px ;
    margin: auto;
}
.footer_img{
    background-image:url(../img/lp_futter.png);
    
    background-size: auto 100%;
}
.qa_space{
     background-color:#FFFFFF; 
     border-radius: 2%; 
     height: 100%;  
     width: 84%; 
     z-index: 1; 
     margin: auto;  
    
    
}

.qa_text_Q{
    padding: 0 9%; 
    background-image: url(../img/lp_005_Q1.png);
    background-size: contain; 
    background-repeat: no-repeat;
    background-color: #DBE6FF;
    width: 100%; 
    aspect-ratio: 100/8.9; 
    font-size: 3.5vw;
    position: relative;
    z-index: 3;
    
}
.qa_text_A{
    padding: 0 9%; 
    font-size: 3.5vw; 
    background-image: url(../img/op_005_A.png); 
    background-size: contain; 
    background-repeat: no-repeat;
}

.add{
    background-image: url(../img/lp_005_Q2.png);
}
.qa_deco{

}
.qa_flag{
    z-index: 3; width: 25%; top:-4%; left: 13%;
}
.PR_movie{
    aspect-ratio: 9/16; 
    width: 18.9%; 
    position: absolute; 
    transform: translate(-50%,-50%); 
    top: 56%; 
}

.ticket{
width: 15%; bottom: 0; right: 8%;
}

.ticket_button{
    position: fixed;
    top: 70%;
    right: 5%;
    width: 25%;
    max-width: 150px;
    z-index: 4;
}


