@charset "UTF-8";

ul.top_feature_list.-w-sp {
    display: none;
}

@media screen and (max-width: 600px) {
    ul.top_feature_list.-w-pc {
         display: none;
    }
    ul.top_feature_list.-w-sp {
         display: flex;
        margin-bottom: 2rem;
    }
    .block_html .top_feature_list li {
        width: 45%;
        width: calc((100% / 3) - 10%);
    }
    .block_html .top_feature_list li a .item_name {
        font-size: 0.9rem;
    }
}

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