#instagram_LIVE .insta-thumbnail {
    width: 230px;
    object-fit: cover;
}
@media screen and (max-width: 750px){
#instagram_LIVE .detail {
    width: calc(100% - 40%)!important;
}
#instagram_LIVE .insta-thumbnail {
    width: 100%;
    height: 33.33vw!important;
}
}

/***連携サービスでログイン・会員登録 ***/
.fs-c-otherServiceLogin h2.fs-c-linkedServiceLogin__title {
  text-align: center;
}
@media screen and (max-width: 900px){
.fs-c-linkedServiceLogin {
    margin-bottom: 1rem;
}
.fs-c-otherServiceLogin h2.fs-c-linkedServiceLogin__title {
  font-size: 16px;
}
}

/***マイページ****/
.fs-membershipCard__number {
  display: none;
}

.fs-clientInfo.is-ready {
  display: flex;
  justify-content: center;
flex-wrap: wrap;
}
.fs-c-membershipCard__image{
background-color: #f3f3f3;
padding: 0;
}

.fs-clientInfo .point {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.ctm_mypageTop_menu .ctm_mypageTop_menu_item{
display: flex;
justify-content: center;
align-items: center;
}


/***裾上げアイコン 一覧ページ　検索結果ページ　非表示****/
.fs-c-productMarks .fs-c-productMark__item::after{
display: none !important;
}
.fs-c-productMarks .fs-c-productMark__item{
padding: 0 !important;
}

