.fs-c-breadcrumb__list--subgroup:nth-child(2){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(3){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(4){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(5){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(6){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(7){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(8){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(9){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(10){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(11){display:none;}

/*会員情報入力画面の必須マーク「＊」を「必須」のテキスト表示に変更*/
.fs-c-requiredMark{
    overflow: visible;
    text-indent: 0;
    width:auto;
}
.fs-c-requiredMark::before{
    display: none;
}

/* （ご自宅）の改行調整 */
.fs-c-checkout-destination__name__home::after {
    display: inline;
}

/*通信欄ボタン指定*/
.fs-c-checkout-communicationInfo span.fs-c-button__label {
display: none;
}
.fs-c-checkout-communicationInfo button.fs-c-button--change--small:after {
content: 'ご要望を記入する';
}

/* gr964グループにおいてヘッダーのバナーを非表示 */
.fs-body-category-gr964 .header_image {
  display:none!important;
  }
/* gr964グループにおいてヘッダーのバナーを非表示（SP用） */
.fs-body-category-gr964 .header_image + .sp {
  display:none;
  }

/* gr971グループにおいてヘッダーのバナーを非表示 */
.fs-body-category-gr971 .header_image {
  display:none!important;
  }
/* gr971グループにおいてヘッダーのバナーを非表示（SP用） */
.fs-body-category-gr971 .header_image + .sp {
  display:none;
  }

/*ご自宅文言調整*/
.fs-c-checkout-multiDestination__info__name__home::after {
    display:inline-block;
}