.album-wrapper {
  width: 980px;
  margin: 0 auto 3rem;
  text-align: left;
  height: 100%;
}

/* smart phones */
@media screen and (max-width:641px) {
  #content {
    padding: 0 0 0 0;  /* override common.cs:1412 */
  }
}

.info-rows {
  height: 144px;
}

.album-box.label-disc {
  margin-bottom: 0px;
}

@media screen and (max-width: 1020px) {
  .album-wrapper {
    width: 100%;
  }
  .album-box {
    width: 97.4%;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}

/* album-datas */
.info-rows {
  padding: 16px;
}

.album-rows.top {
  margin-top: 24px;
}

.album-rows.second {
  margin-top: 24px;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 641px) {
  .album-box { margin-bottom: 0; }
  .album-rows.top { margin-top: 0; }
  .album-rows.second {margin-top: 0;min-height: 530px;}
  .section-header { margin-top: 0; }
}

.album-artwork {
  float: left;
  width: 24%;
  margin: 0;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

[name=artwork-modal] { border: none; }
[name=artwork-modal] figcaption {
  background-color: #fafafa;
  transition: opacity 0.2s ease-out;
  font-size: 13px;
  padding-top: 5px;
}
[name=artwork-modal] figure { background-color: unset; }

@media screen and (min-width: 642px){
  [name=artwork-modal] .mobile { display: none; }
}
@media screen and (max-width: 641px){
  [name=artwork-modal] .desktop { display: none; }
}

.album-artwork img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

#jacket-full-wrapper {
  visibility: hidden;
  position: relative;
  z-index: -2;
  /* ↑ modified in javascript */
  top: 0;
  left: 0;
  max-height: 0;
  width: 24%;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #e2e2e2;
  box-sizing: content-box;
  overflow: hidden;
  transition: width 0.25s ease,
              padding 0.1s 0.25s ease-out,
              max-height 0.21s 0.12s ease;
}

#jacket-full-wrapper.open {
  position: relative;
  width: 100%;
  max-height: 700px;
  height: auto;
  padding-top: 15px;
  transition: max-height 0.23s ease 0.05s,
              padding 0.07s ease-in,
              width 0.23s 0.11s ease;
}

#jacket-full-wrapper img {
  width: auto;
  max-height: 630px;/* fixed to avoid a growing effect */
  max-width: 100%;
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.jacket-bar {
  text-align: right;
  white-space: nowrap;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.2s 0.2s ease-in,
              opacity 0.25s ease;
}

#jacket-full-wrapper.open img {
  transition: opacity 0.2s 0.2s ease-out;
  opacity: 1;
}

#jacket-full-wrapper.open .jacket-bar {
  width: 100%;
  height: auto;
  margin: 10px 0;
  padding-right: 10px;
  opacity: 1;
  transition: height 0.15s ease,
              opacity 0.25s 0.15s ease-out;
}

[name=download-jacket] { margin-right: 5px; }

.album-meta-data {
  text-align: left;
  margin-left: 26%;
}

.album-ribbons {
  float: left;
  margin-right: 10px;
}
.album-ribbon {
  display: inline-block;
  position: relative;
  height: 28px;/* same as btn-slim */
  width: 7rem;
  padding: 1px 0 0 1em;
  font-size: 13px; font-size: 0.8125rem;
  vertical-align: middle;
  line-height: 24px;
  text-align: center;
  border-radius: 0 2px 2px 0;
  background: #c1272d;
  color: #fff;
}

.album-ribbon.good-price { background: #c1272d; }
.album-ribbon.bonus-addendum { background: #ed8721; }

.album-ribbon::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  left: 0;
  border-width: 14px 0 14px 12px;/* (parent height) 28px / 2 = 14px */
  border-color: transparent transparent transparent #f9f9f9;
  border-style: solid;
}

#highres-lossless-tag {
  display: inline-block;
  position: relative;
  font-size: 13px; font-size: 0.8125rem;
  height: 19px;
  line-height: 19px;
  text-align: center;
  padding: 0 8px 0 8px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 0 0 0 8px;
}
#highres-lossless-tag.highres,
#highres-lossless-tag.dsd {
  color: #fff;
  background: #4c9f36;
}
#highres-lossless-tag.highres.disabled {
  color: #eee;
  background: #c9e2c2;
}
#highres-lossless-tag.dsd.disabled {
  color: #fff;
  background: #4c9f36;
}
#highres-lossless-tag.lossless {
  color: #fff;
  background: #006b5b;
}
#highres-lossless-tag.lossless.disabled {
  color: #eee;
  background: #b2d2cd;
}

.purchase_form {
  float: right;
  margin: 12px 0 0 0;
  text-align: right;
}

.hqd-logo img {
  width: 40px;
}

.album-meta-data .album-title {
  font-size: 24px; font-size: 1.5rem;
  margin-top: 0px;
  margin-bottom: 6px;
  line-height: 1.35;
}

.album-meta-data .album-artist {
  font-size: 16px; font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 12px;
}

.album-meta-data .detail {
  font-size: 13px; font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 12px;
}
.album-meta-data .detail p {
  margin: 0 0 6px 0;
}

.album-meta-data .detail .sales-start-daytime {
  color: #a94442;
}

[name=album-zoom] {
  font-size: 13px; font-size: 0.8125rem;
  display: block;
  text-align: center;
}

.link-to-help {
  line-height: 24px;
  text-align: right;
}

.own-this {
  line-height: 1.5;
  text-align: right;
  margin-bottom: 10px;
  color: #d25426;
}
.own-this a {
  color: #d25426;
}

.own-this .own-icon {
  width: 16px;
  height: 16px;
  margin: 0 4px 4px 0;
}

@media screen and (max-width: 641px) {
  .album-zoom { display: none; }
}

@media screen and (max-width: 880px) {
  .album-meta-data {
    margin-left: 27%;
  }
}

@media screen and (max-width: 800px) {
  .album-rows.top { padding-top: 20px;}
  .album-meta-data {  margin-left: 32%; }
}

@media screen and (max-width: 641px) {
  .album-box {width: 100%;}
  .album-artwork {float: none;width: 100%;max-height: 300px;margin: 12px auto 36px;text-align: center;}
  .album-artwork img { max-width: 300px; max-height: 300px; object-fit: cover; }
  .album-rows { padding: 12px 12px 0px 12px; }
  .info-rows { padding: 12px; }
  .album-rows.top {padding-top: 16px;}
  .album-meta-data { margin-left: 0px;}
  .album-meta-data .album-title {
    font-size: 20px; font-size: 1.25rem;
    line-height: 1.35;
    max-height: none;
  }
  .hqd-logo img { width: 36px; }
  .detail p { }
  .album-meta-data .album-artist {
    line-height: 1.5;
  }
  .purchase_form {width: 100%;}
  .album-ribbons { float: none; margin: 9px 0 15px 0; }
}

.album-review p {
  font-size: 13px; font-size: 0.8125rem;
  text-align: justify;
  padding: 0 6px 6px 6px;
  line-height: 1.6;
}

.album-review p.text-warning {
  color: #a94442;
}

.album-addendum {
  width: 24%;
  float: left;
}

.album-tracks {
  width: 74%;
  float: right;
}

.track-cart {padding-bottom: 4px;}
.track-cart.bottom {
  margin: 10px 0;
  height: 28px;
  border-bottom: 1px solid #efefef;
}

.track-cart .spec {
  font-size: 13px; font-size: 0.8125rem
  color: #303030;
  float: left;
}

@media screen and (max-width: 880px) {
  .album-addendum { width: 26%; }
  .album-tracks { width: 73%; }

}

@media screen and (max-width: 800px) {
  .album-addendum, .album-tracks {float: none; width: 100%;}
  .album-tracks {overflow-x: scroll; }
}

.addendum-box {
  margin-bottom: 24px;
  padding-bottom: 4px;
  border: 1px solid #eee;
}

.addendum-box .section-title {
  font-size: 16px; font-size: 1rem;
  text-align: left;
  padding: 6px 6px;
  background-color: #e2e2e2;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  color: #303030;
  font-weight: normal;
  line-height: 16px;
  box-sizing: border-box;
  height: 31px;
  margin: 0;
  margin-bottom: 6px;
}

.addendum-box .title-ribbon-wrapper {
  position: relative;
}

.addendum-box .title-ribbon {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: -6px;
  padding: 0;
  width: 32px;
  height: 20px;
  background: #ed8721;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: none;
}
.addendum-box .title-ribbon::before {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #b3610f;
}
.addendum-box .title-ribbon::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  left: 0;
  border-width: 10px 0px 10px 7px;
  border-color: transparent transparent transparent #e2e2e2;
  border-style: solid;
}

.addendum-box span,
.addendum-box p,
.addendum-box .album-review p {
  font-size: 13px; font-size: 0.8125rem;
  text-align: justify;
  padding: 0 6px 0 6px;
  line-height: 1.6;
}

.addendum-box .album-review p.no-justify {
  text-align: left;
}

.addendum-box .case {
  padding: 4px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.addendum-box .case span {
  width: 100%;
}
.addendum-box .case .content {
  width: 100%;
  text-align: center;
  margin-bottom: 6px;
}
.addendum-box .case .content .addendum-thumnail {
  width: 136px;
  margin: 6px;
}
@media screen and (max-width: 641px) {
  .addendum-box .title-ribbon {
    width: 52px;
  }
  .addendum-box .case {
    justify-content: space-around;
  }
  .addendum-box .case span {
    width: unset;
  }
  .addendum-box .case .content {
    width: 151px;
  }
}

.tag-add-button {
  float: right;
  padding: 0 8px;
  background-color: #666;
  border-radius: 4px;
}

.tag-add-button a {
  color: #fff;
}

.addendum-box .album_meta_edit {
  text-align: left;
}
.addendum-box [class|="oty-btn"] {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 3px;
  display: inline-block;
}

.addendum-box .addition {
  margin:16px 0;
}

.tag-cloud { margin:10px 0 10px 0; padding:0; }
.tag-cloud > li {
  display:inline-block;
  font-size: 13px; font-size: 0.8125rem;
  margin:0 6px 6px 0;line-height:1; }
.tag-cloud > li > a { text-decoration:none; }
.tag-cloud > li > a > i { padding-right:3px; }

/* artist page */

.artistimg-bg-clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.artistimg-bg-clip::after {
  background: rgb(48,48,48); /* IE対応 */
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.artistimg-bg {
  background-color: #4e4e4e;
  position: absolute;
  width : 120%;
  height: 160px;
  top: -10px;
  left: -10px;
  object-fit: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
@media screen and (max-width: 641px) {
  .artistimg-bg-clip {
    height: 200px;
  }
  .artistimg-bg {
    height: 220px;
  }
}

.album-box.artist-wide {
  position: relative;
  min-height: 270px;
  margin-bottom: 15px;
}

.album-box.artist-wide .artistimg-fw-clip {
  margin: 30px 30px 0 0;
  width: 240px;
  height: 240px;
  float: left;
}
.album-box.artist-wide .artistimg-fw {
  width: 240px;
  height: 240px;
  object-fit: contain;
}
@media screen and (max-width: 641px) {
  .album-box.artist-wide .artistimg-fw-clip {
    margin: 0 12px;
    width: auto;
    height: 200px;
    float: none;
  }
  .album-box.artist-wide .artistimg-fw {
    width: 100%;
    height: 200px;
  }
}

.album-box.artist-wide .artist-info-box {
  display: flex;
  flex-direction: column;
}

.album-box.artist-wide .artist-name h1 {
  display: inline-block;
  font-size: 30px; font-size: 1.875rem;
  line-height: 1.2;
  height: 72px;
  margin: 25px 0 0 0;
  padding: 0;
  color: #fff;
  font-weight: normal;
  text-align: left;
  max-width: 710px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.album-box.artist-wide .genre {
  min-height: 30px;
  margin-top: 8px;
  margin-bottom: 15px;
}
.album-box.artist-wide .genre .oty-btn-tag {
  border: 1px solid #fff;
  padding: 0.33em 0.66em;
  margin-right: 1em;
  color: #fff !important;
  background-color: rgba(0,0,0,0.2) !important;
  cursor: initial;
}
.album-box.artist-wide .description {
  margin: 15px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  max-height: 549px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  text-align: justify;
  position: relative;
}
.album-box.artist-wide .description.expanded {
  max-height: unset;
}
.album-box.artist-wide .description p {
  font-family: "Open Sans","Hiragino Kaku Gothic ProN",HiraKakuPro-W3,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.album-box.artist-wide .description .description-more {
  position: absolute;
  top: 497px;
  left: 0;
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, rgba(249,249,249,0), #f9f9f9 50%, #f9f9f9);
}
.album-box.artist-wide .description.expanded .description-more {
  position: static;
}
.album-box.artist-wide .description .description-more #d-more-trigger {
  display: none;
}
.album-box.artist-wide .description .description-more .d-more-trigger-btn {
  width: 50%;
}
.album-box.artist-wide .description .description-more #d-more-trigger:not(:checked) ~ #d-more-trigger-btn-e {
  display: inline-block;
}
.album-box.artist-wide .description .description-more #d-more-trigger:not(:checked) ~ #d-more-trigger-btn-c {
  display: none;
}
.album-box.artist-wide .description .description-more #d-more-trigger:checked ~ #d-more-trigger-btn-e {
  display: none;
}
.album-box.artist-wide .description .description-more #d-more-trigger:checked ~ #d-more-trigger-btn-c {
  display: inline-block;
}

.album-box.artist-wide .url {
  word-break: break-all;
  overflow: hidden;
  text-align: right;
  margin-top: 15px;
}
.album-box.artist-wide .social-button {
  margin: 15px 0 0 0;
  height: 32px;
  width: 100%;
  justify-content: flex-end;
}
@media screen and (max-width: 641px) {
  .album-box.artist-wide {
    height: unset;
    margin-bottom: 0;
  }
  .album-box.artist-wide .artist-info-box {
    padding: 0 12px 0 12px;
  }
  .album-box.artist-wide .artist-name {
    text-align: center;
  }
  .album-box.artist-wide .artist-name h1 {
    line-height: 1.25;
    text-align: center;
    height: unset;
    max-height: 70px;
    color: #303030 !important;
    font-size: 1.75rem !important;
  }
  .album-box.artist-wide .genre {
    min-height: unset;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .album-box.artist-wide .genre .oty-btn-tag {
    margin-left: 1em;
    margin-bottom: 10px;
  }
  .album-box.artist-wide .url {
    text-align: center;
  }
  .album-box.artist-wide .url .desktop {
    display: none;
  }
}
.album-box.artist-wide .album-box p {
  font-size: 16px; font-size: 1rem;
  line-height: 1.6;
}

@media screen and (max-width: 641px) {
  .album-box.artist-wide .wide { height:200px; }
  .album-box.artist-wide .wide .artist-name h1 {
    font-size: 28px; font-size: 1.75rem;
    bottom: 9px;
    left: 12px;
  }
  .album-box.artist-wide .wide .genre {
      top: 6px;
      right: 12px;
      bottom: unset;
  }
}

.tracklist {
  border-collapse:collapse;
  border:0px;
  width: 100%;
}

.tracklist th {
  font-size: 16px; font-size: 1rem;
  text-align: left;
  padding: 3px 2px;
  background-color: #e2e2e2;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  color: #303030;
  font-weight: normal;
}
.tracklist tr td {
  font-size: 13px;
  font-size: 0.8125rem;
}
.tracklist tr td.item a,
.tracklist tr td.item a:link,
.tracklist tr td.item a:hover,
.tracklist tr td.item a:active,
.tracklist tr td.item a:focus {
  color: #303030;
  text-decoration: none;
  cursor: initial;
}
.tracklist tr td.item span.cart_button a {
  color: #fff;
}
.tracklist tr td.item a.artist { }
.tracklist tr td.item a.artist:not(:last-child):after { content: ', '; }

.tracklist th:nth-child(3) { text-align: center;}

.tracklist td {padding:0;margin:0;}
.tracklist tr {padding:1px 4px; margin:0; border: 1px solid #efefef;
border-width: 1px 0;}

.tracklist tr:first-child {
  border-width: 0;
}

.tracklist tr td:nth-child(2) {
  width: 413px;
  text-align: left;
}

.tracklist tr td:nth-child(4) {
  width: 155px;
  vertical-align:middle;
}

@media screen and (max-width: 641px) {
  .tracklist tr th:nth-child(3),
  .tracklist tr td:nth-child(3) {display: none;}
}

.tracklist td {
  padding:4px 4px;
  vertical-align: middle;
}
.tracklist td .item {
  border: 1px solid #ff5;
}
.tracklist td .spec {
  color: #707070;
  font-size: 12px;
  font-size: 0.8125rem;
}
.tracklist .num { width:32px; }

.tracklist .disc-row {
  width: 100%;
  background-color: #ffffff;
  border-top: #d6d6d6;
  border-bottom: #d6d6d6;
  height: 35px;
}
.tracklist .disc-row td {
  padding: 0 15px;
  font-size: 16px;
  border: 1px solid #d6d6d6;
  border-left: none;
  border-right: none;
}
.left {text-align:left;}
.right {text-align:right;}
.float_right {float: right;}
.center {text-align:center;}
.bg1 {background-color:#fdfcfc;}
.bg2 {background-color:#f8f8f8;}
.tracklist tr:nth-child(odd) {background-color:#fdfcfc;}
.tracklist tr:nth-child(even) {background-color:#f8f8f8;}
.tracklist tr.tookdown {
    color: #cccccc !important;
}
.tracklist tr.tookdown td,
.tracklist tr.tookdown td a,
.tracklist tr.tookdown td div,
.tracklist tr.tookdown td span {
    color: #cccccc !important;
}
.tracklist tr.tookdown td:last-child span {
    color: #909090 !important;
}

/* flex columns */
.flexrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-left: -16px;
}
.flexrow.justify-center {
  justify-content: center;
}
.flexcol {
  margin: 0 0 18px 17px !important;
}
.col2 {
  width: 148px;
}
.col4 {
  width: 314px;
}
@media screen and (max-width: 1020px) {
  .col4 {
    width: calc((100% - 56px)/3);
  }
}
@media screen and (max-width: 641px) {
  .flexrow {
    justify-content: center;
    margin-left: 0;
  }
  .flexrow.left {
    justify-content: flex-start;
  }
  .flexcol {
    margin: 0 0 0 0 !important;
  }
  .flexcol:nth-child(2n+1) {
    margin: 0 5% 16px 0 !important;
  }
  .flexcol:nth-child(2n) {
    margin: 0 0 16px 0 !important;
  }
  .flexcol:nth-child(2n+1):last-child:not(:first-child) {
    margin: 0 calc(5% + 150px) 16px 0 !important;
  }
  .flexcol:nth-child(2n+1):last-child:first-child.collapsed {
    margin: 0 calc(5% + 150px) 16px 0 !important;
  }
  .flexcol.col2:nth-child(2n+1) {
    margin: 0 calc((100% - 296px + 24px)/3) 16px 0 !important;
  }
  .flexcol.col2:nth-child(2n) {
    margin: 0 0 16px 0 !important;
  }
  .flexcol.col2:nth-child(2n+1):last-child:not(:first-child) {
    margin: 0 calc((100% - 296px + 24px)/3 + 148px) 16px 0 !important;
  }
  .flexcol.col2:nth-child(2n+1):last-child:first-child.col2.collapsed {
    margin: 0 calc((100% - 296px + 24px)/3 + 148px) 16px 0 !important;
  }
  .flexcol.col4:nth-child(2n+1) {
    width: calc((100% - 16px)/2);
    margin: 0 14px 16px 0 !important;
  }
  .flexcol.col4:nth-child(2n) {
    width: calc((100% - 16px)/2);
    margin: 0 0 12px 0 !important;
  }
  .flexcol.col4:nth-child(2n+1):last-child:not(:first-child) {
    margin: 0 calc(14px + (100% - 16px)/2) 16px 0 !important;
  }
  .flexcol.col4:nth-child(2n+1):last-child:first-child.col4.collapsed {
    margin: 0 calc(14px + (100% - 16px)/2) 16px 0 !important;
  }
}

/* =======================================
   features temporary
   ======================================= */
figure {
  position:relative;
  margin:0; padding:0; width:100%; height:auto;
  background-position:50% 50%;
  background-size:cover;
  background-repeat:no-repeat;
  background-color:#efefef;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

figure:hover { opacity:0.85; }
figure > a { cursor:pointer; }
figure img {
  width: 100%;
  height: auto;
}
.fig {
  background-position: 50% 50%;
  background-size: cover;
}
.fig>a {
  display: block;
  height: 100%;
}
.fig-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.feature {
  height: 320px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.feature>figure {
  height: 60%;
  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>h3 {
  font-size: 0.8125rem;
  font-weight: lighter;
  color: #949494;
  line-height: 1.75;
  margin: 0;
}
.feature>.feature-content>h3>i {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: lighter;
  color: #949494;
}
.feature>.feature-content>h3>a {
  font: inherit;
}
.feature>.feature-content>h3,
.feature>.feature-content>h4 {
  font-size: 0.8125rem !important;
  font-weight: bold;
  color: #303030 !important;
  line-height: 1.5;
  height: 2.8em;
  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>h3 {
  height: 4.4em;
  -webkit-line-clamp: 3;
}
.feature>.feature-content>h3>a,
.feature>.feature-content>h4>a {
  font: inherit;
  color: inherit;
  line-height: 1.35;
  text-decoration: none;
}
.feature>.feature-content>h4>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;
  -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 > p {
  height: 4.5em;
  -webkit-line-clamp: 3;
}
/* category */
.feature-content > h3.interview,
.feature-content > h3.series,
.feature-content > h3.review,
.feature-content > h3.column,
.feature-content > h3.livereport,
.feature-content > h3.null {
    margin-bottom: 4px;
    height: 1.4em;
}

.feature-content > h3.interview a { color:#cc00cc !important; }
.feature-content > h3.series a { color:#c62828 !important; }
.feature-content > h3.review a { color:#ef6c00 !important; }
.feature-content > h3.column a { color:#33aa33 !important; }
.feature-content > h3.livereport a { color:#01579b !important; }
.feature-content > h3.null a { color:#949494 !important; }
/* old ones (types) */
.feature-content > h3.tech a { color:#4DD0E1 !important; }
.feature-content > h3.help a { color:#4DD0E1 !important; }
.feature-content > h3.freedl a { color:#33aa33 !important; }
.feature-content > h3.closeup a { color:#01579b !important; }
.feature.freedl, .feature-s.freedl a {  }

@media screen and (max-width: 641px) {
  .feature > figure { height: 50%;}
  .feature { height: 256px;}
  .feature > .feature-content > h4 { font-size: 1rem; }
  .feature > .feature-content > p { height: 4.5em; -webkit-line-clamp: 3; }
  .feature > .feature-content.news { padding: 6px 8px; }
  .feature > .feature-content.news > h3 { font-size: 1rem; height: 5.8em; -webkit-line-clamp: 4; }
  .feature > .feature-content.news > p { height: 3em; -webkit-line-clamp: 2; }
}

/* =======================================
   --- Add to Cart -----
   ======================================= */

.before_format {
  margin-top: 6px;
}

.format_wrap {
  float:left;
  margin-right: 10px;
}

.purchase_buttons {
  float: right;
}

@media screen and (min-width: 641px) {
  .purchase_buttons .cart_button.oty-btn-login {
    padding: 1px 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 641px) {
  .purchase_buttons {
    float: none;
  }
}

.formats {
  height:28px;
}
.about-format a {
  display: inline-block;
  margin : 4px;
  margin-top: 8px;
}

.passcode-form { margin-top: 4px;}

.btn-slim.cart_button, .btn-slim.wish_button, .btn-slim.express_checkout_button {
  display:block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-family:
    Roboto,"Hiragino Kaku Gothic ProN",HiraKakuPro-W3,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  margin: 0;
}
.cart_button a,
.wish_button a,
.express_checkout_button a,
.cart_button a:link,
.wish_button a:link,
.express_checkout_button a:link,
.cart_button a:visited,
.wish_button a:visited,
.express_checkout_button a:visited,
.cart_button a:hover,
.wish_button a:hover,
.express_checkout_button a:hover {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
.btn-slim.express_checkout_button {
  margin: 0 0 60px 10px;
  float: right;
}

@media screen and (max-width: 641px) {
  .btn-slim.cart_button, .btn-slim.express_checkout_button {
    margin-top: 24px;
    margin-bottom: 24px;
    float: none;
  }
  .wish_button a {
    margin: auto;
  }
  .passcode-form .cart_button {
    margin: 0;
  }
}

.oty-btn-buy.tight {
  font-size: 16px;
  font-size: 1rem;
  padding: 0px 8px 0px 6px;
  height: 20px;
  line-height: 19px;
  float: right;
  border-radius: 2px !important;
  margin: 0;
}
.tight > .mobile {
  display: none;
}

@media screen and (max-width: 641px) {
  .tracklist tr td:nth-child(4) {
    padding-top: 8px;
    width: 155px;
    vertical-align:middle;
  }
  .tight.oty-btn-buy {
    margin: 6px auto 4px;
    height: 20px;
    line-height: 1;
    width: auto;
    width: fill;
    width: available;
    width: -webkit-fill-available;
    width: -moz-available;
    -webkit-content-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .tight.oty-btn-buy > .mobile {
    font-size: 12px; font-size: 0.75rem;
    display: inline;
  }
}

.passcode-form .cart_button {
  color: #fff;
  font-weight: normal;
  line-height: 20px;
  padding: 0 10px;
  margin-left: 0;
  border-radius: 0 2px 2px 0;
  float: right;
}

#album_format.sound_format.disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  color: #a94442;
  cursor: initial;
}
#album_format.sound_format.disabled {
  outline: none
}

.sound_format,
.sound_format_track {
    display: block;
    background: url(/common/images/downmark_sound_format_dark.png) right center no-repeat;
    float: left;
    min-width: 64px;
    color: #333;
    font-size: 12px; font-size: 0.75rem;
    line-height: 12px;
    padding: 2px 24px 2px 6px;
    margin: 0;
    border-radius: 0;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .1px;
    text-overflow: clip;
    cursor: pointer;
    font-family: "Libre Franklin","Hiragino Kaku Gothic ProN",HiraKakuPro-W3,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.sound_format:focus,
.sound_format_track:focus {
  outline: none;
}

.sound_format {
    height: 28px;
    min-width: 160px;
    padding-left: 8px;
    border: 2px solid #aaa;
}

@media screen and (max-width: 641px) {
  .sound_format {
    font-size: 16px; font-size: 1rem;
    line-height: 16px;
  }
  .sound_format_track {
    float: none;
    min-width: 110px;
    height: 28px;
    line-height 22px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 12px; font-size: 0.75rem;
    line-height: 16px;
  }
  #album_format.sound_format.disabled {
    white-space: normal;
    line-height: 1.2;
    height: 2.5em;
  }
}

.sound_format::-ms-expand {
  display: none; }

.sound_format option {
  height: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sound_format option,
.sound_format_track option {
  color: #333;
  background-color: #fdfdfd;
}

.sound_format_track {
  height: 20px;
  padding: 2px 24px 2px 8px;
  color: #303030;
  border-radius: 0;
  background-color: #e2e2e2;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    -moz-appearance: none;
  background: url(/common/images/downmark_sound_format_dark.png) right center no-repeat;
}

.sound_format_track::-ms-expand {
  display: none; }

.add2cart,
.add2wish {
  min-width: 200px;
  display: block;
  margin: 0;
}

.each2cart .fa, .add2cart .fa {
  font-size: 15px;
}

.add2cart .fa.fa-spinner, .add2wish .fa.fa-spinner
{
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.each2cart .fa.fa-spinner
{
  font-size: 11px;
  line-height: 19px;
}

.disabled-cart-button {
  min-width: 200px;
  display: block;
  margin: 0;
  height: 28px;
  /* plain disable */
  border: 1px solid #ddd;
  color: #aaa;
  background: #f2f2f2;
}

.passcode-form input[type="text"], .passcode-form input[type="password"] {
  height: 28px;
  width: 168px;
  float: right;
  font-size: 13px;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px 0 1px 1px;
  border-radius: 2px 0 0 2px;
}

@media screen and (max-width: 641px) {
  .express_checkout_button {
    margin-left: 0;
  }
  .format_wrap {
    width: 100%;
  }
  .purchase_buttons {
    float: none;
  }
  .sound_format {margin-top: 6px;}
  .about-format {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 641px) {
  #album_format { width: 100%; }
  .format_wrap { float: none; }
  .link-to-help {
    float:left;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
  }
  .own-this {
    float:right;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    margin-bottom: 6px;
  }
  .formats {width: 100%; margin-bottom: 4px;}
  .about-format { margin-bottom: 10px;}
  .sound_format_track {width: 100%;}
}

.float-warning {
  font-size: 0.85rem;
  font-size: 13px;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: -1em;
  float: right;
}
@media screen and (max-width: 641px) {
  .float-warning {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

/* =======================================
   social-buttons
   ======================================= */
.artist-wide .social-button {
  float:right;
}

.social-button {
  float: none;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  list-style-type: none;
  margin: 12px 0;
  padding: 0;
}
.social-button li {
  margin: 0 16px 12px 0;
  padding: 0;
  height : 20px;
  min-width: 110px;
}

.social-button li div { display: inline; }

.social-button:after { clear: both; }
span.iine {
    box-sizing: content-box;
    display:inline-block;
    font-size:11px;
    line-height:18px;
    height:18px;
    position:relative;
    background:#ffffff;
    border: 1px solid #bbb;
    border-radius: 3px;
    margin:0 0 0 1px;
    padding:0px 6px;
    white-space:nowrap;
    vertical-align: top;
}
span.iine:after, span.iine:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    border-width: 4px;
    margin-top: -4px;
    position: absolute;
    pointer-events: none;
}
span.iine:before {
    left: -8px;
    border-color: rgba(176, 176, 176, 0);
    border-right-color: #bbb;
}
span.iine:after {
    left: -7px;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
}

button[name="share-embed"].oty-btn-plain {
  margin: 0;
  padding: 0px 5px 0 5px;
  height: 20px;
  font-size: 13px;
  line-height: 0.9;
  top: -3px;
  position: relative;
}
[name="share-embed"] svg {
  height: 11px;
}
/*
*/
hr.section_separator {
    width:100%;
    border:0;
    border-bottom:medium double #ddd;
}

/*
 * Related labels
 */
.labels-name-box {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin: 0 1.25rem 0 0;
  line-height: 1.5rem;
}

.labels-name-box a,
.labels-name-box a:link,
.labels-name-box a:visited,
.labels-name-box a:hover,
.labels-name-box a:active,
.labels-name-box a:focus {
  color: #303030;
}

.labels-name-box .label-icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin: 0 2px 4px 0;
}

/*
 * News and Features in package/artist pages
 */
#content .section-header {
  font-size: 24px; font-size: 1.5rem;
  font-weight: normal;
  font-family: 'Roboto',sans-serif;
  line-height: 1.25;
  color: #303030;
  margin: 36px 0 16px 0;
  border-bottom:1px solid rgba(0,0,0,0.2);
  box-shadow:0 1px 0 rgba(255,255,255,0.5);
  padding-bottom: 6px;
}
.section-header > a { color:inherit;text-decoration:none; }
.section-header > a:hover { color:inherit;text-decoration:underline; }
.section-header i.fa { color:#303030; }

.collapsed-news { display: none; }
.collapsed-features { display: none; }
.collapsed-discography { display: none; }

.oty-btn-more.more {
  text-align: center;
  display: block;
}
.more > span { color:#555; }
@media screen and (min-width: 641px) {
  .more { margin-bottom: 16px; }
  .more:hover { background:#fff; }
  .more:hover > span { color:#6c6; }
}
@media screen and (max-width: 641px) {
  .more { margin-bottom: 7px; }
  .more:active { background:#fff; }
  .more:active > span { color:#6c6; }
}
.more[id$=-t] .collapse-close {display: none;} /* only top buttons needed */

/*
 * Starts
 */
.album-review p {
  font-size: 13px; font-size: 0.8125rem;
  text-align: justify;
  padding: 0 6px 6px 6px;
  line-height: 1.6;
}

.stars {
    text-align:center;
    color: gold;
    padding: 2em 0 2em 0;
}

.stars span {
    color: gray;
}

/*
 * Coming Soon
 */
.coming-soon-box {
  display: flex;
  flex-direction: column;
  font-family:
    Roboto,"Hiragino Kaku Gothic ProN",HiraKakuPro-W3,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.coming-soon-box .middle-text {
  margin: 128px auto;
  align-self: center;
  text-align: center;
  color: #707070;
}
.coming-soon-box .middle-text h2 {
  margin-bottom: 8px;
}
@media screen and (max-width:641px) {
  .coming-soon-box .middle-text {
    margin: 72px auto;
  }
  .coming-soon-box img {
    width: unset;
  }
}
.coming-soon-box .gif {
  width: unset;
  margin: 36px auto 40px;
}

#addpay-modal .add2wishModalText {
  display: none;
  color: #a94442;
}
