@media (max-width:1440px){
    .pc-slide{
        display: none;
    }
    .tab-slide{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    main{
        margin-top: 95px;
    }
    .header-samrt{
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
    }
    .banner-cake{
    height: 244px;
    }
    .off-store figure{
    width: 70%;
    }
    .off-store figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}