/*
Theme Name:issue child
Theme URI:
Description:WordPressテーマ「issue」の自作子テーマです。
Template:issue_tcd106
Author:Takashi Yamada
Author URI:http://tcd-theme.com/
Version:1.7.0
*/
/* archive_staff セクションは親#containerからはみ出さない */
#archive_staff{
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  overflow-x: clip;   /* 横はみ出しをこのセクション内で止める */
}
/* タブの横スクロールが #container を広げないように */
#archive_staff #category_sort_button_wrap,
#archive_staff #category_sort_button_slider{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* スライド幅が固定で広がるのを防止 */
#archive_staff #category_sort_button{
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}
#archive_staff #category_sort_button .swiper-slide{
  width: auto !important;
  flex: 0 0 auto;
}
#archive_staff .staff_list_type1{ width: 100%; max-width: 100%; }
