#bagee_area{}
#bagee_area .tileJ{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#bagee_area .tileJ h2{
    letter-spacing: 6.5px;
    text-transform: uppercase;
    color: #3f5a9e;
    font-size: 95px;
    -webkit-text-stroke: 1px rgb(63 90 158 / 10%);
    -webkit-text-fill-color: transparent;
    margin-bottom: -32px;
    margin-left: -14px;
    font-family: "Cormorant Garamond", serifserif;
    font-weight: 300;
    line-height: 85%;
}
#bagee_area .tileJ b{
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.25em;
    color: #929292;
}

.mb_boxJ{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mb_boxJ .vvs{
    width: 127px;
}
@media screen and (min-width: 641px){
    .mb_boxJ{
        display:none;
    }
}
@media screen and (max-width: 640px){
    #bagee_area .tileJ h2{
        font-size: 41px;
        margin-bottom: 2px;
    }	
    #bagee_area .tileJ b{
        font-size: 20px;
    }
    .pc_boxJ{
        display:none;
    }
}