@charset "UTF-8";

/*MVスクロール削除*/
@media screen and (max-width: 900px) {
    .mv_nav {
        display: none;
    }
}

#access + div.widget_shop01 .heading.block_header_1{
    background: url(/common/upload_data/neojudocom/image/20240912105752.png) no-repeat center top / 150px auto;
    padding-top: 100px;
}
@media screen and (max-width: 900px) {
    #access + div.widget_shop01 .heading.block_header_1{
          padding-top: 100px;
    }
}
#c3 + div.composite_box01 .wrapper_item {
    justify-content: center;
}
#c3 + div.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(2), 
#c3 + div.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1) {
    max-width: 30%;
}