/* REARCS_PROPRO_ALL_GENRE_RESPONSIVE_FIX_V1
 * The inherited desktop layout used fixed 950/1000px inner widths while the
 * SP breakpoint starts at 768px. Keep the approved desktop design, but allow
 * its shared containers to contract between 769px and 1000px without a
 * horizontal scrollbar or right-side clipping. */
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .top_image_in,
  .section_inr {
    width: 100%;
    max-width: 950px;
    box-sizing: border-box;
  }

  #pc_btn {
    box-sizing: border-box;
  }

  .ctn_pc_btn {
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
  }

  .item_pc_btn {
    min-width: 0;
    box-sizing: border-box;
  }
}
