@charset "utf-8";

/* Artist詳細 */

/* タイトル部分SNS */
.tagContent__ttl {
  position :relative;
}


.tagContent__ttl #socialbtn {
  position :absolute;
  right: 0;
  top: 0;
}


@media all and (min-width: 767px) {
  .tagContent__ttl{
    padding: 30px 0 !important;
  }
  
  .tagContent__ttl h2 {
    padding-right: 120px;
  }
  .tagContent__ttl #socialbtn ul li + li{display: none;}  /* LINE非表示 */
}
@media all and (max-width: 766px) {
  .tagContent__ttl h2 {
    padding-right: 95px;
    min-height: 60px;
  }
}

/*--------------------
 アーティスト画像部分
--------------------*/

#content2 .artist__img{
  text-align: center;
  padding-top: 7%;
}

#content2 .artist__img img {
  width: 54%;
  max-width: 300px;
}
#content2 .artist__img p{
  margin-top: 1em;
}

/*--------------------
 曲・書籍　チャート切り替え
--------------------*/
#fieldTab__btn{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #000000;
  background-color: #fff;
  text-align: center;
  width: 60vw;
  margin: 20px auto 0;
}
#fieldTab__btn > div{
  width: 50%;
}
#fieldTab__btn a{
  display: block;
  width: 100%;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  padding: 0.5em;
  background-color: #000;
  color: #fff;
  font-size: 12px;
}
#fieldTab__btn .active a{
  background-color: #fff;
  color: #000;
}
.fieldTab__body.hide{display: none;}
/*--------------------
 週間・月間　チャート切り替え
--------------------*/
#artists__chartTab__btn,
#authors__chartTab__btn{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #000000;
  background-color: #fff;
  text-align: center;
  margin-top: 40px;
}
#artists__chartTab__btn > div,
#authors__chartTab__btn > div{
  width: 50%;
}
#artists__chartTab__btn a,
#authors__chartTab__btn a{
  display: block;
  width: 100%;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  padding: 0.5em;
  background-color: #000;
  color: #fff;
  font-size: 12px;
}
#artists__chartTab__btn .active a,
#authors__chartTab__btn .active a{
  background-color: #fff;
  color: #000;
}
/*--------------------
 チャート種類切り替え
--------------------*/
#artists__chartTab__select,
#authors__chartTab__select{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  margin-top: 20px;
}
#artists__chartTab__select__category,
#authors__chartTab__select__category{
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #000000;
  position: relative;
  width: 100%;
  height: 60px;
  font-size: 12px;
  margin-bottom: 10px;
}
#artists__chartTab__select__category .hide,
#authors__chartTab__select__category .hide{
  display: none;
}
#artists__chartTab__select__category::after,
#authors__chartTab__select__category::after{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 0.4em transparent;
  border-top: solid 0.5em #000;
  right: 1em;
  top: 50%;
}
#artists__chartTab__select__category__now,
#authors__chartTab__select__category__now{
  cursor: pointer;
  width: 100%;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em;
  font-weight: bold;
      display:flex;
    align-items: center;
  background-color: #fff;
  height: 54px;
}
#artists__chartTab__select__category .slimScrollDiv,
#authors__chartTab__select__category .slimScrollDiv{
  position: absolute;
  z-index: 100;
  left: -2px;
  width: calc(100% + 4px) !important;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #000;
  background-color: #fff;
  padding: 0 2em 0 1em;
  height: 315px;
}
#artists__chartTab__select__category .slimScrollBar,
#authors__chartTab__select__category .slimScrollBar{
  background-color: #000 !important;
  border-radius: 0 !important;
  width: 1.5em !important;
  opacity: 1 !important;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #fff;
}
#artists__chartTab__select__category__list li:not(:last-of-type),
#authors__chartTab__select__category__list li:not(:last-of-type){
  border-bottom: solid 1px #000;
}
#artists__chartTab__select__category__list li a,
#authors__chartTab__select__category__list li a{
  display: block;
  padding: 1em 0;
}
#artists__chartTab__select__category__list li a:hover,
#authors__chartTab__select__category__list li a:hover{
  background-color: #EDEDED;
}
.chartTab__select__rank{
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
      display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  border: solid 2px #000000;
  background-color: #fff;
  color: #000;
  line-height: 1.2em;
  width: calc((100% - 20px) / 3);
  height: 60px;
  font-size: 12px;
}
.chartTab__select__rank span{
  display: block;
  text-align: center;
}
.chartTab__select__rank span br{display: none;}
.chartTab__select__rank strong{
  line-height: 1em;
  display: block;
  font-size: 28px;
}
#artists__chartTab__select__category__input,
#authors__chartTab__select__category__input{display: none;}

/* Chart Win */
.tagContent__chart{
  position: relative;
}
.tagContent__chart__wrap{
  overflow-x: scroll;
}
#artists__chartTab__content .hide,#authors__chartTab__content .hide{display: none !important;}
#artists__chartTab__message,#authors__chartTab__message{
  text-align: center;
  margin: 2em 0;
}
.tagContent__chart__table{
  width: 180%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left:solid 1px #D8D8D8;
  background-color: #fff;
  text-align: center;
}
.tagContent__chart__table th,
.tagContent__chart__table td{
  border-bottom:solid 1px #D8D8D8;
  border-right:solid 1px #D8D8D8;
  padding: 0.3em 1em;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tagContent__chart__table thead th{
  color: #fff;
  background-color: #3A3A3A;
  border-right:solid 1px #fff;
  word-break:keep-all;
}
#tagContent__chart__table__title{
  width: 100%;
}
.tagContent__chart__table tbody tr:nth-of-type(2n) td {
  background-color: #EDEDED;
}
.tagContent__chart__table tbody td:first-child{
  text-align: left;
}
.tagContent__chart__table tbody td .title{
  display: block;
  font-weight: bold;
}
.tagContent__chart__table tbody td .name{
  display: block;
}

/* 国旗アイコン */

#content2 .icon_us:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(/common/img/charts/icon_us.gif) center no-repeat;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
}

#content2 .icon_uk:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(/common/img/charts/icon_uk.gif) center no-repeat;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
}

#content2 .icon_kr:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(/common/img/charts/icon_kr.gif) center no-repeat;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
}

#content2 .icon_jp:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(/common/img/charts/icon_ja.gif) center no-repeat;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
}

@media all and (max-width: 766px) {
  .scroll-arrow {
        display: block;
        width: 50px;
        height: 20px;
        position: absolute;
        right: 0;
        top: -32px
    }
    .scroll-arrow-inner {
        position: relative;
        width: 100%;
        height: 100%
    }
    .scroll-arrow-inner>span {
        content: '';
        background: url(/common/css/chart_insight/responsive/img/bg_scrollbar.png) no-repeat left center;
        background-size: 50px auto;
        width: 25px;
        height: 20px;
        position: absolute
    }
    .scroll-arrow-inner>span:first-child {
        left: 0
    }
    .scroll-arrow-inner>span:last-child {
        background-position: right center;
        right: 0
    }
    .scroll-arrow + .tagContent__chart__wrap{
      margin-top: 45px;
    }
  .aco_content_tag{
    position: relative;
  }
}
@media all and (min-width: 767px) {
  
  /*--------------------
   アーティスト画像部分
  --------------------*/
  
  #content2 .artist__img{
    padding-top: 34px;
  }
  
  
  #content2 .artist__img img {
    width: 300px;
  }
  /*--------------------
   曲・書籍　チャート切り替え
  --------------------*/
  #artists__chartTab__btn,
  #authors__chartTab__btn{
    margin-top: 55px;
  }
  #artists__chartTab__btn a,
  #authors__chartTab__btn a{
    font-size: 14px;
  }
  /*--------------------
   週間・月間　チャート切り替え
  --------------------*/
  #fieldTab__btn{
    width: 300px;
  }
  #fieldTab__btn a{
    font-size: 14px;
  }
  /*--------------------
   チャート種類切り替え
  --------------------*/
  #artists__chartTab__select,
  #authors__chartTab__select{
    margin-top: 30px;
  }
  #artists__chartTab__select__category,
  #authors__chartTab__select__category{
    width: 450px;
    height: 80px;
    margin-bottom: 0;
  }
  #artists__chartTab__select__category__now,
  #authors__chartTab__select__category__now{
    height: 76px;
  }
  #artists__chartTab__select__category .slimScrollDiv,
  #authors__chartTab__select__category .slimScrollDiv{
    height: 380px;
  }
  .chartTab__select__rank{
    width: 100px;
    height: 80px;
    font-size: 14px;
  }
  .chartTab__select__rank span br{display: block;}
  .chartTab__select__rank strong{
    font-size: 32px;
  }
  /* Chart Win */
  .tagContent__chart__wrap{
    overflow: hidden;
  }
  .tagContent__chart__wrap::before{
    display: none;
  }
  .tagContent__chart__table{
    width: 100%;
  }
  .tagContent__chart__table th,
  .tagContent__chart__table td{
    padding: 1em;
  }
 
  
}
