/* 買取強化ジャンル */
.unique-genre{
  margin-bottom: 40px!important;
}
.unique-genre-title{
  margin-bottom: 1.5rem;
}
.unique-genre-title__main{
  text-align: left;
  font-family: ryo-gothic-plusn, "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial,  helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.unique-genre-title__crown{
  position: relative;
  padding-left: 4rem;
}
.unique-genre-title__crown::before{
  position: absolute;
  content: "";
  background: url(%{CURRENT_THEMES_DIR}img/icon-crown.svg) no-repeat;
  background-size: contain;
  width: 3.5rem;
  height: 1.8rem;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.unique-genre .l-item-genre__figure{
  position: relative;
}
.unique-genre-rank{
  display: block;
  position: absolute;
  width: 4rem;
  height: 4rem;
  background: #000;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  z-index: 1;
  pointer-events: none;
}
.unique-genre-rank span{
  position: absolute;
  line-height: 1;
  font-family: ryo-gothic-plusn, "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial,  helvetica, sans-serif;
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 1.9rem;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  transition: all .25s ease-out;	
}
.unique-genre .l-item-genre__list .l-item-genre__figure:hover .unique-genre-rank{
  opacity: .4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  transition: all .25s ease-out;	
}
.link-black-opa{
  color: #000;
}
.link-black-opa:hover{
  opacity: .4;
  color: #000;
}


/* その他取り扱い一覧 */
.mainTitleName .l-sm-3.l-md-3 {
  padding: 0 4px;
}
.mainTitleName .l-row {
  margin: 0 -4px;
}
.mainTitleName img{
  width: 100%;
}
.mainTitleName__ttl{
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: .5rem;
}
.l-item-genre__text{
  font-size: 1.2rem;
}


@media screen and (min-width:900px) { 
  /* 買取強化ジャンル */
.unique-genre{
  margin-bottom: 60px!important;
}
.unique-genre-title{
  margin-bottom: 2rem;
}
.unique-genre-title__main{
  font-size: 2.4rem;
}
.unique-genre-title__crown{
  padding-left: 5rem;
}
.unique-genre-title__crown::before{
  width: 4.6rem;
  height: 2.4rem;
}
.unique-genre-rank{
  width: 5rem;
  height: 5rem;
}
.unique-genre-rank span{
  font-size: 2.4rem;
  top: 57%;
}
  /* その他取り扱い一覧 */
  .mainTitleName .l-sm-3.l-md-3 {
    padding: 0 8px;
  }
  .mainTitleName .l-row {
    margin: 0 -8px;
  }
  .mainTitleName__ttl{
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .l-item-genre__text{
    font-size: 1.5rem;
  }
  
}
  