#be34 .h1Class {
    font-size: .75rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 20px 10px;
    background-color: #fff
}

#be34 .contentsWrap {
    background-color: #fffbf5
}

#be34 .contentsWrap .fvBnr:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    margin: auto;
    background: url(https://belluna.jp/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dw18dafc5d/feature/belluna/be34/img/251111/fvFrame_pc.webp) no-repeat;
    background-size: 100% auto;
    z-index: 2;
    height: 100vw;
    top: 0;
    pointer-events: none
}

#be34 .contentsWrap .bx-main-carousel {
    width: 83vw;
    top: 30vw
}

#be34 .contentsWrap .swiper-slide {
    overflow: hidden
}

#be34 .contentsWrap .swiper-slide:hover {
    transform: scale(1.05);
    transition: .6s
}

#be34 .contentsWrap .mainContents {
    margin-top: 45vw;
    z-index: 2;
    position: relative;
    background-image: url(https://belluna.jp/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dw6a83252e/feature/belluna/be34/img/251111/checked.webp)
}

#be34 .contentsWrap .mainContents .mainCorner {
    width: 80%;
    margin: 3% auto 0;
    padding-bottom: 3%
}

#be34 .mainCorner div {
    overflow: hidden
}

#be34 .mainCorner div:hover {
    transform: scale(1.05);
    transition: .6s
}

#be34 .itemList .itemname {
    white-space: normal;
    letter-spacing: 2px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

#be34 .moreBtn div:hover {
    box-shadow: 5px 5px 6px #c5c5c5;
    transition: .3s
}

@media only screen and (max-width:520px) {
    #be34 .h1Class {
        padding: .5rem 1rem !important;
        padding: 0;
        margin: 0 !important;
        width: 100%
    }

    #be34 .contentsWrap .fvBnr:after {
        background: url(https://belluna.jp/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dw23a86387/feature/belluna/be34/img/251209/fvFrame_sp.webp) no-repeat;
        height: 270vw;
        background-size: 100% auto
    }

    #be34 .contentsWrap .bx-main-carousel .swiper-slide .Click {
        animation: Click 2s ease-out infinite;
        opacity: 1;
    }

    @keyframes Click {
        0%,
        40%,
        60%,
        80% {
            transform: scale(1.0);
        }

        50%,
        70% {
            transform: scale(0.95);
        }
    }

    #be34 .contentsWrap .bx-main-carousel {
        width: 87%;
        top: 65vw
    }

    #be34 .contentsWrap .mainContents {
        margin-top: 120vw
    }

    #be34 .contentsWrap .mainContents .mainCorner {
        width: 95%;
        margin: 10% auto 0;
        padding-bottom: 10%
    }

    #be34 .itemList .price {
        font-size: 17px;
        line-height: 1.3
    }

    #be34 .itemList .price_down {
        margin-top: 5px !important
    }
}