@media  (max-width:768px){
    .pc-slide{
        display: none;
    }
    .tab-slide{
        display: none;
    }
    .mo-slide{
        display: block;
    }
    .mo-slide{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    main{
        margin-top: 74px;
    }
    .header-samrt{
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
    }
    .banner-cake{
        height: 148px;
    }
    .off-store{
        flex-direction: column;
        gap: var(--space-2x-large);
    }
    .off-store section{
        text-align: center;
        flex: 1;
    }
    .off-store h1{
    padding-bottom: var(--space-x-small);
    }   
    .off-store h3{
      padding-bottom: 3rem;
    }
    .off-store p{
    padding-bottom: 2rem;
    }
    .off-store section a{
        margin-bottom: 2rem;
    }
    .off-store figure{
        width: 100%;
        flex-shrink: 0; 
        aspect-ratio: 356/286;
        line-height: 0;
    }
    .news{
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .news-title{
        text-align: center;
    }
    .news-list{
        margin-top: 2rem;
    }
    .benefit{
        height: 262px;
    }
}
