.img_container{
  width: 220px;
  height: 220px;
}
.img_container .item{
  width: 100px;
  height: 100px;
  margin-left: 10px;
}

.user_info .avatar{
  width: 80px;
}
/* overwrite nav_pill */
.nav_pill .nav_item{
  padding: 6px 40px;
}
/* end */
@media screen and (max-width: 1200px){
  .area_user_rank{
    margin: 10px 0 0;
  }
  .area_user_rank img{
    width: 36px;
  }
}
@media screen and (max-width: 992px){
  .user_info .avatar{
    width: 60px;
  }
  .area_user_info .text{
    margin: 10px 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 576px){
  .user_info .avatar{
    margin: 0 16px 0 0;
  }
  .area_bcoin > div{
    padding: 2px 0;
  }
  .nav_pill .nav_item{
    padding: 6px 20px;
  }
}


/* FIVESTARの開発でレイアウト変更に伴い新しくスタイルを追加 */
.user_info.new .row{
  margin: 0;
  gap: 10px 16px;
}
.new .area_user_rank{
  gap: 24px !important;
}
.new .area_user_rank > div{
  display: flex;
  align-items: center;
  gap: 24px;
}
.new .area_user_rank > div::after{
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: rgba(100,40,108,.1);;
}
.new .area_user_rank > div:last-child::after{
  display: none;
}
.area_user_rank_subscLogo{
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
}
.area_user_bcoin{
  margin: 16px 0 0;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(100,40,108,.1);
}
.possess_bcoin_img{
  width: 24px;
  height: 24px;
  margin: 2px 6px 0 0;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
}
.possess_bcoin_img img{
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 1200px){
  .area_user_rank_fivestar img{
    width: 134px;
    height: 60px;
  }
}
@media screen and (max-width: 992px){
  .new .area_user_info .text{
    margin: 0;
  }
  .area_user_rank_fivestar img{
    width: 110px;
    height: 50px;
  }
  .area_user_rank_subscLogo img{
    width: 30px;
    height: 30px;
  }
  .new .area_user_rank,
  .new .area_user_rank > div{
    gap: 16px;
  }
  .new .area_user_rank > div::after{
    height: 50px;
  }
}
@media screen and (max-width: 576px){
  .user_info.new .avatar{
    margin: 0;
  }
}