/*各アセット表示調整*/
.ranking_game_desktop a,.p-gaming-pc-sub__reccomend__card,.p-gaming-pc-sub__reccomend__card__text{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.p-gaming-pc-sub__reccomend__card:hover object img{
  transform: none;
}
.p-gaming-pc-sub__reccomend__card__img{
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-gaming-pc-sub__reccomend__card__text--light{
  margin-bottom: 7px;
}

/*raytrek*/
.model_detail .priceBox{
  margin-top: auto;
  padding-top: 1em;
}
.model_detail .second ul{
  display: flex;
  flex-direction: column;
}
.model-image{
  margin-bottom: 20px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:479px){
  .model_detail .second ul+ul{
    margin-top: 40px;
  }
}

/*レビュー枠表示*/
a.review-in-recommend__link{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
}
.review-in-recommend__star{
  height: 1em !important;
}
.review-in-recommend__count{
  text-decoration: underline;
}
@media screen and (max-width: 767px) and (max-width: 767px){
  .p-gaming-pc-sub__reccomend__card{
    justify-content: center;
  }
  a.review-in-recommend__link{
    font-size: 12px;
  }
}