a{margin:0;padding:0;vertical-align:baseline;background:transparent}
nav ul{list-style:none}
body {background: #f9f9f9;}

/* =======================================
   global structure
   ======================================= */
.row-columns {
  background: #fff;
  background: #f9f9f9;
  width: 980px;
  margin: 0 auto;
  text-align: left;
  padding: 16px 24px;
}

p { font-size: 100%; }
#right { display: none; }

/*** CLEARFIX ***/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* -----------------------------------------------
 * GRID
 * ----------------------------------------------- */
.row { clear:both;margin-left:-16px;position:relative;zoom:1; }
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12 { display:block;position:relative;float:left;margin:0 0 16px 16px;border:0;min-height:40px; }
.col1  { width: 67px; }
.col2  { width:150px; }
.col3  { width:233px; }
.col4  { width:316px; }
.col5  { width:399px; }
.col6  { width:482px; }
.col7  { width:565px; }
.col8  { width:648px; }
.col9  { width:731px; }
.col10 { width:814px; }
.col11 { width:897px; }
.col12 { width:980px; }
/** **/

.highline { line-height:160%; }

a { color:inherit; }


figure { position:relative;margin:0;padding:0;width:100%;height:auto;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;background-color:transparent; }
figure:hover { opacity:0.95; }
figure > a { cursor:pointer; }
figure img { width:100%;height:auto; }
iframe { position:relative;margin:0;padding:0;width:100%;margin-bottom:16px; }

.fig { background-position:50% 50%;background-size:cover; }
.fig > a { display:block;height:100%; }

.fig-target a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.fig-target.top a {
  align-items: flex-start;
}
.fig-target.bottom a {
  align-items: flex-end;
}
.fig-target img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.fig-v-contain {
  background: #fff;
}
.fig-v-contain img {
  width: auto;
  max-height: 100%;
  object-fit: contain;
}
.fig-cover img {
  height: 100%;
}

/* =======================================
   ranking style (blur)
   ======================================= */
.fig-contain {
  background: #fff;
  position: relative;
  backface-visibility: hidden;
}
.fig-contain img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  backface-visibility: hidden;
}
.fig-contain::before {
  content: '';
  background: #fff;
  background: var(--bg) no-repeat center;
  opacity: 1;
  filter: blur(20px);
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  backface-visibility: hidden;
}

.mm-noresults { display:none;opacity:0; }

.pull-right { float:right; }

/* =======================================
   utility
   ======================================= */
.section-header {
  margin-bottom: 12px;
}

.pr { height:180px;background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);text-align:center;line-height:180px; }

/* =======================================
   ~pager
   ======================================= */
.pager {
  clear: both;
  font-size: 16px;
  font-size: 1rem;

  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager .current,
.pager .page {
  display: inline-block;
  padding: 0 8px;
  margin-left: 6px;
  height: 32px;
  line-height: 2;
  border-radius: 2px;
}
.pager .page {
  background: #fff;
  border-radius: 2px;
  color: #303030;
  border: 1px solid #aaa;
}
.pager .page:hover,
.pager .page:active,
.pager .page:focus {
  background: #e6e6e6;
  border: 1px solid #adadad;
}
.pager .current {
  background: #e6e6e6;
  color: #303030;
  border: 1px solid #adadad;
}
.pager.margin-top-plus {
  padding-top: 20px;
}
.pager.margin-bottom-plus {
  margin-bottom: 40px;
}

/* =======================================
   customize Bootstrap3 Nav Tabs
   ======================================= */
.nav-tabs {border-bottom: 1px solid #ddd;}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}
.nav>li {
  position: relative;
  display: block;
}

.nav:after, .nav:before {display: table; content: " ";}
.nav:after, .pager:after {clear: both;}

.nav-tabs>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;

  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ccc;
  background:#ddd;
}

.nav-tabs>li>a:not(.disabled):focus,
.nav-tabs>li>a:not(.disabled):hover,
.nav-tabs>li>a:not(.disabled):active {
  color: #555;
  border: 1px solid #ddd;
  background: #f9f9f9;
  box-shadow: none;
  text-decoration: none;
}

.nav-tabs>li>a.disabled:focus,
.nav-tabs>li>a.disabled:hover,
.nav-tabs>li>a.disabled:active {
  text-decoration: none;
  cursor: not-allowed;
}

.nav-tabs>li.active>a {
  border-bottom: 1px solid #f9f9f9;
  background: #f9f9f9;
  cursor: default;
}

.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:active {
  border-bottom: 1px solid #f9f9f9;
}

.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:visited {
  color: #303030;
}

.nav-tabs-b {border-top: 1px solid #ddd;}
.nav-b {
  padding-left: 0;
  margin-top: 0;
  list-style: none;
}
.nav-tabs-b>li {
  float: left;
  margin-top: -1px;
}
.nav-b>li {
  position: relative;
  display: block;
}

.nav-b:after, .nav-b:before {display: table; content: " ";}
.nav-b:after {clear: both;}

.nav-tabs-b>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;

  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ccc;
  background:#ddd;
}

.nav-tabs-b>li>a:not(.disabled):focus,
.nav-tabs-b>li>a:not(.disabled):hover,
.nav-tabs-b>li>a:not(.disabled):active {
  color: #555;
  border: 1px solid #ddd;
  background: #f9f9f9;
  box-shadow: none;
  text-decoration: none;
}

.nav-tabs-b>li>a.disabled:focus,
.nav-tabs-b>li>a.disabled:hover,
.nav-tabs-b>li>a.disabled:active {
  text-decoration: none;
  cursor: not-allowed;
}

.nav-tabs-b>li.active>a {
  border-top: 1px solid #f9f9f9;
  background: #f9f9f9;
  cursor: default;
}

.nav-tabs-b>li.active>a:focus,
.nav-tabs-b>li.active>a:hover,
.nav-tabs-b>li.active>a:active {
  border-top: 1px solid #f9f9f9;
}

.nav-tabs-b>li>a,
.nav-tabs-b>li>a:focus,
.nav-tabs-b>li>a:hover,
.nav-tabs-b>li>a:visited {
  color: #303030;
}

/* =======================================
   review-box
   ======================================= */
#review-box { height:384px;background:#fff;position:relative;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);margin-bottom:16px; }
#review-box figure { height:100%;line-height:100%;overflow:hidden; }
#review-box .review { clear:both;padding:8px;height:110px; }
#review-box .review > figure { width:110px;height:110px;float:left;margin:0 10px 10px 0; }
#review-box .review > h2 { font:normal 78% Arial,Verdana,sans-serif;color:#303030;line-height:1.1em;height:1.1em;overflow:hidden;text-overflow:ellipsis; }
#review-box .review > h2 > a { font:inherit;color:inherit;text-decoration:none; }
#review-box .reveiw > h2 > a:hover { text-decoration:underline; }
#review-box .reveiw > h3 { font:bold 85% sans-serif;line-height:1.2em;height:1.2em;overflow:hidden;text-overflow:ellipsis; }
#review-box .review > h3 > a { font:inherit;color:#303030;text-decoration:none; }
#review-box .review > h3 > a:hover { text-decoration:underline; }
#review-box .review > p  { font:normal 78% sans-serif;height:6.8em;line-height:1.4em;overflow:hidden;color:#999;text-align:justify;text-justify:inter-ideograph; }

/* =======================================
   features
   ======================================= */
#features .features_title .section-header {
  margin-bottom: 0;
}
#features .features_title .features-link {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin: 0 0 8px 0;
  float: right;
}
#features .features_title .features-link a {
  color: #303030;
}
/* pc */
@media screen and (min-width: 480px) {
  #features .mobile {
    display: none;
  }
  #features .features_title .features-link {
    margin: 0 0 8px 0;
  }
}
/* smartphone */
@media screen and (max-width: 480px) {
  #features .desktop {
    display: none;
  }
  #features .features_title .features-link {
    margin: 0 -16px 16px 0;
  }
}
.feature {
  height: 320px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.feature>figure {
  height: 57.5%;
  line-height: 60%;
  overflow: hidden;
}

/* 320px * 57.5% =  184px */
.feature>.feature-content {
  padding: 4px 8px;
}
.feature>.feature-content>figure {
  width: 85px;
  height: 85px;
  float: left;
  margin-right: 10px;
}
.feature>.feature-content>h2 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: lighter;
  color: #949494;
  line-height: 1.75;
  margin: 0;
}
.feature>.feature-content>h2>i {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: lighter;
  color: #949494;
}
.feature>.feature-content>h3 {
  font-size: 16px;
  font-size: 1rem !important;
  font-weight: bold;
  color: #303030 !important;
  line-height: 1.35;
  height: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.feature>.feature-content.news-content>h3 {
  height: 4em;
  -webkit-line-clamp: 3;
}
.feature>.feature-content>h3>a {
  font: inherit;
  color: inherit;
  line-height: 1.25;
  text-decoration: none;
}
.feature>.feature-content>h3>a:hover {
  text-decoration: underline;
}
.feature>.feature-content>p {
  font-size: 0.8125rem !important;
  font-weight: normal;
  color: #303030 !important;
  line-height: 1.5;
  height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 4px 0 0 0;
  width: 100%;
  word-break: break-all;
  text-align: justify;
  flex: 1 0 auto;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.feature>.feature-content>p a,
.feature>.feature-content>p a:link {
  color: #303030;
}
.feature > .feature-content.news-content > p {
  height:4.5em; -webkit-line-clamp:3;
}
.feature-content>h2>a {
  font: inherit;
  color: inherit;
}

/* ~~feature-s */
.feature-s {
  height: 220px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.feature-s>figure {
  height: 60%;
  line-height: 60%;
  overflow: hidden;
}
.feature-s>.feature-content {
  padding: 4px 8px;
}
.feature-s>.feature-content>figure {
  width: 85px;
  height: 85px;
  float: left;
  margin-right: 10px;
}
.feature-s>.feature-content>h2 {
  font-size: 0.8125rem;
  font-weight: lighter;
  color: #949494;
  line-height: 1.75;
  margin: 0 0 2px 0;
}
.feature-s>.feature-content>h2>i {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: lighter;
  color: #949494;
}
.feature-s>.feature-content>h3 {
  font-size: 0.8125rem !important;
  font-weight: bold;
  color: #303030 !important;
  line-height: 1.25;
  height: 4.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 6px 0;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.feature-s>.feature-content>h3>a {
  font: inherit;
  color: inherit;
  line-height: 1.5;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.feature-s>.feature-content>h3>a:hover {
  text-decoration: underline;
}
.feature-s>.feature-content>p {
  display: none;
}
/* =======================================
   ~news / news page
   ======================================= */
.news {
  height: 250px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.news>figure {
  height: 132px;
  line-height: 132px;
  overflow: hidden;
}
.news>.news-content {
  padding: 8px 10px;
}
.news>.news-content>h2 {
  font: bold 100% Arial, Verdana, sans-serif;
  color: #303030;
  margin-bottom: 6px;
  height: 4.5em;
  line-height: 1.5em;
}
.news>.news-content>h2>a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.news>.news-content>h2>a:hover {
  text-decoration: underline;
}
.news>.news-content>p {
  display: none;
  font: normal 85% sans-serif;
  line-height: 1.4em;
  color: #999;
  text-align: justify;
}
.news>.news-content>time {
  display: block;
  margin: 0;
  margin-bottom: 4px;
  font: lighter 85% Arial, Verdana, Helvetica, sans-serif;
  height: 1.2em;
  line-height: 1.2em;
  color: #ccc;
}

/* =======================================
   ~tags
   ======================================= */
#select-tags-orderby {
  margin: 10px 0;
}

#select-label-tags-orderby {
  margin: 10px 0;
}

.tag-cloud {
  margin: 10px 0 16px 0;
  padding: 0;
}
.tag-cloud>li {
  display: inline-block;
  font: normal 93% sans-serif;
  margin: 0 6px 6px 0;
  line-height: 1em;
}
.tag-cloud>li>a {
  font-size: 13px;
  font-size: 0.8125rem;
}
.tag-cloud>li>a>i {
  padding-right: 3px;
}
.banners {
  position: relative;
  margin-left: 16px;
}

/* ~~banners */
.banners a {
  margin: 0 10px;
}

/* =======================================
   new releases
   ======================================= */
#releases .no_releases {
  color: #707070;
}

#releases .pull-right.releases {
  margin-bottom: 16px;
}

/* pc */
@media screen and (min-width: 480px) {
  #releases .section-header {
    margin-bottom: 2px;
  }
  #releases .mobile {
    display: none;
  }
  #releases .nav-tabs>li>a {
    padding: 10px 12px;
  }
  #releases .nav-tabs-b>li>a {
    padding: 10px 12px;
  }
  #releases .pull-right.show-packages {
    margin-bottom: 16px;
  }
}

/* smartphone */
@media screen and (max-width: 480px) {
  #releases .desktop {
    display: none;
  }
  #releases .row.release-packages {
    min-height: 365px;
  }
  #releases .newrelease-menu {
    display: block;
    line-height: 40px;
    padding: 0px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin: 2px auto 6px;
  }
  #releases .newrelease-menu.active {
    background-color: #666;
    color: #fff;
    border-radius: 4px 4px 0 0;
  }
  #releases .newrelease-menu .fa {
    float: right;
    line-height: 40px;
    font-size: 140%;
  }
  #releases .newrelease-menu.active .fa {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  #releases #newrelease-tab {
    visibility: hidden;
    position: absolute;
    top: 42px;
    width: 100%;
    margin-top: 0px;
    padding-left: 0;
  }
  #releases #newrelease-tab.active {visibility: visible;}
  #releases #newrelease-tab > li {
    width: 100%;
    z-index: 8;
    float: none;
    display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
  }
  #releases #newrelease-tab > li:first-child {
    border-top: 1px solid #ccc;
  }
  #releases #newrelease-tab > li.active { padding-top:0; }
  #releases #newrelease-tab > li:hover,
  #releases #newrelease-tab > li:active,
  #releases #newrelease-tab > li:focus { padding-top:0; }
  #releases #newrelease-tab > li > a {
    text-align: left;
    border-radius: 0;
  }
  #releases #newrelease-tab > li > a.disabled { display: none; }

  #releases .pull-right.show-packages {
    float: none !important;
  }
}

/* =======================================
   chart
   ======================================= */
@media screen and (min-width: 480px) {
  #charts .nav-tabs {
    margin-bottom: 16px;
  }
  #charts .nav-tabs-b {
    margin-top: 16px;
  }
}
#charts .col3.package {
  height:366px;
  max-width: unset;
}
#charts .col3.package > .package-content > p {
  height:4.5em;
  -webkit-line-clamp:3;
}
#charts .col3.package > .package-content > p.campaign {
  height:3.0em;
  -webkit-line-clamp:2;
}

#charts .not-available {
  text-align:center;
  height: 128px;
}

#charts .package.artist {
  height: 196px;
}
#charts .package.artist .column .jacket .image {
  background: #fff;
}
#charts .package.artist .column .jacket .image .img {
  width: 126px;
  height: 126px;
  margin: 12px 12px;
  border-radius: 50%;
  object-fit: cover;
}
#charts .package.artist>.package-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0px 6px 9px 6px;
}
#charts .package.artist>.package-content>.artist-name {
  font-size: 0.8125rem !important;
  font-weight: bold;
  color: #303030 !important;
  line-height: 1.5;
  min-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
}
.package>.package-content>.artist-name>a {
  font: inherit;
  color: inherit;
  line-height: 1.5;
  text-decoration: none;
}
.package>.package-content>.artist-name>a:hover {
  text-decoration: underline;
}

.chart-num {
  position:absolute;
  top:-10px;
  left:-10px;
  z-index:8;
  width:20px;
  height:20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align:center;
  background-color:#d50000;
  box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
  background-color: #e57010;
}
.chart-num > span {
  position: absolute;
  z-index:8;
  top:0;
  left:0;
  color:#fff;
  text-align:center;
  width:20px;
  height:20px;
  font:normal 13px/21px Arial;
}
.chart-num1, .chart-num2, .chart-num3, .chart-num4 {
  width: 25px;
  height: 25px;
}
.package.artist .chart-num1, .package.artist .chart-num2, .package.artist .chart-num3, .package.artist .chart-num4 {
  width: 20px;
  height: 20px;
}
.chart-num1 > span, .chart-num2 > span, .chart-num3 > span, .chart-num4 > span {
  width: 25px;
  height: 25px;
  font: normal 17px/25px Arial;
}
.package.artist .chart-num1 > span, .package.artist .chart-num2 > span, .package.artist .chart-num3 > span, .package.artist .chart-num4 > span {
  width: 20px;
  height: 20px;
  font: normal 13px/21px Arial;
}
.chart-num1 {
  background: #c5b358;
}
.chart-num2 {
  background: #a9a9a9;
}
.chart-num3 {
  background: #cd7f32;
}
.chart-num-3digits > span {
  font:normal 10px/21px Arial;
}
.chart-num100 > span {
  font:normal 10px/21px Arial;
}

#charts .footnote {
  text-align: right;
  margin: 32px 0 0;
}
.json-version {
  margin: 8px 0;
}
.json-version a {
  color: #303030;
}

/* overrides bootstrap's navs.less */
@media screen and (max-width: 480px) {
  #charts .nav-tabs li a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #charts .nav-tabs-b li a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #charts .nav>li>a {
    padding: 10px 13px;
  }
  #charts .nav-b>li>a {
    padding: 10px 13px;
  }
}

/* =======================================
   merch
   ======================================= */
/*
#merch .section-header {
  margin-bottom: 36px;
}
*/
#merch .col12 .merch-banner-m {
  margin-bottom: 6px;
}
#merch .col3.package {
  height: auto;
  max-width: unset;
}
#merch .col3.package > .package-content > h3 {
  height: 4.5em;
  -webkit-line-clamp: 3;
}
#merch .col3.package > .package-content > h2 {
  font-weight: bold;
  color: #303030 !important;
}
#merch .col3.package > .package-content > p {
  height:4.5em;
  -webkit-line-clamp:3;
}
#merch .col3.package > .package-content > p.item-label {
  text-align: right;
  height: 18px;
}
#merch .col3.package > .package-content > p.price {
  font-size: 13px; font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
  color: #c1272d !important;
  margin: 9px 0 0 0 !important;
  text-align: right;
  font-family: "Libre Franklin",Helvetica,sans-serif;
  height: 15px;
}
#merch .banner-section {
  margin: 36px auto;
}

#merch .col2.package > .package-content > p {
  height: 4.3em;
  -webkit-line-clamp: 3;
}
#merch .col2.package > .package-content > p.price {
  font-size: 13px; font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
  color: #c1272d !important;
  margin: 5px 0 0 0 !important;
  text-align: right;
  font-family: "Libre Franklin",Helvetica,sans-serif;
  height: 15px;
}

#merch .col3.package .jacket .image.soldout:after {
  content: 'SOLD OUT';
  position: absolute;
  top: 0;
  left: 0;
  width: 233px;
  height: 233px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  font-size: 18px; font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  line-height: 233px;
}

#merch .col3.package .jacket .image.endofsales:after {
  content: 'End of Sales';
  position: absolute;
  top: 0;
  left: 0;
  width: 233px;
  height: 233px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  font-size: 18px; font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  line-height: 233px;
}

/* =======================================
   package
   ======================================= */
.package {
  position: relative;
  height: 297px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  max-width: 150px;
}
.package>figure {
  height: 150px;
  background: #ccc;
  background-size: cover;
  overflow: hidden;
}
.package>.package-content {
  padding: 6px;
}
.package>.package-content>h3 {
  font-size: 0.8125rem !important;
  font-weight: bold;
  color: #303030 !important;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 !important;
  position: relative;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.package>.package-content>h3>a {
  font: inherit;
  color: inherit;
  line-height: 1.5;
  text-decoration: none;
}
.package>.package-content>h3>a:hover {
  text-decoration: underline;
}
.package>.package-content>h2 {
  font-size: 0.8125rem !important;
  font-weight: normal;
  color: #707070 !important;
  line-height: 1.2;
  height: 1.175em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 2px 0 !important;
  position: relative;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
}
.package>.package-content>h2>a {
  font: inherit;
  color: inherit;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}
.package>.package-content>h2>a:hover {
  text-decoration: underline;
}
.package>.package-content>p {
  font-size: 0.8125rem !important;
  font-weight: normal;
  color: #303030 !important;
  line-height: 1.5;
  height: 6.0em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0 0 0 !important;
  width: 100%;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.package>.package-content>p>a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: block;
}
.package>.package-content>p>a:hover {
  text-decoration: underline;
}
.package>.package-content>p.campaign {
  height: 4.4em;
  margin: 5px 0 2px 0 !important;
  -webkit-line-clamp: 3;
}
.package .tag-list {
  display: none;
}

.col3.package { height:348px; }
.col3.package > figure { height:233px; }
.col4.package { height:420px; }
.col4.package > figure { height:316px; }

.package-l {
  position: relative;
  height: 500px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
}
.package-l>figure {
  height: 316px;
  background: #999;
}
.package-l>.package-content {
  padding: 16px;
}
.package-l>.package-content>h2 {
  font: bold 85% Arial, Verdana, sans-serif;
  color: #303030;
  margin-bottom: 2px;
}
.package-l>.package-content>h2>a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.package-l>.package-content>h3 {
  font: bold 85% sans-serif;
  line-height: 1.4em;
  margin-bottom: 4px;
}
.package-l>.package-content>h3>a {
  font: inherit;
  color: #303030;
  text-decoration: none;
}
.package-l>.package-content>p {
  font: normal 85% sans-serif;
  line-height: 1.5em;
  color: #999;
  text-align: justify;
}
.package-buttons {
  position: absolute;
  bottom: 0;
}
.package-buttons>ul {
  width: 316px;
  height: 40px;
  border-top: 1px solid #ccc;
}
.package-buttons>ul>li {
  list-style: none;
  display: inline-block;
  width: 155px;
  height: 40px;
  line-height: 40px;
  border-left: 1px solid #ccc;
  text-align: center;
}

/* =======================================
   tag badges
   ======================================= */
.package .column .jacket .image {
  position: relative;
  background: #ccc;
  background-size: cover;
  overflow: hidden;
}
.package .column .jacket .image .img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.package .column .jacket .c-badge {
  position: absolute;
}

.col3.package .column .jacket .image {
  width: 233px;
  height: 233px;
  background: transparent;
}
.col3.package .column .jacket .image .img {
  width: 233px;
  height: 233px;
  object-fit: contain;
}
.col3.package .column .jacket .c-badge {
  width: 75px;
  height: 75px;
}
.col3.package .column .jacket .c-badge.lossless { top: -6px; right: -6px; }
.col3.package .column .jacket .c-badge.hires { top: -6px; right: -6px; }
.col3.package .column .jacket .c-badge.exclusive { bottom: -6px; right: -6px; }
.col3.package .column .jacket .c-badge.freedl { bottom: -6px; left: -6px; }
.col3.package .column .jacket .c-badge.preorder { bottom: -6px; left: -6px; }
.col3.package .column .jacket .c-badge.new { top: -6px; left: -6px; }
.col3.package .column .jacket .c-badge.prerelease { top: -6px; left: -6px; }

.col2.package .column .jacket .image {
  /* width: 150px; */
  height: 150px;
  background: transparent;
}
.col2.package .column .jacket .image .img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  position: static;
}
.col2.package .column .jacket .c-badge {
  width: 48px;
  height: 48px;
}
.col2.package .column .jacket .c-badge.lossless { top: -4px; right: -4px; }
.col2.package .column .jacket .c-badge.hires { top: -4px; right: -4px; }
.col2.package .column .jacket .c-badge.exclusive { bottom: -4px; right: -4px; }
.col2.package .column .jacket .c-badge.freedl { bottom: -4px; left: -4px; }
.col2.package .column .jacket .c-badge.preorder { bottom: -4px; left: -4px; }
.col2.package .column .jacket .c-badge.new { top: -4px; left: -4px; }
.col2.package .column .jacket .c-badge.prerelease { top: -4px; left: -4px; }

.album_description .column .jacket .image {
  position: relative;
  background: #ccc;
  background-size: cover;
  overflow: hidden;
  width: 200px;
  height: 200px;
}
.album_description .column .jacket .image .img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
}
.album_description .column .jacket .c-badge {
  position: absolute;
  width: 64px;
  height: 64px;
}
.album_description .column .jacket .c-badge.lossless { top: -6px; right: -6px; }
.album_description .column .jacket .c-badge.hires { top: -6px; right: -6px; }
.album_description .column .jacket .c-badge.exclusive { bottom: -6px; right: -6px; }
.album_description .column .jacket .c-badge.freedl { bottom: -6px; left: -6px; }
.album_description .column .jacket .c-badge.preorder { bottom: -6px; left: -6px; }
.album_description .column .jacket .c-badge.new { top: -6px; left: -6px; }
.album_description .column .jacket .c-badge.prerelease { top: -6px; left: -6px; }

/* =======================================
   ~label / new label page
   ======================================= */
#label-page-tab {margin-top: 8px;}

#labels>.section-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

#labels>.section-header .label-icon {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin: 26px 16px 26px 0;
}

#labels>.section-header .label-logo {
  width: 80px;
  height: 80px;
  vertical-align: middle;
  margin: 0 16px 0 0;
  background: #fff;
  object-fit: scale-down;
}

#labels>.section-header .label-name {
  margin: 16px 0;
}

#labels .label-url {
  margin: 12px 0;
}

.label-artists-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 16px 0 0 0;
}

.label-artist {
  display: flex;
  align-items: center;
  margin: 0 0 0 0;
  padding: 8px 0 8px 0;
  width: 240px;
  height: 96px;
  padding: 12px 0 12px 0;
}

.label-artist figure {
  flex-basis: 50px;
  width: 50px;
  height: 50px;
}

.label-artist .artist-image {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin: 0 8px 8px 0;
  object-fit: cover;
  border-radius: 50%;
}

.label-artist .artist-name-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-basis: 190px;
  height: 66px;
  padding: 0 20px 0 15px;
}

.label-artist .artist-name {
  display: -webkit-box; -webkit-box-orient: vertical;
  font-weight: normal;
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
  color: #303030;
  line-height: 1.4rem !important;
  height: auto;
  width: 155px;
  padding: 0;
  -webkit-line-clamp: 3;
  max-height: 66px;
}

.label-artist.large {
  width: 480px;
  height: 158px;
}
.label-artist.large figure {
  flex-basis: 100px;
  width: 126px;
  height: 126px;
}
.label-artist.large .artist-image {
  width: 126px;
  height: 126px;
  margin: 0 0 0 0;
}
.label-artist.large .artist-name-box {
  flex-basis: 354px;
  height: 126px;
  padding: 0 30px 0 30px;
}
.label-artist.large .artist-name {
  width: 294px;
  font-size: 18px; font-size: 1.125rem;
}

.label-artist a,
.label-artist a:link,
.label-artist a:visited,
.label-artist a:hover,
.label-artist a:active,
.label-artist a:focus { color: #303030; }

#labels .find-search-box .form-search.bottom.inlabelsearch {
  margin-bottom: 48px;
}

#labels #news,
#labels #articles {
  margin-top: 16px;
}

#labels .too-many {
  width: 100%;
  text-align: right;
  font-weight: bold;
  margin: 8px 16px 8px 0;
}

#labels .collapsed-news { display: none; }
#labels .collapsed-features { display: none; }

#labels .oty-btn-more.more {
  text-align: center;
  display: block;
  margin-bottom: 16px;
}
#labels .oty-btn-more.more:hover {
  background:#fff;
}
#labels .oty-btn-more.more > span {
  color:#555;
}
#labels .oty-btn-more.more:hover > span {
  color:#6c6;
}

#labels .oty-btn-more.more[id$=-t] .collapse-close {
  display: none; /* only top buttons needed */
}

#adtools {
  min-height: unset;
}

/* pc */
@media screen and (min-width: 480px) {
  #labels .mobile {
    display: none;
  }
}

/* smartphone */
@media screen and (max-width: 480px) {
  #labels>.section-header {
    flex-direction: column;
    justify-content: center;
  }
  #labels>.section-header .label-logo {
    margin: 0 auto 16px;
  }
  #labels>.section-header .label-icon {
    display: none;
  }
  #labels>.section-header .label-name {
    margin: 0;
    text-align: center;
  }
  #labels .label-page-menu {
    display: block;
    line-height: 40px;
    padding: 0px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin: 8px auto;
  }
  #labels .label-page-menu.active {
    background-color: #666;
    color: #fff;
    border-radius: 4px 4px 0 0;
  }
  #labels .label-page-menu .fa {
    float: right;
    line-height: 40px;
    font-size: 140%;
  }
  #labels .label-page-menu.active .fa {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  #labels #label-page-tab {
    visibility: hidden;
    position: absolute;
    top: 42px;
    width: 100%;
    margin-top: 0px;
    padding-left: 0;
  }
  #labels #label-page-tab.active {visibility: visible;}
  #labels #label-page-tab > li {
    width: 100%;
    z-index: 8;
    float: none;
    display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
  }
  #labels #label-page-tab > li:first-child {
    border-top: 1px solid #ccc;
  }
  #labels #label-page-tab > li.active { padding-top:0; }
  #labels #label-page-tab > li:hover,
  #labels #label-page-tab > li:active,
  #labels #label-page-tab > li:focus { padding-top:0; }
  #labels #label-page-tab > li > a {
    text-align: left;
    border-radius: 0;
  }
  #labels #label-page-tab > li > a.disabled { display: none; }

  .label-artist {
    width: 100%;
    height: 83px;
    padding: 8px 0 8px 0;
    border-bottom: solid 1px #f0f0f0;
  }
  .label-artist .artist-name-box {
    flex-basis: auto;
    padding: 0 5px 0 15px;
  }
  .label-artist .artist-name {
    width: 100%;
  }
  #labels .oty-btn-more.more:active {
    background:#fff;
  }
  #labels .oty-btn-more.more:active > span {
    color:#6c6;
  }
}

/* =======================================
   ~ranking / new news/articles ranking page
   ======================================= */

#ranking .pull-right {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-bottom: 8px;
}
#ranking .pull-right a {
  color: #303030;
}
#ranking .col6.feature {
  height: 388px;
}
#ranking .col6.feature>figure {
  height: 256px;
}
#ranking .col6.feature>.feature-content>p.news-body {
  height: 76px;
  -webkit-line-clamp: 4;
}

/* pc */
@media screen and (min-width: 480px) {
  #ranking h1 {
    margin: 0 0 16px 0;
  }
  #ranking h1.mobile {
    display: none;
  }
}
/* smartphone */
@media screen and (max-width: 480px) {
  #ranking h1 {
    margin: 0 0 0 0;
  }
  #ranking h1.desktop {
    display: none;
  }
  #ranking .pull-right {
    margin: 0 -16px 16px 0;
  }
  #ranking .nav-tabs li a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #ranking .nav-tabs-b li a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #ranking .col6.feature {
    height: 328px;
  }
  #ranking .col6.feature>figure {
    height: 195px;
  }
}

/* =======================================
   media queries
   ======================================= */

/* PC web */
@media screen and (min-width: 480px) {
  hr.sp-only { display:none; }
}
/* smartphone */
@media screen and (max-width: 480px) {
  body {
    width:100%;
  }

  .col1  { width: 67px; }
  .col2  { width:152px; }
  .col3  { width:320px; }
  .col4  { width:320px; }
  .col5  { width:320px; }
  .col6  { width:320px; }
  .col7  { width:320px; }
  .col8  { width:320px; }
  .col9  { width:320px; }
  .col10 { width:320px; }
  .col11 { width:320px; }
  .col12 { width:320px; }

  .col3.package .column .jacket .image { width:320px; height:320px; }
  .col2.package .column .jacket .image { width:152px; height:150px; }
  .col3.package .column .jacket .image .img { width:320px; height:320px; }
  .col2.package .column .jacket .image .img { width:152px; height:150px; }

  .col3.package>.package-content>p {
    height: 4.6em;
    line-height: 1.55em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .section-header {
    font-size: 28px;
    margin: 6px auto 12px;
  }
  .row-columns {
    width:320px;
    margin:0 auto;
    padding: 0;
    border: 1px solid transparent;
  }

  .news { height:280px; }
  .news > figure { height:180px; }
  .news>.news-content>h2 {
    height: 3em;
    line-height: 1.5em;
  }

  #player { width:320px; }
  #player > p.title { padding-left:10px; }
  #player>p.time {
    width: 80px;
    text-align: right;
    padding-right: 10px;
  }
  #feature { margin-top:30px; }
  #feature figure {
    height: 180px;
    overflow: hidden;
  }
  .feature-s {
    height: 250px;
  }
  .feature-s>figure {
    height: 72%;
  }
  .feature-s>.feature-content>h3 {
    height: 3em;
    margin: 0 0 0 0;
    -webkit-line-clamp: 2;
  }
  .feature-s>.feature-content>h3>a {
    -webkit-line-clamp: 2;
  }

  #charts span.desktop {
    display: none;
  }
  #charts .section-header { line-height: 1.25em; }
  #charts .col3.package { height:auto; }
  #charts .col3.package > figure { height:320px; }
  #charts .col3.package > .package-content > p { height:4.8em; -webkit-line-clamp:3; }
  #charts #select-charts-type { margin-bottom: 8px; }

  /*
  #merch .section-header { margin-bottom: 12px; }
  */
  #merch .section-header { margin-bottom: 6px; }
  #merch .col12 .merch-banner-m { margin-bottom: 6px; }
  #merch .col3.package { height:auto; }
  #merch .col3.package > figure { height:320px; }
  #merch .col3.package > .package-content > p { height:4.8em; -webkit-line-clamp:3; }
  #merch .banner-section { margin: 12px auto; }
  #merch .col2.package:nth-of-type(n + 5) { display: none; }
  #merch .col3.package .jacket .image.soldout:after {
    width: 320px;
    height: 320px;
    line-height: 320px;
  }
  #merch .col3.package .jacket .image.endofsales:after {
    width: 320px;
    height: 320px;
    line-height: 320px;
  }

  #charts .chart-as-of { margin-bottom: 16px; }
  #charts .footnote { margin: 16px 0 16px; }

  .features_title span.desktop {
    display: none;
  }

  #twitterFollowBadge {
    display: none;
  }
  .pager .current, .pager .page { padding:0 6px; }
}

/* for header banner at merch */

.merch-banner-m {
  width: 100%;
}
.merch-banner-m figure {
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 641px) {
  .merch-banner-m {
    padding: 0 0;
  }
  .cart_wrapper .merch-banner-m {
    padding: 0 10px;
  }
  .merch-banner-m figure {
    width: 100%;
    margin: 0 auto;
  }
  .merch-banner-m.desktop {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .merch-banner-m.mobile {
    display: none;
  }
}
